let V=R^3 and S={u1,u2,u3}=[1;2;0],[1;0;0],[1;0;1] These are three vectors 1 by 3

use gschmidt to obtain an orthogonal basis and then find the coordinates of x=[1;2;3] relative to this basis.

1 answer

recall the projection of b on a:
p_a(b) = a.b * a/(a.a)

v1 = u1 = (1,2,0)
v2 = u2 - p_v1(u2) = (1,0,0) - (1/5,2/5,0) = (4/5,-2/5,0)
v3 = u3 - p(u3,v1) - p(u3,v2) = (1,0,1) - (1/5,2/5,0) - (4/5,-2/5,0) = (0,0,1)

check:
v1.v2 = 4/5 - 4/5 = 0
v1.v3 = 0
v2.v3 = 0

so, v1,v2,v3 are orthogonal

Now you can find x in this system
Similar Questions
  1. Projectile MotionChoose one • 5 points The bullet's horizontal velocity and vertical velocity vectors do not affect each other
    1. answers icon 1 answer
  2. .How are vectors different from regular lines in animation? A. Vectors are only part of hand-drawn animation. B. Vectors are
    1. answers icon 1 answer
  3. How can the sum of two vectors be found?(1 point) by adding the numbers representing the vectors' magnitudes by drawing the
    1. answers icon 1 answer
    1. answers icon 3 answers
more similar questions