Null Space - Solve
Previously we saw how to get
echelon form, pivot/free column vectors of a matrix say .
Now let's find that solves
(say)
Note that we can get free columns by a linear combination of pivot columns.
So we are free to scale our free columns.
So consider,
Because free columns are the linear combination of pivot columns, we can say that the Null space we get by is the same Null space we get by
So now we will find solution for
Let's see approaches to achieve it.
Approach 1
So we have system of equation:
We are free to choose and so let ,
Then our system of equation becomes:
Now let's set some different value to get
let ,
So we have system of equation:
Approach 2
We can write it as.
We are free to choose and so let ,
By solving it we get
By choosing ,
We get
So we have two special solution.
They are special solution because we crafted those solution in such a way that, in one solution we didn't consider free vector but consider , and in another solution we didn't consider but consider .
We can get all the possible that solves by taking linear combinations of those possible solutions.
So,
Now we got the Null Space of matrix it's a plane passing through and
Null Space is the linear combination of all special solutions.
But how many special solutions are there?
Say there are dependent column vectors in our matrix , then as we discussed we craft these special solution such that we consider
one dependent vector at a time.
So
# special solution = # dependent column vector
remember Rank(A) = # pivot columns
Say that shape of our matrix is , so we have column vectors in , and say Rank of the matrix is , then
# special solution = # dependent column vector =
Then the Null space of is linear combinations of these special solution.
For a matrix with , Null Space is a vector space in