Find the Rank A=[[i,-5,0],[1,i,-1]]
Problem
Solution
Identify the dimensions of the matrix
A SinceA is a2×3 matrix, the maximum possible rank is the minimum of the number of rows and columns, which is2 Perform row operations to reach row echelon form. Swap the first and second rows to place a
1 in the first pivot position.
Eliminate the entry below the first pivot by subtracting
i times the first row from the second row.
Simplify the entries in the second row using the identity
i2=−1
Determine the rank by counting the number of non-zero rows in the row echelon form. There are
2 non-zero rows.
Final Answer
Want more problems? Check here!