source: git/Tst/Short/bug_sres_cyc5.tst @ 79d9cc

spielwiese
Last change on this file since 79d9cc was 79d9cc, checked in by Olaf Bachmann <obachman@…>, 24 years ago
* core dump git-svn-id: file:///usr/local/Singular/svn/trunk@3885 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 206 bytes
Line 
1ring cyc5 =32003,(f,a,b,c,d,e),dp;
2option(prot);
3ideal i=
4a+b+c+d+e,
5de+1cd+1bc+1ae+1ab,
6cde+1bcd+1ade+1abe+1abc,
7bcde+1acde+1abde+1abce+1abcd,
8abcde-f5;
9list I =sres(i,0);
10
11LIB "tst.lib"; tst_status(1);
12$
Note: See TracBrowser for help on using the repository browser.