Find the Rank [[-6,2,-4],[9,-8,1],[-9,1,6]]
Problem
Solution
Set up the matrix
A to perform row reduction to row-echelon form.
Simplify the first row by dividing by
−2 to create a leading value.
Eliminate the entries below the first pivot in the first column.
Simplify the second row by dividing by
−5
Eliminate the entry below the second pivot in the second column.
Identify the number of non-zero rows in the row-echelon form.
Final Answer
Want more problems? Check here!