Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23128 views
ubuntu2004
1
2
\begin{exercise}{M1}{Multiplying matrices}{0009}
3
\begin{exerciseStatement}
4
5
Of the following three matrices, only two may be multiplied. \[
6
A= \left[\begin{array}{ccc}
7
1 & -1 & -2 \\
8
3 & -2 & -3 \\
9
-5 & 3 & 5 \\
10
0 & 2 & 4
11
\end{array}\right] \hspace{1em} B= \left[\begin{array}{ccc}
12
-1 & -5 & -2 \\
13
1 & 4 & 2
14
\end{array}\right] \hspace{1em} C= \left[\begin{array}{cc}
15
-3 & 4 \\
16
0 & 1 \\
17
3 & -1 \\
18
4 & -6
19
\end{array}\right] \] Explain which two can be multiplied and why. Then show how to find their product.
20
21
\end{exerciseStatement}
22
\begin{exerciseAnswer}\[CB= \left[\begin{array}{ccc}
23
7 & 31 & 14 \\
24
1 & 4 & 2 \\
25
-4 & -19 & -8 \\
26
-10 & -44 & -20
27
\end{array}\right] \]\end{exerciseAnswer}
28
\end{exercise}
29
30
31