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