Rough Idea: V V V V
Rough Idea: V V V V
Def: The span of a set of vectors {v1 , . . . , vk } is the set of all linear combi-
nations of v1 , . . . , vk .
i.e.: span(v1 , . . . , vk ) = {c1 v1 + · · · + ck vk | c1 , . . . , ck ∈ R}.
Linear Independence
The definition in the textbook is:
If c1 v1 + · · · + ck vk = 0, then c1 = · · · = ck = 0.
Q: Do you see the pattern here? What are the possibilities for the span of
four vectors {v1 , v2 , v3 , v4 }? Seven vectors {v1 , . . . , v7 }?
|v · w| ≤ kvkkwk.
kv + wk ≤ kvk + kwk.
v · w = kvkkwk cos θ,
(Q: How exactly is this the “Pythagorean Theorem” about right triangles?)
Cross Products
Def: The cross product of two vectors v, w ∈ R3 is
v2 w3 − v3 w2
v × w = v3 w1 − v1 w3 .
v1 w2 − v2 w1
Note: Dot products make sense in Rn for any dimension n. But cross prod-
ucts only really work in R3 .
v · (v × w) = 0
w · (v × w) = 0.
kv × wk = kvkkwk sin θ,
Facts:
(a) Row operations do not change the set of solutions of a linear system.
(b) Using row operations, every matrix can be put in reduced row ech-
elon form.
Prop 6.2: For a linear system of equations (whose augmented matrix is) in
reduced row echelon form, there are three possibilities:
(A) No solutions. One of the equations is 0 = 1.
(B) Exactly one solution. There’s no 0 = 1, and no free variables.
(C) Infinitely many solutions. There’s no 0 = 1, but there’s at least
one free variable.
Homogeneous vs Inhomogeneous
Def: A linear system of the form Ax = 0 is called homogeneous.
A linear system of the form Ax = b with b 6= 0 is called inhomogeneous.
Column Space
There are two equivalent definitions of the column space.
Important:
◦ N (A) is a subspace of the domain of A.
◦ C(A) is a subspace of the codomain of A.
Two Crucial Facts
Fact 1 (Prop 8.3): Let A be an m×n matrix. The following are equivalent:
(i) N (A) = {0}.
(ii) The columns of A are linearly independent.
(iii) rref(A) has a pivot in each column.
Further: If any of these hold, then n ≤ m.
Fact 2 (Prop 9.2): Let A be an m×n matrix. The following are equivalent:
(i) C(A) = Rm .
(ii) The columns of A span Rm .
(iii) rref(A) has a pivot in each row.
Further: If any of these hold, then n ≥ m.
Subspaces
Def: A (linear) subspace of Rn is a subset V ⊂ Rn such that:
(1) 0 ∈ V.
(2) If v, w ∈ V , then v + w ∈ V.
(3) If v ∈ V , then cv ∈ V for all scalars c ∈ R.
So, the set of solutions to Ax = 0 is a linear subspace. But what about the
set of solutions to Ax = b? Assuming there are solutions to Ax = b, then
the set of solutions is an affine subspace.
But what if one basis for V has (say) 5 elements, but another basis for
V had 7 elements? Then how could we make sense of the dimension of V ?
Fortunately, that can never happen, because:
Fact: For a given subspace, every basis has the same number of elements.