source: git/Tst/Manual/initialIdealW.tst @ 228e0b

fieker-DuValspielwiese
Last change on this file since 228e0b 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: 304 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "dmodapp.lib";
3ring r = 0,(x,y,Dx,Dy),dp;
4def D2 = Weyl();
5setring D2;
6ideal I = 3*x^2*Dy+2*y*Dx,2*x*Dx+3*y*Dy+6;
7intvec u = -2,-3;
8intvec v = -u;
9initialIdealW(I,u,v);
10ideal J = std(I);
11initialIdealW(J,u,v); // same as above
12u = 0,1;
13initialIdealW(I,u,v);
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.