This commit is contained in:
2023-04-19 08:58:26 -07:00
parent 74a24c50ce
commit 08add061e2
4 changed files with 7 additions and 7 deletions

View File

@@ -76,7 +76,7 @@ $$
\pagebreak
\definition{}
We also multiply a matrix by a matrix:
We can also multiply a matrix by a matrix:
$$
AB =
@@ -257,11 +257,11 @@ $
\vfill
\pagebreak
The \say{transpose} operator is often used to write column vectors compactly. \\
The \say{transpose} operator is often used to write column vectors in a compact way. \\
Vertical arrays don't look good in horizontal text.
\problem{}
Consider the vectors $a = [1, 2, 3]^T$ and $b = [40, 50, 60]^T$ \\
Consider the vectors $a = [1, 4, 3]^T$ and $b = [9, 1, 4]^T$ \\
\begin{itemize}
\item Compute the dot product $ab$.
\item Can you redefine the dot product using matrix multiplication?