Find the Null Space [[1,3],[7,-3]]
Problem
Solution
Set up the equation for the null space by solving the homogeneous system
A*x=0 whereA is the given matrix.
Perform row reduction to find the row echelon form of the matrix. Subtract 7 times the first row from the second row.
Simplify the second row by dividing by
−24 to obtain the reduced row echelon form.
Eliminate the entry above the pivot in the second column by subtracting 3 times the second row from the first row.
Identify the solution to the system. Since the reduced row echelon form is the identity matrix
I the only solution toI*x=0 is the trivial solution.
Conclude the null space contains only the zero vector, meaning the nullity of the matrix is 0.
Final Answer
Want more problems? Check here!