Linear Algebra Lecture 9
1. Linear independence
2. Spanning a space
3. Basis and Dimension
Independence
Vectors X1,X2,...XnX1,X2,...Xn are independent if no combination gives zero vector, except the zero combination.
c1x1+c2x2+...+cnxn≠0c1x1+c2x2+...+cnxn≠0, except all ci=0ci=0.
Suppose AA is by nn with . More unknown XXs than equations.
The conclusion is there are some non-zero solutions to , there are some special solutions.
Because starts with a system and does elimination, gets the thing into an echelon form with some pivot columns and some free columns, the reason is there will be free variables, at least n−mn−m.
When v1,...vnv1,...vn are columns of matrix AA. They are independent if the null space of is only the zero vector. They are dependent if Ac=0Ac=0 for some non-zero cc.
Vectors are independent when rank = n and no free variables, the null space is only zero vector, dependent when rank < n and has free variables.
Spanning a space
Vectors span a space means the space consists of all combinations of those vectors.
The columns of a matrix span the column space.
Basis
A basis for a vector space is a sequence of vectors v1,v2,...vnv1,v2,...vn with two properties:
1. They are independent.
2. They span the space.
Example:
Space is R3R3, one basis is ⎡⎣⎢100⎤⎦⎥,⎡⎣⎢010⎤⎦⎥,⎡⎣⎢001⎤⎦⎥[100],[010],[001]
How to test vectors to be a basis?
You would put them in the columns of a matrix, and do elimination, row reduction, and you would see do you get any free variables or are all the columns pivot columns.
In RnRn, n vectors give basis if the n×nn×n matrix with those columns is invertible.
There are many bases, but they all have the same number of vectors.If we’re talking about the space RnRn, then the number of vectors is nn.
Dimension
Given a space, then every basis for the space has the same number of vectors. This number is the dimension of the space.
Rank(A) = number of pivot columns = the dimension of the column space C(A)
If you know the dimension of the space, then we have a couple of vectors that are independent, they’ll automatically be a basis.
The dimension of the null space is the number of free variables.
dimN(A)=n−rdimN(A)=n−r