JAMB 1999 · UME · Q15

Find the matrix TT if ST=IST = I, where S=(−111−2)S = \begin{pmatrix} -1 & 1 \\ 1 & -2 \end{pmatrix} and II is the identity matrix.

Worked solution (try it first)
  1. ST=IST = I means TT is the inverse of SS.
  2. The determinant is ∣S∣=(−1)(−2)−(1)(1)=1|S| = (-1)(-2) - (1)(1) = 1.
  3. For a 2×22 \times 2 inverse, swap the two diagonal entries and change the signs of the other two: (−2−1−1−1)\begin{pmatrix} -2 & -1 \\ -1 & -1 \end{pmatrix}.
  4. Divide by the determinant, 1, which changes nothing.
  5. So T=(−2−1−1−1)T = \begin{pmatrix} -2 & -1 \\ -1 & -1 \end{pmatrix}, option B.

Report a problem with this question