Find the Null Space
Problem
Solution
Write the augmented matrix for the homogeneous system
A*x=0 to find the vectorsx such that:
Simplify the third row by dividing by
8
Perform row reduction to reach Reduced Row Echelon Form (RREF) by eliminating the entry above the pivot in the third column (
(R_1)←(R_1)+2*(R_3) :
Eliminate the entry above the pivot in the second column (
(R_1)←(R_1)−(R_2) :
Identify the pivot variables (
(x_1),(x_2),(x_3) and the free variables ((x_4),(x_5) . Write the system of equations:
Express the pivot variables in terms of the free variables
(x_4)=s() and(x_5)=t
Write the solution vector in parametric form:
Final Answer
Want more problems? Check here!