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:
454 bytes
|
Line | |
---|
1 | LIB "tst.lib"; |
---|
2 | tst_init(); |
---|
3 | |
---|
4 | ================================= example 4.6.26 ========================= |
---|
5 | |
---|
6 | ring R=0,x(4..1),dp; |
---|
7 | ideal I=-x(1)*x(2)+x(1)*x(4)+x(3), |
---|
8 | -x(1)*x(2)-2*x(2)^2+x(3)*x(4)-1, |
---|
9 | -x(1)*x(2)*x(4)+x(1)*x(4)^2+x(1)*x(2)-x(2)*x(4) |
---|
10 | +x(4)^2+3*x(2); |
---|
11 | matrix M=char_series(I); |
---|
12 | ring S=(0,x(4)),x(1..3),dp;//to see the result with re- |
---|
13 | matrix M=imap(R,M); //spect to the choosen ordering |
---|
14 | M; |
---|
15 | |
---|
16 | tst_status(1);$ |
---|
17 | |
---|
Note: See
TracBrowser
for help on using the repository browser.