Matrices Flashcards
How can you add matrices
Only if they are the same size
Add the elements at their corresponding positions
How can you scale a matrix
Multiply each element in the matrix by some scale factor
Matrix multiplication
Only possible if there are as many rows in matrix A as there comumns in matrix B
Identity matrix
A square matrix consisting of a diagonal 1 and 0’s everywhere else
When can a matrix be inverted
If it is square and and has a non-zero detriment
How to calculate the inverse of a matrix
Find the detriment:
1 / (a x d) - (b x c)
Then find the adjugate:
swap top left and bottom right elements, then flip signs of top right and bottom left
Finally, multiply the adjugate by the detriment