source: git/Tst/Short/monodromy_s.tst @ 9f072fe

spielwiese
Last change on this file since 9f072fe was 9f072fe, checked in by Mathias Schulze <mschulze@…>, 24 years ago
*** empty log message *** git-svn-id: file:///usr/local/Singular/svn/trunk@3086 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 219 bytes
Line 
1LIB "tst.lib";
2tst_init();
3tst_ignore("CVS ID $Id: monodromy_s.tst,v 1.6 1999-06-01 12:17:36 mschulze Exp $");
4
5LIB "monodrmy.lib";
6LIB "jordan.lib";
7
8ring R=0,(x,y),ds;
9jordan(monodromy(x2y2+x6+y6));
10
11tst_status(1); $
Note: See TracBrowser for help on using the repository browser.