Technique101
- 6
- 0
Homework Statement
Find the matrix of the linear operator with respect to the given basis B.
D: P2 -> P2 defined by D(ax2 + bx + c) = 2ax+b, B = { 3x2+2x+1, x2-2x, x2+x+1 }
Homework Equations
None.
The Attempt at a Solution
I set the basis B = { (3,2,1), (1,-2,0), (1,1,1) } based on the equations
then I did
D(3,2,1) = 6x+2 = (0,6,2)
D(1,-2,0) = 2x-2 = (0,2,-2)
D(1,1,1) = 2x-1 = (0,2,-1)
I believe those are the steps I have to take? I'm just not sure where to go from here.
Thanks!