মেনু
QB Archive Quiz Creator Graph Poll Mode View Ques Quiz Leaderboard About
থিম নির্বাচন

আপনার পছন্দের থিম বেছে নিন।

Download Address Academy - Best Offline Education App

\( A = \left[ \begin{matrix} 1 & 0 \\ 0 & 5 \end{matrix} \right] \) এবং \( B = \left[ \begin{matrix} 5 & 0 \\ 2 & 1 \end{matrix} \right] \) হলে AB এর মান কোনটি?

A. \( \left[ \begin{matrix} 5 & 0 \\ 2 & 5 \end{matrix} \right] \)
B. \( \left[ \begin{matrix} 5 & 0 \\ 10 & 5 \end{matrix} \right] \)
C. \( \left[ \begin{matrix} 6 & 0 \\ 2 & 6 \end{matrix} \right] \)
D. \( \left[ \begin{matrix} 8 & 1 \\ 12 & 5 \end{matrix} \right] \)
Poster Download
JUUnit-ASet-3উচ্চতর গণিত প্রথম পত্রম্যাট্রিক্স ও নির্ণায়কম্যাট্রিক্সের যোগ-বিয়োগ (Topic Practice)JU - ⚡ অনলাইন প্রশ্নব্যাংক দেখুন 💥
Join Telegram
সঠিক উত্তরঃ B. \( \left[ \begin{matrix} 5 & 0 \\ 10 & 5 \end{matrix} \right] \)
Another Explanation (5): প্রথমে আমাদের দেওয়া matrices গুলোর গুণফল নির্ণয় করতে হবে: \( A = \begin{bmatrix} 1 & 0 \\ 0 & 5 \end{bmatrix} \), \( B = \begin{bmatrix} 5 & 0 \\ 2 & 1 \end{bmatrix} \) AB এর মান নির্ণয় করতে: \[ AB = \begin{bmatrix} a_{11} & a_{12} \\ a_{21} & a_{22} \end{bmatrix} \] প্রতিটি উপাদান নিম্নরূপ হিসাব করব: \[ AB = \begin{bmatrix} (1)(5) + (0)(2) & (1)(0) + (0)(1) \\ (0)(5) + (5)(2) & (0)(0) + (5)(1) \end{bmatrix} \] প্রতিটি উপাদানের মান: \[ AB = \begin{bmatrix} 5 + 0 & 0 + 0 \\ 0 + 10 & 0 + 5 \end{bmatrix} \] অর্থাৎ, \[ AB = \begin{bmatrix} 5 & 0 \\ 10 & 5 \end{bmatrix} \] সুতরাং, সমাধান হলো: <div> \( AB = \begin{bmatrix} 5 & 0 \\ 10 & 5 \end{bmatrix} \) </div>