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