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