X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo%2Feja%2Feja_operator.py;fp=mjo%2Feja%2Feja_operator.py;h=75a08205ff949bf23a62b073b6c74196f5161823;hb=b0cf7605e6811065dad67263596c7f5d1bd45b34;hp=6ec335f7560f174cf205b1f814fc7a1438a35e6c;hpb=35ecc332201ce37f6ad1f6ac05b696d8c73c9cb3;p=sage.d.git diff --git a/mjo/eja/eja_operator.py b/mjo/eja/eja_operator.py index 6ec335f..75a0820 100644 --- a/mjo/eja/eja_operator.py +++ b/mjo/eja/eja_operator.py @@ -641,7 +641,7 @@ class FiniteDimensionalEJAOperator(Map): sage: J = RealSymmetricEJA(4) sage: x = sum(J.gens()) - sage: A = x.subalgebra_generated_by(orthonormalize_basis=True) + sage: A = x.subalgebra_generated_by() sage: L0x = A(x).operator() sage: sd = L0x.spectral_decomposition() sage: l0 = sd[0][0]