Find the Null Space [[1,6,5,-7],[0,1,2,-1],[0,0,1,2]]
Problem
Solution
Identify the matrix
A and the systemA*x=0 We are looking for the set of vectorsx such that:
Perform row reduction to find the Reduced Row Echelon Form (RREF). Start by eliminating the entry above the leading
1 in the third row. Subtract2 times row 3 from row 2:
Continue row reduction by eliminating the entries above the leading
1 in the second row. Subtract6 times row 2 from row 1:
Finish row reduction by eliminating the entry above the leading
1 in the third row for the first row. Subtract5 times row 3 from row 1:
Write the equations corresponding to the RREF matrix:
Express the variables in terms of the free variable
(x_4)
Write the solution vector in parametric form:
Final Answer
Want more problems? Check here!