Vector is not a linear combination of two vectors [matrix algebra]

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 9K views
dlevanchuk
Messages
29
Reaction score
0

Homework Statement


Find a vector w in R3 such that w is not a linear combination of v1 and v2


Homework Equations


v1 = [1;2;-1] v2=[2;-1;-2]


The Attempt at a Solution



my question is : does w need to be in the span of v1 and v2?? Could i just choose [1; 1; 1] as my w vector??
 
Physics news on Phys.org
If w is NOT a linear combination of v1 and v2 then it CANNOT be in the span of v1 and v2.

An easy way of finding one such vector is to take the cross product of v1 and v2. The cross product of v1 and v2 is orthogonal to both v1 and v2 and is therefore not within the span of v1 and v2. But really, any vector not spanned by v1 and v2 is perfectly acceptable.
 
that makes perfect sense! thank you