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 )
M x M-1 = ???
M x M-1 = I
Which of these is correct if A and B are non singular?
- (AB)-1 = A-1B-1
- (AB)-1 = B-1A-1
(AB)-1 = B-1A-1
Transpose ( a b )
…………………( c d )
( a c )
( b d )
How do you find the inverse of a 3x3 matrix?
- Find the determinant (det A)
- Find the matrix of minors (M)
- Using M, find the matrix of cofactors (C)
- Transpose C to get CT
- Divide CT by det A
Put these equations in matrix form:
x + y + z = 0
2x - 24z 13
y - x = 3
( 1 1 1 ) ( x ) = ( 0 )
( 2 0 -24 ) ( y ) = ( 13 )
( -1 1 0 ) ( z ) = ( 3 )
What is the next step in solving:
( 1 1 1 ) ( x ) = ( 0 )
( 2 0 -24 ) ( y ) = ( 13 )
( -1 1 0 ) ( z ) = ( 3 )
Multiply both sides by:
( 1 1 1 )-1
( 2 0 -24 )
( -1 1 0 )
What does it mean if a system is consistent?
It has either:
- One solution
- Infinite solutions
What does it mean if a system is inconsistent?
There are no solutions
What does it mean if an equation corresponding to a set of linear equations is non singular and has an inverse?
- The system is consistent
- There is a unique solution
What does it mean if an equation corresponding to a set of linear equations is singular and doesn’t have an inverse?
The system is either:
- Consistent with infinite solutions
- Inconsistent with no solutions
Describe the configuration of planes when a system is consistent with a unique solution
All 3 planes meet at a point
Describe the configuration of planes when a system is consistent with infinite solutions
Either:
- A sheaf where the planes meet across a line
- Or the equations all represent the same plane
Describe the configuration of planes when a system is inconsistent with no solutions
Either:
- A prism where at least 2 planes meet, but they don’t all share a common point
- Or where 2 or more of the planes are parallel