Find the Rank [[3,0,2,2],[-6,42,24,54],[21,-21,0,-15]]
Problem
Solution
Write the matrix
A and identify the goal to find the number of non-zero rows in its row-echelon form.
Eliminate the first entries of the second and third rows by performing row operations
(R_2)→(R_2)+2*(R_1) and(R_3)→(R_3)−7*(R_1)
Eliminate the second entry of the third row by performing the row operation
(R_3)→(R_3)+1/2*(R_2)
Count the number of non-zero rows in the resulting row-echelon form to determine the rank.
Final Answer
Want more problems? Check here!