No idea where to start for linear transformation question from P2->P2

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
jra0718
Messages
3
Reaction score
0
Let T:P2[itex]\rightarrow[/itex]P2 be given by

T(x-1)=1-x
T(x2-2x)=-1+x-2x2
T(3-x2)=-1+2x+3x2

Find the matrix for T with respect to the standard basis B={1,x,x2}for P2

To be honest, I have no idea where to start. Help would be greatly appreciated
 
Physics news on Phys.org
Write the polynomials as column vectors like
x-1 --->
-1,
1
0
x^2-2x --->
0
-2
1

and so on and make a matrix A from the three columns on the left hand side of the equation and a matrix B from the columns at the right-hand side. You get a matrix equation TA=B which you can solve for T
by multiplying both sides with the inverse of A:
T=TA A-1=BA-1.

ehild
 
i don't understand how you got the column vectors
 
1, x, x^2 are the basis, consider them as base vectors e1, e2, e3. The coefficient of x^k in the polynomial is considered as the k-th component.

For example, -1+x-2x^2 = -1 (1) +1 (x) -2 (x^2) or -1 e1 +1*e2 -2 e3. You can write it as the vector (-1,1,-2), or its transposed as column vector.

ehild
 
Last edited: