Exam code: 9FM0
1/300Still learning
Know0
Define the order of a matrix.
The order of a matrix is its number of rows followed by its number of columns, written .
So a matrix with 2 rows and 3 columns has order , and the rows are always quoted first.

Join for free to unlock a full flashcard set, track what you know,
and turn revision into real progress.
In the notation for the elements of a matrix, what do
and
refer to?
is the row number and
is the column number, so
is the element sitting in row
and column
.
In the element
is
.
Complete the descriptions of these two special matrices:
A zero matrix has every element equal to and an identity matrix is square with
all along its leading diagonal and zeros everywhere else.
The completed descriptions are: a zero matrix has every element equal to , and an identity matrix is square with
all along its leading diagonal and zeros everywhere else.
For matrices these are
and
.
Was this flashcard helpful?
Define the order of a matrix.
The order of a matrix is its number of rows followed by its number of columns, written .
So a matrix with 2 rows and 3 columns has order , and the rows are always quoted first.
In the notation for the elements of a matrix, what do
and
refer to?
is the row number and
is the column number, so
is the element sitting in row
and column
.
In the element
is
.
Complete the descriptions of these two special matrices:
A zero matrix has every element equal to and an identity matrix is square with
all along its leading diagonal and zeros everywhere else.
The completed descriptions are: a zero matrix has every element equal to , and an identity matrix is square with
all along its leading diagonal and zeros everywhere else.
For matrices these are
and
.
How is the transpose formed from the matrix
itself?
Interchange the rows and the columns, so that row 1 of becomes column 1 of
.
An matrix therefore transposes into an
matrix.
True or False?
For any two matrices of the same order, .
True.
Addition works element by element, and adding two numbers gives the same answer either way round.
The two matrices must be of the same order for the sum to exist at all.
When can two matrices be added, and what is the order of the result?
They can be added only when they have the same order, and then corresponding elements are added.
The answer has that same order, so adding two matrices gives another
matrix.
When does the product exist, and what is its order?
It exists only when the number of columns of equals the number of rows of
.
If is
and
is
then
has order
.
How is each individual element of a matrix product worked out?
The element in row , column
of
comes from row
of
paired with column
of
.
Multiply the entries in pairs as you move along the row and down the column, then add all those products together.
has order
and
has order
. Why can
and
not possibly be equal?
is
while
is
, so they are not even the same size.
Even for two square matrices of the same order the two products are usually different, because matrix multiplication is not commutative.
Why is not equal to
in general?
Multiplying out gives , and the two middle terms cannot be collected into
.
The safe route is to add the matrices inside the bracket first and then multiply that single matrix by itself.
For complete the determinant:
The completed determinant is:
It is the product along the leading diagonal minus the product along the other diagonal.
Which matrices have a determinant, and what kind of object is it?
Only square matrices have a determinant.
It is a single number, which may be positive, negative or zero, worked out from the elements of the matrix.
Define the minor of an element of a matrix.
The minor of an element is the determinant of the matrix that is left when you cross out the row and the column containing that element.
So the minor of in
is
.
How do you use minors to find the determinant of a matrix?
Choose any one row or column, multiply each of its elements by its own minor, and combine the products using the matrix of signs .
The top row is the most convenient choice, because its signs are always .
Why is it worth choosing a row or column that contains a zero?
Any element equal to zero contributes nothing to the sum, so its minor never has to be worked out at all.
With one zero in the chosen line only two determinants are needed instead of three.
For matrices complete these two determinant properties:
The completed properties are:
The index appears because every one of the
rows gets multiplied by
, not just one of them.
True or False?
For two square matrices of the same order, and
always have the same determinant.
True.
Both determinants come out as , and multiplying two numbers gives the same answer either way round.
So the determinants agree even though the two product matrices usually do not.
What are the determinants of an identity matrix and of a zero matrix?
The determinant of an identity matrix is and the determinant of a zero matrix is
.
Both hold whatever the size, so for a
identity just as it does for a
one.
Define a singular matrix.
A matrix is singular when its determinant is equal to .
A square matrix whose determinant is not zero is described as non-singular.
Given that what is the determinant of the inverse matrix
equal to?
It is , because
.
That follows from applying to the statement
.
Define the inverse of a square matrix.
The inverse is the matrix for which
.
Multiplying by it undoes multiplying by , which makes it the matrix equivalent of a reciprocal.
Which square matrices have an inverse, and how can you tell?
A square matrix has an inverse exactly when its determinant is not zero.
A singular matrix, one whose determinant is , has no inverse at all, so the determinant is always the first thing to check.
True or False?
The inverse of a product is the product of the inverses, so equals
in that order.
False.
The order reverses, giving .
Written that way the product with cancels from the inside outwards, leaving the identity.
To get out of the equation
which side do you multiply by
on?
Multiply on the left, giving and so
.
The side matters because matrix multiplication is not commutative: for you would multiply on the right instead, giving
.
For complete the inverse:
The completed inverse is:
Swap the two entries on the leading diagonal, change the sign of the other two, then divide by the determinant.
Why does the inverse involve dividing by the determinant?
Multiplying by
gives
, which is the determinant times the identity.
Dividing by the determinant turns that into exactly, and it is impossible when the determinant is
.
Two matrices satisfy for some non-zero constant
. What is the inverse of
in terms of
?
Dividing both sides by gives
, so
.
The two matrices are almost inverses of each other already, and the scalar is all that is needed to finish the job.
Why is the determinant the first thing to work out when inverting a matrix?
It is the number you divide by at the very end, so it is needed whatever else happens.
It also settles immediately whether there is an inverse to find at all, before a single minor has been calculated.
Define the matrix of cofactors of a matrix.
It is the matrix of minors with the alternating matrix of signs applied to it, so each minor either keeps its value or has its sign reversed according to its position.
The cofactors are what the inverse is built from, once they have been transposed.
Once the matrix of cofactors has been found, how is
formed from it?
Transpose to get the adjugate
, then divide by the determinant, so that
.
It is usually tidier to leave the answer as a scalar multiple of a whole-number matrix than to write out nine separate fractions.
By signing up you agree to our Terms and Privacy Policy