Gram-Schmidt-Complex

305 Views Asked by At

I have the following complex vectors:

Here

We need to apply Gram-Schmidt.

For $v_1$ I got the same vector as for $u_1$ that means $v_1=(0,0,0,0,1)$.
For $v_2' = u_2 \langle v_1,u_2 \rangle v1 $
So I calculated $\langle v_1,u_2 \rangle = (0,0,0,0,1)\cdot(0,0,1,0,i) = i$
With that: $(0,0,1,0,i) - i\,(0,0,0,0,1) = (0,0,1,0,0)=v_2'$
Moreover for $v_2$ i also got $(0,0,1,0,0)$ with $\|v_2\|=\sqrt{0^2+0^2+1^2+0^2+0^2} = \sqrt1 = 1\,(0,0,1,0,0)=(0,0,1,0,0)$
For $v_3'=u_3-\langle v_1,u_3 \rangle v_1-\langle v_2,u_3 \rangle v_2$
For $\langle v_1,u_3 \rangle =(0,0,0,0,1)\cdot(2,0,i,1,1)=1$
For $\langle v_2,u_3 \rangle =(0,0,1,0,0)\cdot(2,0,i,1,1)=i$
With that $(2,0,i,1,1)-1\,(0,0,0,0,1)-i\,(0,0,1,0,0)=(2,0,i,0,0)-i\,(0,0,1,0,0)=(2,0,0,0,0)=v_3'$
There is definitly a mistake here. So it would be really helpful if someone could help me here..

1

There are 1 best solutions below

6
On BEST ANSWER

$(2,0,i,1,1)-(0,0,0,0,1)\ne(2,0,i,0,0)$. You dropped the $1$ in the fourth slot.