Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23129 views
ubuntu2004
1
<exercise checkit-seed="0000" checkit-slug="M1" checkit-title="Multiplying matrices">
2
<statement>
3
<p>Of the following three matrices, only two may be multiplied.
4
<me>
5
A= \left[\begin{array}{cc}
6
-1 &amp; 4 \\
7
4 &amp; 5 \\
8
-2 &amp; 3
9
\end{array}\right] \hspace{1em} B= \left[\begin{array}{ccc}
10
1 &amp; 6 &amp; -2 \\
11
-1 &amp; 4 &amp; 5 \\
12
0 &amp; 3 &amp; 1 \\
13
1 &amp; 1 &amp; -2
14
\end{array}\right] \hspace{1em} C= \left[\begin{array}{cc}
15
3 &amp; -2 \\
16
2 &amp; -1 \\
17
-1 &amp; 0 \\
18
0 &amp; -4
19
\end{array}\right] </me>
20
Explain which two can be multiplied and why. Then show how to find their product.</p>
21
</statement>
22
<answer>
23
<me>BA= \left[\begin{array}{cc}
24
27 &amp; 28 \\
25
7 &amp; 31 \\
26
10 &amp; 18 \\
27
7 &amp; 3
28
\end{array}\right] </me>
29
</answer>
30
</exercise>
31
32
33