Question: Code crunching

Question:Code crunching

manjees 360 Maple
Hi all, Is there any way I can check what my maple is doing? It's running this code for almost two days now. restart; i := -60.35951189*r^6-.3808414359*r-0.2549450818e-3*r^12+0.3804225944e-4-9.313140768*10^(-8)*r^14-0.7089169913e-1*r^10+.6571370106*r^9+131.5605340*r^2-125.7063543*r^4+.2613016439*r^3+120.1606739*r^5+19.41564834*r^7-4.268918697*r^8+0.5254569542e-2*r^11+0.7290405850e-5*r^13-43-(43/2)*ln((81/8)*Pi)-86*ln(Typesetting[delayDotProduct](1/10, r, true))-450.2043276*sin((1/2)*sqrt(7)*ln(Typesetting[delayDotProduct](1/10, r, true)))/sqrt(r)-124.6865823*cos((1/2)*sqrt(7)*ln(Typesetting[delayDotProduct](1/10, r, true)))/sqrt(r)-(1/19264)*sqrt(7)*(7.858821452*10^5+9.356859640*10^5*sqrt(7))*cos(sqrt(7)*ln(Typesetting[delayDotProduct](1/10, r, true)))/r-(1/19264)*(1.309960349*10^6-5.613443895*10^5*sqrt(7))*sqrt(7)*sin(sqrt(7)*ln(Typesetting[delayDotProduct](1/10, r, true)))/r-1268.783025/r; b := 1/43; u := 43; G := 4.3*10^(-3); M := 10^4; r[m] := 1; N := 1; q := M/N; v := sqrt(G*M/r[m]); n := 9/(16*Pi^2*r[m]^3*v^3); f1 := (3/10)*q*G*M-(3/5)*q*G*M; f := -8*Pi^2*n*sqrt((1/2)*Pi)*(int((3*polylog(5/2, -exp(b*(u-i)))/b^(5/2)+i*polylog(3/2, -exp(b*(u-i)))/b^(3/2))*r^2, r = 0. .. 10.)); Would someone mind checking whats wrong with this. Thanks MS
Please Wait...