source: git/Tst/New/bug_std_qring_559.tst

spielwiese
Last change on this file was 75f460, checked in by Hans Schoenemann <hannes@…>, 9 years ago
format
  • Property mode set to 100644
File size: 260 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring rng = integer,(x,y,z),dp;
5
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);
16std(reduceRes);
17
18tst_status(1);
19$
Note: See TracBrowser for help on using the repository browser.