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