- #1
rad0786
- 188
- 0
Homework Statement
Apply the Gram-Schmidt orthogonalization procedure to the canonical basis [itex]1, x, x^2, x^3, x^4[/itex] in order to find an orthonormal basis for the space P4([0, 1]) with respect to the inner product <p(x), q(x)> =int(0,1) p(x)q(x) dx
AND USE THIS BASIS TO FIND THE ADJOINT OF THE LINEAR MAP! [itex]A(ax^4 + bx^3 +cx^2 + dx + e) = cx^2[/itex] (=cx^2 ... no cx^3... latex acts funny?)
Homework Equations
The Attempt at a Solution
Finding the orthogonal basis using the Gram-Schmit algorithm is slimply plugging numbers into a formula, so that is straight forward.
My Basis is:
[itex]e1 =1[/itex]
[itex]e2 = x-1/2[/itex]
[itex]e3 = x^2+1/6-x[/itex]
[itex]e4 = x^3-1/20+3/5*x-3/2*x^2[/itex]
[itex]e5 = x^4+1/70-2/7*x+9/7*x^2-2*x^3[/itex]
Could somebody please guide me as to how I would
USE THIS BASIS TO FIND THE ADJOINT OF THE LINEAR MAP [itex]A(ax^4 + bx^3 + cx^2 + dx + e) = cx^2[/itex] (=cx^2 ... no bx^2... latex acts funny?)
I honestly have no idea where to start?
thought a good place to start would be to find the map of e_i with respect to A,
A(e1) = 0
A(e2) = 0
A(e3) = x^2
A(e4) = 3/2*x^2
A(e5) = 9/7*x^2
Last edited: