source: git/Tst/Buch/Example_1_1_9.tst @ 052b6f2

fieker-DuValspielwiese
Last change on this file since 052b6f2 was 891438c, checked in by Gerhard Pfister <pfister@…>, 23 years ago
*GP: initial release git-svn-id: file:///usr/local/Singular/svn/trunk@5579 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 103 bytes
Line 
1
2LIB "tst.lib";
3tst_init();
4
5ring A = 0,(x,y,z),dp;
6poly f = x3+y2+z2;       
7f*f-f;
8
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.