Find the Rank
Problem
Solution
Swap rows to place a non-zero leading entry in the first row. Swap
(R_1) and(R_4)
Eliminate the first column entries below the pivot. Perform
(R_2)→(R_2)−4*(R_1) and(R_3)→(R_3)−10*(R_1)
Simplify the rows by dividing
(R_2) by−5
Eliminate the second column entries below the pivot. Perform
(R_3)→(R_3)+13*(R_2) and(R_4)→(R_4)−(R_2)
Identify the number of non-zero rows in the row-echelon form. There are 2 non-zero rows.
Final Answer
Want more problems? Check here!