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.

Algebra.Com
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



x2->x2-(x2.x1)x1=[6, 0, 0, 2]-1/2*(6+2)*1/2[1,1,1,1]=[6,0,0,2]-2[1,1,1,1]
=[4,-2,-2,0]
x2->x2/|x2|=[4,-2,-2,0]/Sqrt(16+4+4)=[2,-1,-1,0]/Sqrt(6)



x3->x3-(x3.x1)x1-(x3.x2)x2=
=[-1,-1,2,4]-1/4(-1-1+2+4)[1,1,1,1]-1/6(-2+1-2)[2,-1,-1,0]
=[-1,-1,2,4]-[1,1,1,1]+1/2[2,-1,-1,0]
=[-2,-2,1,3]+1/2[2,-1,-1,0]
=[-1,-5/2,1/2,3]

x3->x3/|x3|=[-1,-5/2,1/2,3]/Sqrt(1+25/4+1/4+9)
=[-1,-5/2,1/2,3]/Sqrt(33/2)

RELATED QUESTIONS

How many solutions does the equation x1+x2+x3=8 have such that x1,x2, and x3 are... (answered by richwmiller)
the polynomial: ax ³ + bx ² + cx + d = 0 show that: 1. x1 + x2 + x3 = - b / a 2.... (answered by richard1234)
Using matrix method evaluate X1 X2 X3 = 1 X1 2X2 X3 = 1 X1 2X2 X3 = (answered by Fombitz)
Row echelon form of a system of linear equation is:

1   2  4  0  =  1
0   1... (answered by jim_thompson5910,Edwin McCravy)
x1-x2+2x3=0 4x1+x2+2x3=1 x1+x2+x3=-1 gauss jordan elimination... (answered by Fombitz)
- x1 + 2 x2 + 3 x3 + x4 = 6 2 x1 + 3 x2 + x3 + 4 x4 = 8 2 x1 + 3 x2 + x3 + 3 x4 = 7 (answered by Alan3354)
(1) Write the following sets of linear equation in augumented matrix form and solve for... (answered by ikleyn)
(1) Write the following sets of linear equation in augumented matrix form and solve for... (answered by solver91311)
Find all solutions of the equation 2 cos 3x = 1 in the interval [0,pi), with x1 (answered by brysca)