Matrices Flashcards
Non-commutativity meaning
AB != BA
Associativity meaning
(AB)C = A(BC)
Identity meaning
A = AI = IA
Matrices Inverse definition
AA^-1 = I = A^-1 A
Product of inverses, (AB)^-1 =
B^-1 A^-1
Determinant of a 2x2 matrix
ad-bc
Determinant of a 3x3 matrix
a det(efhi) - b det(dfgi) + c det(degh)
If det(M) = 0,
M is singular and has no inverse
Matrix of minors
For every element, draw cross through and find determinant
Matrix of cofactors
Cross +, diamond -, apply to matrix of minors
Transpose of a matrix
Rows and columns swap
2x2 inverse
1/det (d -b
-c a)
3x3 inverse
1/det C^T where C is the matrix of cofactors
Solve matrix equations
Write as (matrix)(x y z) = (answers)
Do inverse to get x y z
Work out what matrix plane equations look like
Check det M, if it isn’t 0 the planes meet at 1 point.
If it is and is consistent, multiple solutions exist like a sheaf
If it is inconsistent and isn’t parallel, it forms a prism