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

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

Download Address Academy - Best Offline Education App

A=((0,1),(1,2)) and B=((1),(2)) হলে AB=কত?

A.

((5),(2))

B.

((2),(5))

C.

((1),(5))

D.

((-2),(5))

Poster Download
JUUnit-ASet-3উচ্চতর গণিত প্রথম পত্রম্যাট্রিক্স ও নির্ণায়কম্যাট্রিক্সের গুণন (Topic Practice)JU - ⚡ অনলাইন প্রশ্নব্যাংক দেখুন 💥
Join Telegram
সঠিক উত্তরঃ B.

((2),(5))

Explanation:

Another Explanation (5): ```html

এখানে, \(A = \begin{pmatrix} 0 & 1 \\ 1 & 2 \end{pmatrix}\) এবং \(B = \begin{pmatrix} 1 \\ 2 \end{pmatrix}\)

\(AB\) নির্ণয়:

\(AB = \begin{pmatrix} 0 & 1 \\ 1 & 2 \end{pmatrix} \begin{pmatrix} 1 \\ 2 \end{pmatrix}\)

\(AB = \begin{pmatrix} (0 \times 1) + (1 \times 2) \\ (1 \times 1) + (2 \times 2) \end{pmatrix}\)

\(AB = \begin{pmatrix} 0 + 2 \\ 1 + 4 \end{pmatrix}\)

\(AB = \begin{pmatrix} 2 \\ 5 \end{pmatrix}\) 🎉🎉

অতএব, \(AB = \begin{pmatrix} 2 \\ 5 \end{pmatrix}\) 🥳🥳

```