InterviewSolution
Saved Bookmarks
| 1. |
Find AB if A = \(\begin{bmatrix}1&2\\3&4\end{bmatrix}\) and B = \(\begin{bmatrix}1&5\\3&2\end{bmatrix}\).(a) AB = \(\begin{bmatrix}15&23\\9&7\end{bmatrix}\)(b) AB = \(\begin{bmatrix}9&7\\23&15\end{bmatrix}\)(c) AB = \(\begin{bmatrix}7&9\\15&23\end{bmatrix}\)(d) AB = \(\begin{bmatrix}7&9\\23&15\end{bmatrix}\)This question was posed to me during an interview.This interesting question is from Operations on Matrices topic in chapter Matrices of Mathematics – Class 12 |
|
Answer» The CORRECT option is (C) AB = \(\begin{bmatrix}7&9\\15&23\end{bmatrix}\) |
|