Linear Combination of vectors

Given two vectors u and v we name linear combination of u and v to any expression of the form: λu+μv where λ and μ are real numbers.

A vector w is a linear combination of u and v if real (scalar) numbers (escalars) λ and μ exist such that we can express w as follows: w=λu+μv.

The vectors we have been working with until now are vectors on the plane, so they have two components. In this case we can express any vector w as a linear combination of two non parallel vectors u and v. This combination is unique.

Example

Is the vector w=(1,3) a linear combination of the vectors of u=(1,2) and v=(0,3)?

We want to find λ and μ so as w=λu+μv. We have: (1,3)=λ(1,2)+μ(0,3)=(λ,2λ)+(0,3μ)=(λ,2λ+3μ)

Therefore: 1=λ3=2λ+3μ}λ=1, μ=53

We have just found values for λ and μ for which w=λu+μv is true. So the answer is "yes", we can express w=(1,3) as a linear combination of u=(1,2) and v=(0,3).