X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo%2Feja%2Feja_element.py;h=2bf7aa2743d1fefc6952e521d17cb1f3d22fa276;hb=ce40356d28ec29ebc9bd883ecc6a79c4f0d18e87;hp=23227739f5d1f80c2342cbb60e9e9999eb2cf091;hpb=8ade94ff313a8db32984bcc462425507c7328083;p=sage.d.git diff --git a/mjo/eja/eja_element.py b/mjo/eja/eja_element.py index 2322773..2bf7aa2 100644 --- a/mjo/eja/eja_element.py +++ b/mjo/eja/eja_element.py @@ -953,7 +953,7 @@ class FiniteDimensionalEuclideanJordanAlgebraElement(IndexedFreeModuleElement): # in the "normal" case without us having to think about it. return self.operator().minimal_polynomial() - A = self.subalgebra_generated_by() + A = self.subalgebra_generated_by(orthonormalize_basis=False) return A(self).operator().minimal_polynomial()