Find the Null Space {[[2],[1],[4]],[[-6],[0],[-1]]}
Problem
Solution
Construct the matrix
A using the given vectors as rows to find the vectorsx such thatA*x=0
Perform row operations to reach row-echelon form. Add 3 times the first row to the second row.
Identify the pivot columns and the free variable. Columns 1 and 2 have pivots, so
(x_3) is a free variable. Let(x_3)=t Solve the system of equations starting from the second row.
Substitute
(x_2) and(x_3) into the first row equation to find(x_1)
Express the solution in vector form by factoring out the parameter
t
Simplify the basis vector by multiplying by 6 to remove fractions.
Final Answer
Want more problems? Check here!