Linear Algebra II Marking Guide
Linear Algebra II Marking Guide
8(b)
Let T : Rn → Rn be a linear transformation.
8(c)
Let T : R3 → R3 be the linear transformation whose matrix is
1 −1 0
[T ] = 0 1 2
1 0 1
1
x 1
−1 −1
(i) Find T y , hence compute T 1 .
z 0
To find the inverse of T , we need to find the inverse matrix [T ]−1 .
First, compute the determinant of [T ]:
1 2 0 2
det([T ]) = 1 × − (−1) × +0
0 1 1 1
det([T ]) = 1 × (1 · 1 − 0 · 2) + 1 × (0 · 1 − 1 · 2) = 1 − (−2) = 3
The inverse of [T ] is given by:
1
[T ]−1 = · adj([T ])
det([T ])
After finding
the
adjugate
matrix of [T ] and applying the formula, you can
1
compute T −1 1.
0