Matrices Flashcards
1
Q
Multiply by another matrix
A
1 2 6 7 1x6 + 2x8 1x7 + 2x9
3 4 x 8 9 = 3x6 + 4x8 3x7 + 4x9
= 22 25
50 57
If the number of columns = the number of rows in the 2nd matrix then you can multiply them
the order of the 2nd matrix is the order of the answer
2
Q
Identity matrix
A
1 0
0 1
or
1 0 0
0 1 0
0 0 1
3
Q
Determinant
A
A = 1 2
3 4
|A| = (product of leading diagonal) - product of secondary diagonal)
So, |A| = 1x4 - 2x3 = -2
|A| = -2
4
Q
Matrix Inverse
A
- Calculate |A|
- Swap leading diagonal position
- change sign on other diagonal. ie + to -. - to +
- Multiply matrix by 1/|A|