gtfitzpatrick
- 372
- 0
Homework Statement
Consider L2, the inner product space of the complex sequences x = (xn) such that \sum xi converges,
with the inner product given by
<x,y> = (sum of) xi yi(complex conjugate)
Now let
x = (1,0,1,0,1,0,0,0...)
y = (1,i,0,i,0,i,0,0,0...)
z = (-1,1,i,-1,1,i,0,0..)
(xn = yn = zn for all n>7 = 0)
a) Is the set {x,y,z} an orthogonal set in L2?
b) If not use the Gram-Schmidth orthogonalization process to get an orthogonal set with the same span
Sol.
A) well i know it can't be orthogonal because if it was there wouldn't be a part b but i can't give that as an answer so for them to be orthogonal <x,y> = 0 but i get <x,y> = 1 so they are not orthogonal(but are orthonormal) so the answer is no, the set is not an orthogonal set in L2
i think I've got that right?
b) to apply Gram-schmidth you first have to remove 0 from the list
which i did giving
x = 1,1,1,0,0,0,0...
y = 1,i,i,i,0,0,0,0,..
z = -1,1,i,-1,1,i,0,0...
and then fill into the formula, but when i do this its not working out, is there something I am missing?
Thanks a mill for reading and sorry some of the code didn't work,i hope you can understand the question.