Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Jul 30, 2023
1 parent 810534d commit b7a673a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/arrays.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@ \subsection{Multiplication of Matrices and Vectors}\label{matrix-and-vector-mult
x * A = b; // same as transpose([x])*A*b
[v] * transpose([v]) // outer product
v * A * v // scalar
tranpose([v]) * A * v // vector with one element
transpose([v]) * A * v // vector with one element
\end{lstlisting}
\end{example}

Expand Down

0 comments on commit b7a673a

Please sign in to comment.