source: git/Tst/Short/bug_44.tst @ f1cfef

spielwiese
Last change on this file since f1cfef was 8d73ea, checked in by Hans Schönemann <hannes@…>, 17 years ago
*hannes: bug44 git-svn-id: file:///usr/local/Singular/svn/trunk@9438 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 271 bytes
Line 
1LIB "tst.lib";
2tst_init();
3// error in resultant: wrong number of var x sent to factory
4ring R1 = 0, (x, y), lp;
5poly f = x+y;
6poly g = x^2;
7resultant(f, g, x);
8ring R2 = (0, a), (x, y), lp;
9minpoly = a;
10poly f = x+y;
11poly g = x^2;
12resultant(f, g, x);
13
14
15
16tst_status(1);$
Note: See TracBrowser for help on using the repository browser.