source: git/Tst/Manual/DLoc0.tst @ 4efdd1c

spielwiese
Last change on this file since 4efdd1c was 894057, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
ADD: Tests from online manual (res+stat on mamawutz): short ones Tst/Manual/s.lst
  • Property mode set to 100644
File size: 558 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "dmodapp.lib";
3ring r = 0,(x,y,Dx,Dy),dp;
4def R = Weyl();    setring R; // Weyl algebra in variables x,y,Dx,Dy
5poly F = x2-y3;
6ideal I = (y^3 - x^2)*Dx - 2*x, (y^3 - x^2)*Dy + 3*y^2; // I = Dx*F, Dy*F;
7// moreover I is not holonomic, since its dimension is not 2 = 4/2
8gkdim(I); // 3
9def W = SDLoc(I,F);  setring W; // creates ideal LD in W = R[s]
10def U = DLoc0(LD, x2-y3);  setring U; // compute in R
11LD0; // Groebner basis of the presentation of localization
12BS; // description of b-function for localization
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.