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