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