Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23129 views
ubuntu2004
1
<exercise checkit-seed="0003" 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; -3 &amp; 4 &amp; 6 \\
7
0 &amp; 1 &amp; -2 &amp; -1
8
\end{array}\right] \hspace{1em} B= \left[\begin{array}{ccc}
9
1 &amp; 5 &amp; 6 \\
10
0 &amp; 0 &amp; 1
11
\end{array}\right] \hspace{1em} C= \left[\begin{array}{ccc}
12
1 &amp; -1 &amp; -5 \\
13
0 &amp; 1 &amp; 3 \\
14
1 &amp; -1 &amp; -4 \\
15
0 &amp; 0 &amp; 2
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>AC= \left[\begin{array}{ccc}
21
5 &amp; -8 &amp; -18 \\
22
-2 &amp; 3 &amp; 9
23
\end{array}\right] </me>
24
</answer>
25
</exercise>
26
27
28