Lulu

5 Reputation

One Badge

9 years, 237 days

MaplePrimes Activity


These are replies submitted by Lulu

@Preben Alsholm Excellent, even doing fsolve(factor(g),p,complex) worked for me.  Thanks!

Here is a minimal example that produces the error.  Digits is an environment variable that describes the precision I want in my calculations - I don't see why its value would be getting large.

http://www.maplesoft.com/support/help/maple/view.aspx?path=Digits

g := sort(simplify(9*(1-(1-p)^6)^5+4*(1-(1-p)^6)^7-12*(1-(1-p)^6)^6-19800*p^5*(1-(1-p)^6)^3+11184*p^7*(1-(1-p)^6)^4-27088*p^6*(1-(1-p)^6)^4-9448*p^7*(1-(1-p)^6)^5+9440*p^3*(1-(1-p)^6)^4+34540*p^5*(1-(1-p)^6)^4-360*p^7*(1-(1-p)^6)-24555*p^4*(1-(1-p)^6)^4+2536*p^7*(1-(1-p)^6)^2-1734*p^2*(1-(1-p)^6)^4-5440*p^6*(1-(1-p)^6)^2-3736*p^3*(1-(1-p)^6)^3-11236*p^3*(1-(1-p)^6)^5-276*p*(1-(1-p)^6)^5+23912*p^6*(1-(1-p)^6)^5-32448*p^5*(1-(1-p)^6)^5+2640*p^2*(1-(1-p)^6)^5+540*p^3*(1-(1-p)^6)^2+25294*p^4*(1-(1-p)^6)^5+710*p^6*(1-(1-p)^6)+12330*p^4*(1-(1-p)^6)^3+5724*p^5*(1-(1-p)^6)^2+414*p^2*(1-(1-p)^6)^3+108*p*(1-(1-p)^6)^4-7344*p^7*(1-(1-p)^6)^3+225*p^4*(1-(1-p)^6)+16850*p^6*(1-(1-p)^6)^3-672*p^8*(1-(1-p)^6)^6+1296*p^8*(1-(1-p)^6)^3-1900*p^8*(1-(1-p)^6)^4-468*p^8*(1-(1-p)^6)^2+70*p^8*(1-(1-p)^6)+1554*p^8*(1-(1-p)^6)^5+15696*p^5*(1-(1-p)^6)^6-1740*p^2*(1-(1-p)^6)^6-11020*p^6*(1-(1-p)^6)^6+232*p*(1-(1-p)^6)^6+6400*p^3*(1-(1-p)^6)^6-13084*p^4*(1-(1-p)^6)^6+4200*p^7*(1-(1-p)^6)^6+120*p^8*(1-(1-p)^6)^7-768*p^7*(1-(1-p)^6)^7-1408*p^3*(1-(1-p)^6)^7+2692*p^4*(1-(1-p)^6)^7-64*p*(1-(1-p)^6)^7+2076*p^6*(1-(1-p)^6)^7+420*p^2*(1-(1-p)^6)^7-3072*p^5*(1-(1-p)^6)^7-640*p^5*(1-(1-p)^6)-2902*p^4*(1-(1-p)^6)^2));

-120*p^50+5808*p^49-137652*p^48+2129112*p^47-24167392*p^46+214634344*p^45-1552817784*p^44+9408125664*p^43-48704173960*p^42+218726662728*p^41-862272579648*p^40+3012210357456*p^39-9395898610530*p^38+26334394561716*p^37-66664113219498*p^36+153080352365376*p^35-320014700823704*p^34+610868027310508*p^33-1067412498608794*p^32+1710841315685504*p^31-2519362846782985*p^30+3412933129246410*p^29-4257221024402924*p^28+4892733121043392*p^27-5182433668491107*p^26+5059043401052530*p^25-4550034225758068*p^24+3767821405146836*p^23-2869876680443929*p^22+2007885503773134*p^21-1288080990329868*p^20+755959180821244*p^19-404754776749337*p^18+197030811374674*p^17-86835974235842*p^16+34470576163060*p^15-12246544299631*p^14+3863118516050*p^13-1071106795736*p^12+257630412108*p^11-52819711354*p^10+9006664444*p^9-1231662665*p^8+127344600*p^7-8914335*p^6+320166*p^5

(1)

Digits := 20;

20

(2)

fsolve(g, p, complex)

Error, (in fsolve/polynom) Digits cannot exceed 38654705646

 

``


Download SampleDigitsError.mw

Page 1 of 1