source: git/Tst/Short/bug_22.tst @ 107aac

spielwiese
Last change on this file since 107aac was 5f91f4, checked in by Hans Schönemann <hannes@…>, 23 years ago
* hannes: bug_22 git-svn-id: file:///usr/local/Singular/svn/trunk@4759 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 218 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// used to have o polymial HEcke,
5// and therefore, reduce all vectors to 0
6ring r=0,(A(1..5)),(c,ds);
7reduce(A(1)^3*gen(1),maxideal(4));
8reduce(A(1)^2*gen(1),maxideal(4));
9
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.