##############ECHO OF PROBLEM################# ##############temp/expt_sin_sinpostode.ode################# diff ( y , x , 1 ) = expt(sin(0.1 * x) , sin(0.2 * 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); glob_look_poles=true; glob_max_iter=1000000; // END SECOND INPUT BLOCK // BEGIN OVERRIDE BLOCK glob_desired_digits_correct=10; glob_display_interval=0.01; glob_look_poles=true; glob_max_iter=10000000; glob_max_minutes=3; glob_subiter_method=3; // END OVERRIDE BLOCK ! // BEGIN USER DEF BLOCK double exact_soln_y (double x) { return(0.0); } // END USER DEF BLOCK #######END OF ECHO OF PROBLEM################# START of Optimize min_size = 0 min_size = 1 glob_desired_digits_correct = 10 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 = 6.158066706119347e-138 estimated_step_error = 6.158066706119347e-138 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 = 4.132590247716669e-130 estimated_step_error = 4.132590247716669e-130 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 = 2.773309722782005e-122 estimated_step_error = 2.773309722782005e-122 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 = 1.861103571429224e-114 estimated_step_error = 1.861103571429224e-114 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 = 1.248921069506042e-106 estimated_step_error = 1.248921069506042e-106 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 = 8.380771622328256e-99 estimated_step_error = 8.380771622328256e-99 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 = 5.623441135411781e-91 estimated_step_error = 5.623441135411781e-91 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 = 3.772754859963595e-83 estimated_step_error = 3.772754859963595e-83 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 = 2.530414538464358e-75 estimated_step_error = 2.530414538464358e-75 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 = 1.69620519205535e-67 estimated_step_error = 1.69620519205535e-67 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 = 1.135726209525318e-59 estimated_step_error = 1.135726209525318e-59 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 = 7.587369420563752e-52 estimated_step_error = 7.587369420563752e-52 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 = 5.046321143984293e-44 estimated_step_error = 5.046321143984293e-44 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 = 3.327212595559375e-36 estimated_step_error = 3.327212595559375e-36 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 = 2.157861588066368e-28 estimated_step_error = 2.157861588066368e-28 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 = 1.359863871404513e-20 estimated_step_error = 1.359863871404513e-20 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 = 8.274282990534714e-13 estimated_step_error = 8.274282990534714e-13 best_h = 0.032768 START of Soultion TOP MAIN SOLVE Loop x[1] = 0.1 y[1] (analytic) = 0 y[1] (numeric) = 0 absolute error = 0 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.115 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.11 y[1] (analytic) = 0 y[1] (numeric) = 0.009103889960356604 absolute error = 0.009103889960356604 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.1265 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.12 y[1] (analytic) = 0 y[1] (numeric) = 0.01814368248307701 absolute error = 0.01814368248307701 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.138 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.13 y[1] (analytic) = 0 y[1] (numeric) = 0.02712143089662408 absolute error = 0.02712143089662408 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.1496 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.14 y[1] (analytic) = 0 y[1] (numeric) = 0.03603902235226246 absolute error = 0.03603902235226246 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.1611 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.15 y[1] (analytic) = 0 y[1] (numeric) = 0.04489820215484573 absolute error = 0.04489820215484573 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.1726 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.16 y[1] (analytic) = 0 y[1] (numeric) = 0.05370059304673221 absolute error = 0.05370059304673221 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.1841 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.17 y[1] (analytic) = 0 y[1] (numeric) = 0.06244771076079422 absolute error = 0.06244771076079422 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.1956 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.18 y[1] (analytic) = 0 y[1] (numeric) = 0.07114097675402019 absolute error = 0.07114097675402019 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.2071 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.1900000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.07978172876967249 absolute error = 0.07978172876967249 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.2186 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2000000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.08837122969910796 absolute error = 0.08837122969910796 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.2301 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2100000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.09691067509259824 absolute error = 0.09691067509259824 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.2416 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2200000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.1054011995827361 absolute error = 0.1054011995827361 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.2531 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2300000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.1138438824224129 absolute error = 0.1138438824224129 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.2647 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2400000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.1222397522943054 absolute error = 0.1222397522943054 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.2762 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2500000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.1305897915153424 absolute error = 0.1305897915153424 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.2877 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2600000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.1388949397343926 absolute error = 0.1388949397343926 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.2992 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2700000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.1471560972021492 absolute error = 0.1471560972021492 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.3107 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2800000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.1553741276773004 absolute error = 0.1553741276773004 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.3222 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2900000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.1635498610214404 absolute error = 0.1635498610214404 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.3337 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3000000000000002 y[1] (analytic) = 0 y[1] (numeric) = 0.1716840955259996 absolute error = 0.1716840955259996 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.3452 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3100000000000002 y[1] (analytic) = 0 y[1] (numeric) = 0.1797776000071608 absolute error = 0.1797776000071608 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.3568 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3200000000000002 y[1] (analytic) = 0 y[1] (numeric) = 0.1878311156988581 absolute error = 0.1878311156988581 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.3683 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3300000000000002 y[1] (analytic) = 0 y[1] (numeric) = 0.1958453579692001 absolute error = 0.1958453579692001 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.3798 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3400000000000002 y[1] (analytic) = 0 y[1] (numeric) = 0.2038210178817832 absolute error = 0.2038210178817832 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.3913 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3500000000000002 y[1] (analytic) = 0 y[1] (numeric) = 0.2117587636201774 absolute error = 0.2117587636201774 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.4028 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3600000000000002 y[1] (analytic) = 0 y[1] (numeric) = 0.2196592417912323 absolute error = 0.2196592417912323 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.4143 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3700000000000002 y[1] (analytic) = 0 y[1] (numeric) = 0.2275230786206686 absolute error = 0.2275230786206686 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.4259 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3800000000000002 y[1] (analytic) = 0 y[1] (numeric) = 0.2353508810525854 absolute error = 0.2353508810525854 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.4374 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3900000000000002 y[1] (analytic) = 0 y[1] (numeric) = 0.2431432377629797 absolute error = 0.2431432377629797 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.4489 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.4000000000000002 y[1] (analytic) = 0 y[1] (numeric) = 0.2509007200960728 absolute error = 0.2509007200960728 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.4604 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.4100000000000003 y[1] (analytic) = 0 y[1] (numeric) = 0.2586238829311372 absolute error = 0.2586238829311372 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.4719 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.4200000000000003 y[1] (analytic) = 0 y[1] (numeric) = 0.2663132654865757 absolute error = 0.2663132654865757 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.4834 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.4300000000000003 y[1] (analytic) = 0 y[1] (numeric) = 0.2739693920672003 absolute error = 0.2739693920672003 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.495 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.4400000000000003 y[1] (analytic) = 0 y[1] (numeric) = 0.2815927727599659 absolute error = 0.2815927727599659 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.5065 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.4500000000000003 y[1] (analytic) = 0 y[1] (numeric) = 0.2891839040828166 absolute error = 0.2891839040828166 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.518 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.4600000000000003 y[1] (analytic) = 0 y[1] (numeric) = 0.2967432695907858 absolute error = 0.2967432695907858 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.5295 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.4700000000000003 y[1] (analytic) = 0 y[1] (numeric) = 0.3042713404430387 absolute error = 0.3042713404430387 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.541 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.4800000000000003 y[1] (analytic) = 0 y[1] (numeric) = 0.3117685759341591 absolute error = 0.3117685759341591 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.5526 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.4900000000000003 y[1] (analytic) = 0 y[1] (numeric) = 0.3192354239926337 absolute error = 0.3192354239926337 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.5641 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.5000000000000003 y[1] (analytic) = 0 y[1] (numeric) = 0.3266723216491904 absolute error = 0.3266723216491904 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.5756 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.5100000000000003 y[1] (analytic) = 0 y[1] (numeric) = 0.3340796954773805 absolute error = 0.3340796954773805 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.5871 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.5200000000000004 y[1] (analytic) = 0 y[1] (numeric) = 0.3414579620085623 absolute error = 0.3414579620085623 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.5986 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.5300000000000004 y[1] (analytic) = 0 y[1] (numeric) = 0.3488075281232351 absolute error = 0.3488075281232351 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.6102 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.058 Order of pole (six term test) = -1.073 TOP MAIN SOLVE Loop x[1] = 0.5400000000000004 y[1] (analytic) = 0 y[1] (numeric) = 0.356128791420492 absolute error = 0.356128791420492 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.6217 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.08784 Order of pole (six term test) = -1.073 TOP MAIN SOLVE Loop x[1] = 0.5500000000000004 y[1] (analytic) = 0 y[1] (numeric) = 0.3634221405671958 absolute error = 0.3634221405671958 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.6332 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.111 Order of pole (six term test) = -1.073 TOP MAIN SOLVE Loop x[1] = 0.5600000000000004 y[1] (analytic) = 0 y[1] (numeric) = 0.3706879556283358 absolute error = 0.3706879556283358 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.6447 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.131 Order of pole (six term test) = -1.074 TOP MAIN SOLVE Loop x[1] = 0.5700000000000004 y[1] (analytic) = 0 y[1] (numeric) = 0.3779266083798973 absolute error = 0.3779266083798973 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.6563 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.1492 Order of pole (six term test) = -1.074 TOP MAIN SOLVE Loop x[1] = 0.5800000000000004 y[1] (analytic) = 0 y[1] (numeric) = 0.3851384626054563 absolute error = 0.3851384626054563 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.6678 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.1661 Order of pole (six term test) = -1.074 TOP MAIN SOLVE Loop x[1] = 0.5900000000000004 y[1] (analytic) = 0 y[1] (numeric) = 0.3923238743776087 absolute error = 0.3923238743776087 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.6793 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.1822 Order of pole (six term test) = -1.074 TOP MAIN SOLVE Loop x[1] = 0.6000000000000004 y[1] (analytic) = 0 y[1] (numeric) = 0.3994831923252529 absolute error = 0.3994831923252529 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.6908 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.1976 Order of pole (six term test) = -1.074 TOP MAIN SOLVE Loop x[1] = 0.6100000000000004 y[1] (analytic) = 0 y[1] (numeric) = 0.4066167578876539 absolute error = 0.4066167578876539 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.7024 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.2126 Order of pole (six term test) = -1.074 TOP MAIN SOLVE Loop x[1] = 0.6200000000000004 y[1] (analytic) = 0 y[1] (numeric) = 0.4137249055561503 absolute error = 0.4137249055561503 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.7139 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.2271 Order of pole (six term test) = -1.074 TOP MAIN SOLVE Loop x[1] = 0.6300000000000004 y[1] (analytic) = 0 y[1] (numeric) = 0.420807963104288 absolute error = 0.420807963104288 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.7254 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.2413 Order of pole (six term test) = -1.074 TOP MAIN SOLVE Loop x[1] = 0.6400000000000005 y[1] (analytic) = 0 y[1] (numeric) = 0.4278662518071084 absolute error = 0.4278662518071084 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.7369 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.2553 Order of pole (six term test) = -1.074 TOP MAIN SOLVE Loop x[1] = 0.6500000000000005 y[1] (analytic) = 0 y[1] (numeric) = 0.4349000866502606 absolute error = 0.4349000866502606 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.7485 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.269 Order of pole (six term test) = -1.074 TOP MAIN SOLVE Loop x[1] = 0.6600000000000005 y[1] (analytic) = 0 y[1] (numeric) = 0.4419097765295563 absolute error = 0.4419097765295563 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.76 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.2826 Order of pole (six term test) = -1.074 TOP MAIN SOLVE Loop x[1] = 0.6700000000000005 y[1] (analytic) = 0 y[1] (numeric) = 0.4488956244415377 absolute error = 0.4488956244415377 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.7715 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.296 Order of pole (six term test) = -1.074 TOP MAIN SOLVE Loop x[1] = 0.6800000000000005 y[1] (analytic) = 0 y[1] (numeric) = 0.4558579276655918 absolute error = 0.4558579276655918 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.783 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.3093 Order of pole (six term test) = -1.074 TOP MAIN SOLVE Loop x[1] = 0.6900000000000005 y[1] (analytic) = 0 y[1] (numeric) = 0.4627969779380977 absolute error = 0.4627969779380977 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.7946 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.3224 Order of pole (six term test) = -1.074 TOP MAIN SOLVE Loop x[1] = 0.7000000000000005 y[1] (analytic) = 0 y[1] (numeric) = 0.4697130616190673 absolute error = 0.4697130616190673 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.8061 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.3355 Order of pole (six term test) = -1.074 TOP MAIN SOLVE Loop x[1] = 0.7100000000000005 y[1] (analytic) = 0 y[1] (numeric) = 0.4766064598516998 absolute error = 0.4766064598516998 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.8176 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.3485 Order of pole (six term test) = -1.074 TOP MAIN SOLVE Loop x[1] = 0.7200000000000005 y[1] (analytic) = 0 y[1] (numeric) = 0.4834774487152454 absolute error = 0.4834774487152454 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.8291 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.3615 Order of pole (six term test) = -1.074 TOP MAIN SOLVE Loop x[1] = 0.7300000000000005 y[1] (analytic) = 0 y[1] (numeric) = 0.4903262993715458 absolute error = 0.4903262993715458 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.8407 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.3744 Order of pole (six term test) = -1.074 TOP MAIN SOLVE Loop x[1] = 0.7400000000000005 y[1] (analytic) = 0 y[1] (numeric) = 0.4971532782055921 absolute error = 0.4971532782055921 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.8522 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.3872 Order of pole (six term test) = -1.074 TOP MAIN SOLVE Loop x[1] = 0.7500000000000006 y[1] (analytic) = 0 y[1] (numeric) = 0.503958646960421 absolute error = 0.503958646960421 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.8637 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.4 Order of pole (six term test) = -1.074 TOP MAIN SOLVE Loop x[1] = 0.7600000000000006 y[1] (analytic) = 0 y[1] (numeric) = 0.5107426628666465 absolute error = 0.5107426628666465 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.8752 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.4127 Order of pole (six term test) = -1.074 TOP MAIN SOLVE Loop x[1] = 0.7700000000000006 y[1] (analytic) = 0 y[1] (numeric) = 0.5175055787669053 absolute error = 0.5175055787669053 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.8868 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.4255 Order of pole (six term test) = -1.074 TOP MAIN SOLVE Loop x[1] = 0.7800000000000006 y[1] (analytic) = 0 y[1] (numeric) = 0.5242476432354792 absolute error = 0.5242476432354792 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.8983 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.4382 Order of pole (six term test) = -1.074 TOP MAIN SOLVE Loop x[1] = 0.7900000000000006 y[1] (analytic) = 0 y[1] (numeric) = 0.5309691006933359 absolute error = 0.5309691006933359 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.9098 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.4509 Order of pole (six term test) = -1.074 TOP MAIN SOLVE Loop x[1] = 0.8000000000000006 y[1] (analytic) = 0 y[1] (numeric) = 0.5376701915188188 absolute error = 0.5376701915188188 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.9214 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.4635 Order of pole (six term test) = -1.074 TOP MAIN SOLVE Loop x[1] = 0.8100000000000006 y[1] (analytic) = 0 y[1] (numeric) = 0.5443511521542008 absolute error = 0.5443511521542008 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.9329 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.4762 Order of pole (six term test) = -1.074 TOP MAIN SOLVE Loop x[1] = 0.8200000000000006 y[1] (analytic) = 0 y[1] (numeric) = 0.5510122152083032 absolute error = 0.5510122152083032 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.9444 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.4889 Order of pole (six term test) = -1.074 TOP MAIN SOLVE Loop x[1] = 0.8300000000000006 y[1] (analytic) = 0 y[1] (numeric) = 0.5576536095553698 absolute error = 0.5576536095553698 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.956 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.5015 Order of pole (six term test) = -1.074 TOP MAIN SOLVE Loop x[1] = 0.8400000000000006 y[1] (analytic) = 0 y[1] (numeric) = 0.5642755604303737 absolute error = 0.5642755604303737 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.9675 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.5141 Order of pole (six term test) = -1.073 TOP MAIN SOLVE Loop x[1] = 0.8500000000000006 y[1] (analytic) = 0 y[1] (numeric) = 0.5708782895209261 absolute error = 0.5708782895209261 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.979 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.5268 Order of pole (six term test) = -1.073 TOP MAIN SOLVE Loop x[1] = 0.8600000000000007 y[1] (analytic) = 0 y[1] (numeric) = 0.5774620150559433 absolute error = 0.5774620150559433 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 0.9905 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.5394 Order of pole (six term test) = -1.073 TOP MAIN SOLVE Loop x[1] = 0.8700000000000007 y[1] (analytic) = 0 y[1] (numeric) = 0.5840269518912223 absolute error = 0.5840269518912223 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.002 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.5521 Order of pole (six term test) = -1.073 TOP MAIN SOLVE Loop x[1] = 0.8800000000000007 y[1] (analytic) = 0 y[1] (numeric) = 0.5905733115920653 absolute error = 0.5905733115920653 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.014 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.5647 Order of pole (six term test) = -1.073 TOP MAIN SOLVE Loop x[1] = 0.8900000000000007 y[1] (analytic) = 0 y[1] (numeric) = 0.5971013025130842 absolute error = 0.5971013025130842 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.025 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.5774 Order of pole (six term test) = -1.073 TOP MAIN SOLVE Loop x[1] = 0.9000000000000007 y[1] (analytic) = 0 y[1] (numeric) = 0.6036111298753133 absolute error = 0.6036111298753133 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.037 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.59 Order of pole (six term test) = -1.073 TOP MAIN SOLVE Loop x[1] = 0.9100000000000007 y[1] (analytic) = 0 y[1] (numeric) = 0.6101029958407453 absolute error = 0.6101029958407453 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.048 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.6027 Order of pole (six term test) = -1.073 TOP MAIN SOLVE Loop x[1] = 0.9200000000000007 y[1] (analytic) = 0 y[1] (numeric) = 0.616577099584405 absolute error = 0.616577099584405 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.06 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.6153 Order of pole (six term test) = -1.072 TOP MAIN SOLVE Loop x[1] = 0.9300000000000007 y[1] (analytic) = 0 y[1] (numeric) = 0.623033637364065 absolute error = 0.623033637364065 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.071 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.628 Order of pole (six term test) = -1.072 TOP MAIN SOLVE Loop x[1] = 0.9400000000000007 y[1] (analytic) = 0 y[1] (numeric) = 0.6294728025877052 absolute error = 0.6294728025877052 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.083 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.6407 Order of pole (six term test) = -1.072 TOP MAIN SOLVE Loop x[1] = 0.9500000000000007 y[1] (analytic) = 0 y[1] (numeric) = 0.6358947858788095 absolute error = 0.6358947858788095 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.094 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.6534 Order of pole (six term test) = -1.072 TOP MAIN SOLVE Loop x[1] = 0.9600000000000007 y[1] (analytic) = 0 y[1] (numeric) = 0.6422997751395915 absolute error = 0.6422997751395915 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.106 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.6661 Order of pole (six term test) = -1.072 TOP MAIN SOLVE Loop x[1] = 0.9700000000000008 y[1] (analytic) = 0 y[1] (numeric) = 0.6486879556122324 absolute error = 0.6486879556122324 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.117 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.6788 Order of pole (six term test) = -1.072 TOP MAIN SOLVE Loop x[1] = 0.9800000000000008 y[1] (analytic) = 0 y[1] (numeric) = 0.6550595099382154 absolute error = 0.6550595099382154 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.129 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.6915 Order of pole (six term test) = -1.071 TOP MAIN SOLVE Loop x[1] = 0.9900000000000008 y[1] (analytic) = 0 y[1] (numeric) = 0.6614146182158303 absolute error = 0.6614146182158303 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.14 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.7043 Order of pole (six term test) = -1.071 TOP MAIN SOLVE Loop x[1] = 1.000000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.6677534580559231 absolute error = 0.6677534580559231 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.152 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.717 Order of pole (six term test) = -1.071 TOP MAIN SOLVE Loop x[1] = 1.010000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.674076204635961 absolute error = 0.674076204635961 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.164 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.7298 Order of pole (six term test) = -1.071 TOP MAIN SOLVE Loop x[1] = 1.020000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.6803830307524762 absolute error = 0.6803830307524762 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.175 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.7426 Order of pole (six term test) = -1.071 TOP MAIN SOLVE Loop x[1] = 1.030000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.6866741068719552 absolute error = 0.6866741068719552 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.187 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.7553 Order of pole (six term test) = -1.071 TOP MAIN SOLVE Loop x[1] = 1.040000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.6929496011802294 absolute error = 0.6929496011802294 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.198 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.7681 Order of pole (six term test) = -1.07 TOP MAIN SOLVE Loop x[1] = 1.050000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.6992096796304279 absolute error = 0.6992096796304279 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.21 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.781 Order of pole (six term test) = -1.07 TOP MAIN SOLVE Loop x[1] = 1.060000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.7054545059895438 absolute error = 0.7054545059895438 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.221 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.7938 Order of pole (six term test) = -1.07 TOP MAIN SOLVE Loop x[1] = 1.070000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.7116842418836681 absolute error = 0.7116842418836681 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.233 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.8066 Order of pole (six term test) = -1.07 TOP MAIN SOLVE Loop x[1] = 1.080000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.7178990468419387 absolute error = 0.7178990468419387 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.244 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.8195 Order of pole (six term test) = -1.07 TOP MAIN SOLVE Loop x[1] = 1.090000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.7240990783392545 absolute error = 0.7240990783392545 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.256 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.8324 Order of pole (six term test) = -1.069 TOP MAIN SOLVE Loop x[1] = 1.100000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.7302844918377954 absolute error = 0.7302844918377954 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.267 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.8453 Order of pole (six term test) = -1.069 TOP MAIN SOLVE Loop x[1] = 1.110000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.7364554408273961 absolute error = 0.7364554408273961 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.279 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.8582 Order of pole (six term test) = -1.069 TOP MAIN SOLVE Loop x[1] = 1.120000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.7426120768648107 absolute error = 0.7426120768648107 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.29 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.8711 Order of pole (six term test) = -1.069 TOP MAIN SOLVE Loop x[1] = 1.130000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.7487545496119097 absolute error = 0.7487545496119097 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.302 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.884 Order of pole (six term test) = -1.069 TOP MAIN SOLVE Loop x[1] = 1.140000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.7548830068728468 absolute error = 0.7548830068728468 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.313 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.897 Order of pole (six term test) = -1.068 TOP MAIN SOLVE Loop x[1] = 1.150000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.7609975946302302 absolute error = 0.7609975946302302 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.325 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.9099 Order of pole (six term test) = -1.068 TOP MAIN SOLVE Loop x[1] = 1.160000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.767098457080334 absolute error = 0.767098457080334 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.337 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.9229 Order of pole (six term test) = -1.068 TOP MAIN SOLVE Loop x[1] = 1.170000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.7731857366673822 absolute error = 0.7731857366673822 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.348 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.9359 Order of pole (six term test) = -1.068 TOP MAIN SOLVE Loop x[1] = 1.180000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.7792595741169372 absolute error = 0.7792595741169372 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.36 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.9489 Order of pole (six term test) = -1.067 TOP MAIN SOLVE Loop x[1] = 1.190000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.7853201084684223 absolute error = 0.7853201084684223 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.371 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.9619 Order of pole (six term test) = -1.067 TOP MAIN SOLVE Loop x[1] = 1.200000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.7913674771068069 absolute error = 0.7913674771068069 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.383 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.9749 Order of pole (six term test) = -1.067 TOP MAIN SOLVE Loop x[1] = 1.210000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.7974018157934848 absolute error = 0.7974018157934848 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.394 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 0.988 Order of pole (six term test) = -1.067 TOP MAIN SOLVE Loop x[1] = 1.220000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.8034232586963679 absolute error = 0.8034232586963679 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.406 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.001 Order of pole (six term test) = -1.067 TOP MAIN SOLVE Loop x[1] = 1.230000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.809431938419225 absolute error = 0.809431938419225 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.417 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.014 Order of pole (six term test) = -1.066 TOP MAIN SOLVE Loop x[1] = 1.240000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.8154279860302873 absolute error = 0.8154279860302873 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.429 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.027 Order of pole (six term test) = -1.066 TOP MAIN SOLVE Loop x[1] = 1.250000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.8214115310901461 absolute error = 0.8214115310901461 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.44 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.04 Order of pole (six term test) = -1.066 TOP MAIN SOLVE Loop x[1] = 1.260000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.8273827016789633 absolute error = 0.8273827016789633 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.452 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.053 Order of pole (six term test) = -1.066 TOP MAIN SOLVE Loop x[1] = 1.270000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.8333416244230194 absolute error = 0.8333416244230194 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.463 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.067 Order of pole (six term test) = -1.065 TOP MAIN SOLVE Loop x[1] = 1.280000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.839288424520616 absolute error = 0.839288424520616 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.475 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.08 Order of pole (six term test) = -1.065 TOP MAIN SOLVE Loop x[1] = 1.290000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.8452232257673565 absolute error = 0.8452232257673565 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.487 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.093 Order of pole (six term test) = -1.065 TOP MAIN SOLVE Loop x[1] = 1.300000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.8511461505808222 absolute error = 0.8511461505808222 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.498 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.106 Order of pole (six term test) = -1.065 TOP MAIN SOLVE Loop x[1] = 1.310000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.8570573200246626 absolute error = 0.8570573200246626 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.51 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.119 Order of pole (six term test) = -1.065 TOP MAIN SOLVE Loop x[1] = 1.320000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.8629568538321185 absolute error = 0.8629568538321185 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.521 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.132 Order of pole (six term test) = -1.064 TOP MAIN SOLVE Loop x[1] = 1.330000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.8688448704289943 absolute error = 0.8688448704289943 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.533 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.146 Order of pole (six term test) = -1.064 TOP MAIN SOLVE Loop x[1] = 1.340000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.8747214869560965 absolute error = 0.8747214869560965 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.544 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.159 Order of pole (six term test) = -1.064 TOP MAIN SOLVE Loop x[1] = 1.350000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.8805868192911548 absolute error = 0.8805868192911548 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.556 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.172 Order of pole (six term test) = -1.064 TOP MAIN SOLVE Loop x[1] = 1.360000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.8864409820702391 absolute error = 0.8864409820702391 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.567 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.185 Order of pole (six term test) = -1.063 TOP MAIN SOLVE Loop x[1] = 1.370000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.8922840887086906 absolute error = 0.8922840887086906 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.579 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.199 Order of pole (six term test) = -1.063 TOP MAIN SOLVE Loop x[1] = 1.380000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.8981162514215774 absolute error = 0.8981162514215774 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.59 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.212 Order of pole (six term test) = -1.063 TOP MAIN SOLVE Loop x[1] = 1.390000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.9039375812436917 absolute error = 0.9039375812436917 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.602 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.225 Order of pole (six term test) = -1.063 TOP MAIN SOLVE Loop x[1] = 1.400000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.9097481880491 absolute error = 0.9097481880491 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.613 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.239 Order of pole (six term test) = -1.062 TOP MAIN SOLVE Loop x[1] = 1.410000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.9155481805702587 absolute error = 0.9155481805702587 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.625 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.252 Order of pole (six term test) = -1.062 TOP MAIN SOLVE Loop x[1] = 1.420000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.9213376664167097 absolute error = 0.9213376664167097 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.637 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.265 Order of pole (six term test) = -1.062 TOP MAIN SOLVE Loop x[1] = 1.430000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.9271167520933651 absolute error = 0.9271167520933651 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.648 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.279 Order of pole (six term test) = -1.062 TOP MAIN SOLVE Loop x[1] = 1.440000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.9328855430183945 absolute error = 0.9328855430183945 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.66 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.292 Order of pole (six term test) = -1.061 TOP MAIN SOLVE Loop x[1] = 1.450000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.9386441435407255 absolute error = 0.9386441435407255 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.671 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.305 Order of pole (six term test) = -1.061 TOP MAIN SOLVE Loop x[1] = 1.460000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.9443926569571666 absolute error = 0.9443926569571666 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.683 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.319 Order of pole (six term test) = -1.061 TOP MAIN SOLVE Loop x[1] = 1.470000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.9501311855291664 absolute error = 0.9501311855291664 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.694 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.332 Order of pole (six term test) = -1.061 TOP MAIN SOLVE Loop x[1] = 1.480000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.955859830499215 absolute error = 0.955859830499215 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.706 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.346 Order of pole (six term test) = -1.06 TOP MAIN SOLVE Loop x[1] = 1.490000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.9615786921068993 absolute error = 0.9615786921068993 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.717 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.359 Order of pole (six term test) = -1.06 TOP MAIN SOLVE Loop x[1] = 1.500000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.9672878696046229 absolute error = 0.9672878696046229 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.729 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.372 Order of pole (six term test) = -1.06 TOP MAIN SOLVE Loop x[1] = 1.510000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.972987461272996 absolute error = 0.972987461272996 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.74 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.386 Order of pole (six term test) = -1.06 TOP MAIN SOLVE Loop x[1] = 1.520000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.9786775644359078 absolute error = 0.9786775644359078 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.752 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.399 Order of pole (six term test) = -1.059 TOP MAIN SOLVE Loop x[1] = 1.530000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.9843582754752874 absolute error = 0.9843582754752874 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.764 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.413 Order of pole (six term test) = -1.059 TOP MAIN SOLVE Loop x[1] = 1.540000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.9900296898455623 absolute error = 0.9900296898455623 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.775 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.426 Order of pole (six term test) = -1.059 TOP MAIN SOLVE Loop x[1] = 1.550000000000001 y[1] (analytic) = 0 y[1] (numeric) = 0.995691902087822 absolute error = 0.995691902087822 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.787 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.44 Order of pole (six term test) = -1.059 TOP MAIN SOLVE Loop x[1] = 1.560000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.001345005843695 absolute error = 1.001345005843695 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.798 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.453 Order of pole (six term test) = -1.058 TOP MAIN SOLVE Loop x[1] = 1.570000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.006989093868948 absolute error = 1.006989093868948 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.81 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.467 Order of pole (six term test) = -1.058 TOP MAIN SOLVE Loop x[1] = 1.580000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.012624258046806 absolute error = 1.012624258046806 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.821 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.48 Order of pole (six term test) = -1.058 TOP MAIN SOLVE Loop x[1] = 1.590000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.018250589401017 absolute error = 1.018250589401017 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.833 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.494 Order of pole (six term test) = -1.058 TOP MAIN SOLVE Loop x[1] = 1.600000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.023868178108651 absolute error = 1.023868178108651 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.844 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.507 Order of pole (six term test) = -1.058 TOP MAIN SOLVE Loop x[1] = 1.610000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.029477113512647 absolute error = 1.029477113512647 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.856 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.521 Order of pole (six term test) = -1.057 TOP MAIN SOLVE Loop x[1] = 1.620000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.035077484134119 absolute error = 1.035077484134119 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.867 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.535 Order of pole (six term test) = -1.057 TOP MAIN SOLVE Loop x[1] = 1.630000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.040669377684415 absolute error = 1.040669377684415 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.879 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.548 Order of pole (six term test) = -1.057 TOP MAIN SOLVE Loop x[1] = 1.640000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.046252881076949 absolute error = 1.046252881076949 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.89 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.562 Order of pole (six term test) = -1.057 TOP MAIN SOLVE Loop x[1] = 1.650000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.051828080438802 absolute error = 1.051828080438802 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.902 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.575 Order of pole (six term test) = -1.056 TOP MAIN SOLVE Loop x[1] = 1.660000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.057395061122102 absolute error = 1.057395061122102 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.914 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.589 Order of pole (six term test) = -1.056 TOP MAIN SOLVE Loop x[1] = 1.670000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.06295390771518 absolute error = 1.06295390771518 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.925 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.603 Order of pole (six term test) = -1.056 TOP MAIN SOLVE Loop x[1] = 1.680000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.068504704053526 absolute error = 1.068504704053526 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.937 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.616 Order of pole (six term test) = -1.056 TOP MAIN SOLVE Loop x[1] = 1.690000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.074047533230532 absolute error = 1.074047533230532 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.948 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.63 Order of pole (six term test) = -1.055 TOP MAIN SOLVE Loop x[1] = 1.700000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.079582477608029 absolute error = 1.079582477608029 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.96 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.644 Order of pole (six term test) = -1.055 TOP MAIN SOLVE Loop x[1] = 1.710000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.085109618826635 absolute error = 1.085109618826635 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.971 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.657 Order of pole (six term test) = -1.055 TOP MAIN SOLVE Loop x[1] = 1.720000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.090629037815908 absolute error = 1.090629037815908 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.983 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.671 Order of pole (six term test) = -1.055 TOP MAIN SOLVE Loop x[1] = 1.730000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.096140814804307 absolute error = 1.096140814804307 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 1.994 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.685 Order of pole (six term test) = -1.054 TOP MAIN SOLVE Loop x[1] = 1.740000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.101645029328977 absolute error = 1.101645029328977 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.006 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.698 Order of pole (six term test) = -1.054 TOP MAIN SOLVE Loop x[1] = 1.750000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.10714176024535 absolute error = 1.10714176024535 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.017 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.712 Order of pole (six term test) = -1.054 TOP MAIN SOLVE Loop x[1] = 1.760000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.11263108573657 absolute error = 1.11263108573657 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.029 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.726 Order of pole (six term test) = -1.054 TOP MAIN SOLVE Loop x[1] = 1.770000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.118113083322754 absolute error = 1.118113083322754 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.041 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.74 Order of pole (six term test) = -1.053 TOP MAIN SOLVE Loop x[1] = 1.780000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.123587829870077 absolute error = 1.123587829870077 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.052 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.753 Order of pole (six term test) = -1.053 TOP MAIN SOLVE Loop x[1] = 1.790000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.1290554015997 absolute error = 1.1290554015997 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.064 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.767 Order of pole (six term test) = -1.053 TOP MAIN SOLVE Loop x[1] = 1.800000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.134515874096539 absolute error = 1.134515874096539 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.075 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.781 Order of pole (six term test) = -1.053 TOP MAIN SOLVE Loop x[1] = 1.810000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.139969322317872 absolute error = 1.139969322317872 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.087 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.795 Order of pole (six term test) = -1.053 TOP MAIN SOLVE Loop x[1] = 1.820000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.145415820601798 absolute error = 1.145415820601798 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.098 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.808 Order of pole (six term test) = -1.052 TOP MAIN SOLVE Loop x[1] = 1.830000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.150855442675552 absolute error = 1.150855442675552 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.11 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.822 Order of pole (six term test) = -1.052 TOP MAIN SOLVE Loop x[1] = 1.840000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.156288261663663 absolute error = 1.156288261663663 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.121 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.836 Order of pole (six term test) = -1.052 TOP MAIN SOLVE Loop x[1] = 1.850000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.161714350095977 absolute error = 1.161714350095977 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.133 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.85 Order of pole (six term test) = -1.052 TOP MAIN SOLVE Loop x[1] = 1.860000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.16713377991554 absolute error = 1.16713377991554 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.144 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.864 Order of pole (six term test) = -1.051 TOP MAIN SOLVE Loop x[1] = 1.870000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.172546622486345 absolute error = 1.172546622486345 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.156 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.877 Order of pole (six term test) = -1.051 TOP MAIN SOLVE Loop x[1] = 1.880000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.177952948600944 absolute error = 1.177952948600944 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.168 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.891 Order of pole (six term test) = -1.051 TOP MAIN SOLVE Loop x[1] = 1.890000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.183352828487928 absolute error = 1.183352828487928 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.179 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.905 Order of pole (six term test) = -1.051 TOP MAIN SOLVE Loop x[1] = 1.900000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.188746331819286 absolute error = 1.188746331819286 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.191 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.919 Order of pole (six term test) = -1.05 TOP MAIN SOLVE Loop x[1] = 1.910000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.194133527717631 absolute error = 1.194133527717631 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.202 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.933 Order of pole (six term test) = -1.05 TOP MAIN SOLVE Loop x[1] = 1.920000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.199514484763311 absolute error = 1.199514484763311 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.214 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.947 Order of pole (six term test) = -1.05 TOP MAIN SOLVE Loop x[1] = 1.930000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.204889271001393 absolute error = 1.204889271001393 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.225 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.96 Order of pole (six term test) = -1.05 TOP MAIN SOLVE Loop x[1] = 1.940000000000002 y[1] (analytic) = 0 y[1] (numeric) = 1.21025795394854 absolute error = 1.21025795394854 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.237 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.974 Order of pole (six term test) = -1.05 TOP MAIN SOLVE Loop x[1] = 1.950000000000002 y[1] (analytic) = 0 y[1] (numeric) = 1.215620600599761 absolute error = 1.215620600599761 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.248 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 1.988 Order of pole (six term test) = -1.049 TOP MAIN SOLVE Loop x[1] = 1.960000000000002 y[1] (analytic) = 0 y[1] (numeric) = 1.220977277435061 absolute error = 1.220977277435061 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.26 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.002 Order of pole (six term test) = -1.049 TOP MAIN SOLVE Loop x[1] = 1.970000000000002 y[1] (analytic) = 0 y[1] (numeric) = 1.226328050425972 absolute error = 1.226328050425972 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.271 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.016 Order of pole (six term test) = -1.049 TOP MAIN SOLVE Loop x[1] = 1.980000000000002 y[1] (analytic) = 0 y[1] (numeric) = 1.231672985041979 absolute error = 1.231672985041979 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.283 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.03 Order of pole (six term test) = -1.049 TOP MAIN SOLVE Loop x[1] = 1.990000000000002 y[1] (analytic) = 0 y[1] (numeric) = 1.237012146256846 absolute error = 1.237012146256846 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.295 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.044 Order of pole (six term test) = -1.049 TOP MAIN SOLVE Loop x[1] = 2.000000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.24234559855483 absolute error = 1.24234559855483 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.306 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.058 Order of pole (six term test) = -1.048 TOP MAIN SOLVE Loop x[1] = 2.010000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.247673405936799 absolute error = 1.247673405936799 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.318 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.072 Order of pole (six term test) = -1.048 TOP MAIN SOLVE Loop x[1] = 2.020000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.252995631926253 absolute error = 1.252995631926253 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.329 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.086 Order of pole (six term test) = -1.048 TOP MAIN SOLVE Loop x[1] = 2.030000000000001 y[1] (analytic) = 0 y[1] (numeric) = 1.258312339575242 absolute error = 1.258312339575242 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.341 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.1 Order of pole (six term test) = -1.048 TOP MAIN SOLVE Loop x[1] = 2.04 y[1] (analytic) = 0 y[1] (numeric) = 1.263623591470192 absolute error = 1.263623591470192 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.352 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.114 Order of pole (six term test) = -1.047 TOP MAIN SOLVE Loop x[1] = 2.05 y[1] (analytic) = 0 y[1] (numeric) = 1.26892944973764 absolute error = 1.26892944973764 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.364 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.128 Order of pole (six term test) = -1.047 TOP MAIN SOLVE Loop x[1] = 2.06 y[1] (analytic) = 0 y[1] (numeric) = 1.274229976049877 absolute error = 1.274229976049877 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.375 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.142 Order of pole (six term test) = -1.047 TOP MAIN SOLVE Loop x[1] = 2.07 y[1] (analytic) = 0 y[1] (numeric) = 1.279525231630493 absolute error = 1.279525231630493 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.387 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.156 Order of pole (six term test) = -1.047 TOP MAIN SOLVE Loop x[1] = 2.08 y[1] (analytic) = 0 y[1] (numeric) = 1.28481527725985 absolute error = 1.28481527725985 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.399 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.17 Order of pole (six term test) = -1.047 TOP MAIN SOLVE Loop x[1] = 2.089999999999999 y[1] (analytic) = 0 y[1] (numeric) = 1.290100173280455 absolute error = 1.290100173280455 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.41 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.184 Order of pole (six term test) = -1.046 TOP MAIN SOLVE Loop x[1] = 2.099999999999999 y[1] (analytic) = 0 y[1] (numeric) = 1.295379979602256 absolute error = 1.295379979602256 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.422 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.198 Order of pole (six term test) = -1.046 TOP MAIN SOLVE Loop x[1] = 2.109999999999999 y[1] (analytic) = 0 y[1] (numeric) = 1.300654755707855 absolute error = 1.300654755707855 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.433 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.212 Order of pole (six term test) = -1.046 TOP MAIN SOLVE Loop x[1] = 2.119999999999999 y[1] (analytic) = 0 y[1] (numeric) = 1.305924560657634 absolute error = 1.305924560657634 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.445 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.226 Order of pole (six term test) = -1.046 TOP MAIN SOLVE Loop x[1] = 2.129999999999999 y[1] (analytic) = 0 y[1] (numeric) = 1.311189453094811 absolute error = 1.311189453094811 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.456 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.24 Order of pole (six term test) = -1.046 TOP MAIN SOLVE Loop x[1] = 2.139999999999998 y[1] (analytic) = 0 y[1] (numeric) = 1.316449491250409 absolute error = 1.316449491250409 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.468 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.254 Order of pole (six term test) = -1.045 TOP MAIN SOLVE Loop x[1] = 2.149999999999998 y[1] (analytic) = 0 y[1] (numeric) = 1.321704732948155 absolute error = 1.321704732948155 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.479 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.268 Order of pole (six term test) = -1.045 TOP MAIN SOLVE Loop x[1] = 2.159999999999998 y[1] (analytic) = 0 y[1] (numeric) = 1.326955235609301 absolute error = 1.326955235609301 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.491 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.282 Order of pole (six term test) = -1.045 TOP MAIN SOLVE Loop x[1] = 2.169999999999998 y[1] (analytic) = 0 y[1] (numeric) = 1.332201056257373 absolute error = 1.332201056257373 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.502 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.296 Order of pole (six term test) = -1.045 TOP MAIN SOLVE Loop x[1] = 2.179999999999997 y[1] (analytic) = 0 y[1] (numeric) = 1.337442251522843 absolute error = 1.337442251522843 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.514 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.31 Order of pole (six term test) = -1.045 TOP MAIN SOLVE Loop x[1] = 2.189999999999997 y[1] (analytic) = 0 y[1] (numeric) = 1.34267887764774 absolute error = 1.34267887764774 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.526 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.324 Order of pole (six term test) = -1.044 TOP MAIN SOLVE Loop x[1] = 2.199999999999997 y[1] (analytic) = 0 y[1] (numeric) = 1.34791099049018 absolute error = 1.34791099049018 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.537 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.338 Order of pole (six term test) = -1.044 TOP MAIN SOLVE Loop x[1] = 2.209999999999997 y[1] (analytic) = 0 y[1] (numeric) = 1.353138645528837 absolute error = 1.353138645528837 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.549 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.352 Order of pole (six term test) = -1.044 TOP MAIN SOLVE Loop x[1] = 2.219999999999997 y[1] (analytic) = 0 y[1] (numeric) = 1.358361897867342 absolute error = 1.358361897867342 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.56 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.366 Order of pole (six term test) = -1.044 TOP MAIN SOLVE Loop x[1] = 2.229999999999996 y[1] (analytic) = 0 y[1] (numeric) = 1.363580802238617 absolute error = 1.363580802238617 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.572 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.38 Order of pole (six term test) = -1.044 TOP MAIN SOLVE Loop x[1] = 2.239999999999996 y[1] (analytic) = 0 y[1] (numeric) = 1.368795413009149 absolute error = 1.368795413009149 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.583 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.394 Order of pole (six term test) = -1.044 TOP MAIN SOLVE Loop x[1] = 2.249999999999996 y[1] (analytic) = 0 y[1] (numeric) = 1.374005784183192 absolute error = 1.374005784183192 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.595 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.408 Order of pole (six term test) = -1.043 TOP MAIN SOLVE Loop x[1] = 2.259999999999996 y[1] (analytic) = 0 y[1] (numeric) = 1.379211969406916 absolute error = 1.379211969406916 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.606 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.422 Order of pole (six term test) = -1.043 TOP MAIN SOLVE Loop x[1] = 2.269999999999996 y[1] (analytic) = 0 y[1] (numeric) = 1.384414021972488 absolute error = 1.384414021972488 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.618 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.437 Order of pole (six term test) = -1.043 TOP MAIN SOLVE Loop x[1] = 2.279999999999995 y[1] (analytic) = 0 y[1] (numeric) = 1.389611994822098 absolute error = 1.389611994822098 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.629 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.451 Order of pole (six term test) = -1.043 TOP MAIN SOLVE Loop x[1] = 2.289999999999995 y[1] (analytic) = 0 y[1] (numeric) = 1.394805940551926 absolute error = 1.394805940551926 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.641 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.465 Order of pole (six term test) = -1.043 TOP MAIN SOLVE Loop x[1] = 2.299999999999995 y[1] (analytic) = 0 y[1] (numeric) = 1.399995911416045 absolute error = 1.399995911416045 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.653 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.479 Order of pole (six term test) = -1.042 TOP MAIN SOLVE Loop x[1] = 2.309999999999995 y[1] (analytic) = 0 y[1] (numeric) = 1.405181959330274 absolute error = 1.405181959330274 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.664 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.493 Order of pole (six term test) = -1.042 TOP MAIN SOLVE Loop x[1] = 2.319999999999995 y[1] (analytic) = 0 y[1] (numeric) = 1.410364135875976 absolute error = 1.410364135875976 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.676 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.507 Order of pole (six term test) = -1.042 TOP MAIN SOLVE Loop x[1] = 2.329999999999994 y[1] (analytic) = 0 y[1] (numeric) = 1.415542492303793 absolute error = 1.415542492303793 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.687 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.521 Order of pole (six term test) = -1.042 TOP MAIN SOLVE Loop x[1] = 2.339999999999994 y[1] (analytic) = 0 y[1] (numeric) = 1.420717079537339 absolute error = 1.420717079537339 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.699 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.536 Order of pole (six term test) = -1.042 TOP MAIN SOLVE Loop x[1] = 2.349999999999994 y[1] (analytic) = 0 y[1] (numeric) = 1.425887948176829 absolute error = 1.425887948176829 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.71 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.55 Order of pole (six term test) = -1.042 TOP MAIN SOLVE Loop x[1] = 2.359999999999994 y[1] (analytic) = 0 y[1] (numeric) = 1.431055148502661 absolute error = 1.431055148502661 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.722 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.564 Order of pole (six term test) = -1.041 TOP MAIN SOLVE Loop x[1] = 2.369999999999993 y[1] (analytic) = 0 y[1] (numeric) = 1.436218730478954 absolute error = 1.436218730478954 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.733 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.578 Order of pole (six term test) = -1.041 TOP MAIN SOLVE Loop x[1] = 2.379999999999993 y[1] (analytic) = 0 y[1] (numeric) = 1.441378743757019 absolute error = 1.441378743757019 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.745 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.592 Order of pole (six term test) = -1.041 TOP MAIN SOLVE Loop x[1] = 2.389999999999993 y[1] (analytic) = 0 y[1] (numeric) = 1.4465352376788 absolute error = 1.4465352376788 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.757 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.606 Order of pole (six term test) = -1.041 TOP MAIN SOLVE Loop x[1] = 2.399999999999993 y[1] (analytic) = 0 y[1] (numeric) = 1.451688261280251 absolute error = 1.451688261280251 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.768 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.621 Order of pole (six term test) = -1.041 TOP MAIN SOLVE Loop x[1] = 2.409999999999993 y[1] (analytic) = 0 y[1] (numeric) = 1.456837863294678 absolute error = 1.456837863294678 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.78 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.635 Order of pole (six term test) = -1.041 TOP MAIN SOLVE Loop x[1] = 2.419999999999992 y[1] (analytic) = 0 y[1] (numeric) = 1.461984092156023 absolute error = 1.461984092156023 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.791 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.649 Order of pole (six term test) = -1.04 TOP MAIN SOLVE Loop x[1] = 2.429999999999992 y[1] (analytic) = 0 y[1] (numeric) = 1.467126996002109 absolute error = 1.467126996002109 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.803 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.663 Order of pole (six term test) = -1.04 TOP MAIN SOLVE Loop x[1] = 2.439999999999992 y[1] (analytic) = 0 y[1] (numeric) = 1.472266622677843 absolute error = 1.472266622677843 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.814 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.677 Order of pole (six term test) = -1.04 TOP MAIN SOLVE Loop x[1] = 2.449999999999992 y[1] (analytic) = 0 y[1] (numeric) = 1.477403019738362 absolute error = 1.477403019738362 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.826 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.692 Order of pole (six term test) = -1.04 TOP MAIN SOLVE Loop x[1] = 2.459999999999992 y[1] (analytic) = 0 y[1] (numeric) = 1.48253623445215 absolute error = 1.48253623445215 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.837 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.706 Order of pole (six term test) = -1.04 TOP MAIN SOLVE Loop x[1] = 2.469999999999991 y[1] (analytic) = 0 y[1] (numeric) = 1.487666313804105 absolute error = 1.487666313804105 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.849 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.72 Order of pole (six term test) = -1.04 TOP MAIN SOLVE Loop x[1] = 2.479999999999991 y[1] (analytic) = 0 y[1] (numeric) = 1.492793304498558 absolute error = 1.492793304498558 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.861 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.734 Order of pole (six term test) = -1.04 TOP MAIN SOLVE Loop x[1] = 2.489999999999991 y[1] (analytic) = 0 y[1] (numeric) = 1.497917252962268 absolute error = 1.497917252962268 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.872 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.749 Order of pole (six term test) = -1.039 TOP MAIN SOLVE Loop x[1] = 2.499999999999991 y[1] (analytic) = 0 y[1] (numeric) = 1.503038205347353 absolute error = 1.503038205347353 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.884 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.763 Order of pole (six term test) = -1.039 TOP MAIN SOLVE Loop x[1] = 2.50999999999999 y[1] (analytic) = 0 y[1] (numeric) = 1.508156207534204 absolute error = 1.508156207534204 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.895 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.777 Order of pole (six term test) = -1.039 TOP MAIN SOLVE Loop x[1] = 2.51999999999999 y[1] (analytic) = 0 y[1] (numeric) = 1.513271305134342 absolute error = 1.513271305134342 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.907 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.791 Order of pole (six term test) = -1.039 TOP MAIN SOLVE Loop x[1] = 2.52999999999999 y[1] (analytic) = 0 y[1] (numeric) = 1.518383543493245 absolute error = 1.518383543493245 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.918 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.806 Order of pole (six term test) = -1.039 TOP MAIN SOLVE Loop x[1] = 2.53999999999999 y[1] (analytic) = 0 y[1] (numeric) = 1.523492967693137 absolute error = 1.523492967693137 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.93 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.82 Order of pole (six term test) = -1.039 TOP MAIN SOLVE Loop x[1] = 2.54999999999999 y[1] (analytic) = 0 y[1] (numeric) = 1.528599622555731 absolute error = 1.528599622555731 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.941 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.834 Order of pole (six term test) = -1.039 TOP MAIN SOLVE Loop x[1] = 2.559999999999989 y[1] (analytic) = 0 y[1] (numeric) = 1.533703552644951 absolute error = 1.533703552644951 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.953 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.848 Order of pole (six term test) = -1.038 TOP MAIN SOLVE Loop x[1] = 2.569999999999989 y[1] (analytic) = 0 y[1] (numeric) = 1.5388048022696 absolute error = 1.5388048022696 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.964 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.863 Order of pole (six term test) = -1.038 TOP MAIN SOLVE Loop x[1] = 2.579999999999989 y[1] (analytic) = 0 y[1] (numeric) = 1.543903415486003 absolute error = 1.543903415486003 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.976 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.877 Order of pole (six term test) = -1.038 TOP MAIN SOLVE Loop x[1] = 2.589999999999989 y[1] (analytic) = 0 y[1] (numeric) = 1.548999436100614 absolute error = 1.548999436100614 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.988 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.891 Order of pole (six term test) = -1.038 TOP MAIN SOLVE Loop x[1] = 2.599999999999989 y[1] (analytic) = 0 y[1] (numeric) = 1.554092907672586 absolute error = 1.554092907672586 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 2.999 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.906 Order of pole (six term test) = -1.038 TOP MAIN SOLVE Loop x[1] = 2.609999999999988 y[1] (analytic) = 0 y[1] (numeric) = 1.559183873516305 absolute error = 1.559183873516305 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.011 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.92 Order of pole (six term test) = -1.038 TOP MAIN SOLVE Loop x[1] = 2.619999999999988 y[1] (analytic) = 0 y[1] (numeric) = 1.564272376703896 absolute error = 1.564272376703896 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.022 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.934 Order of pole (six term test) = -1.038 TOP MAIN SOLVE Loop x[1] = 2.629999999999988 y[1] (analytic) = 0 y[1] (numeric) = 1.569358460067695 absolute error = 1.569358460067695 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.034 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.948 Order of pole (six term test) = -1.038 TOP MAIN SOLVE Loop x[1] = 2.639999999999988 y[1] (analytic) = 0 y[1] (numeric) = 1.57444216620268 absolute error = 1.57444216620268 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.045 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.963 Order of pole (six term test) = -1.037 TOP MAIN SOLVE Loop x[1] = 2.649999999999987 y[1] (analytic) = 0 y[1] (numeric) = 1.579523537468886 absolute error = 1.579523537468886 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.057 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.977 Order of pole (six term test) = -1.037 TOP MAIN SOLVE Loop x[1] = 2.659999999999987 y[1] (analytic) = 0 y[1] (numeric) = 1.584602615993772 absolute error = 1.584602615993772 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.068 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 2.991 Order of pole (six term test) = -1.037 TOP MAIN SOLVE Loop x[1] = 2.669999999999987 y[1] (analytic) = 0 y[1] (numeric) = 1.589679443674566 absolute error = 1.589679443674566 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.08 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.006 Order of pole (six term test) = -1.037 TOP MAIN SOLVE Loop x[1] = 2.679999999999987 y[1] (analytic) = 0 y[1] (numeric) = 1.594754062180583 absolute error = 1.594754062180583 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.092 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.02 Order of pole (six term test) = -1.037 TOP MAIN SOLVE Loop x[1] = 2.689999999999987 y[1] (analytic) = 0 y[1] (numeric) = 1.599826512955502 absolute error = 1.599826512955502 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.103 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.034 Order of pole (six term test) = -1.037 TOP MAIN SOLVE Loop x[1] = 2.699999999999986 y[1] (analytic) = 0 y[1] (numeric) = 1.604896837219622 absolute error = 1.604896837219622 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.115 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.049 Order of pole (six term test) = -1.037 TOP MAIN SOLVE Loop x[1] = 2.709999999999986 y[1] (analytic) = 0 y[1] (numeric) = 1.609965075972087 absolute error = 1.609965075972087 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.126 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.063 Order of pole (six term test) = -1.037 TOP MAIN SOLVE Loop x[1] = 2.719999999999986 y[1] (analytic) = 0 y[1] (numeric) = 1.615031269993083 absolute error = 1.615031269993083 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.138 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.077 Order of pole (six term test) = -1.036 TOP MAIN SOLVE Loop x[1] = 2.729999999999986 y[1] (analytic) = 0 y[1] (numeric) = 1.620095459846 absolute error = 1.620095459846 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.149 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.092 Order of pole (six term test) = -1.036 TOP MAIN SOLVE Loop x[1] = 2.739999999999986 y[1] (analytic) = 0 y[1] (numeric) = 1.625157685879581 absolute error = 1.625157685879581 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.161 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.106 Order of pole (six term test) = -1.036 TOP MAIN SOLVE Loop x[1] = 2.749999999999985 y[1] (analytic) = 0 y[1] (numeric) = 1.630217988230027 absolute error = 1.630217988230027 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.172 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.12 Order of pole (six term test) = -1.036 TOP MAIN SOLVE Loop x[1] = 2.759999999999985 y[1] (analytic) = 0 y[1] (numeric) = 1.635276406823084 absolute error = 1.635276406823084 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.184 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.135 Order of pole (six term test) = -1.036 TOP MAIN SOLVE Loop x[1] = 2.769999999999985 y[1] (analytic) = 0 y[1] (numeric) = 1.640332981376106 absolute error = 1.640332981376106 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.195 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.149 Order of pole (six term test) = -1.036 TOP MAIN SOLVE Loop x[1] = 2.779999999999985 y[1] (analytic) = 0 y[1] (numeric) = 1.645387751400086 absolute error = 1.645387751400086 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.207 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.163 Order of pole (six term test) = -1.036 TOP MAIN SOLVE Loop x[1] = 2.789999999999984 y[1] (analytic) = 0 y[1] (numeric) = 1.65044075620166 absolute error = 1.65044075620166 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.219 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.178 Order of pole (six term test) = -1.036 TOP MAIN SOLVE Loop x[1] = 2.799999999999984 y[1] (analytic) = 0 y[1] (numeric) = 1.655492034885096 absolute error = 1.655492034885096 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.23 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.192 Order of pole (six term test) = -1.036 TOP MAIN SOLVE Loop x[1] = 2.809999999999984 y[1] (analytic) = 0 y[1] (numeric) = 1.660541626354243 absolute error = 1.660541626354243 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.242 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.207 Order of pole (six term test) = -1.036 TOP MAIN SOLVE Loop x[1] = 2.819999999999984 y[1] (analytic) = 0 y[1] (numeric) = 1.665589569314471 absolute error = 1.665589569314471 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.253 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.221 Order of pole (six term test) = -1.035 TOP MAIN SOLVE Loop x[1] = 2.829999999999984 y[1] (analytic) = 0 y[1] (numeric) = 1.670635902274573 absolute error = 1.670635902274573 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.265 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.235 Order of pole (six term test) = -1.035 TOP MAIN SOLVE Loop x[1] = 2.839999999999983 y[1] (analytic) = 0 y[1] (numeric) = 1.675680663548654 absolute error = 1.675680663548654 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.276 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.25 Order of pole (six term test) = -1.035 TOP MAIN SOLVE Loop x[1] = 2.849999999999983 y[1] (analytic) = 0 y[1] (numeric) = 1.680723891257989 absolute error = 1.680723891257989 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.288 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.264 Order of pole (six term test) = -1.035 TOP MAIN SOLVE Loop x[1] = 2.859999999999983 y[1] (analytic) = 0 y[1] (numeric) = 1.68576562333286 absolute error = 1.68576562333286 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.299 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.279 Order of pole (six term test) = -1.035 TOP MAIN SOLVE Loop x[1] = 2.869999999999983 y[1] (analytic) = 0 y[1] (numeric) = 1.690805897514375 absolute error = 1.690805897514375 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.311 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.293 Order of pole (six term test) = -1.035 TOP MAIN SOLVE Loop x[1] = 2.879999999999983 y[1] (analytic) = 0 y[1] (numeric) = 1.695844751356256 absolute error = 1.695844751356256 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.323 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.307 Order of pole (six term test) = -1.035 TOP MAIN SOLVE Loop x[1] = 2.889999999999982 y[1] (analytic) = 0 y[1] (numeric) = 1.700882222226611 absolute error = 1.700882222226611 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.334 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.322 Order of pole (six term test) = -1.035 TOP MAIN SOLVE Loop x[1] = 2.899999999999982 y[1] (analytic) = 0 y[1] (numeric) = 1.70591834730968 absolute error = 1.70591834730968 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.346 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.336 Order of pole (six term test) = -1.035 TOP MAIN SOLVE Loop x[1] = 2.909999999999982 y[1] (analytic) = 0 y[1] (numeric) = 1.710953163607567 absolute error = 1.710953163607567 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.357 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.351 Order of pole (six term test) = -1.035 TOP MAIN SOLVE Loop x[1] = 2.919999999999982 y[1] (analytic) = 0 y[1] (numeric) = 1.715986707941938 absolute error = 1.715986707941938 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.369 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.365 Order of pole (six term test) = -1.035 TOP MAIN SOLVE Loop x[1] = 2.929999999999982 y[1] (analytic) = 0 y[1] (numeric) = 1.721019016955712 absolute error = 1.721019016955712 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.38 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.379 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 2.939999999999981 y[1] (analytic) = 0 y[1] (numeric) = 1.72605012711472 absolute error = 1.72605012711472 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.392 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.394 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 2.949999999999981 y[1] (analytic) = 0 y[1] (numeric) = 1.731080074709351 absolute error = 1.731080074709351 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.403 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.408 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 2.959999999999981 y[1] (analytic) = 0 y[1] (numeric) = 1.736108895856177 absolute error = 1.736108895856177 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.415 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.423 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 2.969999999999981 y[1] (analytic) = 0 y[1] (numeric) = 1.741136626499552 absolute error = 1.741136626499552 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.427 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.437 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 2.97999999999998 y[1] (analytic) = 0 y[1] (numeric) = 1.746163302413198 absolute error = 1.746163302413198 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.438 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.452 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 2.98999999999998 y[1] (analytic) = 0 y[1] (numeric) = 1.751188959201773 absolute error = 1.751188959201773 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.45 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.466 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 2.99999999999998 y[1] (analytic) = 0 y[1] (numeric) = 1.756213632302411 absolute error = 1.756213632302411 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.461 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.48 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 3.00999999999998 y[1] (analytic) = 0 y[1] (numeric) = 1.761237356986255 absolute error = 1.761237356986255 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.473 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.495 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 3.01999999999998 y[1] (analytic) = 0 y[1] (numeric) = 1.766260168359961 absolute error = 1.766260168359961 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.484 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.509 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 3.029999999999979 y[1] (analytic) = 0 y[1] (numeric) = 1.771282101367193 absolute error = 1.771282101367193 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.496 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.524 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 3.039999999999979 y[1] (analytic) = 0 y[1] (numeric) = 1.77630319079009 absolute error = 1.77630319079009 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.507 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.538 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 3.049999999999979 y[1] (analytic) = 0 y[1] (numeric) = 1.781323471250726 absolute error = 1.781323471250726 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.519 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.553 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 3.059999999999979 y[1] (analytic) = 0 y[1] (numeric) = 1.786342977212544 absolute error = 1.786342977212544 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.531 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.567 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 3.069999999999979 y[1] (analytic) = 0 y[1] (numeric) = 1.79136174298178 absolute error = 1.79136174298178 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.542 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.582 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 3.079999999999978 y[1] (analytic) = 0 y[1] (numeric) = 1.796379802708861 absolute error = 1.796379802708861 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.554 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.596 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 3.089999999999978 y[1] (analytic) = 0 y[1] (numeric) = 1.801397190389795 absolute error = 1.801397190389795 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.565 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.611 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.099999999999978 y[1] (analytic) = 0 y[1] (numeric) = 1.80641393986754 absolute error = 1.80641393986754 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.577 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.625 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.109999999999978 y[1] (analytic) = 0 y[1] (numeric) = 1.811430084833359 absolute error = 1.811430084833359 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.588 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.639 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.119999999999977 y[1] (analytic) = 0 y[1] (numeric) = 1.816445658828153 absolute error = 1.816445658828153 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.6 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.654 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.129999999999977 y[1] (analytic) = 0 y[1] (numeric) = 1.82146069524379 absolute error = 1.82146069524379 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.611 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.668 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.139999999999977 y[1] (analytic) = 0 y[1] (numeric) = 1.826475227324403 absolute error = 1.826475227324403 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.623 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.683 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.149999999999977 y[1] (analytic) = 0 y[1] (numeric) = 1.831489288167685 absolute error = 1.831489288167685 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.634 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.697 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.159999999999977 y[1] (analytic) = 0 y[1] (numeric) = 1.836502910726165 absolute error = 1.836502910726165 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.646 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.712 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.169999999999976 y[1] (analytic) = 0 y[1] (numeric) = 1.841516127808466 absolute error = 1.841516127808466 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.658 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.726 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.179999999999976 y[1] (analytic) = 0 y[1] (numeric) = 1.846528972080548 absolute error = 1.846528972080548 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.669 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.741 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.189999999999976 y[1] (analytic) = 0 y[1] (numeric) = 1.851541476066945 absolute error = 1.851541476066945 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.681 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.755 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.199999999999976 y[1] (analytic) = 0 y[1] (numeric) = 1.856553672151976 absolute error = 1.856553672151976 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.692 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.77 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.209999999999976 y[1] (analytic) = 0 y[1] (numeric) = 1.86156559258095 absolute error = 1.86156559258095 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.704 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.784 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.219999999999975 y[1] (analytic) = 0 y[1] (numeric) = 1.866577269461351 absolute error = 1.866577269461351 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.715 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.799 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.229999999999975 y[1] (analytic) = 0 y[1] (numeric) = 1.871588734764012 absolute error = 1.871588734764012 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.727 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.813 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.239999999999975 y[1] (analytic) = 0 y[1] (numeric) = 1.876600020324279 absolute error = 1.876600020324279 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.738 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.828 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.249999999999975 y[1] (analytic) = 0 y[1] (numeric) = 1.881611157843154 absolute error = 1.881611157843154 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.75 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.842 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.259999999999974 y[1] (analytic) = 0 y[1] (numeric) = 1.886622178888427 absolute error = 1.886622178888427 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.762 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.857 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.269999999999974 y[1] (analytic) = 0 y[1] (numeric) = 1.891633114895801 absolute error = 1.891633114895801 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.773 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.871 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.279999999999974 y[1] (analytic) = 0 y[1] (numeric) = 1.896643997169994 absolute error = 1.896643997169994 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.785 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.886 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.289999999999974 y[1] (analytic) = 0 y[1] (numeric) = 1.901654856885835 absolute error = 1.901654856885835 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.796 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.901 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.299999999999974 y[1] (analytic) = 0 y[1] (numeric) = 1.906665725089345 absolute error = 1.906665725089345 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.808 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.915 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.309999999999973 y[1] (analytic) = 0 y[1] (numeric) = 1.911676632698806 absolute error = 1.911676632698806 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.819 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.93 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.319999999999973 y[1] (analytic) = 0 y[1] (numeric) = 1.916687610505817 absolute error = 1.916687610505817 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.831 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.944 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.329999999999973 y[1] (analytic) = 0 y[1] (numeric) = 1.921698689176339 absolute error = 1.921698689176339 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.842 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.959 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.339999999999973 y[1] (analytic) = 0 y[1] (numeric) = 1.926709899251724 absolute error = 1.926709899251724 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.854 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.973 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.349999999999973 y[1] (analytic) = 0 y[1] (numeric) = 1.931721271149739 absolute error = 1.931721271149739 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.866 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 3.988 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.359999999999972 y[1] (analytic) = 0 y[1] (numeric) = 1.936732835165571 absolute error = 1.936732835165571 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.877 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.002 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.369999999999972 y[1] (analytic) = 0 y[1] (numeric) = 1.941744621472826 absolute error = 1.941744621472826 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.889 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.017 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.379999999999972 y[1] (analytic) = 0 y[1] (numeric) = 1.946756660124511 absolute error = 1.946756660124511 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.9 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.031 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.389999999999972 y[1] (analytic) = 0 y[1] (numeric) = 1.951768981054009 absolute error = 1.951768981054009 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.912 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.046 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.399999999999971 y[1] (analytic) = 0 y[1] (numeric) = 1.956781614076045 absolute error = 1.956781614076045 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.923 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.06 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.409999999999971 y[1] (analytic) = 0 y[1] (numeric) = 1.96179458888763 absolute error = 1.96179458888763 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.935 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.075 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.419999999999971 y[1] (analytic) = 0 y[1] (numeric) = 1.966807935069008 absolute error = 1.966807935069008 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.946 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.09 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.429999999999971 y[1] (analytic) = 0 y[1] (numeric) = 1.971821682084582 absolute error = 1.971821682084582 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.958 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.104 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.439999999999971 y[1] (analytic) = 0 y[1] (numeric) = 1.976835859283833 absolute error = 1.976835859283833 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.97 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.119 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.44999999999997 y[1] (analytic) = 0 y[1] (numeric) = 1.98185049590223 absolute error = 1.98185049590223 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.981 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.133 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.45999999999997 y[1] (analytic) = 0 y[1] (numeric) = 1.986865621062126 absolute error = 1.986865621062126 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 3.993 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.148 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.46999999999997 y[1] (analytic) = 0 y[1] (numeric) = 1.991881263773646 absolute error = 1.991881263773646 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.004 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.162 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.47999999999997 y[1] (analytic) = 0 y[1] (numeric) = 1.996897452935563 absolute error = 1.996897452935563 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.016 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.177 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.48999999999997 y[1] (analytic) = 0 y[1] (numeric) = 2.001914217336169 absolute error = 2.001914217336169 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.027 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.192 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.499999999999969 y[1] (analytic) = 0 y[1] (numeric) = 2.006931585654129 absolute error = 2.006931585654129 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.039 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.206 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.509999999999969 y[1] (analytic) = 0 y[1] (numeric) = 2.011949586459326 absolute error = 2.011949586459326 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.05 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.221 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.519999999999969 y[1] (analytic) = 0 y[1] (numeric) = 2.016968248213707 absolute error = 2.016968248213707 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.062 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.235 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.529999999999969 y[1] (analytic) = 0 y[1] (numeric) = 2.021987599272101 absolute error = 2.021987599272101 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.073 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.25 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.539999999999969 y[1] (analytic) = 0 y[1] (numeric) = 2.027007667883046 absolute error = 2.027007667883046 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.085 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.264 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.549999999999968 y[1] (analytic) = 0 y[1] (numeric) = 2.03202848218959 absolute error = 2.03202848218959 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.097 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.279 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.559999999999968 y[1] (analytic) = 0 y[1] (numeric) = 2.037050070230099 absolute error = 2.037050070230099 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.108 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.294 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.569999999999968 y[1] (analytic) = 0 y[1] (numeric) = 2.042072459939043 absolute error = 2.042072459939043 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.12 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.308 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.579999999999968 y[1] (analytic) = 0 y[1] (numeric) = 2.047095679147777 absolute error = 2.047095679147777 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.131 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.323 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.589999999999967 y[1] (analytic) = 0 y[1] (numeric) = 2.052119755585317 absolute error = 2.052119755585317 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.143 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.337 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.599999999999967 y[1] (analytic) = 0 y[1] (numeric) = 2.057144716879101 absolute error = 2.057144716879101 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.154 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.352 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.609999999999967 y[1] (analytic) = 0 y[1] (numeric) = 2.062170590555747 absolute error = 2.062170590555747 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.166 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.367 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.619999999999967 y[1] (analytic) = 0 y[1] (numeric) = 2.067197404041794 absolute error = 2.067197404041794 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.177 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.381 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.629999999999967 y[1] (analytic) = 0 y[1] (numeric) = 2.072225184664445 absolute error = 2.072225184664445 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.189 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.396 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.639999999999966 y[1] (analytic) = 0 y[1] (numeric) = 2.077253959652297 absolute error = 2.077253959652297 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.201 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.41 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.649999999999966 y[1] (analytic) = 0 y[1] (numeric) = 2.082283756136054 absolute error = 2.082283756136054 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.212 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.425 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.659999999999966 y[1] (analytic) = 0 y[1] (numeric) = 2.08731460114925 absolute error = 2.08731460114925 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.224 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.44 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.669999999999966 y[1] (analytic) = 0 y[1] (numeric) = 2.092346521628947 absolute error = 2.092346521628947 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.235 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.454 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.679999999999966 y[1] (analytic) = 0 y[1] (numeric) = 2.097379544416434 absolute error = 2.097379544416434 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.247 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.469 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.689999999999965 y[1] (analytic) = 0 y[1] (numeric) = 2.102413696257914 absolute error = 2.102413696257914 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.258 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.483 Order of pole (six term test) = -1.033 TOP MAIN SOLVE Loop x[1] = 3.699999999999965 y[1] (analytic) = 0 y[1] (numeric) = 2.107449003805185 absolute error = 2.107449003805185 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.27 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.498 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 3.709999999999965 y[1] (analytic) = 0 y[1] (numeric) = 2.112485493616312 absolute error = 2.112485493616312 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.281 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.513 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 3.719999999999965 y[1] (analytic) = 0 y[1] (numeric) = 2.117523192156296 absolute error = 2.117523192156296 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.293 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.527 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 3.729999999999964 y[1] (analytic) = 0 y[1] (numeric) = 2.122562125797725 absolute error = 2.122562125797725 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.305 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.542 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 3.739999999999964 y[1] (analytic) = 0 y[1] (numeric) = 2.127602320821429 absolute error = 2.127602320821429 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.316 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.557 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 3.749999999999964 y[1] (analytic) = 0 y[1] (numeric) = 2.132643803417118 absolute error = 2.132643803417118 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.328 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.571 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 3.759999999999964 y[1] (analytic) = 0 y[1] (numeric) = 2.13768659968402 absolute error = 2.13768659968402 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.339 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.586 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 3.769999999999964 y[1] (analytic) = 0 y[1] (numeric) = 2.142730735631509 absolute error = 2.142730735631509 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.351 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.6 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 3.779999999999963 y[1] (analytic) = 0 y[1] (numeric) = 2.147776237179722 absolute error = 2.147776237179722 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.362 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.615 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 3.789999999999963 y[1] (analytic) = 0 y[1] (numeric) = 2.152823130160173 absolute error = 2.152823130160173 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.374 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.63 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 3.799999999999963 y[1] (analytic) = 0 y[1] (numeric) = 2.157871440316363 absolute error = 2.157871440316363 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.385 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.644 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 3.809999999999963 y[1] (analytic) = 0 y[1] (numeric) = 2.162921193304374 absolute error = 2.162921193304374 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.397 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.659 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 3.819999999999963 y[1] (analytic) = 0 y[1] (numeric) = 2.167972414693462 absolute error = 2.167972414693462 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.409 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.674 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 3.829999999999962 y[1] (analytic) = 0 y[1] (numeric) = 2.173025129966647 absolute error = 2.173025129966647 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.42 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.688 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 3.839999999999962 y[1] (analytic) = 0 y[1] (numeric) = 2.178079364521283 absolute error = 2.178079364521283 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.432 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.703 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 3.849999999999962 y[1] (analytic) = 0 y[1] (numeric) = 2.183135143669638 absolute error = 2.183135143669638 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.443 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.718 Order of pole (six term test) = -1.034 TOP MAIN SOLVE Loop x[1] = 3.859999999999962 y[1] (analytic) = 0 y[1] (numeric) = 2.188192492639453 absolute error = 2.188192492639453 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.455 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.732 Order of pole (six term test) = -1.035 TOP MAIN SOLVE Loop x[1] = 3.869999999999961 y[1] (analytic) = 0 y[1] (numeric) = 2.193251436574504 absolute error = 2.193251436574504 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.466 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.747 Order of pole (six term test) = -1.035 TOP MAIN SOLVE Loop x[1] = 3.879999999999961 y[1] (analytic) = 0 y[1] (numeric) = 2.198312000535154 absolute error = 2.198312000535154 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.478 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.761 Order of pole (six term test) = -1.035 TOP MAIN SOLVE Loop x[1] = 3.889999999999961 y[1] (analytic) = 0 y[1] (numeric) = 2.203374209498895 absolute error = 2.203374209498895 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.489 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.776 Order of pole (six term test) = -1.035 TOP MAIN SOLVE Loop x[1] = 3.899999999999961 y[1] (analytic) = 0 y[1] (numeric) = 2.208438088360891 absolute error = 2.208438088360891 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.501 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.791 Order of pole (six term test) = -1.035 TOP MAIN SOLVE Loop x[1] = 3.909999999999961 y[1] (analytic) = 0 y[1] (numeric) = 2.213503661934511 absolute error = 2.213503661934511 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.512 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.805 Order of pole (six term test) = -1.035 TOP MAIN SOLVE Loop x[1] = 3.91999999999996 y[1] (analytic) = 0 y[1] (numeric) = 2.21857095495185 absolute error = 2.21857095495185 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.524 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.82 Order of pole (six term test) = -1.035 TOP MAIN SOLVE Loop x[1] = 3.92999999999996 y[1] (analytic) = 0 y[1] (numeric) = 2.223639992064257 absolute error = 2.223639992064257 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.536 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.835 Order of pole (six term test) = -1.035 TOP MAIN SOLVE Loop x[1] = 3.93999999999996 y[1] (analytic) = 0 y[1] (numeric) = 2.228710797842845 absolute error = 2.228710797842845 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.547 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.849 Order of pole (six term test) = -1.035 TOP MAIN SOLVE Loop x[1] = 3.94999999999996 y[1] (analytic) = 0 y[1] (numeric) = 2.233783396779 absolute error = 2.233783396779 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.559 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.864 Order of pole (six term test) = -1.035 TOP MAIN SOLVE Loop x[1] = 3.95999999999996 y[1] (analytic) = 0 y[1] (numeric) = 2.238857813284882 absolute error = 2.238857813284882 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.57 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.879 Order of pole (six term test) = -1.035 TOP MAIN SOLVE Loop x[1] = 3.969999999999959 y[1] (analytic) = 0 y[1] (numeric) = 2.243934071693926 absolute error = 2.243934071693926 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.582 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.893 Order of pole (six term test) = -1.036 TOP MAIN SOLVE Loop x[1] = 3.979999999999959 y[1] (analytic) = 0 y[1] (numeric) = 2.249012196261326 absolute error = 2.249012196261326 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.593 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.908 Order of pole (six term test) = -1.036 TOP MAIN SOLVE Loop x[1] = 3.989999999999959 y[1] (analytic) = 0 y[1] (numeric) = 2.254092211164525 absolute error = 2.254092211164525 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.605 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.923 Order of pole (six term test) = -1.036 TOP MAIN SOLVE Loop x[1] = 3.999999999999959 y[1] (analytic) = 0 y[1] (numeric) = 2.259174140503691 absolute error = 2.259174140503691 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.616 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.937 Order of pole (six term test) = -1.036 TOP MAIN SOLVE Loop x[1] = 4.009999999999959 y[1] (analytic) = 0 y[1] (numeric) = 2.264258008302191 absolute error = 2.264258008302191 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.628 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.952 Order of pole (six term test) = -1.036 TOP MAIN SOLVE Loop x[1] = 4.019999999999959 y[1] (analytic) = 0 y[1] (numeric) = 2.269343838507061 absolute error = 2.269343838507061 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.64 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.967 Order of pole (six term test) = -1.036 TOP MAIN SOLVE Loop x[1] = 4.029999999999959 y[1] (analytic) = 0 y[1] (numeric) = 2.274431654989463 absolute error = 2.274431654989463 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.651 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.981 Order of pole (six term test) = -1.036 TOP MAIN SOLVE Loop x[1] = 4.039999999999958 y[1] (analytic) = 0 y[1] (numeric) = 2.279521481545146 absolute error = 2.279521481545146 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.663 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 4.996 Order of pole (six term test) = -1.036 TOP MAIN SOLVE Loop x[1] = 4.049999999999958 y[1] (analytic) = 0 y[1] (numeric) = 2.284613341894896 absolute error = 2.284613341894896 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.674 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.011 Order of pole (six term test) = -1.036 TOP MAIN SOLVE Loop x[1] = 4.059999999999958 y[1] (analytic) = 0 y[1] (numeric) = 2.28970725968498 absolute error = 2.28970725968498 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.686 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.025 Order of pole (six term test) = -1.036 TOP MAIN SOLVE Loop x[1] = 4.069999999999958 y[1] (analytic) = 0 y[1] (numeric) = 2.294803258487589 absolute error = 2.294803258487589 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.697 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.04 Order of pole (six term test) = -1.037 TOP MAIN SOLVE Loop x[1] = 4.079999999999957 y[1] (analytic) = 0 y[1] (numeric) = 2.299901361801269 absolute error = 2.299901361801269 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.709 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.055 Order of pole (six term test) = -1.037 TOP MAIN SOLVE Loop x[1] = 4.089999999999957 y[1] (analytic) = 0 y[1] (numeric) = 2.305001593051357 absolute error = 2.305001593051357 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.72 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.069 Order of pole (six term test) = -1.037 TOP MAIN SOLVE Loop x[1] = 4.099999999999957 y[1] (analytic) = 0 y[1] (numeric) = 2.310103975590399 absolute error = 2.310103975590399 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.732 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.084 Order of pole (six term test) = -1.037 TOP MAIN SOLVE Loop x[1] = 4.109999999999957 y[1] (analytic) = 0 y[1] (numeric) = 2.315208532698574 absolute error = 2.315208532698574 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.743 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.099 Order of pole (six term test) = -1.037 TOP MAIN SOLVE Loop x[1] = 4.119999999999957 y[1] (analytic) = 0 y[1] (numeric) = 2.320315287584106 absolute error = 2.320315287584106 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.755 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.114 Order of pole (six term test) = -1.037 TOP MAIN SOLVE Loop x[1] = 4.129999999999956 y[1] (analytic) = 0 y[1] (numeric) = 2.325424263383674 absolute error = 2.325424263383674 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.767 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.128 Order of pole (six term test) = -1.037 TOP MAIN SOLVE Loop x[1] = 4.139999999999956 y[1] (analytic) = 0 y[1] (numeric) = 2.330535483162816 absolute error = 2.330535483162816 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.778 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.143 Order of pole (six term test) = -1.037 TOP MAIN SOLVE Loop x[1] = 4.149999999999956 y[1] (analytic) = 0 y[1] (numeric) = 2.335648969916329 absolute error = 2.335648969916329 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.79 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.158 Order of pole (six term test) = -1.037 TOP MAIN SOLVE Loop x[1] = 4.159999999999956 y[1] (analytic) = 0 y[1] (numeric) = 2.340764746568665 absolute error = 2.340764746568665 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.801 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.172 Order of pole (six term test) = -1.038 TOP MAIN SOLVE Loop x[1] = 4.169999999999956 y[1] (analytic) = 0 y[1] (numeric) = 2.345882835974314 absolute error = 2.345882835974314 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.813 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.187 Order of pole (six term test) = -1.038 TOP MAIN SOLVE Loop x[1] = 4.179999999999955 y[1] (analytic) = 0 y[1] (numeric) = 2.351003260918199 absolute error = 2.351003260918199 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.824 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.202 Order of pole (six term test) = -1.038 TOP MAIN SOLVE Loop x[1] = 4.189999999999955 y[1] (analytic) = 0 y[1] (numeric) = 2.356126044116046 absolute error = 2.356126044116046 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.836 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.216 Order of pole (six term test) = -1.038 TOP MAIN SOLVE Loop x[1] = 4.199999999999955 y[1] (analytic) = 0 y[1] (numeric) = 2.361251208214767 absolute error = 2.361251208214767 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.847 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.231 Order of pole (six term test) = -1.038 TOP MAIN SOLVE Loop x[1] = 4.209999999999955 y[1] (analytic) = 0 y[1] (numeric) = 2.366378775792825 absolute error = 2.366378775792825 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.859 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.246 Order of pole (six term test) = -1.038 TOP MAIN SOLVE Loop x[1] = 4.219999999999954 y[1] (analytic) = 0 y[1] (numeric) = 2.371508769360606 absolute error = 2.371508769360606 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.871 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.26 Order of pole (six term test) = -1.038 TOP MAIN SOLVE Loop x[1] = 4.229999999999954 y[1] (analytic) = 0 y[1] (numeric) = 2.376641211360773 absolute error = 2.376641211360773 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.882 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.275 Order of pole (six term test) = -1.039 TOP MAIN SOLVE Loop x[1] = 4.239999999999954 y[1] (analytic) = 0 y[1] (numeric) = 2.38177612416863 absolute error = 2.38177612416863 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.894 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.29 Order of pole (six term test) = -1.039 TOP MAIN SOLVE Loop x[1] = 4.249999999999954 y[1] (analytic) = 0 y[1] (numeric) = 2.38691353009247 absolute error = 2.38691353009247 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.905 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.305 Order of pole (six term test) = -1.039 TOP MAIN SOLVE Loop x[1] = 4.259999999999954 y[1] (analytic) = 0 y[1] (numeric) = 2.392053451373924 absolute error = 2.392053451373924 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.917 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.319 Order of pole (six term test) = -1.039 TOP MAIN SOLVE Loop x[1] = 4.269999999999953 y[1] (analytic) = 0 y[1] (numeric) = 2.397195910188306 absolute error = 2.397195910188306 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.928 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.334 Order of pole (six term test) = -1.039 TOP MAIN SOLVE Loop x[1] = 4.279999999999953 y[1] (analytic) = 0 y[1] (numeric) = 2.402340928644951 absolute error = 2.402340928644951 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.94 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.349 Order of pole (six term test) = -1.039 TOP MAIN SOLVE Loop x[1] = 4.289999999999953 y[1] (analytic) = 0 y[1] (numeric) = 2.40748852878755 absolute error = 2.40748852878755 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.951 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.363 Order of pole (six term test) = -1.039 TOP MAIN SOLVE Loop x[1] = 4.299999999999953 y[1] (analytic) = 0 y[1] (numeric) = 2.412638732594479 absolute error = 2.412638732594479 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.963 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.378 Order of pole (six term test) = -1.04 TOP MAIN SOLVE Loop x[1] = 4.309999999999953 y[1] (analytic) = 0 y[1] (numeric) = 2.417791561979129 absolute error = 2.417791561979129 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.974 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.393 Order of pole (six term test) = -1.04 TOP MAIN SOLVE Loop x[1] = 4.319999999999952 y[1] (analytic) = 0 y[1] (numeric) = 2.422947038790225 absolute error = 2.422947038790225 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.986 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.408 Order of pole (six term test) = -1.04 TOP MAIN SOLVE Loop x[1] = 4.329999999999952 y[1] (analytic) = 0 y[1] (numeric) = 2.428105184812146 absolute error = 2.428105184812146 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 4.998 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.422 Order of pole (six term test) = -1.04 TOP MAIN SOLVE Loop x[1] = 4.339999999999952 y[1] (analytic) = 0 y[1] (numeric) = 2.433266021765238 absolute error = 2.433266021765238 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.009 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.437 Order of pole (six term test) = -1.04 TOP MAIN SOLVE Loop x[1] = 4.349999999999952 y[1] (analytic) = 0 y[1] (numeric) = 2.438429571306123 absolute error = 2.438429571306123 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.021 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.452 Order of pole (six term test) = -1.04 TOP MAIN SOLVE Loop x[1] = 4.359999999999951 y[1] (analytic) = 0 y[1] (numeric) = 2.443595855028005 absolute error = 2.443595855028005 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.032 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.466 Order of pole (six term test) = -1.04 TOP MAIN SOLVE Loop x[1] = 4.369999999999951 y[1] (analytic) = 0 y[1] (numeric) = 2.448764894460974 absolute error = 2.448764894460974 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.044 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.481 Order of pole (six term test) = -1.041 TOP MAIN SOLVE Loop x[1] = 4.379999999999951 y[1] (analytic) = 0 y[1] (numeric) = 2.4539367110723 absolute error = 2.4539367110723 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.055 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.496 Order of pole (six term test) = -1.041 TOP MAIN SOLVE Loop x[1] = 4.389999999999951 y[1] (analytic) = 0 y[1] (numeric) = 2.45911132626673 absolute error = 2.45911132626673 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.067 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.511 Order of pole (six term test) = -1.041 TOP MAIN SOLVE Loop x[1] = 4.399999999999951 y[1] (analytic) = 0 y[1] (numeric) = 2.464288761386776 absolute error = 2.464288761386776 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.078 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.525 Order of pole (six term test) = -1.041 TOP MAIN SOLVE Loop x[1] = 4.40999999999995 y[1] (analytic) = 0 y[1] (numeric) = 2.469469037713 absolute error = 2.469469037713 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.09 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.54 Order of pole (six term test) = -1.041 TOP MAIN SOLVE Loop x[1] = 4.41999999999995 y[1] (analytic) = 0 y[1] (numeric) = 2.474652176464302 absolute error = 2.474652176464302 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.102 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.555 Order of pole (six term test) = -1.041 TOP MAIN SOLVE Loop x[1] = 4.42999999999995 y[1] (analytic) = 0 y[1] (numeric) = 2.479838198798189 absolute error = 2.479838198798189 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.113 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.569 Order of pole (six term test) = -1.042 TOP MAIN SOLVE Loop x[1] = 4.43999999999995 y[1] (analytic) = 0 y[1] (numeric) = 2.485027125811059 absolute error = 2.485027125811059 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.125 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.584 Order of pole (six term test) = -1.042 TOP MAIN SOLVE Loop x[1] = 4.44999999999995 y[1] (analytic) = 0 y[1] (numeric) = 2.490218978538465 absolute error = 2.490218978538465 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.136 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.599 Order of pole (six term test) = -1.042 TOP MAIN SOLVE Loop x[1] = 4.459999999999949 y[1] (analytic) = 0 y[1] (numeric) = 2.495413777955385 absolute error = 2.495413777955385 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.148 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.614 Order of pole (six term test) = -1.042 TOP MAIN SOLVE Loop x[1] = 4.469999999999949 y[1] (analytic) = 0 y[1] (numeric) = 2.500611544976487 absolute error = 2.500611544976487 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.159 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.628 Order of pole (six term test) = -1.042 TOP MAIN SOLVE Loop x[1] = 4.479999999999949 y[1] (analytic) = 0 y[1] (numeric) = 2.505812300456386 absolute error = 2.505812300456386 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.171 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.643 Order of pole (six term test) = -1.042 TOP MAIN SOLVE Loop x[1] = 4.489999999999949 y[1] (analytic) = 0 y[1] (numeric) = 2.511016065189901 absolute error = 2.511016065189901 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.182 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.658 Order of pole (six term test) = -1.043 TOP MAIN SOLVE Loop x[1] = 4.499999999999948 y[1] (analytic) = 0 y[1] (numeric) = 2.51622285991231 absolute error = 2.51622285991231 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.194 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.673 Order of pole (six term test) = -1.043 TOP MAIN SOLVE Loop x[1] = 4.509999999999948 y[1] (analytic) = 0 y[1] (numeric) = 2.521432705299595 absolute error = 2.521432705299595 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.205 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.687 Order of pole (six term test) = -1.043 TOP MAIN SOLVE Loop x[1] = 4.519999999999948 y[1] (analytic) = 0 y[1] (numeric) = 2.526645621968693 absolute error = 2.526645621968693 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.217 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.702 Order of pole (six term test) = -1.043 TOP MAIN SOLVE Loop x[1] = 4.529999999999948 y[1] (analytic) = 0 y[1] (numeric) = 2.531861630477733 absolute error = 2.531861630477733 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.229 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.717 Order of pole (six term test) = -1.043 TOP MAIN SOLVE Loop x[1] = 4.539999999999948 y[1] (analytic) = 0 y[1] (numeric) = 2.537080751326278 absolute error = 2.537080751326278 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.24 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.732 Order of pole (six term test) = -1.043 TOP MAIN SOLVE Loop x[1] = 4.549999999999947 y[1] (analytic) = 0 y[1] (numeric) = 2.54230300495556 absolute error = 2.54230300495556 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.252 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.746 Order of pole (six term test) = -1.044 TOP MAIN SOLVE Loop x[1] = 4.559999999999947 y[1] (analytic) = 0 y[1] (numeric) = 2.54752841174871 absolute error = 2.54752841174871 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.263 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.761 Order of pole (six term test) = -1.044 TOP MAIN SOLVE Loop x[1] = 4.569999999999947 y[1] (analytic) = 0 y[1] (numeric) = 2.552756992030991 absolute error = 2.552756992030991 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.275 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.776 Order of pole (six term test) = -1.044 TOP MAIN SOLVE Loop x[1] = 4.579999999999947 y[1] (analytic) = 0 y[1] (numeric) = 2.557988766070018 absolute error = 2.557988766070018 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.286 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.791 Order of pole (six term test) = -1.044 TOP MAIN SOLVE Loop x[1] = 4.589999999999947 y[1] (analytic) = 0 y[1] (numeric) = 2.563223754075981 absolute error = 2.563223754075981 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.298 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.805 Order of pole (six term test) = -1.044 TOP MAIN SOLVE Loop x[1] = 4.599999999999946 y[1] (analytic) = 0 y[1] (numeric) = 2.568461976201871 absolute error = 2.568461976201871 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.309 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.82 Order of pole (six term test) = -1.045 TOP MAIN SOLVE Loop x[1] = 4.609999999999946 y[1] (analytic) = 0 y[1] (numeric) = 2.573703452543683 absolute error = 2.573703452543683 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.321 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.835 Order of pole (six term test) = -1.045 TOP MAIN SOLVE Loop x[1] = 4.619999999999946 y[1] (analytic) = 0 y[1] (numeric) = 2.57894820314064 absolute error = 2.57894820314064 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.332 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.85 Order of pole (six term test) = -1.045 TOP MAIN SOLVE Loop x[1] = 4.629999999999946 y[1] (analytic) = 0 y[1] (numeric) = 2.584196247975396 absolute error = 2.584196247975396 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.344 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.864 Order of pole (six term test) = -1.045 TOP MAIN SOLVE Loop x[1] = 4.639999999999946 y[1] (analytic) = 0 y[1] (numeric) = 2.589447606974241 absolute error = 2.589447606974241 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.356 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.879 Order of pole (six term test) = -1.045 TOP MAIN SOLVE Loop x[1] = 4.649999999999945 y[1] (analytic) = 0 y[1] (numeric) = 2.594702300007309 absolute error = 2.594702300007309 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.367 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.894 Order of pole (six term test) = -1.046 TOP MAIN SOLVE Loop x[1] = 4.659999999999945 y[1] (analytic) = 0 y[1] (numeric) = 2.599960346888774 absolute error = 2.599960346888774 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.379 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.909 Order of pole (six term test) = -1.046 TOP MAIN SOLVE Loop x[1] = 4.669999999999945 y[1] (analytic) = 0 y[1] (numeric) = 2.605221767377047 absolute error = 2.605221767377047 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.39 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.923 Order of pole (six term test) = -1.046 TOP MAIN SOLVE Loop x[1] = 4.679999999999945 y[1] (analytic) = 0 y[1] (numeric) = 2.610486581174972 absolute error = 2.610486581174972 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.402 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.938 Order of pole (six term test) = -1.046 TOP MAIN SOLVE Loop x[1] = 4.689999999999944 y[1] (analytic) = 0 y[1] (numeric) = 2.615754807930012 absolute error = 2.615754807930012 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.413 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.953 Order of pole (six term test) = -1.046 TOP MAIN SOLVE Loop x[1] = 4.699999999999944 y[1] (analytic) = 0 y[1] (numeric) = 2.621026467234442 absolute error = 2.621026467234442 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.425 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.968 Order of pole (six term test) = -1.047 TOP MAIN SOLVE Loop x[1] = 4.709999999999944 y[1] (analytic) = 0 y[1] (numeric) = 2.62630157862553 absolute error = 2.62630157862553 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.436 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.982 Order of pole (six term test) = -1.047 TOP MAIN SOLVE Loop x[1] = 4.719999999999944 y[1] (analytic) = 0 y[1] (numeric) = 2.631580161585722 absolute error = 2.631580161585722 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.448 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 5.997 Order of pole (six term test) = -1.047 TOP MAIN SOLVE Loop x[1] = 4.729999999999944 y[1] (analytic) = 0 y[1] (numeric) = 2.636862235542817 absolute error = 2.636862235542817 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.459 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 6.012 Order of pole (six term test) = -1.047 TOP MAIN SOLVE Loop x[1] = 4.739999999999943 y[1] (analytic) = 0 y[1] (numeric) = 2.642147819870144 absolute error = 2.642147819870144 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.471 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 6.027 Order of pole (six term test) = -1.047 TOP MAIN SOLVE Loop x[1] = 4.749999999999943 y[1] (analytic) = 0 y[1] (numeric) = 2.64743693388674 absolute error = 2.64743693388674 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.483 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 6.041 Order of pole (six term test) = -1.048 TOP MAIN SOLVE Loop x[1] = 4.759999999999943 y[1] (analytic) = 0 y[1] (numeric) = 2.652729596857511 absolute error = 2.652729596857511 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.494 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 6.056 Order of pole (six term test) = -1.048 TOP MAIN SOLVE Loop x[1] = 4.769999999999943 y[1] (analytic) = 0 y[1] (numeric) = 2.658025827993409 absolute error = 2.658025827993409 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.506 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 6.071 Order of pole (six term test) = -1.048 TOP MAIN SOLVE Loop x[1] = 4.779999999999943 y[1] (analytic) = 0 y[1] (numeric) = 2.66332564645159 absolute error = 2.66332564645159 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.517 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 6.086 Order of pole (six term test) = -1.048 TOP MAIN SOLVE Loop x[1] = 4.789999999999942 y[1] (analytic) = 0 y[1] (numeric) = 2.668629071335578 absolute error = 2.668629071335578 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.529 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 6.1 Order of pole (six term test) = -1.049 TOP MAIN SOLVE Loop x[1] = 4.799999999999942 y[1] (analytic) = 0 y[1] (numeric) = 2.673936121695426 absolute error = 2.673936121695426 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.54 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 6.115 Order of pole (six term test) = -1.049 TOP MAIN SOLVE Loop x[1] = 4.809999999999942 y[1] (analytic) = 0 y[1] (numeric) = 2.67924681652787 absolute error = 2.67924681652787 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.552 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 6.13 Order of pole (six term test) = -1.049 TOP MAIN SOLVE Loop x[1] = 4.819999999999942 y[1] (analytic) = 0 y[1] (numeric) = 2.684561174776482 absolute error = 2.684561174776482 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.563 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 6.145 Order of pole (six term test) = -1.049 TOP MAIN SOLVE Loop x[1] = 4.829999999999941 y[1] (analytic) = 0 y[1] (numeric) = 2.689879215331824 absolute error = 2.689879215331824 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.575 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 6.16 Order of pole (six term test) = -1.049 TOP MAIN SOLVE Loop x[1] = 4.839999999999941 y[1] (analytic) = 0 y[1] (numeric) = 2.695200957031595 absolute error = 2.695200957031595 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.586 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 6.174 Order of pole (six term test) = -1.05 TOP MAIN SOLVE Loop x[1] = 4.849999999999941 y[1] (analytic) = 0 y[1] (numeric) = 2.700526418660775 absolute error = 2.700526418660775 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.598 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 6.189 Order of pole (six term test) = -1.05 TOP MAIN SOLVE Loop x[1] = 4.859999999999941 y[1] (analytic) = 0 y[1] (numeric) = 2.705855618951773 absolute error = 2.705855618951773 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.61 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 6.204 Order of pole (six term test) = -1.05 TOP MAIN SOLVE Loop x[1] = 4.869999999999941 y[1] (analytic) = 0 y[1] (numeric) = 2.711188576584561 absolute error = 2.711188576584561 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.621 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 6.219 Order of pole (six term test) = -1.05 TOP MAIN SOLVE Loop x[1] = 4.87999999999994 y[1] (analytic) = 0 y[1] (numeric) = 2.716525310186817 absolute error = 2.716525310186817 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.633 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 6.234 Order of pole (six term test) = -1.051 TOP MAIN SOLVE Loop x[1] = 4.88999999999994 y[1] (analytic) = 0 y[1] (numeric) = 2.721865838334059 absolute error = 2.721865838334059 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.644 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 6.248 Order of pole (six term test) = -1.051 TOP MAIN SOLVE Loop x[1] = 4.89999999999994 y[1] (analytic) = 0 y[1] (numeric) = 2.727210179549777 absolute error = 2.727210179549777 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.656 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 6.263 Order of pole (six term test) = -1.051 TOP MAIN SOLVE Loop x[1] = 4.90999999999994 y[1] (analytic) = 0 y[1] (numeric) = 2.732558352305564 absolute error = 2.732558352305564 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.667 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 6.278 Order of pole (six term test) = -1.051 TOP MAIN SOLVE Loop x[1] = 4.91999999999994 y[1] (analytic) = 0 y[1] (numeric) = 2.737910375021247 absolute error = 2.737910375021247 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.679 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 6.293 Order of pole (six term test) = -1.052 TOP MAIN SOLVE Loop x[1] = 4.929999999999939 y[1] (analytic) = 0 y[1] (numeric) = 2.743266266065006 absolute error = 2.743266266065006 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.69 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 6.308 Order of pole (six term test) = -1.052 TOP MAIN SOLVE Loop x[1] = 4.939999999999939 y[1] (analytic) = 0 y[1] (numeric) = 2.748626043753503 absolute error = 2.748626043753503 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.702 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 6.322 Order of pole (six term test) = -1.052 TOP MAIN SOLVE Loop x[1] = 4.949999999999939 y[1] (analytic) = 0 y[1] (numeric) = 2.753989726352 absolute error = 2.753989726352 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.713 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 6.337 Order of pole (six term test) = -1.052 TOP MAIN SOLVE Loop x[1] = 4.959999999999939 y[1] (analytic) = 0 y[1] (numeric) = 2.759357332074477 absolute error = 2.759357332074477 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.725 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 6.352 Order of pole (six term test) = -1.053 TOP MAIN SOLVE Loop x[1] = 4.969999999999938 y[1] (analytic) = 0 y[1] (numeric) = 2.764728879083751 absolute error = 2.764728879083751 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.737 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 6.367 Order of pole (six term test) = -1.053 TOP MAIN SOLVE Loop x[1] = 4.979999999999938 y[1] (analytic) = 0 y[1] (numeric) = 2.770104385491585 absolute error = 2.770104385491585 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.748 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 6.382 Order of pole (six term test) = -1.053 TOP MAIN SOLVE Loop x[1] = 4.989999999999938 y[1] (analytic) = 0 y[1] (numeric) = 2.775483869358802 absolute error = 2.775483869358802 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.76 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 6.396 Order of pole (six term test) = -1.053 TOP MAIN SOLVE Loop x[1] = 4.999999999999938 y[1] (analytic) = 0 y[1] (numeric) = 2.780867348695392 absolute error = 2.780867348695392 relative error = -1 % Correct digits = -1 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 5.771 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 Radius of convergence (six term test) for eq 1 = 6.411 Order of pole (six term test) = -1.054 Finished! diff ( y , x , 1 ) = expt(sin(0.1 * x) , sin(0.2 * x)); Iterations = 491 Total Elapsed Time = 0 Seconds Elapsed Time(since restart) = 0 Seconds Time to Timeout = 3 Minutes 0 Seconds Percent Done = 100.4 %