next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
Dmodules :: paramBpoly(RingElement,String)

paramBpoly(RingElement,String) -- compute the list of all possible Bernstein-Sato polynomials for a polynomial with parametric coefficients

Synopsis

Description

i1 : A =  (QQ [a,b,c]) [x, y, Dx, Dy, WeylAlgebra => {x=>Dx, y=>Dy}]

o1 = A

o1 : PolynomialRing
i2 : paramBpoly(a*x^2 + b*x*y + c*y^2, "quadratic")

             2              1
o2 = {(S + 1) , (S + 1)(S + -)}
                            2

o2 : List

Caveat

A finite field should be used in place of Q in order to speed up computations. This routine works only on relatively small examples.

See also