source: git/Tst/Buch/Example_4_6_26.tst @ 8a8861

spielwiese
Last change on this file since 8a8861 was 9faaf0, checked in by Hans Schönemann <hannes@…>, 17 years ago
*hannes: syntax fix git-svn-id: file:///usr/local/Singular/svn/trunk@10214 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 456 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4//=================================  example 4.6.26  =========================
5
6ring   R=0,x(4..1),dp;
7ideal  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);
11matrix M=char_series(I);
12ring   S=(0,x(4)),x(1..3),dp;//to see the result with re-
13matrix M=imap(R,M);          //spect to the choosen ordering
14M;
15
16tst_status(1);$
17
Note: See TracBrowser for help on using the repository browser.