Find the Null Space [[1,-1,3],[5,-4,-4],[7,-6,2]]
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. Subtract 5 times the first row from the second row, and 7 times the first row from the third row.
Simplify further by subtracting the second row from the third row to create a row of zeros.
Find the reduced row echelon form by adding the second row to the first row.
Identify the free variable and write the solution in parametric form. Here,
(x_3) is free. Let(x_3)=t
Express the solution as a vector space spanned by the basis vector.
Final Answer
Want more problems? Check here!