JAMB 2015 · UTME · Q37

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. Swap the two diagonal entries and change the signs of the other two: T=(−2−1−1−1)T = \begin{pmatrix} -2 & -1 \\ -1 & -1 \end{pmatrix}.
  4. Check: ST=(2−11−1−2+2−1+2)ST = \begin{pmatrix} 2 - 1 & 1 - 1 \\ -2 + 2 & -1 + 2 \end{pmatrix}, which is II.
  5. So the answer is option B.

Report a problem with this question