Unit 7-Systems and Matrices Flashcards
7.1 not included because it's just solving systems of equations
Matrix
Rectangular array of numbers in rows and columns
Dimensions/order are written as…
Rows X Columns
Elements/entries
numbers inside
atinyij, ith row and jth column
Square Matrix
When I=J
Two matrices are equal when…
they have the same dimensions and corresponding elements are equal
Add/subtract matrices
Add/subtract corresponding parts
Additive Inverse
Multiply matrix A by -1
Matrix Multiplication
Take row of first matrix and multiply it by columns of the second matrix.
Each column, multiplied numbers are added
Can only multiply two matrices if their inner dimensions are the same
Identity Matrix
When multiplying identity Matrix with matrix, there is no impact to the OG matrix
Identity matrices are always square
Identity matrix have a diagonal of 1s and 0s everywhere else
Singular Matrix
When a matrix has no inverse
Determinant of a 2X2 matrix
ad-bc
Inverse of a 2X2 Matrix
1/determinant * [ d -b (on top) -c a (on bottom]
Determinant of 3X3 Matrix
Switch +, -, + of the top row. Do determinant thingy for a 2X2 but crossing any numbers that are in the same row and column of that top row number.
1.1 (ad-bc) -2.1 (ad-bc) + 3.1 (ad-bc)
Finding Areas of Triangles
+/- 0.5 * [ x1 y1 1 (top row) x2 y2 1 (middle row) x3 y3 1 (bottom row)]
xs and ys are coordinate points
Transpose Matrix
Switch rows and columns
Row Echelon Form
Convert matrix so it has 1s in the main diagonal and 0s below this main diagonal
Reduced Row Echelon Form
Same as Row Echelon Form except there are 0s above the main diagonal too
Finding 2X2 Inverse using Row Operations
Write matrix and after put a line and write the identity matrix. Change matrix into identity matrix and the numbers on the other side is the inverse
Partial Fraction Decomposition
Factor Denominator
Put A and B as the numerators
Multiply fractions with opposite denominators
Write two equations; numerator equation and denominator equation
Solve for A and B using matricies
Encrypting
Put letters in a # X 2 matrix
Multiply by encoding matrix
Write product of the matrices as a string of numbers
Decoding
Write decoding into a # X 2 matrix
Multiply by inverse to the coding matrix
Match product of the matrices with letters
Multiply coded matrix by inverse of coding matrix = Decoded matrix