Changeset 7a051de in git for Singular/LIB/dmodvar.lib


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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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:
Note: See TracChangeset for help on using the changeset viewer.