Finding A Transition Matrix from two bases

1.2k Views Asked by At

If I have two ordered $\Bbb C$-bases $${B={t^2+t+1, t+1, 1}}$$ $$B'={i,it,it^2}$$ with those B's being part of the complex vector space $P$ of polynomials in $t$ of degree at most 2 having complex coefficients.How in the world do I find a matrix M that translates between coordinates with respect to my two bases.

1

There are 1 best solutions below

3
On

Hint:

Note that: $$ \begin{cases} t^2+t+1=-i(it^2)-i(it)-i(i)\\ t-1=0(it^2)-i(it)-i(i)\\ 1=0(it^2)+0(it)-i(i) \end{cases} $$

can you see the matrix?