source: git/Tst/Buch/Example_B_6_4.tst @ 107aac

spielwiese
Last change on this file since 107aac 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: 176 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// ====================================== example B.6.4 ====================
5
6ring R=0,(x,y),dp;
7poly f=x2-(y+1)^3;
8factorize(f);
9
10tst_status(1);$
11
Note: See TracBrowser for help on using the repository browser.