Find the Rank
Problem
Solution
Set up the matrix
A representing the given array.
Eliminate the first entries of the second, third, and fourth rows using the first row. Perform
(R_2)→(R_2)−5*(R_1) (R_3)→(R_3)−9*(R_1) and(R_4)→(R_4)−13*(R_1)
Simplify the second row by dividing by
−4 ((R_2)→−1/4*(R_2) .
Eliminate the second entries of the third and fourth rows using the second row. Perform
(R_3)→(R_3)+8*(R_2) and(R_4)→(R_4)+12*(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!