Find the Rank [[1,-4,2],[2,1,0],[5,-2,2]]
Problem
Solution
Set up the matrix
A for row reduction.
Eliminate the first entries of the second and third rows using the first row.
Eliminate the second entry of the third row using the second row.
Identify the number of non-zero rows in the row-echelon form.
Final Answer
Want more problems? Check here!