source: git/Tst/Long/bug_39.tst @ bf0a075

spielwiese
Last change on this file since bf0a075 was bf0a075, checked in by Hans Schönemann <hannes@…>, 19 years ago
*hannes: bug_39 git-svn-id: file:///usr/local/Singular/svn/trunk@8723 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 309 bytes
Line 
1LIB "tst.lib";
2tst_init();
3// all real factors have exponents 2,
4// S 3-0-0 had some factors twice
5ring r=0,(x,y),dp;
6poly f=4915089/64-104199/8*y2-2*y4+47*y6+y8;
7factorize(f);
8
9ring R=(0,a),(x,y),dp;
10minpoly = 64a8+15040a6+1414656a4+62399080a2+5343171409;
11poly f=imap(r,f);
12factorize(f);
13
14//
15tst_status(1);$
Note: See TracBrowser for help on using the repository browser.