DanielFaraday
- 86
- 0
Homework Statement
Write the standard matrix representation TE for T.
Homework Equations
<br /> T\left(ax^3+bx^2+cx+d\right)=(a-b)x^2+(c-d)x+(a+b-c)<br />
The Attempt at a Solution
<br /> [T]_E=\left(<br /> \begin{array}{c}<br /> a+b-c \\<br /> c-d \\<br /> a-b \\<br /> 0<br /> \end{array}<br /> \right)<br />
I think this is right, but a subsequent problem asks me to show that this matrix is similar to another matrix. Similarity only makes sense for an n x n matrix, so this must be wrong.
Any ideas?