Find the Null Space [[1,3],[2,1]]
Problem
Solution
Set up the equation for the null space by looking for all vectors
x=[[(x_1)],[(x_2)]] such thatA*x=0
Perform row reduction on the augmented matrix to find the row echelon form.
Eliminate the entry in the second row, first column by replacing
(R_2) with(R_2)−2*(R_1)
Scale the second row by dividing by
−5 to obtain the reduced row echelon form.
Back-substitute to solve for the variables. The second row gives
(x_2)=0 Substituting this into the first row(x_1)+3*(x_2)=0 gives(x_1)=0
Identify the basis of the null space. Since the only solution is the zero vector, the null space contains only the origin.
Final Answer
Want more problems? Check here!