source: git/Tst/Long/modstd_l.tst @ a72a30

fieker-DuValspielwiese
Last change on this file since a72a30 was c6b5f62, checked in by Andreas Steenpass <steenpass@…>, 10 years ago
add: tests for modstd.lib (cherry picked from commit ea214dec3a1e971fa30dee982acbda44c9a04c7c) Signed-off-by: Andreas Steenpass <steenpass@mathematik.uni-kl.de>
  • Property mode set to 100644
File size: 317 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB "modstd.lib";
5
6/* more than 16 primes needed: cyclic 7 */
7ring r1 = 0, x(1..7), dp;
8ideal I = cyclic(7);
9modStd(I);
10
11/* example from the book by Decker and Lossen */
12ring R = 0, (x,y,z), lp;
13ideal I = 3x3y+x3+xy3+y2z2, 2x3z-xy-xz3-y4-z2, 2x2yz-2xy2+xz2-y4;
14modStd(I);
15
16tst_status(1);$
Note: See TracBrowser for help on using the repository browser.