Hassan H. answered 05/12/16
Tutor
5.0
(176)
Math Tutor (All Levels)
Sammy,
The matrix of L w.r.t. the standard basis is gotten by simply taking the coefficients of x as one column, and the coefficients of y as the next column.
M = (3 -1; 1 1; -1 0)
To get the matrix w.r.t. the new bases of R2 and R3 respectively, it is necessary to write down the transition matrix from the new basis to the old basis in R2 followed by the transition matrix from the old basis to the new basis in R3.
The transition matrix from the new to the old basis in R2 is
P = (-1 1; 1 2)
while the transition from the old to the new basis in R3 is
Q = (2 1 5; -2 0 -3; 1 -1 1)-1
= (1/3)⋅(-3 -6 -3; -1 -3 -4; 2 3 2)
Now, to find the matrix for L, simply note that it will be
L = QMP = (3 -6; 0 -2; -2 3)
I hope this is clear.
Regards,
Hassan