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