Find the Null Space [[5,8,17,-28],[5,2,-7,8],[3,5,11,-18]]
Problem
Solution
Set up the system by representing the null space as the set of all vectors
x such thatA*x=0
Perform row operations to transform the matrix into row-echelon form. Subtract the first row from the second row (
(R_2)−(R_1)→(R_2) .
Simplify the second row by dividing by
−6 (−1/6*(R_2)→(R_2) .
Eliminate the first column in the third row by performing
(R_3)−3/5*(R_1)→(R_3)
Eliminate the second column in the third row by performing
(R_3)−0.2*(R_2)→(R_3)
Reduce to reduced row echelon form (RREF) by performing
(R_1)−8*(R_2)→(R_1) and then dividing(R_1) by5
Identify free variables
(x_3) and(x_4) and express the pivot variables(x_1) and(x_2) in terms of them.
Write the solution in vector form by factoring out the free variables.
Final Answer
Want more problems? Check here!