source: git/Tst/Long/stdZtests.tst @ bceb63

fieker-DuValspielwiese
Last change on this file since bceb63 was 5efbf9, checked in by Adi Popescu <adi_popescum@…>, 8 years ago
add: posInL and T orderings for Ring case added tests Q: Is there a possibility to activate PreIntegerCheck from interpretor?
  • Property mode set to 100644
File size: 363 bytes
Line 
1LIB "tst.lib";
2
3ring rng = (integer),(x,y,z),(lp(2),lp(1),C);
4ideal I = 124*x^2+99*x*y,58*x*y+31*y+120*z,65*x^2*z+54*y^2*z+58*y*z+95*y;
5ideal J = 52*x*y^3*z+102*y^2,4*x*y^2*z+19*y^3*z-103*y-30;
6ideal gI =  std(I);
7reduce(I,gI);
8ideal ggI = std(gI);
9size(gI);size(ggI);
10ideal gJ =  std(J);
11reduce(J,gJ);
12ideal ggJ = std(gJ);
13size(gJ);size(ggJ);
14
15tst_status(1);
16$
17
Note: See TracBrowser for help on using the repository browser.