source: git/Tst/Short/bug_M.tst @ 09cb443

spielwiese
Last change on this file since 09cb443 was a29f44, checked in by Olaf Bachmann <obachman@…>, 23 years ago
* some additions and modifications git-svn-id: file:///usr/local/Singular/svn/trunk@4810 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 204 bytes
Line 
1LIB "tst.lib";
2LIB "poly.lib";
3ring r = (32003),(a,b,c),(M(1,2,3,4,5,6,7,8,9), C);
4// this relveals a bug in 1-2-3
5ac2 + b2c;
6ideal id = cyclic(3);
7int db_print = 1;
8tst_AddIdeal(id, 4);
9
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.