Find the Null Space [[1,-1,3],[5,-4,-2],[7,-6,4]]
Problem
Solution
Set up the homogeneous equation
A*x=0 to find the vectorsx that satisfy the matrix equation.
Perform row operations to transform the matrix into row-echelon form. Subtract 5 times the first row from the second row (
(R_2)−5*(R_1)⇒(R_2) .
Continue row reduction by subtracting 7 times the first row from the third row (
(R_3)−7*(R_1)⇒(R_3) .
Eliminate the third row by subtracting the second row from the third row (
(R_3)−(R_2)⇒(R_3) .
Find the reduced row echelon form by adding the second row to the first row (
(R_1)+(R_2)⇒(R_1) .
Express the variables in terms of the free variable
(x_3)
Write the solution in vector form by factoring out the free variable
(x_3)
Final Answer
Want more problems? Check here!