All of linear algebra is built on the two basic operations on vectors:
addition
and scalar multiplication.
When we combine these two operations, we form a linear combination of vectors.
For now, letβs stick to an example with only two vectors.
The sum of cv and dw - where c and d are scalars -
is a linear combination of v and w
Special Linear Combinations
If we choose some specific values for c and d, we can reduce a linear combination
to concepts already covered in the course:
- 1v+1w is just the sum of v and w,
- 1vβ1w is their difference,
- 0v+0w is the zero vector,
- cv+0w is just the vector v multiplied by the scalar c.
Example
Let me illustrate by forming an arbitrary linear combination of two arbitrary vectors:
v=[23β],w=[14β],c=2,d=3
cv+dwβ=[cβ
v1β+dβ
w1βcβ
v2β+dβ
w2ββ]=[2β
2+3β
12β
3+3β
4β]=[718β]β
So the vector [718β] is one of the possible linear combinations of v and w.