Find the Rank
Problem
Solution
Write the matrix
A and prepare for row reduction to find the number of non-zero rows in row-echelon form.
Swap the first and second rows to obtain a leading
1 in the first row.
Eliminate the first entries of the second and third rows using the first row.
Simplify the second row by dividing all elements by
5
Eliminate the third row by subtracting the second row from it.
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!