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

fieker-DuValspielwiese
Last change on this file since d4b25e 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: 272 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.