Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23128 views
ubuntu2004
1
<exercise checkit-seed="0005" 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}{ccc}
6
0 &amp; -1 &amp; -2 \\
7
-2 &amp; -5 &amp; 2 \\
8
1 &amp; 0 &amp; 0 \\
9
-1 &amp; -4 &amp; -1
10
\end{array}\right] \hspace{1em} B= \left[\begin{array}{cc}
11
-1 &amp; -5 \\
12
2 &amp; -5 \\
13
1 &amp; 1
14
\end{array}\right] \hspace{1em} C= \left[\begin{array}{cc}
15
1 &amp; 2 \\
16
-2 &amp; -3 \\
17
-3 &amp; -1 \\
18
5 &amp; 6
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>AB= \left[\begin{array}{cc}
24
-4 &amp; 3 \\
25
-6 &amp; 37 \\
26
-1 &amp; -5 \\
27
-8 &amp; 24
28
\end{array}\right] </me>
29
</answer>
30
</exercise>
31
32
33