X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo%2Feja%2Feja_element.py;h=0be0032751d75b85edf5386b69945dcb7d72b60d;hb=902a432ed587afef37de6d796fc654b931d6d11b;hp=a6230a40c2fa0ce88830366b7690eb57ef69963b;hpb=d1b6531a00fcaec57e4cd1a24b08d3a217712b26;p=sage.d.git diff --git a/mjo/eja/eja_element.py b/mjo/eja/eja_element.py index a6230a4..0be0032 100644 --- a/mjo/eja/eja_element.py +++ b/mjo/eja/eja_element.py @@ -181,7 +181,7 @@ class FiniteDimensionalEuclideanJordanAlgebraElement(IndexedFreeModuleElement): True """ - p = self.parent().characteristic_polynomial() + p = self.parent().characteristic_polynomial_of() return p(*self.to_vector())