X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo%2Feja%2Feja_element.py;h=0be0032751d75b85edf5386b69945dcb7d72b60d;hb=d3e40bda3f50a2101103192b91b2ab2a911c0311;hp=a6230a40c2fa0ce88830366b7690eb57ef69963b;hpb=9d68578c0f1696cf78d18e9ad23f552a588f4075;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())