Find the Null Space [[1,2,3],[4,5,6],[7,8,9]]
Problem
Solution
Set up the equation
A*x=0 to find the vectorsx that satisfy the matrix equation.
Perform row reduction to transform the matrix into row-echelon form. Subtract 4 times the first row from the second, and 7 times the first row from the third.
Simplify the rows by dividing the second row by
−3
Eliminate the third row by adding 6 times the second row to the third row, and simplify the first row by subtracting 2 times the second row from it.
Identify the free variable and write the system of equations. Here,
(x_3) is a free variablet
Express the solution in vector form by factoring out the parameter
t
Final Answer
Want more problems? Check here!