judahs_lion
- 56
- 0
The discussion revolves around the problem of determining whether the vectors v1, v2, and v3 span R3. The vectors are given as V1=(1,0,0), V2=(2,2,0), and V3=(3,3,3). Participants are exploring various approaches to demonstrate this spanning property.
The discussion is ongoing, with participants sharing their attempts and seeking clarification on their reasoning. Some have provided insights into using matrix equations to explore the spanning property, while others express confusion and seek simpler explanations.
Participants are working under the constraints of a homework assignment, which may limit the methods they can use to demonstrate their understanding. There is a mention of attachments with additional work, indicating ongoing exploration of the problem.
judahs_lion said: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]
judahs_lion said:Ok, I got this far
SEE ATTACHMENT