Matrices Flashcards
How many rows does a 3x2 matrix have?
3
How many columns does a 3x2 matrix have?
2
How many rows does a 2x3 matrix have?
2
How many columns does a 2x3 matrix have?
3
Does AB = BA? Why?
No, because matrices are not commutative
State the 2x2 identity matrix
( 1 0 )
( 0 1 )
State the 3x3 identity matrix
( 1 0 0 )
( 0 1 0 )
( 0 0 1 )
Can you multiply a 3x2 matrix by a 2x1 matrix?
Yes
Can you multiply a 3x2 matrix by a 1x2 matrix?
No
How do you calculate the determinant of a 2x2 matrix?
△ = ad - bc
What is a singular matrix?
A matrix where the determinant is 0
What is a non singular matrix?
A matrix where the determinant is not 0
What is a minor of a matrix?
A section of a matrix used to find the determinant of a 3x3 matrix
How do you calculate the determinant of a 3x3 matrix?
- Find the minors of the first 3 elements of the matrix
- Find the determinants of each minor and multiply that by the element the determinant came from
- Add each of the cofactors of the 3 solutions together
How do you calculate the inverse of a 2x2 matrix?
M-1 = 1/det M ( d -c )
………………………( -b a )