- #1
PhizKid
- 477
- 1
Homework Statement
Given ##S = \{1, x, x^2\}##, find the coordinates of ##x^2 + x + 1## with respect to the orthogonal set of S.
Homework Equations
Inner product on polynomial space:
##<f,g> = \int_{0}^{1} fg \textrm{ } dx##
The Attempt at a Solution
I used Gram-Schmidt to make ##S## orthogonal and got ##S' = \{1, x - \frac{1}{2}, x^2 - x + \frac{1}{6}\}##.
So the change of basis matrix I got was $$ \left( \begin{array}{ccc}
1 & \frac{1}{2} & \frac{1}{3} \\
0 & 1 & 1 \\
0 & 0 & 1 \end{array} \right)$$
But ##x^2 + x + 1## looks exactly like ##S##, so it would seem like it's the identity matrix so then it wouldn't change anything, which is where I'm stuck.