next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
Dmodules :: Fourier

Fourier -- Fourier transform for Weyl algebra

Synopsis

Description

The Fourier transform is the automorphism of the Weyl algebra which sends xi to Di and Di to -xi.
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 : Fourier L

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

o3 : W

See also

Ways to use Fourier :