X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo%2Feja%2Feja_operator.py;fp=mjo%2Feja%2Feja_operator.py;h=7100ea68f9e1dd7db7f6bcc60558e4a187668553;hb=f98ab4d7afa92a853e7ddc75cdac803d2da4fcb9;hp=4d24b35c5d902f0dbd2824242a88be614d45562e;hpb=843814d06f42e6a97e31079173266fa6165e8c6a;p=sage.d.git diff --git a/mjo/eja/eja_operator.py b/mjo/eja/eja_operator.py index 4d24b35..7100ea6 100644 --- a/mjo/eja/eja_operator.py +++ b/mjo/eja/eja_operator.py @@ -239,8 +239,8 @@ class FiniteDimensionalEJAOperator(Map): We can scale an operator on a rational algebra by a rational number:: sage: J = RealSymmetricEJA(2) - sage: e0,e1,e2 = J.gens() - sage: x = 2*e0 + 4*e1 + 16*e2 + sage: b0,b1,b2 = J.gens() + sage: x = 2*b0 + 4*b1 + 16*b2 sage: x.operator() Linear operator between finite-dimensional Euclidean Jordan algebras represented by the matrix: