source: git/Tst/Buch/Example_4_6_26.tst @ 1ebec3

spielwiese
Last change on this file since 1ebec3 was 1cbc28, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
updated test according to legacy Singular + new lists of tests
  • Property mode set to 100644
File size: 455 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 chosen ordering
14M;
15
16tst_status(1);$
17
Note: See TracBrowser for help on using the repository browser.