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