Find the Null Space A=[[1,-1,3],[5,-4,-2],[7,-6,4]]
Problem
Solution
Set up the equation for the null space by solving the homogeneous system
A*x=0 wherex=[[(x_1)],[(x_2)],[(x_3)]] 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) .
Identify the free variable and express the pivot variables in terms of it. Here,
(x_3) is free.
Write the solution vector in terms of the parameter
(x_3)
Final Answer
Want more problems? Check here!