X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo%2Feja%2Feja_element.py;h=aef1c5d2813660ced5d9fe66314b4f5fd7577a11;hb=5264b3ce110d63d79b76ec3fa05daecd38a78e7c;hp=e1f75630bf5b3fc33292e4c84fa657fed715828a;hpb=0fd07263cc543e345f3cd7668938f8a0de70641f;p=sage.d.git diff --git a/mjo/eja/eja_element.py b/mjo/eja/eja_element.py index e1f7563..aef1c5d 100644 --- a/mjo/eja/eja_element.py +++ b/mjo/eja/eja_element.py @@ -825,7 +825,7 @@ class FiniteDimensionalEuclideanJordanAlgebraElement(IndexedFreeModuleElement): """ B = self.parent().natural_basis() - W = B[0].matrix_space() + W = self.parent().natural_basis_space() return W.linear_combination(zip(B,self.to_vector()))