source: git/Tst/Short/bug_tr501.tst @ b207eb

fieker-DuValspielwiese
Last change on this file since b207eb was d0162f6, checked in by Hans Schoenemann <hannes@…>, 11 years ago
tests for tr.501
  • Property mode set to 100644
File size: 294 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// module std over qring with ring-coeffs
5ring r1 = integer,(x,y,z),dp;
6ideal i = x4+y2+z2;
7qring q = i;
8ideal s = 2z,-4z2,-4yz,-4xz,-2x2z-2yz-2z2,-x4-y2-z2;
9syz(s);
10ring r2=integer,(x, y),dp;
11ideal I=81*y^6-162*y^5;
12qring qr=I;
13ideal s=6;
14syz(s);
15
16tst_status(1);$
Note: See TracBrowser for help on using the repository browser.