]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
eja: fix the docs for the spin algebra multiplication.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 8 Jun 2020 23:16:29 +0000 (19:16 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 8 Jun 2020 23:16:29 +0000 (19:16 -0400)
mjo/eja/eja_algebra.py

index 166ed1e322dfa6c966f79231c03d5837cdc3b165..cf541b1b24efe18571ff9132ee8337fbbfe5a6f3 100644 (file)
@@ -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 =
-    (<x_bar,y_bar>, x0*y_bar + y0*x_bar)``. It has dimension `n` over
+    (<x,y>, x0*y_bar + y0*x_bar)``. It has dimension `n` over
     the reals.
 
     SETUP::