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