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