Find the Null Space
Problem
Solution
Set up the homogeneous system
A*x=0 by representing the matrix as an augmented matrix.
Perform row operations to reach row echelon form. Swap
(R_1) and(R_2)
Eliminate entries below the first pivot by performing
(R_2)−5*(R_1)→(R_2) and(R_3)−3*(R_1)→(R_3)
Simplify the matrix by swapping
(R_2) and(R_3) and dividing the new(R_2) by24
Identify the pivot columns and free variables. The pivots are in columns 1 and 4. The free variables are
(x_2) and(x_3)
Solve for the basic variables in terms of the free variables.
Express the general solution in vector form.
Final Answer
Want more problems? Check here!