Find the Null Space A={[[1,2],[3,4]]}
Problem
Solution
Set up the homogeneous equation
A*x=0 wherex=[[(x_1)],[(x_2)]] and0=[[0],[0]]
Perform row reduction on the augmented matrix to find the row-echelon form.
Subtract 3 times the first row from the second row (
(R_2)−3*(R_1)⇒(R_2) .
Divide the second row by
−2 (−1/2*(R_2)⇒(R_2) .
Subtract 2 times the second row from the first row (
(R_1)−2*(R_2)⇒(R_1) to reach reduced row-echelon form.
Interpret the resulting system of equations.
Conclude that since the only solution is the trivial solution, the null space contains only the zero vector.
Final Answer
Want more problems? Check here!