Answer on Question #40011, Math, Linear Algebra
Complete the set {(1,0,2),(2,3,1),(…)} to get a basis of R3.
Solution.
v1=(1,0,2)v2=(2,3,1)v3=(x,y,z)
The best way to guarantee that the vectors are basis is to proof that vectors are orthogonal:
Orthogonal means the dot product v1⋅v2=0.
v1⋅v3=x+2z=0v2⋅v3=2x+3y+z=0
So you can go ahead and make a choice -- you have two equations, three unknowns, so you're allowed to make a choice. Say x=1.
Then
z=−2y=0
Thus,
v3=(1,−2,0)
Answer:
v3=(1,−2,0)