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