source: git/Tst/Manual/SDLoc.tst @ 894057

fieker-DuValspielwiese
Last change on this file since 894057 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: 420 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "dmodapp.lib";
3ring r = 0,(x,y,Dx,Dy),dp;
4def R = Weyl(); // Weyl algebra on the variables x,y,Dx,Dy
5setring R;
6poly F = x2-y3;
7ideal I = Dx*F, Dy*F;
8// note, that I is not holonomic, since it's dimension is not 2
9gkdim(I);  // 3, while dim R = 4
10def W = SDLoc(I,F);
11setring W; // = R[s], where s is a new variable
12LD;        // Groebner basis of s-parametric presentation
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.