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