Find the Null Space [[3,7,1,0],[5,2,3,1],[8,5,2,1]]
Problem
Solution
Set up the augmented matrix for the homogeneous system
A*x=0
Perform row operations to reach row echelon form. Subtract row 1 and row 2 from row 3 (
(R_3)−(R_1)−(R_2)→(R_3) .
Continue row reduction to find the reduced row echelon form (RREF). Divide
(R_3) by−4
Eliminate the second column entries in
(R_1) and(R_2)
Normalize
(R_1) and eliminate the first column entry in(R_2)
Identify free variables and express the solution in parametric form. Let
(x_3)=t
Write the basis for the null space by factoring out the parameter
t
Scale the vector to use integers for a cleaner basis. Multiply by 6.
Final Answer
Want more problems? Check here!