InterviewSolution
Saved Bookmarks
| 1. |
If A = \(\begin{bmatrix}3&4\\1&2\end{bmatrix}\)and B = \(\begin{bmatrix}1&5\\2&3\end{bmatrix}\), find 2A-3B.(a) \(\begin{bmatrix}3&7\\-4&5\end{bmatrix}\)(b) \(\begin{bmatrix}-3&-7\\-4&-5\end{bmatrix}\)(c) \(\begin{bmatrix}3&7\\-4&-5\end{bmatrix}\)(d) \(\begin{bmatrix}3&-7\\-4&-5\end{bmatrix}\)This question was posed to me in an online interview.This intriguing question comes from Operations on Matrices in chapter Matrices of Mathematics – Class 12 |
|
Answer» The CORRECT CHOICE is (d) \(\begin{bmatrix}3&-7\\-4&-5\end{bmatrix}\) |
|