X-Git-Url: http://gitweb.michael.orlitzky.com/?p=sage.d.git;a=blobdiff_plain;f=mjo%2Feja%2Feja_algebra.py;h=c86cdff0e4ab056292ac248289aee6a876332739;hp=6b5b090fbefc4a51bfbedaf5a64d997ec7cfad64;hb=539d2b37618ed7c016e5ab955f742388ac014ad2;hpb=d6c744ecba0a22fdd76cb17e663594d323d1bb38 diff --git a/mjo/eja/eja_algebra.py b/mjo/eja/eja_algebra.py index 6b5b090..c86cdff 100644 --- a/mjo/eja/eja_algebra.py +++ b/mjo/eja/eja_algebra.py @@ -2800,12 +2800,13 @@ class AlbertEJA(OctonionHermitianEJA): class HadamardEJA(RationalBasisEJA, ConcreteEJA): """ - Return the Euclidean Jordan Algebra corresponding to the set - `R^n` under the Hadamard product. + Return the Euclidean Jordan algebra on `R^n` with the Hadamard + (pointwise real-number multiplication) Jordan product and the + usual inner-product. - Note: this is nothing more than the Cartesian product of ``n`` - copies of the spin algebra. Once Cartesian product algebras - are implemented, this can go. + This is nothing more than the Cartesian product of ``n`` copies of + the one-dimensional Jordan spin algebra, and is the most common + example of a non-simple Euclidean Jordan algebra. SETUP:: @@ -2836,7 +2837,6 @@ class HadamardEJA(RationalBasisEJA, ConcreteEJA): sage: HadamardEJA(3, prefix='r').gens() (r0, r1, r2) - """ def __init__(self, n, field=AA, **kwargs): if n == 0: