]> gitweb.michael.orlitzky.com - mjotex.git/commitdiff
mjo-hurwitz.tex: new file for Hurwitz algebras (quaternions and octonions).
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 4 Mar 2021 03:38:29 +0000 (22:38 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 4 Mar 2021 03:39:03 +0000 (22:39 -0500)
GNUmakefile
examples.tex
mjo-hurwitz.tex [new file with mode: 0644]
mjotex.sty

index 73d8988afbc296036c8f0ee83834914a59ce7737..61c9eca394ae7ea3767a2c554128dc1447358d9d 100644 (file)
@@ -31,8 +31,8 @@ BIBS = local-references.bib
 #
 MJOTEX  = mjo-algebra.tex mjo-algorithm.tex mjo-arrow.tex mjo-calculus.tex
 MJOTEX += mjo-common.tex mjo-complex.tex mjo-cone.tex mjo-convex.tex
 #
 MJOTEX  = mjo-algebra.tex mjo-algorithm.tex mjo-arrow.tex mjo-calculus.tex
 MJOTEX += mjo-common.tex mjo-complex.tex mjo-cone.tex mjo-convex.tex
-MJOTEX += mjo-eja.tex mjo-font.tex mjo-linear_algebra.tex mjo-listing.tex
-MJOTEX += mjo-proof_by_cases.tex mjo-set.tex mjo-theorem.tex
+MJOTEX += mjo-eja.tex mjo-font.tex mjo-hurwitz.tex mjo-linear_algebra.tex
+MJOTEX += mjo-listing.tex mjo-proof_by_cases.tex mjo-set.tex mjo-theorem.tex
 MJOTEX += mjo-theorem-star.tex mjo-topology.tex mjo.bst
 
 # Compile a list of raw source code listings (*.listing) and their
 MJOTEX += mjo-theorem-star.tex mjo-topology.tex mjo.bst
 
 # Compile a list of raw source code listings (*.listing) and their
index babc886abe26b31ef223cb783e2fa43d4d848d79..2d05431e2ceb2fcdcdf3314980f3348929a69ea8 100644 (file)
     \end{itemize}
   \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
   \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
diff --git a/mjo-hurwitz.tex b/mjo-hurwitz.tex
new file mode 100644 (file)
index 0000000..9dca960
--- /dev/null
@@ -0,0 +1,27 @@
+\ifx\havemjohurwitz\undefined
+\def\havemjohurwitz{1}
+
+
+\newcommand*{\quaternions}{\mathbb{H}}
+
+\ifdefined\newglossaryentry
+  \newglossaryentry{quaternions}{
+    name={\ensuremath{\quaternions}},
+    description={the algebra of quaternions},
+    sort=H
+  }
+\fi
+
+
+\newcommand*{\octonions}{\mathbb{O}}
+
+\ifdefined\newglossaryentry
+  \newglossaryentry{octonions}{
+    name={\ensuremath{\octonions}},
+    description={the algebra of octonions},
+    sort=O
+  }
+\fi
+
+
+\fi
index f85f77939c0d709e61474f4629e78c8aedb8950e..90db53c4ebe42ec5aac59c7e167ea78b92a99b66 100644 (file)
@@ -8,6 +8,7 @@
 \input{mjo-convex}
 \input{mjo-eja}
 \input{mjo-font}
 \input{mjo-convex}
 \input{mjo-eja}
 \input{mjo-font}
+\input{mjo-hurwitz}
 \input{mjo-linear_algebra}
 \input{mjo-listing}
 \input{mjo-proof_by_cases}
 \input{mjo-linear_algebra}
 \input{mjo-listing}
 \input{mjo-proof_by_cases}