Linear Algebra: Let T : P2 => P2 be the linear transform defined by: T(a+b*x+c*x^2) = b+2c*x Find the matrix A of T with respect to the standard basis B = [1, x, x2]. Hint: You might use the fact that P2 is isomorphic to R3.
so it differentiates, thats fairly easy
I dont know how to do it though lol
i hate this stuff. u should b a fan of me if u can :)
you look at the way the function acts on the basic vectors
T(1) = 0 , which corresponds to a cordinate vector of (0,0,0)
T(1) = (0, 0, 0) T(x) = (1, 0, 0) T(x^2) = (0, 2, 0)
^yeh that
was that row reduced?
Then setup a matrix using the columns written in the standard basis.
then you have the first column of the matrix being the first vector
No, no row reduction in this problem.
and so on
\[\left[\begin{matrix}0 & 1 & 0 \\ 0 & 0 & 2 \\ 0 & 0 & 0\end{matrix}\right]\]
and that final result would be the matrix A of T?
The matrix A for the transformation T written with respect to the standard basis.
ahh ok very neat, just curious about one last thing. How did you form this: T(1) = (0, 0, 0) T(x) = (1, 0, 0) T(x^2) = (0, 2, 0) i know you're plugging in the bases of B into T but im not entirely sure whats happening inbetween
Plug each vector into the transformation and then write the resulting vector out with respect to the standard basis.
*Plug each basis vector
T(1) = 0*(1) + 0*(x) + 0*(x^2) T(x) = 1*(1) + 0*(x) + 0*(x^2) T(x^2) = 0*(1) + 2*(x) + 0*(x^2)
what i dont understand is how you got 000 100 020
Plug in the first basis element into the transformation. What do you get?
T(a+b*1+c*1^2) = b+2c*1?
Plug in the first basis element. The first basis element is 1.
i know i replaced x with 1
No, that's wrong. x is a place holder, these are vectors. You could just as well be dealing with a basis of apples and oranges.
This is the mapping [a, b, c] = [b, 2c, 0]
Mapping: [a, b, c] = [b, 2c, 0] [1, 0, 0] = [0, 0, 0] [0, 1, 0] = [1, 0, 0] [0, 0, 1] = [0, 2, 0]
oh i see shouldnt it be [a, b, c] = [0, b, 2c]? though seeing a would go first or if a vector is empty does it go at the end of the mapped matrix
no, does anything get mapped to x^2?
ahhh i see now
ok i see how you arrived at the mapping for the beginning, but not this part [1, 0, 0] = [0, 0, 0] [0, 1, 0] = [1, 0, 0] [0, 0, 1] = [0, 2, 0] did you take the basis and put it with [a, b, c] = [b, 2c, 0] to arrive at the final result above?
A matrix is really just an ordered set of basis vectors that have been transformed and written with respect to the basis for the target space.
So perform the mapping for each basis vector and write it with respect to the standard basis.
i still dont get how you got [1, 0, 0] = [0, 0, 0] [0, 1, 0] = [1, 0, 0] [0, 0, 1] = [0, 2, 0]
There is a bijection between any vector space and F^n for any field F. In this case we consider the field R. The point is you can perform a bijection between any vector in a given vector space and the coefficients in the linear combination.
1, becomes (1, 0, 0) x, becomes (0, 1, 0) x^2, becomes (0, 0, 1)
plug each standard basis element into the map [a, b, c] = [b, 2c, 0] [1, 0, 0] = [0, 0, 0] [0, 1, 0] = [1, 0, 0] [0, 0, 1] = [0, 2, 0]
ahh i see i see! thank you very much Alchemista again for your help today XD
Join our real-time social learning platform and learn together with your friends!