source: git/Tst/Buch/Example_1_2_3.tst @ 8d1432e

fieker-DuValspielwiese
Last change on this file since 8d1432e was 75f460, checked in by Hans Schoenemann <hannes@…>, 9 years ago
format
  • Property mode set to 100644
File size: 168 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring A = 0,(x,y,z),lp;
5poly f = y4z3+2x2y2z2+3x5+4z4+5y2;
6f;
7
8leadmonom(f);
9leadexp(f);
10lead(f);
11leadcoef(f);
12f - lead(f);
13
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.