source: git/Tst/Manual/DLoc.tst @ 36bbdc

spielwiese
Last change on this file since 36bbdc 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: 449 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// I is not holonomic, since its dimension is not 4/2=2
8gkdim(I);
9list L = DLoc(I, x2-y3);
10L[1]; // localized module (R/I)_f is isomorphic to R/LD0
11L[2]; // description of b-function for localization
12tst_status(1);$
Note: See TracBrowser for help on using the repository browser.