]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
eja: use precomputed operator in two tests.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 25 Aug 2019 22:45:22 +0000 (18:45 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 25 Aug 2019 22:54:17 +0000 (18:54 -0400)
mjo/eja/eja_element.py

index 7c861834723344ea6403f9f5da289af8aa299ae7..b8db12e9827de13720c8ac1dae97ec424edbd59c 100644 (file)
@@ -968,10 +968,10 @@ class FiniteDimensionalEuclideanJordanAlgebraElement(IndexedFreeModuleElement):
             sage: not x.is_invertible() or (
             ....:   x.quadratic_representation(x.inverse())*Qx
             ....:   ==
-            ....:   2*x.operator()*Qex - Qx )
+            ....:   2*Lx*Qex - Qx )
             True
 
-            sage: 2*x.operator()*Qex - Qx == Lxx
+            sage: 2*Lx*Qex - Qx == Lxx
             True
 
         Property 5: