##############ECHO OF PROBLEM################# ##############temp/div_lin_exppostode.ode################# diff ( y , x , 1 ) = ( 0.2 * x + 0.3 ) / exp ( x ) ; ! /* BEGIN FIRST INPUT BLOCK */ Digits=32; max_terms=30; ! /* END FIRST INPUT BLOCK */ /* BEGIN SECOND INPUT BLOCK */ x_start=c(1.0); x_end=c(5.0); array_y_init[0 + 1] = exact_soln_y(x_start); glob_look_poles=true; glob_type_given_pole=3; /* END SECOND INPUT BLOCK */ /* BEGIN OVERRIDE BLOCK */ glob_desired_digits_correct=8; glob_max_minutes=(20.0); glob_subiter_method=3; glob_max_iter=1000; glob_upper_ratio_limit=c(1.11); glob_lower_ratio_limit=c(0.99); /* END OVERRIDE BLOCK */ ! /* BEGIN USER DEF BLOCK */ double exact_soln_y (double x) { return(glob__m1 * (c(0.1) * (c(5.0) + c(2.0)*c(x)))/exp(c(x))); } /* END USER DEF BLOCK */ #######END OF ECHO OF PROBLEM################# START of Soultion TOP MAIN SOLVE Loop x[1] = 1 y[1] (closed_form) = -0.2575156088200097 y[1] (numeric) = -0.2575156088200097 absolute error = 0 relative error = 0 % Desired digits = 8 Estimated correct digits = 14 Correct digits = 16 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.84 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.1 y[1] (closed_form) = -0.2396671802626173 y[1] (numeric) = -0.2396671802626173 absolute error = 2.775557561562891e-17 relative error = 1.158088294993729e-14 % Desired digits = 8 Estimated correct digits = 13 Correct digits = 16 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.83 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.2 y[1] (closed_form) = -0.2228837168150296 y[1] (numeric) = -0.2228837168150296 absolute error = 5.551115123125783e-17 relative error = 2.490588008155228e-14 % Desired digits = 8 Estimated correct digits = 13 Correct digits = 16 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.83 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.3 y[1] (closed_form) = -0.2071241627058495 y[1] (numeric) = -0.2071241627058496 absolute error = 8.326672684688674e-17 relative error = 4.020135833458466e-14 % Desired digits = 8 Estimated correct digits = 13 Correct digits = 16 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.82 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.4 y[1] (closed_form) = -0.192345631874453 y[1] (numeric) = -0.1923456318744531 absolute error = 1.110223024625157e-16 relative error = 5.77202099057709e-14 % Desired digits = 8 Estimated correct digits = 13 Correct digits = 16 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.82 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.5 y[1] (closed_form) = -0.1785041281187438 y[1] (numeric) = -0.1785041281187439 absolute error = 1.665334536937735e-16 relative error = 9.32938949081294e-14 % Desired digits = 8 Estimated correct digits = 13 Correct digits = 16 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.81 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.600000000000001 y[1] (closed_form) = -0.1655551447556174 y[1] (numeric) = -0.1655551447556175 absolute error = 1.387778780781446e-16 relative error = 8.382577194021978e-14 % Desired digits = 8 Estimated correct digits = 13 Correct digits = 16 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.8 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.700000000000001 y[1] (closed_form) = -0.1534541602042971 y[1] (numeric) = -0.1534541602042972 absolute error = 1.387778780781446e-16 relative error = 9.043604806372559e-14 % Desired digits = 8 Estimated correct digits = 13 Correct digits = 16 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.8 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.800000000000001 y[1] (closed_form) = -0.1421570438705644 y[1] (numeric) = -0.1421570438705645 absolute error = 1.665334536937735e-16 relative error = 1.171475216137754e-13 % Desired digits = 8 Estimated correct digits = 13 Correct digits = 15 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.79 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.900000000000001 y[1] (closed_form) = -0.1316203849159188 y[1] (numeric) = -0.131620384915919 absolute error = 1.942890293094024e-16 relative error = 1.476131751426782e-13 % Desired digits = 8 Estimated correct digits = 13 Correct digits = 15 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.79 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.000000000000001 y[1] (closed_form) = -0.1218017549129514 y[1] (numeric) = -0.1218017549129515 absolute error = 1.804112415015879e-16 relative error = 1.481187538147733e-13 % Desired digits = 8 Estimated correct digits = 13 Correct digits = 15 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.78 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.100000000000001 y[1] (closed_form) = -0.1126599139927433 y[1] (numeric) = -0.1126599139927435 absolute error = 1.665334536937735e-16 relative error = 1.478196172815295e-13 % Desired digits = 8 Estimated correct digits = 13 Correct digits = 15 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.77 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.2 y[1] (closed_form) = -0.1041549688605938 y[1] (numeric) = -0.104154968860594 absolute error = 1.110223024625157e-16 relative error = 1.065933806874959e-13 % Desired digits = 8 Estimated correct digits = 13 Correct digits = 15 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.77 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.3 y[1] (closed_form) = -0.0962484899738916 y[1] (numeric) = -0.0962484899738917 absolute error = 9.71445146547012e-17 relative error = 1.009309493385846e-13 % Desired digits = 8 Estimated correct digits = 12 Correct digits = 15 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.76 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.399999999999999 y[1] (closed_form) = -0.0889035942236243 y[1] (numeric) = -0.08890359422362436 absolute error = 5.551115123125783e-17 relative error = 6.243971541985968e-14 % Desired digits = 8 Estimated correct digits = 12 Correct digits = 16 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.76 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.499999999999999 y[1] (closed_form) = -0.08208499862389886 y[1] (numeric) = -0.0820849986238989 absolute error = 4.163336342344337e-17 relative error = 5.071981984698713e-14 % Desired digits = 8 Estimated correct digits = 12 Correct digits = 16 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.75 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.599999999999999 y[1] (closed_form) = -0.07575904977862064 y[1] (numeric) = -0.07575904977862066 absolute error = 2.775557561562891e-17 relative error = 3.663664697054001e-14 % Desired digits = 8 Estimated correct digits = 12 Correct digits = 16 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.74 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.699999999999998 y[1] (closed_form) = -0.06989373324933985 y[1] (numeric) = -0.06989373324933985 absolute error = 0 relative error = 0 % Desired digits = 8 Estimated correct digits = 12 Correct digits = 16 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.74 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.799999999999998 y[1] (closed_form) = -0.06445866638273115 y[1] (numeric) = -0.06445866638273114 absolute error = 1.387778780781446e-17 relative error = 2.152974702488166e-14 % Desired digits = 8 Estimated correct digits = 12 Correct digits = 16 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.73 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.899999999999998 y[1] (closed_form) = -0.05942507766091993 y[1] (numeric) = -0.05942507766091989 absolute error = 3.469446951953614e-17 relative error = 5.838354931145925e-14 % Desired digits = 8 Estimated correct digits = 12 Correct digits = 16 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.72 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.999999999999997 y[1] (closed_form) = -0.05476577520465045 y[1] (numeric) = -0.05476577520465042 absolute error = 3.469446951953614e-17 relative error = 6.335064077864098e-14 % Desired digits = 8 Estimated correct digits = 12 Correct digits = 16 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.72 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.099999999999997 y[1] (closed_form) = -0.05045510668078487 y[1] (numeric) = -0.05045510668078481 absolute error = 6.245004513516506e-17 relative error = 1.237734874494841e-13 % Desired digits = 8 Estimated correct digits = 12 Correct digits = 15 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.71 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.199999999999997 y[1] (closed_form) = -0.04646891253533762 y[1] (numeric) = -0.04646891253533754 absolute error = 7.632783294297951e-17 relative error = 1.642556900485577e-13 % Desired digits = 8 Estimated correct digits = 12 Correct digits = 15 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.7 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.299999999999996 y[1] (closed_form) = -0.04278447418543854 y[1] (numeric) = -0.04278447418543845 absolute error = 9.020562075079397e-17 relative error = 2.108372779336271e-13 % Desired digits = 8 Estimated correct digits = 12 Correct digits = 15 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.7 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.399999999999996 y[1] (closed_form) = -0.03938045855318491 y[1] (numeric) = -0.0393804585531848 absolute error = 1.110223024625157e-16 relative error = 2.819223202100999e-13 % Desired digits = 8 Estimated correct digits = 12 Correct digits = 15 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.69 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.499999999999996 y[1] (closed_form) = -0.03623686010678233 y[1] (numeric) = -0.03623686010678222 absolute error = 1.110223024625157e-16 relative error = 3.06379476961736e-13 % Desired digits = 8 Estimated correct digits = 12 Correct digits = 15 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.68 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.599999999999995 y[1] (closed_form) = -0.03333494138569706 y[1] (numeric) = -0.03333494138569693 absolute error = 1.318389841742373e-16 relative error = 3.954978730840222e-13 % Desired digits = 8 Estimated correct digits = 12 Correct digits = 15 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.68 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.699999999999995 y[1] (closed_form) = -0.03065717282322098 y[1] (numeric) = -0.03065717282322084 absolute error = 1.457167719820518e-16 relative error = 4.753105344132712e-13 % Desired digits = 8 Estimated correct digits = 12 Correct digits = 15 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.67 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.799999999999994 y[1] (closed_form) = -0.02818717253876878 y[1] (numeric) = -0.02818717253876863 absolute error = 1.457167719820518e-16 relative error = 5.169612942966599e-13 % Desired digits = 8 Estimated correct digits = 12 Correct digits = 15 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.66 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.899999999999994 y[1] (closed_form) = -0.02590964665062975 y[1] (numeric) = -0.02590964665062959 absolute error = 1.595945597898663e-16 relative error = 6.159657904326813e-13 % Desired digits = 8 Estimated correct digits = 12 Correct digits = 15 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.66 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.999999999999994 y[1] (closed_form) = -0.02381033055535456 y[1] (numeric) = -0.0238103305553544 absolute error = 1.665334536937735e-16 relative error = 6.994168069469442e-13 % Desired digits = 8 Estimated correct digits = 12 Correct digits = 15 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.65 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.099999999999993 y[1] (closed_form) = -0.02187593153032497 y[1] (numeric) = -0.0218759315303248 absolute error = 1.734723475976807e-16 relative error = 7.9298267759345e-13 % Desired digits = 8 Estimated correct digits = 12 Correct digits = 15 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.64 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.199999999999993 y[1] (closed_form) = -0.02009407293944025 y[1] (numeric) = -0.02009407293944006 absolute error = 1.804112415015879e-16 relative error = 8.97833117483516e-13 % Desired digits = 8 Estimated correct digits = 12 Correct digits = 15 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.63 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.299999999999993 y[1] (closed_form) = -0.01845324025659338 y[1] (numeric) = -0.0184532402565932 absolute error = 1.838806884535416e-16 relative error = 9.964682944386453e-13 % Desired digits = 8 Estimated correct digits = 12 Correct digits = 15 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.63 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.399999999999992 y[1] (closed_form) = -0.01694272906623456 y[1] (numeric) = -0.01694272906623437 absolute error = 1.908195823574488e-16 relative error = 1.126262372558009e-12 % Desired digits = 8 Estimated correct digits = 12 Correct digits = 14 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.62 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.499999999999992 y[1] (closed_form) = -0.01555259515353934 y[1] (numeric) = -0.01555259515353914 absolute error = 1.97758476261356e-16 relative error = 1.271546480243535e-12 % Desired digits = 8 Estimated correct digits = 11 Correct digits = 14 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.61 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.599999999999992 y[1] (closed_form) = -0.01427360675737979 y[1] (numeric) = -0.01427360675737959 absolute error = 2.012279232133096e-16 relative error = 1.409790297811519e-12 % Desired digits = 8 Estimated correct digits = 11 Correct digits = 14 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.6 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.699999999999991 y[1] (closed_form) = -0.01309719902644208 y[1] (numeric) = -0.01309719902644187 absolute error = 2.0643209364124e-16 relative error = 1.57615451383515e-12 % Desired digits = 8 Estimated correct digits = 11 Correct digits = 14 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.6 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.799999999999991 y[1] (closed_form) = -0.01201543069156934 y[1] (numeric) = -0.01201543069156913 absolute error = 2.099015405931937e-16 relative error = 1.746933139404414e-12 % Desired digits = 8 Estimated correct digits = 11 Correct digits = 14 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.59 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.899999999999991 y[1] (closed_form) = -0.01102094294496811 y[1] (numeric) = -0.0110209429449679 absolute error = 2.133709875451473e-16 relative error = 1.936050196526669e-12 % Desired digits = 8 Estimated correct digits = 11 Correct digits = 14 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.58 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.99999999999999 y[1] (closed_form) = -0.01010692049862829 y[1] (numeric) = -0.01010692049862807 absolute error = 2.168404344971009e-16 relative error = 2.145464926992653e-12 % Desired digits = 8 Estimated correct digits = 11 Correct digits = 14 h = 0.05 NO POLE (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 23.57 Order of pole (ratio test) = 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 Finished! diff ( y , x , 1 ) = ( 0.2 * x + 0.3 ) / exp ( x ) ; Iterations = 81 Total Elapsed Time = 0.0 Seconds Elapsed Time(since restart) = 0.0 Seconds Time to Timeout = 20 Minutes 0.0 Seconds Percent Done = 102.5 %