Igor Schein on Tue, 12 Oct 1999 11:03:36 -0400


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

polredabs() problem on 64bit platform


Hi,

I encountered the following bug under AlphaLinux,
and was wondering if any1 else can reproduce it:

? p=Pol([1,-10,0,285,-741,-1824,8746,-232,-36399,29244,65952,-85071,\
	-48962,98750,3600,-48354,9721,7480,-1938,-248,47]);
? v=polredabs(Pol(p),4);
? length(v)
2
? length(polredabs(v[2],4))
1

Obviously the last command should return 2, not 1.
32bit version works fine.

Thanks

Igor