SOLUTION: you have 3 vectors x1 =[1, 1, 1, 1] x2=[6, 0, 0, 2] x3=[-1, -1, 2, 4]
Use the gram-Schmidt algorithm to convert the set S={x1, x2, x3} into an orthogonal set.
Question 375891: you have 3 vectors x1 =[1, 1, 1, 1] x2=[6, 0, 0, 2] x3=[-1, -1, 2, 4]
Use the gram-Schmidt algorithm to convert the set S={x1, x2, x3} into an orthogonal set. Answer by Jk22(389) (Show Source): You can put this solution on YOUR website! x1 =[1, 1, 1, 1] x2=[6, 0, 0, 2] x3=[-1, -1, 2, 4]
x1->x1/|x1|=[1, 1, 1, 1]/Sqrt(4)=1/2