From: Michael Orlitzky Date: Fri, 2 Aug 2019 20:24:43 +0000 (-0400) Subject: eja: update some more test output for the new basis orderings. X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=3b7cb5424101ae1cde5f868d672dd613763fc439;hp=343dc3c4c02dd1fb344a23cb3323a5c8c82f30a9;p=sage.d.git eja: update some more test output for the new basis orderings. --- diff --git a/mjo/eja/eja_element.py b/mjo/eja/eja_element.py index 4ed0a59..fb19838 100644 --- a/mjo/eja/eja_element.py +++ b/mjo/eja/eja_element.py @@ -808,7 +808,7 @@ class FiniteDimensionalEuclideanJordanAlgebraElement(IndexedFreeModuleElement): sage: J = ComplexHermitianEJA(3) sage: J.one() - e0 + e5 + e8 + e0 + e3 + e8 sage: J.one().natural_representation() [1 0 0 0 0 0] [0 1 0 0 0 0] @@ -821,7 +821,7 @@ class FiniteDimensionalEuclideanJordanAlgebraElement(IndexedFreeModuleElement): sage: J = QuaternionHermitianEJA(3) sage: J.one() - e0 + e9 + e14 + e0 + e5 + e14 sage: J.one().natural_representation() [1 0 0 0 0 0 0 0 0 0 0 0] [0 1 0 0 0 0 0 0 0 0 0 0]