Consider the space of polynomials of degree equal or less than 2. The canonical basis of this space is $<1,x,x^2>$ and another basis can be $<1, 1+x, 1-x+x^2>$. Calculating the change of basis matrix $A_{b1,bcan}$ and apply it to the vector $2+2x+3x^2$
So I reached to the matrix
$ M = \begin{bmatrix} 1 & -1 & -2 \\[0.3em] 0 & 1 & 1 \\[0.3em] 0 & 0 & 1 \end{bmatrix} $
Well now I applied the matrix to $2+2x+3x^2$ in the canonical basis i.e. the vector:
$ a = \begin{bmatrix} 2 \\[0.3em] 2 \\[0.3em] 3 \end{bmatrix} $
And reached to the vector
$ b = \begin{bmatrix} -6 \\[0.3em] 5\\[0.3em] 3 \end{bmatrix} $
Well if I take the components of this vector and multiply each of them to the correspondent component in the basis we want I reach to the same polynomial (am I making myself clear) $2+ 2x + 3x^2 $.
Is that supposed to happen?
Then I didn't even need to apply the matrix in the vector in the canonical basis right? I could simply try to write the coordinates vector of the polynomial using the given basis.
But is that valid if my initial basis was different than the canonical?
I mean if the polynominal was in a basis b2 and I wanted to write it in a basis b1, I needed to left multiply the change of basis matrix right?
Sorry a bit confused about this topic, need some clarification...
Thanks!