source: git/Tst/Short/bug_50.tst @ 71a293d

spielwiese
Last change on this file since 71a293d was 71a293d, checked in by Hans Schönemann <hannes@…>, 15 years ago
*hannes: new libs git-svn-id: file:///usr/local/Singular/svn/trunk@11681 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 237 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// tried to reduce a poly with 0
5
6LIB"ncall.lib";
7ring r=0,(a,b,c,d),dp;
8def nc=superCommutative(3,4);
9setring nc;
10ideal I = ab,ca2-db2,ca-db,a3d-cd;
11ideal G = twostd(I);
12G;
13G = twostd(I);
14G;
15
16tst_status(1);$
Note: See TracBrowser for help on using the repository browser.