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