Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 7ebd25ac536d248d499a3ce2acda963a > files > 1506

Macaulay2-1.3.1-8.fc15.i686.rpm

-- -*- M2-comint -*- {* hash: -953581060 *}

i1 : W = QQ[x,y,Dx,Dy, WeylAlgebra => {x=>Dx,y=>Dy}]

o1 = W

o1 : PolynomialRing

i2 : L = x^2*Dy + y*Dy^2 + 3*Dx^5*Dy       

        5      2         2
o2 = 3Dx Dy + x Dy + y*Dy

o2 : W

i3 : Dtransposition L

        5      2         2
o3 = 3Dx Dy - x Dy + y*Dy  + 2Dy

o3 : W

i4 :