Find the Null Space [[1,-2,2,-3],[2,-4,9,-2],[-3,6,-6,9]]
Problem
Solution
Set up the matrix equation
A*x=0 to find the vectorsx that satisfy the condition for the null space.
Perform row operations to transform the matrix into row-echelon form. Add
3 times the first row to the third row, and subtract2 times the first row from the second row.
Divide the second row by
5 to get a leading1
Reduce to reduced row-echelon form (RREF) by subtracting
2 times the second row from the first row.
Identify free variables by looking at columns without pivots. Here,
(x_2) and(x_4) are free variables. Let(x_2)=s() and(x_4)=t
Express the solution in vector form by solving for the pivot variables
(x_1) and(x_3) in terms ofs() andt
Write the basis for the null space by separating the parameters
s() andt
Final Answer
Want more problems? Check here!