Changeset 7a051de in git


Ignore:
Timestamp:
Jul 23, 2010, 7:28:28 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6ffcdfa261c4242fc6d748ecd4529fc5920ab7c3
Parents:
77e09dc401b1e40ae64c4756637d51f60281cd65
Message:
syntax fix in doc

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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/bfun.lib

    r77e09d r7a051de  
    3838
    3939
    40 MAIN PROCEDURES:
    41 
     40PROCEDURES:
    4241bfct(f[,s,t,v]);            compute the BS polynomial of f with linear reductions
    4342bfctSyz(f[,r,s,t,u,v]);  compute the BS polynomial of f with syzygy-solver
     
    5150linSyzSolve(I[,s]);         compute a linear dependency of elements of ideal I
    5251
    53 AUXILIARY PROCEDURES:
    54 
    55 allPositive(v);  checks whether all entries of an intvec are positive
    56 scalarProd(v,w); computes the standard scalar product of two intvecs
    57 vec2poly(v[,i]); constructs an univariate polynomial with given coefficients
    58 
    5952SEE ALSO: dmod_lib, dmodapp_lib, dmodvar_lib, gmssing_lib
    6053
    6154KEYWORDS: D-module; global Bernstein-Sato polynomial; Bernstein-Sato polynomial; b-function;
    6255graded Weyl algebra; initial ideal; initial form; principal intersection; linear interreduction;
    63 initial ideal approach;
     56initial ideal approach
    6457";
     58
     59//AUXILIARY PROCEDURES:
     60//
     61//allPositive(v);  checks whether all entries of an intvec are positive
     62//scalarProd(v,w); computes the standard scalar product of two intvecs
     63//vec2poly(v[,i]); constructs an univariate polynomial with given coefficients
    6564
    6665
  • Singular/LIB/dmod.lib

    r77e09d r7a051de  
    9191KEYWORDS: D-module; D-module structure; left annihilator ideal; Bernstein-Sato polynomial; global Bernstein-Sato polynomial;
    9292Weyl algebra; Bernstein operator; logarithmic annihilator ideal; parametric annihilator; root of Bernstein-Sato polynomial;
    93 hyperplane arrangement; Oaku-Takayama algorithm; Briancon-Maisonobe algorithm; LOT algorithm;
     93hyperplane arrangement; Oaku-Takayama algorithm; Briancon-Maisonobe algorithm; LOT algorithm
    9494";
    9595
  • Singular/LIB/dmodapp.lib

    r77e09d r7a051de  
    3131@* (ONW) Oaku, Takayama, Walther 'A Localization Algorithm for D-modules', 2000
    3232
    33 MAIN PROCEDURES:
     33PROCEDURES:
    3434
    3535annPoly(f);   annihilator of a polynomial f in the corr. Weyl algebra
     
    4444isFsat(I, F);       check whether the ideal I is F-saturated
    4545
    46 AUXILIARY PROCEDURES:
    47 
    48 bFactor(F);  computes the roots of irreducible factors of an univariate poly
    49 appelF1();      create an ideal annihilating Appel F1 function
    50 appelF2();      create an ideal annihilating Appel F2 function
    51 appelF4();      create an ideal annihilating Appel F4 function
    52 engine(I,i);     computes a Groebner basis with the algorithm given by i
    53 poly2list(f);   decompose a polynomial into a list of terms and exponents
    54 fl2poly(L,s);  reconstruct a monic univariate polynomial from its factorization
    55 insertGenerator(id,p[,k]); insert an element into an ideal/module
    56 deleteGenerator(id,k); delete the k-th element from an ideal/module
    57 
    58 
    5946SEE ALSO: bfun_lib, dmod_lib, dmodvar_lib, gmssing_lib
    6047
    6148KEYWORDS: D-module; annihilator of polynomial; annihilator of rational function; D-localization;
    62 localization of D-module; Appel function; Appel hypergeometric function;
     49localization of D-module; Appel function; Appel hypergeometric function
    6350";
     51//AUXILIARY PROCEDURES:
     52//
     53//bFactor(F);  computes the roots of irreducible factors of an univariate poly
     54//appelF1();      create an ideal annihilating Appel F1 function
     55//appelF2();      create an ideal annihilating Appel F2 function
     56//appelF4();      create an ideal annihilating Appel F4 function
     57//engine(I,i);     computes a Groebner basis with the algorithm given by i
     58//poly2list(f);   decompose a polynomial into a list of terms and exponents
     59//fl2poly(L,s);  reconstruct a monic univariate polynomial from its factorization
     60//insertGenerator(id,p[,k]); insert an element into an ideal/module
     61//deleteGenerator(id,k); delete the k-th element from an ideal/module
     62
    6463
    6564LIB "poly.lib";
  • Singular/LIB/dmodvar.lib

    r77e09d r7a051de  
    2727  (ALM09) Andres, Levandovskyy, Martin-Morales : Principal Intersection and Bernstein-Sato Polynomial of an Affine Variety (2009).
    2828
    29 MAIN PROCEDURES:
     29PROCEDURES:
    3030bfctVarIn(F[,L]);     compute the roots of the Bernstein-Sato polynomial b(s) of the variety V(F) using initial ideal approach
    3131bfctVarAnn(F[,L]);  compute the roots of the Bernstein-Sato polynomial b(s) of the variety V(F) using Sannfs approach
    3232SannfsVar(F[,O,e]); compute the annihilator of F^s in the ring D<S>
    3333
    34 AUXILIARY PROCEDURES:
    35 makeIF(F[,ORD]);    create the Malgrange ideal, associated with F = F[1],..,F[P]
    36 
    3734SEE ALSO: bfun_lib, dmod_lib, dmodapp_lib, gmssing_lib
    3835
    3936KEYWORDS: D-module; D-module structure; Bernstein-Sato polynomial for variety; global Bernstein-Sato polynomial for variety;
    40 Weyl algebra; parametric annihilator for variety; Budur-Mustata-Saito approach; initial ideal approach;
     37Weyl algebra; parametric annihilator for variety; Budur-Mustata-Saito approach; initial ideal approach
    4138";
     39//AUXILIARY PROCEDURES:
     40//makeIF(F[,ORD]);    create the Malgrange ideal, associated with F = F[1],..,F[P]
     41
    4242
    4343// Static procs:
  • Singular/LIB/jacobson.lib

    r77e09d r7a051de  
    4242SEE ALSO: control_lib
    4343
    44 KEYWORDS: Jacobson form; Jacobson normal form; Smith form; Smith normal form; matrix diagonalization;
     44KEYWORDS: Jacobson form; Jacobson normal form; Smith form; Smith normal form; matrix diagonalization
    4545
    4646";
    4747
    48   LIB "poly.lib";
    49   LIB "involut.lib"; // involution
    50   LIB "dmodapp.lib"; // engine
    51   LIB "qhmoduli.lib"; // Min
     48LIB "poly.lib";
     49LIB "involut.lib"; // involution
     50LIB "dmodapp.lib"; // engine
     51LIB "qhmoduli.lib"; // Min
    5252
    5353proc tstjacobson()
Note: See TracChangeset for help on using the changeset viewer.