source: git/Tst/Short/bug_8.tst @ 0f2fcb4

spielwiese
Last change on this file since 0f2fcb4 was 55683a, checked in by Hans Schönemann <hannes@…>, 25 years ago
*hannes: fixed bug8 (char_series) git-svn-id: file:///usr/local/Singular/svn/trunk@2888 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 126 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB "primdec.lib";
5ring r;
6poly chi=x2-y2;
7ideal I=chi,jacob(chi);
8primdecSY(I);
9
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.