Find the Null Space [[1,0,-4,9],[0,1,1,-7],[0,0,0,0]]
Problem
Solution
Identify the pivot columns and free variables in the matrix. The matrix is already in reduced row echelon form (RREF). The pivots are in the first and second columns, corresponding to variables
(x_1) and(x_2) The free variables are(x_3) and(x_4) Write the system of equations corresponding to the non-zero rows of the matrix.
Express the pivot variables in terms of the free variables
(x_3) and(x_4)
Write the general solution vector
x in terms of the free variables.
Decompose the vector into a linear combination of vectors scaled by the free variables to find the basis for the null space.
Final Answer
Want more problems? Check here!