source: git/Tst/Short/bug_napMultT.tst @ d4b25e

spielwiese
Last change on this file since d4b25e was ea1356, checked in by Olaf Bachmann <obachman@…>, 23 years ago
* added test file git-svn-id: file:///usr/local/Singular/svn/trunk@4741 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 255 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.