Rank of matrices
Consider a matrix of rank .
So we have column vectors in , and there are column vectors which we can get by the linear combination of other column vectors.
We describe rank as number of pivots of a matrix.
# pivots can't be # rows (), so
# pivots can't be # columns (), so
Full column rank matrix
Consider a matrix of rank and .
Here it means that all of the column vectors are independent, # pivots # free column vectors .
Can we always get a solution, can we always find such that for every ?
Here in we have independent vectors in and ,
to fill a dimensional space we alteast need independent vectors, but we had independent vectors
and so we don't have enough vectors to fill .
Linear combination of independent vectors can't give us a space in
So we can't get every vector by the linear combinations of those independent vectors.
So answer is No we can't get every .
We have no free vectors here so Null Space of is just , so has only one solution that is
Complete solution of is
So complete solution is just a single vector if it exists.
# solution =
Example:
Can we always get a solution, can we always find such that for every ?
Here in we have vectors in .
and linear combination of vector can give us a space in so we can only get those which are in the linear combination(plane) of those two vectors.possible is
So answer is No we can't get every
Row reduced echelon form is
So # of pivots are
Full row rank matrix
Consider a matrix of rank and .
Here now all of the column vectors are not independent, # pivots # free column vectors .
Can we always get a solution, can we always find such that for every ?
Here in we have independent vectors in , so we have enough vectors to fill .
Linear combination of independent vectors can give us a space in
So we can get every vector by the linear combinations of those independent vectors.
So answer is Yes we can get every .
Here we have free vectors so Null Space of is in .
# solutions are
Example:
Can we always get a solution, can we always find such that for every ?
Here in we have vectors in and out of those vectors are independent.
And linear combination of independent vector can give us a space in . So we covered the whole -dimensional space.
So answer is Yes we can get every .Row reduced echelon form is
So # of pivots are
Full rank matrix
Consider a matrix of rank and .
Here it means that all of the column vectors are independent, # pivots # free column vectors .
Can we always get a solution, can we always find such that for every ?
Here in we have independent vectors in , so we have enough vectors to fill .
Linear combination of independent vectors can give us a space in
So we can get every vector by the linear combinations of those independent vectors.
So answer is Yes we can get every .
We have no free vectors here so Null Space of is just , so has only one solution that is
# solutions =
row reduced echelon form of is