Find the Rank s=[[2,4,6,4],[2,5,7,6],[2,3,5,2]]
Problem
Solution
Write the matrix
A representing the given system.
Perform row operations to create zeros in the first column below the first entry. Subtract the first row from the second row (
(R_2)−(R_1)→(R_2) and subtract the first row from the third row ((R_3)−(R_1)→(R_3) .
Eliminate the second entry in the third column by adding the second row to the third row (
(R_3)+(R_2)→(R_3) .
Identify the number of non-zero rows in the row echelon form of the matrix. There are 2 non-zero rows.
Final Answer
Want more problems? Check here!