]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - examples.tex
examples.tex: fix algorithm \Return usage.
[mjotex.git] / examples.tex
index 015c5fd67df5aa3e5d4c272c60480694d20ba1ba..f23b9e9af8911ad29eea5580ef80c0c45156ec47 100644 (file)
@@ -57,7 +57,7 @@
           \State{Rearrange $M$ randomly}
         \EndWhile{}
 
-        \Return{$M$}
+        \State{\Return{$M$}}
       \end{algorithmic}
     \end{algorithm}
   \end{section}
     \end{itemize}
   \end{section}
 
+  \begin{section}{Hurwitz}
+    Here lies the Hurwitz algebras, like the quaternions
+    $\quaternions$ and octonions $\octonions$.
+  \end{section}
+
   \begin{section}{Linear algebra}
     The absolute value of $x$ is $\abs{x}$, or its norm is
     $\norm{x}$. The inner product of $x$ and $y$ is $\ip{x}{y}$ and
     instead.
 
     If you want to solve a system of equations, try Cramer's
-    rule~\cite{ehrenborg}.
+    rule~\cite{ehrenborg}. Or at least the reduced row-echelon form of
+    the matrix, $\rref{A}$.
 
     The direct sum of $V$ and $W$ is $\directsum{V}{W}$, of course,
     but what if $W = V^{\perp}$? Then we wish to indicate that fact by