source: git/Tst/Short/bug_napMultT.tst

spielwiese
Last change on this file was 75f460, checked in by Hans Schoenemann <hannes@…>, 9 years ago
format
  • Property mode set to 100644
File size: 254 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// this was a bug in napMultT due to incorrect handling of
5// nacNeg
6option(prot);
7LIB "hnoether.lib";
8ring r=(0,i),(a,b),dp;
9minpoly=i2+1;
10develop(a2+ib3);
11develop(a5+i2*a4+2i*a2b+b2);
12develop((a+2b)^2+ib5);
13
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.