source: git/Tst/New/std_integer5.tst @ 5a47333

spielwiese
Last change on this file since 5a47333 was 5a47333, checked in by Hans Schoenemann <hannes@…>, 9 years ago
activate more std_integer tests
  • Property mode set to 100644
File size: 348 bytes
Line 
1LIB "tst.lib"; tst_init();
2
3
4// Example 5, tr. #629
5ring rng = integer,(x,y,z),lp;
6ideal  IJ= 13xyz+6xy+78xz+36x-11y2z-66yz,
7168xyz+84xy+1008xz+504x+12y3-154y2z+72y2-924yz,
8-168x2yz2-84x2yz-1008x2z2-504x2z+xy3z+6xy3+154xy2z2+6xy2z+36xy2+924xyz2
9-11y4z-66y3z;
10
11ideal stdIJ = std(IJ);
12stdIJ;
13ideal stdstdIJ = std(stdIJ);
14stdstdIJ;
15 
16tst_status(1);$
Note: See TracBrowser for help on using the repository browser.