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