Linear Combinations
Given vectors v1,v2,⋯,vp in Rn and given scalars c1,c2,⋯,cp
c1v1+⋯+cpvp
is called a linear combination of v1,⋯,vp with weights or coefficients c1,c2,⋯,cp
The weights in a linear combination can be any real numbers, including zero
From Matrix Equation to Vector Equation
- A matrix equation can be converted into a vector equation
e.g.
2x1+2x2+1x3=6
3x1+1x2+0x3=14
1x1+3x2+1x3=18
⎣⎢⎡231213101⎦⎥⎤⎣⎢⎡x1x2x3⎦⎥⎤=⎣⎢⎡61418⎦⎥⎤
⎣⎢⎡231⎦⎥⎤x1+⎣⎢⎡213⎦⎥⎤x2+⎣⎢⎡101⎦⎥⎤x3=⎣⎢⎡61418⎦⎥⎤
Span
Definition : given a set of vectors v1,⋯,vp∈Rn, Span{v1,⋯,vp} is defined as the set of all linear combinations of v1,⋯,vp
Span{v1,⋯,vp}=c1v1+c2v2+⋯cpvp with arbitrary scalars c1,⋯,cp
Span{v1,⋯,vp} is also called the subset of Rn spanned by v1,⋯,vp