Find the Null Space
Problem
Solution
Construct the matrix
A using the given vectors as rows, since the null space is the set of all vectorsx such thatA*x=0
Perform row reduction to find the row echelon form. Subtract 3 times the first row from the second row.
Normalize the pivot rows. Divide the first row by 2 and the second row by 5.
Eliminate the term above the second pivot. Add 0.5 times the second row to the first row to reach reduced row echelon form (RREF).
Identify the free variables. Since there are pivots in columns 1 and 2, the free variables are
(x_3) (x_4) and(x_5)
Express the pivot variables in terms of the free variables.
Write the general solution in vector form by setting each free variable to 1 and the others to 0.
Final Answer
Want more problems? Check here!