

InterviewSolution
Saved Bookmarks
1. |
Apply the given elementary transformation of the following matrices :B = \( \begin{bmatrix}1&-1& 3 \\[0.3em]2& 5 & 4 \\[0.3em]\end{bmatrix}\), R1 → R1 → R2B = [1,-1,3,2,5,4],R1 → R1 → R2 |
Answer» Given, B = [1,-1,3,2,5,4],R1 → R1 → R2 B = \( \begin{bmatrix} 1&-1& 3 \\[0.3em] 2& 5 & 4 \\[0.3em] \end{bmatrix} \), R1 → R1 → R2 gives, B ~ \( \begin{bmatrix} -1&-6& -1 \\[0.3em] 2& 5 & 4 \\[0.3em] \end{bmatrix} \) |
|