Properties of Matrices (Edexcel A Level Further Maths: Core Pure): Flashcards

Exam code: 9FM0

1/30

0Still learning

Know0

  • Define the order of a matrix.

Cards in this collection (30)

  • Define the order of a matrix.

    The order of a matrix is its number of rows followed by its number of columns, written m \times n.

    So a matrix with 2 rows and 3 columns has order 2 \times 3, and the rows are always quoted first.

  • In the notation a_{i j} for the elements of a matrix, what do i and j refer to?

    i is the row number and j is the column number, so a_{i j} is the element sitting in row i and column j.

    In \begin{pmatrix} 5 & - 3 & 7 \\ - 1 & 2 & 4 \end{pmatrix} the element a_{2 3} is 4.

  • 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 0, and an identity matrix is square with 1 all along its leading diagonal and zeros everywhere else.

    For 2 \times 2 matrices these are \begin{pmatrix} 0 & 0 \\ 0 & 0 \end{pmatrix} and \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}.

  • How is the transpose \mathbf{A}^{\text{T}} formed from the matrix \mathbf{A} itself?

    Interchange the rows and the columns, so that row 1 of \mathbf{A} becomes column 1 of \mathbf{A}^{\text{T}}.

    An m \times n matrix therefore transposes into an n \times m matrix.

  • True or False?

    For any two matrices of the same order, \mathbf{A} + \mathbf{B} = \mathbf{B} + \mathbf{A}.

    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 3 \times 2 matrices gives another 3 \times 2 matrix.

  • When does the product \mathbf{A} \mathbf{B} exist, and what is its order?

    It exists only when the number of columns of \mathbf{A} equals the number of rows of \mathbf{B}.

    If \mathbf{A} is m \times n and \mathbf{B} is n \times p then \mathbf{A} \mathbf{B} has order m \times p.

  • How is each individual element of a matrix product worked out?

    The element in row i, column j of \mathbf{A} \mathbf{B} comes from row i of \mathbf{A} paired with column j of \mathbf{B}.

    Multiply the entries in pairs as you move along the row and down the column, then add all those products together.

  • \mathbf{A} has order 2 \times 3 and \mathbf{B} has order 3 \times 2. Why can \mathbf{A} \mathbf{B} and \mathbf{B} \mathbf{A} not possibly be equal?

    \mathbf{A} \mathbf{B} is 2 \times 2 while \mathbf{B} \mathbf{A} is 3 \times 3, 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 \left(\mathbf{A} + \mathbf{B}\right)^{2} not equal to \mathbf{A}^{2} + 2 \mathbf{A} \mathbf{B} + \mathbf{B}^{2} in general?

    Multiplying out gives \mathbf{A}^{2} + \mathbf{A} \mathbf{B} + \mathbf{B} \mathbf{A} + \mathbf{B}^{2}, and the two middle terms cannot be collected into 2 \mathbf{A} \mathbf{B}.

    The safe route is to add the matrices inside the bracket first and then multiply that single matrix by itself.

  • For bold A equals open square brackets table row a b row c d end table close square brackets complete the determinant:

    \det \mathbf{A} = \_\_\_\_\_\_ - \_\_\_\_\_\_

    The completed determinant is:

    \det \mathbf{A} = a d - b c

    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 3 \times 3 matrix.

    The minor of an element is the determinant of the 2 \times 2 matrix that is left when you cross out the row and the column containing that element.

    So the minor of a in \begin{bmatrix} a & b & c \\ d & e & f \\ g & h & i \end{bmatrix} is e i - f h.

  • How do you use minors to find the determinant of a 3 \times 3 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 \begin{bmatrix} + & - & + \\ - & + & - \\ + & - & + \end{bmatrix}.

    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 2 \times 2 determinants are needed instead of three.

  • For n \times n matrices complete these two determinant properties:

    \det \left(k \mathbf{A}\right) = \_\_\_\_\_\_ \det \left(\mathbf{A}\right) \text{ and } \det \left(\mathbf{A} \mathbf{B}\right) = \_\_\_\_\_\_

    The completed properties are:

    \det \left(k \mathbf{A}\right) = k^{n} \det \left(\mathbf{A}\right) \text{ and } \det \left(\mathbf{A} \mathbf{B}\right) = \det \left(\mathbf{A}\right) \det \left(\mathbf{B}\right)

    The index n appears because every one of the n rows gets multiplied by k, not just one of them.

  • True or False?

    For two square matrices of the same order, \mathbf{A} \mathbf{B} and \mathbf{B} \mathbf{A} always have the same determinant.

    True.

    Both determinants come out as \det \left(\mathbf{A}\right) \times \det \left(\mathbf{B}\right), 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 1 and the determinant of a zero matrix is 0.

    Both hold whatever the size, so \det \left(\mathbf{I}\right) = 1 for a 3 \times 3 identity just as it does for a 2 \times 2 one.

  • Define a singular matrix.

    A matrix is singular when its determinant is equal to 0.

    A square matrix whose determinant is not zero is described as non-singular.

  • Given that \det \left(\mathbf{A}\right) = 5 what is the determinant of the inverse matrix \mathbf{A}^{- 1} equal to?

    It is \frac{1}{5}, because \det \left(\mathbf{A}^{- 1}\right) = \frac{1}{\det \left(\mathbf{A}\right)}.

    That follows from applying \det \left(\mathbf{A} \mathbf{B}\right) = \det \left(\mathbf{A}\right) \det \left(\mathbf{B}\right) to the statement \mathbf{A} \mathbf{A}^{- 1} = \mathbf{I}.

  • Define the inverse \mathbf{A}^{- 1} of a square matrix.

    The inverse \mathbf{A}^{- 1} is the matrix for which \mathbf{A} \mathbf{A}^{- 1} = \mathbf{A}^{- 1} \mathbf{A} = \mathbf{I}.

    Multiplying by it undoes multiplying by \mathbf{A}, 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 0, 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 \left(\mathbf{A} \mathbf{B}\right)^{- 1} equals \mathbf{A}^{- 1} \mathbf{B}^{- 1} in that order.

    False.

    The order reverses, giving \left(\mathbf{A} \mathbf{B}\right)^{- 1} = \mathbf{B}^{- 1} \mathbf{A}^{- 1}.

    Written that way the product with \mathbf{A} \mathbf{B} cancels from the inside outwards, leaving the identity.

  • To get \mathbf{B} out of the equation \mathbf{A} \mathbf{B} = \mathbf{C} which side do you multiply by \mathbf{A}^{- 1} on?

    Multiply on the left, giving \mathbf{A}^{- 1} \mathbf{A} \mathbf{B} = \mathbf{A}^{- 1} \mathbf{C} and so \mathbf{B} = \mathbf{A}^{- 1} \mathbf{C}.

    The side matters because matrix multiplication is not commutative: for \mathbf{B} \mathbf{A} = \mathbf{C} you would multiply on the right instead, giving \mathbf{B} = \mathbf{C} \mathbf{A}^{- 1}.

  • For \mathbf{A} = \begin{bmatrix} a & b \\ c & d \end{bmatrix} complete the inverse:

    \mathbf{A}^{- 1} = \frac{1}{\det \mathbf{A}} \begin{bmatrix} \_\_\_\_\_\_ & \_\_\_\_\_\_ \\ - c & a \end{bmatrix}

    The completed inverse is:

    \mathbf{A}^{- 1} = \frac{1}{\det \mathbf{A}} \begin{bmatrix} d & - b \\ - c & a \end{bmatrix}

    Swap the two entries on the leading diagonal, change the sign of the other two, then divide by the determinant.

  • Why does the 2 \times 2 inverse involve dividing by the determinant?

    Multiplying \begin{bmatrix} a & b \\ c & d \end{bmatrix} by \begin{bmatrix} d & - b \\ - c & a \end{bmatrix} gives \begin{bmatrix} a d - b c & 0 \\ 0 & a d - b c \end{bmatrix}, which is the determinant times the identity.

    Dividing by the determinant turns that into \mathbf{I} exactly, and it is impossible when the determinant is 0.

  • Two matrices satisfy \mathbf{M} \mathbf{N} = k \mathbf{I} for some non-zero constant k. What is the inverse of \mathbf{M} in terms of \mathbf{N}?

    Dividing both sides by k gives \mathbf{M} \left(\frac{1}{k} \mathbf{N}\right) = \mathbf{I}, so \mathbf{M}^{- 1} = \frac{1}{k} \mathbf{N}.

    The two matrices are almost inverses of each other already, and the scalar \frac{1}{k} is all that is needed to finish the job.

  • Why is the determinant the first thing to work out when inverting a 3 \times 3 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 3 \times 3 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 \mathbf{C} has been found, how is \mathbf{A}^{- 1} formed from it?

    Transpose \mathbf{C} to get the adjugate \mathbf{C}^{\text{T}}, then divide by the determinant, so that \mathbf{A}^{- 1} = \frac{1}{\det \mathbf{A}} \mathbf{C}^{\text{T}}.

    It is usually tidier to leave the answer as a scalar multiple of a whole-number matrix than to write out nine separate fractions.

Sign up to unlock flashcards

or