##############ECHO OF PROBLEM################# ##############temp/arctan_sqrtpostode.ode################# diff ( y , x , 1 ) = arctan ( sqrt ( 0.1 * x + 0.2 ) ) ; ! /* BEGIN FIRST INPUT BLOCK */ Digits=32; max_terms=40; ! /* END FIRST INPUT BLOCK */ /* BEGIN SECOND INPUT BLOCK */ x_start=-1.0; x_end=0.5; array_y_init[0 + 1] = exact_soln_y(x_start); glob_look_poles=true; glob_min_h=0.001; glob_type_given_pole=1; array_given_rad_poles[1][1]=-2.0; array_given_rad_poles[1][2]=0.0; array_given_ord_poles[1][1]=0.5; array_given_ord_poles[1][2]=0.0; /* END SECOND INPUT BLOCK */ /* BEGIN OVERRIDE BLOCK */ glob_desired_digits_correct=10; glob_display_interval=0.01; glob_look_poles=true; glob_max_iter=100000000; glob_max_minutes=10.0; glob_subiter_method=3; /* END OVERRIDE BLOCK */ ! /* BEGIN USER DEF BLOCK */ double exact_soln_y (double x) { return(10.0 * (0.1 * x + 0.2) * arctan(sqrt ( 0.1 * x + 0.2)) - 10.0 * sqrt( 0.1 * x + 0.2) + 10.0 * arctan(sqrt( 0.1 * x + 0.2))); } /* END USER DEF BLOCK */ #######END OF ECHO OF PROBLEM################# START of Optimize min_size = 0 min_size = 1 glob_desired_digits_correct = 10 estimated_h = 0.001 estimated_answer = 1 desired_abs_gbl_error = 1e-10 range = 1.5 estimated_steps = 1500 step_error = 6.454972243679029e-14 est_needed_step_err = 6.454972243679029e-14 opt_iter = 1 Radius of convergence (given) for eq 1 = 1 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.9999 Order of pole (three term test) = 1.503 NO COMPLEX POLE (six term test) for Equation 1 min_size = 0.2067734006979847 min_size = 1 glob_desired_digits_correct = 10 estimated_h = 0.001 estimated_answer = 1 desired_abs_gbl_error = 1e-10 range = 1.5 estimated_steps = 1500 step_error = 6.454972243679029e-14 est_needed_step_err = 6.454972243679029e-14 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 1.210979414838044e-113 estimated_step_error = 1.210979414838044e-113 Double H and LOOP opt_iter = 2 Radius of convergence (given) for eq 1 = 1 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.9999 Order of pole (three term test) = 1.503 NO COMPLEX POLE (six term test) for Equation 1 min_size = 0.2067734006979847 min_size = 1 glob_desired_digits_correct = 10 estimated_h = 0.002 estimated_answer = 1 desired_abs_gbl_error = 1e-10 range = 1.5 estimated_steps = 750 step_error = 9.128709291752768e-14 est_needed_step_err = 9.128709291752768e-14 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 8.317911213855374e-103 estimated_step_error = 8.317911213855374e-103 Double H and LOOP opt_iter = 3 Radius of convergence (given) for eq 1 = 1 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.9999 Order of pole (three term test) = 1.503 NO COMPLEX POLE (six term test) for Equation 1 min_size = 0.2067734006979847 min_size = 1 glob_desired_digits_correct = 10 estimated_h = 0.004 estimated_answer = 1 desired_abs_gbl_error = 1e-10 range = 1.5 estimated_steps = 375 step_error = 1.290994448735806e-13 est_needed_step_err = 1.290994448735806e-13 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 5.710705435015441e-92 estimated_step_error = 5.710705435015441e-92 Double H and LOOP opt_iter = 4 Radius of convergence (given) for eq 1 = 1 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.9999 Order of pole (three term test) = 1.503 NO COMPLEX POLE (six term test) for Equation 1 min_size = 0.2067734006979847 min_size = 1 glob_desired_digits_correct = 10 estimated_h = 0.008 estimated_answer = 1 desired_abs_gbl_error = 1e-10 range = 1.5 estimated_steps = 187.5 step_error = 1.825741858350554e-13 est_needed_step_err = 1.825741858350554e-13 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 3.917076066590353e-81 estimated_step_error = 3.917076066590353e-81 Double H and LOOP opt_iter = 5 SETTING H FOR DISPLAY INTERVAL Radius of convergence (given) for eq 1 = 1 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.625 Order of pole (three term test) = 1.503 NO COMPLEX POLE (six term test) for Equation 1 START of Soultion TOP MAIN SOLVE Loop x[1] = -1 y[1] (analytic) = 0.2067734006979847 y[1] (numeric) = 0.2067734006979847 absolute error = 0 relative error = 0 % Desired digits = 10 Estimated correct digits = 13 Correct digits = 16 h = 0.01 Radius of convergence (given) for eq 1 = 1 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.9999 Order of pole (three term test) = 1.503 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.99 y[1] (analytic) = 0.2098433472792642 y[1] (numeric) = 0.2098433494547922 absolute error = 2.175527952230638e-09 relative error = 1.036739062942699e-06 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 8 h = 0.01 Radius of convergence (given) for eq 1 = 1.01 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.01 Order of pole (three term test) = 1.503 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.98 y[1] (analytic) = 0.2129275836241571 y[1] (numeric) = 0.2129275879604996 absolute error = 4.336342535049553e-09 relative error = 2.0365339526436e-06 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 8 h = 0.01 Radius of convergence (given) for eq 1 = 1.02 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.02 Order of pole (three term test) = 1.504 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.97 y[1] (analytic) = 0.2160260266070555 y[1] (numeric) = 0.2160260330897087 absolute error = 6.482653219785917e-09 relative error = 3.000866757401254e-06 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 8 h = 0.01 Radius of convergence (given) for eq 1 = 1.03 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.03 Order of pole (three term test) = 1.504 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.96 y[1] (analytic) = 0.2191385942764166 y[1] (numeric) = 0.2191386028910782 absolute error = 8.614661595185424e-09 relative error = 3.931147602562003e-06 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 8 h = 0.01 Radius of convergence (given) for eq 1 = 1.04 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.04 Order of pole (three term test) = 1.504 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.95 y[1] (analytic) = 0.2222652058269294 y[1] (numeric) = 0.2222652165594954 absolute error = 1.07325659193247e-08 relative error = 4.82872066250522e-06 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 8 h = 0.01 Radius of convergence (given) for eq 1 = 1.05 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.05 Order of pole (three term test) = 1.504 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.9399999999999999 y[1] (analytic) = 0.22540578157261 y[1] (numeric) = 0.2254057944091712 absolute error = 1.283656120287802e-08 relative error = 5.694867768395271e-06 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 8 h = 0.01 Radius of convergence (given) for eq 1 = 1.06 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.06 Order of pole (three term test) = 1.504 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.9299999999999999 y[1] (analytic) = 0.2285602429207843 y[1] (numeric) = 0.2285602578476196 absolute error = 1.492683537884787e-08 relative error = 6.530810077945751e-06 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 8 h = 0.01 Radius of convergence (given) for eq 1 = 1.07 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.07 Order of pole (three term test) = 1.504 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.9199999999999999 y[1] (analytic) = 0.2317285123469088 y[1] (numeric) = 0.2317285293504832 absolute error = 1.700357432632416e-08 relative error = 7.337713496761667e-06 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 8 h = 0.01 Radius of convergence (given) for eq 1 = 1.08 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.08 Order of pole (three term test) = 1.504 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.9099999999999999 y[1] (analytic) = 0.2349105133702118 y[1] (numeric) = 0.2349105324371712 absolute error = 1.906695940023795e-08 relative error = 8.116690533211256e-06 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 8 h = 0.01 Radius of convergence (given) for eq 1 = 1.09 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.09 Order of pole (three term test) = 1.504 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.8999999999999999 y[1] (analytic) = 0.2381061705301097 y[1] (numeric) = 0.2381061916472763 absolute error = 2.11171665154275e-08 relative error = 8.868802714525672e-06 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 8 h = 0.01 Radius of convergence (given) for eq 1 = 1.1 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.1 Order of pole (three term test) = 1.504 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.8899999999999999 y[1] (analytic) = 0.2413154093633678 y[1] (numeric) = 0.2413154325177362 absolute error = 2.315436842259544e-08 relative error = 9.595064187438634e-06 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 8 h = 0.01 Radius of convergence (given) for eq 1 = 1.11 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.11 Order of pole (three term test) = 1.504 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.8799999999999999 y[1] (analytic) = 0.244538156381978 y[1] (numeric) = 0.2445381815607138 absolute error = 2.517873581853181e-08 relative error = 1.029644460850586e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.12 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.12 Order of pole (three term test) = 1.504 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.8699999999999999 y[1] (analytic) = 0.2477743390517295 y[1] (numeric) = 0.2477743662421626 absolute error = 2.719043312726654e-08 relative error = 1.097386970391224e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.13 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.13 Order of pole (three term test) = 1.504 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.8599999999999999 y[1] (analytic) = 0.2510238857714309 y[1] (numeric) = 0.2510239149610544 absolute error = 2.918962355158428e-08 relative error = 1.162822552199786e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.14 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.14 Order of pole (three term test) = 1.504 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.8499999999999999 y[1] (analytic) = 0.2542867258527752 y[1] (numeric) = 0.2542867570292395 absolute error = 3.117646424355414e-08 relative error = 1.226035851419331e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.15 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.15 Order of pole (three term test) = 1.504 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.8399999999999999 y[1] (analytic) = 0.2575627895008057 y[1] (numeric) = 0.2575628226519174 absolute error = 3.31511117446226e-08 relative error = 1.287107963416388e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.16 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.16 Order of pole (three term test) = 1.504 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.8299999999999998 y[1] (analytic) = 0.260852007794977 y[1] (numeric) = 0.2608520429086932 absolute error = 3.511371621245374e-08 relative error = 1.346116386424452e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.17 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.17 Order of pole (three term test) = 1.504 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.8199999999999998 y[1] (analytic) = 0.2641543126707679 y[1] (numeric) = 0.2641543497351965 absolute error = 3.706442858186776e-08 relative error = 1.403135470593792e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.18 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.18 Order of pole (three term test) = 1.504 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.8099999999999998 y[1] (analytic) = 0.2674696369018501 y[1] (numeric) = 0.2674696759052437 absolute error = 3.900339362594707e-08 relative error = 1.458236309651089e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.19 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.19 Order of pole (three term test) = 1.504 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.7999999999999998 y[1] (analytic) = 0.2707979140827645 y[1] (numeric) = 0.2707979550135202 absolute error = 4.093075567368487e-08 relative error = 1.511487110686352e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.2 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.2 Order of pole (three term test) = 1.504 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.7899999999999998 y[1] (analytic) = 0.2741390786121132 y[1] (numeric) = 0.2741391214587656 absolute error = 4.284665239273622e-08 relative error = 1.562953104302255e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.21 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.21 Order of pole (three term test) = 1.504 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.7799999999999998 y[1] (analytic) = 0.2774930656762198 y[1] (numeric) = 0.2774931104274416 absolute error = 4.475122178382307e-08 relative error = 1.612696939823318e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.22 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.22 Order of pole (three term test) = 1.504 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.7699999999999998 y[1] (analytic) = 0.2808598112332668 y[1] (numeric) = 0.280859857877866 absolute error = 4.664459929415443e-08 relative error = 1.660778702703535e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.23 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.23 Order of pole (three term test) = 1.504 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.7599999999999998 y[1] (analytic) = 0.2842392519978785 y[1] (numeric) = 0.284239300524795 absolute error = 4.852691648515872e-08 relative error = 1.707255987484829e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.24 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.24 Order of pole (three term test) = 1.504 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.7499999999999998 y[1] (analytic) = 0.2876313254261347 y[1] (numeric) = 0.2876313758244369 absolute error = 5.03983022537291e-08 relative error = 1.752184056415359e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.25 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.25 Order of pole (three term test) = 1.504 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.7399999999999998 y[1] (analytic) = 0.2910359697010003 y[1] (numeric) = 0.2910360219598845 absolute error = 5.225888422000224e-08 relative error = 1.795615994603385e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.26 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.26 Order of pole (three term test) = 1.504 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.7299999999999998 y[1] (analytic) = 0.2944531237181622 y[1] (numeric) = 0.2944531778269476 absolute error = 5.410878534117813e-08 relative error = 1.837602694035901e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.27 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.27 Order of pole (three term test) = 1.504 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.7199999999999998 y[1] (analytic) = 0.2978827270722455 y[1] (numeric) = 0.2978827830203739 absolute error = 5.594812840792329e-08 relative error = 1.878193104978329e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.28 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.28 Order of pole (three term test) = 1.504 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.7099999999999997 y[1] (analytic) = 0.3013247200434108 y[1] (numeric) = 0.3013247778204445 absolute error = 5.777703371290244e-08 relative error = 1.917434245175062e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.29 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.29 Order of pole (three term test) = 1.504 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.6999999999999997 y[1] (analytic) = 0.3047790435843121 y[1] (numeric) = 0.3047791031799298 absolute error = 5.959561771851085e-08 relative error = 1.955371242643351e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.3 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.3 Order of pole (three term test) = 1.504 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.6899999999999997 y[1] (analytic) = 0.308245639307398 y[1] (numeric) = 0.3082457007113941 absolute error = 6.14039961099877e-08 relative error = 1.992047519243332e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.31 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.31 Order of pole (three term test) = 1.505 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.6799999999999997 y[1] (analytic) = 0.3117244494725542 y[1] (numeric) = 0.3117245126748376 absolute error = 6.320228340683798e-08 relative error = 2.027504852884587e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.32 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.32 Order of pole (three term test) = 1.505 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.6699999999999997 y[1] (analytic) = 0.3152154169750747 y[1] (numeric) = 0.3152154819656626 absolute error = 6.499058785580658e-08 relative error = 2.061783287108245e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.33 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.33 Order of pole (three term test) = 1.505 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.6599999999999997 y[1] (analytic) = 0.318718485333934 y[1] (numeric) = 0.3187185521029548 absolute error = 6.676902081226288e-08 relative error = 2.094921502350462e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.34 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.34 Order of pole (three term test) = 1.505 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.6499999999999997 y[1] (analytic) = 0.3222335986803793 y[1] (numeric) = 0.3222336672180682 absolute error = 6.853768891312839e-08 relative error = 2.126956630028836e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.35 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.35 Order of pole (three term test) = 1.505 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.6399999999999997 y[1] (analytic) = 0.3257607017468058 y[1] (numeric) = 0.3257607720435033 absolute error = 7.0296697463057e-08 relative error = 2.157924423851911e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.36 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.36 Order of pole (three term test) = 1.505 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.6299999999999997 y[1] (analytic) = 0.3292997398559208 y[1] (numeric) = 0.3292998119020697 absolute error = 7.204614893563388e-08 relative error = 2.187859272745141e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.37 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.37 Order of pole (three term test) = 1.505 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.6199999999999997 y[1] (analytic) = 0.3328506589101763 y[1] (numeric) = 0.3328507326963231 absolute error = 7.378614680364493e-08 relative error = 2.216794373946455e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.38 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.38 Order of pole (three term test) = 1.505 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.6099999999999997 y[1] (analytic) = 0.3364134053814793 y[1] (numeric) = 0.3364134808982682 absolute error = 7.551678882222745e-08 relative error = 2.244761582452234e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.39 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.39 Order of pole (three term test) = 1.505 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.5999999999999996 y[1] (analytic) = 0.3399879263011445 y[1] (numeric) = 0.3399880035393186 absolute error = 7.723817413429757e-08 relative error = 2.271791677269263e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.4 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.4 Order of pole (three term test) = 1.505 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.5899999999999996 y[1] (analytic) = 0.3435741692501066 y[1] (numeric) = 0.3435742482005062 absolute error = 7.895039955130301e-08 relative error = 2.297914296747689e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.41 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.41 Order of pole (three term test) = 1.505 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.5799999999999996 y[1] (analytic) = 0.3471720823493718 y[1] (numeric) = 0.3471721630029305 absolute error = 8.065355872055591e-08 relative error = 2.323157961745072e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.42 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.42 Order of pole (three term test) = 1.505 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.5699999999999996 y[1] (analytic) = 0.3507816142506983 y[1] (numeric) = 0.3507816965984425 absolute error = 8.234774423465652e-08 relative error = 2.347550181914718e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.43 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.43 Order of pole (three term test) = 1.505 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.5599999999999996 y[1] (analytic) = 0.3544027141275037 y[1] (numeric) = 0.3544027981605541 absolute error = 8.403305046256193e-08 relative error = 2.371117576496023e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.44 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.44 Order of pole (three term test) = 1.505 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.5499999999999996 y[1] (analytic) = 0.3580353316660023 y[1] (numeric) = 0.3580354173755664 absolute error = 8.570956405717922e-08 relative error = 2.393885644144596e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.45 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.45 Order of pole (three term test) = 1.505 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.5399999999999996 y[1] (analytic) = 0.3616794170565338 y[1] (numeric) = 0.3616795044339106 absolute error = 8.737737672293022e-08 relative error = 2.415879162658359e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.46 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.46 Order of pole (three term test) = 1.505 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.5299999999999996 y[1] (analytic) = 0.3653349209851209 y[1] (numeric) = 0.3653350100216946 absolute error = 8.903657366943207e-08 relative error = 2.437121899799398e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.47 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.47 Order of pole (three term test) = 1.505 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.5199999999999996 y[1] (analytic) = 0.3690017946252095 y[1] (numeric) = 0.369001885312449 absolute error = 9.068723949567925e-08 relative error = 2.457636814145826e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.48 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.48 Order of pole (three term test) = 1.505 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.5099999999999996 y[1] (analytic) = 0.372679989629606 y[1] (numeric) = 0.3726800819590668 absolute error = 9.232946074355652e-08 relative error = 2.47744615522072e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.49 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.49 Order of pole (three term test) = 1.505 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.4999999999999996 y[1] (analytic) = 0.37636945812261 y[1] (numeric) = 0.3763695520859298 absolute error = 9.396331973610117e-08 relative error = 2.496571326610958e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.5 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.5 Order of pole (three term test) = 1.505 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.4899999999999995 y[1] (analytic) = 0.3800701526923205 y[1] (numeric) = 0.3800702482812184 absolute error = 9.558889790817204e-08 relative error = 2.515033007223655e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.51 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.51 Order of pole (three term test) = 1.505 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.4799999999999995 y[1] (analytic) = 0.383782026383122 y[1] (numeric) = 0.383782123589397 absolute error = 9.720627502929347e-08 relative error = 2.532851158908999e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.52 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.52 Order of pole (three term test) = 1.505 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.4699999999999995 y[1] (analytic) = 0.38750503268834 y[1] (numeric) = 0.3875051315038711 absolute error = 9.881553109103436e-08 relative error = 2.550045102782163e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.53 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.53 Order of pole (three term test) = 1.505 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.4599999999999995 y[1] (analytic) = 0.3912391255430681 y[1] (numeric) = 0.3912392259598109 absolute error = 1.004167428653169e-07 relative error = 2.566633455330706e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.54 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.54 Order of pole (three term test) = 1.505 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.4499999999999995 y[1] (analytic) = 0.3949842593171482 y[1] (numeric) = 0.3949843613271362 absolute error = 1.020099880122416e-07 relative error = 2.582634259618275e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.55 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.55 Order of pole (three term test) = 1.505 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.4399999999999995 y[1] (analytic) = 0.3987403888083181 y[1] (numeric) = 0.3987404924036583 absolute error = 1.035953401951062e-07 relative error = 2.59806488388881e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.56 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.56 Order of pole (three term test) = 1.505 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.4299999999999995 y[1] (analytic) = 0.4025074692354988 y[1] (numeric) = 0.4025075744083743 absolute error = 1.051728754086767e-07 relative error = 2.61294220473564e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.57 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.57 Order of pole (three term test) = 1.505 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.4199999999999995 y[1] (analytic) = 0.4062854562322431 y[1] (numeric) = 0.4062855629749094 absolute error = 1.067426662615389e-07 relative error = 2.62728248388301e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.58 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.58 Order of pole (three term test) = 1.505 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.4099999999999995 y[1] (analytic) = 0.4100743058403182 y[1] (numeric) = 0.4100744141451029 absolute error = 1.083047846406338e-07 relative error = 2.641101456446953e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.59 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.59 Order of pole (three term test) = 1.506 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.3999999999999995 y[1] (analytic) = 0.4138739745034328 y[1] (numeric) = 0.4138740843627342 absolute error = 1.098593013781901e-07 relative error = 2.654414342191959e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.6 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.6 Order of pole (three term test) = 1.506 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.3899999999999995 y[1] (analytic) = 0.4176844190610987 y[1] (numeric) = 0.4176845304673842 absolute error = 1.114062855855913e-07 relative error = 2.667235848443148e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.61 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.61 Order of pole (three term test) = 1.506 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.3799999999999994 y[1] (analytic) = 0.4215055967426213 y[1] (numeric) = 0.4215057096884297 absolute error = 1.12945808372622e-07 relative error = 2.679580277117618e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.62 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.62 Order of pole (three term test) = 1.506 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.3699999999999994 y[1] (analytic) = 0.4253374651612303 y[1] (numeric) = 0.4253375796391647 absolute error = 1.144779344652846e-07 relative error = 2.691461341687597e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.63 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.63 Order of pole (three term test) = 1.506 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.3599999999999994 y[1] (analytic) = 0.4291799823083151 y[1] (numeric) = 0.4291800983110484 absolute error = 1.160027332525182e-07 relative error = 2.702892446861232e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.64 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.64 Order of pole (three term test) = 1.506 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.3499999999999994 y[1] (analytic) = 0.4330331065478039 y[1] (numeric) = 0.4330332240680729 absolute error = 1.175202689607246e-07 relative error = 2.71388647158208e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.65 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.65 Order of pole (three term test) = 1.506 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.3399999999999994 y[1] (analytic) = 0.4368967966106436 y[1] (numeric) = 0.4368969156412508 absolute error = 1.190306071485736e-07 relative error = 2.724455937237096e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.66 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.66 Order of pole (three term test) = 1.506 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.3299999999999994 y[1] (analytic) = 0.4407710115894057 y[1] (numeric) = 0.4407711321232163 absolute error = 1.205338106546883e-07 relative error = 2.734612927924804e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.67 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.67 Order of pole (three term test) = 1.506 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.3199999999999994 y[1] (analytic) = 0.4446557109329943 y[1] (numeric) = 0.4446558329629394 absolute error = 1.220299451487605e-07 relative error = 2.744369231032982e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.68 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.68 Order of pole (three term test) = 1.506 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.3099999999999994 y[1] (analytic) = 0.4485508544414789 y[1] (numeric) = 0.4485509779605479 absolute error = 1.235190690285215e-07 relative error = 2.75373612167841e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.69 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.69 Order of pole (three term test) = 1.506 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.2999999999999994 y[1] (analytic) = 0.4524564022610096 y[1] (numeric) = 0.4524565272622566 absolute error = 1.250012470199735e-07 relative error = 2.762724682318977e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.7 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.7 Order of pole (three term test) = 1.506 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.2899999999999994 y[1] (analytic) = 0.4563723148788625 y[1] (numeric) = 0.4563724413553988 absolute error = 1.264765362440912e-07 relative error = 2.7713455027977e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.71 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.71 Order of pole (three term test) = 1.506 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.2799999999999994 y[1] (analytic) = 0.4602985531185597 y[1] (numeric) = 0.4602986810635588 absolute error = 1.279449990954085e-07 relative error = 2.779608978315721e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.72 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.72 Order of pole (three term test) = 1.506 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.2699999999999994 y[1] (analytic) = 0.4642350781351103 y[1] (numeric) = 0.4642352075418026 absolute error = 1.294066922508108e-07 relative error = 2.787525078256763e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.73 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.73 Order of pole (three term test) = 1.506 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.2599999999999993 y[1] (analytic) = 0.4681818514103284 y[1] (numeric) = 0.4681819822720031 absolute error = 1.30861674718652e-07 relative error = 2.795103533476374e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.74 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.74 Order of pole (three term test) = 1.506 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.2499999999999993 y[1] (analytic) = 0.4721388347482556 y[1] (numeric) = 0.4721389670582594 absolute error = 1.3231000378644e-07 relative error = 2.802353758020936e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.75 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.75 Order of pole (three term test) = 1.506 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.2399999999999993 y[1] (analytic) = 0.4761059902706712 y[1] (numeric) = 0.4761061240224054 absolute error = 1.3375173418817e-07 relative error = 2.809284842480783e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.76 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.76 Order of pole (three term test) = 1.506 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.2299999999999993 y[1] (analytic) = 0.4800832804126847 y[1] (numeric) = 0.4800834155996081 absolute error = 1.351869234333947e-07 relative error = 2.81590567613991e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.77 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.77 Order of pole (three term test) = 1.506 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.2199999999999993 y[1] (analytic) = 0.4840706679184259 y[1] (numeric) = 0.4840708045340505 absolute error = 1.366156245907746e-07 relative error = 2.822224804040319e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.78 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.78 Order of pole (three term test) = 1.506 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.2099999999999993 y[1] (analytic) = 0.4880681158368061 y[1] (numeric) = 0.4880682538746993 absolute error = 1.380378932269721e-07 relative error = 2.828250581177638e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.79 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.79 Order of pole (three term test) = 1.506 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.1999999999999993 y[1] (analytic) = 0.4920755875173737 y[1] (numeric) = 0.4920757269711543 absolute error = 1.394537805787799e-07 relative error = 2.833991039513949e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.8 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.8 Order of pole (three term test) = 1.506 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.1899999999999993 y[1] (analytic) = 0.4960930466062354 y[1] (numeric) = 0.4960931874695768 absolute error = 1.40863341380193e-07 relative error = 2.839454056932199e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.81 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.81 Order of pole (three term test) = 1.506 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.1799999999999993 y[1] (analytic) = 0.5001204570420699 y[1] (numeric) = 0.500120599308697 absolute error = 1.422666271455597e-07 relative error = 2.844647227329721e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.82 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.82 Order of pole (three term test) = 1.506 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.1699999999999993 y[1] (analytic) = 0.5041577830522073 y[1] (numeric) = 0.504157926715896 absolute error = 1.436636887230947e-07 relative error = 2.849577920891044e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.83 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.83 Order of pole (three term test) = 1.506 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.1599999999999993 y[1] (analytic) = 0.5082049891487879 y[1] (numeric) = 0.5082051342033624 absolute error = 1.450545745740328e-07 relative error = 2.854253257469792e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.84 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.84 Order of pole (three term test) = 1.506 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.1499999999999992 y[1] (analytic) = 0.5122620401249831 y[1] (numeric) = 0.5122621865643217 absolute error = 1.464393385441909e-07 relative error = 2.858680266616324e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.85 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.85 Order of pole (three term test) = 1.506 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.1399999999999992 y[1] (analytic) = 0.5163289010513075 y[1] (numeric) = 0.5163290488693345 absolute error = 1.478180270408913e-07 relative error = 2.862865641259207e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.86 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.86 Order of pole (three term test) = 1.506 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.1299999999999992 y[1] (analytic) = 0.5204055372719747 y[1] (numeric) = 0.5204056864626654 absolute error = 1.49190690690304e-07 relative error = 2.866815973411402e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.87 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.87 Order of pole (three term test) = 1.507 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.1199999999999992 y[1] (analytic) = 0.5244919144013411 y[1] (numeric) = 0.5244920649587176 absolute error = 1.505573764548629e-07 relative error = 2.870537606413059e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.88 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.88 Order of pole (three term test) = 1.507 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.1099999999999992 y[1] (analytic) = 0.5285879983204023 y[1] (numeric) = 0.5285881502385336 absolute error = 1.519181312970019e-07 relative error = 2.874036712519476e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.89 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.89 Order of pole (three term test) = 1.507 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.09999999999999924 y[1] (analytic) = 0.5326937551733568 y[1] (numeric) = 0.5326939084463598 absolute error = 1.532730029563112e-07 relative error = 2.877319312790346e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.9 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.9 Order of pole (three term test) = 1.507 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.08999999999999925 y[1] (analytic) = 0.536809151364237 y[1] (numeric) = 0.5368093059862736 absolute error = 1.546220366188678e-07 relative error = 2.88039121959665e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.91 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.91 Order of pole (three term test) = 1.507 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.07999999999999925 y[1] (analytic) = 0.540934153553593 y[1] (numeric) = 0.5409343095188717 absolute error = 1.559652786919941e-07 relative error = 2.88325811316223e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.92 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.92 Order of pole (three term test) = 1.507 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.06999999999999926 y[1] (analytic) = 0.5450687286552434 y[1] (numeric) = 0.5450688859580171 absolute error = 1.573027736956334e-07 relative error = 2.885925488400704e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.93 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.93 Order of pole (three term test) = 1.507 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.05999999999999926 y[1] (analytic) = 0.5492128438330797 y[1] (numeric) = 0.5492130024676453 absolute error = 1.586345655946175e-07 relative error = 2.888398685061174e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.94 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.94 Order of pole (three term test) = 1.507 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.04999999999999925 y[1] (analytic) = 0.553366466497927 y[1] (numeric) = 0.5533666264586272 absolute error = 1.599607002411574e-07 relative error = 2.890682936635023e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.95 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.95 Order of pole (three term test) = 1.507 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.03999999999999925 y[1] (analytic) = 0.5575295643044678 y[1] (numeric) = 0.5575297255856873 absolute error = 1.61281219490661e-07 relative error = 2.892783267769188e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.96 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.96 Order of pole (three term test) = 1.507 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.02999999999999925 y[1] (analytic) = 0.5617021051482078 y[1] (numeric) = 0.5617022677443755 absolute error = 1.62596167641027e-07 relative error = 2.894704615681033e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.97 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.97 Order of pole (three term test) = 1.507 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.01999999999999925 y[1] (analytic) = 0.5658840571625086 y[1] (numeric) = 0.5658842210680938 absolute error = 1.639055852153959e-07 relative error = 2.896451722588927e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.98 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.98 Order of pole (three term test) = 1.507 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = -0.009999999999999247 y[1] (analytic) = 0.5700753887156575 y[1] (numeric) = 0.5700755539251731 absolute error = 1.652095155124655e-07 relative error = 2.89802925687902e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 1.99 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.99 Order of pole (three term test) = 1.507 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 7.528699885739343e-16 y[1] (analytic) = 0.5742760684080022 y[1] (numeric) = 0.5742762349160013 absolute error = 1.665079991663987e-07 relative error = 2.899441720216362e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2 Order of pole (three term test) = 1.507 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.01000000000000075 y[1] (analytic) = 0.5784860650691246 y[1] (numeric) = 0.5784862328702015 absolute error = 1.678010769223803e-07 relative error = 2.900693500755794e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.01 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.01 Order of pole (three term test) = 1.507 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.02000000000000075 y[1] (analytic) = 0.5827053477550685 y[1] (numeric) = 0.5827055168438575 absolute error = 1.69088788970484e-07 relative error = 2.901788865022703e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.02 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.02 Order of pole (three term test) = 1.507 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.03000000000000076 y[1] (analytic) = 0.5869338857456112 y[1] (numeric) = 0.5869340561167879 absolute error = 1.703711767220284e-07 relative error = 2.902731991791502e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.03 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.03 Order of pole (three term test) = 1.507 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.04000000000000076 y[1] (analytic) = 0.5911716485415881 y[1] (numeric) = 0.591171820189866 absolute error = 1.716482779245965e-07 relative error = 2.903526891860432e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.04 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.04 Order of pole (three term test) = 1.507 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.05000000000000076 y[1] (analytic) = 0.5954186058622524 y[1] (numeric) = 0.5954187787823845 absolute error = 1.729201321021279e-07 relative error = 2.904177504693769e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.05 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.05 Order of pole (three term test) = 1.507 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.06000000000000076 y[1] (analytic) = 0.5996747276426873 y[1] (numeric) = 0.5996749018294654 absolute error = 1.741867781124284e-07 relative error = 2.904687659544269e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.06 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.06 Order of pole (three term test) = 1.507 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.07000000000000076 y[1] (analytic) = 0.6039399840312596 y[1] (numeric) = 0.6039401594795132 absolute error = 1.754482535920587e-07 relative error = 2.905061069494906e-05 % Desired digits = 10 Estimated correct digits = 12 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.07 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.07 Order of pole (three term test) = 1.507 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.08000000000000075 y[1] (analytic) = 0.6082143453871134 y[1] (numeric) = 0.60821452209171 absolute error = 1.767045966216685e-07 relative error = 2.905301362288658e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.08 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.08 Order of pole (three term test) = 1.507 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.09000000000000075 y[1] (analytic) = 0.6124977822777087 y[1] (numeric) = 0.6124979602335523 absolute error = 1.779558436165729e-07 relative error = 2.905412048265786e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.09 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.09 Order of pole (three term test) = 1.507 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.1000000000000007 y[1] (analytic) = 0.6167902654763973 y[1] (numeric) = 0.6167904446784289 absolute error = 1.79202031658221e-07 relative error = 2.9053965616628e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.1 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.1 Order of pole (three term test) = 1.507 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.1100000000000007 y[1] (analytic) = 0.6210917659600401 y[1] (numeric) = 0.6210919464032379 absolute error = 1.804431978280618e-07 relative error = 2.905258251961293e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.11 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.11 Order of pole (three term test) = 1.507 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.1200000000000007 y[1] (analytic) = 0.6254022549066667 y[1] (numeric) = 0.6254024365860434 absolute error = 1.816793767650537e-07 relative error = 2.905000347211205e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.12 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.12 Order of pole (three term test) = 1.507 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.1300000000000007 y[1] (analytic) = 0.6297217036931646 y[1] (numeric) = 0.6297218866037695 absolute error = 1.829106048845119e-07 relative error = 2.904626024667496e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.13 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.13 Order of pole (three term test) = 1.507 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.1400000000000007 y[1] (analytic) = 0.6340500838930154 y[1] (numeric) = 0.634050268029932 absolute error = 1.841369166033502e-07 relative error = 2.904138352490463e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.14 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.14 Order of pole (three term test) = 1.507 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.1500000000000007 y[1] (analytic) = 0.6383873672740599 y[1] (numeric) = 0.6383875526324073 absolute error = 1.853583474487053e-07 relative error = 2.903540341661098e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.15 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.15 Order of pole (three term test) = 1.508 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.1600000000000008 y[1] (analytic) = 0.6427335257963045 y[1] (numeric) = 0.6427337123712354 absolute error = 1.865749309493125e-07 relative error = 2.902834899084477e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.16 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.16 Order of pole (three term test) = 1.508 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.1700000000000008 y[1] (analytic) = 0.6470885316097581 y[1] (numeric) = 0.6470887193964601 absolute error = 1.87786701966175e-07 relative error = 2.902024882113413e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.17 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.17 Order of pole (three term test) = 1.508 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.1800000000000008 y[1] (analytic) = 0.6514523570523063 y[1] (numeric) = 0.6514525460460012 absolute error = 1.889936949162063e-07 relative error = 2.901113072510254e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.18 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.18 Order of pole (three term test) = 1.508 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.1900000000000008 y[1] (analytic) = 0.655824974647623 y[1] (numeric) = 0.6558251648435628 absolute error = 1.901959397754283e-07 relative error = 2.90010211760571e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.19 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.19 Order of pole (three term test) = 1.508 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2000000000000008 y[1] (analytic) = 0.6602063571030992 y[1] (numeric) = 0.660206548496572 absolute error = 1.913934728481337e-07 relative error = 2.898994697475252e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.2 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.2 Order of pole (three term test) = 1.508 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2100000000000008 y[1] (analytic) = 0.664596477307827 y[1] (numeric) = 0.664596669894152 absolute error = 1.925863249985227e-07 relative error = 2.897793346402599e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.21 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.21 Order of pole (three term test) = 1.508 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2200000000000008 y[1] (analytic) = 0.6689953083305977 y[1] (numeric) = 0.6689955021051255 absolute error = 1.937745277569292e-07 relative error = 2.896500548568444e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.22 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.22 Order of pole (three term test) = 1.508 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2300000000000008 y[1] (analytic) = 0.6734028234179354 y[1] (numeric) = 0.6734030183760497 absolute error = 1.949581142079992e-07 relative error = 2.895118752524178e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.23 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.23 Order of pole (three term test) = 1.508 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2400000000000008 y[1] (analytic) = 0.6778189959921654 y[1] (numeric) = 0.677819192129281 absolute error = 1.961371155489999e-07 relative error = 2.893650321232174e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.24 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.24 Order of pole (three term test) = 1.508 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2500000000000008 y[1] (analytic) = 0.6822437996495085 y[1] (numeric) = 0.6822439969610706 absolute error = 1.973115620890198e-07 relative error = 2.892097549151569e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.25 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.25 Order of pole (three term test) = 1.508 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2600000000000008 y[1] (analytic) = 0.6866772081582018 y[1] (numeric) = 0.6866774066396881 absolute error = 1.984814863575934e-07 relative error = 2.890462709399637e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.26 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.26 Order of pole (three term test) = 1.508 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2700000000000009 y[1] (analytic) = 0.6911191954566576 y[1] (numeric) = 0.691119395103574 absolute error = 1.996469164433634e-07 relative error = 2.888747957744779e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.27 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.27 Order of pole (three term test) = 1.508 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2800000000000009 y[1] (analytic) = 0.6955697356516364 y[1] (numeric) = 0.6955699364595208 absolute error = 2.008078844317751e-07 relative error = 2.886955457365473e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.28 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.28 Order of pole (three term test) = 1.508 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2900000000000009 y[1] (analytic) = 0.700028803016461 y[1] (numeric) = 0.7000290049808807 absolute error = 2.019644197437387e-07 relative error = 2.885087283172683e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.29 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.29 Order of pole (three term test) = 1.508 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3000000000000009 y[1] (analytic) = 0.704496371989249 y[1] (numeric) = 0.7044965751058011 absolute error = 2.031165521332312e-07 relative error = 2.883145466877307e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.3 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.3 Order of pole (three term test) = 1.508 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3100000000000009 y[1] (analytic) = 0.7089724171711769 y[1] (numeric) = 0.7089726214354858 absolute error = 2.042643089117391e-07 relative error = 2.881131958937984e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.31 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.31 Order of pole (three term test) = 1.508 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3200000000000009 y[1] (analytic) = 0.7134569133247606 y[1] (numeric) = 0.7134571187324824 absolute error = 2.054077218316408e-07 relative error = 2.879048727335559e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.32 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.32 Order of pole (three term test) = 1.508 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3300000000000009 y[1] (analytic) = 0.7179498353721794 y[1] (numeric) = 0.7179500419189954 absolute error = 2.065468159839767e-07 relative error = 2.876897602141026e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.33 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.33 Order of pole (three term test) = 1.508 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3400000000000009 y[1] (analytic) = 0.7224511583935982 y[1] (numeric) = 0.7224513660752233 absolute error = 2.076816251195268e-07 relative error = 2.874680491637885e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.34 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.34 Order of pole (three term test) = 1.508 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3500000000000009 y[1] (analytic) = 0.7269608576255493 y[1] (numeric) = 0.7269610664377216 absolute error = 2.0881217233093e-07 relative error = 2.872399113935336e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.35 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.35 Order of pole (three term test) = 1.508 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3600000000000009 y[1] (analytic) = 0.731478908459303 y[1] (numeric) = 0.7314791183977885 absolute error = 2.099384854847841e-07 relative error = 2.870055213580562e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.36 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.36 Order of pole (three term test) = 1.508 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3700000000000009 y[1] (analytic) = 0.7360052864392781 y[1] (numeric) = 0.7360054974998742 absolute error = 2.110605961114231e-07 relative error = 2.867650545453467e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.37 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.37 Order of pole (three term test) = 1.508 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3800000000000009 y[1] (analytic) = 0.7405399672614879 y[1] (numeric) = 0.7405401794400146 absolute error = 2.121785267483745e-07 relative error = 2.86518670333229e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.38 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.38 Order of pole (three term test) = 1.508 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.390000000000001 y[1] (analytic) = 0.7450829267719783 y[1] (numeric) = 0.7450831400642859 absolute error = 2.132923075937043e-07 relative error = 2.862665348108014e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.39 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.39 Order of pole (three term test) = 1.508 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.400000000000001 y[1] (analytic) = 0.7496341409653189 y[1] (numeric) = 0.7496343553672827 absolute error = 2.144019638494754e-07 relative error = 2.860088036723964e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.4 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.4 Order of pole (three term test) = 1.508 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.410000000000001 y[1] (analytic) = 0.7541935859830953 y[1] (numeric) = 0.7541938014906173 absolute error = 2.15507522050018e-07 relative error = 2.857456309033745e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.41 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.41 Order of pole (three term test) = 1.508 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.420000000000001 y[1] (analytic) = 0.7587612381124331 y[1] (numeric) = 0.7587614547214406 absolute error = 2.166090075084171e-07 relative error = 2.854771654483488e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.42 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.42 Order of pole (three term test) = 1.508 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.430000000000001 y[1] (analytic) = 0.7633370737845357 y[1] (numeric) = 0.7633372914909842 absolute error = 2.177064484243374e-07 relative error = 2.852035567262236e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.43 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.43 Order of pole (three term test) = 1.509 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.440000000000001 y[1] (analytic) = 0.7679210695732541 y[1] (numeric) = 0.7679212883731225 absolute error = 2.187998683345072e-07 relative error = 2.849249447682139e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.44 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.44 Order of pole (three term test) = 1.509 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.450000000000001 y[1] (analytic) = 0.7725132021936627 y[1] (numeric) = 0.7725134220829558 absolute error = 2.198892931071228e-07 relative error = 2.846414695343917e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.45 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.45 Order of pole (three term test) = 1.509 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.460000000000001 y[1] (analytic) = 0.7771134485006641 y[1] (numeric) = 0.7771136694754134 absolute error = 2.209747492765146e-07 relative error = 2.843532687574198e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.46 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.46 Order of pole (three term test) = 1.509 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.470000000000001 y[1] (analytic) = 0.7817217854876155 y[1] (numeric) = 0.7817220075438748 absolute error = 2.220562592691877e-07 relative error = 2.840604718860117e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.47 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.47 Order of pole (three term test) = 1.509 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.480000000000001 y[1] (analytic) = 0.7863381902849627 y[1] (numeric) = 0.7863384134188118 absolute error = 2.231338491753831e-07 relative error = 2.837632101965202e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.48 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.48 Order of pole (three term test) = 1.509 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.490000000000001 y[1] (analytic) = 0.7909626401589054 y[1] (numeric) = 0.7909628643664489 absolute error = 2.242075435310298e-07 relative error = 2.834616101286228e-05 % Desired digits = 10 Estimated correct digits = 11 Correct digits = 7 h = 0.01 Radius of convergence (given) for eq 1 = 2.49 Order of pole (given) = 0.5 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 2.49 Order of pole (three term test) = 1.509 NO COMPLEX POLE (six term test) for Equation 1 Finished! diff ( y , x , 1 ) = arctan ( sqrt ( 0.1 * x + 0.2 ) ) ; Iterations = 150 Total Elapsed Time = 0.0 Seconds Elapsed Time(since restart) = 0.0 Seconds Time to Timeout = 10 Minutes 0.0 Seconds Percent Done = 100.7 %