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