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