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