Go to the first, previous, next, last section, table of contents.


sm1_bfunction

sm1_bfunction(F)
: It computes the global b-function of F.

It no longer calls sm1's original bfunction. Instead, it calls asir "bfct".

Algorithm: M.Noro, Mathematical Software, icms 2002, pp.147--157.

Example:

 sm1_bfunction(x^2-y^3);


Go to the first, previous, next, last section, table of contents.