source: git/Tst/New/qring_ZmtoZmn_errorCoprime.tst @ fce947

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