Given $Poly=\{ a_1 t^2 + a_2t + a_3\}$ ; and $B=\{t^2,t,1\}$ is a basis $Poly$.
a) Show that $R=\{t^2 +1 , t-2 , t+3\}$ is a basis for $Poly$
b) Find the coordinate change matrix $S$ from the basis $B$ to the basis $R$ . Now find $S^{-1}$, using S.
This is a seven part problem; I've worked on them kind of scattered; but these two I've been stuck on and are also holding up working on some of the other parts of the problem. These are Part's b and c ; Part a gave a vector $v$ (which was a quadratic) and asked to find the coordinates of it in respect to $R$ ; I don't see that information being related to these parts, but just FYI.
What confuses me if that everything I've read online and in my books gives the vectors in the basis to solve for when trying to do this.
So an example in a book (not my textbook) is:
Let $x= \begin{array}{lcr} \ 3 \\ \ {-2} \end{array} $
$B= \{u_1 , u_2 \} = \{ \begin{array}{lcr} \ 2 & 1 & \\ \ 7 & 4 & \\ \end{array} \}$ , set $ U=[u_1 u_2]$ (% What's U?) Find the change of basis matrix from $S$ to $B$.
I can type out this whole example from the book or take a picture of it to upload if you feel it would be beneficial to helping me, but as you can tell I'm not the greatest at typing matrices.
Like I said most of what I've looked up that has to do with change of basis matrices looks similar to this example; yet I'm failing to see how it relates to my problem.
For Part a I really don't know how to put $R$ in relation to $B$ ,other than by saying be know $a_1, a_2, a_3$ of $b$ and can therefor set the poly from $B=R$ ?
Like I said I'm pretty confused; and this is really putting on a damper on the rest of the assignment, any help would be appreciated.
For part a), as Poly has dimension $3$ and $R$ contains $3$ vectors, you have proved $R$ is a basis for Poly if you prove these $3$ vectors are linearly in,dependent.
So all you have to do is taking a linear relation among them: $$x(t^2+1)+y(t-2)+z(t+3)=0$$ and prove this implies $x=y=z=0$.
For part b) the change of coordinates matrix from basis $B$ to basis $R$ has for column vectors the coordinates of the vectors of the new basis $R$ in the old basis $B$.
To find $S^{-1}$, use row reductions until you obtain the unit matrix.In parallel, do the same reductions to the unit matrix. The final transformed matrix is $S^{-1}$.