Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23129 views
ubuntu2004
1
2
\begin{exercise}{M1}{Multiplying matrices}{0004}
3
\begin{exerciseStatement}
4
5
Of the following three matrices, only two may be multiplied. \[
6
A= \left[\begin{array}{ccc}
7
2 & -1 & -1 \\
8
1 & 0 & -2 \\
9
3 & -1 & -2 \\
10
2 & -1 & -1
11
\end{array}\right] \hspace{1em} B= \left[\begin{array}{cc}
12
3 & 3 \\
13
0 & 1 \\
14
-2 & -2 \\
15
1 & 0
16
\end{array}\right] \hspace{1em} C= \left[\begin{array}{ccc}
17
3 & 5 & -3 \\
18
1 & 2 & -1
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}\[BC= \left[\begin{array}{ccc}
23
12 & 21 & -12 \\
24
1 & 2 & -1 \\
25
-8 & -14 & 8 \\
26
3 & 5 & -3
27
\end{array}\right] \]\end{exerciseAnswer}
28
\end{exercise}
29
30
31