Flashcards · 10 cards

Matrices & determinants

Say the answer to yourself, then check. Cards you know come back less and less often; cards you don't come back tomorrow.

  1. Rule

    What is the order of a matrix?

    Answer

    Rows × columns, rows first. A matrix with 2 rows and 3 columns is 2×32 \times 3.

    1402−35row 1row 2columns1232 rows × 3 columns
    OrderRows first, then columns: this is 2 × 3
  2. Know it

    How do you add two matrices, or multiply a matrix by a number?

    Answer

    Adding: entry by entry, for matrices of the same order. A number multiplies every entry.

  3. Rule

    How do you multiply two matrices?

    Answer

    A row of the first times a column of the second: multiply in pairs and add. ABAB and BABA are usually different.

    abcdpqrs=•• = ap + br
    Row times columnRow 1 of the first times column 1 of the second gives the top-left entry
  4. Know it

    When can you work out ABAB?

    Answer

    When the number of columns of AA equals the number of rows of BB. A 2×32 \times 3 times a 3×13 \times 1 gives a 2×12 \times 1.

  5. Rule

    The determinant of (abcd)\begin{pmatrix} a & b \\ c & d \end{pmatrix}?

    Answer

    ad−bcad - bc: the leading diagonal minus the other diagonal.

    abcdad − bc
    DeterminantLeading diagonal minus the other diagonal: ad − bc
  6. Rule

    The inverse of (abcd)\begin{pmatrix} a & b \\ c & d \end{pmatrix}?

    Answer

    1ad−bc(d−b−ca)\dfrac{1}{ad - bc}\begin{pmatrix} d & -b \\ -c & a \end{pmatrix}: swap aa and dd, change the signs of bb and cc, divide by the determinant.

    A⁻¹ =1ad − bcd−b−caswap a, d · change signs of b, c
    InverseSwap a and d, change the signs of b and c, divide by ad − bc
  7. Know it

    When does a matrix have no inverse?

    Answer

    When its determinant is 0: the matrix is singular.

  8. Know it

    How do you solve (2134)(xy)=(510)\begin{pmatrix} 2 & 1 \\ 3 & 4 \end{pmatrix}\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 5 \\ 10 \end{pmatrix} with matrices?

    Answer

    Multiply both sides on the left by the inverse of the matrix: (xy)=(2134)−1(510)\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 2 & 1 \\ 3 & 4 \end{pmatrix}^{-1}\begin{pmatrix} 5 \\ 10 \end{pmatrix}.

  9. Rule

    How do you find a 3×33 \times 3 determinant?

    Answer

    Along the top row with the signs +  −  ++\;-\;+: each entry times the 2×22 \times 2 determinant left when you cover its row and column.

    abcdefghi+−+a(ei − fh)− b(di − fg)+ c(dh − eg)
    3 × 3 determinantTop row, signs + − +, each times the 2 × 2 left over
  10. Which method?

    WAEC 2019 · Paper 2 · Q13 (b)

    Given the matrices A=(25−1−3)\mathbf A = \begin{pmatrix} 2 & 5 \\ -1 & -3 \end{pmatrix} and B=(3−241)\mathbf B = \begin{pmatrix} 3 & -2 \\ 4 & 1 \end{pmatrix}, find: (i) BA\mathbf{BA}; (ii) the determinant of BA\mathbf{BA}.

    In BA\mathbf{BA}, whose rows do you use?

    Answer

    The first matrix's: rows of B\mathbf B times columns of A\mathbf A. Order matters, so BA\mathbf{BA} is not AB\mathbf{AB}.