Exam code: 4MB1
1/340Still learning
Know0
Define a matrix, and say what its order means.
A matrix is a rectangular grid of elements, which may be numbers or letters, arranged in rows and columns.
Its order is its number of rows followed by its number of columns, so a matrix with 2 rows and 3 columns has order .

Join for free to unlock a full flashcard set, track what you know,
and turn revision into real progress.
What is the order of , and what is such a matrix called?
Its order is , because it has two rows and two columns.
A matrix with the same number of rows as columns is called a square matrix.
True or False?
A matrix has two rows and three columns.
True.
The order of a matrix is always written rows first, then columns.
So a matrix is a different shape entirely, with three rows and two columns.
Was this flashcard helpful?
Define a matrix, and say what its order means.
A matrix is a rectangular grid of elements, which may be numbers or letters, arranged in rows and columns.
Its order is its number of rows followed by its number of columns, so a matrix with 2 rows and 3 columns has order .
What is the order of , and what is such a matrix called?
Its order is , because it has two rows and two columns.
A matrix with the same number of rows as columns is called a square matrix.
True or False?
A matrix has two rows and three columns.
True.
The order of a matrix is always written rows first, then columns.
So a matrix is a different shape entirely, with three rows and two columns.
What can a matrix be used to represent geometrically?
The three vertices of a triangle, with each vertex written as one column of the matrix.
A single column of two numbers holds one point, so three columns hold three points.
Fill in the two missing elements of the identity matrix.
The completed matrix is:
The identity matrix has 1s down the diagonal from top left to bottom right and zeros everywhere else, and it does for matrices what the number 1 does for ordinary numbers.
What is the null matrix, and how does it differ from the identity matrix?
The null matrix, also called the zero matrix, has every element equal to 0, and it plays the part that 0 plays for ordinary numbers.
Unlike the identity matrix, it does not have to be square.
When can two matrices be added or subtracted?
Only when they have the same order, meaning the same number of rows and the same number of columns.
You then add or subtract the corresponding elements, position by position.
Fill in the two missing elements of the sum.
The completed sum is:
Each element of the answer comes from the two elements in the same position in the matrices being added.
How do you multiply a matrix by a scalar?
Multiply every element of the matrix by that scalar.
A scalar is simply a number, and a lower-case letter is usually used for one, so means every element of
multiplied by
.
True or False?
Two matrices are equal only when every pair of corresponding elements is equal.
True.
Matrix equality is checked element by element, so all of the pairs have to match.
That is what lets you form an ordinary equation from any one position when a matrix equation contains an unknown.
Given that , how do you find
?
Work out and
separately, subtract them element by element, then equate any one position with the matching element on the right.
Solving that single equation gives , and the other three positions are worth checking to make sure no slip has been made.
When can two matrices be multiplied together?
Only when the number of columns in the first equals the number of rows in the second.
So a matrix can multiply a
matrix, but a
cannot multiply a
.
Fill in the two missing entries of the product.
The completed product is:
Each entry pairs a row of the first matrix with the column of the second, multiplying corresponding elements and adding the results.
What is the order of the product of a matrix and a
matrix?
It is , taking the rows of the first and the columns of the second.
The two inner numbers have to match for the multiplication to be possible at all, and the two outer numbers give the answer's order.
True or False?
For matrices, always gives the same result as
.
False.
Matrix multiplication is not commutative, so in general .
For instance , while the other order gives
.
How do you square a matrix?
Write it out as the matrix multiplied by itself, then carry out the multiplication in the usual way.
Do not square each element separately, and note that only square matrices can be squared at all.
True or False?
For three matrices, gives the same result as
.
True.
Matrix multiplication is associative, so which pair you multiply first makes no difference.
What must not change is the order of the letters, since is not the same as
.
What happens when you multiply a matrix by the identity matrix?
Nothing changes: , whichever side the identity is on.
That makes the identity matrix behave like the number 1, and it is one of the few matrix products where the order genuinely does not matter.
Define the determinant of a matrix.
The determinant is a single number, positive or negative, worked out from the elements of a square matrix.
Only square matrices have one, and its main use is in finding the inverse.
Complete the formula for the determinant of a matrix.
The completed formula is:
It is the product of the leading diagonal, from top left to bottom right, minus the product of the other diagonal.
What is the determinant of ?
It is , from
.
That works out as , so the double negative in the second product is the step to watch.
True or False?
A determinant can be negative.
True.
The determinant is an ordinary number and nothing forces it to be positive.
For example .
What does mean?
It means the determinant of the matrix .
It is a number rather than a matrix, so it can be set equal to another determinant and the result solved as an ordinary equation.
Define the inverse of a matrix.
The inverse of a square matrix , written
, is the matrix that multiplies with it to give the identity matrix
.
Only square matrices can have an inverse at all.
Fill in the two missing entries of the inverse formula.
The completed formula is:
Swap the two entries on the leading diagonal, change the sign of the other two, then divide the whole thing by the determinant.
True or False?
A matrix multiplied by its inverse gives the same result whichever way round they are.
True.
Both and
come out as the identity matrix
.
That is worth noticing, because matrix multiplication does not normally give the same answer in both orders.
Why can a matrix with determinant zero have no inverse?
The formula divides by the determinant, and dividing by zero is not defined.
Such a matrix therefore has no inverse at all.
How can you show is the inverse of
without using the formula?
Multiply the two together and show that the result is the identity matrix.
Showing either or
is enough on its own.
Find the inverse of .
Its determinant is , so the fraction in front of the matrix is just 1.
Swapping the leading diagonal and changing the signs of the other two entries gives .
How do you solve for
?
Multiply both sides from the left by , which gives
.
Since is the identity and the identity leaves
alone, this leaves
.
How do you solve for
?
Multiply both sides from the right by , which gives
.
That leaves , with the inverse written on the right of
.
True or False?
When solving a matrix equation, it does not matter which side you multiply by the inverse.
False.
It matters a great deal, because matrix multiplication depends on the order.
Multiplying from the left gives
, which does not simplify any further.
Why does not simplify?
A matrix and its inverse only collapse to the identity when they are next to each other in the multiplication.
Here sits between them, so neither pairing can be made and nothing cancels.
Fill in the missing step of this simplification.
The completed simplification is:
collapses to the identity
, and multiplying by the identity leaves
unchanged.
By signing up you agree to our Terms and Privacy Policy