Given that matrix, you certainly haveHello,
Linear map f R2 [x] ---> R2 [x]
f(ax2 + bx + c) = (-3a + b)x2 + (a - 2c)x + (a- b + c)
I would like to find the matrix of this linear map.
I think it's :
-3a + b 0 0
0 a - 2c 0 0 0 a - b + c
Is that correct ?
Linear map f R2 [x] ---> R2 [x] , f(ax2 + bx + c) = (-3a + b)x2 + (a - 2c)x + (a- b + c)
I would like to find the matrix of this linear map.
Is that correct ?
-3a + b 0 0 0 a - 2c 0 0 0 a - b + c
I have no idea what you mean by that.@Pka :
I think not about your matrix because we have no more f R2[x] ---> R2[x] (in your last vector, your change 1,x,x2 by a,b,c)