Changeset 4eba9ec in git


Ignore:
Timestamp:
Apr 8, 2009, 6:51:07 PM (15 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
21ebf68308bcf7db9c5f99b208152c3abfedece1
Parents:
e7778adedbf4b7cd363cb88f576d7b16023f2ca3
Message:
*** empty log message ***


git-svn-id: file:///usr/local/Singular/svn/trunk@11649 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular/LIB
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/bfun.lib

    re7778a r4eba9ec  
    11//////////////////////////////////////////////////////////////////////////////
    2 version="$Id: bfun.lib,v 1.6 2009-03-10 16:27:55 Singular Exp $";
     2version="$Id: bfun.lib,v 1.7 2009-04-08 16:51:07 seelisch Exp $";
    33category="Noncommutative";
    44info="
     
    99THEORY: Given a polynomial ring R = K[x_1,...,x_n] and a polynomial F in R,
    1010@*      one is interested in the global b-function (also known as Bernstein-Sato
    11 @*      polynomial) b(s) in K[s], defined to be the monic polynomial of minimal
     11@*      polynomial) b(s) in K[s], defined to be the non-zero monic polynomial of minimal
    1212@*      degree, satisfying a functional identity L * F^{s+1} = b(s) F^s,   
    1313@*      for some operator L in D[s] (* stands for the action of differential operator)
     
    1919@*      - the multiplicities of the roots.
    2020@*
    21 @*   There is a general definition of a b-function of a holonomic ideal [SST]
     21@*   There is a constructive definition of a b-function of a holonomic ideal I in D
    2222@*   (that is, an ideal I in a Weyl algebra D, such that D/I is holonomic module)
    2323@*   with respect to the given weight vector w: For a poly p in D, its initial
  • Singular/LIB/dmod.lib

    re7778a r4eba9ec  
    11//////////////////////////////////////////////////////////////////////////////
    2 version="$Id: dmod.lib,v 1.37 2009-03-09 18:34:51 levandov Exp $";
     2version="$Id: dmod.lib,v 1.38 2009-04-08 16:51:07 seelisch Exp $";
    33category="Noncommutative";
    44info="
     
    144144RETURN:  ring
    145145PURPOSE: compute the D-module structure of basering[1/f]*f^s with the algorithm
    146 @*  given in S and with the Groebner basis engine given in 'eng'
     146@*  given in S and with the Groebner basis engine given in ''eng''
    147147NOTE:  activate the output ring with the @code{setring} command.
    148 @*    The value of a string S can be
     148@*    String S; S can be one of the following:
    149149@*    'bm' (default) - for the algorithm of Briancon and Maisonobe,
    150150@*    'ot'  - for the algorithm of Oaku and Takayama,
     
    727727proc bernsteinBM(poly F, list #)
    728728"USAGE:  bernsteinBM(f [,eng]);  f a poly, eng an optional int
    729 RETURN:  list (of roots of the Bernstein polynomial b and its multiplicies)
     729RETURN:  list (of roots of the Bernstein polynomial b and their multiplicies)
    730730PURPOSE: compute the global Bernstein-Sato polynomial for a hypersurface,
    731731@* defined by f, according to the algorithm by Briancon and Maisonobe
     
    16031603PURPOSE: compute the B-operator and other relevant data for Ann F^s,
    16041604@*  using e.g. algorithm by Briancon and Maisonobe for Ann F^s and BS.
    1605 NOTE:    activate this ring with the @code{setring} command. In this ring D[s]
     1605NOTE:    activate the output ring with the @code{setring} command. In the output ring D[s]
    16061606@*       - the polynomial F is the same as the input,
    16071607@*       - the ideal LD is the annihilator of f^s in Dn[s],
Note: See TracChangeset for help on using the changeset viewer.