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