##############ECHO OF PROBLEM################# ##############temp/sub_sin_cospostode.ode################# diff ( y , x , 1 ) = m1 * sin(x) - cos(x); ! #BEGIN FIRST INPUT BLOCK # Digits:=32; ELIMINATED in preodein.rb 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 def exact_soln_y (x) return(cos(x) - sin(x)) end #END USER DEF BLOCK #######END OF ECHO OF PROBLEM################# START of Optimize min_size 0.0 min_size 1.0 $glob_desired_digits_correct 10 desired_abs_gbl_error 1.0e-10 range 4.9 estimated_steps 4900000.000000001 step_error 2.040816326530612e-17 est_needed_step_err 2.040816326530612e-17 opt_iter 1 hn_div_ho 0.5 hn_div_ho_2 0.25 hn_div_ho_3 0.125 max_estimated_step_error 2.219661992980815e-183 estimated_step_error 2.219661992980815e-183 best_h 2.0e-06 opt_iter 2 hn_div_ho 0.5 hn_div_ho_2 0.25 hn_div_ho_3 0.125 max_estimated_step_error 1.4895899143913803e-175 estimated_step_error 1.4895899143913803e-175 best_h 4.0e-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 9.996468245245113e-168 estimated_step_error 9.996468245245113e-168 best_h 8.0e-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 6.708515671738396e-160 estimated_step_error 6.708515671738396e-160 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 4.502007842835299e-152 estimated_step_error 4.502007842835299e-152 best_h 3.2e-05 opt_iter 6 hn_div_ho 0.5 hn_div_ho_2 0.25 hn_div_ho_3 0.125 max_estimated_step_error 3.021245225662605e-144 estimated_step_error 3.021245225662605e-144 best_h 6.4e-05 opt_iter 7 hn_div_ho 0.5 hn_div_ho_2 0.25 hn_div_ho_3 0.125 max_estimated_step_error 2.027521880105782e-136 estimated_step_error 2.027521880105782e-136 best_h 0.000128 opt_iter 8 hn_div_ho 0.5 hn_div_ho_2 0.25 hn_div_ho_3 0.125 max_estimated_step_error 1.3606449287707328e-128 estimated_step_error 1.3606449287707328e-128 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 9.131107075615377e-121 estimated_step_error 9.131107075615377e-121 best_h 0.000512 opt_iter 10 hn_div_ho 0.5 hn_div_ho_2 0.25 hn_div_ho_3 0.125 max_estimated_step_error 6.127746698617243e-113 estimated_step_error 6.127746698617243e-113 best_h 0.001024 opt_iter 11 hn_div_ho 0.5 hn_div_ho_2 0.25 hn_div_ho_3 0.125 max_estimated_step_error 4.112213509539573e-105 estimated_step_error 4.112213509539573e-105 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 2.7595957633815306e-97 estimated_step_error 2.7595957633815306e-97 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 1.8518474536932104e-89 estimated_step_error 1.8518474536932104e-89 best_h 0.008192 opt_iter 14 hn_div_ho 0.5 hn_div_ho_2 0.25 hn_div_ho_3 0.125 max_estimated_step_error 1.2426384668844704e-81 estimated_step_error 1.2426384668844704e-81 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 8.337657480147985e-74 estimated_step_error 8.337657480147985e-74 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 5.5932286392749e-66 estimated_step_error 5.5932286392749e-66 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 3.750760377407581e-58 estimated_step_error 3.750760377407581e-58 best_h 0.131072 opt_iter 18 hn_div_ho 0.5 hn_div_ho_2 0.25 hn_div_ho_3 0.125 max_estimated_step_error 2.51334018829928e-50 estimated_step_error 2.51334018829928e-50 best_h 0.1 START of Soultion TOP MAIN SOLVE Loop x[1] 0.1 y[1] (analytic) 0.8951707486311977 y[1] (numeric) 0.8951707486311977 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 15.534947379217883 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.884177797119522 y[1] (numeric) 0.8841777971195222 absolute error 1.1102230246251565e-16 relative error 1.2556558513932895e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 15.220489787786612 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.8730964285649468 y[1] (numeric) 0.873096428564947 absolute error 1.1102230246251565e-16 relative error 1.2715926767103602e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 14.91103042696424 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.8619277510950932 y[1] (numeric) 0.8619277510950932 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 14.606390622238328 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.8506728815684006 y[1] (numeric) 0.8506728815684007 absolute error 1.1102230246251565e-16 relative error 1.3051115754133584e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 14.306399120376055 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.15000000000000002 y[1] (analytic) 0.839332945462443 y[1] (numeric) 0.8393329454624431 absolute error 1.1102230246251565e-16 relative error 1.322744484923635e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 14.01089168664078 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.16000000000000003 y[1] (analytic) 0.8279090767613809 y[1] (numeric) 0.827909076761381 absolute error 1.1102230246251565e-16 relative error 1.3409963192674887e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.17000000000000004 y[1] (analytic) 0.8164024178425646 y[1] (numeric) 0.8164024178425647 absolute error 1.1102230246251565e-16 relative error 1.3598967866350101e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.18000000000000005 y[1] (analytic) 0.8048141193622972 y[1] (numeric) 0.8048141193622973 absolute error 1.1102230246251565e-16 relative error 1.3794775686898401e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.19000000000000006 y[1] (analytic) 0.7931453401407697 y[1] (numeric) 0.7931453401407698 absolute error 1.1102230246251565e-16 relative error 1.3997724861222927e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.20000000000000007 y[1] (analytic) 0.7813972470461803 y[1] (numeric) 0.7813972470461804 absolute error 1.1102230246251565e-16 relative error 1.4208176811756066e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.21000000000000008 y[1] (analytic) 0.7695710148780486 y[1] (numeric) 0.7695710148780487 absolute error 1.1102230246251565e-16 relative error 1.4426518192100697e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.22000000000000008 y[1] (analytic) 0.757667826249736 y[1] (numeric) 0.7576678262497362 absolute error 1.1102230246251565e-16 relative error 1.4653163116619054e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.2300000000000001 y[1] (analytic) 0.7456888714701863 y[1] (numeric) 0.7456888714701865 absolute error 2.220446049250313e-16 relative error 2.9777111261866135e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.2400000000000001 y[1] (analytic) 0.7336353484248949 y[1] (numeric) 0.7336353484248951 absolute error 2.220446049250313e-16 relative error 3.026634490851048e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.2500000000000001 y[1] (analytic) 0.7215084624561217 y[1] (numeric) 0.7215084624561219 absolute error 2.220446049250313e-16 relative error 3.077505205817803e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.2600000000000001 y[1] (analytic) 0.709309426242358 y[1] (numeric) 0.7093094262423582 absolute error 1.1102230246251565e-16 relative error 1.565216791924902e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.27000000000000013 y[1] (analytic) 0.6970394596770593 y[1] (numeric) 0.6970394596770594 absolute error 1.1102230246251565e-16 relative error 1.592769260350808e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.28000000000000014 y[1] (analytic) 0.684699789746657 y[1] (numeric) 0.6846997897466572 absolute error 2.220446049250313e-16 relative error 3.2429483439331726e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.29000000000000015 y[1] (analytic) 0.6722916504078613 y[1] (numeric) 0.6722916504078617 absolute error 3.3306690738754696e-16 relative error 4.954202646804913e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.30000000000000016 y[1] (analytic) 0.6598162824642663 y[1] (numeric) 0.6598162824642665 absolute error 2.220446049250313e-16 relative error 3.365248946202788e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.31000000000000016 y[1] (analytic) 0.6472749334422697 y[1] (numeric) 0.6472749334422699 absolute error 2.220446049250313e-16 relative error 3.430452709549201e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.3200000000000002 y[1] (analytic) 0.6346688574663228 y[1] (numeric) 0.6346688574663232 absolute error 3.3306690738754696e-16 relative error 5.2478848374125615e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.3300000000000002 y[1] (analytic) 0.6219993151335184 y[1] (numeric) 0.6219993151335187 absolute error 3.3306690738754696e-16 relative error 5.354779326662937e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.3400000000000002 y[1] (analytic) 0.6092675733875317 y[1] (numeric) 0.6092675733875319 absolute error 2.220446049250313e-16 relative error 3.644451381032177e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.3500000000000002 y[1] (analytic) 0.5964749053919274 y[1] (numeric) 0.5964749053919276 absolute error 2.220446049250313e-16 relative error 3.722614361774899e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.3600000000000002 y[1] (analytic) 0.5836225904028447 y[1] (numeric) 0.5836225904028449 absolute error 2.220446049250313e-16 relative error 3.804592361165549e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.3700000000000002 y[1] (analytic) 0.5707119136410721 y[1] (numeric) 0.5707119136410724 absolute error 3.3306690738754696e-16 relative error 5.835990092840728e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.3800000000000002 y[1] (analytic) 0.5577441661635272 y[1] (numeric) 0.5577441661635275 absolute error 3.3306690738754696e-16 relative error 5.971678909320833e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.39000000000000024 y[1] (analytic) 0.5447206447341513 y[1] (numeric) 0.5447206447341515 absolute error 2.220446049250313e-16 relative error 4.0763023592285413e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.40000000000000024 y[1] (analytic) 0.5316426516942343 y[1] (numeric) 0.5316426516942344 absolute error 1.1102230246251565e-16 relative error 2.0882881030841057e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.41000000000000025 y[1] (analytic) 0.5185114948321818 y[1] (numeric) 0.5185114948321821 absolute error 2.220446049250313e-16 relative error 4.2823468165714794e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.42000000000000026 y[1] (analytic) 0.5053284872527377 y[1] (numeric) 0.5053284872527379 absolute error 2.220446049250313e-16 relative error 4.3940646634072844e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.43000000000000027 y[1] (analytic) 0.492094947245674 y[1] (numeric) 0.4920949472456742 absolute error 2.220446049250313e-16 relative error 4.512230945833661e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.4400000000000003 y[1] (analytic) 0.4788121981539634 y[1] (numeric) 0.47881219815396364 absolute error 2.220446049250313e-16 relative error 4.637404932061322e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.4500000000000003 y[1] (analytic) 0.4654815682414463 y[1] (numeric) 0.46548156824144654 absolute error 2.220446049250313e-16 relative error 4.7702126158055796e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.4600000000000003 y[1] (analytic) 0.45210439056000506 y[1] (numeric) 0.4521043905600053 absolute error 2.220446049250313e-16 relative error 4.911356968906956e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.4700000000000003 y[1] (analytic) 0.4386820028162603 y[1] (numeric) 0.43868200281626046 absolute error 1.6653345369377348e-16 relative error 3.7962226082825005e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.4800000000000003 y[1] (analytic) 0.42521574723780087 y[1] (numeric) 0.42521574723780114 absolute error 2.7755575615628914e-16 relative error 6.527410096152124e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.4900000000000003 y[1] (analytic) 0.41170697043896304 y[1] (numeric) 0.4117069704389633 absolute error 2.7755575615628914e-16 relative error 6.741585061344928e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.5000000000000003 y[1] (analytic) 0.39815702328616925 y[1] (numeric) 0.3981570232861696 absolute error 3.3306690738754696e-16 relative error 8.365214925473265e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.5100000000000003 y[1] (analytic) 0.38456726076284325 y[1] (numeric) 0.38456726076284364 absolute error 3.885780586188048e-16 relative error 1.0104293793704788e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.5200000000000004 y[1] (analytic) 0.37093904183391274 y[1] (numeric) 0.3709390418339131 absolute error 3.3306690738754696e-16 relative error 8.979019995869754e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.5300000000000004 y[1] (analytic) 0.3572737293099135 y[1] (numeric) 0.3572737293099139 absolute error 3.885780586188048e-16 relative error 1.0876200144056398e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.5400000000000004 y[1] (analytic) 0.34357268971071053 y[1] (numeric) 0.3435726897107109 absolute error 3.885780586188048e-16 relative error 1.1309922769064938e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.5500000000000004 y[1] (analytic) 0.32983729312884613 y[1] (numeric) 0.32983729312884646 absolute error 3.3306690738754696e-16 relative error 1.009791537603479e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.5600000000000004 y[1] (analytic) 0.31606891309253216 y[1] (numeric) 0.3160689130925326 absolute error 4.440892098500626e-16 relative error 1.4050391906781774e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.5700000000000004 y[1] (analytic) 0.30226892642829895 y[1] (numeric) 0.3022689264282994 absolute error 4.440892098500626e-16 relative error 1.4691857846506257e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.5800000000000004 y[1] (analytic) 0.2884387131233128 y[1] (numeric) 0.28843871312331326 absolute error 4.440892098500626e-16 relative error 1.5396310884947208e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.5900000000000004 y[1] (analytic) 0.2745796561873791 y[1] (numeric) 0.2745796561873796 absolute error 4.996003610813204e-16 relative error 1.8195097481671488e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.6000000000000004 y[1] (analytic) 0.2606931415146424 y[1] (numeric) 0.26069314151464285 absolute error 4.440892098500626e-16 relative error 1.7034940285343847e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.6100000000000004 y[1] (analytic) 0.24678055774499763 y[1] (numeric) 0.24678055774499816 absolute error 5.273559366969494e-16 relative error 2.1369428026087649e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.6200000000000004 y[1] (analytic) 0.23284329612522825 y[1] (numeric) 0.23284329612522875 absolute error 4.996003610813204e-16 relative error 2.14565061307423e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.6300000000000004 y[1] (analytic) 0.2188827503698818 y[1] (numeric) 0.21888275036988225 absolute error 4.440892098500626e-16 relative error 2.0288908518355732e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.6400000000000005 y[1] (analytic) 0.20490031652189988 y[1] (numeric) 0.20490031652190044 absolute error 5.551115123125783e-16 relative error 2.709178403115095e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.6500000000000005 y[1] (analytic) 0.19089739281301565 y[1] (numeric) 0.19089739281301615 absolute error 4.996003610813204e-16 relative error 2.617114637970357e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.6600000000000005 y[1] (analytic) 0.17687537952393062 y[1] (numeric) 0.17687537952393118 absolute error 5.551115123125783e-16 relative error 3.138432911390438e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.6700000000000005 y[1] (analytic) 0.16283567884428896 y[1] (numeric) 0.16283567884428948 absolute error 5.273559366969494e-16 relative error 3.2385773218732463e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.6800000000000005 y[1] (analytic) 0.14877969473245867 y[1] (numeric) 0.1487796947324593 absolute error 6.38378239159465e-16 relative error 4.290761856363674e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.6900000000000005 y[1] (analytic) 0.134708832775138 y[1] (numeric) 0.13470883277513854 absolute error 5.273559366969494e-16 relative error 3.9147836547380334e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.7000000000000005 y[1] (analytic) 0.12062450004679659 y[1] (numeric) 0.12062450004679724 absolute error 6.522560269672795e-16 relative error 5.407326262195781e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.7100000000000005 y[1] (analytic) 0.1065281049689708 y[1] (numeric) 0.10652810496897136 absolute error 5.551115123125783e-16 relative error 5.210939521305383e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.7200000000000005 y[1] (analytic) 0.09242105716942106 y[1] (numeric) 0.0924210571694217 absolute error 6.38378239159465e-16 relative error 6.907281291851337e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.7300000000000005 y[1] (analytic) 0.07830476734117175 y[1] (numeric) 0.0783047673411724 absolute error 6.38378239159465e-16 relative error 8.152482420106917e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.7400000000000005 y[1] (analytic) 0.064180647101442 y[1] (numeric) 0.06418064710144272 absolute error 7.216449660063518e-16 relative error 1.124396525428828e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.7500000000000006 y[1] (analytic) 0.050050108850485886 y[1] (numeric) 0.0500501088504866 absolute error 7.147060721024445e-16 relative error 1.427981054421835e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.7600000000000006 y[1] (analytic) 0.035914565630353 y[1] (numeric) 0.035914565630353716 absolute error 7.147060721024445e-16 relative error 1.9900173079036616e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.7700000000000006 y[1] (analytic) 0.02177543098358581 y[1] (numeric) 0.0217754309835865 absolute error 6.904199434387692e-16 relative error 3.1706373295628623e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.7800000000000006 y[1] (analytic) 0.007634118811866375 y[1] (numeric) 0.007634118811867055 absolute error 6.800116025829084e-16 relative error 8.90753234709823e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.7900000000000006 y[1] (analytic) -0.0065079567653726356 y[1] (numeric) -0.006507956765371832 absolute error 8.031769693772617e-16 relative error 1.2341461357745714e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.0044374225183818755 Order of pole (three term test) -0.8933691404477107 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.8000000000000006 y[1] (analytic) -0.02064938155235818 y[1] (numeric) -0.02064938155235746 absolute error 7.216449660063518e-16 relative error 3.494753410297361e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.014078336986638323 Order of pole (three term test) -0.8980117145288206 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.8100000000000006 y[1] (analytic) -0.034788741418396274 y[1] (numeric) -0.03478874141839561 absolute error 6.661338147750939e-16 relative error 1.914797108534782e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.023713608711675358 Order of pole (three term test) -0.9074875255076477 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.8200000000000006 y[1] (analytic) -0.048924622439283194 y[1] (numeric) -0.048924622439282445 absolute error 7.494005416219807e-16 relative error 1.531745170955601e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.033339375792169806 Order of pole (three term test) -0.9217927675820861 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.8300000000000006 y[1] (analytic) -0.0630556110386965 y[1] (numeric) -0.06305561103869574 absolute error 7.632783294297951e-16 relative error 1.2104843912485123e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.042951780159810805 Order of pole (three term test) -0.9409216953124829 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.8400000000000006 y[1] (analytic) -0.07718029412955207 y[1] (numeric) -0.07718029412955132 absolute error 7.494005416219807e-16 relative error 9.709739384564457e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.05254696913510985 Order of pole (three term test) -0.9648666259574671 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.8500000000000006 y[1] (analytic) -0.09129725925531151 y[1] (numeric) -0.09129725925531065 absolute error 8.604228440844963e-16 relative error 9.424410448930737e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.062121096981003675 Order of pole (three term test) -0.9936179425973641 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.8600000000000007 y[1] (analytic) -0.10540509473122606 y[1] (numeric) -0.10540509473122525 absolute error 8.049116928532385e-16 relative error 7.63636420901375e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.07167032645357214 Order of pole (three term test) -1.027164098043797 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.8700000000000007 y[1] (analytic) -0.11950238978550487 y[1] (numeric) -0.11950238978550401 absolute error 8.604228440844963e-16 relative error 7.200047175867122e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.08119083034926165 Order of pole (three term test) -1.065491619533875 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.8800000000000007 y[1] (analytic) -0.1335877347003901 y[1] (numeric) -0.1335877347003892 absolute error 8.881784197001252e-16 relative error 6.648652450706851e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.09067879304795268 Order of pole (three term test) -1.1085851142069145 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.8900000000000007 y[1] (analytic) -0.14765972095312796 y[1] (numeric) -0.1476597209531271 absolute error 8.604228440844963e-16 relative error 5.82706535357481e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.10013041205125157 Order of pole (three term test) -1.1564272753614133 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.9000000000000007 y[1] (analytic) -0.1617169413568199 y[1] (numeric) -0.16171694135681905 absolute error 8.604228440844963e-16 relative error 5.320548588573776e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.10954189951535537 Order of pole (three term test) -1.2089988894895514 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.9100000000000007 y[1] (analytic) -0.1757579902011398 y[1] (numeric) -0.17575799020113897 absolute error 8.326672684688674e-16 relative error 4.73757845953946e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.11890948377787386 Order of pole (three term test) -1.2662788440862915 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.9200000000000007 y[1] (analytic) -0.18978146339290425 y[1] (numeric) -0.1897814633929033 absolute error 9.43689570931383e-16 relative error 4.972506556015242e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.12822941087796721 Order of pole (three term test) -1.3282441362297048 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.9300000000000007 y[1] (analytic) -0.20378595859647985 y[1] (numeric) -0.20378595859647902 absolute error 8.326672684688674e-16 relative error 4.085989408709196e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.1374979460691799 Order of pole (three term test) -1.3948698819289087 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.9400000000000007 y[1] (analytic) -0.21777007537401705 y[1] (numeric) -0.21777007537401616 absolute error 8.881784197001252e-16 relative error 4.0785145441801e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.1467113753243423 Order of pole (three term test) -1.4661293262356085 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.9500000000000007 y[1] (analytic) -0.23173241532549127 y[1] (numeric) -0.23173241532549035 absolute error 9.159339953157541e-16 relative error 3.952550160188999e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.15586600683192384 Order of pole (three term test) -1.5419938541149636 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.9600000000000007 y[1] (analytic) -0.24567158222854268 y[1] (numeric) -0.2456715822285417 absolute error 9.71445146547012e-16 relative error 3.954243049744755e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.16495817248322092 Order of pole (three term test) -1.6224330020711561 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.9700000000000008 y[1] (analytic) -0.2595861821780968 y[1] (numeric) -0.25958618217809587 absolute error 9.43689570931383e-16 relative error 3.6353613393949327e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.17398422934976762 Order of pole (three term test) -1.7074144705227159 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.9800000000000008 y[1] (analytic) -0.27347482372575427 y[1] (numeric) -0.27347482372575327 absolute error 9.992007221626409e-16 relative error 3.653721057572226e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.18294056115036492 Order of pole (three term test) -1.7969041369223817 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.9900000000000008 y[1] (analytic) -0.287336118018934 y[1] (numeric) -0.28733611801893305 absolute error 9.43689570931383e-16 relative error 3.2842706215902823e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.19182357970711272 Order of pole (three term test) -1.890866069615795 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.0000000000000007 y[1] (analytic) -0.30116867893975763 y[1] (numeric) -0.3011686789397569 absolute error 7.216449660063518e-16 relative error 2.396148791258275e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.20062972638987378 Order of pole (three term test) -1.9892625424334103 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.0100000000000007 y[1] (analytic) -0.3149711232436606 y[1] (numeric) -0.31497112324365983 absolute error 7.771561172376096e-16 relative error 2.4673884679783936e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.2093554735485438 Order of pole (three term test) -2.0920540500091085 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.0200000000000007 y[1] (analytic) -0.32874207069771433 y[1] (numeric) -0.32874207069771344 absolute error 8.881784197001252e-16 relative error 2.701748570893517e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.21799732593256788 Order of pole (three term test) -2.1991993238192813 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.0300000000000007 y[1] (analytic) -0.3424801442186489 y[1] (numeric) -0.3424801442186481 absolute error 8.326672684688674e-16 relative error 2.431286258561224e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.22655182209710598 Order of pole (three term test) -2.310655348935445 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.0400000000000007 y[1] (analytic) -0.356183970010561 y[1] (numeric) -0.35618397001056007 absolute error 9.43689570931383e-16 relative error 2.6494442490025654e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.23501553579527845 Order of pole (three term test) -2.4263773814833307 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.0500000000000007 y[1] (analytic) -0.36985217770229095 y[1] (numeric) -0.36985217770228995 absolute error 9.992007221626409e-16 relative error 2.7016218435434985e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.2433850773559214 Order of pole (three term test) -2.546318966801073 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.0600000000000007 y[1] (analytic) -0.38348340048445967 y[1] (numeric) -0.3834834004844587 absolute error 9.43689570931383e-16 relative error 2.460835513973245e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.25165709504628736 Order of pole (three term test) -2.670431958288777 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.0700000000000007 y[1] (analytic) -0.3970762752461485 y[1] (numeric) -0.3970762752461475 absolute error 9.992007221626409e-16 relative error 2.516394920706945e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.25982827641913864 Order of pole (three term test) -2.79866653694155 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.0800000000000007 y[1] (analytic) -0.4106294427112085 y[1] (numeric) -0.4106294427112075 absolute error 9.992007221626409e-16 relative error 2.433339206183928e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.2678953496436815 Order of pole (three term test) -2.9309712315576966 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.0900000000000007 y[1] (analytic) -0.42414154757418737 y[1] (numeric) -0.4241415475741864 absolute error 9.992007221626409e-16 relative error 2.355819013434115e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.2758550848197963 Order of pole (three term test) -3.067292939613499 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.1000000000000008 y[1] (analytic) -0.43761123863585893 y[1] (numeric) -0.437611238635858 absolute error 9.43689570931383e-16 relative error 2.1564564335072698e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.2837042952750387 Order of pole (three term test) -3.207576948795924 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.1100000000000008 y[1] (analytic) -0.4510371689383418 y[1] (numeric) -0.45103716893834084 absolute error 9.43689570931383e-16 relative error 2.0922656399973734e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.2914398388438741 Order of pole (three term test) -3.3517669591840007 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.1200000000000008 y[1] (analytic) -0.4644179958997938 y[1] (numeric) -0.4644179958997929 absolute error 9.43689570931383e-16 relative error 2.0319832118111984e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.2990586191286329 Order of pole (three term test) -3.499805106069619 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.1300000000000008 y[1] (analytic) -0.47775238144866966 y[1] (numeric) -0.47775238144866866 absolute error 9.992007221626409e-16 relative error 2.0914615205743277e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.30655758674167527 Order of pole (three term test) -3.6516319834081483 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.1400000000000008 y[1] (analytic) -0.4910389921575262 y[1] (numeric) -0.4910389921575252 absolute error 9.992007221626409e-16 relative error 2.0348704239806998e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.31393374052825795 Order of pole (three term test) -3.8071866678889053 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.1500000000000008 y[1] (analytic) -0.5042764993763649 y[1] (numeric) -0.5042764993763639 absolute error 9.992007221626409e-16 relative error 1.9814540701348272e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.32118412876961533 Order of pole (three term test) -3.966406743615457 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.1600000000000008 y[1] (analytic) -0.5174635793654949 y[1] (numeric) -0.5174635793654938 absolute error 1.1102230246251565e-15 relative error 2.1455094984394713e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.32830585036576454 Order of pole (three term test) -4.129228327385333 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.1700000000000008 y[1] (analytic) -0.5305989134279065 y[1] (numeric) -0.5305989134279054 absolute error 1.1102230246251565e-15 relative error 2.0923959633701824e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.3352960559975618 Order of pole (three term test) -4.295586094558548 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.1800000000000008 y[1] (analytic) -0.5436811880411396 y[1] (numeric) -0.5436811880411386 absolute error 9.992007221626409e-16 relative error 1.837843103901974e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.3421519492675379 Order of pole (three term test) -4.465413305504043 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.1900000000000008 y[1] (analytic) -0.5567090949886349 y[1] (numeric) -0.5567090949886339 absolute error 9.992007221626409e-16 relative error 1.794834557504471e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.34887078781906083 Order of pole (three term test) -4.638641832613036 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.2000000000000008 y[1] (analytic) -0.5696813314905538 y[1] (numeric) -0.5696813314905529 absolute error 8.881784197001252e-16 relative error 1.559079384567919e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.35544988443337067 Order of pole (three term test) -4.815202187867865 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.2100000000000009 y[1] (analytic) -0.5825966003340566 y[1] (numeric) -0.5825966003340557 absolute error 8.881784197001252e-16 relative error 1.5245169971655349e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.36188660810405193 Order of pole (three term test) -4.995023550954866 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.2200000000000009 y[1] (analytic) -0.5954536100030217 y[1] (numeric) -0.5954536100030207 absolute error 9.992007221626409e-16 relative error 1.678049650513615e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.3681783850885137 Order of pole (three term test) -5.17803379790951 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.2300000000000009 y[1] (analytic) -0.6082510748071961 y[1] (numeric) -0.608251074807195 absolute error 1.1102230246251565e-15 relative error 1.8252709622865458e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.374322699936057 Order of pole (three term test) -5.364159530281806 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.2400000000000009 y[1] (analytic) -0.6209877150107639 y[1] (numeric) -0.6209877150107628 absolute error 1.1102230246251565e-15 relative error 1.7878341194010777e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.38031709649212075 Order of pole (three term test) -5.5533261048098055 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.2500000000000009 y[1] (analytic) -0.6336622569603187 y[1] (numeric) -0.6336622569603175 absolute error 1.2212453270876722e-15 relative error 1.9272811559678377e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.3861591788783096 Order of pole (three term test) -5.745457663588862 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.260000000000001 y[1] (analytic) -0.6462734332122276 y[1] (numeric) -0.6462734332122264 absolute error 1.2212453270876722e-15 relative error 1.8896727984277693e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.3918466124478134 Order of pole (three term test) -5.940477164724057 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.270000000000001 y[1] (analytic) -0.6588199826593746 y[1] (numeric) -0.6588199826593735 absolute error 1.1102230246251565e-15 relative error 1.6851690201375813e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.39737712471584163 Order of pole (three term test) -6.13830641345302 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.280000000000001 y[1] (analytic) -0.6713006506572706 y[1] (numeric) -0.6713006506572694 absolute error 1.2212453270876722e-15 relative error 1.8192226179014584e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.40274850626470715 Order of pole (three term test) -6.338866093726231 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.290000000000001 y[1] (analytic) -0.6837141891495162 y[1] (numeric) -0.683714189149515 absolute error 1.2212453270876722e-15 relative error 1.786192749059077e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.4079586116231999 Order of pole (three term test) -6.542075800231627 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.300000000000001 y[1] (analytic) -0.6960593567926067 y[1] (numeric) -0.6960593567926056 absolute error 1.1102230246251565e-15 relative error 1.5950119968805354e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.41300536011991285 Order of pole (three term test) -6.74785407085037 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.310000000000001 y[1] (analytic) -0.7083349190800656 y[1] (numeric) -0.7083349190800644 absolute error 1.2212453270876722e-15 relative error 1.7241071902451706e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.417886736710178 Order of pole (three term test) -6.956118419530113 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.320000000000001 y[1] (analytic) -0.7205396484658935 y[1] (numeric) -0.7205396484658924 absolute error 1.1102230246251565e-15 relative error 1.5408215592145982e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.42260079277629714 Order of pole (three term test) -7.166785369562315 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.330000000000001 y[1] (analytic) -0.7326723244873226 y[1] (numeric) -0.7326723244873214 absolute error 1.1102230246251565e-15 relative error 1.5153063484444017e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.42714564690075435 Order of pole (three term test) -7.379770487249813 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.340000000000001 y[1] (analytic) -0.7447317338868611 y[1] (numeric) -0.74473173388686 absolute error 1.1102230246251565e-15 relative error 1.4907690569740386e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.43151948561210807 Order of pole (three term test) -7.594988415950628 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.350000000000001 y[1] (analytic) -0.7567166707336187 y[1] (numeric) -0.7567166707336176 absolute error 1.1102230246251565e-15 relative error 1.4671581419619338e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.4357205641032803 Order of pole (three term test) -7.812352910484135 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.360000000000001 y[1] (analytic) -0.768625936543898 y[1] (numeric) -0.7686259365438969 absolute error 1.1102230246251565e-15 relative error 1.4444256586204193e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.43974720692196384 Order of pole (three term test) -8.031776871885246 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.370000000000001 y[1] (analytic) -0.7804583404010424 y[1] (numeric) -0.7804583404010413 absolute error 1.1102230246251565e-15 relative error 1.4225269526297366e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.44359780863288284 Order of pole (three term test) -8.25317238249239 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.380000000000001 y[1] (analytic) -0.7922126990745265 y[1] (numeric) -0.7922126990745254 absolute error 1.1102230246251565e-15 relative error 1.4014203835941207e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.4472708344516573 Order of pole (three term test) -8.476450741354851 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.390000000000001 y[1] (analytic) -0.8038878371382783 y[1] (numeric) -0.803887837138277 absolute error 1.2212453270876722e-15 relative error 1.5191737835406552e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.4507648208500287 Order of pole (three term test) -8.70152249994484 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.400000000000001 y[1] (analytic) -0.8154825870882204 y[1] (numeric) -0.8154825870882192 absolute error 1.2212453270876722e-15 relative error 1.4975737635898235e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.45407837613222024 Order of pole (three term test) -8.928297498159747 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.410000000000001 y[1] (analytic) -0.8269957894590203 y[1] (numeric) -0.8269957894590191 absolute error 1.2212453270876722e-15 relative error 1.47672496360175e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.45721018098221394 Order of pole (three term test) -9.156684900599735 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.420000000000001 y[1] (analytic) -0.8384262929400352 y[1] (numeric) -0.8384262929400339 absolute error 1.3322676295501878e-15 relative error 1.5890098399448364e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 13.987547654462647 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.46015898898174423 Order of pole (three term test) -9.386593233105907 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.430000000000001 y[1] (analytic) -0.8497729544904423 y[1] (numeric) -0.849772954490441 absolute error 1.3322676295501878e-15 relative error 1.5677924585739123e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 14.282704869415529 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.46292362709881096 Order of pole (three term test) -9.617930419543962 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.440000000000001 y[1] (analytic) -0.8610346394535422 y[1] (numeric) -0.8610346394535409 absolute error 1.3322676295501878e-15 relative error 1.5472869133298922e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 14.582333364335579 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4655029961465391 Order of pole (three term test) -9.850603818818508 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.450000000000001 y[1] (analytic) -0.8722102216702231 y[1] (numeric) -0.8722102216702218 absolute error 1.3322676295501878e-15 relative error 1.5274616101138853e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 14.886596831602395 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.46789607121221166 Order of pole (three term test) -10.084520262102728 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.460000000000001 y[1] (analytic) -0.8832985835915765 y[1] (numeric) -0.8832985835915751 absolute error 1.4432899320127035e-15 relative error 1.633977410157445e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 15.195665951134137 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4701019020563268 Order of pole (three term test) -10.31958609026844 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.470000000000001 y[1] (analytic) -0.8942986163906504 y[1] (numeric) -0.894298616390649 absolute error 1.4432899320127035e-15 relative error 1.6138791960092231e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 15.509718791076782 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4721196134815339 Order of pole (three term test) -10.55570719150111 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.480000000000001 y[1] (analytic) -0.9052092200733316 y[1] (numeric) -0.9052092200733302 absolute error 1.4432899320127035e-15 relative error 1.5944269015463426e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 15.828941235752186 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4739484056713188 Order of pole (three term test) -10.792789039084678 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.490000000000001 y[1] (analytic) -0.916029303588344 y[1] (numeric) -0.9160293035883426 absolute error 1.4432899320127035e-15 relative error 1.5755936260542448e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 16.153527443073262 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4755875544983229 Order of pole (three term test) -11.030736729340832 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.500000000000001 y[1] (analytic) -0.9267577849363527 y[1] (numeric) -0.9267577849363513 absolute error 1.4432899320127035e-15 relative error 1.5573539877108504e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 16.48368033384064 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4770364118021903 Order of pole (three term test) -11.269455019707253 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.5100000000000011 y[1] (analytic) -0.9373935912781635 y[1] (numeric) -0.937393591278162 absolute error 1.4432899320127035e-15 relative error 1.5396840190092783e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 16.819612115563526 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4782944056368501 Order of pole (three term test) -11.508848366939587 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.5200000000000011 y[1] (analytic) -0.947935659042005 y[1] (numeric) -0.9479356590420036 absolute error 1.4432899320127035e-15 relative error 1.522561070728481e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 17.16154484369969 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4793610404871554 Order of pole (three term test) -11.748820965421494 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.5300000000000011 y[1] (analytic) -0.9583829340298861 y[1] (numeric) -0.9583829340298847 absolute error 1.3322676295501878e-15 relative error 1.390120360290809e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 17.509711023489988 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4802358974548112 Order of pole (three term test) -11.989276785567505 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.5400000000000011 y[1] (analytic) -0.968734371523014 y[1] (numeric) -0.9687343715230127 absolute error 1.3322676295501878e-15 relative error 1.375266191345764e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 17.864354255873884 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.48091863441353583 Order of pole (three term test) -12.230119612302989 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.5500000000000012 y[1] (analytic) -0.9789889363862657 y[1] (numeric) -0.9789889363862643 absolute error 1.4432899320127035e-15 relative error 1.474265825046306e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 18.225729931317904 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.481408986133416 Order of pole (three term test) -12.471253083605935 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.5600000000000012 y[1] (analytic) -0.9891456031717 y[1] (numeric) -0.9891456031716986 absolute error 1.3322676295501878e-15 relative error 1.3468872785546087e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 18.594105975774287 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4817067643744217 Order of pole (three term test) -12.712580729094878 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.5700000000000012 y[1] (analytic) -0.9992033562211025 y[1] (numeric) -0.9992033562211011 absolute error 1.3322676295501878e-15 relative error 1.3333298184552789e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 18.969763653415615 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4818118579490689 Order of pole (three term test) -12.954006008647552 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.5800000000000012 y[1] (analytic) -1.0091611897675494 y[1] (numeric) -1.009161189767548 absolute error 1.3322676295501878e-15 relative error 1.32017327168226e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 19.35299843127028 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4817242327542202 Order of pole (three term test) -13.19543235103479 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.5900000000000012 y[1] (analytic) -1.0190181080359846 y[1] (numeric) -1.0190181080359832 absolute error 1.3322676295501878e-15 relative error 1.3074032924870668e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 19.246235459399085 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.48144393177203376 Order of pole (three term test) -13.436763192554057 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.6000000000000012 y[1] (analytic) -1.028773125342795 y[1] (numeric) -1.0287731253427936 absolute error 1.3322676295501878e-15 relative error 1.2950062523321322e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 18.86468565004318 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.48097107504008063 Order of pole (three term test) -13.677902015647392 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.6100000000000012 y[1] (analytic) -1.0384252661943794 y[1] (numeric) -1.0384252661943778 absolute error 1.5543122344752192e-15 relative error 1.496797396091355e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 18.490266635494116 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4803058595906617 Order of pole (three term test) -13.918752387488047 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.6200000000000012 y[1] (analytic) -1.0479735653846955 y[1] (numeric) -1.0479735653846942 absolute error 1.3322676295501878e-15 relative error 1.2712798047163835e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 18.12270753619183 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.47944855935936764 Order of pole (three term test) -14.159217998520628 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.6300000000000012 y[1] (analytic) -1.0574170680917818 y[1] (numeric) -1.0574170680917805 absolute error 1.3322676295501878e-15 relative error 1.259926352384686e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 17.761750003868347 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4783995250629423 Order of pole (three term test) -14.399202700939325 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.6400000000000012 y[1] (analytic) -1.0667548299732368 y[1] (numeric) -1.0667548299732355 absolute error 1.3322676295501878e-15 relative error 1.248897677438791e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 17.407147482770778 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4771591840465151 Order of pole (three term test) -14.63861054708882 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.6500000000000012 y[1] (analytic) -1.075985917260654 y[1] (numeric) -1.0759859172606525 absolute error 1.5543122344752192e-15 relative error 1.444547005254802e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 17.058664521997887 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4757280401002841 Order of pole (three term test) -14.877345827772745 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.6600000000000013 y[1] (analytic) -1.085109406852997 y[1] (numeric) -1.0851094068529954 absolute error 1.5543122344752192e-15 relative error 1.4324014008716325e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 16.71607613485452 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.47410667324574424 Order of pole (three term test) -15.115313110454398 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.6700000000000013 y[1] (analytic) -1.0941243864089094 y[1] (numeric) -1.0941243864089079 absolute error 1.5543122344752192e-15 relative error 1.420599205888025e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 16.379167201498987 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4722957394915653 Order of pole (three term test) -15.35241727733455 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.6800000000000013 y[1] (analytic) -1.1030299544379483 y[1] (numeric) -1.1030299544379467 absolute error 1.5543122344752192e-15 relative error 1.4091296688921046e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 16.047731911490768 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4702959705592344 Order of pole (three term test) -15.588563563291348 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.6900000000000013 y[1] (analytic) -1.111825220390732 y[1] (numeric) -1.1118252203907304 absolute error 1.5543122344752192e-15 relative error 1.3979825299600443e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 15.72157324314623 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.46810817357859635 Order of pole (three term test) -15.82365759366726 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.7000000000000013 y[1] (analytic) -1.1205093047479944 y[1] (numeric) -1.1205093047479928 absolute error 1.5543122344752192e-15 relative error 1.3871479941211093e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 15.400502476880243 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4657332307534275 Order of pole (three term test) -16.057605421888063 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.7100000000000013 y[1] (analytic) -1.1290813391085368 y[1] (numeric) -1.1290813391085353 absolute error 1.5543122344752192e-15 relative error 1.37661670655404e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 15.084338739955362 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.46317209899719936 Order of pole (three term test) -16.290313566899243 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.7200000000000013 y[1] (analytic) -1.1375404662760662 y[1] (numeric) -1.1375404662760646 absolute error 1.5543122344752192e-15 relative error 1.3663797293853877e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 14.77290858028115 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.46042580953919293 Order of pole (three term test) -16.521689050404802 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.7300000000000013 y[1] (analytic) -1.1458858403449153 y[1] (numeric) -1.1458858403449137 absolute error 1.5543122344752192e-15 relative error 1.3564285199713842e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.45749546750114106 Order of pole (three term test) -16.751639433894045 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.7400000000000013 y[1] (analytic) -1.1541166267846317 y[1] (numeric) -1.15411662678463 absolute error 1.7763568394002505e-15 relative error 1.53914846920556e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.45438225144458433 Order of pole (three term test) -16.980072855441648 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.7500000000000013 y[1] (analytic) -1.16223200252343 y[1] (numeric) -1.1622320025234283 absolute error 1.7763568394002505e-15 relative error 1.528401244797456e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.45108741288913856 Order of pole (three term test) -17.206898066266657 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.7600000000000013 y[1] (analytic) -1.1702311560304997 y[1] (numeric) -1.1702311560304979 absolute error 1.7763568394002505e-15 relative error 1.5179538078833662e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.44761227580188423 Order of pole (three term test) -17.432024467035998 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.7700000000000014 y[1] (analytic) -1.1781132873971556 y[1] (numeric) -1.1781132873971538 absolute error 1.7763568394002505e-15 relative error 1.5077979837786348e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.4439582360580958 Order of pole (three term test) -17.65536214389846 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.7800000000000014 y[1] (analytic) -1.1858776084168294 y[1] (numeric) -1.1858776084168279 absolute error 1.5543122344752192e-15 relative error 1.3106852034673774e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.44012676087354435 Order of pole (three term test) -17.876821904234838 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.7900000000000014 y[1] (analytic) -1.1935233426638898 y[1] (numeric) -1.1935233426638883 absolute error 1.5543122344752192e-15 relative error 1.3022889280121367e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.43611938820861496 Order of pole (three term test) -18.096315312110466 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.8000000000000014 y[1] (analytic) -1.2010497255712833 y[1] (numeric) -1.2010497255712818 absolute error 1.5543122344752192e-15 relative error 1.2941281292378677e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.4319377261444893 Order of pole (three term test) -18.313754723416224 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.8100000000000014 y[1] (analytic) -1.208456004506991 y[1] (numeric) -1.2084560045069894 absolute error 1.5543122344752192e-15 relative error 1.2861967905147907e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.42758345223166044 Order of pole (three term test) -18.529053320684405 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.8200000000000014 y[1] (analytic) -1.2157414388492913 y[1] (numeric) -1.2157414388492898 absolute error 1.5543122344752192e-15 relative error 1.2784891464638958e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.42305831281105066 Order of pole (three term test) -18.742125147565773 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.8300000000000014 y[1] (analytic) -1.2229053000608212 y[1] (numeric) -1.2229053000608197 absolute error 1.5543122344752192e-15 relative error 1.2709996713546955e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.4183641223080182 Order of pole (three term test) -18.95288514295458 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.8400000000000014 y[1] (analytic) -1.2299468717614295 y[1] (numeric) -1.229946871761428 absolute error 1.5543122344752192e-15 relative error 1.263723068175506e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.4135027624995453 Order of pole (three term test) -19.161249174748182 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.8500000000000014 y[1] (analytic) -1.2368654497998137 y[1] (numeric) -1.2368654497998122 absolute error 1.5543122344752192e-15 relative error 1.2566542583324517e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.408476181754915 Order of pole (three term test) -19.367134073228225 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.8600000000000014 y[1] (analytic) -1.243660342323936 y[1] (numeric) -1.2436603423239343 absolute error 1.7763568394002505e-15 relative error 1.4283295679276094e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.40328639425018614 Order of pole (three term test) -19.57045766405055 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.8700000000000014 y[1] (analytic) -1.2503308698502058 y[1] (numeric) -1.2503308698502043 absolute error 1.5543122344752192e-15 relative error 1.2431207386421096e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.3979354791567956 Order of pole (three term test) -19.771138800830826 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.8800000000000014 y[1] (analytic) -1.2568763653314297 y[1] (numeric) -1.256876365331428 absolute error 1.5543122344752192e-15 relative error 1.2366468789993976e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.39242557980461956 Order of pole (three term test) -19.96909739731365 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.8900000000000015 y[1] (analytic) -1.2632961742235138 y[1] (numeric) -1.2632961742235123 absolute error 1.5543122344752192e-15 relative error 1.2303624962931427e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.38675890281983416 Order of pole (three term test) -20.164254459112477 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.9000000000000015 y[1] (analytic) -1.2695896545509189 y[1] (numeric) -1.2695896545509173 absolute error 1.5543122344752192e-15 relative error 1.2242634688331742e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.3809377172379338 Order of pole (three term test) -20.35653211500823 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.9100000000000015 y[1] (analytic) -1.2757561769708567 y[1] (numeric) -1.2757561769708552 absolute error 1.5543122344752192e-15 relative error 1.2183458426717268e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.3749643535922627 Order of pole (three term test) -20.54585364779456 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.9200000000000015 y[1] (analytic) -1.281795124836224 y[1] (numeric) -1.2817951248362225 absolute error 1.5543122344752192e-15 relative error 1.2126058247208694e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.368841202978436 Order of pole (three term test) -20.732143524657864 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.9300000000000015 y[1] (analytic) -1.2877058942572668 y[1] (numeric) -1.2877058942572652 absolute error 1.5543122344752192e-15 relative error 1.2070397762462117e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.3625707160950241 Order of pole (three term test) -20.915327427080477 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.9400000000000015 y[1] (analytic) -1.2934878941619685 y[1] (numeric) -1.293487894161967 absolute error 1.5543122344752192e-15 relative error 1.201644206714617e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.35615540226089437 Order of pole (three term test) -21.09533228025542 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.9500000000000015 y[1] (analytic) -1.299140546355157 y[1] (numeric) -1.2991405463551555 absolute error 1.5543122344752192e-15 relative error 1.1964157679751947e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.34959782840960374 Order of pole (three term test) -21.272086282001606 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.9600000000000015 y[1] (analytic) -1.3046632855763236 y[1] (numeric) -1.304663285576322 absolute error 1.5543122344752192e-15 relative error 1.1913512487542833e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.34290061806124705 Order of pole (three term test) -21.44551893116833 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.9700000000000015 y[1] (analytic) -1.3100555595561483 y[1] (numeric) -1.3100555595561467 absolute error 1.5543122344752192e-15 relative error 1.1864475694464638e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.33606645027217674 Order of pole (three term test) -21.615561055518203 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.9800000000000015 y[1] (analytic) -1.3153168290717265 y[1] (numeric) -1.315316829071725 absolute error 1.5543122344752192e-15 relative error 1.1817017771848639e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.3290980585630135 Order of pole (three term test) -21.782144839077965 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.9900000000000015 y[1] (analytic) -1.3204465680004915 y[1] (numeric) -1.32044656800049 absolute error 1.5543122344752192e-15 relative error 1.1771110411751552e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.32199822982537796 Order of pole (three term test) -21.94520384894661 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.0000000000000013 y[1] (analytic) -1.3254442633728247 y[1] (numeric) -1.3254442633728234 absolute error 1.3322676295501878e-15 relative error 1.0051479842388845e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.3147698032077824 Order of pole (three term test) -22.104673061550606 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.010000000000001 y[1] (analytic) -1.330309415423354 y[1] (numeric) -1.3303094154233526 absolute error 1.3322676295501878e-15 relative error 1.0014719989982261e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.3074156689811209 Order of pole (three term test) -22.260488888336514 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.020000000000001 y[1] (analytic) -1.3350415376409281 y[1] (numeric) -1.335041537640927 absolute error 1.1102230246251565e-15 relative error 8.316018590604792e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.2999387673842197 Order of pole (three term test) -22.412589200890725 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.0300000000000007 y[1] (analytic) -1.3396401568172693 y[1] (numeric) -1.3396401568172682 absolute error 1.1102230246251565e-15 relative error 8.287471967568035e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.29234208744989637 Order of pole (three term test) -22.560913355477197 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.0400000000000005 y[1] (analytic) -1.3441048130942916 y[1] (numeric) -1.3441048130942908 absolute error 8.881784197001252e-16 relative error 6.607955057131528e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.2846286658120028 Order of pole (three term test) -22.705402216983714 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.0500000000000003 y[1] (analytic) -1.3484350600100883 y[1] (numeric) -1.3484350600100874 absolute error 8.881784197001252e-16 relative error 6.586734845751344e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.2768015854939179 Order of pole (three term test) -22.84599818226753 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.06 y[1] (analytic) -1.3526304645435763 y[1] (numeric) -1.3526304645435754 absolute error 8.881784197001252e-16 relative error 6.566305010732011e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.26886397467897627 Order of pole (three term test) -22.98264520289167 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.07 y[1] (analytic) -1.356690607157798 y[1] (numeric) -1.356690607157797 absolute error 8.881784197001252e-16 relative error 6.54665415249551e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.26081900546331044 Order of pole (three term test) -23.11528880724323 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.0799999999999996 y[1] (analytic) -1.3606150818418756 y[1] (numeric) -1.360615081841875 absolute error 6.661338147750939e-16 relative error 4.895828538614633e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.25266989259161066 Order of pole (three term test) -23.24387612202516 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.0899999999999994 y[1] (analytic) -1.3644034961516114 y[1] (numeric) -1.3644034961516107 absolute error 6.661338147750939e-16 relative error 4.8822347396057514e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.24441989217628826 Order of pole (three term test) -23.36835589311378 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.099999999999999 y[1] (analytic) -1.368055471248731 y[1] (numeric) -1.3680554712487305 absolute error 4.440892098500626e-16 relative error 3.246134525851556e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.23607230040055247 Order of pole (three term test) -23.48867850577373 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.109999999999999 y[1] (analytic) -1.371570641938768 y[1] (numeric) -1.3715706419387677 absolute error 4.440892098500626e-16 relative error 3.237815073252992e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.2276304522059166 Order of pole (three term test) -23.60479600422293 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.1199999999999988 y[1] (analytic) -1.3749486567075833 y[1] (numeric) -1.3749486567075828 absolute error 4.440892098500626e-16 relative error 3.2298603128459155e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.21909771996463676 Order of pole (three term test) -23.71666211054022 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.1299999999999986 y[1] (analytic) -1.3781891777565143 y[1] (numeric) -1.3781891777565138 absolute error 4.440892098500626e-16 relative error 3.2222659778316746e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.21047751213761268 Order of pole (three term test) -23.824232242908447 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.1399999999999983 y[1] (analytic) -1.3812918810361565 y[1] (numeric) -1.3812918810361565 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.20177327191827485 Order of pole (three term test) -23.927463533186145 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.149999999999998 y[1] (analytic) -1.3842564562787683 y[1] (numeric) -1.3842564562787683 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.19298847586298826 Order of pole (three term test) -24.02631484380122 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.159999999999998 y[1] (analytic) -1.3870826070292952 y[1] (numeric) -1.3870826070292952 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.18412663250850694 Order of pole (three term test) -24.120746783960275 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.1699999999999977 y[1] (analytic) -1.3897700506750175 y[1] (numeric) -1.3897700506750177 absolute error 2.220446049250313e-16 relative error 1.59770751152094e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.17519128097702172 Order of pole (three term test) -24.210721725167517 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.1799999999999975 y[1] (analytic) -1.3923185184738103 y[1] (numeric) -1.3923185184738105 absolute error 2.220446049250313e-16 relative error 1.5947831044323497e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.1661859895693436 Order of pole (three term test) -24.296203816047377 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.1899999999999973 y[1] (analytic) -1.3947277555810174 y[1] (numeric) -1.3947277555810174 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.15711435434677778 Order of pole (three term test) -24.37715899646519 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.199999999999997 y[1] (analytic) -1.3969975210749352 y[1] (numeric) -1.3969975210749355 absolute error 2.220446049250313e-16 relative error 1.5894416530830823e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.14797999770222828 Order of pole (three term test) -24.45355501094087 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.209999999999997 y[1] (analytic) -1.3991275879809066 y[1] (numeric) -1.3991275879809069 absolute error 2.220446049250313e-16 relative error 1.5870218472745993e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.13878656692110153 Order of pole (three term test) -24.525361421350336 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.2199999999999966 y[1] (analytic) -1.4011177432940154 y[1] (numeric) -1.4011177432940158 absolute error 4.440892098500626e-16 relative error 3.169535265508899e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.12953773273256558 Order of pole (three term test) -24.592549618909988 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.2299999999999964 y[1] (analytic) -1.4029677880003892 y[1] (numeric) -1.4029677880003897 absolute error 4.440892098500626e-16 relative error 3.1653557098628085e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.12023718785172272 Order of pole (three term test) -24.6550928354398 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.239999999999996 y[1] (analytic) -1.4046775370970992 y[1] (numeric) -1.4046775370970994 absolute error 2.220446049250313e-16 relative error 1.58075144693997e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.11088864551327256 Order of pole (three term test) -24.71296615390069 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.249999999999996 y[1] (analytic) -1.4062468196106597 y[1] (numeric) -1.4062468196106601 absolute error 4.440892098500626e-16 relative error 3.1579748565974735e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.10149583799722245 Order of pole (three term test) -24.766146518202444 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.259999999999996 y[1] (analytic) -1.4076754786141277 y[1] (numeric) -1.4076754786141283 absolute error 6.661338147750939e-16 relative error 4.732154711048246e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.09206251514723013 Order of pole (three term test) -24.81461274227816 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.2699999999999956 y[1] (analytic) -1.4089633712427934 y[1] (numeric) -1.408963371242794 absolute error 6.661338147750939e-16 relative error 4.727829185421069e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.08259244288214222 Order of pole (three term test) -24.85834551842225 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.2799999999999954 y[1] (analytic) -1.410110368708467 y[1] (numeric) -1.4101103687084677 absolute error 6.661338147750939e-16 relative error 4.7239835232557855e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.07308940170131271 Order of pole (three term test) -24.89732742488852 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.289999999999995 y[1] (analytic) -1.411116356312358 y[1] (numeric) -1.4111163563123585 absolute error 4.440892098500626e-16 relative error 3.147077190789511e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.06355718518428048 Order of pole (three term test) -24.931542932745735 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.299999999999995 y[1] (analytic) -1.411981233456544 y[1] (numeric) -1.4119812334565445 absolute error 4.440892098500626e-16 relative error 3.1451495198907696e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.0539995984853812 Order of pole (three term test) -24.960978411987877 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.3099999999999947 y[1] (analytic) -1.4127049136540315 y[1] (numeric) -1.412704913654032 absolute error 4.440892098500626e-16 relative error 3.143538367835104e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.044420456823885804 Order of pole (three term test) -24.985622136897103 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.3199999999999945 y[1] (analytic) -1.4132873245374036 y[1] (numeric) -1.4132873245374042 absolute error 6.661338147750939e-16 relative error 4.7133643896023226e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.03482358397024014 Order of pole (three term test) -25.005464290657073 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.3299999999999943 y[1] (analytic) -1.4137284078660577 y[1] (numeric) -1.4137284078660584 absolute error 6.661338147750939e-16 relative error 4.711893819694724e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.025212810729000525 Order of pole (three term test) -25.02049696921523 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.339999999999994 y[1] (analytic) -1.4140281195320281 y[1] (numeric) -1.4140281195320288 absolute error 6.661338147750939e-16 relative error 4.7108951057886355e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.015591973419046001 Order of pole (three term test) -25.030714184392355 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.349999999999994 y[1] (analytic) -1.4141864295643982 y[1] (numeric) -1.4141864295643989 absolute error 6.661338147750939e-16 relative error 4.710367748192e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.00596491235165971 Order of pole (three term test) -25.036111866238347 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.3599999999999937 y[1] (analytic) -1.4142033221322967 y[1] (numeric) -1.4142033221322974 absolute error 6.661338147750939e-16 relative error 4.710311483151629e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.3699999999999934 y[1] (analytic) -1.4140787955464809 y[1] (numeric) -1.4140787955464815 absolute error 6.661338147750939e-16 relative error 4.7107262825312484e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.3799999999999932 y[1] (analytic) -1.4138128622595052 y[1] (numeric) -1.413812862259506 absolute error 8.881784197001252e-16 relative error 6.282149805036222e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.389999999999993 y[1] (analytic) -1.4134055488644774 y[1] (numeric) -1.4134055488644781 absolute error 6.661338147750939e-16 relative error 4.7129701401714624e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.399999999999993 y[1] (analytic) -1.4128568960923968 y[1] (numeric) -1.4128568960923977 absolute error 8.881784197001252e-16 relative error 6.286400428497755e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.4099999999999926 y[1] (analytic) -1.412166958808084 y[1] (numeric) -1.412166958808085 absolute error 8.881784197001252e-16 relative error 6.289471752332865e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.4199999999999924 y[1] (analytic) -1.4113358060046923 y[1] (numeric) -1.4113358060046932 absolute error 8.881784197001252e-16 relative error 6.293175698662691e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.429999999999992 y[1] (analytic) -1.4103635207968095 y[1] (numeric) -1.4103635207968102 absolute error 6.661338147750939e-16 relative error 4.723135595557307e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.439999999999992 y[1] (analytic) -1.4092502004121457 y[1] (numeric) -1.4092502004121465 absolute error 8.881784197001252e-16 relative error 6.302489220440565e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.4499999999999917 y[1] (analytic) -1.407995956181812 y[1] (numeric) -1.407995956181813 absolute error 8.881784197001252e-16 relative error 6.308103484250606e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.4599999999999915 y[1] (analytic) -1.4066009135291866 y[1] (numeric) -1.4066009135291873 absolute error 6.661338147750939e-16 relative error 4.735769814792402e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.4699999999999913 y[1] (analytic) -1.4050652119573714 y[1] (numeric) -1.405065211957372 absolute error 6.661338147750939e-16 relative error 4.74094589422732e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.479999999999991 y[1] (analytic) -1.4033890050352444 y[1] (numeric) -1.403389005035245 absolute error 6.661338147750939e-16 relative error 4.7466084769444574e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.489999999999991 y[1] (analytic) -1.4015724603821007 y[1] (numeric) -1.4015724603821014 absolute error 6.661338147750939e-16 relative error 4.7527604430347513e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.4999999999999907 y[1] (analytic) -1.3996157596508922 y[1] (numeric) -1.3996157596508927 absolute error 4.440892098500626e-16 relative error 3.1729366205538606e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.5099999999999905 y[1] (analytic) -1.397519098510061 y[1] (numeric) -1.3975190985100614 absolute error 4.440892098500626e-16 relative error 3.177696893899483e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.5199999999999902 y[1] (analytic) -1.395282686623974 y[1] (numeric) -1.3952826866239745 absolute error 4.440892098500626e-16 relative error 3.182790226721589e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.52999999999999 y[1] (analytic) -1.3929067476319568 y[1] (numeric) -1.392906747631957 absolute error 2.220446049250313e-16 relative error 1.594109622216443e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.53999999999999 y[1] (analytic) -1.3903915191259277 y[1] (numeric) -1.390391519125928 absolute error 2.220446049250313e-16 relative error 1.5969933782724744e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.5499999999999896 y[1] (analytic) -1.3877372526266418 y[1] (numeric) -1.387737252626642 absolute error 2.220446049250313e-16 relative error 1.600047880135494e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.5599999999999894 y[1] (analytic) -1.3849442135585375 y[1] (numeric) -1.3849442135585375 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.569999999999989 y[1] (analytic) -1.3820126812231932 y[1] (numeric) -1.3820126812231932 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.579999999999989 y[1] (analytic) -1.3789429487714 y[1] (numeric) -1.3789429487714002 absolute error 2.220446049250313e-16 relative error 1.610252295955151e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.5899999999999888 y[1] (analytic) -1.3757353231738452 y[1] (numeric) -1.3757353231738454 absolute error 2.220446049250313e-16 relative error 1.6140067146983664e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.5999999999999885 y[1] (analytic) -1.3723901251904154 y[1] (numeric) -1.3723901251904154 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.6099999999999883 y[1] (analytic) -1.368907689338121 y[1] (numeric) -1.368907689338121 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.619999999999988 y[1] (analytic) -1.3652883638576454 y[1] (numeric) -1.3652883638576452 absolute error 2.220446049250313e-16 relative error 1.6263568254375254e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.629999999999988 y[1] (analytic) -1.3615325106785205 y[1] (numeric) -1.3615325106785203 absolute error 2.220446049250313e-16 relative error 1.6308432092772816e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.6399999999999877 y[1] (analytic) -1.3576405053829346 y[1] (numeric) -1.3576405053829341 absolute error 4.440892098500626e-16 relative error 3.271036832573018e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.6499999999999875 y[1] (analytic) -1.3536127371681737 y[1] (numeric) -1.353612737168173 absolute error 6.661338147750939e-16 relative error 4.921155042975435e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.6599999999999873 y[1] (analytic) -1.3494496088077026 y[1] (numeric) -1.349449608807702 absolute error 6.661338147750939e-16 relative error 4.936337084595935e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.669999999999987 y[1] (analytic) -1.3451515366108886 y[1] (numeric) -1.3451515366108877 absolute error 8.881784197001252e-16 relative error 6.602813107123173e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.679999999999987 y[1] (analytic) -1.3407189503813692 y[1] (numeric) -1.3407189503813683 absolute error 8.881784197001252e-16 relative error 6.624642841420879e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.6899999999999866 y[1] (analytic) -1.3361522933740737 y[1] (numeric) -1.3361522933740728 absolute error 8.881784197001252e-16 relative error 6.647284326079945e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.6999999999999864 y[1] (analytic) -1.3314520222508976 y[1] (numeric) -1.3314520222508965 absolute error 1.1102230246251565e-15 relative error 8.338438081668609e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.709999999999986 y[1] (analytic) -1.3266186070350359 y[1] (numeric) -1.3266186070350348 absolute error 1.1102230246251565e-15 relative error 8.368818428579719e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.719999999999986 y[1] (analytic) -1.3216525310639824 y[1] (numeric) -1.3216525310639813 absolute error 1.1102230246251565e-15 relative error 8.400264052242106e-14% Correct digits 16 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.7299999999999858 y[1] (analytic) -1.3165542909411962 y[1] (numeric) -1.316554290941195 absolute error 1.3322676295501878e-15 relative error 1.0119351998752427e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.7399999999999856 y[1] (analytic) -1.3113243964864407 y[1] (numeric) -1.3113243964864394 absolute error 1.3322676295501878e-15 relative error 1.0159710542409357e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.7499999999999853 y[1] (analytic) -1.305963370684803 y[1] (numeric) -1.3059633706848017 absolute error 1.3322676295501878e-15 relative error 1.0201416513325268e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.759999999999985 y[1] (analytic) -1.3004717496343965 y[1] (numeric) -1.300471749634395 absolute error 1.5543122344752192e-15 relative error 1.1951910796310533e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.769999999999985 y[1] (analytic) -1.2948500824927491 y[1] (numeric) -1.2948500824927474 absolute error 1.7763568394002505e-15 relative error 1.3718629387431017e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.7799999999999847 y[1] (analytic) -1.2890989314218906 y[1] (numeric) -1.2890989314218888 absolute error 1.7763568394002505e-15 relative error 1.377983330915424e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.7899999999999845 y[1] (analytic) -1.2832188715321355 y[1] (numeric) -1.2832188715321335 absolute error 1.9984014443252818e-15 relative error 1.5573348309156594e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.7999999999999843 y[1] (analytic) -1.2772104908245725 y[1] (numeric) -1.2772104908245705 absolute error 1.9984014443252818e-15 relative error 1.564661000423748e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.809999999999984 y[1] (analytic) -1.2710743901322659 y[1] (numeric) -1.2710743901322636 absolute error 2.220446049250313e-15 relative error 1.7469048755039879e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.819999999999984 y[1] (analytic) -1.264811183060171 y[1] (numeric) -1.2648111830601687 absolute error 2.220446049250313e-15 relative error 1.7555553579768432e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.8299999999999836 y[1] (analytic) -1.2584214959237758 y[1] (numeric) -1.2584214959237734 absolute error 2.4424906541753444e-15 relative error 1.9409161891202224e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.8399999999999834 y[1] (analytic) -1.2519059676864697 y[1] (numeric) -1.2519059676864668 absolute error 2.886579864025407e-15 relative error 2.3057481460527144e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.849999999999983 y[1] (analytic) -1.245265249895646 y[1] (numeric) -1.2452652498956431 absolute error 2.886579864025407e-15 relative error 2.318044179155649e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.859999999999983 y[1] (analytic) -1.2385000066175507 y[1] (numeric) -1.2385000066175476 absolute error 3.1086244689504383e-15 relative error 2.5099914835207447e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.869999999999983 y[1] (analytic) -1.2316109143708731 y[1] (numeric) -1.23161091437087 absolute error 3.1086244689504383e-15 relative error 2.524031276986835e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.8799999999999826 y[1] (analytic) -1.2245986620590978 y[1] (numeric) -1.2245986620590945 absolute error 3.3306690738754696e-15 relative error 2.7198045997168786e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.8899999999999824 y[1] (analytic) -1.217463950901612 y[1] (numeric) -1.2174639509016085 absolute error 3.552713678800501e-15 relative error 2.918126385729518e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.899999999999982 y[1] (analytic) -1.2102074943635859 y[1] (numeric) -1.2102074943635823 absolute error 3.552713678800501e-15 relative error 2.9356235978928335e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.909999999999982 y[1] (analytic) -1.2028300180846263 y[1] (numeric) -1.2028300180846225 absolute error 3.774758283725532e-15 relative error 3.1382308613617883e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.9199999999999817 y[1] (analytic) -1.1953322598062133 y[1] (numeric) -1.1953322598062093 absolute error 3.9968028886505635e-15 relative error 3.3436752466619814e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.9299999999999815 y[1] (analytic) -1.1877149692979265 y[1] (numeric) -1.1877149692979223 absolute error 4.218847493575595e-15 relative error 3.5520706588967294e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.9399999999999813 y[1] (analytic) -1.1799789082824694 y[1] (numeric) -1.1799789082824648 absolute error 4.6629367034256575e-15 relative error 3.951711908319483e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.949999999999981 y[1] (analytic) -1.1721248503594963 y[1] (numeric) -1.1721248503594914 absolute error 4.884981308350689e-15 relative error 4.167628821155393e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.959999999999981 y[1] (analytic) -1.1641535809282546 y[1] (numeric) -1.1641535809282497 absolute error 4.884981308350689e-15 relative error 4.196165684991132e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.9699999999999807 y[1] (analytic) -1.1560658971090452 y[1] (numeric) -1.1560658971090398 absolute error 5.329070518200751e-15 relative error 4.609659822616573e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.9799999999999804 y[1] (analytic) -1.1478626076635094 y[1] (numeric) -1.1478626076635041 absolute error 5.329070518200751e-15 relative error 4.642603115235324e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.9899999999999802 y[1] (analytic) -1.1395445329137566 y[1] (numeric) -1.139544532913751 absolute error 5.551115123125783e-15 relative error 4.871345491809669e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 14.699190502007605 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] 2.99999999999998 y[1] (analytic) -1.1311125046603296 y[1] (numeric) -1.1311125046603239 absolute error 5.773159728050814e-15 relative error 5.103965966484015e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 15.009514704206548 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] 3.00999999999998 y[1] (analytic) -1.1225673660990272 y[1] (numeric) -1.1225673660990214 absolute error 5.773159728050814e-15 relative error 5.142818063661344e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 15.32453209979991 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] 3.0199999999999796 y[1] (analytic) -1.1139099717365846 y[1] (numeric) -1.1139099717365786 absolute error 5.995204332975845e-15 relative error 5.382126460030991e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 15.644414428158713 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] 3.0299999999999794 y[1] (analytic) -1.1051411873052235 y[1] (numeric) -1.1051411873052173 absolute error 6.217248937900877e-15 relative error 5.625750817468868e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 15.969340751539141 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] 3.039999999999979 y[1] (analytic) -1.09626188967608 y[1] (numeric) -1.0962618896760734 absolute error 6.661338147750939e-15 relative error 6.076411312372822e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 16.299497874669736 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] 3.049999999999979 y[1] (analytic) -1.0872729667715173 y[1] (numeric) -1.0872729667715104 absolute error 6.8833827526759706e-15 relative error 6.330869030171026e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 16.635080792855632 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] 3.0599999999999787 y[1] (analytic) -1.078175317476335 y[1] (numeric) -1.0781753174763282 absolute error 6.8833827526759706e-15 relative error 6.384288938080846e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 16.97629317090802 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] 3.0699999999999785 y[1] (analytic) -1.0689698515478818 y[1] (numeric) -1.0689698515478747 absolute error 7.105427357601002e-15 relative error 6.646985738009593e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 17.32334785542225 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] 3.0799999999999783 y[1] (analytic) -1.0596574895250792 y[1] (numeric) -1.0596574895250717 absolute error 7.549516567451064e-15 relative error 7.124487527412874e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 17.676467423166244 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] 3.089999999999978 y[1] (analytic) -1.0502391626363687 y[1] (numeric) -1.0502391626363612 absolute error 7.549516567451064e-15 relative error 7.188378453246638e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 18.0358847686044 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] 3.099999999999978 y[1] (analytic) -1.0407158127065912 y[1] (numeric) -1.0407158127065834 absolute error 7.771561172376096e-15 relative error 7.467515221244294e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 18.4018437338749 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] 3.1099999999999777 y[1] (analytic) -1.0310883920628033 y[1] (numeric) -1.0310883920627953 absolute error 7.993605777301127e-15 relative error 7.752590213249378e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 18.774599784862975 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] 3.1199999999999775 y[1] (analytic) -1.0213578634390466 y[1] (numeric) -1.0213578634390383 absolute error 8.215650382226158e-15 relative error 8.043850912904298e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 19.154420737373325 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] 3.1299999999999772 y[1] (analytic) -1.0115251998800745 y[1] (numeric) -1.011525199880066 absolute error 8.43769498715119e-15 relative error 8.341556876834661e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 19.44570773816688 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] 3.139999999999977 y[1] (analytic) -1.0015913846440494 y[1] (numeric) -1.0015913846440407 absolute error 8.659739592076221e-15 relative error 8.645980511457538e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 19.060617430233844 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] 3.149999999999977 y[1] (analytic) -0.9915574111042167 y[1] (numeric) -0.9915574111042077 absolute error 8.992806499463768e-15 relative error 9.069375508422868e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 18.68317701226997 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] 3.1599999999999766 y[1] (analytic) -0.9814242826495685 y[1] (numeric) -0.9814242826495594 absolute error 9.103828801926284e-15 relative error 9.27613975206372e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 18.313087488924623 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] 3.1699999999999764 y[1] (analytic) -0.9711930125845062 y[1] (numeric) -0.971193012584497 absolute error 9.2148511043888e-15 relative error 9.488176896852406e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 17.95006428403605 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] 3.179999999999976 y[1] (analytic) -0.9608646240275104 y[1] (numeric) -0.9608646240275008 absolute error 9.547918011776346e-15 relative error 9.936798351213918e-13% Correct digits 15 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 17.59383636039181 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] 3.189999999999976 y[1] (analytic) -0.9504401498088296 y[1] (numeric) -0.9504401498088199 absolute error 9.769962616701378e-15 relative error 1.0279408565248948e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 17.24414540269109 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] 3.1999999999999758 y[1] (analytic) -0.9399206323671987 y[1] (numeric) -0.9399206323671888 absolute error 9.880984919163893e-15 relative error 1.0512573699205371e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 16.90074505846194 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] 3.2099999999999755 y[1] (analytic) -0.9293071236455959 y[1] (numeric) -0.9293071236455857 absolute error 1.021405182655144e-14 relative error 1.0991040062710969e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 16.5634002321777 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] 3.2199999999999753 y[1] (analytic) -0.9186006849860484 y[1] (numeric) -0.918600684986038 absolute error 1.0436096431476471e-14 relative error 1.1360862888573803e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 16.23188642825734 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] 3.229999999999975 y[1] (analytic) -0.9078023870235002 y[1] (numeric) -0.9078023870234897 absolute error 1.0547118733938987e-14 relative error 1.161829808414676e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 15.90598913902941 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] 3.239999999999975 y[1] (analytic) -0.8969133095787494 y[1] (numeric) -0.8969133095787385 absolute error 1.0880185641326534e-14 relative error 1.2130699282895688e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 15.585503274093902 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] 3.2499999999999747 y[1] (analytic) -0.8859345415504657 y[1] (numeric) -0.8859345415504547 absolute error 1.099120794378905e-14 relative error 1.240634316453385e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 15.270232627835306 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] 3.2599999999999745 y[1] (analytic) -0.8748671808063035 y[1] (numeric) -0.8748671808062922 absolute error 1.1324274851176597e-14 relative error 1.2943993213621078e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 14.959989382127459 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] 3.2699999999999743 y[1] (analytic) -0.8637123340731141 y[1] (numeric) -0.8637123340731027 absolute error 1.1435297153639112e-14 relative error 1.3239705747528555e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 14.654593641529646 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] 3.279999999999974 y[1] (analytic) -0.8524711168262754 y[1] (numeric) -0.8524711168262636 absolute error 1.176836406102666e-14 relative error 1.3805000343988109e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 14.353872998507052 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] 3.289999999999974 y[1] (analytic) -0.8411446531781441 y[1] (numeric) -0.8411446531781323 absolute error 1.1879386363489175e-14 relative error 1.412288162161481e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 14.05766212641994 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] 3.2999999999999736 y[1] (analytic) -0.8297340757656467 y[1] (numeric) -0.8297340757656345 absolute error 1.2212453270876722e-14 relative error 1.4718514795969467e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.3099999999999734 y[1] (analytic) -0.8182405256370154 y[1] (numeric) -0.818240525637003 absolute error 1.2434497875801753e-14 relative error 1.5196629213789265e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.319999999999973 y[1] (analytic) -0.8066651521376853 y[1] (numeric) -0.8066651521376726 absolute error 1.2656542480726785e-14 relative error 1.5689958153251807e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.329999999999973 y[1] (analytic) -0.7950091127953601 y[1] (numeric) -0.7950091127953473 absolute error 1.2878587085651816e-14 relative error 1.6199294924266908e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.3399999999999728 y[1] (analytic) -0.7832735732042608 y[1] (numeric) -0.7832735732042477 absolute error 1.3100631690576847e-14 relative error 1.6725486648277977e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.3499999999999726 y[1] (analytic) -0.7714597069085669 y[1] (numeric) -0.7714597069085536 absolute error 1.3322676295501878e-14 relative error 1.7269438930114955e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.3599999999999723 y[1] (analytic) -0.7595686952850631 y[1] (numeric) -0.7595686952850494 absolute error 1.3655743202889425e-14 relative error 1.7978285950508373e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.369999999999972 y[1] (analytic) -0.7476017274250025 y[1] (numeric) -0.7476017274249886 absolute error 1.3877787807814457e-14 relative error 1.856307616572039e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.379999999999972 y[1] (analytic) -0.7355600000151988 y[1] (numeric) -0.7355600000151847 absolute error 1.4099832412739488e-14 relative error 1.9168840628158333e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.3899999999999717 y[1] (analytic) -0.7234447172183583 y[1] (numeric) -0.7234447172183439 absolute error 1.4432899320127035e-14 relative error 1.995024495530421e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.3999999999999715 y[1] (analytic) -0.7112570905526645 y[1] (numeric) -0.7112570905526499 absolute error 1.4654943925052066e-14 relative error 2.0604285172981277e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.4099999999999713 y[1] (analytic) -0.6989983387706278 y[1] (numeric) -0.6989983387706128 absolute error 1.4988010832439613e-14 relative error 2.144212654181692e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.419999999999971 y[1] (analytic) -0.6866696877372105 y[1] (numeric) -0.6866696877371954 absolute error 1.509903313490213e-14 relative error 2.1988786463922886e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.429999999999971 y[1] (analytic) -0.6742723703072424 y[1] (numeric) -0.6742723703072271 absolute error 1.532107773982716e-14 relative error 2.272238699747682e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.4399999999999706 y[1] (analytic) -0.6618076262021355 y[1] (numeric) -0.6618076262021197 absolute error 1.5765166949677223e-14 relative error 2.3821373954464037e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.4499999999999704 y[1] (analytic) -0.6492767018859127 y[1] (numeric) -0.6492767018858968 absolute error 1.587618925213974e-14 relative error 2.4452116033156868e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.45999999999997 y[1] (analytic) -0.6366808504405634 y[1] (numeric) -0.6366808504405473 absolute error 1.609823385706477e-14 relative error 2.5284620773383228e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.46999999999997 y[1] (analytic) -0.6240213314407359 y[1] (numeric) -0.6240213314407195 absolute error 1.6431300764452317e-14 relative error 2.6331312627592153e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.47999999999997 y[1] (analytic) -0.6112994108277803 y[1] (numeric) -0.6112994108277635 absolute error 1.6764367671839864e-14 relative error 2.7424151528526244e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.4899999999999696 y[1] (analytic) -0.5985163607831563 y[1] (numeric) -0.5985163607831393 absolute error 1.6986412276764895e-14 relative error 2.838086540280744e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.4999999999999694 y[1] (analytic) -0.585673459601216 y[1] (numeric) -0.5856734596011988 absolute error 1.7208456881689926e-14 relative error 2.938234027781818e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.509999999999969 y[1] (analytic) -0.5727719915613751 y[1] (numeric) -0.5727719915613576 absolute error 1.7541523789077473e-14 relative error 3.0625666142053e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.519999999999969 y[1] (analytic) -0.5598132467996866 y[1] (numeric) -0.5598132467996687 absolute error 1.787459069646502e-14 relative error 3.1929560078561235e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.5299999999999687 y[1] (analytic) -0.5467985211798274 y[1] (numeric) -0.5467985211798094 absolute error 1.7985612998927536e-14 relative error 3.2892577983056667e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.5399999999999685 y[1] (analytic) -0.5337291161635143 y[1] (numeric) -0.533729116163496 absolute error 1.8207657603852567e-14 relative error 3.411404222188702e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.5499999999999683 y[1] (analytic) -0.5206063386803577 y[1] (numeric) -0.5206063386803391 absolute error 1.8540724511240114e-14 relative error 3.5613712576449754e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.559999999999968 y[1] (analytic) -0.5074315009971702 y[1] (numeric) -0.5074315009971513 absolute error 1.887379141862766e-14 relative error 3.719475708847038e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.569999999999968 y[1] (analytic) -0.49420592058674107 y[1] (numeric) -0.4942059205867219 absolute error 1.915134717478395e-14 relative error 3.875175585117779e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.5799999999999677 y[1] (analytic) -0.48093091999609017 y[1] (numeric) -0.48093091999607074 absolute error 1.942890293094024e-14 relative error 4.039853152111366e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.5899999999999674 y[1] (analytic) -0.4676078267142141 y[1] (numeric) -0.46760782671419443 absolute error 1.965094753586527e-14 relative error 4.2024419638029835e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.5999999999999672 y[1] (analytic) -0.45423797303933855 y[1] (numeric) -0.45423797303931857 absolute error 1.9984014443252818e-14 relative error 4.399459232687738e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.609999999999967 y[1] (analytic) -0.44082269594568935 y[1] (numeric) -0.44082269594566914 absolute error 2.020605904817785e-14 relative error 4.583715682975473e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.619999999999967 y[1] (analytic) -0.42736333694979667 y[1] (numeric) -0.4273633369497762 absolute error 2.0483614804334138e-14 relative error 4.793021074416684e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.6299999999999666 y[1] (analytic) -0.41386124197634394 y[1] (numeric) -0.4138612419763232 absolute error 2.0761170560490427e-14 relative error 5.016456834988458e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.6399999999999664 y[1] (analytic) -0.4003177612235769 y[1] (numeric) -0.4003177612235558 absolute error 2.1094237467877974e-14 relative error 5.269373360653082e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.649999999999966 y[1] (analytic) -0.38673424902828446 y[1] (numeric) -0.38673424902826303 absolute error 2.142730437526552e-14 relative error 5.5405758422234794e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.659999999999966 y[1] (analytic) -0.3731120637303666 y[1] (numeric) -0.3731120637303449 absolute error 2.170486013142181e-14 relative error 5.817249625867648e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.6699999999999657 y[1] (analytic) -0.3594525675370014 y[1] (numeric) -0.3594525675369794 absolute error 2.19824158875781e-14 relative error 6.115526184220473e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.6799999999999655 y[1] (analytic) -0.3457571263864253 y[1] (numeric) -0.34575712638640305 absolute error 2.225997164373439e-14 relative error 6.438036975948309e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.6899999999999653 y[1] (analytic) -0.33202710981134054 y[1] (numeric) -0.332027109811318 absolute error 2.2537527399890678e-14 relative error 6.7878575977415255e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.699999999999965 y[1] (analytic) -0.31826389080196305 y[1] (numeric) -0.3182638908019402 absolute error 2.2870594307278225e-14 relative error 7.1860474808024186e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.709999999999965 y[1] (analytic) -0.30446884566872434 y[1] (numeric) -0.3044688456687012 absolute error 2.3148150063434514e-14 relative error 7.602797590864431e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.7199999999999647 y[1] (analytic) -0.290643353904642 y[1] (numeric) -0.29064335390461854 absolute error 2.348121697082206e-14 relative error 8.079048309677185e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.7299999999999645 y[1] (analytic) -0.2767887980473711 y[1] (numeric) -0.2767887980473474 absolute error 2.3703261575747092e-14 relative error 8.563663610291913e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.7399999999999642 y[1] (analytic) -0.262906563540952 y[1] (numeric) -0.26290656354092806 absolute error 2.3925306180672123e-14 relative error 9.100307675257171e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.749999999999964 y[1] (analytic) -0.248998038597267 y[1] (numeric) -0.2489980385972427 absolute error 2.42861286636753e-14 relative error 9.753542156593463e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.759999999999964 y[1] (analytic) -0.2350646140572199 y[1] (numeric) -0.2350646140571953 absolute error 2.4591439995447217e-14 relative error 1.0461566107717566e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.7699999999999636 y[1] (analytic) -0.22110768325165364 y[1] (numeric) -0.22110768325162872 absolute error 2.4924506902834764e-14 relative error 1.1272564813800227e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.7799999999999634 y[1] (analytic) -0.20712864186201796 y[1] (numeric) -0.20712864186199276 absolute error 2.5202062658991053e-14 relative error 1.2167347998052249e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.789999999999963 y[1] (analytic) -0.19312888778080273 y[1] (numeric) -0.19312888778077722 absolute error 2.550737399076297e-14 relative error 1.3207435865168607e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.799999999999963 y[1] (analytic) -0.17910982097174954 y[1] (numeric) -0.1791098209717238 absolute error 2.5757174171303632e-14 relative error 1.4380659883170914e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.8099999999999627 y[1] (analytic) -0.16507284332985694 y[1] (numeric) -0.16507284332983088 absolute error 2.606248550307555e-14 relative error 1.5788475546517465e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.8199999999999625 y[1] (analytic) -0.15101935854119164 y[1] (numeric) -0.15101935854116522 absolute error 2.6423307986078726e-14 relative error 1.74966363526644e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.8299999999999623 y[1] (analytic) -0.13695077194252114 y[1] (numeric) -0.1369507719424945 absolute error 2.6645352591003757e-14 relative error 1.9456153633209847e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.839999999999962 y[1] (analytic) -0.12286849038078185 y[1] (numeric) -0.12286849038075479 absolute error 2.706168622523819e-14 relative error 2.20249196041811e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.849999999999962 y[1] (analytic) -0.10877392207239434 y[1] (numeric) -0.10877392207236707 absolute error 2.7269853042355408e-14 relative error 2.507021216372615e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.8599999999999617 y[1] (analytic) -0.09466847646244425 y[1] (numeric) -0.09466847646241673 absolute error 2.7519653222896068e-14 relative error 2.9069500483419457e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.8699999999999615 y[1] (analytic) -0.08055356408373826 y[1] (numeric) -0.08055356408371028 absolute error 2.7977620220553945e-14 relative error 3.473169752175115e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.8799999999999613 y[1] (analytic) -0.06643059641575144 y[1] (numeric) -0.06643059641572321 absolute error 2.8227420401094605e-14 relative error 4.24915956262611e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.889999999999961 y[1] (analytic) -0.05230098574348174 y[1] (numeric) -0.05230098574345322 absolute error 2.8525792838962616e-14 relative error 5.4541596938290553e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.899999999999961 y[1] (analytic) -0.03816614501622173 y[1] (numeric) -0.03816614501619288 absolute error 2.8851920852446256e-14 relative error 7.55955856694024e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.9099999999999606 y[1] (analytic) -0.02402748770626506 y[1] (numeric) -0.024027487706235934 absolute error 2.912600716165059e-14 relative error 1.2121952789119986e-10% Correct digits 12 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.9199999999999604 y[1] (analytic) -0.009886427667560538 y[1] (numeric) -0.009886427667531202 absolute error 2.9335908702243785e-14 relative error 2.967291087204442e-10% Correct digits 12 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.92999999999996 y[1] (analytic) 0.004255621005671895 y[1] (numeric) 0.0042556210057016226 absolute error 2.9727956207814543e-14 relative error 6.985574177821075e-10% Correct digits 12 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.0029016946377530325 Order of pole (three term test) -0.8930760724624097 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.93999999999996 y[1] (analytic) 0.018397244120350265 y[1] (numeric) 0.01839724412038022 absolute error 2.9955204983167505e-14 relative error 1.6282441428296483e-10% Correct digits 12 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.012543151113581598 Order of pole (three term test) -0.8969486569661692 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.9499999999999598 y[1] (analytic) 0.03253702752594745 y[1] (numeric) 0.032537027525977764 absolute error 3.031602746617068e-14 relative error 9.317393066098132e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.022179580163671095 Order of pole (three term test) -0.9056549053278242 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.9599999999999596 y[1] (analytic) 0.04667355725590627 y[1] (numeric) 0.04667355725593682 absolute error 3.054501096499962e-14 relative error 6.544393176959814e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.03180711941997596 Order of pole (three term test) -0.9191913208255942 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.9699999999999593 y[1] (analytic) 0.060805419669033856 y[1] (numeric) 0.06080541966906478 absolute error 3.092665012971452e-14 relative error 5.0861667098178777e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.04142191009950588 Order of pole (three term test) -0.9375524668008978 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.979999999999959 y[1] (analytic) 0.07493120159086564 y[1] (numeric) 0.07493120159089686 absolute error 3.122502256758253e-14 relative error 4.1671589277421866e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.051020098560444274 Order of pole (three term test) -0.9607309688686723 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.989999999999959 y[1] (analytic) 0.08904949045498078 y[1] (numeric) 0.08904949045501231 absolute error 3.1530333899354446e-14 relative error 3.540765223726316e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.060597837856135324 Order of pole (three term test) -0.9887175179154145 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.9999999999999587 y[1] (analytic) 0.10315887444425809 y[1] (numeric) 0.10315887444428992 absolute error 3.1835645231126364e-14 relative error 3.086079157283628e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.07015128928631162 Order of pole (three term test) -1.0215008738836875 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.009999999999959 y[1] (analytic) 0.11725794263205702 y[1] (numeric) 0.11725794263208855 absolute error 3.1530333899354446e-14 relative error 2.6889721234742527e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.07967662394491351 Order of pole (three term test) -1.0590678703414687 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.019999999999959 y[1] (analytic) 0.1313452851233068 y[1] (numeric) 0.1313452851233386 absolute error 3.1807889655510735e-14 relative error 2.4217001490117844e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.08917002426386236 Order of pole (three term test) -1.1014034198343936 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.0299999999999585 y[1] (analytic) 0.1454194931954983 y[1] (numeric) 0.14541949319553035 absolute error 3.2057689836051395e-14 relative error 2.204497425455461e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.09862768555215366 Order of pole (three term test) -1.1484905200186202 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.039999999999958 y[1] (analytic) 0.1594791594395526 y[1] (numeric) 0.15947915943958507 absolute error 3.247402347028583e-14 relative error 2.0362549930917126e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.10804581752963202 Order of pole (three term test) -1.2003102605717069 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.049999999999958 y[1] (analytic) 0.17352287790056187 y[1] (numeric) 0.17352287790059467 absolute error 3.2807090377673376e-14 relative error 1.8906492777553886e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.1174206458548156 Order of pole (three term test) -1.2568418308785503 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.059999999999958 y[1] (analytic) 0.18754924421838315 y[1] (numeric) 0.18754924421841615 absolute error 3.300137940698278e-14 relative error 1.7596114313612393e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.12674841364613948 Order of pole (three term test) -1.3180625284891117 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.069999999999958 y[1] (analytic) 0.20155685576807303 y[1] (numeric) 0.2015568557681063 absolute error 3.327893516313907e-14 relative error 1.6510941806629685e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.13602538299599748 Order of pole (three term test) -1.3839477683443746 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.079999999999957 y[1] (analytic) 0.21554431180014955 y[1] (numeric) 0.21554431180018313 absolute error 3.3584246494910985e-14 relative error 1.5581133278084345e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.14524783647694542 Order of pole (three term test) -1.45447109276653 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.089999999999957 y[1] (analytic) 0.2295102135806657 y[1] (numeric) 0.22951021358069962 absolute error 3.391731340229853e-14 relative error 1.477812811601853e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.15441207863945977 Order of pole (three term test) -1.5296041822092274 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.099999999999957 y[1] (analytic) 0.2434531645310818 y[1] (numeric) 0.2434531645311159 absolute error 3.4111602431607935e-14 relative error 1.4011566658955007e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.16351443750062478 Order of pole (three term test) -1.609316866763257 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.109999999999957 y[1] (analytic) 0.2573717703679216 y[1] (numeric) 0.25737177036795605 absolute error 3.447242491461111e-14 relative error 1.3394019423859742e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.17255126602314277 Order of pole (three term test) -1.6935771384128233 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.119999999999957 y[1] (analytic) 0.27126463924220034 y[1] (numeric) 0.27126463924223515 absolute error 3.480549182199866e-14 relative error 1.2830825248447644e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.18151894358405257 Order of pole (three term test) -1.7823511640371485 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.129999999999956 y[1] (analytic) 0.2851303818786082 y[1] (numeric) 0.28513038187864315 absolute error 3.497202527569243e-14 relative error 1.22652749402838e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.19041387743256175 Order of pole (three term test) -1.8756032991519607 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.139999999999956 y[1] (analytic) 0.29896761171443575 y[1] (numeric) 0.29896761171447117 absolute error 3.5416114485542494e-14 relative error 1.1846137540601163e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.1992325041363834 Order of pole (three term test) -1.9732961023849476 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.149999999999956 y[1] (analytic) 0.3127749450382309 y[1] (numeric) 0.3127749450382666 absolute error 3.569367024169878e-14 relative error 1.141193398254323e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.20797129101599468 Order of pole (three term test) -2.0753903506791245 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.159999999999956 y[1] (analytic) 0.32655100112816715 y[1] (numeric) 0.32655100112820307 absolute error 3.5915714846623814e-14 relative error 1.0998500914877719e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.21662673756621928 Order of pole (three term test) -2.18184505521758 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.1699999999999555 y[1] (analytic) 0.34029440239011544 y[1] (numeric) 0.3402944023901517 absolute error 3.624878175401136e-14 relative error 1.0652182786261512e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.2251953768645599 Order of pole (three term test) -2.292617478062929 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.179999999999955 y[1] (analytic) 0.35400377449540243 y[1] (numeric) 0.354003774495439 absolute error 3.658184866139891e-14 relative error 1.033374537137146e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.2336737769656993 Order of pole (three term test) -2.4076631495043874 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.189999999999955 y[1] (analytic) 0.36767774651824214 y[1] (numeric) 0.36767774651827895 absolute error 3.680389326632394e-14 relative error 1.0009823443175921e-11% Correct digits 13 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.24205854228160043 Order of pole (three term test) -2.526935886105109 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.199999999999955 y[1] (analytic) 0.3813149510728271 y[1] (numeric) 0.38131495107286417 absolute error 3.708144902248023e-14 relative error 9.724624989959564e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.2503463149466412 Order of pole (three term test) -2.650387809442154 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.209999999999955 y[1] (analytic) 0.3949140244500661 y[1] (numeric) 0.39491402445010354 absolute error 3.7414515929867775e-14 relative error 9.474091476485044e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.25853377616723383 Order of pole (three term test) -2.7779693655312587 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.2199999999999545 y[1] (analytic) 0.40847360675395405 y[1] (numeric) 0.4084736067539918 absolute error 3.774758283725532e-14 relative error 9.241131425167636e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.2666176475553652 Order of pole (three term test) -2.909629344928012 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.229999999999954 y[1] (analytic) 0.4219923420375602 y[1] (numeric) 0.4219923420375982 absolute error 3.802513859341161e-14 relative error 9.010859867695683e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.2745946924455252 Order of pole (three term test) -3.0453149034970757 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.239999999999954 y[1] (analytic) 0.4354688784386217 y[1] (numeric) 0.43546887843866 absolute error 3.83026943495679e-14 relative error 8.795736330665609e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.28246171719448826 Order of pole (three term test) -3.184971583840731 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.249999999999954 y[1] (analytic) 0.44890186831472884 y[1] (numeric) 0.4489018683147674 absolute error 3.858025010572419e-14 relative error 8.594361669859492e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.2902155724634105 Order of pole (three term test) -3.3285433373775235 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.259999999999954 y[1] (analytic) 0.4622899683780881 y[1] (numeric) 0.462289968378127 absolute error 3.8913317013111737e-14 relative error 8.417512746304311e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.29785315448173244 Order of pole (three term test) -3.475972547061899 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.269999999999953 y[1] (analytic) 0.47563183982984997 y[1] (numeric) 0.47563183982988916 absolute error 3.9190872769268026e-14 relative error 8.23974963141407e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.30537140629236864 Order of pole (three term test) -3.6272000507351394 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.279999999999953 y[1] (analytic) 0.48892614849398736 y[1] (numeric) 0.4889261484940269 absolute error 3.952393967665557e-14 relative error 8.083826115334395e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.3127673189776819 Order of pole (three term test) -3.7821651650977826 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.289999999999953 y[1] (analytic) 0.5021715649507126 y[1] (numeric) 0.5021715649507523 absolute error 3.9745984281580604e-14 relative error 7.914821757277638e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.32003793286574933 Order of pole (three term test) -3.9408057102935174 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.299999999999953 y[1] (analytic) 0.5153667646694174 y[1] (numeric) 0.5153667646694575 absolute error 4.007905118896815e-14 relative error 7.7768016753422e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.3271803387164277 Order of pole (three term test) -4.103058035094108 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.3099999999999525 y[1] (analytic) 0.5285104281411264 y[1] (numeric) 0.5285104281411667 absolute error 4.030109579389318e-14 relative error 7.625411656613843e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.3341916788867452 Order of pole (three term test) -4.268857042674857 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.319999999999952 y[1] (analytic) 0.5416012410104449 y[1] (numeric) 0.5416012410104856 absolute error 4.063416270128073e-14 relative error 7.502597783097968e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.3410691484751498 Order of pole (three term test) -4.438136216969763 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.329999999999952 y[1] (analytic) 0.5546378942069956 y[1] (numeric) 0.5546378942070364 absolute error 4.0745185003743245e-14 relative error 7.346267795495559e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.3478099964441518 Order of pole (three term test) -4.610827649595315 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.339999999999952 y[1] (analytic) 0.567619084076322 y[1] (numeric) 0.5676190840763631 absolute error 4.107825191113079e-14 relative error 7.236939888653816e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.3544115267209129 Order of pole (three term test) -4.786862067331628 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.349999999999952 y[1] (analytic) 0.5805435125102553 y[1] (numeric) 0.5805435125102966 absolute error 4.1300296516055823e-14 relative error 7.114074246988722e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.360871099275343 Order of pole (three term test) -4.966168860149498 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.3599999999999515 y[1] (analytic) 0.593409887076722 y[1] (numeric) 0.5934098870767637 absolute error 4.163336342344337e-14 relative error 7.01595378340243e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.3671861311752673 Order of pole (three term test) -5.148676109771499 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.369999999999951 y[1] (analytic) 0.6062169211489878 y[1] (numeric) 0.6062169211490297 absolute error 4.18554080283684e-14 relative error 6.9043615524684014e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.37335409761825245 Order of pole (three term test) -5.334310618755381 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.379999999999951 y[1] (analytic) 0.6189633340343177 y[1] (numeric) 0.6189633340343599 absolute error 4.218847493575595e-14 relative error 6.8159893512233245e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.3793725329396729 Order of pole (three term test) -5.522997940087475 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.389999999999951 y[1] (analytic) 0.6316478511020452 y[1] (numeric) 0.6316478511020878 absolute error 4.2521541843143495e-14 relative error 6.731843030725987e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.38523903159662154 Order of pole (three term test) -5.714662407273808 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.399999999999951 y[1] (analytic) 0.6442692039110341 y[1] (numeric) 0.6442692039110769 absolute error 4.2743586448068527e-14 relative error 6.634429550348476e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.39095124912727447 Order of pole (three term test) -5.9092271649164445 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.40999999999995 y[1] (analytic) 0.656826130336521 y[1] (numeric) 0.6568261303365641 absolute error 4.3076653355456074e-14 relative error 6.5583038441826304e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.3965069030853293 Order of pole (three term test) -6.106614199762234 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.41999999999995 y[1] (analytic) 0.6693173746963276 y[1] (numeric) 0.669317374696371 absolute error 4.340972026284362e-14 relative error 6.485670610678352e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.40190377394915067 Order of pole (three term test) -6.30674437221115 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.42999999999995 y[1] (analytic) 0.6817416878764271 y[1] (numeric) 0.6817416878764708 absolute error 4.374278717023117e-14 relative error 6.416328640028834e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.40713970600526184 Order of pole (three term test) -6.509537448271006 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.43999999999995 y[1] (analytic) 0.6940978274558551 y[1] (numeric) 0.6940978274558992 absolute error 4.4075854077618715e-14 relative error 6.350092499089684e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.41221260820584193 Order of pole (three term test) -6.714912131945449 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.4499999999999496 y[1] (analytic) 0.7063845578309507 y[1] (numeric) 0.7063845578309949 absolute error 4.418687638008123e-14 relative error 6.255357070058696e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.41712045499988687 Order of pole (three term test) -6.922786098041649 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.459999999999949 y[1] (analytic) 0.7186006503389148 y[1] (numeric) 0.7186006503389593 absolute error 4.440892098500626e-14 relative error 6.179916614890566e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.4218612871377144 Order of pole (three term test) -7.133076025384176 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.469999999999949 y[1] (analytic) 0.730744883380677 y[1] (numeric) 0.7307448833807217 absolute error 4.474198789239381e-14 relative error 6.122791812841986e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.4264332124484989 Order of pole (three term test) -7.345697630421317 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.479999999999949 y[1] (analytic) 0.7428160425430532 y[1] (numeric) 0.7428160425430982 absolute error 4.496403249731884e-14 relative error 6.053185435169536e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.4308344065905366 Order of pole (three term test) -7.560565701209964 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.489999999999949 y[1] (analytic) 0.7548129207201864 y[1] (numeric) 0.7548129207202315 absolute error 4.518607710224387e-14 relative error 5.9863942258872145e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.4350631137739477 Order of pole (three term test) -7.777594131764953 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.4999999999999485 y[1] (analytic) 0.7667343182342562 y[1] (numeric) 0.7667343182343016 absolute error 4.54081217071689e-14 relative error 5.922275894959433e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.4391176474555427 Order of pole (three term test) -7.996695956758811 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.509999999999948 y[1] (analytic) 0.7785790429554457 y[1] (numeric) 0.7785790429554914 absolute error 4.574118861455645e-14 relative error 5.874957594661843e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.4429963910055836 Order of pole (three term test) -8.217783386557537 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.519999999999948 y[1] (analytic) 0.7903459104211534 y[1] (numeric) 0.7903459104211994 absolute error 4.596323321948148e-14 relative error 5.81558436798755e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.4466977983461865 Order of pole (three term test) -8.440767842578012 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.529999999999948 y[1] (analytic) 0.8020337439544383 y[1] (numeric) 0.8020337439544846 absolute error 4.629630012686903e-14 relative error 5.7723631300853364e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.4502203945611246 Order of pole (three term test) -8.665559992952572 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.539999999999948 y[1] (analytic) 0.8136413747816871 y[1] (numeric) 0.8136413747817336 absolute error 4.651834473179406e-14 relative error 5.717303246073944e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.4535627764767996 Order of pole (three term test) -8.892069788485985 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.549999999999947 y[1] (analytic) 0.8251676421494899 y[1] (numeric) 0.8251676421495366 absolute error 4.674038933671909e-14 relative error 5.6643507269582756e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.4567236132141661 Order of pole (three term test) -9.12020649889021 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.559999999999947 y[1] (analytic) 0.8366113934407151 y[1] (numeric) 0.8366113934407622 absolute error 4.707345624410664e-14 relative error 5.626681230159748e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 13.940941576401597 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4597016467114008 Order of pole (three term test) -9.34987874928205 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.569999999999947 y[1] (analytic) 0.8479714842897702 y[1] (numeric) 0.8479714842898175 absolute error 4.729550084903167e-14 relative error 5.577487182678631e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 14.235401338305019 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4624956922171238 Order of pole (three term test) -9.580994556928712 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.579999999999947 y[1] (analytic) 0.8592467786970368 y[1] (numeric) 0.8592467786970843 absolute error 4.75175454539567e-14 relative error 5.530139493337686e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 14.534306929425078 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.46510463875399244 Order of pole (three term test) -9.813461368226392 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.589999999999947 y[1] (analytic) 0.8704361491424704 y[1] (numeric) 0.8704361491425181 absolute error 4.773959005888173e-14 relative error 5.484559678031922e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 14.837820964554755 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.46752744955249526 Order of pole (three term test) -10.047186095896693 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.599999999999946 y[1] (analytic) 0.8815384766983506 y[1] (numeric) 0.8815384766983987 absolute error 4.807265696626928e-14 relative error 5.453268148466653e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 15.146112984589324 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4697631624547928 Order of pole (three term test) -10.28207515638572 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.609999999999946 y[1] (analytic) 0.8925526511411741 y[1] (numeric) 0.8925526511412224 absolute error 4.829470157119431e-14 relative error 5.410851842683686e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 15.459359853065399 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4718108902884603 Order of pole (three term test) -10.518034507450707 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.619999999999946 y[1] (analytic) 0.9034775710626748 y[1] (numeric) 0.9034775710627233 absolute error 4.851674617611934e-14 relative error 5.370000067522839e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 15.777746179624824 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.47366982120999873 Order of pole (three term test) -10.754969685918832 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.629999999999946 y[1] (analytic) 0.9143121439799647 y[1] (numeric) 0.9143121439800135 absolute error 4.873879078104437e-14 relative error 5.330651145995539e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 16.101464772580705 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4753392190179977 Order of pole (three term test) -10.992785845602867 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.6399999999999455 y[1] (analytic) 0.9250552864447809 y[1] (numeric) 0.9250552864448299 absolute error 4.907185768843192e-14 relative error 5.304748635838552e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 16.43071712296573 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4768184234358418 Order of pole (three term test) -11.231387795358387 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.649999999999945 y[1] (analytic) 0.9357059241518294 y[1] (numeric) 0.9357059241518787 absolute error 4.929390229335695e-14 relative error 5.268097702602386e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 16.765713922667477 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.47810685036386746 Order of pole (three term test) -11.47068003726702 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.659999999999945 y[1] (analytic) 0.9462629920462151 y[1] (numeric) 0.9462629920462646 absolute error 4.951594689828198e-14 relative error 5.232789120412272e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 17.10667561950391 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.47920399210088577 Order of pole (three term test) -11.710566804930354 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.669999999999945 y[1] (analytic) 0.956725434429946 y[1] (numeric) 0.9567254344299958 absolute error 4.984901380566953e-14 relative error 5.2103782351486766e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 17.453833012367593 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4801094175350068 Order of pole (three term test) -11.950952101858999 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.679999999999945 y[1] (analytic) 0.9670922050675025 y[1] (numeric) 0.9670922050675526 absolute error 5.007105841059456e-14 relative error 5.177485471212089e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 17.80742788987347 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.48082277230370396 Order of pole (three term test) -12.191739739941388 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.689999999999944 y[1] (analytic) 0.9773622672904596 y[1] (numeric) 0.97736226729051 absolute error 5.040412531798211e-14 relative error 5.1571589168996065e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 18.167713716284545 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.48134377892307667 Order of pole (three term test) -12.432833377976667 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.699999999999944 y[1] (analytic) 0.9875345941011536 y[1] (numeric) 0.9875345941012043 absolute error 5.062616992290714e-14 relative error 5.126521159391554e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 18.534956368868656 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4816722368862807 Order of pole (three term test) -12.674136560256391 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.709999999999944 y[1] (analytic) 0.9976081682753803 y[1] (numeric) 0.9976081682754311 absolute error 5.0737192225369654e-14 relative error 5.085883800759351e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 18.90943493126054 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.48180802273110274 Order of pole (three term test) -12.915552755179254 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.719999999999944 y[1] (analytic) 1.0075819824641168 y[1] (numeric) 1.0075819824641679 absolute error 5.10702591327572e-14 relative error 5.068595907983693e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 19.291442547874322 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4817510900766776 Order of pole (three term test) -13.15698539388362 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.729999999999944 y[1] (analytic) 1.0174550392942558 y[1] (numeric) 1.017455039294307 absolute error 5.10702591327572e-14 relative error 5.019411881647508e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 19.30768009937951 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4815014696293499 Order of pole (three term test) -13.398337908882192 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.739999999999943 y[1] (analytic) 1.0272263514683417 y[1] (numeric) 1.027226351468393 absolute error 5.129230373768223e-14 relative error 4.993281535696957e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 18.924968721268026 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.48105926915769887 Order of pole (three term test) -13.639513772683388 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.749999999999943 y[1] (analytic) 1.0368949418632998 y[1] (numeric) 1.0368949418633513 absolute error 5.1514348342607263e-14 relative error 4.968135754431978e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 18.549432488489185 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4804246734367587 Order of pole (three term test) -13.880416536384068 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.759999999999943 y[1] (analytic) 1.0464598436281478 y[1] (numeric) 1.0464598436281995 absolute error 5.1736392947532295e-14 relative error 4.943944410533584e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 18.180798453852837 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.47959794416147383 Order of pole (three term test) -14.120949868218085 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.769999999999943 y[1] (analytic) 1.0559201002806802 y[1] (numeric) 1.055920100280732 absolute error 5.1736392947532295e-14 relative error 4.8996503555316304e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 17.818806324134417 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4785794198294467 Order of pole (three term test) -14.361017592045414 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.7799999999999425 y[1] (analytic) 1.0652747658031148 y[1] (numeric) 1.0652747658031667 absolute error 5.1958437552457326e-14 relative error 4.877468163181886e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 17.46320771275252 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.47736951559304275 Order of pole (three term test) -14.600523725766367 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.789999999999942 y[1] (analytic) 1.074522904736695 y[1] (numeric) 1.0745229047367473 absolute error 5.218048215738236e-14 relative error 4.85615354752897e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 17.113765444249132 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.47596872308093424 Order of pole (three term test) -14.839372519645812 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.799999999999942 y[1] (analytic) 1.0836635922752347 y[1] (numeric) 1.0836635922752869 absolute error 5.218048215738236e-14 relative error 4.815191958957063e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 16.770252906414317 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4743776101891714 Order of pole (three term test) -15.07746849453208 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.809999999999942 y[1] (analytic) 1.0926959143575965 y[1] (numeric) 1.092695914357649 absolute error 5.240252676230739e-14 relative error 4.795709956792069e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 16.432453446273815 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.47259682084188664 Order of pole (three term test) -15.314716479955358 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.819999999999942 y[1] (analytic) 1.1016189677590997 y[1] (numeric) 1.1016189677591521 absolute error 5.240252676230739e-14 relative error 4.756864968375045e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 16.100159806496404 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.47062707472174453 Order of pole (three term test) -15.55102165209053 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.8299999999999415 y[1] (analytic) 1.1104318601818395 y[1] (numeric) 1.1104318601818923 absolute error 5.284661597215745e-14 relative error 4.759104801217026e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 15.773173599083071 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4684691669702669 Order of pole (three term test) -15.786289571569498 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.839999999999941 y[1] (analytic) 1.119133710343918 y[1] (numeric) 1.1191337103439711 absolute error 5.306866057708248e-14 relative error 4.7419410287242705e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 15.451304813474396 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.46612396785817 Order of pole (three term test) -16.020426221127945 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.849999999999941 y[1] (analytic) 1.1277236480675705 y[1] (numeric) 1.1277236480676238 absolute error 5.3290705182007514e-14 relative error 4.7255110126780336e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 15.134371356460907 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4635924224258644 Order of pole (three term test) -16.253338043071768 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.859999999999941 y[1] (analytic) 1.1362008143661828 y[1] (numeric) 1.1362008143662363 absolute error 5.3512749786932545e-14 relative error 4.709796816752331e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 14.822198621505171 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.4608755500942804 Order of pole (three term test) -16.48493197654836 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.869999999999941 y[1] (analytic) 1.1445643615301893 y[1] (numeric) 1.144564361530243 absolute error 5.3734794391857577e-14 relative error 4.694781368172126e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 14.514619085286812 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 0.45797444424619205 Order of pole (three term test) -16.715115494608114 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.87999999999994 y[1] (analytic) 1.1528134532118433 y[1] (numeric) 1.1528134532118972 absolute error 5.395683899678261e-14 relative error 4.6804484148284304e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.45489027177822466 Order of pole (three term test) -16.94379664104161 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.88999999999994 y[1] (analytic) 1.1609472645088508 y[1] (numeric) 1.1609472645089047 absolute error 5.395683899678261e-14 relative error 4.64765632740515e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.45162427262374083 Order of pole (three term test) -17.17088406697792 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.89999999999994 y[1] (analytic) 1.1689649820468602 y[1] (numeric) 1.1689649820469143 absolute error 5.417888360170764e-14 relative error 4.634773875504833e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.4481777592468147 Order of pole (three term test) -17.396287067229824 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.90999999999994 y[1] (analytic) 1.176865804060799 y[1] (numeric) 1.1768658040608535 absolute error 5.440092820663267e-14 relative error 4.62252603643688e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.44455211610751133 Order of pole (three term test) -17.619915616371607 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.9199999999999395 y[1] (analytic) 1.1846489404750502 y[1] (numeric) 1.1846489404751048 absolute error 5.46229728115577e-14 relative error 4.6108995623339364e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.44074879909870013 Order of pole (three term test) -17.841680404535367 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.929999999999939 y[1] (analytic) 1.192313612982458 y[1] (numeric) 1.1923136129825127 absolute error 5.46229728115577e-14 relative error 4.581258841365031e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.43676933495464465 Order of pole (three term test) -18.061492872911913 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.939999999999939 y[1] (analytic) 1.1998590551221588 y[1] (numeric) 1.1998590551222137 absolute error 5.484501741648273e-14 relative error 4.570954995284751e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.4326153206316169 Order of pole (three term test) -18.279265248942245 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.949999999999939 y[1] (analytic) 1.2072845123562268 y[1] (numeric) 1.2072845123562819 absolute error 5.5067062021407764e-14 relative error 4.56123320210037e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.42828842266080114 Order of pole (three term test) -18.494910581186158 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.959999999999939 y[1] (analytic) 1.2145892421451263 y[1] (numeric) 1.2145892421451814 absolute error 5.5067062021407764e-14 relative error 4.5338012317770906e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.423790376473755 Order of pole (three term test) -18.708342773854127 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.9699999999999385 y[1] (analytic) 1.2217725140219653 y[1] (numeric) 1.2217725140220208 absolute error 5.551115123125783e-14 relative error 4.543493211229651e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.41912298570071654 Order of pole (three term test) -18.91947662098931 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.979999999999938 y[1] (analytic) 1.2288336096655428 y[1] (numeric) 1.2288336096655983 absolute error 5.551115123125783e-14 relative error 4.517385494230301e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.41428812144204197 Order of pole (three term test) -19.12822784028624 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.989999999999938 y[1] (analytic) 1.2357718229721781 y[1] (numeric) 1.2357718229722339 absolute error 5.573319583618286e-14 relative error 4.509990825178219e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.409287721513084 Order of pole (three term test) -19.334513106533162 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.999999999999938 y[1] (analytic) 1.2425864601263228 y[1] (numeric) 1.2425864601263785 absolute error 5.573319583618286e-14 relative error 4.485256972019231e-12% Correct digits 14 h 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 0.40412378966281953 Order of pole (three term test) -19.538250084665037 NO COMPLEX POLE (six term test) for Equation 1 Finished! diff ( y , x , 1 ) = m1 * sin(x) - cos(x); Iterations 491 Total Elapsed Time 0.0 Seconds Elapsed Time(since restart) 0.0 Seconds Time to Timeout 3 Minutes 0.0 Seconds Percent Done 100.40816326530484%