##############ECHO OF PROBLEM################# ##############temp/h2sinpostode.ode################# diff ( y , x , 2 ) = sin ( x ) ; ! /* BEGIN FIRST INPUT BLOCK */ Digits=32; max_terms=30; ! /* END FIRST INPUT BLOCK */ /* BEGIN SECOND INPUT BLOCK */ x_start=0.1; x_end=5.0; array_y_init[0 + 1] = exact_soln_y(x_start); array_y_init[1 + 1] = exact_soln_yp(x_start); glob_look_poles=true; glob_max_iter=100; /* END SECOND INPUT BLOCK */ /* BEGIN OVERRIDE BLOCK */ glob_desired_digits_correct=10; glob_display_interval=0.01; glob_look_poles=true; glob_max_iter=1000000000; glob_max_minutes=10.0; glob_subiter_method=3; /* END OVERRIDE BLOCK */ ! /* BEGIN USER DEF BLOCK */ double exact_soln_y (double x) { return(2.0 - sin(x)); } double exact_soln_yp (double x) { return(- cos(x)); } /* 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 = 1e-06 estimated_answer = 1 desired_abs_gbl_error = 1e-10 range = 4.9 estimated_steps = 4900000.000000001 step_error = 2.040816326530612e-17 est_needed_step_err = 2.040816326530612e-17 opt_iter = 1 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 2.475466125514873e-184 estimated_step_error = 2.475466125514873e-184 best_h = 2e-06 opt_iter = 2 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 1.661257502151857e-176 estimated_step_error = 1.661257502151857e-176 best_h = 4e-06 opt_iter = 3 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 1.114851449339245e-168 estimated_step_error = 1.114851449339245e-168 best_h = 8e-06 opt_iter = 4 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 7.481646952857929e-161 estimated_step_error = 7.481646952857929e-161 best_h = 1.6e-05 opt_iter = 5 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 5.020855692025194e-153 estimated_step_error = 5.020855692025194e-153 best_h = 3.2e-05 opt_iter = 6 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 3.369449168190197e-145 estimated_step_error = 3.369449168190197e-145 best_h = 6.4e-05 opt_iter = 7 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 2.261212414751384e-137 estimated_step_error = 2.261212414751384e-137 best_h = 0.000128 opt_iter = 8 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 1.517491888835743e-129 estimated_step_error = 1.517491888835743e-129 best_h = 0.000256 opt_iter = 9 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 1.018395625965179e-121 estimated_step_error = 1.018395625965179e-121 best_h = 0.000512 opt_iter = 10 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 6.834660257908616e-114 estimated_step_error = 6.834660257908616e-114 best_h = 0.001024 opt_iter = 11 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 4.587096248204244e-106 estimated_step_error = 4.587096248204244e-106 best_h = 0.002048 opt_iter = 12 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 3.078929868523414e-98 estimated_step_error = 3.078929868523414e-98 best_h = 0.004096 opt_iter = 13 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 2.067015579240738e-90 estimated_step_error = 2.067015579240738e-90 best_h = 0.008192 opt_iter = 14 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 1.38819852851444e-82 estimated_step_error = 1.38819852851444e-82 best_h = 0.016384 opt_iter = 15 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 9.330106380476466e-75 estimated_step_error = 9.330106380476466e-75 best_h = 0.032768 opt_iter = 16 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 6.280203614931308e-67 estimated_step_error = 6.280203614931308e-67 best_h = 0.065536 opt_iter = 17 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 4.239904909710558e-59 estimated_step_error = 4.239904909710558e-59 best_h = 0.131072 opt_iter = 18 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 2.87934530126719e-51 estimated_step_error = 2.87934530126719e-51 best_h = 0.1 START of Soultion TOP MAIN SOLVE Loop x[1] = 0.1 y[1] (analytic) = 1.900166583353172 y[1] (numeric) = 1.900166583353172 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.09933 Order of pole (three term test) = 22.99 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.11 y[1] (analytic) = 1.890221699162825 y[1] (numeric) = 1.890221699162825 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1091 Order of pole (three term test) = 22.99 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.12 y[1] (analytic) = 1.880287792711081 y[1] (numeric) = 1.880287792711081 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1189 Order of pole (three term test) = 22.99 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.13 y[1] (analytic) = 1.870365857380305 y[1] (numeric) = 1.870365857380305 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1285 Order of pole (three term test) = 22.98 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.14 y[1] (analytic) = 1.860456885355763 y[1] (numeric) = 1.860456885355763 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1382 Order of pole (three term test) = 22.98 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.15 y[1] (analytic) = 1.850561867526401 y[1] (numeric) = 1.850561867526401 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1478 Order of pole (three term test) = 22.98 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.16 y[1] (analytic) = 1.840681793385754 y[1] (numeric) = 1.840681793385754 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1573 Order of pole (three term test) = 22.97 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.17 y[1] (analytic) = 1.830817650933004 y[1] (numeric) = 1.830817650933004 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1667 Order of pole (three term test) = 22.97 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.18 y[1] (analytic) = 1.820970426574176 y[1] (numeric) = 1.820970426574176 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1761 Order of pole (three term test) = 22.97 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.1900000000000001 y[1] (analytic) = 1.811141105023499 y[1] (numeric) = 1.811141105023499 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1855 Order of pole (three term test) = 22.96 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2000000000000001 y[1] (analytic) = 1.801330669204939 y[1] (numeric) = 1.801330669204939 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1947 Order of pole (three term test) = 22.96 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2100000000000001 y[1] (analytic) = 1.7915401001539 y[1] (numeric) = 1.7915401001539 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2039 Order of pole (three term test) = 22.96 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2200000000000001 y[1] (analytic) = 1.781770376919131 y[1] (numeric) = 1.781770376919131 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.213 Order of pole (three term test) = 22.95 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2300000000000001 y[1] (analytic) = 1.772022476464812 y[1] (numeric) = 1.772022476464812 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.222 Order of pole (three term test) = 22.95 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2400000000000001 y[1] (analytic) = 1.762297373572865 y[1] (numeric) = 1.762297373572865 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2309 Order of pole (three term test) = 22.94 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2500000000000001 y[1] (analytic) = 1.752596040745477 y[1] (numeric) = 1.752596040745477 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2397 Order of pole (three term test) = 22.94 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2600000000000001 y[1] (analytic) = 1.742919448107845 y[1] (numeric) = 1.742919448107845 absolute error = 2.220446049250313e-16 relative error = 1.273980878267715e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2484 Order of pole (three term test) = 22.93 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2700000000000001 y[1] (analytic) = 1.733268563311169 y[1] (numeric) = 1.733268563311169 absolute error = 2.220446049250313e-16 relative error = 1.281074437194234e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2571 Order of pole (three term test) = 22.93 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2800000000000001 y[1] (analytic) = 1.723644351435886 y[1] (numeric) = 1.723644351435886 absolute error = 2.220446049250313e-16 relative error = 1.2882274973956e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2656 Order of pole (three term test) = 22.92 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2900000000000001 y[1] (analytic) = 1.714047774895164 y[1] (numeric) = 1.714047774895165 absolute error = 2.220446049250313e-16 relative error = 1.295439999848383e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.274 Order of pole (three term test) = 22.92 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3000000000000002 y[1] (analytic) = 1.70447979333866 y[1] (numeric) = 1.704479793338661 absolute error = 4.440892098500626e-16 relative error = 2.60542372860989e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2823 Order of pole (three term test) = 22.91 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3100000000000002 y[1] (analytic) = 1.694941363556556 y[1] (numeric) = 1.694941363556557 absolute error = 2.220446049250313e-16 relative error = 1.310042988502606e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2905 Order of pole (three term test) = 22.91 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3200000000000002 y[1] (analytic) = 1.685433439383882 y[1] (numeric) = 1.685433439383882 absolute error = 2.220446049250313e-16 relative error = 1.317433247356245e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2986 Order of pole (three term test) = 22.9 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3300000000000002 y[1] (analytic) = 1.675956971605131 y[1] (numeric) = 1.675956971605132 absolute error = 2.220446049250313e-16 relative error = 1.324882492134451e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3066 Order of pole (three term test) = 22.89 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3400000000000002 y[1] (analytic) = 1.666512907859185 y[1] (numeric) = 1.666512907859186 absolute error = 2.220446049250313e-16 relative error = 1.332390549619393e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3144 Order of pole (three term test) = 22.89 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3500000000000002 y[1] (analytic) = 1.657102192544548 y[1] (numeric) = 1.657102192544549 absolute error = 2.220446049250313e-16 relative error = 1.339957221250626e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3221 Order of pole (three term test) = 22.88 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3600000000000002 y[1] (analytic) = 1.64772576672491 y[1] (numeric) = 1.64772576672491 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3297 Order of pole (three term test) = 22.88 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3700000000000002 y[1] (analytic) = 1.638384568035038 y[1] (numeric) = 1.638384568035038 absolute error = 2.220446049250313e-16 relative error = 1.355265480749345e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3371 Order of pole (three term test) = 22.87 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3800000000000002 y[1] (analytic) = 1.629079530587017 y[1] (numeric) = 1.629079530587017 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3445 Order of pole (three term test) = 22.86 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3900000000000002 y[1] (analytic) = 1.619811584876838 y[1] (numeric) = 1.619811584876838 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3516 Order of pole (three term test) = 22.86 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.4000000000000002 y[1] (analytic) = 1.610581657691349 y[1] (numeric) = 1.610581657691349 absolute error = 2.220446049250313e-16 relative error = 1.378660956832924e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3587 Order of pole (three term test) = 22.85 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.4100000000000003 y[1] (analytic) = 1.601390672015577 y[1] (numeric) = 1.601390672015577 absolute error = 2.220446049250313e-16 relative error = 1.3865736125811e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3656 Order of pole (three term test) = 22.84 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.4200000000000003 y[1] (analytic) = 1.59223954694043 y[1] (numeric) = 1.59223954694043 absolute error = 2.220446049250313e-16 relative error = 1.394542707796082e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3723 Order of pole (three term test) = 22.83 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.4300000000000003 y[1] (analytic) = 1.583129197570789 y[1] (numeric) = 1.583129197570789 absolute error = 2.220446049250313e-16 relative error = 1.402567808525954e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3789 Order of pole (three term test) = 22.83 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.4400000000000003 y[1] (analytic) = 1.574060534934 y[1] (numeric) = 1.574060534934 absolute error = 2.220446049250313e-16 relative error = 1.410648447102713e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3854 Order of pole (three term test) = 22.82 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.4500000000000003 y[1] (analytic) = 1.56503446588877 y[1] (numeric) = 1.56503446588877 absolute error = 2.220446049250313e-16 relative error = 1.418784121146713e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3917 Order of pole (three term test) = 22.81 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.4600000000000003 y[1] (analytic) = 1.55605189303448 y[1] (numeric) = 1.55605189303448 absolute error = 2.220446049250313e-16 relative error = 1.426974292560506e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3978 Order of pole (three term test) = 22.8 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.4700000000000003 y[1] (analytic) = 1.547113714620932 y[1] (numeric) = 1.547113714620932 absolute error = 2.220446049250313e-16 relative error = 1.435218386512952e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4038 Order of pole (three term test) = 22.79 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.4800000000000003 y[1] (analytic) = 1.538220824458517 y[1] (numeric) = 1.538220824458517 absolute error = 2.220446049250313e-16 relative error = 1.443515790414522e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4096 Order of pole (three term test) = 22.79 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.4900000000000003 y[1] (analytic) = 1.529374111828842 y[1] (numeric) = 1.529374111828842 absolute error = 2.220446049250313e-16 relative error = 1.451865852884799e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4152 Order of pole (three term test) = 22.78 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.5000000000000003 y[1] (analytic) = 1.520574461395797 y[1] (numeric) = 1.520574461395797 absolute error = 2.220446049250313e-16 relative error = 1.460267882713271e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4207 Order of pole (three term test) = 22.77 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.5100000000000003 y[1] (analytic) = 1.511822753117092 y[1] (numeric) = 1.511822753117092 absolute error = 2.220446049250313e-16 relative error = 1.468721147814566e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4261 Order of pole (three term test) = 22.76 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.5200000000000004 y[1] (analytic) = 1.503119862156263 y[1] (numeric) = 1.503119862156263 absolute error = 2.220446049250313e-16 relative error = 1.477224874179381e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4312 Order of pole (three term test) = 22.75 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.5300000000000004 y[1] (analytic) = 1.494466658795153 y[1] (numeric) = 1.494466658795153 absolute error = 2.220446049250313e-16 relative error = 1.485778244822436e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4362 Order of pole (three term test) = 22.74 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.5400000000000004 y[1] (analytic) = 1.485864008346887 y[1] (numeric) = 1.485864008346887 absolute error = 2.220446049250313e-16 relative error = 1.494380398728881e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.441 Order of pole (three term test) = 22.74 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.5500000000000004 y[1] (analytic) = 1.477312771069341 y[1] (numeric) = 1.477312771069341 absolute error = 2.220446049250313e-16 relative error = 1.503030429800632e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4456 Order of pole (three term test) = 22.73 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.5600000000000004 y[1] (analytic) = 1.468813802079116 y[1] (numeric) = 1.468813802079117 absolute error = 2.220446049250313e-16 relative error = 1.511727385804284e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4501 Order of pole (three term test) = 22.72 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.5700000000000004 y[1] (analytic) = 1.460367951266031 y[1] (numeric) = 1.460367951266031 absolute error = 2.220446049250313e-16 relative error = 1.520470267322253e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4543 Order of pole (three term test) = 22.71 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.5800000000000004 y[1] (analytic) = 1.451976063208126 y[1] (numeric) = 1.451976063208126 absolute error = 4.440892098500626e-16 relative error = 3.058516053417934e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4584 Order of pole (three term test) = 22.7 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.5900000000000004 y[1] (analytic) = 1.443638977087216 y[1] (numeric) = 1.443638977087216 absolute error = 2.220446049250313e-16 relative error = 1.538089567053971e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4623 Order of pole (three term test) = 22.69 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.6000000000000004 y[1] (analytic) = 1.435357526604964 y[1] (numeric) = 1.435357526604965 absolute error = 4.440892098500626e-16 relative error = 3.093927482307924e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.466 Order of pole (three term test) = 22.68 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.6100000000000004 y[1] (analytic) = 1.427132539899518 y[1] (numeric) = 1.427132539899519 absolute error = 6.661338147750939e-16 relative error = 4.667638051487461e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4695 Order of pole (three term test) = 22.67 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.6200000000000004 y[1] (analytic) = 1.418964839462695 y[1] (numeric) = 1.418964839462695 absolute error = 4.440892098500626e-16 relative error = 3.129670288505679e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4729 Order of pole (three term test) = 22.66 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.6300000000000004 y[1] (analytic) = 1.41085524205773 y[1] (numeric) = 1.41085524205773 absolute error = 4.440892098500626e-16 relative error = 3.147659636592902e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.476 Order of pole (three term test) = 22.65 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.6400000000000005 y[1] (analytic) = 1.402804558637607 y[1] (numeric) = 1.402804558637608 absolute error = 4.440892098500626e-16 relative error = 3.165724028451679e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.479 Order of pole (three term test) = 22.64 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.6500000000000005 y[1] (analytic) = 1.39481359426396 y[1] (numeric) = 1.39481359426396 absolute error = 2.220446049250313e-16 relative error = 1.591930318417951e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4818 Order of pole (three term test) = 22.63 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.6600000000000005 y[1] (analytic) = 1.386883148026566 y[1] (numeric) = 1.386883148026566 absolute error = 4.440892098500626e-16 relative error = 3.202066522201019e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4844 Order of pole (three term test) = 22.62 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.6700000000000005 y[1] (analytic) = 1.37901401296344 y[1] (numeric) = 1.37901401296344 absolute error = 4.440892098500626e-16 relative error = 3.22033863090147e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4867 Order of pole (three term test) = 22.61 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.6800000000000005 y[1] (analytic) = 1.371206975981531 y[1] (numeric) = 1.371206975981532 absolute error = 4.440892098500626e-16 relative error = 3.2386737934452e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4889 Order of pole (three term test) = 22.6 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.6900000000000005 y[1] (analytic) = 1.363462817778032 y[1] (numeric) = 1.363462817778032 absolute error = 4.440892098500626e-16 relative error = 3.257068722811033e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4909 Order of pole (three term test) = 22.59 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.7000000000000005 y[1] (analytic) = 1.355782312762309 y[1] (numeric) = 1.355782312762309 absolute error = 4.440892098500626e-16 relative error = 3.275520012834973e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4927 Order of pole (three term test) = 22.58 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.7100000000000005 y[1] (analytic) = 1.348166228978463 y[1] (numeric) = 1.348166228978463 absolute error = 4.440892098500626e-16 relative error = 3.294024136671628e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4943 Order of pole (three term test) = 22.58 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.7200000000000005 y[1] (analytic) = 1.340615328028526 y[1] (numeric) = 1.340615328028527 absolute error = 4.440892098500626e-16 relative error = 3.312577445337198e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4957 Order of pole (three term test) = 22.57 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.7300000000000005 y[1] (analytic) = 1.333130364996302 y[1] (numeric) = 1.333130364996302 absolute error = 4.440892098500626e-16 relative error = 3.331176166340601e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4969 Order of pole (three term test) = 22.56 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.7400000000000005 y[1] (analytic) = 1.325712088371855 y[1] (numeric) = 1.325712088371855 absolute error = 4.440892098500626e-16 relative error = 3.349816402409527e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4979 Order of pole (three term test) = 22.55 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.7500000000000006 y[1] (analytic) = 1.318361239976666 y[1] (numeric) = 1.318361239976666 absolute error = 2.220446049250313e-16 relative error = 1.684247065159178e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4987 Order of pole (three term test) = 22.54 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.7600000000000006 y[1] (analytic) = 1.311078554889448 y[1] (numeric) = 1.311078554889449 absolute error = 2.220446049250313e-16 relative error = 1.693602599912515e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4994 Order of pole (three term test) = 22.53 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.7700000000000006 y[1] (analytic) = 1.303864761372643 y[1] (numeric) = 1.303864761372643 absolute error = 2.220446049250313e-16 relative error = 1.702972666362069e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4998 Order of pole (three term test) = 22.52 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.7800000000000006 y[1] (analytic) = 1.296720580799589 y[1] (numeric) = 1.29672058079959 absolute error = 2.220446049250313e-16 relative error = 1.712355061011781e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.5 Order of pole (three term test) = 22.51 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.7900000000000006 y[1] (analytic) = 1.289646727582392 y[1] (numeric) = 1.289646727582392 absolute error = 2.220446049250313e-16 relative error = 1.7217475156261e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.5 Order of pole (three term test) = 22.5 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.8000000000000006 y[1] (analytic) = 1.282643909100477 y[1] (numeric) = 1.282643909100477 absolute error = 2.220446049250313e-16 relative error = 1.731147696953179e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4998 Order of pole (three term test) = 22.49 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.8100000000000006 y[1] (analytic) = 1.275712825629857 y[1] (numeric) = 1.275712825629857 absolute error = 2.220446049250313e-16 relative error = 1.740553206521235e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4994 Order of pole (three term test) = 22.48 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.8200000000000006 y[1] (analytic) = 1.268854170273104 y[1] (numeric) = 1.268854170273104 absolute error = 2.220446049250313e-16 relative error = 1.749961580511961e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4988 Order of pole (three term test) = 22.47 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.8300000000000006 y[1] (analytic) = 1.262068628890037 y[1] (numeric) = 1.262068628890037 absolute error = 2.220446049250313e-16 relative error = 1.75937028971487e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.498 Order of pole (three term test) = 22.46 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.8400000000000006 y[1] (analytic) = 1.25535688002914 y[1] (numeric) = 1.255356880029141 absolute error = 4.440892098500626e-16 relative error = 3.537553479132994e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.497 Order of pole (three term test) = 22.45 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.8500000000000006 y[1] (analytic) = 1.248719594859707 y[1] (numeric) = 1.248719594859707 absolute error = 4.440892098500626e-16 relative error = 3.556356540556696e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4958 Order of pole (three term test) = 22.44 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.8600000000000007 y[1] (analytic) = 1.242157437104723 y[1] (numeric) = 1.242157437104723 absolute error = 2.220446049250313e-16 relative error = 1.787572157057507e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4944 Order of pole (three term test) = 22.43 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.8700000000000007 y[1] (analytic) = 1.235671062974494 y[1] (numeric) = 1.235671062974495 absolute error = 2.220446049250313e-16 relative error = 1.796955610423763e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4929 Order of pole (three term test) = 22.42 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.8800000000000007 y[1] (analytic) = 1.22926112110103 y[1] (numeric) = 1.22926112110103 absolute error = 2.220446049250313e-16 relative error = 1.806325776627096e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4911 Order of pole (three term test) = 22.41 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.8900000000000007 y[1] (analytic) = 1.222928252473176 y[1] (numeric) = 1.222928252473176 absolute error = 2.220446049250313e-16 relative error = 1.815679738169282e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4891 Order of pole (three term test) = 22.4 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.9000000000000007 y[1] (analytic) = 1.216673090372516 y[1] (numeric) = 1.216673090372516 absolute error = 2.220446049250313e-16 relative error = 1.825014514433343e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4869 Order of pole (three term test) = 22.39 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.9100000000000007 y[1] (analytic) = 1.210496260310049 y[1] (numeric) = 1.21049626031005 absolute error = 4.440892098500626e-16 relative error = 3.668654124848897e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4846 Order of pole (three term test) = 22.38 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.9200000000000007 y[1] (analytic) = 1.204398379963634 y[1] (numeric) = 1.204398379963634 absolute error = 4.440892098500626e-16 relative error = 3.687228555251559e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.482 Order of pole (three term test) = 22.37 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.9300000000000007 y[1] (analytic) = 1.198380059116222 y[1] (numeric) = 1.198380059116223 absolute error = 4.440892098500626e-16 relative error = 3.705745989945528e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4792 Order of pole (three term test) = 22.36 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.9400000000000007 y[1] (analytic) = 1.192441899594885 y[1] (numeric) = 1.192441899594886 absolute error = 2.220446049250313e-16 relative error = 1.862099989948925e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4763 Order of pole (three term test) = 22.35 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.9500000000000007 y[1] (analytic) = 1.186584495210626 y[1] (numeric) = 1.186584495210626 absolute error = 4.440892098500626e-16 relative error = 3.742583959612873e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4732 Order of pole (three term test) = 22.34 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.9600000000000007 y[1] (analytic) = 1.180808431699001 y[1] (numeric) = 1.180808431699002 absolute error = 2.220446049250313e-16 relative error = 1.880445624914309e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4698 Order of pole (three term test) = 22.33 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.9700000000000008 y[1] (analytic) = 1.175114286661549 y[1] (numeric) = 1.17511428666155 absolute error = 4.440892098500626e-16 relative error = 3.779115060473833e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4663 Order of pole (three term test) = 22.32 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.9800000000000008 y[1] (analytic) = 1.169502629508029 y[1] (numeric) = 1.169502629508029 absolute error = 2.220446049250313e-16 relative error = 1.898624246945371e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4626 Order of pole (three term test) = 22.31 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.9900000000000008 y[1] (analytic) = 1.163974021399479 y[1] (numeric) = 1.163974021399479 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4587 Order of pole (three term test) = 22.3 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.000000000000001 y[1] (analytic) = 1.158529015192103 y[1] (numeric) = 1.158529015192103 absolute error = 2.220446049250313e-16 relative error = 1.916608060853898e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4546 Order of pole (three term test) = 22.29 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.010000000000001 y[1] (analytic) = 1.153168155381985 y[1] (numeric) = 1.153168155381984 absolute error = 2.220446049250313e-16 relative error = 1.925518007835375e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4504 Order of pole (three term test) = 22.28 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.020000000000001 y[1] (analytic) = 1.147891978050637 y[1] (numeric) = 1.147891978050637 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.446 Order of pole (three term test) = 22.27 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.030000000000001 y[1] (analytic) = 1.142701010811396 y[1] (numeric) = 1.142701010811396 absolute error = 2.220446049250313e-16 relative error = 1.943155758367312e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4414 Order of pole (three term test) = 22.27 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.040000000000001 y[1] (analytic) = 1.137595772756661 y[1] (numeric) = 1.137595772756661 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4366 Order of pole (three term test) = 22.26 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.050000000000001 y[1] (analytic) = 1.132576774405983 y[1] (numeric) = 1.132576774405983 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4316 Order of pole (three term test) = 22.25 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.060000000000001 y[1] (analytic) = 1.127644517655013 y[1] (numeric) = 1.127644517655013 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4265 Order of pole (three term test) = 22.24 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.070000000000001 y[1] (analytic) = 1.122799495725318 y[1] (numeric) = 1.122799495725318 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4212 Order of pole (three term test) = 22.23 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.080000000000001 y[1] (analytic) = 1.118042193115052 y[1] (numeric) = 1.118042193115052 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4157 Order of pole (three term test) = 22.22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.090000000000001 y[1] (analytic) = 1.113373085550512 y[1] (numeric) = 1.113373085550512 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4101 Order of pole (three term test) = 22.21 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.100000000000001 y[1] (analytic) = 1.108792639938564 y[1] (numeric) = 1.108792639938564 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4042 Order of pole (three term test) = 22.21 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.110000000000001 y[1] (analytic) = 1.104301314319952 y[1] (numeric) = 1.104301314319952 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3983 Order of pole (three term test) = 22.2 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.120000000000001 y[1] (analytic) = 1.099899557823495 y[1] (numeric) = 1.099899557823495 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3922 Order of pole (three term test) = 22.19 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.130000000000001 y[1] (analytic) = 1.095587810621174 y[1] (numeric) = 1.095587810621174 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3859 Order of pole (three term test) = 22.18 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.140000000000001 y[1] (analytic) = 1.091366503884116 y[1] (numeric) = 1.091366503884116 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3794 Order of pole (three term test) = 22.17 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.150000000000001 y[1] (analytic) = 1.087236059739479 y[1] (numeric) = 1.087236059739479 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3729 Order of pole (three term test) = 22.17 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.160000000000001 y[1] (analytic) = 1.083196891228233 y[1] (numeric) = 1.083196891228233 absolute error = 2.220446049250313e-16 relative error = 2.049900684936935e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3661 Order of pole (three term test) = 22.16 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.170000000000001 y[1] (analytic) = 1.079249402263864 y[1] (numeric) = 1.079249402263864 absolute error = 2.220446049250313e-16 relative error = 2.057398451731956e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3592 Order of pole (three term test) = 22.15 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.180000000000001 y[1] (analytic) = 1.075393987591979 y[1] (numeric) = 1.075393987591979 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3522 Order of pole (three term test) = 22.15 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.190000000000001 y[1] (analytic) = 1.071631032750833 y[1] (numeric) = 1.071631032750833 absolute error = 2.220446049250313e-16 relative error = 2.072024774749681e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.345 Order of pole (three term test) = 22.14 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.200000000000001 y[1] (analytic) = 1.067960914032773 y[1] (numeric) = 1.067960914032773 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3377 Order of pole (three term test) = 22.13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.210000000000001 y[1] (analytic) = 1.064383998446614 y[1] (numeric) = 1.064383998446614 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3303 Order of pole (three term test) = 22.12 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.220000000000001 y[1] (analytic) = 1.060900643680932 y[1] (numeric) = 1.060900643680932 absolute error = 2.220446049250313e-16 relative error = 2.092982092598406e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3227 Order of pole (three term test) = 22.12 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.230000000000001 y[1] (analytic) = 1.057511198068302 y[1] (numeric) = 1.057511198068302 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.315 Order of pole (three term test) = 22.11 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.240000000000001 y[1] (analytic) = 1.054216000550461 y[1] (numeric) = 1.054216000550461 absolute error = 2.220446049250313e-16 relative error = 2.106253413049037e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3072 Order of pole (three term test) = 22.11 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.250000000000001 y[1] (analytic) = 1.051015380644413 y[1] (numeric) = 1.051015380644413 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2992 Order of pole (three term test) = 22.1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.260000000000001 y[1] (analytic) = 1.047909658409484 y[1] (numeric) = 1.047909658409484 absolute error = 2.220446049250313e-16 relative error = 2.118928889939333e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2912 Order of pole (three term test) = 22.09 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.270000000000001 y[1] (analytic) = 1.044899144415308 y[1] (numeric) = 1.044899144415307 absolute error = 2.220446049250313e-16 relative error = 2.125033847637807e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.283 Order of pole (three term test) = 22.09 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.280000000000001 y[1] (analytic) = 1.041984139710775 y[1] (numeric) = 1.041984139710775 absolute error = 2.220446049250313e-16 relative error = 2.130978740105052e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2747 Order of pole (three term test) = 22.08 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.290000000000001 y[1] (analytic) = 1.039164935793927 y[1] (numeric) = 1.039164935793927 absolute error = 4.440892098500626e-16 relative error = 4.273519963515476e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2663 Order of pole (three term test) = 22.08 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.300000000000001 y[1] (analytic) = 1.036441814582807 y[1] (numeric) = 1.036441814582806 absolute error = 4.440892098500626e-16 relative error = 4.284748102611234e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2578 Order of pole (three term test) = 22.07 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.310000000000001 y[1] (analytic) = 1.033815048387266 y[1] (numeric) = 1.033815048387265 absolute error = 2.220446049250313e-16 relative error = 2.14781749667329e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2491 Order of pole (three term test) = 22.07 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.320000000000001 y[1] (analytic) = 1.031284899881735 y[1] (numeric) = 1.031284899881734 absolute error = 4.440892098500626e-16 relative error = 4.306173879797811e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2404 Order of pole (three term test) = 22.06 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.330000000000001 y[1] (analytic) = 1.028851622078955 y[1] (numeric) = 1.028851622078955 absolute error = 4.440892098500626e-16 relative error = 4.316358163995612e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2316 Order of pole (three term test) = 22.06 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.340000000000001 y[1] (analytic) = 1.02651545830468 y[1] (numeric) = 1.02651545830468 absolute error = 4.440892098500626e-16 relative error = 4.326181415557918e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2227 Order of pole (three term test) = 22.05 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.350000000000001 y[1] (analytic) = 1.024276642173341 y[1] (numeric) = 1.02427664217334 absolute error = 6.661338147750939e-16 relative error = 6.503456071805673e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2137 Order of pole (three term test) = 22.05 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.360000000000001 y[1] (analytic) = 1.022135397564684 y[1] (numeric) = 1.022135397564683 absolute error = 6.661338147750939e-16 relative error = 6.51707999118521e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2046 Order of pole (three term test) = 22.04 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.370000000000001 y[1] (analytic) = 1.020091938601386 y[1] (numeric) = 1.020091938601385 absolute error = 6.661338147750939e-16 relative error = 6.530135074769908e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1954 Order of pole (three term test) = 22.04 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.380000000000001 y[1] (analytic) = 1.01814646962764 y[1] (numeric) = 1.018146469627639 absolute error = 6.661338147750939e-16 relative error = 6.542612822875225e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1862 Order of pole (three term test) = 22.04 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.390000000000001 y[1] (analytic) = 1.016299185188723 y[1] (numeric) = 1.016299185188723 absolute error = 6.661338147750939e-16 relative error = 6.554505056022407e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1769 Order of pole (three term test) = 22.03 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.400000000000001 y[1] (analytic) = 1.01455027001154 y[1] (numeric) = 1.014550270011539 absolute error = 6.661338147750939e-16 relative error = 6.565803927759215e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1675 Order of pole (three term test) = 22.03 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.410000000000001 y[1] (analytic) = 1.01289989898615 y[1] (numeric) = 1.012899898986149 absolute error = 6.661338147750939e-16 relative error = 6.576501937080385e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.158 Order of pole (three term test) = 22.03 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.420000000000001 y[1] (analytic) = 1.01134823714828 y[1] (numeric) = 1.011348237148279 absolute error = 6.661338147750939e-16 relative error = 6.586591940412192e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1485 Order of pole (three term test) = 22.02 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.430000000000001 y[1] (analytic) = 1.009895439662822 y[1] (numeric) = 1.009895439662821 absolute error = 4.440892098500626e-16 relative error = 4.397378108750868e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1389 Order of pole (three term test) = 22.02 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.440000000000001 y[1] (analytic) = 1.008541651808313 y[1] (numeric) = 1.008541651808313 absolute error = 4.440892098500626e-16 relative error = 4.403280807032724e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1293 Order of pole (three term test) = 22.02 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.450000000000001 y[1] (analytic) = 1.007287008962412 y[1] (numeric) = 1.007287008962411 absolute error = 6.661338147750939e-16 relative error = 6.613148078433639e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1196 Order of pole (three term test) = 22.01 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.460000000000001 y[1] (analytic) = 1.006131636588355 y[1] (numeric) = 1.006131636588355 absolute error = 4.440892098500626e-16 relative error = 4.413828108575376e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1099 Order of pole (three term test) = 22.01 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.470000000000001 y[1] (analytic) = 1.005075650222419 y[1] (numeric) = 1.005075650222419 absolute error = 4.440892098500626e-16 relative error = 4.418465513036632e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1001 Order of pole (three term test) = 22.01 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.480000000000001 y[1] (analytic) = 1.00411915546236 y[1] (numeric) = 1.004119155462359 absolute error = 4.440892098500626e-16 relative error = 4.422674415025734e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.0903 Order of pole (three term test) = 22.01 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.490000000000001 y[1] (analytic) = 1.003262247956856 y[1] (numeric) = 1.003262247956856 absolute error = 4.440892098500626e-16 relative error = 4.426451914785494e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.08045 Order of pole (three term test) = 22.01 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.500000000000001 y[1] (analytic) = 1.002505013395945 y[1] (numeric) = 1.002505013395945 absolute error = 4.440892098500626e-16 relative error = 4.429795401678125e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.07056 Order of pole (three term test) = 22.01 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.510000000000001 y[1] (analytic) = 1.001847527502452 y[1] (numeric) = 1.001847527502451 absolute error = 4.440892098500626e-16 relative error = 4.4327025586134e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.06065 Order of pole (three term test) = 22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.520000000000001 y[1] (analytic) = 1.001289856024417 y[1] (numeric) = 1.001289856024416 absolute error = 6.661338147750939e-16 relative error = 6.652757048992314e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.05071 Order of pole (three term test) = 22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.530000000000001 y[1] (analytic) = 1.000832054728524 y[1] (numeric) = 1.000832054728523 absolute error = 6.661338147750939e-16 relative error = 6.655800157757567e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.04075 Order of pole (three term test) = 22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.540000000000001 y[1] (analytic) = 1.000474169394521 y[1] (numeric) = 1.00047416939452 absolute error = 6.661338147750939e-16 relative error = 6.658181042077607e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.03078 Order of pole (three term test) = 22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.550000000000001 y[1] (analytic) = 1.000216235810643 y[1] (numeric) = 1.000216235810642 absolute error = 6.661338147750939e-16 relative error = 6.659898039299611e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.02079 Order of pole (three term test) = 22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.560000000000001 y[1] (analytic) = 1.000058279770034 y[1] (numeric) = 1.000058279770033 absolute error = 6.661338147750939e-16 relative error = 6.660949949119698e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.0108 Order of pole (three term test) = 22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.570000000000001 y[1] (analytic) = 1.000000317068166 y[1] (numeric) = 1.000000317068165 absolute error = 8.881784197001252e-16 relative error = 8.881781380871124e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.0007963 Order of pole (three term test) = 22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.580000000000001 y[1] (analytic) = 1.00004235350126 y[1] (numeric) = 1.000042353501259 absolute error = 6.661338147750939e-16 relative error = 6.661056028706036e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.009203 Order of pole (three term test) = 22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.590000000000001 y[1] (analytic) = 1.000184384865709 y[1] (numeric) = 1.000184384865708 absolute error = 6.661338147750939e-16 relative error = 6.660110124240074e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.0192 Order of pole (three term test) = 22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.600000000000001 y[1] (analytic) = 1.000426396958495 y[1] (numeric) = 1.000426396958494 absolute error = 8.881784197001252e-16 relative error = 8.877998645381339e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.02919 Order of pole (three term test) = 22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.610000000000001 y[1] (analytic) = 1.000768365578609 y[1] (numeric) = 1.000768365578609 absolute error = 6.661338147750939e-16 relative error = 6.656223734549788e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.03916 Order of pole (three term test) = 22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.620000000000001 y[1] (analytic) = 1.001210256529476 y[1] (numeric) = 1.001210256529475 absolute error = 6.661338147750939e-16 relative error = 6.653285964969364e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.04912 Order of pole (three term test) = 22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.630000000000001 y[1] (analytic) = 1.001752025622368 y[1] (numeric) = 1.001752025622367 absolute error = 6.661338147750939e-16 relative error = 6.649687724476913e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.05907 Order of pole (three term test) = 22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.640000000000001 y[1] (analytic) = 1.002393618680826 y[1] (numeric) = 1.002393618680826 absolute error = 8.881784197001252e-16 relative error = 8.860575358300753e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.06898 Order of pole (three term test) = 22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.650000000000001 y[1] (analytic) = 1.003134971546081 y[1] (numeric) = 1.00313497154608 absolute error = 6.661338147750939e-16 relative error = 6.640520305541892e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.07887 Order of pole (three term test) = 22.01 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.660000000000001 y[1] (analytic) = 1.003976010083463 y[1] (numeric) = 1.003976010083462 absolute error = 8.881784197001252e-16 relative error = 8.846609986490498e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.08873 Order of pole (three term test) = 22.01 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.670000000000001 y[1] (analytic) = 1.00491665018982 y[1] (numeric) = 1.004916650189819 absolute error = 8.881784197001252e-16 relative error = 8.838329223944655e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.09855 Order of pole (three term test) = 22.01 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.680000000000001 y[1] (analytic) = 1.005956797801924 y[1] (numeric) = 1.005956797801923 absolute error = 8.881784197001252e-16 relative error = 8.829190494471018e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1083 Order of pole (three term test) = 22.01 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.690000000000001 y[1] (analytic) = 1.007096348905882 y[1] (numeric) = 1.007096348905881 absolute error = 1.110223024625157e-15 relative error = 1.102400009523729e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1181 Order of pole (three term test) = 22.01 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.700000000000001 y[1] (analytic) = 1.008335189547532 y[1] (numeric) = 1.008335189547531 absolute error = 1.110223024625157e-15 relative error = 1.101045600841665e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1278 Order of pole (three term test) = 22.02 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.710000000000001 y[1] (analytic) = 1.009673195843842 y[1] (numeric) = 1.009673195843841 absolute error = 8.881784197001252e-16 relative error = 8.796692071812636e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1374 Order of pole (three term test) = 22.02 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.720000000000001 y[1] (analytic) = 1.011110233995299 y[1] (numeric) = 1.011110233995298 absolute error = 8.881784197001252e-16 relative error = 8.784189792942547e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.147 Order of pole (three term test) = 22.02 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.730000000000001 y[1] (analytic) = 1.012646160299284 y[1] (numeric) = 1.012646160299283 absolute error = 1.110223024625157e-15 relative error = 1.096358301795204e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1565 Order of pole (three term test) = 22.03 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.740000000000001 y[1] (analytic) = 1.014280821164447 y[1] (numeric) = 1.014280821164446 absolute error = 1.110223024625157e-15 relative error = 1.094591361148447e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.166 Order of pole (three term test) = 22.03 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.750000000000001 y[1] (analytic) = 1.016014053126063 y[1] (numeric) = 1.016014053126062 absolute error = 1.110223024625157e-15 relative error = 1.092724083106166e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1754 Order of pole (three term test) = 22.03 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.760000000000001 y[1] (analytic) = 1.017845682862382 y[1] (numeric) = 1.017845682862381 absolute error = 1.110223024625157e-15 relative error = 1.090757708479926e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1847 Order of pole (three term test) = 22.04 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.770000000000001 y[1] (analytic) = 1.019775527211955 y[1] (numeric) = 1.019775527211954 absolute error = 1.110223024625157e-15 relative error = 1.088693535978926e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.194 Order of pole (three term test) = 22.04 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.780000000000001 y[1] (analytic) = 1.021803393191956 y[1] (numeric) = 1.021803393191954 absolute error = 1.332267629550188e-15 relative error = 1.303839504181318e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2032 Order of pole (three term test) = 22.04 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.790000000000001 y[1] (analytic) = 1.023929078017476 y[1] (numeric) = 1.023929078017475 absolute error = 1.332267629550188e-15 relative error = 1.301132723107849e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2122 Order of pole (three term test) = 22.05 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.800000000000001 y[1] (analytic) = 1.026152369121805 y[1] (numeric) = 1.026152369121804 absolute error = 1.332267629550188e-15 relative error = 1.298313651695177e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2213 Order of pole (three term test) = 22.05 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.810000000000001 y[1] (analytic) = 1.028473044177685 y[1] (numeric) = 1.028473044177683 absolute error = 1.554312234475219e-15 relative error = 1.511281450957199e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2302 Order of pole (three term test) = 22.06 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.820000000000001 y[1] (analytic) = 1.030890871119544 y[1] (numeric) = 1.030890871119542 absolute error = 1.554312234475219e-15 relative error = 1.507736927369666e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.239 Order of pole (three term test) = 22.06 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.830000000000001 y[1] (analytic) = 1.033405608166703 y[1] (numeric) = 1.033405608166701 absolute error = 1.77635683940025e-15 relative error = 1.718934777750596e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2477 Order of pole (three term test) = 22.07 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.840000000000001 y[1] (analytic) = 1.036017003847552 y[1] (numeric) = 1.036017003847551 absolute error = 1.554312234475219e-15 relative error = 1.500276760615729e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2564 Order of pole (three term test) = 22.07 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.850000000000001 y[1] (analytic) = 1.0387247970247 y[1] (numeric) = 1.038724797024699 absolute error = 1.554312234475219e-15 relative error = 1.496365773617185e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2649 Order of pole (three term test) = 22.08 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.860000000000001 y[1] (analytic) = 1.041528716921086 y[1] (numeric) = 1.041528716921085 absolute error = 1.332267629550188e-15 relative error = 1.279146323961733e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2733 Order of pole (three term test) = 22.08 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.870000000000001 y[1] (analytic) = 1.044428483147056 y[1] (numeric) = 1.044428483147055 absolute error = 1.554312234475219e-15 relative error = 1.488194031047285e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2817 Order of pole (three term test) = 22.09 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.880000000000001 y[1] (analytic) = 1.047423805728405 y[1] (numeric) = 1.047423805728404 absolute error = 1.554312234475219e-15 relative error = 1.483938235864623e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2899 Order of pole (three term test) = 22.09 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.890000000000001 y[1] (analytic) = 1.05051438513537 y[1] (numeric) = 1.050514385135368 absolute error = 1.554312234475219e-15 relative error = 1.479572537481178e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.298 Order of pole (three term test) = 22.1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.900000000000001 y[1] (analytic) = 1.053699912312586 y[1] (numeric) = 1.053699912312584 absolute error = 1.554312234475219e-15 relative error = 1.475099519619324e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3059 Order of pole (three term test) = 22.1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.910000000000001 y[1] (analytic) = 1.05698006870999 y[1] (numeric) = 1.056980068709988 absolute error = 1.77635683940025e-15 relative error = 1.680596344232145e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3138 Order of pole (three term test) = 22.11 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.920000000000001 y[1] (analytic) = 1.060354526314676 y[1] (numeric) = 1.060354526314674 absolute error = 1.77635683940025e-15 relative error = 1.67524803762953e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3215 Order of pole (three term test) = 22.12 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.930000000000001 y[1] (analytic) = 1.063822947683694 y[1] (numeric) = 1.063822947683693 absolute error = 1.77635683940025e-15 relative error = 1.669786164387585e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3291 Order of pole (three term test) = 22.12 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.940000000000002 y[1] (analytic) = 1.0673849859778 y[1] (numeric) = 1.067384985977798 absolute error = 1.77635683940025e-15 relative error = 1.664213814824257e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3366 Order of pole (three term test) = 22.13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.950000000000002 y[1] (analytic) = 1.071040284996131 y[1] (numeric) = 1.071040284996129 absolute error = 1.77635683940025e-15 relative error = 1.65853410397786e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3439 Order of pole (three term test) = 22.14 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.960000000000002 y[1] (analytic) = 1.074788479211832 y[1] (numeric) = 1.074788479211831 absolute error = 1.77635683940025e-15 relative error = 1.652750167831065e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3511 Order of pole (three term test) = 22.14 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.970000000000002 y[1] (analytic) = 1.078629193808605 y[1] (numeric) = 1.078629193808603 absolute error = 1.77635683940025e-15 relative error = 1.646865159590193e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3581 Order of pole (three term test) = 22.15 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.980000000000002 y[1] (analytic) = 1.082562044718191 y[1] (numeric) = 1.082562044718189 absolute error = 1.77635683940025e-15 relative error = 1.640882246026523e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.365 Order of pole (three term test) = 22.16 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.990000000000002 y[1] (analytic) = 1.086586638658775 y[1] (numeric) = 1.086586638658774 absolute error = 1.77635683940025e-15 relative error = 1.634804603885881e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3718 Order of pole (three term test) = 22.17 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.000000000000001 y[1] (analytic) = 1.090702573174319 y[1] (numeric) = 1.090702573174317 absolute error = 1.77635683940025e-15 relative error = 1.628635416372442e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3784 Order of pole (three term test) = 22.17 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.010000000000001 y[1] (analytic) = 1.0949094366748 y[1] (numeric) = 1.094909436674798 absolute error = 1.554312234475219e-15 relative error = 1.419580635998178e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3849 Order of pole (three term test) = 22.18 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.020000000000001 y[1] (analytic) = 1.099206808477373 y[1] (numeric) = 1.099206808477372 absolute error = 1.554312234475219e-15 relative error = 1.414030756076066e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3912 Order of pole (three term test) = 22.19 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.030000000000001 y[1] (analytic) = 1.10359425884844 y[1] (numeric) = 1.103594258848439 absolute error = 1.332267629550188e-15 relative error = 1.207207829207411e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3973 Order of pole (three term test) = 22.2 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.04 y[1] (analytic) = 1.108071349046621 y[1] (numeric) = 1.108071349046619 absolute error = 1.332267629550188e-15 relative error = 1.202330184510649e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4033 Order of pole (three term test) = 22.2 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.05 y[1] (analytic) = 1.112637631366625 y[1] (numeric) = 1.112637631366624 absolute error = 1.110223024625157e-15 relative error = 9.978298354528039e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4091 Order of pole (three term test) = 22.21 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.06 y[1] (analytic) = 1.117292649184026 y[1] (numeric) = 1.117292649184025 absolute error = 1.110223024625157e-15 relative error = 9.936725399884869e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4148 Order of pole (three term test) = 22.22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.07 y[1] (analytic) = 1.122035937000922 y[1] (numeric) = 1.122035937000921 absolute error = 8.881784197001252e-16 relative error = 7.915775158451057e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4203 Order of pole (three term test) = 22.23 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.08 y[1] (analytic) = 1.126867020492483 y[1] (numeric) = 1.126867020492483 absolute error = 6.661338147750939e-16 relative error = 5.911379094970482e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4256 Order of pole (three term test) = 22.24 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.089999999999999 y[1] (analytic) = 1.131785416554387 y[1] (numeric) = 1.131785416554387 absolute error = 6.661338147750939e-16 relative error = 5.885690034804254e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4308 Order of pole (three term test) = 22.25 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.099999999999999 y[1] (analytic) = 1.136790633351126 y[1] (numeric) = 1.136790633351125 absolute error = 4.440892098500626e-16 relative error = 3.906517144154677e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4358 Order of pole (three term test) = 22.25 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.109999999999999 y[1] (analytic) = 1.141882170365191 y[1] (numeric) = 1.14188217036519 absolute error = 4.440892098500626e-16 relative error = 3.889098379634357e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4406 Order of pole (three term test) = 22.26 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.119999999999999 y[1] (analytic) = 1.147059518447123 y[1] (numeric) = 1.147059518447123 absolute error = 2.220446049250313e-16 relative error = 1.935772306093e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4452 Order of pole (three term test) = 22.27 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.129999999999999 y[1] (analytic) = 1.152322159866429 y[1] (numeric) = 1.152322159866429 absolute error = 2.220446049250313e-16 relative error = 1.92693165729599e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4497 Order of pole (three term test) = 22.28 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.139999999999998 y[1] (analytic) = 1.157669568363354 y[1] (numeric) = 1.157669568363353 absolute error = 2.220446049250313e-16 relative error = 1.918030938991902e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.454 Order of pole (three term test) = 22.29 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.149999999999998 y[1] (analytic) = 1.163101209201501 y[1] (numeric) = 1.163101209201501 absolute error = 2.220446049250313e-16 relative error = 1.909073803452329e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4581 Order of pole (three term test) = 22.3 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.159999999999998 y[1] (analytic) = 1.168616539221316 y[1] (numeric) = 1.168616539221316 absolute error = 2.220446049250313e-16 relative error = 1.900063857328138e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.462 Order of pole (three term test) = 22.31 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.169999999999998 y[1] (analytic) = 1.174215006894391 y[1] (numeric) = 1.174215006894391 absolute error = 4.440892098500626e-16 relative error = 3.782009318928796e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4657 Order of pole (three term test) = 22.32 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.179999999999997 y[1] (analytic) = 1.179896052378624 y[1] (numeric) = 1.179896052378625 absolute error = 4.440892098500626e-16 relative error = 3.76379943771145e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4693 Order of pole (three term test) = 22.33 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.189999999999997 y[1] (analytic) = 1.185659107574202 y[1] (numeric) = 1.185659107574203 absolute error = 6.661338147750939e-16 relative error = 5.618257478222129e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4726 Order of pole (three term test) = 22.34 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.199999999999997 y[1] (analytic) = 1.191503596180408 y[1] (numeric) = 1.191503596180409 absolute error = 6.661338147750939e-16 relative error = 5.590699154501194e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4758 Order of pole (three term test) = 22.35 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.209999999999997 y[1] (analytic) = 1.197428933753251 y[1] (numeric) = 1.197428933753252 absolute error = 8.881784197001252e-16 relative error = 7.417378974768856e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4788 Order of pole (three term test) = 22.36 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.219999999999997 y[1] (analytic) = 1.203434527763911 y[1] (numeric) = 1.203434527763912 absolute error = 1.110223024625157e-15 relative error = 9.225454306085516e-14 % Correct digits = 16 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4816 Order of pole (three term test) = 22.37 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.229999999999996 y[1] (analytic) = 1.209519777657993 y[1] (numeric) = 1.209519777657994 absolute error = 1.332267629550188e-15 relative error = 1.101484782770459e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4842 Order of pole (three term test) = 22.38 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.239999999999996 y[1] (analytic) = 1.215684074915578 y[1] (numeric) = 1.215684074915579 absolute error = 1.332267629550188e-15 relative error = 1.095899549101773e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4866 Order of pole (three term test) = 22.38 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.249999999999996 y[1] (analytic) = 1.221926803112076 y[1] (numeric) = 1.221926803112078 absolute error = 1.554312234475219e-15 relative error = 1.272017464971391e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4888 Order of pole (three term test) = 22.39 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.259999999999996 y[1] (analytic) = 1.228247337979872 y[1] (numeric) = 1.228247337979873 absolute error = 1.77635683940025e-15 relative error = 1.446253359947735e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4908 Order of pole (three term test) = 22.4 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.269999999999996 y[1] (analytic) = 1.234645047470744 y[1] (numeric) = 1.234645047470746 absolute error = 1.77635683940025e-15 relative error = 1.438759134084117e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4926 Order of pole (three term test) = 22.41 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.279999999999995 y[1] (analytic) = 1.241119291819075 y[1] (numeric) = 1.241119291819077 absolute error = 2.220446049250313e-15 relative error = 1.789067387709255e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4942 Order of pole (three term test) = 22.42 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.289999999999995 y[1] (analytic) = 1.247669423605826 y[1] (numeric) = 1.247669423605828 absolute error = 2.220446049250313e-15 relative error = 1.779674974187565e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4956 Order of pole (three term test) = 22.43 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.299999999999995 y[1] (analytic) = 1.254294787823276 y[1] (numeric) = 1.254294787823279 absolute error = 2.442490654175344e-15 relative error = 1.947301924465526e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4968 Order of pole (three term test) = 22.44 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.309999999999995 y[1] (analytic) = 1.260994721940526 y[1] (numeric) = 1.260994721940528 absolute error = 2.664535259100376e-15 relative error = 2.113042356751472e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4979 Order of pole (three term test) = 22.45 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.319999999999995 y[1] (analytic) = 1.267768555969745 y[1] (numeric) = 1.267768555969748 absolute error = 2.886579864025407e-15 relative error = 2.276898137623706e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4987 Order of pole (three term test) = 22.46 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.329999999999994 y[1] (analytic) = 1.274615612533176 y[1] (numeric) = 1.27461561253318 absolute error = 3.108624468950438e-15 relative error = 2.438872110449318e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4993 Order of pole (three term test) = 22.47 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.339999999999994 y[1] (analytic) = 1.28153520693087 y[1] (numeric) = 1.281535206930873 absolute error = 3.33066907387547e-15 relative error = 2.598968062572422e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4997 Order of pole (three term test) = 22.48 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.349999999999994 y[1] (analytic) = 1.288526647209151 y[1] (numeric) = 1.288526647209155 absolute error = 3.552713678800501e-15 relative error = 2.757190692559912e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.5 Order of pole (three term test) = 22.49 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.359999999999994 y[1] (analytic) = 1.295589234229819 y[1] (numeric) = 1.295589234229823 absolute error = 3.552713678800501e-15 relative error = 2.742160543586533e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.5 Order of pole (three term test) = 22.5 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.369999999999993 y[1] (analytic) = 1.302722261740057 y[1] (numeric) = 1.302722261740061 absolute error = 3.996802888650564e-15 relative error = 3.068039140831139e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4998 Order of pole (three term test) = 22.51 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.379999999999993 y[1] (analytic) = 1.309925016443059 y[1] (numeric) = 1.309925016443063 absolute error = 3.996802888650564e-15 relative error = 3.051169218451445e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4994 Order of pole (three term test) = 22.52 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.389999999999993 y[1] (analytic) = 1.317196778069355 y[1] (numeric) = 1.317196778069359 absolute error = 3.996802888650564e-15 relative error = 3.034324829209472e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4989 Order of pole (three term test) = 22.53 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.399999999999993 y[1] (analytic) = 1.324536819448844 y[1] (numeric) = 1.324536819448848 absolute error = 4.440892098500626e-15 relative error = 3.352788713226211e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4981 Order of pole (three term test) = 22.54 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.409999999999993 y[1] (analytic) = 1.331944406583503 y[1] (numeric) = 1.331944406583508 absolute error = 4.662936703425657e-15 relative error = 3.500849345046087e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4971 Order of pole (three term test) = 22.55 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.419999999999992 y[1] (analytic) = 1.339418798720794 y[1] (numeric) = 1.339418798720798 absolute error = 4.662936703425657e-15 relative error = 3.481313468109434e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4959 Order of pole (three term test) = 22.56 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.429999999999992 y[1] (analytic) = 1.346959248427729 y[1] (numeric) = 1.346959248427734 absolute error = 5.10702591327572e-15 relative error = 3.79152221512048e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4946 Order of pole (three term test) = 22.57 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.439999999999992 y[1] (analytic) = 1.354565001665623 y[1] (numeric) = 1.354565001665628 absolute error = 5.10702591327572e-15 relative error = 3.770233179652458e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.493 Order of pole (three term test) = 22.58 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.449999999999992 y[1] (analytic) = 1.36223529786549 y[1] (numeric) = 1.362235297865495 absolute error = 5.329070518200751e-15 relative error = 3.912004428714308e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4912 Order of pole (three term test) = 22.59 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.459999999999992 y[1] (analytic) = 1.369969370004101 y[1] (numeric) = 1.369969370004107 absolute error = 5.551115123125783e-15 relative error = 4.051999442227795e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4893 Order of pole (three term test) = 22.6 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.469999999999991 y[1] (analytic) = 1.377766444680689 y[1] (numeric) = 1.377766444680694 absolute error = 5.773159728050814e-15 relative error = 4.190231044122143e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4871 Order of pole (three term test) = 22.61 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.479999999999991 y[1] (analytic) = 1.385625742194281 y[1] (numeric) = 1.385625742194287 absolute error = 6.217248937900877e-15 relative error = 4.486961196358276e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4848 Order of pole (three term test) = 22.62 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.489999999999991 y[1] (analytic) = 1.393546476621678 y[1] (numeric) = 1.393546476621684 absolute error = 6.439293542825908e-15 relative error = 4.620795682707651e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4822 Order of pole (three term test) = 22.63 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.499999999999991 y[1] (analytic) = 1.401527855896036 y[1] (numeric) = 1.401527855896043 absolute error = 6.661338147750939e-15 relative error = 4.752911702559175e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4795 Order of pole (three term test) = 22.64 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.50999999999999 y[1] (analytic) = 1.40956908188608 y[1] (numeric) = 1.409569081886086 absolute error = 6.883382752675971e-15 relative error = 4.883324159938038e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4765 Order of pole (three term test) = 22.65 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.51999999999999 y[1] (analytic) = 1.41766935047591 y[1] (numeric) = 1.417669350475917 absolute error = 7.327471962526033e-15 relative error = 5.16867488181656e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4734 Order of pole (three term test) = 22.66 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.52999999999999 y[1] (analytic) = 1.425827851645419 y[1] (numeric) = 1.425827851645427 absolute error = 7.327471962526033e-15 relative error = 5.139100035162069e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4701 Order of pole (three term test) = 22.67 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.53999999999999 y[1] (analytic) = 1.434043769551289 y[1] (numeric) = 1.434043769551296 absolute error = 7.549516567451064e-15 relative error = 5.264495218171271e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4666 Order of pole (three term test) = 22.68 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.54999999999999 y[1] (analytic) = 1.442316282608574 y[1] (numeric) = 1.442316282608582 absolute error = 7.993605777301127e-15 relative error = 5.542200329905369e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4629 Order of pole (three term test) = 22.69 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.559999999999989 y[1] (analytic) = 1.450644563572864 y[1] (numeric) = 1.450644563572873 absolute error = 8.215650382226158e-15 relative error = 5.663448227449614e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.459 Order of pole (three term test) = 22.7 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.569999999999989 y[1] (analytic) = 1.459027779623002 y[1] (numeric) = 1.459027779623011 absolute error = 8.43769498715119e-15 relative error = 5.783094129524663e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.455 Order of pole (three term test) = 22.71 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.579999999999989 y[1] (analytic) = 1.46746509244437 y[1] (numeric) = 1.467465092444378 absolute error = 8.659739592076221e-15 relative error = 5.90115542554516e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4507 Order of pole (three term test) = 22.72 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.589999999999989 y[1] (analytic) = 1.475955658312714 y[1] (numeric) = 1.475955658312723 absolute error = 8.881784197001252e-15 relative error = 6.017649749149473e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4463 Order of pole (three term test) = 22.73 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.599999999999989 y[1] (analytic) = 1.484498628178526 y[1] (numeric) = 1.484498628178535 absolute error = 9.103828801926284e-15 relative error = 6.132594957731046e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4417 Order of pole (three term test) = 22.73 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.609999999999988 y[1] (analytic) = 1.493093147751936 y[1] (numeric) = 1.493093147751946 absolute error = 9.547918011776346e-15 relative error = 6.394723615302965e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.437 Order of pole (three term test) = 22.74 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.619999999999988 y[1] (analytic) = 1.501738357588151 y[1] (numeric) = 1.501738357588161 absolute error = 9.547918011776346e-15 relative error = 6.35791045992237e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.432 Order of pole (three term test) = 22.75 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.629999999999988 y[1] (analytic) = 1.51043339317339 y[1] (numeric) = 1.5104333931734 absolute error = 9.992007221626409e-15 relative error = 6.615324625889927e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4269 Order of pole (three term test) = 22.76 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.639999999999988 y[1] (analytic) = 1.519177385011341 y[1] (numeric) = 1.519177385011351 absolute error = 1.021405182655144e-14 relative error = 6.723409607940676e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4216 Order of pole (three term test) = 22.77 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.649999999999987 y[1] (analytic) = 1.527969458710106 y[1] (numeric) = 1.527969458710117 absolute error = 1.043609643147647e-14 relative error = 6.83004255876063e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4161 Order of pole (three term test) = 22.78 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.659999999999987 y[1] (analytic) = 1.536808735069644 y[1] (numeric) = 1.536808735069654 absolute error = 1.06581410364015e-14 relative error = 6.935242358521933e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4105 Order of pole (three term test) = 22.79 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.669999999999987 y[1] (analytic) = 1.545694330169682 y[1] (numeric) = 1.545694330169693 absolute error = 1.110223024625157e-14 relative error = 7.182681614050298e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4047 Order of pole (three term test) = 22.79 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.679999999999987 y[1] (analytic) = 1.554625355458117 y[1] (numeric) = 1.554625355458128 absolute error = 1.13242748511766e-14 relative error = 7.284246851769352e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3988 Order of pole (three term test) = 22.8 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.689999999999987 y[1] (analytic) = 1.563600917839862 y[1] (numeric) = 1.563600917839873 absolute error = 1.154631945610163e-14 relative error = 7.384441467361789e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3927 Order of pole (three term test) = 22.81 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.699999999999986 y[1] (analytic) = 1.572620119766158 y[1] (numeric) = 1.57262011976617 absolute error = 1.199040866595169e-14 relative error = 7.624478737900552e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3864 Order of pole (three term test) = 22.82 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.709999999999986 y[1] (analytic) = 1.581682059324329 y[1] (numeric) = 1.581682059324341 absolute error = 1.221245327087672e-14 relative error = 7.72118087758655e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.38 Order of pole (three term test) = 22.83 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.719999999999986 y[1] (analytic) = 1.59078583032797 y[1] (numeric) = 1.590785830327982 absolute error = 1.243449787580175e-14 relative error = 7.816575706635602e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3734 Order of pole (three term test) = 22.83 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.729999999999986 y[1] (analytic) = 1.599930522407568 y[1] (numeric) = 1.59993052240758 absolute error = 1.287858708565182e-14 relative error = 8.049466464501335e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3667 Order of pole (three term test) = 22.84 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.739999999999986 y[1] (analytic) = 1.609115221101534 y[1] (numeric) = 1.609115221101548 absolute error = 1.332267629550188e-14 relative error = 8.279504239840402e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3598 Order of pole (three term test) = 22.85 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.749999999999985 y[1] (analytic) = 1.618339007947655 y[1] (numeric) = 1.618339007947668 absolute error = 1.354472090042691e-14 relative error = 8.369520127679586e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3528 Order of pole (three term test) = 22.85 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.759999999999985 y[1] (analytic) = 1.627600960574931 y[1] (numeric) = 1.627600960574944 absolute error = 1.376676550535194e-14 relative error = 8.458317387874357e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3456 Order of pole (three term test) = 22.86 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.769999999999985 y[1] (analytic) = 1.636900152795818 y[1] (numeric) = 1.636900152795832 absolute error = 1.398881011027697e-14 relative error = 8.545915330500856e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3383 Order of pole (three term test) = 22.87 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.779999999999985 y[1] (analytic) = 1.646235654698843 y[1] (numeric) = 1.646235654698857 absolute error = 1.4210854715202e-14 relative error = 8.632333211007809e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3309 Order of pole (three term test) = 22.87 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.789999999999984 y[1] (analytic) = 1.655606532741595 y[1] (numeric) = 1.65560653274161 absolute error = 1.443289932012704e-14 relative error = 8.717590221287017e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3233 Order of pole (three term test) = 22.88 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.799999999999984 y[1] (analytic) = 1.66501184984408 y[1] (numeric) = 1.665011849844095 absolute error = 1.48769885299771e-14 relative error = 8.93506465516762e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3156 Order of pole (three term test) = 22.89 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.809999999999984 y[1] (analytic) = 1.674450665482425 y[1] (numeric) = 1.67445066548244 absolute error = 1.509903313490213e-14 relative error = 9.017305463909835e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3078 Order of pole (three term test) = 22.89 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.819999999999984 y[1] (analytic) = 1.683922035782931 y[1] (numeric) = 1.683922035782947 absolute error = 1.554312234475219e-14 relative error = 9.230309963564018e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2999 Order of pole (three term test) = 22.9 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.829999999999984 y[1] (analytic) = 1.693425013616461 y[1] (numeric) = 1.693425013616477 absolute error = 1.576516694967722e-14 relative error = 9.309633921143806e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2918 Order of pole (three term test) = 22.91 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.839999999999983 y[1] (analytic) = 1.702958648693152 y[1] (numeric) = 1.702958648693168 absolute error = 1.620925615952729e-14 relative error = 9.51829110587403e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2836 Order of pole (three term test) = 22.91 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.849999999999983 y[1] (analytic) = 1.71252198765744 y[1] (numeric) = 1.712521987657456 absolute error = 1.620925615952729e-14 relative error = 9.465137543547656e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2753 Order of pole (three term test) = 22.92 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.859999999999983 y[1] (analytic) = 1.722114074183397 y[1] (numeric) = 1.722114074183414 absolute error = 1.643130076445232e-14 relative error = 9.541354438000174e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2669 Order of pole (three term test) = 22.92 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.869999999999983 y[1] (analytic) = 1.731733949070365 y[1] (numeric) = 1.731733949070382 absolute error = 1.687538997430238e-14 relative error = 9.744793640709924e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2584 Order of pole (three term test) = 22.93 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.879999999999983 y[1] (analytic) = 1.741380650338872 y[1] (numeric) = 1.74138065033889 absolute error = 1.709743457922741e-14 relative error = 9.818321213056004e-13 % Correct digits = 15 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2498 Order of pole (three term test) = 22.93 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.889999999999982 y[1] (analytic) = 1.75105321332683 y[1] (numeric) = 1.751053213326848 absolute error = 1.754152378907747e-14 relative error = 1.001769886578734e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2411 Order of pole (three term test) = 22.94 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.899999999999982 y[1] (analytic) = 1.760750670786 y[1] (numeric) = 1.760750670786018 absolute error = 1.77635683940025e-14 relative error = 1.008863360879643e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2323 Order of pole (three term test) = 22.94 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.909999999999982 y[1] (analytic) = 1.770472052978718 y[1] (numeric) = 1.770472052978736 absolute error = 1.798561299892754e-14 relative error = 1.01586539977673e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2234 Order of pole (three term test) = 22.95 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.919999999999982 y[1] (analytic) = 1.780216387774865 y[1] (numeric) = 1.780216387774884 absolute error = 1.820765760385257e-14 relative error = 1.022777777403271e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2144 Order of pole (three term test) = 22.95 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.929999999999982 y[1] (analytic) = 1.789982700749083 y[1] (numeric) = 1.789982700749101 absolute error = 1.865174681370263e-14 relative error = 1.042007099057278e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2053 Order of pole (three term test) = 22.96 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.939999999999981 y[1] (analytic) = 1.799770015278211 y[1] (numeric) = 1.79977001527823 absolute error = 1.887379141862766e-14 relative error = 1.048677956539359e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1962 Order of pole (three term test) = 22.96 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.949999999999981 y[1] (analytic) = 1.809577352638954 y[1] (numeric) = 1.809577352638973 absolute error = 1.909583602355269e-14 relative error = 1.055264976415887e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1869 Order of pole (three term test) = 22.96 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.959999999999981 y[1] (analytic) = 1.819403732105748 y[1] (numeric) = 1.819403732105768 absolute error = 1.931788062847772e-14 relative error = 1.061769869303254e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1776 Order of pole (three term test) = 22.97 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.969999999999981 y[1] (analytic) = 1.829248171048835 y[1] (numeric) = 1.829248171048855 absolute error = 1.976196983832779e-14 relative error = 1.08033290130321e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1682 Order of pole (three term test) = 22.97 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.97999999999998 y[1] (analytic) = 1.839109685032525 y[1] (numeric) = 1.839109685032545 absolute error = 1.976196983832779e-14 relative error = 1.074540034189331e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1588 Order of pole (three term test) = 22.97 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.98999999999998 y[1] (analytic) = 1.848987287913636 y[1] (numeric) = 1.848987287913657 absolute error = 2.020605904817785e-14 relative error = 1.092817629426647e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1493 Order of pole (three term test) = 22.98 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.99999999999998 y[1] (analytic) = 1.858879991940113 y[1] (numeric) = 1.858879991940134 absolute error = 2.042810365310288e-14 relative error = 1.098946878855911e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1397 Order of pole (three term test) = 22.98 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.00999999999998 y[1] (analytic) = 1.868786807849796 y[1] (numeric) = 1.868786807849817 absolute error = 2.087219286295294e-14 relative error = 1.116884642768227e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1301 Order of pole (three term test) = 22.98 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.01999999999998 y[1] (analytic) = 1.87870674496935 y[1] (numeric) = 1.878706744969371 absolute error = 2.131628207280301e-14 relative error = 1.134625301680639e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1204 Order of pole (three term test) = 22.99 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.029999999999979 y[1] (analytic) = 1.88863881131333 y[1] (numeric) = 1.888638811313351 absolute error = 2.153832667772804e-14 relative error = 1.140415337687073e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1107 Order of pole (three term test) = 22.99 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.039999999999979 y[1] (analytic) = 1.898582013683377 y[1] (numeric) = 1.898582013683399 absolute error = 2.19824158875781e-14 relative error = 1.157833358219313e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1009 Order of pole (three term test) = 22.99 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.049999999999979 y[1] (analytic) = 1.908535357767542 y[1] (numeric) = 1.908535357767564 absolute error = 2.242650509742816e-14 relative error = 1.175063642711915e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.09108 Order of pole (three term test) = 22.99 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.059999999999979 y[1] (analytic) = 1.91849784823971 y[1] (numeric) = 1.918497848239732 absolute error = 2.264854970235319e-14 relative error = 1.18053558012244e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.08123 Order of pole (three term test) = 22.99 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.069999999999979 y[1] (analytic) = 1.928468488859135 y[1] (numeric) = 1.928468488859158 absolute error = 2.309263891220326e-14 relative error = 1.1974600075454e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.07135 Order of pole (three term test) = 22.99 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.079999999999978 y[1] (analytic) = 1.938446282570065 y[1] (numeric) = 1.938446282570089 absolute error = 2.331468351712829e-14 relative error = 1.202751075785128e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.06144 Order of pole (three term test) = 23 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.089999999999978 y[1] (analytic) = 1.948430231601444 y[1] (numeric) = 1.948430231601467 absolute error = 2.375877272697835e-14 relative error = 1.219380213960787e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.0515 Order of pole (three term test) = 23 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.099999999999978 y[1] (analytic) = 1.958419337566687 y[1] (numeric) = 1.958419337566711 absolute error = 2.398081733190338e-14 relative error = 1.224498598022386e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.04154 Order of pole (three term test) = 23 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.109999999999978 y[1] (analytic) = 1.968412601563524 y[1] (numeric) = 1.968412601563548 absolute error = 2.442490654175344e-14 relative error = 1.240842825449937e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.03157 Order of pole (three term test) = 23 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.119999999999977 y[1] (analytic) = 1.978409024273881 y[1] (numeric) = 1.978409024273906 absolute error = 2.464695114667848e-14 relative error = 1.245796538747817e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.02159 Order of pole (three term test) = 23 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.129999999999977 y[1] (analytic) = 1.988407606063819 y[1] (numeric) = 1.988407606063844 absolute error = 2.486899575160351e-14 relative error = 1.250699085829453e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.01159 Order of pole (three term test) = 23 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.139999999999977 y[1] (analytic) = 1.99840734708349 y[1] (numeric) = 1.998407347083515 absolute error = 2.531308496145357e-14 relative error = 1.266662925273765e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.001593 Order of pole (three term test) = 23 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.149999999999977 y[1] (analytic) = 2.008407247367126 y[1] (numeric) = 2.008407247367151 absolute error = 2.575717417130363e-14 relative error = 1.282467696980749e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.008407 Order of pole (three term test) = 23 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.159999999999977 y[1] (analytic) = 2.01840630693303 y[1] (numeric) = 2.018406306933056 absolute error = 2.620126338115369e-14 relative error = 1.298116404569035e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.0184 Order of pole (three term test) = 23 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.169999999999976 y[1] (analytic) = 2.02840352588358 y[1] (numeric) = 2.028403525883607 absolute error = 2.664535259100376e-14 relative error = 1.313612023002028e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.02839 Order of pole (three term test) = 23 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.179999999999976 y[1] (analytic) = 2.038397904505211 y[1] (numeric) = 2.038397904505239 absolute error = 2.708944180085382e-14 relative error = 1.328957498483563e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.03837 Order of pole (three term test) = 23 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.189999999999976 y[1] (analytic) = 2.04838844336839 y[1] (numeric) = 2.048388443368418 absolute error = 2.753353101070388e-14 relative error = 1.344155748380784e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.04833 Order of pole (three term test) = 23 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.199999999999976 y[1] (analytic) = 2.058374143427556 y[1] (numeric) = 2.058374143427583 absolute error = 2.753353101070388e-14 relative error = 1.337634904646426e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.05827 Order of pole (three term test) = 23 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.209999999999976 y[1] (analytic) = 2.068354006121023 y[1] (numeric) = 2.068354006121051 absolute error = 2.797762022055394e-14 relative error = 1.352651438668518e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.06819 Order of pole (three term test) = 23 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.219999999999975 y[1] (analytic) = 2.078327033470841 y[1] (numeric) = 2.078327033470869 absolute error = 2.842170943040401e-14 relative error = 1.367528255788468e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.07809 Order of pole (three term test) = 22.99 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.229999999999975 y[1] (analytic) = 2.088292228182583 y[1] (numeric) = 2.088292228182612 absolute error = 2.886579864025407e-14 relative error = 1.382268163942536e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.08795 Order of pole (three term test) = 22.99 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.239999999999975 y[1] (analytic) = 2.098248593745084 y[1] (numeric) = 2.098248593745113 absolute error = 2.886579864025407e-14 relative error = 1.375709185570458e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.09777 Order of pole (three term test) = 22.99 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.249999999999975 y[1] (analytic) = 2.108195134530083 y[1] (numeric) = 2.108195134530113 absolute error = 2.930988785010413e-14 relative error = 1.390283440561934e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1076 Order of pole (three term test) = 22.99 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.259999999999974 y[1] (analytic) = 2.118130855891792 y[1] (numeric) = 2.118130855891822 absolute error = 2.97539770599542e-14 relative error = 1.404727992946731e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1173 Order of pole (three term test) = 22.99 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.269999999999974 y[1] (analytic) = 2.128054764266354 y[1] (numeric) = 2.128054764266385 absolute error = 3.019806626980426e-14 relative error = 1.419045542289652e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.127 Order of pole (three term test) = 22.98 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.279999999999974 y[1] (analytic) = 2.137965867271201 y[1] (numeric) = 2.137965867271232 absolute error = 3.064215547965432e-14 relative error = 1.433238759735885e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1366 Order of pole (three term test) = 22.98 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.289999999999974 y[1] (analytic) = 2.147863173804293 y[1] (numeric) = 2.147863173804323 absolute error = 3.064215547965432e-14 relative error = 1.42663442687464e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1462 Order of pole (three term test) = 22.98 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.299999999999974 y[1] (analytic) = 2.157745694143222 y[1] (numeric) = 2.157745694143253 absolute error = 3.108624468950438e-14 relative error = 1.440681576790161e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1558 Order of pole (three term test) = 22.98 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.309999999999973 y[1] (analytic) = 2.167612440044192 y[1] (numeric) = 2.167612440044223 absolute error = 3.153033389935445e-14 relative error = 1.454611226475136e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1652 Order of pole (three term test) = 22.97 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.319999999999973 y[1] (analytic) = 2.177462424840834 y[1] (numeric) = 2.177462424840865 absolute error = 3.153033389935445e-14 relative error = 1.448031136595123e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1746 Order of pole (three term test) = 22.97 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.329999999999973 y[1] (analytic) = 2.187294663542877 y[1] (numeric) = 2.187294663542908 absolute error = 3.153033389935445e-14 relative error = 1.441522005466017e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.184 Order of pole (three term test) = 22.96 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.339999999999973 y[1] (analytic) = 2.197108172934643 y[1] (numeric) = 2.197108172934675 absolute error = 3.197442310920451e-14 relative error = 1.455295806691974e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1932 Order of pole (three term test) = 22.96 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.349999999999973 y[1] (analytic) = 2.206901971673373 y[1] (numeric) = 2.206901971673405 absolute error = 3.241851231905457e-14 relative error = 1.468960231816431e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2024 Order of pole (three term test) = 22.96 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.359999999999972 y[1] (analytic) = 2.216675080387353 y[1] (numeric) = 2.216675080387385 absolute error = 3.241851231905457e-14 relative error = 1.462483726455282e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2115 Order of pole (three term test) = 22.95 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.369999999999972 y[1] (analytic) = 2.226426521773856 y[1] (numeric) = 2.226426521773889 absolute error = 3.286260152890463e-14 relative error = 1.476024526635718e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2205 Order of pole (three term test) = 22.95 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.379999999999972 y[1] (analytic) = 2.23615532069687 y[1] (numeric) = 2.236155320696903 absolute error = 3.33066907387547e-14 relative error = 1.489462311963871e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2295 Order of pole (three term test) = 22.94 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.389999999999972 y[1] (analytic) = 2.24586050428461 y[1] (numeric) = 2.245860504284643 absolute error = 3.33066907387547e-14 relative error = 1.483025801255814e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2383 Order of pole (three term test) = 22.94 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.399999999999971 y[1] (analytic) = 2.255541102026804 y[1] (numeric) = 2.255541102026838 absolute error = 3.375077994860476e-14 relative error = 1.496349586282276e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2471 Order of pole (three term test) = 22.93 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.409999999999971 y[1] (analytic) = 2.265196145871745 y[1] (numeric) = 2.26519614587178 absolute error = 3.463895836830488e-14 relative error = 1.529181410247116e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2557 Order of pole (three term test) = 22.93 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.419999999999971 y[1] (analytic) = 2.274824670323096 y[1] (numeric) = 2.274824670323131 absolute error = 3.463895836830488e-14 relative error = 1.522708928745048e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2642 Order of pole (three term test) = 22.92 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.429999999999971 y[1] (analytic) = 2.284425712536434 y[1] (numeric) = 2.28442571253647 absolute error = 3.508304757815495e-14 relative error = 1.535749111281088e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2727 Order of pole (three term test) = 22.92 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.439999999999971 y[1] (analytic) = 2.293998312415539 y[1] (numeric) = 2.293998312415575 absolute error = 3.552713678800501e-14 relative error = 1.548699342790517e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.281 Order of pole (three term test) = 22.91 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.44999999999997 y[1] (analytic) = 2.303541512708401 y[1] (numeric) = 2.303541512708437 absolute error = 3.552713678800501e-14 relative error = 1.542283331644143e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2892 Order of pole (three term test) = 22.91 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.45999999999997 y[1] (analytic) = 2.313054359102942 y[1] (numeric) = 2.313054359102978 absolute error = 3.597122599785507e-14 relative error = 1.555139673060065e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2973 Order of pole (three term test) = 22.9 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.46999999999997 y[1] (analytic) = 2.322535900322451 y[1] (numeric) = 2.322535900322487 absolute error = 3.597122599785507e-14 relative error = 1.548790957025077e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3053 Order of pole (three term test) = 22.9 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.47999999999997 y[1] (analytic) = 2.331985188220706 y[1] (numeric) = 2.331985188220742 absolute error = 3.641531520770513e-14 relative error = 1.561558597869563e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3132 Order of pole (three term test) = 22.89 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.48999999999997 y[1] (analytic) = 2.341401277876792 y[1] (numeric) = 2.341401277876829 absolute error = 3.68594044175552e-14 relative error = 1.574245506988862e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3209 Order of pole (three term test) = 22.88 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.499999999999969 y[1] (analytic) = 2.350783227689591 y[1] (numeric) = 2.350783227689628 absolute error = 3.730349362740526e-14 relative error = 1.586853827609961e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3285 Order of pole (three term test) = 22.88 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.509999999999969 y[1] (analytic) = 2.360130099471939 y[1] (numeric) = 2.360130099471977 absolute error = 3.774758283725532e-14 relative error = 1.59938567986998e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.336 Order of pole (three term test) = 22.87 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.519999999999969 y[1] (analytic) = 2.369440958544448 y[1] (numeric) = 2.369440958544486 absolute error = 3.774758283725532e-14 relative error = 1.593100798782668e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3433 Order of pole (three term test) = 22.86 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.529999999999969 y[1] (analytic) = 2.378714873828969 y[1] (numeric) = 2.378714873829007 absolute error = 3.819167204710538e-14 relative error = 1.605559054903837e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3505 Order of pole (three term test) = 22.86 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.539999999999969 y[1] (analytic) = 2.387950917941701 y[1] (numeric) = 2.38795091794174 absolute error = 3.819167204710538e-14 relative error = 1.599349122302093e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3576 Order of pole (three term test) = 22.85 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.549999999999968 y[1] (analytic) = 2.397148167285931 y[1] (numeric) = 2.39714816728597 absolute error = 3.863576125695545e-14 relative error = 1.611738556015048e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3645 Order of pole (three term test) = 22.84 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.559999999999968 y[1] (analytic) = 2.406305702144388 y[1] (numeric) = 2.406305702144427 absolute error = 3.907985046680551e-14 relative error = 1.624060086462803e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3713 Order of pole (three term test) = 22.83 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.569999999999968 y[1] (analytic) = 2.415422606771217 y[1] (numeric) = 2.415422606771256 absolute error = 3.952393967665557e-14 relative error = 1.63631571410556e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3779 Order of pole (three term test) = 22.83 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.579999999999968 y[1] (analytic) = 2.424497969483553 y[1] (numeric) = 2.424497969483593 absolute error = 3.996802888650564e-14 relative error = 1.648507418425238e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3844 Order of pole (three term test) = 22.82 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.589999999999967 y[1] (analytic) = 2.433530882752688 y[1] (numeric) = 2.433530882752728 absolute error = 3.996802888650564e-14 relative error = 1.642388398264163e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3907 Order of pole (three term test) = 22.81 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.599999999999967 y[1] (analytic) = 2.442520443294823 y[1] (numeric) = 2.442520443294863 absolute error = 3.996802888650564e-14 relative error = 1.636343679178832e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3968 Order of pole (three term test) = 22.8 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.609999999999967 y[1] (analytic) = 2.451465752161394 y[1] (numeric) = 2.451465752161434 absolute error = 4.04121180963557e-14 relative error = 1.648487973398175e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4028 Order of pole (three term test) = 22.8 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.619999999999967 y[1] (analytic) = 2.460365914828968 y[1] (numeric) = 2.460365914829009 absolute error = 4.085620730620576e-14 relative error = 1.660574431630665e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4087 Order of pole (three term test) = 22.79 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.629999999999967 y[1] (analytic) = 2.469220041288698 y[1] (numeric) = 2.469220041288739 absolute error = 4.085620730620576e-14 relative error = 1.654619945692759e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4144 Order of pole (three term test) = 22.78 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.639999999999966 y[1] (analytic) = 2.478027246135313 y[1] (numeric) = 2.478027246135354 absolute error = 4.130029651605582e-14 relative error = 1.666660307325798e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4199 Order of pole (three term test) = 22.77 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.649999999999966 y[1] (analytic) = 2.48678664865567 y[1] (numeric) = 2.486786648655711 absolute error = 4.130029651605582e-14 relative error = 1.660789699767059e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4252 Order of pole (three term test) = 22.76 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.659999999999966 y[1] (analytic) = 2.495497372916815 y[1] (numeric) = 2.495497372916857 absolute error = 4.174438572590589e-14 relative error = 1.672788205627872e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4304 Order of pole (three term test) = 22.75 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.669999999999966 y[1] (analytic) = 2.504158547853582 y[1] (numeric) = 2.504158547853624 absolute error = 4.174438572590589e-14 relative error = 1.667002505160335e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4354 Order of pole (three term test) = 22.75 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.679999999999966 y[1] (analytic) = 2.512769307355694 y[1] (numeric) = 2.512769307355736 absolute error = 4.174438572590589e-14 relative error = 1.661290019887877e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4402 Order of pole (three term test) = 22.74 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.689999999999965 y[1] (analytic) = 2.521328790354377 y[1] (numeric) = 2.521328790354419 absolute error = 4.218847493575595e-14 relative error = 1.673263522677115e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4449 Order of pole (three term test) = 22.73 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.699999999999965 y[1] (analytic) = 2.529836140908464 y[1] (numeric) = 2.529836140908506 absolute error = 4.263256414560601e-14 relative error = 1.685190730586079e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4494 Order of pole (three term test) = 22.72 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.709999999999965 y[1] (analytic) = 2.538290508289988 y[1] (numeric) = 2.538290508290031 absolute error = 4.307665335545607e-14 relative error = 1.697073412785845e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4536 Order of pole (three term test) = 22.71 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.719999999999965 y[1] (analytic) = 2.546691047069257 y[1] (numeric) = 2.5466910470693 absolute error = 4.307665335545607e-14 relative error = 1.691475430638862e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4578 Order of pole (three term test) = 22.7 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.729999999999964 y[1] (analytic) = 2.555036917199394 y[1] (numeric) = 2.555036917199438 absolute error = 4.352074256530614e-14 relative error = 1.703331261961167e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4617 Order of pole (three term test) = 22.69 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.739999999999964 y[1] (analytic) = 2.56332728410034 y[1] (numeric) = 2.563327284100384 absolute error = 4.352074256530614e-14 relative error = 1.697822312244484e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4654 Order of pole (three term test) = 22.68 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.749999999999964 y[1] (analytic) = 2.571561318742314 y[1] (numeric) = 2.571561318742358 absolute error = 4.352074256530614e-14 relative error = 1.692385954327196e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.469 Order of pole (three term test) = 22.67 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.759999999999964 y[1] (analytic) = 2.579738197728713 y[1] (numeric) = 2.579738197728757 absolute error = 4.39648317751562e-14 relative error = 1.704236182332932e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4724 Order of pole (three term test) = 22.66 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.769999999999964 y[1] (analytic) = 2.587857103378453 y[1] (numeric) = 2.587857103378497 absolute error = 4.39648317751562e-14 relative error = 1.69888946796019e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4756 Order of pole (three term test) = 22.65 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.779999999999963 y[1] (analytic) = 2.595917223807735 y[1] (numeric) = 2.595917223807779 absolute error = 4.440892098500626e-14 relative error = 1.71072176638462e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4785 Order of pole (three term test) = 22.64 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.789999999999963 y[1] (analytic) = 2.603917753011231 y[1] (numeric) = 2.603917753011276 absolute error = 4.440892098500626e-14 relative error = 1.705465579074099e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4814 Order of pole (three term test) = 22.64 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.799999999999963 y[1] (analytic) = 2.61185789094269 y[1] (numeric) = 2.611857890942734 absolute error = 4.440892098500626e-14 relative error = 1.700280904983612e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.484 Order of pole (three term test) = 22.63 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.809999999999963 y[1] (analytic) = 2.619736843594934 y[1] (numeric) = 2.619736843594979 absolute error = 4.485301019485632e-14 relative error = 1.712118921582474e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4864 Order of pole (three term test) = 22.62 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.819999999999963 y[1] (analytic) = 2.627553823079264 y[1] (numeric) = 2.627553823079309 absolute error = 4.529709940470639e-14 relative error = 1.723926604541335e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4886 Order of pole (three term test) = 22.61 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.829999999999962 y[1] (analytic) = 2.635308047704247 y[1] (numeric) = 2.635308047704292 absolute error = 4.529709940470639e-14 relative error = 1.718854061261151e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4906 Order of pole (three term test) = 22.6 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.839999999999962 y[1] (analytic) = 2.64299874205388 y[1] (numeric) = 2.642998742053925 absolute error = 4.529709940470639e-14 relative error = 1.713852476884113e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4925 Order of pole (three term test) = 22.59 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.849999999999962 y[1] (analytic) = 2.650625137065139 y[1] (numeric) = 2.650625137065184 absolute error = 4.529709940470639e-14 relative error = 1.708921369955046e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4941 Order of pole (three term test) = 22.58 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.859999999999962 y[1] (analytic) = 2.658186470104876 y[1] (numeric) = 2.658186470104922 absolute error = 4.574118861455645e-14 relative error = 1.720766738111935e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4955 Order of pole (three term test) = 22.57 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.869999999999961 y[1] (analytic) = 2.66568198504609 y[1] (numeric) = 2.665681985046136 absolute error = 4.618527782440651e-14 relative error = 1.732587686134209e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4968 Order of pole (three term test) = 22.56 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.879999999999961 y[1] (analytic) = 2.673110932343533 y[1] (numeric) = 2.67311093234358 absolute error = 4.662936703425657e-14 relative error = 1.744385781751913e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4978 Order of pole (three term test) = 22.55 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.889999999999961 y[1] (analytic) = 2.680472569108665 y[1] (numeric) = 2.680472569108712 absolute error = 4.662936703425657e-14 relative error = 1.7395950091652e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4986 Order of pole (three term test) = 22.54 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.899999999999961 y[1] (analytic) = 2.687766159183945 y[1] (numeric) = 2.687766159183993 absolute error = 4.707345624410664e-14 relative error = 1.7513970135854e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4993 Order of pole (three term test) = 22.53 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.909999999999961 y[1] (analytic) = 2.694990973216444 y[1] (numeric) = 2.694990973216491 absolute error = 4.707345624410664e-14 relative error = 1.746701815031497e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4997 Order of pole (three term test) = 22.52 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.91999999999996 y[1] (analytic) = 2.702146288730777 y[1] (numeric) = 2.702146288730825 absolute error = 4.707345624410664e-14 relative error = 1.742076527848441e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.5 Order of pole (three term test) = 22.51 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.92999999999996 y[1] (analytic) = 2.709231390201358 y[1] (numeric) = 2.709231390201405 absolute error = 4.75175454539567e-14 relative error = 1.753912405777384e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.5 Order of pole (three term test) = 22.5 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.93999999999996 y[1] (analytic) = 2.716245569123942 y[1] (numeric) = 2.71624556912399 absolute error = 4.796163466380676e-14 relative error = 1.765732642475165e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4998 Order of pole (three term test) = 22.49 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.94999999999996 y[1] (analytic) = 2.723188124086484 y[1] (numeric) = 2.723188124086532 absolute error = 4.796163466380676e-14 relative error = 1.761231045317366e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4995 Order of pole (three term test) = 22.48 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.95999999999996 y[1] (analytic) = 2.730058360839272 y[1] (numeric) = 2.73005836083932 absolute error = 4.796163466380676e-14 relative error = 1.756798878433589e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4989 Order of pole (three term test) = 22.47 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.969999999999959 y[1] (analytic) = 2.736855592364356 y[1] (numeric) = 2.736855592364404 absolute error = 4.796163466380676e-14 relative error = 1.752435707518384e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4982 Order of pole (three term test) = 22.46 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.979999999999959 y[1] (analytic) = 2.743579138944247 y[1] (numeric) = 2.743579138944295 absolute error = 4.796163466380676e-14 relative error = 1.748141104552312e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4972 Order of pole (three term test) = 22.45 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.989999999999959 y[1] (analytic) = 2.750228328229892 y[1] (numeric) = 2.75022832822994 absolute error = 4.796163466380676e-14 relative error = 1.743914647794932e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.496 Order of pole (three term test) = 22.44 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.999999999999959 y[1] (analytic) = 2.756802495307901 y[1] (numeric) = 2.756802495307949 absolute error = 4.796163466380676e-14 relative error = 1.73975592177669e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4947 Order of pole (three term test) = 22.43 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.009999999999959 y[1] (analytic) = 2.763300982767047 y[1] (numeric) = 2.763300982767095 absolute error = 4.796163466380676e-14 relative error = 1.735664517289756e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4931 Order of pole (three term test) = 22.42 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.019999999999959 y[1] (analytic) = 2.769723140763998 y[1] (numeric) = 2.769723140764046 absolute error = 4.796163466380676e-14 relative error = 1.731640031377904e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4914 Order of pole (three term test) = 22.41 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.029999999999959 y[1] (analytic) = 2.776068327088306 y[1] (numeric) = 2.776068327088354 absolute error = 4.796163466380676e-14 relative error = 1.727682067325467e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4894 Order of pole (three term test) = 22.4 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.039999999999958 y[1] (analytic) = 2.782335907226627 y[1] (numeric) = 2.782335907226675 absolute error = 4.796163466380676e-14 relative error = 1.72379023464546e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4873 Order of pole (three term test) = 22.39 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.049999999999958 y[1] (analytic) = 2.788525254426169 y[1] (numeric) = 2.788525254426218 absolute error = 4.840572387365683e-14 relative error = 1.735889743039745e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4849 Order of pole (three term test) = 22.38 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.059999999999958 y[1] (analytic) = 2.794635749757371 y[1] (numeric) = 2.79463574975742 absolute error = 4.884981308350689e-14 relative error = 1.747984977568114e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4824 Order of pole (three term test) = 22.37 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.069999999999958 y[1] (analytic) = 2.800666782175792 y[1] (numeric) = 2.800666782175841 absolute error = 4.884981308350689e-14 relative error = 1.744220818927851e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4797 Order of pole (three term test) = 22.36 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.079999999999957 y[1] (analytic) = 2.806617748583215 y[1] (numeric) = 2.806617748583264 absolute error = 4.929390229335695e-14 relative error = 1.756345420328101e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4768 Order of pole (three term test) = 22.35 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.089999999999957 y[1] (analytic) = 2.81248805388796 y[1] (numeric) = 2.812488053888009 absolute error = 4.929390229335695e-14 relative error = 1.752679526059266e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4737 Order of pole (three term test) = 22.34 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.099999999999957 y[1] (analytic) = 2.818277111064386 y[1] (numeric) = 2.818277111064436 absolute error = 4.973799150320701e-14 relative error = 1.764836797202754e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4704 Order of pole (three term test) = 22.33 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.109999999999957 y[1] (analytic) = 2.823984341211601 y[1] (numeric) = 2.823984341211651 absolute error = 5.018208071305708e-14 relative error = 1.776995714201693e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4669 Order of pole (three term test) = 22.32 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.119999999999957 y[1] (analytic) = 2.829609173611347 y[1] (numeric) = 2.829609173611397 absolute error = 5.018208071305708e-14 relative error = 1.773463317162319e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4632 Order of pole (three term test) = 22.31 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.129999999999956 y[1] (analytic) = 2.83515104578507 y[1] (numeric) = 2.83515104578512 absolute error = 5.018208071305708e-14 relative error = 1.769996726899655e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4594 Order of pole (three term test) = 22.3 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.139999999999956 y[1] (analytic) = 2.840609403550171 y[1] (numeric) = 2.840609403550221 absolute error = 5.062616992290714e-14 relative error = 1.782229188554926e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4553 Order of pole (three term test) = 22.29 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.149999999999956 y[1] (analytic) = 2.845983701075423 y[1] (numeric) = 2.845983701075474 absolute error = 5.062616992290714e-14 relative error = 1.7788636633364e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4511 Order of pole (three term test) = 22.28 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.159999999999956 y[1] (analytic) = 2.851273400935551 y[1] (numeric) = 2.851273400935602 absolute error = 5.062616992290714e-14 relative error = 1.775563504583455e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4467 Order of pole (three term test) = 22.28 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.169999999999956 y[1] (analytic) = 2.856477974164978 y[1] (numeric) = 2.856477974165029 absolute error = 5.10702591327572e-14 relative error = 1.787875124354367e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4421 Order of pole (three term test) = 22.27 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.179999999999955 y[1] (analytic) = 2.861596900310718 y[1] (numeric) = 2.861596900310769 absolute error = 5.10702591327572e-14 relative error = 1.784676909847501e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4373 Order of pole (three term test) = 22.26 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.189999999999955 y[1] (analytic) = 2.866629667484422 y[1] (numeric) = 2.866629667484473 absolute error = 5.10702591327572e-14 relative error = 1.781543661256158e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4324 Order of pole (three term test) = 22.25 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.199999999999955 y[1] (analytic) = 2.871575772413566 y[1] (numeric) = 2.871575772413617 absolute error = 5.10702591327572e-14 relative error = 1.778475066664618e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4273 Order of pole (three term test) = 22.24 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.209999999999955 y[1] (analytic) = 2.87643472049178 y[1] (numeric) = 2.876434720491831 absolute error = 5.10702591327572e-14 relative error = 1.775470820489394e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.422 Order of pole (three term test) = 22.23 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.219999999999954 y[1] (analytic) = 2.881206025828304 y[1] (numeric) = 2.881206025828355 absolute error = 5.151434834260726e-14 relative error = 1.787943933228366e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4166 Order of pole (three term test) = 22.22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.229999999999954 y[1] (analytic) = 2.885889211296581 y[1] (numeric) = 2.885889211296633 absolute error = 5.151434834260726e-14 relative error = 1.785042479834586e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.411 Order of pole (three term test) = 22.22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.239999999999954 y[1] (analytic) = 2.890483808581967 y[1] (numeric) = 2.890483808582019 absolute error = 5.195843755245733e-14 relative error = 1.797568884426564e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.4052 Order of pole (three term test) = 22.21 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.249999999999954 y[1] (analytic) = 2.894989358228563 y[1] (numeric) = 2.894989358228615 absolute error = 5.151434834260726e-14 relative error = 1.779431354253018e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3992 Order of pole (three term test) = 22.2 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.259999999999954 y[1] (analytic) = 2.899405409685158 y[1] (numeric) = 2.899405409685209 absolute error = 5.151434834260726e-14 relative error = 1.776721122562889e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3931 Order of pole (three term test) = 22.19 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.269999999999953 y[1] (analytic) = 2.903731521350286 y[1] (numeric) = 2.903731521350337 absolute error = 5.151434834260726e-14 relative error = 1.774074082394924e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3869 Order of pole (three term test) = 22.18 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.279999999999953 y[1] (analytic) = 2.907967260616386 y[1] (numeric) = 2.907967260616438 absolute error = 5.195843755245733e-14 relative error = 1.786761434908452e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3805 Order of pole (three term test) = 22.18 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.289999999999953 y[1] (analytic) = 2.912112203913061 y[1] (numeric) = 2.912112203913113 absolute error = 5.195843755245733e-14 relative error = 1.784218255142772e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3739 Order of pole (three term test) = 22.17 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.299999999999953 y[1] (analytic) = 2.916165936749436 y[1] (numeric) = 2.916165936749488 absolute error = 5.195843755245733e-14 relative error = 1.781738031354068e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3672 Order of pole (three term test) = 22.16 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.309999999999953 y[1] (analytic) = 2.920128053755605 y[1] (numeric) = 2.920128053755657 absolute error = 5.195843755245733e-14 relative error = 1.779320515949055e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3603 Order of pole (three term test) = 22.15 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.319999999999952 y[1] (analytic) = 2.92399815872317 y[1] (numeric) = 2.923998158723222 absolute error = 5.195843755245733e-14 relative error = 1.776965467555088e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3533 Order of pole (three term test) = 22.15 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.329999999999952 y[1] (analytic) = 2.927775864644858 y[1] (numeric) = 2.92777586464491 absolute error = 5.240252676230739e-14 relative error = 1.789840793317144e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3462 Order of pole (three term test) = 22.14 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.339999999999952 y[1] (analytic) = 2.931460793753225 y[1] (numeric) = 2.931460793753277 absolute error = 5.195843755245733e-14 relative error = 1.772441837297561e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3389 Order of pole (three term test) = 22.13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.349999999999952 y[1] (analytic) = 2.935052577558432 y[1] (numeric) = 2.935052577558484 absolute error = 5.240252676230739e-14 relative error = 1.785403340402822e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3315 Order of pole (three term test) = 22.13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.359999999999951 y[1] (analytic) = 2.938550856885091 y[1] (numeric) = 2.938550856885144 absolute error = 5.240252676230739e-14 relative error = 1.783277857503371e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3239 Order of pole (three term test) = 22.12 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.369999999999951 y[1] (analytic) = 2.941955281908184 y[1] (numeric) = 2.941955281908237 absolute error = 5.284661597215745e-14 relative error = 1.796309287810811e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3163 Order of pole (three term test) = 22.11 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.379999999999951 y[1] (analytic) = 2.945265512188048 y[1] (numeric) = 2.9452655121881 absolute error = 5.284661597215745e-14 relative error = 1.79429038752087e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3084 Order of pole (three term test) = 22.11 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.389999999999951 y[1] (analytic) = 2.94848121670441 y[1] (numeric) = 2.948481216704463 absolute error = 5.284661597215745e-14 relative error = 1.79233347910642e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.3005 Order of pole (three term test) = 22.1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.399999999999951 y[1] (analytic) = 2.951602073889501 y[1] (numeric) = 2.951602073889553 absolute error = 5.240252676230739e-14 relative error = 1.775392666439398e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2925 Order of pole (three term test) = 22.09 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.40999999999995 y[1] (analytic) = 2.954627771660201 y[1] (numeric) = 2.954627771660254 absolute error = 5.284661597215745e-14 relative error = 1.78860486180508e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2843 Order of pole (three term test) = 22.09 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.41999999999995 y[1] (analytic) = 2.957558007449257 y[1] (numeric) = 2.957558007449309 absolute error = 5.240252676230739e-14 relative error = 1.771817378740169e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.276 Order of pole (three term test) = 22.08 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.42999999999995 y[1] (analytic) = 2.960392488235529 y[1] (numeric) = 2.960392488235582 absolute error = 5.240252676230739e-14 relative error = 1.770120920470942e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2676 Order of pole (three term test) = 22.08 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.43999999999995 y[1] (analytic) = 2.963130930573303 y[1] (numeric) = 2.963130930573355 absolute error = 5.240252676230739e-14 relative error = 1.7684850244592e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2591 Order of pole (three term test) = 22.07 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.44999999999995 y[1] (analytic) = 2.965773060620626 y[1] (numeric) = 2.965773060620678 absolute error = 5.195843755245733e-14 relative error = 1.751935717616383e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2505 Order of pole (three term test) = 22.07 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.459999999999949 y[1] (analytic) = 2.968318614166694 y[1] (numeric) = 2.968318614166746 absolute error = 5.195843755245733e-14 relative error = 1.750433302694623e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2418 Order of pole (three term test) = 22.06 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.469999999999949 y[1] (analytic) = 2.970767336658276 y[1] (numeric) = 2.970767336658328 absolute error = 5.195843755245733e-14 relative error = 1.748990468264127e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.233 Order of pole (three term test) = 22.06 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.479999999999949 y[1] (analytic) = 2.973118983225162 y[1] (numeric) = 2.973118983225214 absolute error = 5.151434834260726e-14 relative error = 1.732670257506003e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2241 Order of pole (three term test) = 22.05 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.489999999999949 y[1] (analytic) = 2.975373318704655 y[1] (numeric) = 2.975373318704707 absolute error = 5.195843755245733e-14 relative error = 1.746282969798147e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2151 Order of pole (three term test) = 22.05 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.499999999999948 y[1] (analytic) = 2.977530117665086 y[1] (numeric) = 2.977530117665138 absolute error = 5.151434834260726e-14 relative error = 1.730103350994941e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2061 Order of pole (three term test) = 22.04 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.509999999999948 y[1] (analytic) = 2.979589164428357 y[1] (numeric) = 2.979589164428408 absolute error = 5.151434834260726e-14 relative error = 1.728907762103855e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1969 Order of pole (three term test) = 22.04 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.519999999999948 y[1] (analytic) = 2.981550253091505 y[1] (numeric) = 2.981550253091557 absolute error = 5.151434834260726e-14 relative error = 1.727770588109093e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1877 Order of pole (three term test) = 22.04 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.529999999999948 y[1] (analytic) = 2.983413187547301 y[1] (numeric) = 2.983413187547353 absolute error = 5.151434834260726e-14 relative error = 1.726691715302023e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1784 Order of pole (three term test) = 22.03 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.539999999999948 y[1] (analytic) = 2.98517778150385 y[1] (numeric) = 2.985177781503902 absolute error = 5.195843755245733e-14 relative error = 1.740547510248522e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.169 Order of pole (three term test) = 22.03 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.549999999999947 y[1] (analytic) = 2.986843858503228 y[1] (numeric) = 2.98684385850328 absolute error = 5.195843755245733e-14 relative error = 1.739576623817718e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1595 Order of pole (three term test) = 22.03 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.559999999999947 y[1] (analytic) = 2.988411251939123 y[1] (numeric) = 2.988411251939174 absolute error = 5.151434834260726e-14 relative error = 1.723803854278108e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.15 Order of pole (three term test) = 22.02 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.569999999999947 y[1] (analytic) = 2.989879805073496 y[1] (numeric) = 2.989879805073548 absolute error = 5.151434834260726e-14 relative error = 1.722957165542009e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1405 Order of pole (three term test) = 22.02 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.579999999999947 y[1] (analytic) = 2.99124937105226 y[1] (numeric) = 2.991249371052311 absolute error = 5.151434834260726e-14 relative error = 1.722168296670149e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1308 Order of pole (three term test) = 22.02 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.589999999999947 y[1] (analytic) = 2.992519812919957 y[1] (numeric) = 2.992519812920008 absolute error = 5.10702591327572e-14 relative error = 1.70659719318367e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1212 Order of pole (three term test) = 22.01 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.599999999999946 y[1] (analytic) = 2.993691003633459 y[1] (numeric) = 2.99369100363351 absolute error = 5.10702591327572e-14 relative error = 1.705929538845958e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1114 Order of pole (three term test) = 22.01 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.609999999999946 y[1] (analytic) = 2.99476282607467 y[1] (numeric) = 2.994762826074721 absolute error = 5.10702591327572e-14 relative error = 1.705318988472172e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1017 Order of pole (three term test) = 22.01 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.619999999999946 y[1] (analytic) = 2.99573517306224 y[1] (numeric) = 2.995735173062291 absolute error = 5.10702591327572e-14 relative error = 1.704765481007228e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.09186 Order of pole (three term test) = 22.01 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.629999999999946 y[1] (analytic) = 2.996607947362281 y[1] (numeric) = 2.996607947362332 absolute error = 5.10702591327572e-14 relative error = 1.704268961100201e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.08202 Order of pole (three term test) = 22.01 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.639999999999946 y[1] (analytic) = 2.997381061698089 y[1] (numeric) = 2.99738106169814 absolute error = 5.10702591327572e-14 relative error = 1.703829379098854e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.07214 Order of pole (three term test) = 22.01 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.649999999999945 y[1] (analytic) = 2.998054438758876 y[1] (numeric) = 2.998054438758927 absolute error = 5.062616992290714e-14 relative error = 1.688634111122585e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.06223 Order of pole (three term test) = 22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.659999999999945 y[1] (analytic) = 2.998628011207496 y[1] (numeric) = 2.998628011207547 absolute error = 5.062616992290714e-14 relative error = 1.688311112071579e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.05229 Order of pole (three term test) = 22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.669999999999945 y[1] (analytic) = 2.999101721687182 y[1] (numeric) = 2.999101721687233 absolute error = 5.062616992290714e-14 relative error = 1.688044442001345e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.04234 Order of pole (three term test) = 22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.679999999999945 y[1] (analytic) = 2.999475522827282 y[1] (numeric) = 2.999475522827333 absolute error = 5.062616992290714e-14 relative error = 1.687834074244663e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.03237 Order of pole (three term test) = 22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.689999999999944 y[1] (analytic) = 2.999749377247993 y[1] (numeric) = 2.999749377248043 absolute error = 5.062616992290714e-14 relative error = 1.687679987764585e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.02238 Order of pole (three term test) = 22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.699999999999944 y[1] (analytic) = 2.9999232575641 y[1] (numeric) = 2.999923257564151 absolute error = 5.062616992290714e-14 relative error = 1.687582167152334e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.01239 Order of pole (three term test) = 22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.709999999999944 y[1] (analytic) = 2.999997146387718 y[1] (numeric) = 2.999997146387768 absolute error = 5.018208071305708e-14 relative error = 1.672737614883437e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.002389 Order of pole (three term test) = 22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.719999999999944 y[1] (analytic) = 2.999971036330025 y[1] (numeric) = 2.999971036330075 absolute error = 5.018208071305708e-14 relative error = 1.672752173449203e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.007611 Order of pole (three term test) = 22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.729999999999944 y[1] (analytic) = 2.999844930002006 y[1] (numeric) = 2.999844930002055 absolute error = 4.973799150320701e-14 relative error = 1.65801875309514e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.01761 Order of pole (three term test) = 22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.739999999999943 y[1] (analytic) = 2.999618840014187 y[1] (numeric) = 2.999618840014237 absolute error = 4.973799150320701e-14 relative error = 1.658143722786185e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.0276 Order of pole (three term test) = 22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.749999999999943 y[1] (analytic) = 2.99929278897538 y[1] (numeric) = 2.99929278897543 absolute error = 4.929390229335695e-14 relative error = 1.643517514346999e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.03758 Order of pole (three term test) = 22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.759999999999943 y[1] (analytic) = 2.998866809490417 y[1] (numeric) = 2.998866809490466 absolute error = 4.929390229335695e-14 relative error = 1.643750970778633e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.04754 Order of pole (three term test) = 22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.769999999999943 y[1] (analytic) = 2.998340944156891 y[1] (numeric) = 2.99834094415694 absolute error = 4.884981308350689e-14 relative error = 1.629228096247842e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.05748 Order of pole (three term test) = 22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.779999999999943 y[1] (analytic) = 2.997715245560897 y[1] (numeric) = 2.997715245560946 absolute error = 4.884981308350689e-14 relative error = 1.629568157143848e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.06741 Order of pole (three term test) = 22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.789999999999942 y[1] (analytic) = 2.996989776271774 y[1] (numeric) = 2.996989776271823 absolute error = 4.884981308350689e-14 relative error = 1.629962620168681e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.0773 Order of pole (three term test) = 22.01 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.799999999999942 y[1] (analytic) = 2.996164608835846 y[1] (numeric) = 2.996164608835894 absolute error = 4.840572387365683e-14 relative error = 1.615589601816463e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.08716 Order of pole (three term test) = 22.01 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.809999999999942 y[1] (analytic) = 2.995239825769168 y[1] (numeric) = 2.995239825769217 absolute error = 4.840572387365683e-14 relative error = 1.616088416600376e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.09699 Order of pole (three term test) = 22.01 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.819999999999942 y[1] (analytic) = 2.994215519549278 y[1] (numeric) = 2.994215519549326 absolute error = 4.796163466380676e-14 relative error = 1.601809701094144e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1068 Order of pole (three term test) = 22.01 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.829999999999941 y[1] (analytic) = 2.993091792605942 y[1] (numeric) = 2.99309179260599 absolute error = 4.796163466380676e-14 relative error = 1.602411084828403e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1165 Order of pole (three term test) = 22.01 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.839999999999941 y[1] (analytic) = 2.99186875731092 y[1] (numeric) = 2.991868757310968 absolute error = 4.796163466380676e-14 relative error = 1.603066128706611e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1262 Order of pole (three term test) = 22.02 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.849999999999941 y[1] (analytic) = 2.990546535966721 y[1] (numeric) = 2.990546535966769 absolute error = 4.75175454539567e-14 relative error = 1.588925130656635e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1359 Order of pole (three term test) = 22.02 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.859999999999941 y[1] (analytic) = 2.989125260794379 y[1] (numeric) = 2.989125260794426 absolute error = 4.75175454539567e-14 relative error = 1.589680635910474e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1455 Order of pole (three term test) = 22.02 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.869999999999941 y[1] (analytic) = 2.987605073920225 y[1] (numeric) = 2.987605073920272 absolute error = 4.707345624410664e-14 relative error = 1.575625127130293e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.155 Order of pole (three term test) = 22.02 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.87999999999994 y[1] (analytic) = 2.98598612736168 y[1] (numeric) = 2.985986127361727 absolute error = 4.707345624410664e-14 relative error = 1.576479401989024e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1645 Order of pole (three term test) = 22.03 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.88999999999994 y[1] (analytic) = 2.984268583012052 y[1] (numeric) = 2.984268583012099 absolute error = 4.707345624410664e-14 relative error = 1.577386717538504e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1739 Order of pole (three term test) = 22.03 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.89999999999994 y[1] (analytic) = 2.982452612624344 y[1] (numeric) = 2.982452612624391 absolute error = 4.707345624410664e-14 relative error = 1.57834716450651e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1832 Order of pole (three term test) = 22.03 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.90999999999994 y[1] (analytic) = 2.98053839779408 y[1] (numeric) = 2.980538397794128 absolute error = 4.707345624410664e-14 relative error = 1.579360838932525e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.1925 Order of pole (three term test) = 22.04 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.91999999999994 y[1] (analytic) = 2.978526129941151 y[1] (numeric) = 2.978526129941197 absolute error = 4.662936703425657e-14 relative error = 1.565518145552675e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2017 Order of pole (three term test) = 22.04 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.929999999999939 y[1] (analytic) = 2.976416010290663 y[1] (numeric) = 2.976416010290709 absolute error = 4.618527782440651e-14 relative error = 1.551707747328515e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2108 Order of pole (three term test) = 22.05 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.939999999999939 y[1] (analytic) = 2.974208249852823 y[1] (numeric) = 2.974208249852869 absolute error = 4.618527782440651e-14 relative error = 1.552859582939156e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2198 Order of pole (three term test) = 22.05 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.949999999999939 y[1] (analytic) = 2.971903069401835 y[1] (numeric) = 2.971903069401881 absolute error = 4.618527782440651e-14 relative error = 1.55406407092888e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2288 Order of pole (three term test) = 22.06 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.959999999999939 y[1] (analytic) = 2.969500699453824 y[1] (numeric) = 2.96950069945387 absolute error = 4.618527782440651e-14 relative error = 1.55532133172763e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2376 Order of pole (three term test) = 22.06 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.969999999999938 y[1] (analytic) = 2.967001380243782 y[1] (numeric) = 2.967001380243828 absolute error = 4.618527782440651e-14 relative error = 1.55663149103799e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2464 Order of pole (three term test) = 22.06 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.979999999999938 y[1] (analytic) = 2.964405361701547 y[1] (numeric) = 2.964405361701593 absolute error = 4.574118861455645e-14 relative error = 1.543013961771454e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.255 Order of pole (three term test) = 22.07 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.989999999999938 y[1] (analytic) = 2.961712903426811 y[1] (numeric) = 2.961712903426856 absolute error = 4.574118861455645e-14 relative error = 1.544416697568229e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.2636 Order of pole (three term test) = 22.08 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.999999999999938 y[1] (analytic) = 2.958924274663156 y[1] (numeric) = 2.958924274663202 absolute error = 4.574118861455645e-14 relative error = 1.545872228168584e-12 % Correct digits = 14 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.272 Order of pole (three term test) = 22.08 NO COMPLEX POLE (six term test) for Equation 1 Finished! diff ( y , x , 2 ) = sin ( x ) ; Iterations = 491 Total Elapsed Time = 0.0 Seconds Elapsed Time(since restart) = 0.0 Seconds Time to Timeout = 10 Minutes 0.0 Seconds Percent Done = 100.4 %