The basis of a span is the smallest linearly independent list of vectors that constitute the span
span(v1,…,vm)={c1v1+…+cmvm:c1,…,cm are scalars}
The span of some vectors is the set of all possible linear combinations of the vectors
V∈Rn→dim(V)=m≤n
dim(V) is the number of vectors in the basis of V
There are at most m linearly independent vectors in V
We need at least m vectors to span V
If m vectors in V are linearly independent, they form a basis of V
If m vectors in V span V, then they form a basis of V
dim(im(A))=rank(A)
The basis of the image of a matrix is the set of the columns containing the leading variables. Can be found by taking the rref(A) and then looking at the corresponding columns with a leading 1 (can’t look at the matrix from rref(A) specifically, have to look at A)
dim(ker(A))=m−rank(A)=nullity(A)
The basis of the kernel of matrix is the set of the columns containing the free variables. Can be found by taking the rref(A), finding x in terms of the free variables and then taking the vectors that arise as a result of isolating the free variables as the basis vectors
nullity(A)+rank(A)=m
Called the Rank-nullity theorem
Is a portion of the fundamental theorem of linear algebra