matrices Flashcards
(6 cards)
1
Q
when does the inverse of a matrix exist?
A
if detA is not 0
2
Q
what is the inverse of a 2x2 matrix
a b
c d
A
1/det * d -b
-c a
3
Q
describe the steps to calculate the inverse of a 3x3 (or larger) matrix
A
- find matrix of cofactors (including signs)
- transpose matrix of cofactors (adjugate matrix)
- divide adjugate matrix by determinant
4
Q
what is true if two matrices are similar
A
there exists some invertible matrix M such that
B = M^-1 A M
5
Q
A
6
Q
A