- #1
lemonsare
- 3
- 0
Homework Statement
From Linear Algebra with applications 7th Edition by Keith Nicholson.
Chapter 9.2 Example 2.
Let T: R3 → R3 be defined by T(a,b,c) = (2a-b,b+c,c-3a).
If B0 denotes the standard basis of R3 and B = {(1,1,0),(1,0,1),(0,1,0)}, find an invertible matrix P such that P-1MB0(T)P=MB(T).
Homework Equations
The Attempt at a Solution
I know to find P, I have to first find MB0(T) and MB(T).
MB0(T) is easy because I have to just find each a, b, and c as linear combinations of B0 and the coefficients are MB0(T).
However, I'm not sure how to find MB(T). In the textbook, they write:
MB(T) = [CB(1,1,-3) CB(2,1,-2) CB(-1,1,0)]
I cannot figure out where they came up with these numbers (1,1,-3), (2,1,-2), and (-1,1,0).
Please help. Thank you!