]> gitweb.michael.orlitzky.com - mjotex.git/commitdiff
{mjo-eja,examples}.tex: add the Jordan \spineja
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 18 Sep 2024 22:36:48 +0000 (18:36 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 18 Sep 2024 22:36:48 +0000 (18:36 -0400)
examples.tex
mjo-eja.tex

index 383cef2b5f9c89889e2d38fbfe4d8d42a5e0e339..09df72bf5972e958d029315db02bde7b521a14f6 100644 (file)
     representation and ``left multiplication by'' operator. For a
     given $x$, they are, respectively, $\quadrepr{x}$ and
     $\leftmult{x}$.
+
+    The one EJA that fits better here than anywhere else is the Jordan
+    spin algebra, $\spineja$. Its ambient space is $\Rn$, but having a
+    dedicated symbol to indicate the multiplication (which differs
+    from the componentwise multiplication on $\Rn$) is handy.
   \end{section}
 
   \begin{section}{Font}
index efa68dee0db8540a31b613646d1d5c54c514d479..b9e072e830660ab9429bbe0d16d84f82c7100a27 100644 (file)
 \newcommand*{\JAut}[1]{ \operatorname{JAut}\of{{#1}} }
 
 
+% The Jordan spin algebra on R^{n}, where "n" is the first argument
+% and defaults to a literal "n".
+\newcommand*{\spineja}[1][n]{
+  \mathcal{L}^{#1}
+}
+\ifdefined\newglossaryentry
+  \newglossaryentry{spineja}{
+    name={\ensuremath{\spineja}},
+    description={the Jordan spin algebra in $n$ dimensions},
+    sort=Ln
+  }
+\fi
+
 \fi