Skip to content

Commit 7c7ecaf

Browse files
committed
Update main.tex
1 parent 68af196 commit 7c7ecaf

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

MAT-0020/main.tex

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -272,34 +272,33 @@ \section*{Practice Problems}
272272
$$\begin{bmatrix}1&2&3&4\\5&6&7&8\end{bmatrix}\begin{bmatrix}-2\\3\\-5\\7\end{bmatrix}=\answer{-2}\begin{bmatrix}1\\5\end{bmatrix}+\answer{3}\begin{bmatrix}2\\6\end{bmatrix}+\answer{-5}\begin{bmatrix}3\\7\end{bmatrix}+\answer{7}\begin{bmatrix}4\\8\end{bmatrix}$$
273273
\end{problem}
274274

275-
\emph{Problems \ref{prob:matproddim1}-\ref{prob:matproddim2}}
276275

277-
Predict the dimensions of each product.
278276

279277
\begin{problem}\label{prob:matproddim1}
278+
Find the dimensions of the product.
279+
280280
$$\begin{bmatrix}1&2&3\end{bmatrix}\begin{bmatrix}4\\5\\6\end{bmatrix}$$
281281
Dimensions of product: $\answer{1}\times \answer{1}$
282282
\end{problem}
283283

284284
\begin{problem}\label{prob:matproddim2}
285+
Find the dimensions of the product.
285286
$$\begin{bmatrix}1&2\\3&4\\5&6\end{bmatrix}\begin{bmatrix}1&2&3&4\\5&6&7&8\end{bmatrix}$$
286287
Dimensions of product: $\answer{3}\times \answer{4}$
287288
\end{problem}
288289

289-
290-
\emph{Problems \ref{prob:matprod1}-\ref{prob:matprod3}}
291-
292-
Find each product.
293-
294290
\begin{problem}\label{prob:matprod1}
291+
Find the product.
295292
$$\begin{bmatrix}1&3&-2&1\\-2&1&0&4\end{bmatrix}\begin{bmatrix}4\\-2\\1\\1\end{bmatrix}=\begin{bmatrix}\answer{-3}\\\answer{-6}\end{bmatrix}$$
296293
\end{problem}
297294

298295
\begin{problem}\label{prob:matprod2}
296+
Find the product.
299297
$$\begin{bmatrix}1&2&3\end{bmatrix}\begin{bmatrix}-1&2&-3&1\\1&1&-1&-2\\0&1&2&1\end{bmatrix}=\begin{bmatrix}\answer{1}&\answer{7}&\answer{1}&\answer{0}\end{bmatrix}$$
300298
\end{problem}
301299

302300
\begin{problem}\label{prob:matprod3}
301+
Find the product.
303302
$$\begin{bmatrix}1&2\\-1&0\\2&3\\-4&-1\end{bmatrix}\begin{bmatrix}-1&1\\2&-3\end{bmatrix}=\begin{bmatrix}\answer{3}&\answer{-5}\\\answer{1}&\answer{-1}\\\answer{4}&\answer{-7}\\\answer{2}&\answer{-1}\end{bmatrix}
304303
$$
305304
\end{problem}

0 commit comments

Comments
 (0)