Jan 17
Linear combinations and span
Definition: If u1,u2,…,um are vectors and
c1,c2,…,cm are scalars, then c1u1+c2u2+…+cmum is a linear combination of u1,…,um. Note that the constants can be negative or zero.
Definition: Let S={u1,u2,…,um} be a set of vectors. Then the span of S, spanS, is the set of all linear combinations of u1,u2,…,um}.
What vectors in R2 are a linear combination of (1,0) and (0,1)? In other words, what vectors are in the span of (1,0) and (0,1)?
What vectors in R2 are a linear combination of (1,2) and (0,1)? Talk about lines and averages here.
Is (3,4) a linear combination of (1,2) and (0,1)? In other words, is (3,4) in the span of (1,2) and (0,1)? In other words, does there exists x1,x2∈R such that x1(1,2)+x2(0,1)=(3,4)? In other words, system of equations!
Every system of equation can be interpeted in this way.
Theorem: Let u1,…,um and v be vectors in Rn. Then v∈span({u1,…,um}) if and only if the linear system with augmented matrix [u1u2…um∣v] has a solution.
The solution space can be expressed as a linear combination.
Theorem: Let u1,u2,…,um be vectors in Rn. If u∈span({u1,…,um}), then span({u1,…,um})=span({u1,…,um,u}).
When does a set of vectors span Rn?
Theorem: Let u1,u2,…,um be vectors in Rn. Let A=[u1u2…um] and B∼A, where B is in echelon form. Then span({u1,…,um})=Rn if and only if B has a pivot position in every row.
We can write linear systems as Ax=b.