Core Pure - Matricies Flashcards
What is a matrix?
An array of elements set out in a pair of brackets
How cn you describe the size of a matrix?
By the number of rows and columns
Generally you say the number of rows then columns
What is a row?
The number of lines of horizontal elements
1
2
3
(Rows go down)
What is a column?
The number of vertical lines of elements
1 2 3
(Columns go right)
Give an example of a 2X4 matrix?
What is a square matrix?
A matrix with the same number of rows and columns
Eg 1x1 or 2x2 or 3x3
What is a zero matrix?
A zero matrix is a matrix in which all of the elements are zero
How is a zero matrix denoted?
0
)dbdhdbcwidn odjn ik
What is an identity matrix?
Give an example?
A square matrix where all the elements on the leading diagonal are 1 and the rest are 0
What is something that you dan say about matrices that are the same size?
They are said to be additively confortable
How do you add or subtract matrices?
You just + or - each corresponding element
What needs to be the case for you to be able to add 2 matrices?
They need to be the same size
(They need to be additively confortable)
How can you multiply a matrix by a scale factor?
You just multiply each element by the scale factor
How can you divide a matrix by a scale factor?
You need to multiply by the inverse of that
What is a scale factor?
A number
Eg 1,5, sqr(2), e
What needs to be the case for matrix multiplication?
The n.columns in the first matrix is equal to the n.rows in the second matrix
What size will a matrix be after matrix multiplication?
The same n.rows as the first matrix and the same n.columns of the second matrix
MatA has size: nxm
MatB has size: mxk
What size will MatC have?
nxk
If you CAN multiply MatA with MatB, what can be said about these two matrices?
If AB exists then MatA is said to be multiplicatively confortable with MatB
Multiply these matrices:
What is very important to remember with matrix multiplication?
In general AB doesn’t equal BA
What are the main take aways from matrix multiplication?
In general AB doesn’t equal BA
If AB exists BA doesn’t necessarily exist
What heeds to be true for a matrix to have a determinant?
It must be a square matrix
What is the determinant?
It is a scalar value associated with that matrix
How do you calculate the determinant of M? What is an important fact about this matrix that allows us to calculate the determinant like this?
DetM=ad-bc
It is important that it is a square matrix as non square matrices don’t have determinants (at least in terms of this spec)
It is important that it is a 2x2 matrix as you need a different method to calculate the determinant of a 3x3 matrix
How is the determinant or a matrix, M, often written as?
DetM or
If DetM=0 what do you know about the matrix?
It is a singular matrix and it doesn’t have an inverse
If DetM doesn’t equal 0 then what do you know?
It is a non singular matrix and it will have an inverse
What is a singular matrix?
A matrix with a determinant equal to 0
What is a non singular matrix?
A matrix with a determinant of not equal to 0
What do you need to know to know to find the determinant of a 3x3 matrix?
What is the general aim of this step?
The formula:
The general aim is to reduce the 3x3 matrix to a 2x2 martrix
Explain a bit about the formula to find the determinant of a 3x3 matrix?
It is designed to reduce the 3x3 matrix into a 2x2 form
Each of the elements along the top row are multiplied by its minor
What is the minor of an element in a 3x3 matrix?
It is the determinant of the 2x2 matrix that remains after the row and column containing that element have been crossed out
What are the main things that you need to be able to do with matrices?
Multiply a matrix by another matrix
Find the determinant
Find the inverse
Transpose a matrix
May be more in final topickjdncjidncojsdnjsk (
What is an important thing to remember when inverting a 2x2 matrix?
You can only inverse a 2x2 matrix which is non singular (DetM doesn’t equal 0)
How do you calculate the inverse of a matrix?
Why can’t you find the inverse of a singular matrix?
A singular matrix had a determinant of 0 so 1/DetM = 1/0 which is undeffined
What is the general notation of the inverse of MatM?
What is the general notation for the transpose of MatM?
What is a transpose of a matrix?
It is found by interchanging the rows and columns
How many steps are there to finding out the inverse of a 3x3 matrix?
5
What is the first step of finding the inverse of a 3x3 matrix?
(Find the inverse of MatA)
Find DetA
What is the second step of finding the inverse of a 3x3 matrix?
(Find the inverse of MatA)
Find the matrix of minors of MatA
This involves replacing each of the 9 elements of MatA by its minor
You will end up with a normal 3x3 matrix
What is the third step of finding the inverse of a 3x3 matrix?
(Find the inverse of MatA)
From the matrix of minors (from step 2), find the matrix of cofactors
You do this by changing the signs of some of the elements of the matrix of minors according to the rule of alternating signs
What is the forth step of finding the inverse of a 3x3 matrix?
(Find the inverse of MatA)
Write down the transpose of the matrix of cofactors
What is the fith step of finding the inverse of a 3x3 matrix?
(Find the inverse of MatA)
The inverse of MatA is given by the formula
What are all 5 steps of inverting a 3x3 matrix?
What can you say about MatA if MatA is equal to the inverse of MatA?
MatA is said to be self inverse
When MatA is self inverse what does that mean?
MatA = Inverse of MatA
What is the rule of alternating signs?
How is a zero matrix denoted?
0
How is an identity matrix denoted?
What is a special matrix shortcut to do with inverses?
With a MatM -
What do you know about
What may you be asked to prove with Matrices?
What is another way to prove:
What do you sometimes forget to do when working out the inverse of a 3x3 matrix?
To transpose the matrix of cofactors