source: git/Tst/Short/monodromy_s.tst @ 04d56f

fieker-DuValspielwiese
Last change on this file since 04d56f was 065ed6, checked in by Mathias Schulze <mschulze@…>, 25 years ago
*mschulze: now i use jordan.lib to give the result more meaning git-svn-id: file:///usr/local/Singular/svn/trunk@2782 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 220 bytes
Line 
1LIB "tst.lib";
2tst_init();
3tst_ignore("CVS ID $Id: monodromy_s.tst,v 1.4 1998-12-28 14:36:29 mschulze Exp $");
4
5LIB "monodromy.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.