Find the Rank
Problem
Solution
Write the matrix and prepare for row reduction to find the number of non-zero rows in row-echelon form.
Eliminate the first entry of the second and third rows by subtracting the first row from them (
(R_2)→(R_2)−(R_1) and(R_3)→(R_3)−(R_1) .
Eliminate the second entry of the third row by subtracting twice the second row from the third row (
(R_3)→(R_3)−2*(R_2) .
Identify the number of non-zero rows in the resulting row-echelon form. There are 2 non-zero rows.
Final Answer
Want more problems? Check here!