

InterviewSolution
Saved Bookmarks
1. |
Apply the given elementary transformation of the following matrices :A = \(\begin{bmatrix} 1 & 0 \\[0.3em] -1 & 3 \\[0.3em] \end{bmatrix}\), R1 ↔ R2A = [1,0,-1,3], R1 ↔ R2 |
Answer» Given, A = [1,0,-1,3], R1 ↔ R2 A = \(\begin{bmatrix} 1 & 0 \\[0.3em] -1 & 3 \\[0.3em] \end{bmatrix}\) By R1 ↔ R2, we get, A ~ \(\begin{bmatrix} -1 & 3 \\[0.3em] 1 & 0 \\[0.3em] \end{bmatrix}\) |
|