Find the Rank [[1,0,1],[0,1,-1],[-1,0,1]]
Problem
Solution
Identify the matrix
A and prepare to perform elementary row operations to find its row echelon form.
Eliminate the first element of the third row by adding the first row to the third row (
(R_3)→(R_3)+(R_1) .
Observe that the matrix is now in row echelon form, where all rows have a leading non-zero entry (pivot).
Determine the rank by counting the number of non-zero rows in the row echelon form.
Final Answer
Want more problems? Check here!