Find the Rank [[1,-1,3],[6,7,-3],[9,4,6]]
Problem
Solution
Set up the matrix
A for row reduction to find the number of linearly independent rows.
Eliminate the first entry of the second and third rows by performing row operations
(R_2)→(R_2)−6*(R_1) and(R_3)→(R_3)−9*(R_1)
Eliminate the second entry of the third row by performing the row operation
(R_3)→(R_3)−(R_2)
Identify the number of non-zero rows in the row echelon form, which represents the rank of the matrix.
Final Answer
Want more problems? Check here!