Ilya Zakharevich on Wed, 20 Jan 1999 21:38:11 -0500


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

poldisc


a) It looks like you cannot advice poldisc() which variable you are interested in.

b) I tried to do

p=a*x^3+b*x^2*y+c*x*y^2+d*y^3 + e*x^2+f*x*y+g*y^2 + h*x+i*y + h
di=poldisc(p)

and it will not work with 16M stack, and does not finish in half an hour
anyway.

Should it be *that* resource-intensive?  I think I may be able to calculate
given a sheet of paper...

Ilya