- #1
judahs_lion
- 56
- 0
Show that vectors v1, v2, and v3 span R3.
V1=(1,0,0)
V2=(2,2,0)
V3=(3,3,3)
I'm pretty sure I'm doing this wrong?
a(V1) +b(V2) +c(V3) = [x,y,z]
for (a= 0, b = 0, c = 1/3)
[0,0,0] +[0,0,0] +[1,1,1] = [x,y,z]
[1,1,1] = [x,y,z]
Ok, I got this far
SEE ATTACHMENT