
Arturo O. answered 04/22/20
Experienced Physics Teacher for Physics Tutoring
Set this up as 2 systems of 2 linear equations in 2 unknowns each. From T(1,-2)=(8,-4) get
1a11 - 2a12 = 8
1a21 - 2a22 = -4
From T(-2,-1)=(-1,8) get
-2a11 - a12 = -1
-2a21 - a22 = 8
The 2 systems you need to solve are
a11 - 2a12 = 8
-2a11 - a12 = -1
and
a21 - 2a22 = -4
-2a21 - a22 = 8
Solve both systems by whatever method you prefer. Using Cramer's rule, my answer for the matrix elements is
a11 = 2
a12 = -3
a21 = -4
a22 = 0
Test the answer and see that it works.