spielwiese
Last change
on this file since a7efa79 was
a7efa79,
checked in by Hans Schönemann <hannes@…>, 16 years ago
|
*hannes: new book version
git-svn-id: file:///usr/local/Singular/svn/trunk@10182 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
Property mode set to
100644
|
File size:
566 bytes
|
Line | |
---|
1 | LIB "tst.lib"; |
---|
2 | tst_init(); |
---|
3 | |
---|
4 | ================================= example 4.7.7 ============================ |
---|
5 | |
---|
6 | LIB"primdec.lib"; |
---|
7 | ring R=0,(x,y,z),lp; |
---|
8 | ideal I=z2-2, y2+2y-1, (y+z+1)*x+yz+z+2, x2+x+y-1; |
---|
9 | minAssGTZ(I); |
---|
10 | |
---|
11 | option(redSB); //a reduced lex Groebner basis is needed |
---|
12 | I=std(I); //as input for triangMH (algorithm |
---|
13 | triangMH(I,2); //of Moeller, Hillebrand) |
---|
14 | |
---|
15 | std(quotient(I,y+z+1)); //the second triangular set |
---|
16 | |
---|
17 | std(I,y+z+1); //the first triangular set |
---|
18 | //(recall the meaning of std(I, f)) |
---|
19 | |
---|
20 | |
---|
21 | tst_status(1);$ |
---|
22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.