source: git/Tst/Buch/Example_B_6_2.tst @ a7efa79

spielwiese
Last change on this file since a7efa79 was a7efa79, checked in by Hans Schönemann <hannes@…>, 17 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: 269 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4======================================= example B.6.2 ===================
5
6ring R=0,(x,y,z),dp;
7poly f=x4+(-z+3)*x3+(z3+(y-3)*z-y2-13)*x2
8         +(-z4+(y2+3y+15)*z+6)*x
9         +yz4+2z3+z*(-y3-15y)-2y2-30;
10factorize(f);
11
12tst_status(1);$
13
Note: See TracBrowser for help on using the repository browser.