Linear Transformations: Finding Matrix with Standard Basis

baddin
Messages
24
Reaction score
0
1. Give information
Let T: P3 ---> P3 be the linear transformation described by:
T(p(x))=p(x+1)+p(2-x).
Find the matrix of T with respect to the standard basis b {1,x,x^2,x^3}.


The Attempt at a Solution


I found the transformations on the standard basis b:
T(1) = 2
T(x) = 3
T(x^2) = 2x^2 -2x +5
T(x^3) = 9x^2 - 9x + 9
I am confused on what to do next...
 
Physics news on Phys.org
baddin said:
1. Give information
Let T: P3 ---> P3 be the linear transformation described by:
T(p(x))=p(x+1)+p(2-x).
Find the matrix of T with respect to the standard basis b {1,x,x^2,x^3}.


The Attempt at a Solution


I found the transformations on the standard basis b:
T(1) = 2
T(x) = 3
T(x^2) = 2x^2 -2x +5
T(x^3) = 9x^2 - 9x + 9
I am confused on what to do next...

Write your functions so they look a little more like vectors, write a+bx+cx^2+dx^3 as the column vector [a,b,c,d]. So T(1)=2 becomes T([1,0,0,0])=[2,0,0,0]. Does that help?
 
Ok, then I should find T(1,0,0,0), T(0,1,0,0), T(0,0,1,0) and T(0,0,0,1) right?
 
baddin said:
Ok, then I should find T(1,0,0,0), T(0,1,0,0), T(0,0,1,0) and T(0,0,0,1) right?

Right. You really already did. Just write them as column vectors. Then those will be the columns of your matrix.
 
  • Like
Likes 1 person
Okay thank you very much for your help =)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Back
Top