source: git/Tst/Short/gaussm_s.tst @ 379305

fieker-DuValspielwiese
Last change on this file since 379305 was da86cbc, checked in by Mathias Schulze <mschulze@…>, 23 years ago
*** empty log message *** git-svn-id: file:///usr/local/Singular/svn/trunk@4715 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 121 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB "gaussman.lib";
5
6ring R=0,(x,y),ds;
7poly f=x5+x2y2+y5;
8
9tst_gaussm(f);
10
11tst_status(1);
12$
Note: See TracBrowser for help on using the repository browser.