- #1
patricio2626
- 6
- 0
'
Find the matrix A' for T: R2-->R2, where T(x1, x2) = (2x1 - 2x2, -x1 + 3x2), relative to the basis B' {(1, 0), (1, 1)}.
B' = {(1, 0), (1, 0)} so B'-1 = {(1, -1), (0, 1)}.
I'm confused at what exactly a transform matrix relative to a given basis is to mean. Does this mean that some vector vB', when multiplied by A', will equal T(v)B'? I have the solution from the book: B-1AB', but if I had to put in English what it looks to me that this does: B'-1 converts vstd to vB', then A is the transform matrix which should take vstd and output T(v)std, then B' will convert vB' to vstd. It therefore look as if this will take vectors in standard bases and output them in standard bases after transforming? That can't be right because the answer given is not the same as the transform. What is the question asking, exactly?
Homework Statement
Find the matrix A' for T: R2-->R2, where T(x1, x2) = (2x1 - 2x2, -x1 + 3x2), relative to the basis B' {(1, 0), (1, 1)}.
Homework Equations
B' = {(1, 0), (1, 0)} so B'-1 = {(1, -1), (0, 1)}.
The Attempt at a Solution
I'm confused at what exactly a transform matrix relative to a given basis is to mean. Does this mean that some vector vB', when multiplied by A', will equal T(v)B'? I have the solution from the book: B-1AB', but if I had to put in English what it looks to me that this does: B'-1 converts vstd to vB', then A is the transform matrix which should take vstd and output T(v)std, then B' will convert vB' to vstd. It therefore look as if this will take vectors in standard bases and output them in standard bases after transforming? That can't be right because the answer given is not the same as the transform. What is the question asking, exactly?