source: git/Tst/Short/bug_tr559.tst @ fdda546

spielwiese
Last change on this file since fdda546 was 75f460, checked in by Hans Schoenemann <hannes@…>, 9 years ago
format
  • Property mode set to 100644
File size: 292 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// reduce/std over qring with ring-cf:
5ring rng = integer,(x,y,z),dp;
6ideal iq = 2*y+1, 4*x*z+3*y, y^2-2*x*z-y;
7iq = std(iq);
8
9qring rngQ = iq;
10
11ideal J = 3, y-4, x*z;
12
13ideal stdJ =  groebner(J);
14stdJ;
15def reduceRes = reduce( J, stdJ);
16reduceRes;
17
18tst_status(1);$
Note: See TracBrowser for help on using the repository browser.