From a05d554f46af2db420a0b968dc16b69addac2b8b Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 8 Jun 2020 19:16:29 -0400 Subject: [PATCH] eja: fix the docs for the spin algebra multiplication. --- mjo/eja/eja_algebra.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mjo/eja/eja_algebra.py b/mjo/eja/eja_algebra.py index 166ed1e..cf541b1 100644 --- a/mjo/eja/eja_algebra.py +++ b/mjo/eja/eja_algebra.py @@ -1879,7 +1879,7 @@ class JordanSpinEJA(FiniteDimensionalEuclideanJordanAlgebra, KnownRankEJA): """ The rank-2 simple EJA consisting of real vectors ``x=(x0, x_bar)`` with the usual inner product and jordan product ``x*y = - (, x0*y_bar + y0*x_bar)``. It has dimension `n` over + (, x0*y_bar + y0*x_bar)``. It has dimension `n` over the reals. SETUP:: -- 2.43.2