##############ECHO OF PROBLEM################# ##############temp/mult2postode.ode################# diff ( y , x , 1 ) = 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=10.0 $array_y_init[0 + 1] = exact_soln_y(x_start) $glob_look_poles=true $glob_max_iter=100 #END SECOND INPUT BLOCK #BEGIN OVERRIDE BLOCK $glob_desired_digits_correct=10 $glob_display_interval=0.01 $glob_look_poles=true $glob_max_iter=1000000000 $glob_max_minutes=10.0 $glob_subiter_method=3 #END OVERRIDE BLOCK ! #BEGIN USER DEF BLOCK def exact_soln_y (x) return(2.0 - expt(cos(x),2)/2.0) 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 estimated_h 1.0e-06 estimated_answer 1.0 desired_abs_gbl_error 1.0e-10 range 9.9 estimated_steps 9900000.0 step_error 1.0101010101010102e-17 est_needed_step_err 1.0101010101010102e-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 4.0771477039065195e-176 estimated_step_error 4.0771477039065195e-176 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 2.7361274871514973e-168 estimated_step_error 2.7361274871514973e-168 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 1.8361840466477574e-160 estimated_step_error 1.8361840466477574e-160 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 1.2322422176488501e-152 estimated_step_error 1.2322422176488501e-152 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 8.269437043242496e-145 estimated_step_error 8.269437043242496e-145 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 5.549524592275755e-137 estimated_step_error 5.549524592275755e-137 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 3.7242220165209696e-129 estimated_step_error 3.7242220165209696e-129 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 2.4992818871837345e-121 estimated_step_error 2.4992818871837345e-121 best_h 0.000256 opt_iter 9 hn_div_ho 0.5 hn_div_ho_2 0.25 hn_div_ho_3 0.125 max_estimated_step_error 1.6772380707160067e-113 estimated_step_error 1.6772380707160067e-113 best_h 0.000512 opt_iter 10 hn_div_ho 0.5 hn_div_ho_2 0.25 hn_div_ho_3 0.125 max_estimated_step_error 1.1255732521898272e-105 estimated_step_error 1.1255732521898272e-105 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 7.553565186468215e-98 estimated_step_error 7.553565186468215e-98 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 5.069072795588153e-90 estimated_step_error 5.069072795588153e-90 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 3.4017448052284714e-82 estimated_step_error 3.4017448052284714e-82 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 2.282801938251309e-74 estimated_step_error 2.282801938251309e-74 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 1.5318678129876899e-66 estimated_step_error 1.5318678129876899e-66 best_h 0.032768 opt_iter 16 hn_div_ho 0.5 hn_div_ho_2 0.25 hn_div_ho_3 0.125 max_estimated_step_error 1.0278915227578665e-58 estimated_step_error 1.0278915227578665e-58 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 6.896336410985004e-51 estimated_step_error 6.896336410985004e-51 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 4.6256959158193415e-43 estimated_step_error 4.6256959158193415e-43 best_h 0.1 START of Soultion TOP MAIN SOLVE Loop x[1] 0.1 y[1] (analytic) 1.5049833555396894 y[1] (numeric) 1.5049833555396894 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.09735458557716262 Order of pole (three term test) 22.039469502998557 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.11 y[1] (analytic) 1.5060256376673486 y[1] (numeric) 1.5060256376673484 absolute error 2.220446049250313e-16 relative error 1.4743746678107784e-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.10648486626649996 Order of pole (three term test) 22.047624168390023 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.12 y[1] (analytic) 1.5071655062869926 y[1] (numeric) 1.5071655062869924 absolute error 2.220446049250313e-16 relative error 1.4732595988880722e-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.11544479388537077 Order of pole (three term test) 22.056502538610356 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.13 y[1] (analytic) 1.5084025054663717 y[1] (numeric) 1.5084025054663714 absolute error 2.220446049250313e-16 relative error 1.4720514194344897e-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.12422003446093419 Order of pole (three term test) 22.066090410161177 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.14 y[1] (analytic) 1.5097361404223073 y[1] (numeric) 1.509736140422307 absolute error 2.220446049250313e-16 relative error 1.4707510735148753e-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.13279654948022085 Order of pole (three term test) 22.07637244449329 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.15000000000000002 y[1] (analytic) 1.5111658777185986 y[1] (numeric) 1.5111658777185983 absolute error 2.220446049250313e-16 relative error 1.469359573286893e-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.14116061834875884 Order of pole (three term test) 22.087332192545162 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.16000000000000003 y[1] (analytic) 1.5126911454793899 y[1] (numeric) 1.5126911454793897 absolute error 2.220446049250313e-16 relative error 1.4678779973598822e-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.14929886034059797 Order of pole (three term test) 22.098952121057856 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.17000000000000004 y[1] (analytic) 1.5143113336179135 y[1] (numeric) 1.5143113336179133 absolute error 2.220446049250313e-16 relative error 1.4663074890586333e-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.15719825600461712 Order of pole (three term test) 22.111213640624538 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.18000000000000005 y[1] (analytic) 1.5160257940805162 y[1] (numeric) 1.5160257940805162 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.16484616799286828 Order of pole (three term test) 22.12409713542955 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.19000000000000006 y[1] (analytic) 1.5178338411058725 y[1] (numeric) 1.5178338411058723 absolute error 2.220446049250313e-16 relative error 1.4629045611689137e-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.17223036127763783 Order of pole (three term test) 22.13758199462955 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.20000000000000007 y[1] (analytic) 1.5197347514992787 y[1] (numeric) 1.5197347514992785 absolute error 2.220446049250313e-16 relative error 1.4610747349560538e-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.17933902272488078 Order of pole (three term test) 22.15164664532642 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.21000000000000008 y[1] (analytic) 1.521727764921923 y[1] (numeric) 1.5217277649219227 absolute error 2.220446049250313e-16 relative error 1.4591611590685804e-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.18616077999271485 Order of pole (three term test) 22.166268587079347 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.22000000000000008 y[1] (analytic) 1.5238120841950091 y[1] (numeric) 1.523812084195009 absolute error 2.220446049250313e-16 relative error 1.457165271414236e-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.19268471972474227 Order of pole (three term test) 22.181424427900712 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.2300000000000001 y[1] (analytic) 1.5259868756186188 y[1] (numeric) 1.5259868756186183 absolute error 4.440892098500626e-16 relative error 2.910177125016449e-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.1989004050090916 Order of pole (three term test) 22.19708992167827 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.2400000000000001 y[1] (analytic) 1.528251269305179 y[1] (numeric) 1.5282512693051786 absolute error 4.440892098500626e-16 relative error 2.9058651464557146e-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.20479789207524965 Order of pole (three term test) 22.213240006963773 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.2500000000000001 y[1] (analytic) 1.5306043595274068 y[1] (numeric) 1.5306043595274066 absolute error 2.220446049250313e-16 relative error 1.4506988925184453e-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.21036774620197418 Order of pole (three term test) 22.229848847065934 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.2600000000000001 y[1] (analytic) 1.5330452050805876 y[1] (numeric) 1.5330452050805874 absolute error 2.220446049250313e-16 relative error 1.448389155056645e-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.21560105681083463 Order of pole (three term test) 22.24688987138361 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.27000000000000013 y[1] (analytic) 1.5355728296590438 y[1] (numeric) 1.5355728296590438 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.2204894517212369 Order of pole (three term test) 22.264335817913135 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.28000000000000014 y[1] (analytic) 1.538186222246646 y[1] (numeric) 1.5381862222466458 absolute error 2.220446049250313e-16 relative error 1.4435482629711577e-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.22502511054412636 Order of pole (three term test) 22.282158776861646 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.29000000000000015 y[1] (analytic) 1.5408843375212034 y[1] (numeric) 1.5408843375212031 absolute error 2.220446049250313e-16 relative error 1.441020584856038e-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.22920077719294177 Order of pole (three term test) 22.300330235296865 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.30000000000000016 y[1] (analytic) 1.5436660962725806 y[1] (numeric) 1.5436660962725803 absolute error 2.220446049250313e-16 relative error 1.4384237981334966e-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.23300977149180666 Order of pole (three term test) 22.318821122761662 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.31000000000000016 y[1] (analytic) 1.5465303858343664 y[1] (numeric) 1.5465303858343664 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.23644599986238474 Order of pole (three term test) 22.337601857780605 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.3200000000000002 y[1] (analytic) 1.5494760605289268 y[1] (numeric) 1.5494760605289268 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.23950396507230637 Order of pole (three term test) 22.356642395184025 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.3300000000000002 y[1] (analytic) 1.5525019421256587 y[1] (numeric) 1.5525019421256587 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.2421787750295663 Order of pole (three term test) 22.375912274173814 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.3400000000000002 y[1] (analytic) 1.555606820312268 y[1] (numeric) 1.555606820312268 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.24446615060882904 Order of pole (three term test) 22.39538066705429 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.3500000000000002 y[1] (analytic) 1.558789453178878 y[1] (numeric) 1.5587894531788777 absolute error 2.220446049250313e-16 relative error 1.424468227394086e-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.24636243249711506 Order of pole (three term test) 22.41501642854988 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.3600000000000002 y[1] (analytic) 1.5620485677147764 y[1] (numeric) 1.5620485677147762 absolute error 2.220446049250313e-16 relative error 1.4214961654481394e-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.24786458704792164 Order of pole (three term test) 22.434788145630925 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.3700000000000002 y[1] (analytic) 1.565382860317603 y[1] (numeric) 1.565382860317603 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.24897021113440995 Order of pole (three term test) 22.454664187767847 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.3800000000000002 y[1] (analytic) 1.5687909973147738 y[1] (numeric) 1.5687909973147738 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.24967753599389575 Order of pole (three term test) 22.474612757533215 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.39000000000000024 y[1] (analytic) 1.5722716154969307 y[1] (numeric) 1.5722716154969307 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.24998543005749155 Order of pole (three term test) 22.49460194147086 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.40000000000000024 y[1] (analytic) 1.5758233226632088 y[1] (numeric) 1.5758233226632088 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.24989340076037636 Order of pole (three term test) 22.514599761150645 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.41000000000000025 y[1] (analytic) 1.5794446981780967 y[1] (numeric) 1.5794446981780967 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.24940159532979347 Order of pole (three term test) 22.534574224327034 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.42000000000000026 y[1] (analytic) 1.583134293539673 y[1] (numeric) 1.583134293539673 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.24851080054951893 Order of pole (three term test) 22.554493376119936 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.43000000000000027 y[1] (analytic) 1.5868906329589871 y[1] (numeric) 1.5868906329589871 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.24722244150117526 Order of pole (three term test) 22.57432535013568 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.4400000000000003 y[1] (analytic) 1.5907122139503551 y[1] (numeric) 1.5907122139503551 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.24553857928440462 Order of pole (three term test) 22.594038419446445 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.4500000000000003 y[1] (analytic) 1.594597507932334 y[1] (numeric) 1.594597507932334 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.2434619077195487 Order of pole (three term test) 22.613601047346545 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.4600000000000003 y[1] (analytic) 1.5985449608391344 y[1] (numeric) 1.5985449608391344 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.2409957490381119 Order of pole (three term test) 22.632981937804484 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.4700000000000003 y[1] (analytic) 1.6025529937422256 y[1] (numeric) 1.6025529937422256 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.2381440485678988 Order of pole (three term test) 22.65215008552992 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.4800000000000003 y[1] (analytic) 1.606620003481886 y[1] (numeric) 1.606620003481886 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.23491136842133112 Order of pole (three term test) 22.67107482557545 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.4900000000000003 y[1] (analytic) 1.610744363308446 y[1] (numeric) 1.610744363308446 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.23130288019704204 Order of pole (three term test) 22.689725882394082 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.5000000000000003 y[1] (analytic) 1.6149244235329652 y[1] (numeric) 1.6149244235329654 absolute error 2.220446049250313e-16 relative error 1.3749535376972317e-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.22732435670642026 Order of pole (three term test) 22.708073418273575 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.5100000000000003 y[1] (analytic) 1.6191585121870877 y[1] (numeric) 1.619158512187088 absolute error 2.220446049250313e-16 relative error 1.3713580434141886e-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.2229821627383448 Order of pole (three term test) 22.726088081070458 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.5200000000000004 y[1] (analytic) 1.6234449356918055 y[1] (numeric) 1.6234449356918057 absolute error 2.220446049250313e-16 relative error 1.3677372114281812e-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.21828324487687906 Order of pole (three term test) 22.743741051167184 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.5300000000000004 y[1] (analytic) 1.6277819795348683 y[1] (numeric) 1.6277819795348685 absolute error 2.220446049250313e-16 relative error 1.3640930279156893e-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.21323512038821887 Order of pole (three term test) 22.76100408757736 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.5400000000000004 y[1] (analytic) 1.632167908956565 y[1] (numeric) 1.6321679089565653 absolute error 2.220446049250313e-16 relative error 1.3604274640283981e-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.20784586519467055 Order of pole (three term test) 22.777849573125305 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.5500000000000004 y[1] (analytic) 1.636600969643606 y[1] (numeric) 1.636600969643606 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.20212410095489736 Order of pole (three term test) 22.79425055862767 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.5600000000000004 y[1] (analytic) 1.6410793884308221 y[1] (numeric) 1.6410793884308221 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.19607898127110474 Order of pole (three term test) 22.810180806006347 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.5700000000000004 y[1] (analytic) 1.6456013740104107 y[1] (numeric) 1.6456013740104107 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.1897201770452302 Order of pole (three term test) 22.82561483026378 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.5800000000000004 y[1] (analytic) 1.6501651176484318 y[1] (numeric) 1.650165117648432 absolute error 2.220446049250313e-16 relative error 1.3455902233678048e-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.18305786100756244 Order of pole (three term test) 22.840527940253573 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.5900000000000004 y[1] (analytic) 1.6547687939082798 y[1] (numeric) 1.6547687939082798 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.17610269144254373 Order of pole (three term test) 22.854896278181062 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.6000000000000004 y[1] (analytic) 1.6594105613808319 y[1] (numeric) 1.6594105613808319 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.16886579513778735 Order of pole (three term test) 22.868696857770626 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.6100000000000004 y[1] (analytic) 1.6640885634209885 y[1] (numeric) 1.6640885634209885 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.1613587495835922 Order of pole (three term test) 22.881907601038883 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.6200000000000004 y[1] (analytic) 1.668800928890306 y[1] (numeric) 1.6688009288903063 absolute error 2.220446049250313e-16 relative error 1.3305637663605759e-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.1535935644514275 Order of pole (three term test) 22.89450737361477 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.6300000000000004 y[1] (analytic) 1.673545772905428 y[1] (numeric) 1.673545772905428 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.14558266238102008 Order of pole (three term test) 22.906476018549945 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.6400000000000005 y[1] (analytic) 1.6783211975920114 y[1] (numeric) 1.6783211975920114 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.13733885910678126 Order of pole (three term test) 22.917794388565703 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.6500000000000005 y[1] (analytic) 1.6831252928438534 y[1] (numeric) 1.6831252928438534 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.12887534295536573 Order of pole (three term test) 22.928444376684475 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.6600000000000005 y[1] (analytic) 1.687956137086907 y[1] (numeric) 1.687956137086907 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.12020565374716166 Order of pole (three term test) 22.93840894519714 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.6700000000000005 y[1] (analytic) 1.6928117980478854 y[1] (numeric) 1.6928117980478854 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.11134366113546745 Order of pole (three term test) 22.947672152919743 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.6800000000000005 y[1] (analytic) 1.6976903335271454 y[1] (numeric) 1.6976903335271454 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.10230354241800396 Order of pole (three term test) 22.956219180695985 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.6900000000000005 y[1] (analytic) 1.7025897921755417 y[1] (numeric) 1.7025897921755417 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.09309975985626333 Order of pole (three term test) 22.964036355104664 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.7000000000000005 y[1] (analytic) 1.70750821427494 y[1] (numeric) 1.70750821427494 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.08374703753897567 Order of pole (three term test) 22.971111170334325 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.7100000000000005 y[1] (analytic) 1.7124436325220787 y[1] (numeric) 1.7124436325220789 absolute error 2.220446049250313e-16 relative error 1.2966535114385347e-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.07426033782670753 Order of pole (three term test) 22.977432308189815 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.7200000000000005 y[1] (analytic) 1.717394072815464 y[1] (numeric) 1.717394072815464 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.06465483741527714 Order of pole (three term test) 22.982989656198992 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.7300000000000005 y[1] (analytic) 1.722357555044983 y[1] (numeric) 1.722357555044983 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.0549459030562787 Order of pole (three term test) 22.98777432379054 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.7400000000000005 y[1] (analytic) 1.727332093883923 y[1] (numeric) 1.727332093883923 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.045149066973557625 Order of pole (three term test) 22.991778656517003 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.7500000000000006 y[1] (analytic) 1.7323156995830746 y[1] (numeric) 1.7323156995830746 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.03528000201496631 Order of pole (three term test) 22.99499624830023 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.7600000000000006 y[1] (analytic) 1.7373063787666054 y[1] (numeric) 1.7373063787666057 absolute error 2.220446049250313e-16 relative error 1.2780969876060152e-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.025354496579149767 Order of pole (three term test) 22.99742195167973 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.7700000000000006 y[1] (analytic) 1.7423021352293837 y[1] (numeric) 1.742302135229384 absolute error 2.220446049250313e-16 relative error 1.2744322608305701e-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.015388429357477668 Order of pole (three term test) 22.99905188604757 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.7800000000000006 y[1] (analytic) 1.7473009707354334 y[1] (numeric) 1.7473009707354337 absolute error 2.220446049250313e-16 relative error 1.2707862505883771e-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.005397743931523235 Order of pole (three term test) 22.99988344385646 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.7900000000000006 y[1] (analytic) 1.7523008858172024 y[1] (numeric) 1.7523008858172027 absolute error 2.220446049250313e-16 relative error 1.267160261814732e-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.004601576733264105 Order of pole (three term test) 22.999915294791297 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.8000000000000006 y[1] (analytic) 1.7572998805753226 y[1] (numeric) 1.7572998805753228 absolute error 2.220446049250313e-16 relative error 1.2635555682865926e-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.01459353585689552 Order of pole (three term test) 22.999147387897374 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.8100000000000006 y[1] (analytic) 1.762295955478543 y[1] (numeric) 1.7622959554785433 absolute error 4.440892098500626e-16 relative error 2.5199468254438133e-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.024562148436277787 Order of pole (three term test) 22.997580951661917 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.8200000000000006 y[1] (analytic) 1.7672871121635159 y[1] (numeric) 1.7672871121635163 absolute error 4.440892098500626e-16 relative error 2.512830013830678e-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.03449146681780714 Order of pole (three term test) 22.995218492048743 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.8300000000000006 y[1] (analytic) 1.772271354234115 y[1] (numeric) 1.7722713542341155 absolute error 4.440892098500626e-16 relative error 2.5057630638169133e-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.044365606210215854 Order of pole (three term test) 22.992063788489254 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.8400000000000006 y[1] (analytic) 1.777246688059968 y[1] (numeric) 1.7772466880599687 absolute error 6.661338147750939e-16 relative error 3.748122414577358e-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.05416877009684559 Order of pole (three term test) 22.988121887836204 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.8500000000000006 y[1] (analytic) 1.7822111235738816 y[1] (numeric) 1.782211123573882 absolute error 4.440892098500626e-16 relative error 2.4917878918830176e-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.06388527550670878 Order of pole (three term test) 22.983399096289727 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.8600000000000007 y[1] (analytic) 1.7871626750678413 y[1] (numeric) 1.7871626750678418 absolute error 4.440892098500626e-16 relative error 2.48488409054987e-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.07349957810389277 Order of pole (three term test) 22.97790296930883 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.8700000000000007 y[1] (analytic) 1.7920993619872696 y[1] (numeric) 1.79209936198727 absolute error 4.440892098500626e-16 relative error 2.4780389930924892e-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.0829962970551843 Order of pole (three term test) 22.971642299524245 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.8800000000000007 y[1] (analytic) 1.7970192097232203 y[1] (numeric) 1.7970192097232207 absolute error 4.440892098500626e-16 relative error 2.471254661314733e-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.09236023963611982 Order of pole (three term test) 22.96462710267206 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.8900000000000007 y[1] (analytic) 1.8019202504021963 y[1] (numeric) 1.8019202504021967 absolute error 4.440892098500626e-16 relative error 2.4645330987924687e-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.10157642553610478 Order of pole (three term test) 22.956868601570772 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.9000000000000007 y[1] (analytic) 1.806800523673272 y[1] (numeric) 1.8068005236732725 absolute error 4.440892098500626e-16 relative error 2.4578762515920563e-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.11063011082371367 Order of pole (three term test) 22.948379208167072 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.9100000000000007 y[1] (analytic) 1.8116580774922089 y[1] (numeric) 1.8116580774922093 absolute error 4.440892098500626e-16 relative error 2.4512860090287785e-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.11950681153383641 Order of pole (three term test) 22.939172503679433 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.9200000000000007 y[1] (analytic) 1.8164909689022455 y[1] (numeric) 1.816490968902246 absolute error 4.440892098500626e-16 relative error 2.444764204461956e-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.12819232683893167 Order of pole (three term test) 22.929263216871053 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.9300000000000007 y[1] (analytic) 1.8212972648112555 y[1] (numeric) 1.821297264811256 absolute error 4.440892098500626e-16 relative error 2.438312616123565e-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.13667276176732238 Order of pole (three term test) 22.91866720048694 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.9400000000000007 y[1] (analytic) 1.8260750427649586 y[1] (numeric) 1.826075042764959 absolute error 4.440892098500626e-16 relative error 2.431932967977281e-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.1449345494321863 Order of pole (three term test) 22.907401405892955 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.9500000000000007 y[1] (analytic) 1.8308223917158761 y[1] (numeric) 1.8308223917158766 absolute error 4.440892098500626e-16 relative error 2.4256269306049675e-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.15296447273568034 Order of pole (three term test) 22.895483855957206 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.9600000000000007 y[1] (analytic) 1.8355374127877249 y[1] (numeric) 1.8355374127877253 absolute error 4.440892098500626e-16 relative error 2.4193961221177267e-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.16074968551347787 Order of pole (three term test) 22.88293361621732 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.9700000000000008 y[1] (analytic) 1.8402182200349422 y[1] (numeric) 1.8402182200349426 absolute error 4.440892098500626e-16 relative error 2.4132421090887265e-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.1682777330858908 Order of pole (three term test) 22.869770764379624 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.9800000000000008 y[1] (analytic) 1.844862941197039 y[1] (numeric) 1.8448629411970394 absolute error 4.440892098500626e-16 relative error 2.407166407505131e-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.17553657218270194 Order of pole (three term test) 22.856016358199156 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 0.9900000000000008 y[1] (analytic) 1.8494697184474793 y[1] (numeric) 1.8494697184474798 absolute error 4.440892098500626e-16 relative error 2.4011704837365453e-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.18251459020982547 Order of pole (three term test) 22.841692401791672 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.0000000000000007 y[1] (analytic) 1.854036709136786 y[1] (numeric) 1.8540367091367864 absolute error 4.440892098500626e-16 relative error 2.395255755517508e-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.18920062382698252 Order of pole (three term test) 22.826821810431806 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.0100000000000007 y[1] (analytic) 1.8585620865295753 y[1] (numeric) 1.858562086529576 absolute error 6.661338147750939e-16 relative error 3.5841353894124735e-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.19558397680666365 Order of pole (three term test) 22.81142837389352 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.0200000000000007 y[1] (analytic) 1.8630440405352282 y[1] (numeric) 1.8630440405352289 absolute error 6.661338147750939e-16 relative error 3.575512979197864e-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.20165443714581036 Order of pole (three term test) 22.79553671839151 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.0300000000000007 y[1] (analytic) 1.8674807784319007 y[1] (numeric) 1.8674807784319014 absolute error 6.661338147750939e-16 relative error 3.567018319376962e-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.20740229340284302 Order of pole (three term test) 22.779172267184553 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.0400000000000007 y[1] (analytic) 1.8718705255835901 y[1] (numeric) 1.8718705255835908 absolute error 6.661338147750939e-16 relative error 3.5586532597782874e-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.2128183502338941 Order of pole (three term test) 22.76236119990368 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.0500000000000007 y[1] (analytic) 1.8762115261499648 y[1] (numeric) 1.8762115261499652 absolute error 4.440892098500626e-16 relative error 2.3669463898953084e-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.21789394310339752 Order of pole (three term test) 22.74513041067035 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.0600000000000007 y[1] (analytic) 1.880502043788677 y[1] (numeric) 1.8805020437886777 absolute error 6.661338147750939e-16 relative error 3.542319015155249e-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.22262095214549757 Order of pole (three term test) 22.72750746507165 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.0700000000000007 y[1] (analytic) 1.8847403623498782 y[1] (numeric) 1.8847403623498786 absolute error 4.440892098500626e-16 relative error 2.3562354726482113e-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.2269918151541016 Order of pole (three term test) 22.70952055606118 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.0800000000000007 y[1] (analytic) 1.8889247865626535 y[1] (numeric) 1.888924786562654 absolute error 4.440892098500626e-16 relative error 2.3510158425004747e-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.23099953968079723 Order of pole (three term test) 22.69119845885634 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.0900000000000007 y[1] (analytic) 1.8930536427131095 y[1] (numeric) 1.89305364271311 absolute error 4.440892098500626e-16 relative error 2.345888145111395e-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.23463771422127713 Order of pole (three term test) 22.67257048490416 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.1000000000000008 y[1] (analytic) 1.8971252793138367 y[1] (numeric) 1.8971252793138371 absolute error 4.440892098500626e-16 relative error 2.3408533674206448e-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.23790051847237917 Order of pole (three term test) 22.653666434989205 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.1100000000000008 y[1] (analytic) 1.9011380677644827 y[1] (numeric) 1.9011380677644831 absolute error 4.440892098500626e-16 relative error 2.3359124588581823e-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.24078273264332933 Order of pole (three term test) 22.634516551558704 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.1200000000000008 y[1] (analytic) 1.9050904030031701 y[1] (numeric) 1.9050904030031706 absolute error 4.440892098500626e-16 relative error 2.3310663323378446e-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.24327974580629355 Order of pole (three term test) 22.61515147034103 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.1300000000000008 y[1] (analytic) 1.908980704148501 y[1] (numeric) 1.9089807041485012 absolute error 2.220446049250313e-16 relative error 1.1631579326207706e-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.24538756327287897 Order of pole (three term test) 22.595602171335145 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.1400000000000008 y[1] (analytic) 1.9128074151318868 y[1] (numeric) 1.912807415131887 absolute error 2.220446049250313e-16 relative error 1.1608309501964236e-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.24710281298478276 Order of pole (three term test) 22.575899929249175 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.1500000000000008 y[1] (analytic) 1.9165690053199564 y[1] (numeric) 1.9165690053199567 absolute error 2.220446049250313e-16 relative error 1.1585526235094398e-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.24842275090836624 Order of pole (three term test) 22.556076263467524 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.1600000000000008 y[1] (analytic) 1.9202639701267885 y[1] (numeric) 1.9202639701267887 absolute error 2.220446049250313e-16 relative error 1.1563233408496982e-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.24934526542452345 Order of pole (three term test) 22.536162887626624 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.1700000000000008 y[1] (analytic) 1.923890831615726 y[1] (numeric) 1.9238908316157262 absolute error 2.220446049250313e-16 relative error 1.1541434746510713e-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.24986888070682103 Order of pole (three term test) 22.51619165887986 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.1800000000000008 y[1] (analytic) 1.9274481390905305 y[1] (numeric) 1.9274481390905307 absolute error 2.220446049250313e-16 relative error 1.1520133819517625e-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.24999275908250618 Order of pole (three term test) 22.496194526932925 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.1900000000000008 y[1] (analytic) 1.9309344696756425 y[1] (numeric) 1.9309344696756428 absolute error 2.220446049250313e-16 relative error 1.1499334048468785e-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.24971670237260352 Order of pole (three term test) 22.476203482931105 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.2000000000000008 y[1] (analytic) 1.9343484288853117 y[1] (numeric) 1.9343484288853119 absolute error 2.220446049250313e-16 relative error 1.1479038709328433e-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.24904115220896006 Order of pole (three term test) 22.456250508280277 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.2100000000000009 y[1] (analytic) 1.937688651181373 y[1] (numeric) 1.9376886511813733 absolute error 4.440892098500626e-16 relative error 2.291850187486569e-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.24796718932772804 Order of pole (three term test) 22.436367523483472 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.2200000000000009 y[1] (analytic) 1.9409538005194438 y[1] (numeric) 1.9409538005194442 absolute error 4.440892098500626e-16 relative error 2.2879947463520985e-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.2464965318404174 Order of pole (three term test) 22.416586337074886 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.2300000000000009 y[1] (analytic) 1.9441425708833235 y[1] (numeric) 1.944142570883324 absolute error 4.440892098500626e-16 relative error 2.284241991822082e-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.2446315324852844 Order of pole (three term test) 22.39693859473302 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.2400000000000009 y[1] (analytic) 1.947253686807383 y[1] (numeric) 1.9472536868073835 absolute error 4.440892098500626e-16 relative error 2.280592471637162e-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.24237517486345198 Order of pole (three term test) 22.37745572865432 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.2500000000000009 y[1] (analytic) 1.9502859038867337 y[1] (numeric) 1.9502859038867342 absolute error 4.440892098500626e-16 relative error 2.2770467087160666e-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.2397310686657844 Order of pole (three term test) 22.35816890726839 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.260000000000001 y[1] (analytic) 1.9532380092749728 y[1] (numeric) 1.9532380092749733 absolute error 4.440892098500626e-16 relative error 2.273605201932893e-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.23670344389815193 Order of pole (three term test) 22.339108985375137 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.270000000000001 y[1] (analytic) 1.956108822169306 y[1] (numeric) 1.9561088221693064 absolute error 4.440892098500626e-16 relative error 2.2702684268739812e-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.23329714411432412 Order of pole (three term test) 22.3203064547837 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.280000000000001 y[1] (analytic) 1.9588971942828521 y[1] (numeric) 1.9588971942828528 absolute error 6.661338147750939e-16 relative error 3.400555254860958e-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.2295176186673162 Order of pole (three term test) 22.30179139553203 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.290000000000001 y[1] (analytic) 1.9616020103039442 y[1] (numeric) 1.9616020103039449 absolute error 6.661338147750939e-16 relative error 3.3958662933460115e-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.2253709139915883 Order of pole (three term test) 22.28359342776527 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.300000000000001 y[1] (analytic) 1.964222188342237 y[1] (numeric) 1.9642221883422377 absolute error 6.661338147750939e-16 relative error 3.3913363708476236e-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.2208636639300378 Order of pole (three term test) 22.26574166434981 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.310000000000001 y[1] (analytic) 1.966756680361451 y[1] (numeric) 1.9667566803614516 absolute error 6.661338147750939e-16 relative error 3.3869660717393455e-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.2160030791212681 Order of pole (three term test) 22.248264664298944 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.320000000000001 y[1] (analytic) 1.9692044725985707 y[1] (numeric) 1.9692044725985713 absolute error 6.661338147750939e-16 relative error 3.382755950660933e-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.21079693546410375 Order of pole (three term test) 22.23119038708452 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.330000000000001 y[1] (analytic) 1.9715645859693383 y[1] (numeric) 1.971564585969339 absolute error 6.661338147750939e-16 relative error 3.3787065334589735e-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.20525356167781125 Order of pole (three term test) 22.214546147907775 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.340000000000001 y[1] (analytic) 1.9738360764598732 y[1] (numeric) 1.973836076459874 absolute error 6.661338147750939e-16 relative error 3.374818318093681e-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.19938182597792545 Order of pole (three term test) 22.198358574000792 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.350000000000001 y[1] (analytic) 1.9760180355042656 y[1] (numeric) 1.9760180355042662 absolute error 6.661338147750939e-16 relative error 3.37109177551156e-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.19319112188899615 Order of pole (three term test) 22.18265356202868 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.360000000000001 y[1] (analytic) 1.9781095903479897 y[1] (numeric) 1.9781095903479904 absolute error 6.661338147750939e-16 relative error 3.367527350483688e-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.18669135321695243 Order of pole (three term test) 22.167456236660357 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.370000000000001 y[1] (analytic) 1.9801099043969954 y[1] (numeric) 1.980109904396996 absolute error 6.661338147750939e-16 relative error 3.3641254624093816e-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.1798929182051262 Order of pole (three term test) 22.152790910374488 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.380000000000001 y[1] (analytic) 1.9820181775523333 y[1] (numeric) 1.982018177552334 absolute error 6.661338147750939e-16 relative error 3.3608865060850595e-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.17280669289928097 Order of pole (three term test) 22.1386810445647 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.390000000000001 y[1] (analytic) 1.983833646530185 y[1] (numeric) 1.9838336465301856 absolute error 6.661338147750939e-16 relative error 3.3578108524381176e-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.1654440137482586 Order of pole (three term test) 22.125149212006345 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.400000000000001 y[1] (analytic) 1.9855555851671647 y[1] (numeric) 1.9855555851671653 absolute error 6.661338147750939e-16 relative error 3.354898849225678e-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.15781665946807946 Order of pole (three term test) 22.112217060744875 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.410000000000001 y[1] (analytic) 1.987183304710777 y[1] (numeric) 1.9871833047107776 absolute error 6.661338147750939e-16 relative error 3.352150821698081e-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.14993683219851003 Order of pole (three term test) 22.099905279463595 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.420000000000001 y[1] (analytic) 1.9887161540949068 y[1] (numeric) 1.9887161540949074 absolute error 6.661338147750939e-16 relative error 3.3495670732270036e-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.1418171379822412 Order of pole (three term test) 22.08823356438619 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.430000000000001 y[1] (analytic) 1.9901535202002383 y[1] (numeric) 1.990153520200239 absolute error 6.661338147750939e-16 relative error 3.347147885898125e-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.13347056659791012 Order of pole (three term test) 22.077220587766938 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.440000000000001 y[1] (analytic) 1.9914948280994937 y[1] (numeric) 1.9914948280994946 absolute error 8.881784197001252e-16 relative error 4.4598580280910097e-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.12491047077922457 Order of pole (three term test) 22.066883968019134 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.450000000000001 y[1] (analytic) 1.9927395412873978 y[1] (numeric) 1.9927395412873985 absolute error 6.661338147750939e-16 relative error 3.34280421988687e-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.11615054485343833 Order of pole (three term test) 22.05724024152934 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.460000000000001 y[1] (analytic) 1.9938871618952707 y[1] (numeric) 1.9938871618952716 absolute error 8.881784197001252e-16 relative error 4.454506938375969e-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.1072048028333479 Order of pole (three term test) 22.04830483620272 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.470000000000001 y[1] (analytic) 1.9949372308901712 y[1] (numeric) 1.994937230890172 absolute error 8.881784197001252e-16 relative error 4.4521622332137566e-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.09808755599786242 Order of pole (three term test) 22.040092046781684 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.480000000000001 y[1] (analytic) 1.9958893282585017 y[1] (numeric) 1.9958893282585026 absolute error 8.881784197001252e-16 relative error 4.450038422095771e-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.08881338999700958 Order of pole (three term test) 22.032615011977324 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.490000000000001 y[1] (analytic) 1.9967430731740095 y[1] (numeric) 1.9967430731740103 absolute error 8.881784197001252e-16 relative error 4.448135724784475e-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.07939714151800766 Order of pole (three term test) 22.02588569345033 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.500000000000001 y[1] (analytic) 1.9974981241501115 y[1] (numeric) 1.9974981241501124 absolute error 8.881784197001252e-16 relative error 4.44645433686214e-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.0698538745497304 Order of pole (three term test) 22.019914856674813 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.5100000000000011 y[1] (analytic) 1.9981541791764843 y[1] (numeric) 1.9981541791764854 absolute error 1.1102230246251565e-15 relative error 5.5562430376755106e-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.0601988562835387 Order of pole (three term test) 22.01471205371592 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.5200000000000011 y[1] (analytic) 1.998710975839865 y[1] (numeric) 1.998710975839866 absolute error 1.1102230246251565e-15 relative error 5.554695191277654e-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.050447532689031134 Order of pole (three term test) 22.010285607948514 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.5300000000000011 y[1] (analytic) 1.9991682914290116 y[1] (numeric) 1.9991682914290128 absolute error 1.1102230246251565e-15 relative error 5.5534245385192945e-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.04061550380378744 Order of pole (three term test) 22.00664260074155 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.5400000000000011 y[1] (analytic) 1.9995259430237864 y[1] (numeric) 1.9995259430237875 absolute error 1.1102230246251565e-15 relative error 5.5524312075002137e-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.030718498776636415 Order of pole (three term test) 22.003788860129447 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.5500000000000012 y[1] (analytic) 1.99978378756832 y[1] (numeric) 1.9997837875683209 absolute error 8.881784197001252e-16 relative error 4.441372238446462e-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.020772350704372992 Order of pole (three term test) 22.001728951488396 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.5600000000000012 y[1] (analytic) 1.999941721928232 y[1] (numeric) 1.9999417219282332 absolute error 1.1102230246251565e-15 relative error 5.5512768819820485e-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.01079297130218106 Order of pole (three term test) 22.0004661702328 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.5700000000000012 y[1] (analytic) 1.999999682931885 y[1] (numeric) 1.999999682931886 absolute error 1.1102230246251565e-15 relative error 5.5511160031667263e-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.0007963254482833877 Order of pole (three term test) 22.000002536543313 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.5800000000000012 y[1] (analytic) 1.9999576473956495 y[1] (numeric) 1.9999576473956506 absolute error 1.1102230246251565e-15 relative error 5.551232677706411e-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.009201594356457836 Order of pole (three term test) 22.000338792134915 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.5900000000000012 y[1] (analytic) 1.9998156321331801 y[1] (numeric) 1.9998156321331813 absolute error 1.1102230246251565e-15 relative error 5.55162689392969e-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.019184793573130833 Order of pole (three term test) 22.001474399070396 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.6000000000000012 y[1] (analytic) 1.9995736939486883 y[1] (numeric) 1.9995736939486892 absolute error 8.881784197001252e-16 relative error 4.441838889899484e-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.029137301212624526 Order of pole (three term test) 22.00340754062091 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.6100000000000012 y[1] (analytic) 1.9992319296142216 y[1] (numeric) 1.9992319296142227 absolute error 1.1102230246251565e-15 relative error 5.553247765702646e-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.03904319538580408 Order of pole (three term test) 22.006135124172346 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.6200000000000012 y[1] (analytic) 1.9987904758309576 y[1] (numeric) 1.9987904758309585 absolute error 8.881784197001252e-16 relative error 4.443579406845446e-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.048886628775137136 Order of pole (three term test) 22.009652786172897 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.6300000000000012 y[1] (analytic) 1.9982495091745232 y[1] (numeric) 1.998249509174524 absolute error 8.881784197001252e-16 relative error 4.444782373883989e-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.05865185398702129 Order of pole (three term test) 22.013954899113735 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.6400000000000012 y[1] (analytic) 1.9976092460243682 y[1] (numeric) 1.997609246024369 absolute error 8.881784197001252e-16 relative error 4.4462069920219556e-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.0683232487442544 Order of pole (three term test) 22.0190345805319 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.6500000000000012 y[1] (analytic) 1.996869942477216 y[1] (numeric) 1.996869942477217 absolute error 8.881784197001252e-16 relative error 4.447853116554481e-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.07788534087834563 Order of pole (three term test) 22.024883704020734 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.6600000000000013 y[1] (analytic) 1.9960318942446285 y[1] (numeric) 1.9960318942446293 absolute error 8.881784197001252e-16 relative error 4.449720579421124e-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.08732283308168495 Order of pole (three term test) 22.0314929122304 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.6700000000000013 y[1] (analytic) 1.9950954365347247 y[1] (numeric) 1.9950954365347253 absolute error 6.661338147750939e-16 relative error 3.3388568916387265e-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.09662062737997106 Order of pole (three term test) 22.038851631837648 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.6800000000000013 y[1] (analytic) 1.9940609439181023 y[1] (numeric) 1.9940609439181032 absolute error 8.881784197001252e-16 relative error 4.454118728964e-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.1057638492857504 Order of pole (three term test) 22.046948090460873 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.6900000000000013 y[1] (analytic) 1.9929288301780155 y[1] (numeric) 1.9929288301780161 absolute error 6.661338147750939e-16 relative error 3.3424867194860766e-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.11473787159442377 Order of pole (three term test) 22.055769335493455 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.7000000000000013 y[1] (analytic) 1.9916995481448652 y[1] (numeric) 1.9916995481448658 absolute error 6.661338147750939e-16 relative error 3.344549710801275e-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.12352833778465318 Order of pole (three term test) 22.06530125482509 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.7100000000000013 y[1] (analytic) 1.9903735895150745 y[1] (numeric) 1.9903735895150754 absolute error 8.881784197001252e-16 relative error 4.462370403118728e-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.13212118498573386 Order of pole (three term test) 22.075528599418217 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.7200000000000013 y[1] (analytic) 1.9889514846544165 y[1] (numeric) 1.9889514846544172 absolute error 6.661338147750939e-16 relative error 3.349170756122469e-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.14050266647518694 Order of pole (three term test) 22.086435007703205 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.7300000000000013 y[1] (analytic) 1.9874338023858737 y[1] (numeric) 1.9874338023858746 absolute error 8.881784197001252e-16 relative error 4.468971085396078e-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.1486593736705832 Order of pole (three term test) 22.09800303175337 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.7400000000000013 y[1] (analytic) 1.9858211497621188 y[1] (numeric) 1.9858211497621194 absolute error 6.661338147750939e-16 relative error 3.3544501973649034e-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.15657825758041488 Order of pole (three term test) 22.110214165197956 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.7500000000000013 y[1] (analytic) 1.984114171822699 y[1] (numeric) 1.9841141718226996 absolute error 6.661338147750939e-16 relative error 3.35733610613321e-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.1642466496796983 Order of pole (three term test) 22.123048872828353 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.7600000000000013 y[1] (analytic) 1.9823135513360306 y[1] (numeric) 1.9823135513360313 absolute error 6.661338147750939e-16 relative error 3.360385718627288e-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.17165228217691053 Order of pole (three term test) 22.136486621850263 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.7700000000000014 y[1] (analytic) 1.9804200085263006 y[1] (numeric) 1.9804200085263013 absolute error 6.661338147750939e-16 relative error 3.3635986907180725e-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.1787833076398403 Order of pole (three term test) 22.15050591473183 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.7800000000000014 y[1] (analytic) 1.978434300785386 y[1] (numeric) 1.9784343007853866 absolute error 6.661338147750939e-16 relative error 3.3669746552142597e-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.18562831794895124 Order of pole (three term test) 22.165084323595067 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.7900000000000014 y[1] (analytic) 1.976357222369907 y[1] (numeric) 1.976357222369908 absolute error 8.881784197001252e-16 relative error 4.494017628225553e-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.1921763625479399 Order of pole (three term test) 22.180198526095683 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.8000000000000014 y[1] (analytic) 1.9741896040835365 y[1] (numeric) 1.9741896040835374 absolute error 8.881784197001252e-16 relative error 4.4989519642032444e-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.1984169659622891 Order of pole (three term test) 22.195824342733875 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.8100000000000014 y[1] (analytic) 1.9719323129446873 y[1] (numeric) 1.9719323129446882 absolute error 8.881784197001252e-16 relative error 4.504101960648984e-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.20434014455779403 Order of pole (three term test) 22.211936775536344 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.8200000000000014 y[1] (analytic) 1.9695862518397182 y[1] (numeric) 1.9695862518397191 absolute error 8.881784197001252e-16 relative error 4.50946699526619e-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.20993642251224573 Order of pole (three term test) 22.228510048047745 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.8300000000000014 y[1] (analytic) 1.967152359161791 y[1] (numeric) 1.9671523591617919 absolute error 8.881784197001252e-16 relative error 4.515046409921093e-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.21519684697472613 Order of pole (three term test) 22.2455176465675 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.8400000000000014 y[1] (analytic) 1.964631608435525 y[1] (numeric) 1.964631608435526 absolute error 8.881784197001252e-16 relative error 4.520839509486459e-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.22011300238825932 Order of pole (three term test) 22.26293236256607 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.8500000000000014 y[1] (analytic) 1.9620250079276016 y[1] (numeric) 1.9620250079276025 absolute error 8.881784197001252e-16 relative error 4.52684556063976e-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.2246770239529073 Order of pole (three term test) 22.280726336212805 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.8600000000000014 y[1] (analytic) 1.9593336002434696 y[1] (numeric) 1.9593336002434705 absolute error 8.881784197001252e-16 relative error 4.533063790616151e-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.22888161020777292 Order of pole (three term test) 22.29887110094571 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.8700000000000014 y[1] (analytic) 1.9565584619103176 y[1] (numeric) 1.9565584619103185 absolute error 8.881784197001252e-16 relative error 4.539493385916707e-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.2327200347117789 Order of pole (three term test) 22.3173376290119 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.8800000000000014 y[1] (analytic) 1.9537007029464777 y[1] (numeric) 1.9537007029464786 absolute error 8.881784197001252e-16 relative error 4.5461334909723745e-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.2361861568045389 Order of pole (three term test) 22.33609637790577 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.8900000000000015 y[1] (analytic) 1.9507614664174322 y[1] (numeric) 1.950761466417433 absolute error 8.881784197001252e-16 relative error 4.552983206764189e-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.23927443143010468 Order of pole (three term test) 22.355117337630755 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.9000000000000015 y[1] (analytic) 1.9477419279786037 y[1] (numeric) 1.9477419279786046 absolute error 8.881784197001252e-16 relative error 4.560041589400349e-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.24197991800787197 Order of pole (three term test) 22.374370078708875 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.9100000000000015 y[1] (analytic) 1.9446432954051076 y[1] (numeric) 1.9446432954051085 absolute error 8.881784197001252e-16 relative error 4.567307648650804e-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.2442982883364561 Order of pole (three term test) 22.39382380086144 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.9200000000000015 y[1] (analytic) 1.9414668081086588 y[1] (numeric) 1.9414668081086597 absolute error 8.881784197001252e-16 relative error 4.574780346440083e-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.24622583351789043 Order of pole (three term test) 22.41344738228291 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.9300000000000015 y[1] (analytic) 1.9382137366418233 y[1] (numeric) 1.9382137366418242 absolute error 8.881784197001252e-16 relative error 4.5824585952991736e-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.24775946989107267 Order of pole (three term test) 22.433209429429162 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.9400000000000015 y[1] (analytic) 1.9348853821898142 y[1] (numeric) 1.9348853821898149 absolute error 6.661338147750939e-16 relative error 3.442755942582988e-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.24889674396496375 Order of pole (three term test) 22.453078327240423 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.9500000000000015 y[1] (analytic) 1.9314830760500346 y[1] (numeric) 1.9314830760500352 absolute error 6.661338147750939e-16 relative error 3.4488203548610226e-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.2496358363436513 Order of pole (three term test) 22.473022289718678 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.9600000000000015 y[1] (analytic) 1.9280081790995771 y[1] (numeric) 1.9280081790995778 absolute error 6.661338147750939e-16 relative error 3.4550362493077874e-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.2499755646369938 Order of pole (three term test) 22.493009410778445 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.9700000000000015 y[1] (analytic) 1.9244620812508904 y[1] (numeric) 1.9244620812508912 absolute error 8.881784197001252e-16 relative error 4.615203533253375e-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.2499153853521934 Order of pole (three term test) 22.513007715289724 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.9800000000000015 y[1] (analytic) 1.9208462008958336 y[1] (numeric) 1.9208462008958342 absolute error 6.661338147750939e-16 relative error 3.4679185374884573e-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.24945539476326853 Order of pole (three term test) 22.532985210231363 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 1.9900000000000015 y[1] (analytic) 1.9171619843383372 y[1] (numeric) 1.917161984338338 absolute error 8.881784197001252e-16 relative error 4.632777130757988e-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.24859632875703486 Order of pole (three term test) 22.552909935873114 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.0000000000000013 y[1] (analytic) 1.9134109052159025 y[1] (numeric) 1.9134109052159032 absolute error 6.661338147750939e-16 relative error 3.481394471826373e-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.24733956165584528 Order of pole (three term test) 22.57275001690431 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.010000000000001 y[1] (analytic) 1.9095944639101643 y[1] (numeric) 1.909594463910165 absolute error 6.661338147750939e-16 relative error 3.4883522515617835e-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.24568710401896524 Order of pole (three term test) 22.59247371342763 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.020000000000001 y[1] (analytic) 1.90571418694676 y[1] (numeric) 1.9057141869467604 absolute error 4.440892098500626e-16 relative error 2.33030332088549e-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.24364159942610858 Order of pole (three term test) 22.612049471736153 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.0300000000000007 y[1] (analytic) 1.9017716263847384 y[1] (numeric) 1.9017716263847388 absolute error 4.440892098500626e-16 relative error 2.3351342700084065e-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.2412063202482726 Order of pole (three term test) 22.631445974792502 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.0400000000000005 y[1] (analytic) 1.8977683591957577 y[1] (numeric) 1.897768359195758 absolute error 2.220446049250313e-16 relative error 1.170030071631767e-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.23838516241264335 Order of pole (three term test) 22.650632192329496 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.0500000000000003 y[1] (analytic) 1.893705986633317 y[1] (numeric) 1.8937059866333172 absolute error 2.220446049250313e-16 relative error 1.1725400167308355e-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.235182639169943 Order of pole (three term test) 22.66957743049192 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.06 y[1] (analytic) 1.8895861335922775 y[1] (numeric) 1.8895861335922775 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.2316038738741916 Order of pole (three term test) 22.68825138094014 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.07 y[1] (analytic) 1.8854104479589247 y[1] (numeric) 1.8854104479589244 absolute error 2.220446049250313e-16 relative error 1.177699026572217e-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.2276545917864326 Order of pole (three term test) 22.70662416933701 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.0799999999999996 y[1] (analytic) 1.8811805999518367 y[1] (numeric) 1.8811805999518365 absolute error 2.220446049250313e-16 relative error 1.1803470912400236e-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.22334111091553827 Order of pole (three term test) 22.72466640314042 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.0899999999999994 y[1] (analytic) 1.8768982814538195 y[1] (numeric) 1.876898281453819 absolute error 4.440892098500626e-16 relative error 2.366080326452626e-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.2186703319107416 Order of pole (three term test) 22.742349218625073 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.099999999999999 y[1] (analytic) 1.8725652053351753 y[1] (numeric) 1.8725652053351747 absolute error 6.661338147750939e-16 relative error 3.557333079121594e-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.21364972702207047 Order of pole (three term test) 22.759644327058336 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.109999999999999 y[1] (analytic) 1.8681831047685777 y[1] (numeric) 1.8681831047685773 absolute error 4.440892098500626e-16 relative error 2.3771182209951226e-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.208287328146342 Order of pole (three term test) 22.776524059956152 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.1199999999999988 y[1] (analytic) 1.8637537325358267 y[1] (numeric) 1.8637537325358262 absolute error 4.440892098500626e-16 relative error 2.3827676484158347e-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.20259171397783948 Order of pole (three term test) 22.792961413346685 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.1299999999999986 y[1] (analytic) 1.8592788603267576 y[1] (numeric) 1.859278860326757 absolute error 6.661338147750939e-16 relative error 3.58275366320265e-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.19657199628423308 Order of pole (three term test) 22.80893009097096 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.1399999999999983 y[1] (analytic) 1.8547602780305896 y[1] (numeric) 1.854760278030589 absolute error 6.661338147750939e-16 relative error 3.591481997244432e-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.19023780532969464 Order of pole (three term test) 22.82440454635126 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.149999999999998 y[1] (analytic) 1.8501997930199947 y[1] (numeric) 1.8501997930199938 absolute error 8.881784197001252e-16 relative error 4.800446000755373e-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.1835992744685296 Order of pole (three term test) 22.839360023660007 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.159999999999998 y[1] (analytic) 1.8455992294281711 y[1] (numeric) 1.8455992294281702 absolute error 8.881784197001252e-16 relative error 4.812412172361563e-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.17666702393397105 Order of pole (three term test) 22.85377259732384 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.1699999999999977 y[1] (analytic) 1.8409604274192157 y[1] (numeric) 1.8409604274192146 absolute error 1.1102230246251565e-15 relative error 6.030672947063524e-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.16945214384807347 Order of pole (three term test) 22.867619210299424 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.1799999999999975 y[1] (analytic) 1.8362852424520821 y[1] (numeric) 1.8362852424520808 absolute error 1.3322676295501878e-15 relative error 7.255232459261859e-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.16196617647988137 Order of pole (three term test) 22.880877710959766 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.1899999999999973 y[1] (analytic) 1.831575544538422 y[1] (numeric) 1.8315755445384208 absolute error 1.3322676295501878e-15 relative error 7.273888502840512e-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.15422109778026327 Order of pole (three term test) 22.893526888532165 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.199999999999997 y[1] (analytic) 1.8268332174946063 y[1] (numeric) 1.826833217494605 absolute error 1.3322676295501878e-15 relative error 7.292770991855042e-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.14622929822294284 Order of pole (three term test) 22.905546507030824 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.209999999999997 y[1] (analytic) 1.8220601581882219 y[1] (numeric) 1.8220601581882203 absolute error 1.5543122344752192e-15 relative error 8.530520946249987e-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.13800356298238564 Order of pole (three term test) 22.91691733763021 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.2199999999999966 y[1] (analytic) 1.8172582757793514 y[1] (numeric) 1.8172582757793498 absolute error 1.5543122344752192e-15 relative error 8.553061802998998e-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.129557051480247 Order of pole (three term test) 22.927621189427015 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.2299999999999964 y[1] (analytic) 1.8124294909569343 y[1] (numeric) 1.8124294909569327 absolute error 1.5543122344752192e-15 relative error 8.575849390171679e-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.12090327633310306 Order of pole (three term test) 22.937640938541726 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.239999999999996 y[1] (analytic) 1.8075757351705166 y[1] (numeric) 1.8075757351705148 absolute error 1.7763568394002505e-15 relative error 9.827288587897972e-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.11205608173515001 Order of pole (three term test) 22.946960555513197 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.249999999999996 y[1] (analytic) 1.8026989498576969 y[1] (numeric) 1.802698949857695 absolute error 1.7763568394002505e-15 relative error 9.853874045583009e-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.10302962131044283 Order of pole (three term test) 22.955565130942336 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.259999999999996 y[1] (analytic) 1.7978010856675775 y[1] (numeric) 1.7978010856675755 absolute error 1.9984014443252818e-15 relative error 1.111580953119302e-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.09383833547011942 Order of pole (three term test) 22.963440899344018 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.2699999999999956 y[1] (analytic) 1.7928841016805301 y[1] (numeric) 1.7928841016805281 absolute error 1.9984014443252818e-15 relative error 1.1146294634729113e-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.08449692831082117 Order of pole (three term test) 22.97057526116887 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.2799999999999954 y[1] (analytic) 1.787949964624591 y[1] (numeric) 1.7879499646245889 absolute error 2.220446049250313e-15 relative error 1.2418949596928634e-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.07502034409127559 Order of pole (three term test) 22.976956802959876 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.289999999999995 y[1] (analytic) 1.783000648088795 y[1] (numeric) 1.7830006480887928 absolute error 2.220446049250313e-15 relative error 1.2453422558373255e-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.06542374332467026 Order of pole (three term test) 22.98257531561152 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.299999999999995 y[1] (analytic) 1.7780381317337661 y[1] (numeric) 1.778038131733764 absolute error 2.220446049250313e-15 relative error 1.2488180144287203e-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.055722478525066454 Order of pole (three term test) 22.987421810702074 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.3099999999999947 y[1] (analytic) 1.7730644004998806 y[1] (numeric) 1.7730644004998781 absolute error 2.4424906541753444e-15 relative error 1.377553265119266e-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.04593206964665109 Order of pole (three term test) 22.991488534873294 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.3199999999999945 y[1] (analytic) 1.7680814438133163 y[1] (numeric) 1.7680814438133137 absolute error 2.6645352591003757e-15 relative error 1.5070206570086664e-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.0360681792551195 Order of pole (three term test) 22.994768982234017 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.3299999999999943 y[1] (analytic) 1.7630912547903095 y[1] (numeric) 1.7630912547903066 absolute error 2.886579864025407e-15 relative error 1.6372265792723915e-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.026146587470914688 Order of pole (three term test) 22.99725790476824 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.339999999999994 y[1] (analytic) 1.758095829439934 y[1] (numeric) 1.7580958294399311 absolute error 2.886579864025407e-15 relative error 1.641878568669927e-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.016183166724397235 Order of pole (three term test) 22.99895132073087 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.349999999999994 y[1] (analytic) 1.7530971658657257 y[1] (numeric) 1.7530971658657226 absolute error 3.1086244689504383e-15 relative error 1.7732185810792281e-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.006193856363345895 Order of pole (three term test) 22.999846521017606 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.3599999999999937 y[1] (analytic) 1.748097263466466 y[1] (numeric) 1.7480972634664629 absolute error 3.1086244689504383e-15 relative error 1.7782903353936127e-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.0038053628466018508 Order of pole (three term test) 22.999942073498943 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.3699999999999934 y[1] (analytic) 1.7430981221364505 y[1] (numeric) 1.743098122136447 absolute error 3.552713678800501e-15 relative error 2.0381604647970546e-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.013798494287762059 Order of pole (three term test) 22.999237825311305 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.3799999999999932 y[1] (analytic) 1.7381017414655564 y[1] (numeric) 1.7381017414655529 absolute error 3.552713678800501e-15 relative error 2.0440194000409177e-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.023769551081583372 Order of pole (three term test) 22.997734903101566 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.389999999999993 y[1] (analytic) 1.7331101199394348 y[1] (numeric) 1.7331101199394312 absolute error 3.552713678800501e-15 relative error 2.0499064877220001e-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.033702581664241976 Order of pole (three term test) 22.99543571122464 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.399999999999993 y[1] (analytic) 1.728125254140142 y[1] (numeric) 1.7281252541401384 absolute error 3.552713678800501e-15 relative error 2.0558195479691742e-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.04358169530573792 Order of pole (three term test) 22.99234392789706 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.4099999999999926 y[1] (analytic) 1.7231491379475337 y[1] (numeric) 1.72314913794753 absolute error 3.552713678800501e-15 relative error 2.0617563509518314e-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.053391087531677296 Order of pole (three term test) 22.988464499312638 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.4199999999999924 y[1] (analytic) 1.7181837617417397 y[1] (numeric) 1.718183761741736 absolute error 3.774758283725532e-15 relative error 2.1969467805347099e-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.06311506540705726 Order of pole (three term test) 22.9838036317295 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.429999999999992 y[1] (analytic) 1.7132311116070382 y[1] (numeric) 1.7132311116070342 absolute error 3.9968028886505635e-15 relative error 2.332903518721125e-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.07273807264161512 Order of pole (three term test) 22.978368781541544 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.439999999999992 y[1] (analytic) 1.7082931685374485 y[1] (numeric) 1.7082931685374445 absolute error 3.9968028886505635e-15 relative error 2.3396469424931425e-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.08224471447657423 Order of pole (three term test) 22.972168643349665 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.4499999999999917 y[1] (analytic) 1.7033719076443603 y[1] (numeric) 1.703371907644356 absolute error 4.218847493575595e-15 relative error 2.4767623997098525e-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.09161978231297412 Order of pole (three term test) 22.965213136052377 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.4599999999999915 y[1] (analytic) 1.6984692973665145 y[1] (numeric) 1.6984692973665103 absolute error 4.218847493575595e-15 relative error 2.4839115432448143e-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.10084827804218496 Order of pole (three term test) 22.957513386977585 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.4699999999999913 y[1] (analytic) 1.6935872986826555 y[1] (numeric) 1.693587298682651 absolute error 4.440892098500626e-15 relative error 2.622180800455307e-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.10991543803967961 Order of pole (three term test) 22.94908171408128 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.479999999999991 y[1] (analytic) 1.6887278643271637 y[1] (numeric) 1.6887278643271593 absolute error 4.440892098500626e-15 relative error 2.6297263119241547e-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.11880675678368709 Order of pole (three term test) 22.939931606241426 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.489999999999991 y[1] (analytic) 1.6838929380089906 y[1] (numeric) 1.6838929380089858 absolute error 4.884981308350689e-15 relative error 2.9010046886511777e-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.12750801006093046 Order of pole (three term test) 22.930077701678663 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.4999999999999907 y[1] (analytic) 1.6790844536341978 y[1] (numeric) 1.6790844536341931 absolute error 4.6629367034256575e-15 relative error 2.777070976586813e-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.13600527772233473 Order of pole (three term test) 22.919535764538235 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.5099999999999905 y[1] (analytic) 1.6743043345324236 y[1] (numeric) 1.6743043345324187 absolute error 4.884981308350689e-15 relative error 2.9176185043532714e-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.14428496595229479 Order of pole (three term test) 22.908322659670734 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.5199999999999902 y[1] (analytic) 1.669554492687574 y[1] (numeric) 1.6695544926875692 absolute error 4.884981308350689e-15 relative error 2.9259190578961367e-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.15233382901588238 Order of pole (three term test) 22.89645632565194 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.52999999999999 y[1] (analytic) 1.6648368279730572 y[1] (numeric) 1.664836827973052 absolute error 5.10702591327572e-15 relative error 3.0675834577095077e-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.1601389904491951 Order of pole (three term test) 22.883955746084943 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.53999999999999 y[1] (analytic) 1.6601532273918573 y[1] (numeric) 1.660153227391852 absolute error 5.329070518200751e-15 relative error 3.2099871447245e-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.1676879636589517 Order of pole (three term test) 22.870840919230414 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.5499999999999896 y[1] (analytic) 1.6555055643217598 y[1] (numeric) 1.6555055643217542 absolute error 5.551115123125783e-15 relative error 3.3531238086777473e-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.17496867189837834 Order of pole (three term test) 22.85713282601362 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.5599999999999894 y[1] (analytic) 1.6508956977660243 y[1] (numeric) 1.6508956977660187 absolute error 5.551115123125783e-15 relative error 3.3624868794785136e-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.18196946758742671 Order of pole (three term test) 22.84285339645947 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.569999999999989 y[1] (analytic) 1.6463254716098095 y[1] (numeric) 1.6463254716098037 absolute error 5.773159728050814e-15 relative error 3.5066940453795597e-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.18867915094641827 Order of pole (three term test) 22.82802547460915 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.579999999999989 y[1] (analytic) 1.6417967138826421 y[1] (numeric) 1.6417967138826361 absolute error 5.995204332975845e-15 relative error 3.651611848337754e-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.19508698791330095 Order of pole (three term test) 22.81267278197448 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.5899999999999888 y[1] (analytic) 1.6373112360272302 y[1] (numeric) 1.6373112360272244 absolute error 5.773159728050814e-15 relative error 3.526000189224134e-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.2011827273158603 Order of pole (three term test) 22.79681987958863 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.5999999999999885 y[1] (analytic) 1.6328708321749108 y[1] (numeric) 1.6328708321749048 absolute error 5.995204332975845e-15 relative error 3.6715729222687516e-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.206956617271407 Order of pole (three term test) 22.780492128713632 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.6099999999999883 y[1] (analytic) 1.62847727842802 y[1] (numeric) 1.628477278428014 absolute error 5.995204332975845e-15 relative error 3.6814786502658827e-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.21239942078770987 Order of pole (three term test) 22.763715650267823 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.619999999999988 y[1] (analytic) 1.6241323321494767 y[1] (numeric) 1.6241323321494705 absolute error 6.217248937900877e-15 relative error 3.8280433280166196e-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.21750243054021226 Order of pole (three term test) 22.74651728303792 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.629999999999988 y[1] (analytic) 1.6198377312598602 y[1] (numeric) 1.619837731259854 absolute error 6.217248937900877e-15 relative error 3.8381924423166084e-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.22225748280189433 Order of pole (three term test) 22.728924540742717 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.6399999999999877 y[1] (analytic) 1.615595193542266 y[1] (numeric) 1.6155951935422599 absolute error 6.217248937900877e-15 relative error 3.848271499415194e-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.22665697050349431 Order of pole (three term test) 22.71096556801695 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.6499999999999875 y[1] (analytic) 1.6114064159552148 y[1] (numeric) 1.6114064159552086 absolute error 6.217248937900877e-15 relative error 3.858274905909069e-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.23069385540319692 Order of pole (three term test) 22.692669095385938 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.6599999999999873 y[1] (analytic) 1.6072730739538919 y[1] (numeric) 1.6072730739538854 absolute error 6.439293542825908e-15 relative error 4.006346928332001e-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.2343616793463188 Order of pole (three term test) 22.67406439330286 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.669999999999987 y[1] (analytic) 1.603196820819987 y[1] (numeric) 1.6031968208199803 absolute error 6.661338147750939e-15 relative error 4.155034529287468e-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.23765457459697856 Order of pole (three term test) 22.655181225322252 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.679999999999987 y[1] (analytic) 1.5991792870004045 y[1] (numeric) 1.5991792870003976 absolute error 6.8833827526759706e-15 relative error 4.3043221036130325e-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.24056727322522167 Order of pole (three term test) 22.6360498004847 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.6899999999999866 y[1] (analytic) 1.5952220794551055 y[1] (numeric) 1.5952220794550986 absolute error 6.8833827526759706e-15 relative error 4.3149996739182483e-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.24309511553458585 Order of pole (three term test) 22.616700724988775 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.6999999999999864 y[1] (analytic) 1.5913267810143465 y[1] (numeric) 1.5913267810143397 absolute error 6.8833827526759706e-15 relative error 4.3255620622989524e-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.2452340575166202 Order of pole (three term test) 22.597164953227693 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.709999999999986 y[1] (analytic) 1.5874949497455673 y[1] (numeric) 1.5874949497455602 absolute error 7.105427357601002e-15 relative error 4.4758739917502166e-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.24698067732043671 Order of pole (three term test) 22.577473738268864 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.719999999999986 y[1] (analytic) 1.5837281183301846 y[1] (numeric) 1.5837281183301775 absolute error 7.105427357601002e-15 relative error 4.486519671755694e-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.24833218072694177 Order of pole (three term test) 22.557658581855662 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.7299999999999858 y[1] (analytic) 1.580027793450541 y[1] (numeric) 1.5800277934505338 absolute error 7.105427357601002e-15 relative error 4.4970268162712673e-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.24928640561899024 Order of pole (three term test) 22.53775118401133 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.7399999999999856 y[1] (analytic) 1.5763954551872512 y[1] (numeric) 1.5763954551872439 absolute error 7.327471962526033e-15 relative error 4.648244790616733e-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.24984182544031186 Order of pole (three term test) 22.517783392325732 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.7499999999999853 y[1] (analytic) 1.57283255642719 y[1] (numeric) 1.5728325564271828 absolute error 7.327471962526033e-15 relative error 4.658774344785276e-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.2499975516376759 Order of pole (three term test) 22.497787151006012 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.759999999999985 y[1] (analytic) 1.569340522282357 y[1] (numeric) 1.5693405222823498 absolute error 7.327471962526033e-15 relative error 4.669140864258948e-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.24975333508238637 Order of pole (three term test) 22.477794449772613 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.769999999999985 y[1] (analytic) 1.5659207495198504 y[1] (numeric) 1.5659207495198428 absolute error 7.549516567451064e-15 relative error 4.821135788491168e-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.24910956646883498 Order of pole (three term test) 22.457837272682657 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.7799999999999847 y[1] (analytic) 1.5625746060031782 y[1] (numeric) 1.5625746060031707 absolute error 7.549516567451064e-15 relative error 4.831459911384038e-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.24806727568947348 Order of pole (three term test) 22.437947546962178 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.7899999999999845 y[1] (analytic) 1.559303430145133 y[1] (numeric) 1.5593034301451254 absolute error 7.549516567451064e-15 relative error 4.841595562159694e-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.24662813018720517 Order of pole (three term test) 22.41815709192941 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.7999999999999843 y[1] (analytic) 1.5561085303724425 y[1] (numeric) 1.556108530372435 absolute error 7.549516567451064e-15 relative error 4.851536007995629e-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.2447944322878325 Order of pole (three term test) 22.398497568090654 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.809999999999984 y[1] (analytic) 1.552991184602418 y[1] (numeric) 1.5529911846024103 absolute error 7.771561172376096e-15 relative error 5.004253243308459e-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.2425691155168264 Order of pole (three term test) 22.379000426490265 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.819999999999984 y[1] (analytic) 1.5499526397318033 y[1] (numeric) 1.5499526397317955 absolute error 7.771561172376096e-15 relative error 5.01406363856437e-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.23995573990631144 Order of pole (three term test) 22.35969685839562 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.8299999999999836 y[1] (analytic) 1.5469941111380334 y[1] (numeric) 1.5469941111380254 absolute error 7.993605777301127e-15 relative error 5.167185653616158e-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.23695848629977437 Order of pole (three term test) 22.340617745397804 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.8399999999999834 y[1] (analytic) 1.544116782193099 y[1] (numeric) 1.544116782193091 absolute error 7.993605777301127e-15 relative error 5.176814260089745e-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.23358214966360533 Order of pole (three term test) 22.321793610007624 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.849999999999983 y[1] (analytic) 1.5413218037902148 y[1] (numeric) 1.5413218037902066 absolute error 8.215650382226158e-15 relative error 5.330262870494219e-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.22983213141617548 Order of pole (three term test) 22.30325456682608 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.859999999999983 y[1] (analytic) 1.5386102938834754 y[1] (numeric) 1.5386102938834672 absolute error 8.215650382226158e-15 relative error 5.339656451595507e-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.2257144307867197 Order of pole (three term test) 22.285030274367507 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.869999999999983 y[1] (analytic) 1.5359833370406908 y[1] (numeric) 1.5359833370406824 absolute error 8.43769498715119e-15 relative error 5.49335060066974e-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.22123563521784892 Order of pole (three term test) 22.26714988761218 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.8799999999999826 y[1] (analytic) 1.5334419840095723 y[1] (numeric) 1.5334419840095639 absolute error 8.43769498715119e-15 relative error 5.502454657651084e-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.2164029098270481 Order of pole (three term test) 22.249642011364635 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.8899999999999824 y[1] (analytic) 1.5309872512974483 y[1] (numeric) 1.5309872512974398 absolute error 8.43769498715119e-15 relative error 5.511277105671907e-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.21122398594401606 Order of pole (three term test) 22.23253465449205 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.899999999999982 y[1] (analytic) 1.5286201207646744 y[1] (numeric) 1.528620120764666 absolute error 8.43769498715119e-15 relative error 5.519811542798698e-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.2057071487421872 Order of pole (three term test) 22.21585518511604 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.909999999999982 y[1] (analytic) 1.5263415392319022 y[1] (numeric) 1.5263415392318938 absolute error 8.43769498715119e-15 relative error 5.528051730412365e-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.1998612239842224 Order of pole (three term test) 22.199630286829525 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.9199999999999817 y[1] (analytic) 1.5241524181013641 y[1] (numeric) 1.5241524181013557 absolute error 8.43769498715119e-15 relative error 5.535991602245411e-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.19369556390266998 Order of pole (three term test) 22.183885916008624 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.9299999999999815 y[1] (analytic) 1.5220536329923247 y[1] (numeric) 1.5220536329923162 absolute error 8.43769498715119e-15 relative error 5.543625273284794e-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.1872200322383898 Order of pole (three term test) 22.168647260288036 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.9399999999999813 y[1] (analytic) 1.520046023390844 y[1] (numeric) 1.5200460233908353 absolute error 8.659739592076221e-15 relative error 5.697024602425195e-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.18044498846067164 Order of pole (three term test) 22.15393869826617 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.949999999999981 y[1] (analytic) 1.5181303923139946 y[1] (numeric) 1.518130392313986 absolute error 8.659739592076221e-15 relative error 5.704213311266829e-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.17338127119429442 Order of pole (three term test) 22.139783760504613 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.959999999999981 y[1] (analytic) 1.5163075059886661 y[1] (numeric) 1.5163075059886575 absolute error 8.659739592076221e-15 relative error 5.7110708466947e-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.16604018088003808 Order of pole (three term test) 22.126205091884202 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.9699999999999807 y[1] (analytic) 1.5145780935450839 y[1] (numeric) 1.5145780935450752 absolute error 8.659739592076221e-15 relative error 5.717592000691676e-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.15843346169638978 Order of pole (three term test) 22.113224415378124 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.9799999999999804 y[1] (analytic) 1.5129428467251667 y[1] (numeric) 1.512942846725158 absolute error 8.659739592076221e-15 relative error 5.723771794037441e-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.1505732827713634 Order of pole (three term test) 22.100862497299715 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.9899999999999802 y[1] (analytic) 1.5114024196058395 y[1] (numeric) 1.5114024196058309 absolute error 8.659739592076221e-15 relative error 5.729605484113625e-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.14247221871448987 Order of pole (three term test) 22.089139114080833 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 2.99999999999998 y[1] (analytic) 1.5099574283374113 y[1] (numeric) 1.5099574283374027 absolute error 8.659739592076221e-15 relative error 5.735088572405193e-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.1341432295001255 Order of pole (three term test) 22.07807302063377 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.00999999999998 y[1] (analytic) 1.5086084508971231 y[1] (numeric) 1.5086084508971145 absolute error 8.659739592076221e-15 relative error 5.740216811676044e-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.1255996397342572 Order of pole (three term test) 22.067681920347415 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.0199999999999796 y[1] (analytic) 1.507356026857965 y[1] (numeric) 1.5073560268579564 absolute error 8.659739592076221e-15 relative error 5.744986212797496e-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.11685511733797489 Order of pole (three term test) 22.05798243676556 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.0299999999999794 y[1] (analytic) 1.5062006571728541 y[1] (numeric) 1.5062006571728455 absolute error 8.659739592076221e-15 relative error 5.749393051209123e-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.10792365168171385 Order of pole (three term test) 22.048990086992827 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.039999999999979 y[1] (analytic) 1.5051428039742594 y[1] (numeric) 1.5051428039742507 absolute error 8.659739592076221e-15 relative error 5.753433872992371e-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.0988195312052466 Order of pole (three term test) 22.04071925687059 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.049999999999979 y[1] (analytic) 1.5041828903893557 y[1] (numeric) 1.504182890389347 absolute error 8.659739592076221e-15 relative error 5.757105500538342e-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.0895573205592266 Order of pole (three term test) 22.033183177962695 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.0599999999999787 y[1] (analytic) 1.5033213003707788 y[1] (numeric) 1.50332130037077 absolute error 8.881784197001252e-15 relative error 5.908107731068968e-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.08015183730485467 Order of pole (three term test) 22.026393906387778 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.0699999999999785 y[1] (analytic) 1.5025583785430479 y[1] (numeric) 1.502558378543039 absolute error 8.881784197001252e-15 relative error 5.911107564162301e-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.07061812820894178 Order of pole (three term test) 22.02036230353207 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.0799999999999783 y[1] (analytic) 1.5018944300647221 y[1] (numeric) 1.5018944300647132 absolute error 8.881784197001252e-15 relative error 5.913720711127815e-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.060971445172291715 Order of pole (three term test) 22.01509801867346 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.089999999999978 y[1] (analytic) 1.5013297205063405 y[1] (numeric) 1.5013297205063314 absolute error 9.103828801926284e-15 relative error 6.063843723053663e-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.051227220829913926 Order of pole (three term test) 22.010609473544722 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.099999999999978 y[1] (analytic) 1.5008644757441965 y[1] (numeric) 1.5008644757441876 absolute error 8.881784197001252e-15 relative error 5.917778947094648e-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.041401043862099224 Order of pole (three term test) 22.006903848860574 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.1099999999999777 y[1] (analytic) 1.5004988818699925 y[1] (numeric) 1.5004988818699834 absolute error 9.103828801926284e-15 relative error 6.067201323456278e-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.03150863405585687 Order of pole (three term test) 22.00398707283002 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.1199999999999775 y[1] (analytic) 1.500233085116403 y[1] (numeric) 1.5002330851163939 absolute error 9.103828801926284e-15 relative error 6.068276251366579e-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.021565817156608505 Order of pole (three term test) 22.00186381167248 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.1299999999999772 y[1] (analytic) 1.500067191798586 y[1] (numeric) 1.5000671917985768 absolute error 9.103828801926284e-15 relative error 6.068947345625739e-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.011588499550371927 Order of pole (three term test) 22.00053746215288 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.139999999999977 y[1] (analytic) 1.5000012682716561 y[1] (numeric) 1.5000012682716473 absolute error 8.881784197001252e-15 relative error 5.921184458220555e-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.0015926428169361255 Order of pole (three term test) 22.000010146147517 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.149999999999977 y[1] (analytic) 1.500035340904146 y[1] (numeric) 1.5000353409041371 absolute error 8.881784197001252e-15 relative error 5.921049961161421e-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.008405761805261093 Order of pole (three term test) 22.0002827072495 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.1599999999999766 y[1] (analytic) 1.5001693960674565 y[1] (numeric) 1.5001693960674476 absolute error 8.881784197001252e-15 relative error 5.920520856033964e-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.018390719001703446 Order of pole (three term test) 22.001354709419207 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.1699999999999764 y[1] (analytic) 1.5004033801413097 y[1] (numeric) 1.5004033801413008 absolute error 8.881784197001252e-15 relative error 5.919597565932407e-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.028346254970887226 Order of pole (three term test) 22.003224437681865 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.179999999999976 y[1] (analytic) 1.5007371995351957 y[1] (numeric) 1.5007371995351868 absolute error 8.881784197001252e-15 relative error 5.918280828750094e-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.038256442978996115 Order of pole (three term test) 22.005888900871085 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.189999999999976 y[1] (analytic) 1.501170720725808 y[1] (numeric) 1.5011707207257992 absolute error 8.881784197001252e-15 relative error 5.9165716959274e-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.04810542883927788 Order of pole (three term test) 22.009343836414175 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.1999999999999758 y[1] (analytic) 1.5017037703104505 y[1] (numeric) 1.5017037703104417 absolute error 8.881784197001252e-15 relative error 5.914471530670194e-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.057877456275360936 Order of pole (three term test) 22.013583717151267 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.2099999999999755 y[1] (analytic) 1.5023361350763964 y[1] (numeric) 1.5023361350763877 absolute error 8.659739592076221e-15 relative error 5.764182455503447e-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.06755689212793564 Order of pole (three term test) 22.018601760177646 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.2199999999999753 y[1] (analytic) 1.503067562086171 y[1] (numeric) 1.5030675620861624 absolute error 8.659739592076221e-15 relative error 5.76137747265133e-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.07712825136447402 Order of pole (three term test) 22.024389937694927 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.229999999999975 y[1] (analytic) 1.5038977587787226 y[1] (numeric) 1.503897758778714 absolute error 8.659739592076221e-15 relative error 5.758197019396171e-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.08657622185197868 Order of pole (three term test) 22.030938989853826 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.239999999999975 y[1] (analytic) 1.5048263930864432 y[1] (numeric) 1.5048263930864345 absolute error 8.659739592076221e-15 relative error 5.754643613284082e-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.0958856888531291 Order of pole (three term test) 22.03823843956795 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.2499999999999747 y[1] (analytic) 1.5058530935679915 y[1] (numeric) 1.5058530935679828 absolute error 8.659739592076221e-15 relative error 5.75072005965582e-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.10504175920663726 Order of pole (three term test) 22.04627660927488 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.2599999999999745 y[1] (analytic) 1.5069774495568637 y[1] (numeric) 1.506977449556855 absolute error 8.659739592076221e-15 relative error 5.746429446985203e-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.11402978515312831 Order of pole (three term test) 22.055040639617815 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.2699999999999743 y[1] (analytic) 1.5081990113256558 y[1] (numeric) 1.5081990113256472 absolute error 8.659739592076221e-15 relative error 5.741775141772971e-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.12283538776843114 Order of pole (three term test) 22.064516510017754 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.279999999999974 y[1] (analytic) 1.5095172902659473 y[1] (numeric) 1.5095172902659388 absolute error 8.43769498715119e-15 relative error 5.589664352678354e-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.13144447996678968 Order of pole (three term test) 22.074689061103477 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.289999999999974 y[1] (analytic) 1.5109317590837392 y[1] (numeric) 1.5109317590837308 absolute error 8.43769498715119e-15 relative error 5.584431551209159e-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.13984328903719487 Order of pole (three term test) 22.085542018963274 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.2999999999999736 y[1] (analytic) 1.5124418520103635 y[1] (numeric) 1.512441852010355 absolute error 8.43769498715119e-15 relative error 5.57885579266116e-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.14801837867678463 Order of pole (three term test) 22.09705802117975 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.3099999999999734 y[1] (analytic) 1.514046965028784 y[1] (numeric) 1.5140469650287756 absolute error 8.43769498715119e-15 relative error 5.572941382958209e-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.1559566704860615 Order of pole (three term test) 22.109218644605953 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.319999999999973 y[1] (analytic) 1.5157464561151943 y[1] (numeric) 1.5157464561151859 absolute error 8.43769498715119e-15 relative error 5.566692868130934e-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.1636454648915427 Order of pole (three term test) 22.122004434838555 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.329999999999973 y[1] (analytic) 1.5175396454958197 y[1] (numeric) 1.5175396454958112 absolute error 8.43769498715119e-15 relative error 5.560115027106508e-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.17107246146236807 Order of pole (three term test) 22.135394937340656 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.3399999999999728 y[1] (analytic) 1.5194258159188165 y[1] (numeric) 1.5194258159188083 absolute error 8.215650382226158e-15 relative error 5.407075683558824e-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.17822577858836575 Order of pole (three term test) 22.149368730164746 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.3499999999999726 y[1] (analytic) 1.5214042129411647 y[1] (numeric) 1.5214042129411562 absolute error 8.43769498715119e-15 relative error 5.545991601298063e-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.18509397248809364 Order of pole (three term test) 22.163903458223224 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.3599999999999723 y[1] (analytic) 1.523474045230433 y[1] (numeric) 1.5234740452304245 absolute error 8.43769498715119e-15 relative error 5.538456669850878e-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.19166605551644883 Order of pole (three term test) 22.178975869051776 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.369999999999972 y[1] (analytic) 1.5256344848813033 y[1] (numeric) 1.5256344848812948 absolute error 8.43769498715119e-15 relative error 5.530613702539409e-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.1979315137425556 Order of pole (three term test) 22.19456185000835 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.379999999999972 y[1] (analytic) 1.5278846677467208 y[1] (numeric) 1.5278846677467124 absolute error 8.43769498715119e-15 relative error 5.522468524797002e-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.2038803237698121 Order of pole (three term test) 22.21063646684825 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.3899999999999717 y[1] (analytic) 1.5302236937835412 y[1] (numeric) 1.530223693783533 absolute error 8.215650382226158e-15 relative error 5.368921168585898e-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.20950296877118607 Order of pole (three term test) 22.22717400361359 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.3999999999999715 y[1] (analytic) 1.5326506274125367 y[1] (numeric) 1.5326506274125284 absolute error 8.215650382226158e-15 relative error 5.360419547210213e-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.21479045371410938 Order of pole (three term test) 22.244148003773372 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.4099999999999713 y[1] (analytic) 1.535164497892614 y[1] (numeric) 1.535164497892606 absolute error 7.993605777301127e-15 relative error 5.207002759817786e-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.21973431975060984 Order of pole (three term test) 22.261531312548282 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.419999999999971 y[1] (analytic) 1.5377642997090992 y[1] (numeric) 1.5377642997090912 absolute error 7.993605777301127e-15 relative error 5.198199606281201e-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.22432665774966418 Order of pole (three term test) 22.2792961203525 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.429999999999971 y[1] (analytic) 1.5404489929759293 y[1] (numeric) 1.5404489929759213 absolute error 7.993605777301127e-15 relative error 5.189140188185402e-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.22856012095012046 Order of pole (three term test) 22.297414007283162 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.4399999999999706 y[1] (analytic) 1.5432175038515927 y[1] (numeric) 1.5432175038515847 absolute error 7.993605777301127e-15 relative error 5.179830942398287e-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.23242793671394846 Order of pole (three term test) 22.31585598858614 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.4499999999999704 y[1] (analytic) 1.5460687249686522 y[1] (numeric) 1.5460687249686444 absolute error 7.771561172376096e-15 relative error 5.026659583023174e-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.2359239173610163 Order of pole (three term test) 22.334592561025417 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.45999999999997 y[1] (analytic) 1.549001515876677 y[1] (numeric) 1.5490015158766692 absolute error 7.771561172376096e-15 relative error 5.017142393161366e-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.2390424700680581 Order of pole (three term test) 22.35359375008202 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.46999999999997 y[1] (analytic) 1.5520147034984069 y[1] (numeric) 1.5520147034983993 absolute error 7.549516567451064e-15 relative error 4.86433314738169e-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.24177860581599825 Order of pole (three term test) 22.372829157906818 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.47999999999997 y[1] (analytic) 1.5551070825989686 y[1] (numeric) 1.5551070825989612 absolute error 7.327471962526033e-15 relative error 4.71187614313994e-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.24412794737131782 Order of pole (three term test) 22.39226801195063 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.4899999999999696 y[1] (analytic) 1.5582774162679534 y[1] (numeric) 1.558277416267946 absolute error 7.327471962526033e-15 relative error 4.702289775895744e-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.24608673628869465 Order of pole (three term test) 22.411879214193736 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.4999999999999694 y[1] (analytic) 1.5615244364141638 y[1] (numeric) 1.5615244364141565 absolute error 7.327471962526033e-15 relative error 4.692511875992547e-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.2476518389237134 Order of pole (three term test) 22.431631390896023 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.509999999999969 y[1] (analytic) 1.5648468442728345 y[1] (numeric) 1.5648468442728274 absolute error 7.105427357601002e-15 relative error 4.5406535365464525e-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.2488207514460288 Order of pole (three term test) 22.45149294278835 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.519999999999969 y[1] (analytic) 1.5682433109251204 y[1] (numeric) 1.5682433109251133 absolute error 7.105427357601002e-15 relative error 4.5308194896169834e-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.2495916038449601 Order of pole (three term test) 22.4714320956246 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.5299999999999687 y[1] (analytic) 1.5717124778296458 y[1] (numeric) 1.571712477829639 absolute error 6.8833827526759706e-15 relative error 4.3795432369291427e-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.24996316292110854 Order of pole (three term test) 22.491416951013694 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.5399999999999685 y[1] (analytic) 1.5752529573659042 y[1] (numeric) 1.5752529573658975 absolute error 6.661338147750939e-15 relative error 4.228741877044212e-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.24993483425921395 Order of pole (three term test) 22.5114155374502 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.5499999999999683 y[1] (analytic) 1.578863333389287 y[1] (numeric) 1.57886333338928 absolute error 6.8833827526759706e-15 relative error 4.3597077765430586e-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.2495066631790924 Order of pole (three term test) 22.531395861461974 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.559999999999968 y[1] (analytic) 1.5825421617975217 y[1] (numeric) 1.5825421617975153 absolute error 6.439293542825908e-15 relative error 4.0689554428754503e-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.24867933466313374 Order of pole (three term test) 22.55132595879284 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.569999999999968 y[1] (analytic) 1.5862879711082964 y[1] (numeric) 1.58628797110829 absolute error 6.439293542825908e-15 relative error 4.0593471425790033e-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.24745417226047609 Order of pole (three term test) 22.57117394553859 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.5799999999999677 y[1] (analytic) 1.59009926304783 y[1] (numeric) 1.5900992630478235 absolute error 6.439293542825908e-15 relative error 4.0496173367713933e-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.24583313596960965 Order of pole (three term test) 22.59090806915444 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.5899999999999674 y[1] (analytic) 1.5939745131501626 y[1] (numeric) 1.5939745131501564 absolute error 6.217248937900877e-15 relative error 3.9004694784070064e-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.24381881910279737 Order of pole (three term test) 22.610496759252342 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.5999999999999672 y[1] (analytic) 1.5979121713669233 y[1] (numeric) 1.597912171366917 absolute error 6.217248937900877e-15 relative error 3.8908577388094943e-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.24141444413732793 Order of pole (three term test) 22.62990867810682 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.609999999999967 y[1] (analytic) 1.6019106626873265 y[1] (numeric) 1.6019106626873203 absolute error 6.217248937900877e-15 relative error 3.881145860825329e-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.2386238575602402 Order of pole (three term test) 22.649112770788694 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.619999999999967 y[1] (analytic) 1.6059683877681568 y[1] (numeric) 1.6059683877681505 absolute error 6.217248937900877e-15 relative error 3.8713395514223663e-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.23545152371476394 Order of pole (three term test) 22.668078314846333 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.6299999999999666 y[1] (analytic) 1.6100837235734837 y[1] (numeric) 1.6100837235734775 absolute error 6.217248937900877e-15 relative error 3.861444499359367e-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.23190251765832384 Order of pole (three term test) 22.686774969455016 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.6399999999999664 y[1] (analytic) 1.6142550240238558 y[1] (numeric) 1.6142550240238496 absolute error 6.217248937900877e-15 relative error 3.8514663701669217e-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.22798251704352912 Order of pole (three term test) 22.70517282395577 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.649999999999966 y[1] (analytic) 1.6184806206547093 y[1] (numeric) 1.6184806206547033 absolute error 5.995204332975845e-15 relative error 3.7042175584102205e-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.22369779303514115 Order of pole (three term test) 22.723242445706074 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.659999999999966 y[1] (analytic) 1.6227588232837327 y[1] (numeric) 1.622758823283727 absolute error 5.773159728050814e-15 relative error 3.557620297739956e-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.2190552002775476 Order of pole (three term test) 22.740954927165753 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.6699999999999657 y[1] (analytic) 1.6270879206869162 y[1] (numeric) 1.6270879206869104 absolute error 5.773159728050814e-15 relative error 3.5481547460653073e-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.21406216592879382 Order of pole (three term test) 22.75828193214295 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.6799999999999655 y[1] (analytic) 1.6314661812830191 y[1] (numeric) 1.6314661812830134 absolute error 5.773159728050814e-15 relative error 3.538632791953236e-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.20872667777871406 Order of pole (three term test) 22.77519574112592 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.6899999999999653 y[1] (analytic) 1.635891853826179 y[1] (numeric) 1.6358918538261733 absolute error 5.773159728050814e-15 relative error 3.529059524655007e-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.20305727147017147 Order of pole (three term test) 22.791669295628388 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.699999999999965 y[1] (analytic) 1.6403631681063866 y[1] (numeric) 1.640363168106381 absolute error 5.551115123125783e-15 relative error 3.3840769111720033e-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.19706301684385066 Order of pole (three term test) 22.807676241477306 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.709999999999965 y[1] (analytic) 1.644878335657547 y[1] (numeric) 1.6448783356575414 absolute error 5.551115123125783e-15 relative error 3.374787668357673e-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.1907535034284481 Order of pole (three term test) 22.823190970973958 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.7199999999999647 y[1] (analytic) 1.6494355504728406 y[1] (numeric) 1.649435550472835 absolute error 5.551115123125783e-15 relative error 3.365463489333945e-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.1841388250994705 Order of pole (three term test) 22.83818866386079 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.7299999999999645 y[1] (analytic) 1.6540329897271036 y[1] (numeric) 1.6540329897270982 absolute error 5.329070518200751e-15 relative error 3.221864709651279e-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.17722956393118783 Order of pole (three term test) 22.85264532702851 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.7399999999999642 y[1] (analytic) 1.658668814505933 y[1] (numeric) 1.6586688145059274 absolute error 5.551115123125783e-15 relative error 3.3467290604238503e-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.1700367732675726 Order of pole (three term test) 22.866537832899972 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.749999999999964 y[1] (analytic) 1.6633411705412267 y[1] (numeric) 1.6633411705412213 absolute error 5.329070518200751e-15 relative error 3.2038349152788363e-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.16257196003930643 Order of pole (three term test) 22.879843956429365 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.759999999999964 y[1] (analytic) 1.6680481889528684 y[1] (numeric) 1.668048188952863 absolute error 5.329070518200751e-15 relative error 3.194794103368273e-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.154847066355146 Order of pole (three term test) 22.89254241065753 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.7699999999999636 y[1] (analytic) 1.6727879869962528 y[1] (numeric) 1.6727879869962476 absolute error 5.10702591327572e-15 relative error 3.053002504188333e-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.1468744503970962 Order of pole (three term test) 22.904612880766543 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.7799999999999634 y[1] (analytic) 1.677558668815359 y[1] (numeric) 1.6775586688153539 absolute error 5.10702591327572e-15 relative error 3.0443203020029973e-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.13866686664995598 Order of pole (three term test) 22.916036056579156 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.789999999999963 y[1] (analytic) 1.6823583262010673 y[1] (numeric) 1.6823583262010624 absolute error 4.884981308350689e-15 relative error 2.9036509239868435e-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.1302374454968632 Order of pole (three term test) 22.926793663450855 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.799999999999963 y[1] (analytic) 1.6871850393544183 y[1] (numeric) 1.6871850393544134 absolute error 4.884981308350689e-15 relative error 2.895344134997706e-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.12159967221348221 Order of pole (three term test) 22.936868491505507 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.8099999999999627 y[1] (analytic) 1.6920368776545058 y[1] (numeric) 1.6920368776545012 absolute error 4.6629367034256575e-15 relative error 2.755812692386114e-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.11276736539443918 Order of pole (three term test) 22.946244423167382 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.8199999999999625 y[1] (analytic) 1.6969119004307003 y[1] (numeric) 1.6969119004306958 absolute error 4.440892098500626e-15 relative error 2.6170434053609173e-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.10375465484652019 Order of pole (three term test) 22.954906458945917 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.8299999999999623 y[1] (analytic) 1.7018081577388906 y[1] (numeric) 1.7018081577388862 absolute error 4.440892098500626e-15 relative error 2.609513932757863e-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.09457595898399289 Order of pole (three term test) 22.962840741431688 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.839999999999962 y[1] (analytic) 1.7067236911414359 y[1] (numeric) 1.7067236911414316 absolute error 4.218847493575595e-15 relative error 2.4718983602753423e-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.08524596176221963 Order of pole (three term test) 22.970034577465253 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.849999999999962 y[1] (analytic) 1.711656534490515 y[1] (numeric) 1.7116565344905108 absolute error 4.218847493575595e-15 relative error 2.4647745669556073e-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.07577958918646188 Order of pole (three term test) 22.976476458443564 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.8599999999999617 y[1] (analytic) 1.7166047147145584 y[1] (numeric) 1.7166047147145544 absolute error 3.9968028886505635e-15 relative error 2.328318717984625e-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.0661919854334562 Order of pole (three term test) 22.98215607873126 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.8699999999999615 y[1] (analytic) 1.7215662526074516 y[1] (numeric) 1.7215662526074478 absolute error 3.774758283725532e-15 relative error 2.1926302737454077e-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.05649848862396099 Order of pole (three term test) 22.987064352147467 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.8799999999999613 y[1] (analytic) 1.72653916362019 y[1] (numeric) 1.7265391636201863 absolute error 3.774758283725532e-15 relative error 2.1863148912363255e-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.04671460628503506 Order of pole (three term test) 22.99119342650175 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.889999999999961 y[1] (analytic) 1.7315214586546737 y[1] (numeric) 1.7315214586546699 absolute error 3.774758283725532e-15 relative error 2.1800239695893667e-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.03685599054130468 Order of pole (three term test) 22.99453669615598 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.899999999999961 y[1] (analytic) 1.736511144859318 y[1] (numeric) 1.7365111448593145 absolute error 3.552713678800501e-15 relative error 2.045891665779272e-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.026938413074899904 Order of pole (three term test) 22.9970888125919 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.9099999999999606 y[1] (analytic) 1.7415062264261696 y[1] (numeric) 1.7415062264261663 absolute error 3.3306690738754696e-15 relative error 1.9125220589710433e-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.01697773989413042 Order of pole (three term test) 22.998845692967624 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.9199999999999604 y[1] (analytic) 1.746504705389202 y[1] (numeric) 1.7465047053891987 absolute error 3.3306690738754696e-15 relative error 1.907048440005916e-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.006989905951254906 Order of pole (three term test) 22.99980452664934 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.92999999999996 y[1] (analytic) 1.7515045824234754 y[1] (numeric) 1.751504582423472 absolute error 3.3306690738754696e-15 relative error 1.9016045446292683e-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.0030091103500422415 Order of pole (three term test) 22.9999637797077 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.93999999999996 y[1] (analytic) 1.7565038576448402 y[1] (numeric) 1.756503857644837 absolute error 3.1086244689504383e-15 relative error 1.7697794715455688e-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.013003312716688708 Order of pole (three term test) 22.999323197371766 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.9499999999999598 y[1] (analytic) 1.761500531409864 y[1] (numeric) 1.761500531409861 absolute error 2.886579864025407e-15 relative error 1.6387050770373913e-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.022976712556880212 Order of pole (three term test) 22.997883804436654 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.9599999999999596 y[1] (analytic) 1.7664926051156624 y[1] (numeric) 1.7664926051156595 absolute error 2.886579864025407e-15 relative error 1.6340741283977274e-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.032913354558418144 Order of pole (three term test) 22.995647903623986 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.9699999999999593 y[1] (analytic) 1.7714780819993128 y[1] (numeric) 1.7714780819993101 absolute error 2.6645352591003757e-15 relative error 1.504131090401721e-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.04279734221380375 Order of pole (three term test) 22.99261907189809 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.979999999999959 y[1] (analytic) 1.776454967936534 y[1] (numeric) 1.7764549679365316 absolute error 2.4424906541753444e-15 relative error 1.3749240471952144e-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.05261286325126003 Order of pole (three term test) 22.98880215474363 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.989999999999959 y[1] (analytic) 1.781421272239309 y[1] (numeric) 1.7814212722393066 absolute error 2.4424906541753444e-15 relative error 1.371090989109526e-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.062344214930993215 Order of pole (three term test) 22.984203258413814 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 3.9999999999999587 y[1] (analytic) 1.786375008452133 y[1] (numeric) 1.7863750084521306 absolute error 2.4424906541753444e-15 relative error 1.3672888629872433e-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.07197582916622668 Order of pole (three term test) 22.978829740161718 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.009999999999959 y[1] (analytic) 1.7913141951465699 y[1] (numeric) 1.7913141951465674 absolute error 2.4424906541753444e-15 relative error 1.3635188404095093e-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.08149229742881936 Order of pole (three term test) 22.97269019647026 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.019999999999959 y[1] (analytic) 1.7962368567137965 y[1] (numeric) 1.7962368567137943 absolute error 2.220446049250313e-15 relative error 1.2361655095490048e-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.09087839539962166 Order of pole (three term test) 22.96579444929965 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.0299999999999585 y[1] (analytic) 1.801141024154821 y[1] (numeric) 1.8011410241548187 absolute error 2.220446049250313e-15 relative error 1.2327996639198476e-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.10011910732414167 Order of pole (three term test) 22.958153530374336 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.039999999999958 y[1] (analytic) 1.8060247358680546 y[1] (numeric) 1.8060247358680526 absolute error 1.9984014443252818e-15 relative error 1.1065194206018239e-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.10919965003454694 Order of pole (three term test) 22.949779663534635 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.049999999999958 y[1] (analytic) 1.8108860384339276 y[1] (numeric) 1.8108860384339256 absolute error 1.9984014443252818e-15 relative error 1.1035489820516367e-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.11810549659957986 Order of pole (three term test) 22.94068624518116 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.059999999999958 y[1] (analytic) 1.81572298739623 y[1] (numeric) 1.8157229873962282 absolute error 1.7763568394002505e-15 relative error 9.783192985553203e-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.12682239956454883 Order of pole (three term test) 22.930887822843438 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.069999999999958 y[1] (analytic) 1.8205336480398686 y[1] (numeric) 1.820533648039867 absolute error 1.5543122344752192e-15 relative error 8.537673753784861e-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.1353364137442169 Order of pole (three term test) 22.920400071907007 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.079999999999957 y[1] (analytic) 1.8253160961647277 y[1] (numeric) 1.8253160961647261 absolute error 1.5543122344752192e-15 relative error 8.515304487486141e-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.14363391853212287 Order of pole (three term test) 22.90923977053609 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.089999999999957 y[1] (analytic) 1.8300684188553218 y[1] (numeric) 1.8300684188553205 absolute error 1.3322676295501878e-15 relative error 7.279878805752518e-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.15170163969064557 Order of pole (three term test) 22.897424772832146 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.099999999999957 y[1] (analytic) 1.8347887152459386 y[1] (numeric) 1.8347887152459372 absolute error 1.3322676295501878e-15 relative error 7.26115011761236e-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.1595266705869539 Order of pole (three term test) 22.884973980271095 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.109999999999957 y[1] (analytic) 1.8394750972809581 y[1] (numeric) 1.8394750972809568 absolute error 1.3322676295501878e-15 relative error 7.242651077579114e-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.1670964928408646 Order of pole (three term test) 22.87190731146501 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.119999999999957 y[1] (analytic) 1.8441256904700507 y[1] (numeric) 1.8441256904700494 absolute error 1.3322676295501878e-15 relative error 7.224386257590745e-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.17439899635158057 Order of pole (three term test) 22.858245670296576 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.129999999999956 y[1] (analytic) 1.8487386346379477 y[1] (numeric) 1.8487386346379464 absolute error 1.3322676295501878e-15 relative error 7.206360080266812e-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.18142249867126914 Order of pole (three term test) 22.844010912477337 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.139999999999956 y[1] (analytic) 1.8533120846684872 y[1] (numeric) 1.8533120846684858 absolute error 1.3322676295501878e-15 relative error 7.188576821849723e-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.18815576369448572 Order of pole (three term test) 22.82922581058322 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.149999999999956 y[1] (analytic) 1.8578442112426352 y[1] (numeric) 1.857844211242634 absolute error 1.1102230246251565e-15 relative error 5.975867179318411e-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.19458801963354674 Order of pole (three term test) 22.813914017623258 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.159999999999956 y[1] (analytic) 1.8623332015701899 y[1] (numeric) 1.862333201570189 absolute error 8.881784197001252e-16 relative error 4.769170301808908e-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.20070897625109105 Order of pole (three term test) 22.798100029199862 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.1699999999999555 y[1] (analytic) 1.8667772601148727 y[1] (numeric) 1.8667772601148718 absolute error 8.881784197001252e-16 relative error 4.7578167930193824e-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.20650884132226505 Order of pole (three term test) 22.781809144321013 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.179999999999955 y[1] (analytic) 1.8711746093125186 y[1] (numeric) 1.871174609312518 absolute error 6.661338147750939e-16 relative error 3.559976773198284e-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.2119783363001932 Order of pole (three term test) 22.765067424927334 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.189999999999955 y[1] (analytic) 1.8755234902820797 y[1] (numeric) 1.875523490282079 absolute error 6.661338147750939e-16 relative error 3.551722056410539e-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.21710871115967456 Order of pole (three term test) 22.747901654198472 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.199999999999955 y[1] (analytic) 1.879822163529152 y[1] (numeric) 1.8798221635291514 absolute error 6.661338147750939e-16 relative error 3.5436001750532803e-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.2218917583953553 Order of pole (three term test) 22.73033929370576 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.209999999999955 y[1] (analytic) 1.8840689096417518 y[1] (numeric) 1.8840689096417513 absolute error 4.440892098500626e-16 relative error 2.3570751981386096e-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.22631982615198726 Order of pole (three term test) 22.712408439479546 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.2199999999999545 y[1] (analytic) 1.8882620299780566 y[1] (numeric) 1.8882620299780561 absolute error 4.440892098500626e-16 relative error 2.3518410199416198e-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.23038583046576416 Order of pole (three term test) 22.694137777061552 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.229999999999954 y[1] (analytic) 1.8923998473458394 y[1] (numeric) 1.892399847345839 absolute error 4.440892098500626e-16 relative error 2.3466986137888042e-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.23408326659715178 Order of pole (three term test) 22.67555653561411 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.239999999999954 y[1] (analytic) 1.8964807066733231 y[1] (numeric) 1.8964807066733227 absolute error 4.440892098500626e-16 relative error 2.341648972686116e-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.23740621943708426 Order of pole (three term test) 22.656694441159743 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.249999999999954 y[1] (analytic) 1.9005029756711875 y[1] (numeric) 1.900502975671187 absolute error 4.440892098500626e-16 relative error 2.336693051970764e-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.24034937296987652 Order of pole (three term test) 22.637581669025884 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.259999999999954 y[1] (analytic) 1.904465045485463 y[1] (numeric) 1.9044650454854628 absolute error 2.220446049250313e-16 relative error 1.1659158851530951e-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.24290801877771523 Order of pole (three term test) 22.618248795570782 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.269999999999953 y[1] (analytic) 1.908365331341051 y[1] (numeric) 1.9083653313410507 absolute error 2.220446049250313e-16 relative error 1.163533005333919e-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.24507806357312337 Order of pole (three term test) 22.59872674926783 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.279999999999953 y[1] (analytic) 1.9122022731756119 y[1] (numeric) 1.9122022731756119 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.2468560357473465 Order of pole (three term test) 22.57904676122663 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.289999999999953 y[1] (analytic) 1.9159743362635706 y[1] (numeric) 1.9159743362635708 absolute error 2.220446049250313e-16 relative error 1.1589122083861034e-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.248239090924186 Order of pole (three term test) 22.55924031522987 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.299999999999953 y[1] (analytic) 1.919680011829986 y[1] (numeric) 1.919680011829986 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.2492250165103954 Order of pole (three term test) 22.539339097366014 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.3099999999999525 y[1] (analytic) 1.9233178176540389 y[1] (numeric) 1.923317817654039 absolute error 2.220446049250313e-16 relative error 1.154487328547029e-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.24981223523535592 Order of pole (three term test) 22.51937494533826 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.319999999999952 y[1] (analytic) 1.9268862986619038 y[1] (numeric) 1.9268862986619042 absolute error 4.440892098500626e-16 relative error 2.3046985707379488e-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.24999980767437477 Order of pole (three term test) 22.499379797531063 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.329999999999952 y[1] (analytic) 1.9303840275087565 y[1] (numeric) 1.930384027508757 absolute error 4.440892098500626e-16 relative error 2.300522608567057e-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.2497874337515625 Order of pole (three term test) 22.47938564191552 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.339999999999952 y[1] (analytic) 1.933809605149694 y[1] (numeric) 1.9338096051496945 absolute error 4.440892098500626e-16 relative error 2.296447430333692e-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.24917545321989168 Order of pole (three term test) 22.45942446487542 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.349999999999952 y[1] (analytic) 1.9371616613993337 y[1] (numeric) 1.9371616613993343 absolute error 6.661338147750939e-16 relative error 3.4387105012903445e-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.24816484511766404 Order of pole (three term test) 22.439528200035856 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.3599999999999515 y[1] (analytic) 1.9404388554798693 y[1] (numeric) 1.94043885547987 absolute error 6.661338147750939e-16 relative error 3.4329028863440246e-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.24675722620225837 Order of pole (three term test) 22.419728677176284 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.369999999999951 y[1] (analytic) 1.9436398765573637 y[1] (numeric) 1.9436398765573644 absolute error 6.661338147750939e-16 relative error 3.427249166934006e-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.24495484836366316 Order of pole (three term test) 22.40005757130958 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.379999999999951 y[1] (analytic) 1.9467634442660657 y[1] (numeric) 1.9467634442660666 absolute error 8.881784197001252e-16 relative error 4.562333560947722e-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.24276059502193356 Order of pole (three term test) 22.38054635200888 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.389999999999951 y[1] (analytic) 1.9498083092205392 y[1] (numeric) 1.94980830922054 absolute error 8.881784197001252e-16 relative error 4.555208917204717e-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.24017797651433376 Order of pole (three term test) 22.36122623306287 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.399999999999951 y[1] (analytic) 1.9527732535153994 y[1] (numeric) 1.9527732535154005 absolute error 1.1102230246251565e-15 relative error 5.685365787484663e-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.23721112447954665 Order of pole (three term test) 22.342128122540473 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.40999999999995 y[1] (analytic) 1.955657091212461 y[1] (numeric) 1.9556570912124622 absolute error 1.3322676295501878e-15 relative error 6.812378486681495e-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.23386478524793336 Order of pole (three term test) 22.323282573344468 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.41999999999995 y[1] (analytic) 1.9584586688150956 y[1] (numeric) 1.958458668815097 absolute error 1.3322676295501878e-15 relative error 6.80263337064057e-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.23014431224841703 Order of pole (three term test) 22.304719734333418 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.42999999999995 y[1] (analytic) 1.9611768657296158 y[1] (numeric) 1.9611768657296174 absolute error 1.5543122344752192e-15 relative error 7.925405717535675e-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.22605565744413778 Order of pole (three term test) 22.286469302089852 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.43999999999995 y[1] (analytic) 1.9638105947134983 y[1] (numeric) 1.9638105947134998 absolute error 1.5543122344752192e-15 relative error 7.914776703310223e-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.2216053618105831 Order of pole (three term test) 22.26856047341217 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.4499999999999496 y[1] (analytic) 1.9663588023102654 y[1] (numeric) 1.966358802310267 absolute error 1.5543122344752192e-15 relative error 7.90451993120007e-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.2168005448714206 Order of pole (three term test) 22.251021898605877 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.459999999999949 y[1] (analytic) 1.968820469270854 y[1] (numeric) 1.9688204692708555 absolute error 1.5543122344752192e-15 relative error 7.894636706265317e-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.21164889330878006 Order of pole (three term test) 22.233881635649333 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.469999999999949 y[1] (analytic) 1.9711946109613014 y[1] (numeric) 1.971194610961303 absolute error 1.5543122344752192e-15 relative error 7.885128266037723e-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.2061586486662015 Order of pole (three term test) 22.217167105306856 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.479999999999949 y[1] (analytic) 1.9734802777565865 y[1] (numeric) 1.9734802777565883 absolute error 1.7763568394002505e-15 relative error 9.00113803731334e-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.2003385941639231 Order of pole (three term test) 22.200905047261422 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.489999999999949 y[1] (analytic) 1.9756765554204663 y[1] (numeric) 1.9756765554204683 absolute error 1.9984014443252818e-15 relative error 1.011502332627508e-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.19419804064760318 Order of pole (three term test) 22.185121477336853 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.4999999999999485 y[1] (analytic) 1.9777825654711587 y[1] (numeric) 1.9777825654711605 absolute error 1.7763568394002505e-15 relative error 8.981557783006731e-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.18774681169295304 Order of pole (three term test) 22.16984164587804 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.509999999999948 y[1] (analytic) 1.9797974655327228 y[1] (numeric) 1.9797974655327246 absolute error 1.7763568394002505e-15 relative error 8.972416978634071e-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.1809952278901112 Order of pole (three term test) 22.155089997355795 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.519999999999948 y[1] (analytic) 1.9817204496719993 y[1] (numeric) 1.9817204496720011 absolute error 1.7763568394002505e-15 relative error 8.963710495565915e-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.17395409033290118 Order of pole (three term test) 22.140890131260903 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.529999999999948 y[1] (analytic) 1.9835507487209718 y[1] (numeric) 1.9835507487209736 absolute error 1.7763568394002505e-15 relative error 8.955439332952163e-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.16663466333938542 Order of pole (three term test) 22.127264764349977 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.539999999999948 y[1] (analytic) 1.9852876305844243 y[1] (numeric) 1.9852876305844263 absolute error 1.9984014443252818e-15 relative error 1.0066054981347953e-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.15904865643135893 Order of pole (three term test) 22.114235694303478 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.549999999999947 y[1] (analytic) 1.9869304005327697 y[1] (numeric) 1.9869304005327717 absolute error 1.9984014443252818e-15 relative error 1.0057732489217721e-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.15120820560161274 Order of pole (three term test) 22.1018237648541 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.559999999999947 y[1] (analytic) 1.9884784014799317 y[1] (numeric) 1.988478401479934 absolute error 2.220446049250313e-15 relative error 1.1166558548474746e-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.14312585389893406 Order of pole (three term test) 22.090048832441223 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.569999999999947 y[1] (analytic) 1.9899310142461715 y[1] (numeric) 1.9899310142461737 absolute error 2.220446049250313e-15 relative error 1.1158407167654832e-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.13481453136190436 Order of pole (three term test) 22.078929734444852 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.579999999999947 y[1] (analytic) 1.9912876578057503 y[1] (numeric) 1.9912876578057526 absolute error 2.220446049250313e-15 relative error 1.1150805060967826e-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.126287534333595 Order of pole (three term test) 22.06848425904984 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.589999999999947 y[1] (analytic) 1.9925477895193329 y[1] (numeric) 1.992547789519335 absolute error 2.220446049250313e-15 relative error 1.1143753042861555e-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.11755850419025575 Order of pole (three term test) 22.05872911678857 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.599999999999946 y[1] (analytic) 1.993710905351035 y[1] (numeric) 1.9937109053510371 absolute error 2.220446049250313e-15 relative error 1.1137251861795664e-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.10864140551802212 Order of pole (three term test) 22.049679913807662 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.609999999999946 y[1] (analytic) 1.9947765400700321 y[1] (numeric) 1.9947765400700344 absolute error 2.220446049250313e-15 relative error 1.1131302201761196e-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.0995505037725568 Order of pole (three term test) 22.0413511269015 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.619999999999946 y[1] (analytic) 1.9957442674366448 y[1] (numeric) 1.9957442674366472 absolute error 2.4424906541753444e-15 relative error 1.2238495152049242e-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.09030034245736362 Order of pole (three term test) 22.03375608035243 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.629999999999946 y[1] (analytic) 1.9966137003728295 y[1] (numeric) 1.996613700372832 absolute error 2.4424906541753444e-15 relative error 1.2233165853360898e-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.0809057198572843 Order of pole (three term test) 22.026906924614725 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.6399999999999455 y[1] (analytic) 1.997384491117004 y[1] (numeric) 1.9973844911170062 absolute error 2.220446049250313e-15 relative error 1.1116768249304697e-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.0713816653643997 Order of pole (three term test) 22.020814616876493 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.649999999999945 y[1] (analytic) 1.9980563313631474 y[1] (numeric) 1.9980563313631496 absolute error 2.220446049250313e-15 relative error 1.1113030270450099e-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.06174341543420859 Order of pole (three term test) 22.015488903530507 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.659999999999945 y[1] (analytic) 1.9986289523841194 y[1] (numeric) 1.9986289523841216 absolute error 2.220446049250313e-15 relative error 1.1109846310399902e-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.05200638921054883 Order of pole (three term test) 22.01093830458201 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.669999999999945 y[1] (analytic) 1.999102125139146 y[1] (numeric) 1.9991021251391483 absolute error 2.220446049250313e-15 relative error 1.1107216691572275e-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.04218616385825693 Order of pole (three term test) 22.007170100018577 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.679999999999945 y[1] (analytic) 1.9994756603654347 y[1] (numeric) 1.999475660365437 absolute error 2.220446049250313e-15 relative error 1.1105141679216503e-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.032298449643026736 Order of pole (three term test) 22.004190318163687 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.689999999999944 y[1] (analytic) 1.9997494086538747 y[1] (numeric) 1.999749408653877 absolute error 2.220446049250313e-15 relative error 1.1103621481978583e-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.02235906479833619 Order of pole (three term test) 22.00200372603264 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.699999999999944 y[1] (analytic) 1.9999232605088009 y[1] (numeric) 1.9999232605088033 absolute error 2.4424906541753444e-15 relative error 1.2212921877582191e-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.012383910219647737 Order of pole (three term test) 22.000613821706402 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.709999999999944 y[1] (analytic) 1.9999971463917894 y[1] (numeric) 1.9999971463917918 absolute error 2.4424906541753444e-15 relative error 1.2212470695680047e-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.002388944026367798 Order of pole (three term test) 22.000022828735396 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.719999999999944 y[1] (analytic) 1.999971036749472 y[1] (numeric) 1.9999710367494745 absolute error 2.4424906541753444e-15 relative error 1.2212630129609747e-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.007609843967740117 Order of pole (three term test) 22.000231692582307 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.729999999999944 y[1] (analytic) 1.9998449420253575 y[1] (numeric) 1.9998449420253601 absolute error 2.6645352591003757e-15 relative error 1.332370926918888e-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.017596457834846445 Order of pole (three term test) 22.001240079109536 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.739999999999943 y[1] (analytic) 1.9996189126556543 y[1] (numeric) 1.999618912655657 absolute error 2.6645352591003757e-15 relative error 1.3325215330963535e-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.02755492112312783 Order of pole (three term test) 22.00304637511374 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.749999999999943 y[1] (analytic) 1.9992930390490968 y[1] (numeric) 1.9992930390490993 absolute error 2.4424906541753444e-15 relative error 1.2216771661131983e-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.037469302415681895 Order of pole (three term test) 22.005647690906645 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.759999999999943 y[1] (analytic) 1.9988674515507825 y[1] (numeric) 1.998867451550785 absolute error 2.4424906541753444e-15 relative error 1.2219372786726732e-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.04732374081739569 Order of pole (three term test) 22.009039864937908 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.769999999999943 y[1] (analytic) 1.9983423203900361 y[1] (numeric) 1.9983423203900388 absolute error 2.6645352591003757e-15 relative error 1.333372781986778e-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.05710247132899468 Order of pole (three term test) 22.013217470452677 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.7799999999999425 y[1] (analytic) 1.9977178556123207 y[1] (numeric) 1.9977178556123234 absolute error 2.6645352591003757e-15 relative error 1.333789579752076e-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.06678985006767815 Order of pole (three term test) 22.01817382417334 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.789999999999942 y[1] (analytic) 1.996994306995221 y[1] (numeric) 1.9969943069952236 absolute error 2.6645352591003757e-15 relative error 1.3342728368162304e-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.0763703792939947 Order of pole (three term test) 22.02390099699121 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.799999999999942 y[1] (analytic) 1.9961719639485367 y[1] (numeric) 1.9961719639485394 absolute error 2.6645352591003757e-15 relative error 1.3348225038837737e-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.08582873220491956 Order of pole (three term test) 22.030389826651525 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.809999999999942 y[1] (analytic) 1.9952511553985222 y[1] (numeric) 1.9952511553985248 absolute error 2.6645352591003757e-15 relative error 1.335438524564179e-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.0951497774534696 Order of pole (three term test) 22.03762993241104 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.819999999999942 y[1] (analytic) 1.99423224965632 y[1] (numeric) 1.9942322496563227 absolute error 2.6645352591003757e-15 relative error 1.3361208352535537e-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.10431860335563077 Order of pole (three term test) 22.04560973164501 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.8299999999999415 y[1] (analytic) 1.9931156542706419 y[1] (numeric) 1.9931156542706445 absolute error 2.6645352591003757e-15 relative error 1.3368693650020186e-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.11332054174587147 Order of pole (three term test) 22.054316458376928 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.839999999999941 y[1] (analytic) 1.9919018158647543 y[1] (numeric) 1.991901815864757 absolute error 2.6645352591003757e-15 relative error 1.337684035366777e-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.12214119144307828 Order of pole (three term test) 22.06373618370135 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.849999999999941 y[1] (analytic) 1.9905912199578355 y[1] (numeric) 1.9905912199578382 absolute error 2.6645352591003757e-15 relative error 1.3385647602508845e-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.1307664412893741 Order of pole (three term test) 22.073853838067205 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.859999999999941 y[1] (analytic) 1.9891843907707736 y[1] (numeric) 1.9891843907707762 absolute error 2.6645352591003757e-15 relative error 1.3395114457277213e-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.13918249272495992 Order of pole (three term test) 22.084653235385822 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.869999999999941 y[1] (analytic) 1.9876818910164862 y[1] (numeric) 1.9876818910164888 absolute error 2.6645352591003757e-15 relative error 1.3405239898511888e-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.14737588186286746 Order of pole (three term test) 22.096117098925234 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.87999999999994 y[1] (analytic) 1.9860843216748418 y[1] (numeric) 1.9860843216748443 absolute error 2.4424906541753444e-15 relative error 1.2298020922473325e-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.1553335010283057 Order of pole (three term test) 22.108227088949274 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.88999999999994 y[1] (analytic) 1.9843923217522763 y[1] (numeric) 1.9843923217522788 absolute error 2.4424906541753444e-15 relative error 1.2308506878410786e-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.16304261972814482 Order of pole (three term test) 22.120963832057235 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.89999999999994 y[1] (analytic) 1.9826065680261993 y[1] (numeric) 1.9826065680262017 absolute error 2.4424906541753444e-15 relative error 1.2319593274660572e-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.17049090501698977 Order of pole (three term test) 22.134306952177166 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.90999999999994 y[1] (analytic) 1.9807277747742915 y[1] (numeric) 1.9807277747742937 absolute error 2.220446049250313e-15 relative error 1.1210253511507093e-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.17766644122726064 Order of pole (three term test) 22.148235103163262 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.9199999999999395 y[1] (analytic) 1.9787566934888032 y[1] (numeric) 1.9787566934888055 absolute error 2.220446049250313e-15 relative error 1.122142028151718e-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.18455774903172065 Order of pole (three term test) 22.162726002945117 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.929999999999939 y[1] (analytic) 1.9766941125759678 y[1] (numeric) 1.97669411257597 absolute error 2.220446049250313e-15 relative error 1.1233129269336949e-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.19115380380794986 Order of pole (three term test) 22.177756469174312 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.939999999999939 y[1] (analytic) 1.9745408570406502 y[1] (numeric) 1.9745408570406522 absolute error 1.9984014443252818e-15 relative error 1.0120841193027491e-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.19744405327538972 Order of pole (three term test) 22.193302456311205 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.949999999999939 y[1] (analytic) 1.9722977881563541 y[1] (numeric) 1.9722977881563564 absolute error 2.220446049250313e-15 relative error 1.1258168328251895e-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.20341843437674062 Order of pole (three term test) 22.209339094092684 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.959999999999939 y[1] (analytic) 1.9699658031207268 y[1] (numeric) 1.969965803120729 absolute error 2.220446049250313e-15 relative error 1.1271495402269356e-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.20906738937670702 Order of pole (three term test) 22.22584072731926 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.9699999999999385 y[1] (analytic) 1.9675458346966894 y[1] (numeric) 1.9675458346966914 absolute error 1.9984014443252818e-15 relative error 1.015682282508732e-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.21438188115233522 Order of pole (three term test) 22.24278095689793 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.979999999999938 y[1] (analytic) 1.9650388508393457 y[1] (numeric) 1.9650388508393477 absolute error 1.9984014443252818e-15 relative error 1.0169780833960029e-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.21935340765048184 Order of pole (three term test) 22.260132682075103 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.989999999999938 y[1] (analytic) 1.9624458543088128 y[1] (numeric) 1.9624458543088148 absolute error 1.9984014443252818e-15 relative error 1.0183218252557255e-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.22397401548928553 Order of pole (three term test) 22.277868143791974 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 4.999999999999938 y[1] (analytic) 1.95976788226913 y[1] (numeric) 1.959767882269132 absolute error 1.9984014443252818e-15 relative error 1.0197133356484135e-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.2282363126818815 Order of pole (three term test) 22.295958969093192 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.009999999999938 y[1] (analytic) 1.9570060058734073 y[1] (numeric) 1.9570060058734093 absolute error 1.9984014443252818e-15 relative error 1.0211524330163718e-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.23213348046200305 Order of pole (three term test) 22.314376216517424 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.019999999999937 y[1] (analytic) 1.9541613298353786 y[1] (numeric) 1.9541613298353806 absolute error 1.9984014443252818e-15 relative error 1.0226389263846655e-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.23565928419255355 Order of pole (three term test) 22.333090422397586 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.029999999999937 y[1] (analytic) 1.9512349919875305 y[1] (numeric) 1.9512349919875325 absolute error 1.9984014443252818e-15 relative error 1.0241726150522277e-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.23880808333969553 Order of pole (three term test) 22.352071647996464 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.039999999999937 y[1] (analytic) 1.9482281628259848 y[1] (numeric) 1.9482281628259868 absolute error 1.9984014443252818e-15 relative error 1.0257532882732373e-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.24157484049650127 Order of pole (three term test) 22.371289527402162 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.049999999999937 y[1] (analytic) 1.9451420450423156 y[1] (numeric) 1.9451420450423176 absolute error 1.9984014443252818e-15 relative error 1.0273807249289126e-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.2439551294417301 Order of pole (three term test) 22.390713316107245 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.0599999999999365 y[1] (analytic) 1.9419778730424888 y[1] (numeric) 1.9419778730424906 absolute error 1.7763568394002505e-15 relative error 9.147152828354524e-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.2459451422208376 Order of pole (three term test) 22.410311940193314 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.069999999999936 y[1] (analytic) 1.9387369124531157 y[1] (numeric) 1.9387369124531175 absolute error 1.7763568394002505e-15 relative error 9.162444001505067e-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.24754169523789044 Order of pole (three term test) 22.430054046042635 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.079999999999936 y[1] (analytic) 1.9354204596152202 y[1] (numeric) 1.9354204596152218 absolute error 1.5543122344752192e-15 relative error 8.030876323298923e-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.24874223434864137 Order of pole (three term test) 22.44990805049729 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.089999999999936 y[1] (analytic) 1.9320298410657184 y[1] (numeric) 1.93202984106572 absolute error 1.5543122344752192e-15 relative error 8.044970121257816e-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.24954483894661444 Order of pole (three term test) 22.46984219138543 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.099999999999936 y[1] (analytic) 1.9285664130068225 y[1] (numeric) 1.9285664130068239 absolute error 1.3322676295501878e-15 relative error 6.908072341014448e-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.249948225035666 Order of pole (three term test) 22.48982457833403 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.1099999999999355 y[1] (analytic) 1.9250315607635775 y[1] (numeric) 1.9250315607635788 absolute error 1.3322676295501878e-15 relative error 6.920757335644587e-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.24995174728410477 Order of pole (three term test) 22.50982324378666 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.119999999999935 y[1] (analytic) 1.9214266982297503 y[1] (numeric) 1.9214266982297514 absolute error 1.1102230246251565e-15 relative error 5.778118028900232e-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.2495554000570846 Order of pole (three term test) 22.52980619414474 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.129999999999935 y[1] (analytic) 1.91775326730229 y[1] (numeric) 1.917753267302291 absolute error 1.1102230246251565e-15 relative error 5.789185937286453e-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.24875981742561912 Order of pole (three term test) 22.549741460950504 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.139999999999935 y[1] (analytic) 1.914012737304589 y[1] (numeric) 1.91401273730459 absolute error 1.1102230246251565e-15 relative error 5.800499667461094e-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.24756627215220353 Order of pole (three term test) 22.56959715202969 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.149999999999935 y[1] (analytic) 1.9102066043987735 y[1] (numeric) 1.9102066043987747 absolute error 1.1102230246251565e-15 relative error 5.81205730347997e-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.24597667365466575 Order of pole (three term test) 22.58934150251224 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.159999999999934 y[1] (analytic) 1.9063363909872582 y[1] (numeric) 1.9063363909872593 absolute error 1.1102230246251565e-15 relative error 5.823856848529191e-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.24399356495150568 Order of pole (three term test) 22.608942925649266 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.169999999999934 y[1] (analytic) 1.9024036451038056 y[1] (numeric) 1.9024036451038064 absolute error 8.881784197001252e-16 relative error 4.668716978050478e-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.24162011859360777 Order of pole (three term test) 22.628370063345173 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.179999999999934 y[1] (analytic) 1.8984099397943326 y[1] (numeric) 1.8984099397943335 absolute error 8.881784197001252e-16 relative error 4.678538607927577e-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.23886013158883632 Order of pole (three term test) 22.64759183632388 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.189999999999934 y[1] (analytic) 1.894356872487715 y[1] (numeric) 1.8943568724877158 absolute error 8.881784197001252e-16 relative error 4.68854856547567e-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.23571801932763314 Order of pole (three term test) 22.66657749384905 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.199999999999934 y[1] (analytic) 1.8902460643568348 y[1] (numeric) 1.8902460643568355 absolute error 6.661338147750939e-16 relative error 3.524058731484512e-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.23219880851933475 Order of pole (three term test) 22.68529666291869 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.209999999999933 y[1] (analytic) 1.8860791596701345 y[1] (numeric) 1.8860791596701352 absolute error 6.661338147750939e-16 relative error 3.531844415753988e-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.22830812915050955 Order of pole (three term test) 22.703719396855526 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.219999999999933 y[1] (analytic) 1.8818578251339306 y[1] (numeric) 1.8818578251339313 absolute error 6.661338147750939e-16 relative error 3.539766957302875e-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.22405220547817997 Order of pole (three term test) 22.72181622321519 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.229999999999933 y[1] (analytic) 1.8775837492257543 y[1] (numeric) 1.8775837492257548 absolute error 4.440892098500626e-16 relative error 2.365216518481205e-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.21943784607234018 Order of pole (three term test) 22.739558190936 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.239999999999933 y[1] (analytic) 1.8732586415189816 y[1] (numeric) 1.873258641518982 absolute error 4.440892098500626e-16 relative error 2.3706774921906195e-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.2144724329236951 Order of pole (three term test) 22.75691691665433 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.2499999999999325 y[1] (analytic) 1.8688842319990278 y[1] (numeric) 1.8688842319990282 absolute error 4.440892098500626e-16 relative error 2.3762264256199988e-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.20916390963405104 Order of pole (three term test) 22.77386463011202 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.259999999999932 y[1] (analytic) 1.8644622703713765 y[1] (numeric) 1.8644622703713767 absolute error 2.220446049250313e-16 relative error 1.1909310714064648e-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.2035207687082467 Order of pole (three term test) 22.790374218582873 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.269999999999932 y[1] (analytic) 1.8599945253617198 y[1] (numeric) 1.85999452536172 absolute error 2.220446049250313e-16 relative error 1.1937917122731826e-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.19755203796795776 Order of pole (three term test) 22.806419270247197 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.279999999999932 y[1] (analytic) 1.8554827840084926 y[1] (numeric) 1.8554827840084926 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.19126726610910702 Order of pole (three term test) 22.82197411644508 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.289999999999932 y[1] (analytic) 1.8509288509480804 y[1] (numeric) 1.8509288509480804 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.18467650742598943 Order of pole (three term test) 22.837013872740805 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.299999999999931 y[1] (analytic) 1.8463345476929889 y[1] (numeric) 1.8463345476929889 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.1777903057265437 Order of pole (three term test) 22.851514478732593 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.309999999999931 y[1] (analytic) 1.841701711903264 y[1] (numeric) 1.8417017119032637 absolute error 2.220446049250313e-16 relative error 1.2056491205384419e-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.17061967746451137 Order of pole (three term test) 22.865452736544167 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.319999999999931 y[1] (analytic) 1.8370321966514507 y[1] (numeric) 1.8370321966514505 absolute error 2.220446049250313e-16 relative error 1.2087137358276848e-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.16317609411545897 Order of pole (three term test) 22.878806347936372 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.329999999999931 y[1] (analytic) 1.8323278696813907 y[1] (numeric) 1.8323278696813905 absolute error 2.220446049250313e-16 relative error 1.2118169930125056e-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.15547146382486582 Order of pole (three term test) 22.891553949979578 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.339999999999931 y[1] (analytic) 1.8275906126611485 y[1] (numeric) 1.827590612661148 absolute error 4.440892098500626e-16 relative error 2.4299162338299923e-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.14751811235762932 Order of pole (three term test) 22.903675149229883 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.34999999999993 y[1] (analytic) 1.8228223204303695 y[1] (numeric) 1.822822320430369 absolute error 4.440892098500626e-16 relative error 2.4362726134778342e-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.13932876337947284 Order of pole (three term test) 22.915150554354184 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.35999999999993 y[1] (analytic) 1.8180249002423696 y[1] (numeric) 1.8180249002423692 absolute error 4.440892098500626e-16 relative error 2.442701471200196e-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.13091651810179378 Order of pole (three term test) 22.92596180715225 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.36999999999993 y[1] (analytic) 1.8132002710012596 y[1] (numeric) 1.813200271001259 absolute error 6.661338147750939e-16 relative error 3.673801650201889e-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.12229483432251945 Order of pole (three term test) 22.93609161192588 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.37999999999993 y[1] (analytic) 1.808350362494408 y[1] (numeric) 1.8083503624944073 absolute error 6.661338147750939e-16 relative error 3.683654609144658e-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.11347750489650227 Order of pole (three term test) 22.94552376314834 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.3899999999999295 y[1] (analytic) 1.803477114620553 y[1] (numeric) 1.8034771146205522 absolute error 8.881784197001252e-16 relative error 4.9248111467552265e-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.10447863566989393 Order of pole (three term test) 22.95424317138976 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.399999999999929 y[1] (analytic) 1.7985824766138685 y[1] (numeric) 1.7985824766138676 absolute error 8.881784197001252e-16 relative error 4.938213461148967e-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.09531262291380067 Order of pole (three term test) 22.962235887457002 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.409999999999929 y[1] (analytic) 1.7936684062642962 y[1] (numeric) 1.7936684062642951 absolute error 1.1102230246251565e-15 relative error 6.189678207787787e-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.08599413029332068 Order of pole (three term test) 22.969489124709384 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.419999999999929 y[1] (analytic) 1.7887368691344558 y[1] (numeric) 1.7887368691344547 absolute error 1.1102230246251565e-15 relative error 6.206743114555343e-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.07653806540880731 Order of pole (three term test) 22.97599127951456 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.429999999999929 y[1] (analytic) 1.7837898377734465 y[1] (numeric) 1.7837898377734451 absolute error 1.3322676295501878e-15 relative error 7.468747726543529e-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.06695955594688936 Order of pole (three term test) 22.981731949811913 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.4399999999999284 y[1] (analytic) 1.778829290927853 y[1] (numeric) 1.7788292909278514 absolute error 1.5543122344752192e-15 relative error 8.737838096113632e-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.0572739254794004 Order of pole (three term test) 22.98670195175356 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.449999999999928 y[1] (analytic) 1.7738572127502734 y[1] (numeric) 1.7738572127502719 absolute error 1.5543122344752192e-15 relative error 8.762330041578368e-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.04749666894893017 Order of pole (three term test) 22.990893334396606 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.459999999999928 y[1] (analytic) 1.768875592005686 y[1] (numeric) 1.7688755920056842 absolute error 1.7763568394002505e-15 relative error 1.0042293801940483e-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.03764342788022356 Order of pole (three term test) 22.994299392422967 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.469999999999928 y[1] (analytic) 1.7638864212759673 y[1] (numeric) 1.7638864212759655 absolute error 1.7763568394002505e-15 relative error 1.007069853236504e-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.02772996535707856 Order of pole (three term test) 22.996914676866346 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.479999999999928 y[1] (analytic) 1.7588916961628882 y[1] (numeric) 1.7588916961628862 absolute error 1.9984014443252818e-15 relative error 1.1361708334202136e-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.017772140804772615 Order of pole (three term test) 22.998735003829548 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.489999999999927 y[1] (analytic) 1.753893414489898 y[1] (numeric) 1.753893414489896 absolute error 1.9984014443252818e-15 relative error 1.1394087165248273e-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.007785884618366912 Order of pole (three term test) 22.999757461177754 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.499999999999927 y[1] (analytic) 1.7488935755030237 y[1] (numeric) 1.7488935755030215 absolute error 2.220446049250313e-15 relative error 1.2696290273761566e-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.002212827322528135 Order of pole (three term test) 22.999980413197324 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.509999999999927 y[1] (analytic) 1.743894179071196 y[1] (numeric) 1.7438941790711937 absolute error 2.220446049250313e-15 relative error 1.2732688003081301e-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.012207999211751778 Order of pole (three term test) 22.999403503212562 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.519999999999927 y[1] (analytic) 1.7388972248863297 y[1] (numeric) 1.7388972248863275 absolute error 2.220446049250313e-15 relative error 1.276927708821585e-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.022183640906470934 Order of pole (three term test) 22.998027654156402 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.5299999999999265 y[1] (analytic) 1.7339047116634743 y[1] (numeric) 1.7339047116634716 absolute error 2.6645352591003757e-15 relative error 1.5367253120525133e-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.0321237935079975 Order of pole (three term test) 22.995855067093835 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.539999999999926 y[1] (analytic) 1.7289186363413522 y[1] (numeric) 1.7289186363413493 absolute error 2.886579864025407e-15 relative error 1.6695868754898943e-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.04201255489262142 Order of pole (three term test) 22.992889217700675 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.549999999999926 y[1] (analytic) 1.7239409932836125 y[1] (numeric) 1.7239409932836096 absolute error 2.886579864025407e-15 relative error 1.674407578491014e-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.051834105151617516 Order of pole (three term test) 22.98913485070328 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.559999999999926 y[1] (analytic) 1.7189737734811106 y[1] (numeric) 1.7189737734811077 absolute error 2.886579864025407e-15 relative error 1.6792460179190319e-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.0615727318997241 Order of pole (three term test) 22.984597972287975 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.569999999999926 y[1] (analytic) 1.7140189637555387 y[1] (numeric) 1.7140189637555356 absolute error 3.1086244689504383e-15 relative error 1.8136464850652637e-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.07121285541160652 Order of pole (three term test) 22.979285840492395 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.5799999999999255 y[1] (analytic) 1.709078545964724 y[1] (numeric) 1.7090785459647206 absolute error 3.3306690738754696e-15 relative error 1.948809831905886e-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.08073905354609587 Order of pole (three term test) 22.973206953594214 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.589999999999925 y[1] (analytic) 1.7041544962099109 y[1] (numeric) 1.7041544962099078 absolute error 3.1086244689504383e-15 relative error 1.824144745012327e-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.09013608641832437 Order of pole (three term test) 22.966371036515728 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.599999999999925 y[1] (analytic) 1.699248784045349 y[1] (numeric) 1.6992487840453456 absolute error 3.3306690738754696e-15 relative error 1.960083246872332e-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.09938892078028966 Order of pole (three term test) 22.958789025265993 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.609999999999925 y[1] (analytic) 1.694363371690495 y[1] (numeric) 1.6943633716904916 absolute error 3.3306690738754696e-15 relative error 1.9657348178817187e-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.1084827540708457 Order of pole (three term test) 22.950473049445602 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.619999999999925 y[1] (analytic) 1.6895002132451529 y[1] (numeric) 1.6895002132451493 absolute error 3.552713678800501e-15 relative error 2.1028193136339005e-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.11740303809664172 Order of pole (three term test) 22.941436412841888 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.629999999999924 y[1] (analytic) 1.6846612539078596 y[1] (numeric) 1.684661253907856 absolute error 3.552713678800501e-15 relative error 2.1088593748798902e-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.12613550230612863 Order of pole (three term test) 22.931693572145704 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.639999999999924 y[1] (analytic) 1.6798484291978317 y[1] (numeric) 1.679848429197828 absolute error 3.774758283725532e-15 relative error 2.24708266419493e-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.1346661766193981 Order of pole (three term test) 22.92126011382381 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.649999999999924 y[1] (analytic) 1.6750636641807826 y[1] (numeric) 1.675063664180779 absolute error 3.552713678800501e-15 relative error 2.1209424780508353e-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.14298141377732826 Order of pole (three term test) 22.91015272918384 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.659999999999924 y[1] (analytic) 1.6703088726989237 y[1] (numeric) 1.67030887269892 absolute error 3.774758283725532e-15 relative error 2.2599163217197013e-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.15106791117428991 Order of pole (three term test) 22.898389187671743 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.6699999999999235 y[1] (analytic) 1.665585956605451 y[1] (numeric) 1.665585956605447 absolute error 3.9968028886505635e-15 relative error 2.3996377207672017e-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.1589127321394751 Order of pole (three term test) 22.885988308444528 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.679999999999923 y[1] (analytic) 1.6608968050038302 y[1] (numeric) 1.6608968050038262 absolute error 3.9968028886505635e-15 relative error 2.4064125336440435e-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.1665033266328116 Order of pole (three term test) 22.872969930263586 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.689999999999923 y[1] (analytic) 1.6562432934921814 y[1] (numeric) 1.6562432934921771 absolute error 4.218847493575595e-15 relative error 2.547238989677763e-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.17382755132235084 Order of pole (three term test) 22.859354879756907 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.699999999999923 y[1] (analytic) 1.6516272834130628 y[1] (numeric) 1.6516272834130585 absolute error 4.218847493575595e-15 relative error 2.554358078208426e-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.18087368901100806 Order of pole (three term test) 22.845164938100897 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.709999999999923 y[1] (analytic) 1.6470506211089604 y[1] (numeric) 1.647050621108956 absolute error 4.440892098500626e-15 relative error 2.69626934447866e-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.1876304673815762 Order of pole (three term test) 22.830422806175186 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.7199999999999225 y[1] (analytic) 1.6425151371837743 y[1] (numeric) 1.6425151371837696 absolute error 4.6629367034256575e-15 relative error 2.8389002925237213e-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.19408707703003264 Order of pole (three term test) 22.815152068246036 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.729999999999922 y[1] (analytic) 1.6380226457706022 y[1] (numeric) 1.6380226457705975 absolute error 4.6629367034256575e-15 relative error 2.846686347997341e-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.2002331887582757 Order of pole (three term test) 22.799377154236545 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.739999999999922 y[1] (analytic) 1.6335749438061105 y[1] (numeric) 1.6335749438061056 absolute error 4.884981308350689e-15 relative error 2.990362533945972e-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.2060589700986409 Order of pole (three term test) 22.783123300643993 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.749999999999922 y[1] (analytic) 1.6291738103117828 y[1] (numeric) 1.6291738103117779 absolute error 4.884981308350689e-15 relative error 2.9984408523089545e-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.21155510104375091 Order of pole (three term test) 22.766416510166827 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.759999999999922 y[1] (analytic) 1.624821005682336 y[1] (numeric) 1.6248210056823311 absolute error 4.884981308350689e-15 relative error 3.0064735077075545e-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.21671278895653898 Order of pole (three term test) 22.749283510105897 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.769999999999921 y[1] (analytic) 1.6205182709815853 y[1] (numeric) 1.6205182709815804 absolute error 4.884981308350689e-15 relative error 3.014456174808657e-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.22152378263659245 Order of pole (three term test) 22.731751709606428 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.779999999999921 y[1] (analytic) 1.6162673272460422 y[1] (numeric) 1.616267327246037 absolute error 5.10702591327572e-15 relative error 3.1597656075728395e-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.22598038552031396 Order of pole (three term test) 22.71384915580933 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.789999999999921 y[1] (analytic) 1.6120698747965219 y[1] (numeric) 1.6120698747965168 absolute error 5.10702591327572e-15 relative error 3.167992897280794e-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.23007546799378117 Order of pole (three term test) 22.695604488981648 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.799999999999921 y[1] (analytic) 1.6079275925580392 y[1] (numeric) 1.607927592558034 absolute error 5.10702591327572e-15 relative error 3.176154160742396e-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.23380247879860677 Order of pole (three term test) 22.677046896698325 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.809999999999921 y[1] (analytic) 1.6038421373882596 y[1] (numeric) 1.6038421373882545 absolute error 5.10702591327572e-15 relative error 3.1842447546565526e-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.2371554555125568 Order of pole (three term test) 22.658206067148285 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.81999999999992 y[1] (analytic) 1.5998151434147796 y[1] (numeric) 1.5998151434147743 absolute error 5.329070518200751e-15 relative error 3.331053928409464e-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.24012903408815234 Order of pole (three term test) 22.639112141639625 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.82999999999992 y[1] (analytic) 1.5958482213814953 y[1] (numeric) 1.59584822138149 absolute error 5.329070518200751e-15 relative error 3.33933418404131e-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.2427184574340021 Order of pole (three term test) 22.619795666380025 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.83999999999992 y[1] (analytic) 1.5919429580043287 y[1] (numeric) 1.5919429580043234 absolute error 5.329070518200751e-15 relative error 3.3475260475923793e-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.24491958302513345 Order of pole (three term test) 22.60028754360925 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.84999999999992 y[1] (analytic) 1.5881009153365615 y[1] (numeric) 1.588100915336556 absolute error 5.551115123125783e-15 relative error 3.495442304401261e-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.24672888953014935 Order of pole (three term test) 22.58061898216225 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.8599999999999195 y[1] (analytic) 1.5843236301440338 y[1] (numeric) 1.5843236301440282 absolute error 5.551115123125783e-15 relative error 3.5037760073181013e-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.2481434824446061 Order of pole (three term test) 22.56082144754158 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.869999999999919 y[1] (analytic) 1.5806126132904599 y[1] (numeric) 1.580612613290454 absolute error 5.773159728050814e-15 relative error 3.6524823853154423e-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.2491610987216045 Order of pole (three term test) 22.540926611579394 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.879999999999919 y[1] (analytic) 1.5769693491331012 y[1] (numeric) 1.5769693491330954 absolute error 5.773159728050814e-15 relative error 3.6609206965401465e-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.24978011039218134 Order of pole (three term test) 22.52096630176924 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.889999999999919 y[1] (analytic) 1.5733952949290448 y[1] (numeric) 1.5733952949290388 absolute error 5.995204332975845e-15 relative error 3.810361167532416e-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.2499995271697124 Order of pole (three term test) 22.50097245034882 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.899999999999919 y[1] (analytic) 1.5698918802523187 y[1] (numeric) 1.5698918802523127 absolute error 5.995204332975845e-15 relative error 3.818864476203466e-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.24981899803415994 Order of pole (three term test) 22.48097704321528 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.909999999999918 y[1] (analytic) 1.566460506422082 y[1] (numeric) 1.566460506422076 absolute error 5.995204332975845e-15 relative error 3.827229801451784e-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.2492388117936303 Order of pole (three term test) 22.46101206875458 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.919999999999918 y[1] (analytic) 1.5631025459421162 y[1] (numeric) 1.56310254594211 absolute error 6.217248937900877e-15 relative error 3.977505477194143e-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.24825989662234157 Order of pole (three term test) 22.4411094666669 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.929999999999918 y[1] (analytic) 1.5598193419518402 y[1] (numeric) 1.5598193419518342 absolute error 5.995204332975845e-15 relative error 3.8435248055546605e-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.2468838185757437 Order of pole (three term test) 22.421301076869902 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.939999999999918 y[1] (analytic) 1.5566122076890756 y[1] (numeric) 1.5566122076890694 absolute error 6.217248937900877e-15 relative error 3.994089797825058e-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.2451127790851639 Order of pole (three term test) 22.40161858856171 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.949999999999918 y[1] (analytic) 1.5534824259647657 y[1] (numeric) 1.5534824259647595 absolute error 6.217248937900877e-15 relative error 4.002136640869788e-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.24294961143598523 Order of pole (three term test) 22.382093489524898 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.959999999999917 y[1] (analytic) 1.5504312486498706 y[1] (numeric) 1.5504312486498641 absolute error 6.439293542825908e-15 relative error 4.153227399430515e-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.24039777623499536 Order of pole (three term test) 22.362757015752806 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.969999999999917 y[1] (analytic) 1.5474598961746342 y[1] (numeric) 1.5474598961746278 absolute error 6.439293542825908e-15 relative error 4.161202211924218e-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.23746135587415332 Order of pole (three term test) 22.34364010147856 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.979999999999917 y[1] (analytic) 1.5445695570404294 y[1] (numeric) 1.5445695570404228 absolute error 6.661338147750939e-15 relative error 4.312747274726053e-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.23414504799963345 Order of pole (three term test) 22.32477332968696 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.989999999999917 y[1] (analytic) 1.541761387344372 y[1] (numeric) 1.5417613873443656 absolute error 6.439293542825908e-15 relative error 4.1765824437446553e-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.2304541579965938 Order of pole (three term test) 22.30618688318815 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 5.9999999999999165 y[1] (analytic) 1.5390365103168995 y[1] (numeric) 1.5390365103168928 absolute error 6.661338147750939e-15 relative error 4.32825219096285e-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.22639459050169142 Order of pole (three term test) 22.28791049633165 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.009999999999916 y[1] (analytic) 1.536396015872491 y[1] (numeric) 1.5363960158724843 absolute error 6.661338147750939e-15 relative error 4.3356908498412685e-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.22197283995692302 Order of pole (three term test) 22.269973407437668 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.019999999999916 y[1] (analytic) 1.5338409601737182 y[1] (numeric) 1.5338409601737115 absolute error 6.661338147750939e-15 relative error 4.3429131968131143e-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.21719598021990405 Order of pole (three term test) 22.25240431202208 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.029999999999916 y[1] (analytic) 1.531372365208794 y[1] (numeric) 1.5313723652087872 absolute error 6.8833827526759706e-15 relative error 4.4949111718739027e-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.21207165324720456 Order of pole (three term test) 22.235231316889646 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.039999999999916 y[1] (analytic) 1.52899121838279 y[1] (numeric) 1.5289912183827832 absolute error 6.8833827526759706e-15 relative error 4.5019112405083046e-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.2066080568688494 Order of pole (three term test) 22.21848189516922 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.0499999999999154 y[1] (analytic) 1.5266984721226882 y[1] (numeric) 1.5266984721226815 absolute error 6.661338147750939e-15 relative error 4.363231030479228e-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.20081393167353895 Order of pole (three term test) 22.202182842362536 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.059999999999915 y[1] (analytic) 1.5244950434964237 y[1] (numeric) 1.5244950434964168 absolute error 6.8833827526759706e-15 relative error 4.515188673154986e-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.1946985470255715 Order of pole (three term test) 22.186360233477124 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.069999999999915 y[1] (analytic) 1.5223818138460676 y[1] (numeric) 1.522381813846061 absolute error 6.661338147750939e-15 relative error 4.375602813411226e-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.1882716862358379 Order of pole (three term test) 22.171039381311896 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.079999999999915 y[1] (analytic) 1.5203596284353047 y[1] (numeric) 1.5203596284352978 absolute error 6.8833827526759706e-15 relative error 4.527470095848363e-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.1815436309106114 Order of pole (three term test) 22.156244795962056 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.089999999999915 y[1] (analytic) 1.5184292961113366 y[1] (numeric) 1.5184292961113297 absolute error 6.8833827526759706e-15 relative error 4.533225728918798e-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.17452514450317042 Order of pole (three term test) 22.142000145608147 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.099999999999914 y[1] (analytic) 1.516591588981356 y[1] (numeric) 1.516591588981349 absolute error 6.8833827526759706e-15 relative error 4.53871879725992e-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.1672274550945695 Order of pole (three term test) 22.12832821865203 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.109999999999914 y[1] (analytic) 1.514847242103712 y[1] (numeric) 1.5148472421037051 absolute error 6.8833827526759706e-15 relative error 4.543945132788979e-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.15966223743110503 Order of pole (three term test) 22.115250887260316 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.119999999999914 y[1] (analytic) 1.5131969531938982 y[1] (numeric) 1.5131969531938914 absolute error 6.8833827526759706e-15 relative error 4.54890074827817e-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.15184159424721153 Order of pole (three term test) 22.102789072373557 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.129999999999914 y[1] (analytic) 1.511641382345475 y[1] (numeric) 1.5116413823454682 absolute error 6.8833827526759706e-15 relative error 4.553581843595508e-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.14377803690366847 Order of pole (three term test) 22.090962710237182 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.1399999999999135 y[1] (analytic) 1.5101811517660413 y[1] (numeric) 1.5101811517660344 absolute error 6.8833827526759706e-15 relative error 4.557984811707113e-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.13548446537209158 Order of pole (three term test) 22.0797907205078 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.149999999999913 y[1] (analytic) 1.508816845528359 y[1] (numeric) 1.5088168455283522 absolute error 6.8833827526759706e-15 relative error 4.562106244423286e-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.1269741475977305 Order of pole (three term test) 22.06929097598574 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.159999999999913 y[1] (analytic) 1.507549009336733 y[1] (numeric) 1.507549009336726 absolute error 6.8833827526759706e-15 relative error 4.565942937871327e-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.11826069827358658 Order of pole (three term test) 22.059480274022405 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.169999999999913 y[1] (analytic) 1.5063781503087352 y[1] (numeric) 1.5063781503087283 absolute error 6.8833827526759706e-15 relative error 4.569491897678685e-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.10935805705980839 Order of pole (three term test) 22.050374309648113 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.179999999999913 y[1] (analytic) 1.5053047367723662 y[1] (numeric) 1.505304736772359 absolute error 7.105427357601002e-15 relative error 4.720258419458818e-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.10028046628320907 Order of pole (three term test) 22.04198765046334 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.1899999999999125 y[1] (analytic) 1.504329198078728 y[1] (numeric) 1.504329198078721 absolute error 6.8833827526759706e-15 relative error 4.575715715328244e-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.09104244815258192 Order of pole (three term test) 22.034333713333744 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.199999999999912 y[1] (analytic) 1.5034519244302915 y[1] (numeric) 1.5034519244302844 absolute error 7.105427357601002e-15 relative error 4.726075534668984e-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.08165878152626363 Order of pole (three term test) 22.02742474292597 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.209999999999912 y[1] (analytic) 1.5026732667248188 y[1] (numeric) 1.5026732667248117 absolute error 7.105427357601002e-15 relative error 4.728524500264636e-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.07214447826911442 Order of pole (three term test) 22.021271792118842 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.219999999999912 y[1] (analytic) 1.5019935364150103 y[1] (numeric) 1.5019935364150034 absolute error 6.8833827526759706e-15 relative error 4.582831141274664e-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.06251475923673579 Order of pole (three term test) 22.015884704321074 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.229999999999912 y[1] (analytic) 1.5014130053839274 y[1] (numeric) 1.5014130053839203 absolute error 7.105427357601002e-15 relative error 4.732493545827563e-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.05278502992534912 Order of pole (three term test) 22.011272097723975 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.239999999999911 y[1] (analytic) 1.5009319058362416 y[1] (numeric) 1.5009319058362345 absolute error 7.105427357601002e-15 relative error 4.734010470409865e-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.04297085582628771 Order of pole (three term test) 22.007441351514128 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.249999999999911 y[1] (analytic) 1.5005504302053576 y[1] (numeric) 1.5005504302053505 absolute error 7.105427357601002e-15 relative error 4.735213968535925e-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.03308793752453128 Order of pole (three term test) 22.004398594068288 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.259999999999911 y[1] (analytic) 1.5002687310764418 y[1] (numeric) 1.5002687310764347 absolute error 7.105427357601002e-15 relative error 4.736103079681507e-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.02315208558111914 Order of pole (three term test) 22.002148693149273 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.269999999999911 y[1] (analytic) 1.5000869211253893 y[1] (numeric) 1.5000869211253822 absolute error 7.105427357601002e-15 relative error 4.736677093531617e-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.013179195239625387 Order of pole (three term test) 22.0006952481186 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.2799999999999105 y[1] (analytic) 1.500005073073757 y[1] (numeric) 1.5000050730737498 absolute error 7.327471962526033e-15 relative error 4.884964787159578e-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.0031852209971599417 Order of pole (three term test) 22.000040584178276 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.28999999999991 y[1] (analytic) 1.5000232196596737 y[1] (numeric) 1.5000232196596666 absolute error 7.105427357601002e-15 relative error 4.736878245933478e-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.006813848919423394 Order of pole (three term test) 22.00018574865095 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.29999999999991 y[1] (analytic) 1.5001413536247474 y[1] (numeric) 1.50014135362474 absolute error 7.327471962526033e-15 relative error 4.884521011850569e-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.01680201813127922 Order of pole (three term test) 22.00113050930442 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.30999999999991 y[1] (analytic) 1.5003594277169667 y[1] (numeric) 1.5003594277169596 absolute error 7.105427357601002e-15 relative error 4.735816782524591e-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.026763307698364387 Order of pole (three term test) 22.002873354723196 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.31999999999991 y[1] (analytic) 1.5006773547096028 y[1] (numeric) 1.5006773547095957 absolute error 7.105427357601002e-15 relative error 4.734813472930681e-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.03668178168233332 Order of pole (three term test) 22.005411496726385 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.3299999999999095 y[1] (analytic) 1.5010950074360974 y[1] (numeric) 1.5010950074360905 absolute error 6.8833827526759706e-15 relative error 4.585574343114323e-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.04654157264063989 Order of pole (three term test) 22.00874087482822 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.339999999999909 y[1] (analytic) 1.5016122188409287 y[1] (numeric) 1.5016122188409218 absolute error 6.8833827526759706e-15 relative error 4.583994899821172e-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.05632690701106081 Order of pole (three term test) 22.012856162733975 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.349999999999909 y[1] (analytic) 1.5022287820464306 y[1] (numeric) 1.5022287820464237 absolute error 6.8833827526759706e-15 relative error 4.582113480277613e-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.06602213034603 Order of pole (three term test) 22.01775077686088 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.359999999999909 y[1] (analytic) 1.5029444504355418 y[1] (numeric) 1.502944450435535 absolute error 6.8833827526759706e-15 relative error 4.579931580758835e-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.07561173235641548 Order of pole (three term test) 22.023416886870454 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.369999999999909 y[1] (analytic) 1.5037589377504488 y[1] (numeric) 1.503758937750442 absolute error 6.8833827526759706e-15 relative error 4.577450933041954e-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.08508037172467339 Order of pole (three term test) 22.029845428195404 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.379999999999908 y[1] (analytic) 1.504671918207085 y[1] (numeric) 1.5046719182070782 absolute error 6.661338147750939e-15 relative error 4.4271033885502164e-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.09441290064768305 Order of pole (three term test) 22.037026116540936 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.389999999999908 y[1] (analytic) 1.5056830266254408 y[1] (numeric) 1.5056830266254342 absolute error 6.661338147750939e-15 relative error 4.4241304643517364e-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.10359438907000112 Order of pole (three term test) 22.044947464337525 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.399999999999908 y[1] (analytic) 1.5067918585756304 y[1] (numeric) 1.5067918585756237 absolute error 6.661338147750939e-15 relative error 4.4208747942452376e-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.1126101485687648 Order of pole (three term test) 22.053596799118456 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.409999999999908 y[1] (analytic) 1.5079979705396578 y[1] (numeric) 1.5079979705396511 absolute error 6.661338147750939e-15 relative error 4.4173389340617534e-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.1214457558520358 Order of pole (three term test) 22.062960283793213 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.419999999999908 y[1] (analytic) 1.5093008800888186 y[1] (numeric) 1.509300880088812 absolute error 6.661338147750939e-15 relative error 4.4135256499412736e-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.13008707583298956 Order of pole (three term test) 22.073022938783726 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.429999999999907 y[1] (analytic) 1.510700066076665 y[1] (numeric) 1.5107000660766583 absolute error 6.661338147750939e-15 relative error 4.40943791380816e-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.13852028424304003 Order of pole (three term test) 22.0837686659886 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.439999999999907 y[1] (analytic) 1.5121949688474574 y[1] (numeric) 1.5121949688474507 absolute error 6.661338147750939e-15 relative error 4.4050788985417536e-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.14673188974771958 Order of pole (three term test) 22.095180274536613 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.449999999999907 y[1] (analytic) 1.5137849904600196 y[1] (numeric) 1.513784990460013 absolute error 6.661338147750939e-15 relative error 4.4004519728568885e-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.15470875552993654 Order of pole (three term test) 22.107239508288437 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.459999999999907 y[1] (analytic) 1.515469494926906 y[1] (numeric) 1.5154694949268994 absolute error 6.661338147750939e-15 relative error 4.39556069590977e-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.1624381203060799 Order of pole (three term test) 22.11992707504255 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.4699999999999065 y[1] (analytic) 1.5172478084687904 y[1] (numeric) 1.5172478084687835 absolute error 6.8833827526759706e-15 relative error 4.536755772033505e-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.16990761874135116 Order of pole (three term test) 22.133222677398706 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.479999999999906 y[1] (analytic) 1.5191192197839656 y[1] (numeric) 1.519119219783959 absolute error 6.661338147750939e-15 relative error 4.385000242902759e-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.17710530123166163 Order of pole (three term test) 22.147105045229363 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.489999999999906 y[1] (analytic) 1.521082980332858 y[1] (numeric) 1.5210829803328514 absolute error 6.661338147750939e-15 relative error 4.379339085296478e-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.18401965302045092 Order of pole (three term test) 22.161551969707414 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.499999999999906 y[1] (analytic) 1.5231383046374312 y[1] (numeric) 1.5231383046374245 absolute error 6.661338147750939e-15 relative error 4.373429600890123e-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.19063961261983978 Order of pole (three term test) 22.17654033883554 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.509999999999906 y[1] (analytic) 1.525284370595367 y[1] (numeric) 1.5252843705953603 absolute error 6.661338147750939e-15 relative error 4.367276211681634e-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.19695458950665187 Order of pole (three term test) 22.192046174420476 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.519999999999905 y[1] (analytic) 1.5275203198088962 y[1] (numeric) 1.5275203198088896 absolute error 6.661338147750939e-15 relative error 4.360883492917672e-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.20295448106499164 Order of pole (three term test) 22.20804467043303 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.529999999999905 y[1] (analytic) 1.5298452579281456 y[1] (numeric) 1.5298452579281392 absolute error 6.439293542825908e-15 relative error 4.209114294047347e-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.20862968874827423 Order of pole (three term test) 22.224510232692403 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.539999999999905 y[1] (analytic) 1.5322582550088666 y[1] (numeric) 1.5322582550088601 absolute error 6.439293542825908e-15 relative error 4.202485789700409e-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.21397113343485283 Order of pole (three term test) 22.24141651981146 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.549999999999905 y[1] (analytic) 1.5347583458843992 y[1] (numeric) 1.534758345884393 absolute error 6.217248937900877e-15 relative error 4.050962781582535e-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.2189702699526764 Order of pole (three term test) 22.25873648533728 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.559999999999905 y[1] (analytic) 1.5373445305517277 y[1] (numeric) 1.5373445305517215 absolute error 6.217248937900877e-15 relative error 4.044148084144553e-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.22361910074974198 Order of pole (three term test) 22.27644242101976 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.569999999999904 y[1] (analytic) 1.5400157745714669 y[1] (numeric) 1.5400157745714609 absolute error 5.995204332975845e-15 relative error 3.892949950232882e-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.22791018868847204 Order of pole (three term test) 22.294506001138863 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.579999999999904 y[1] (analytic) 1.5427710094816254 y[1] (numeric) 1.5427710094816194 absolute error 5.995204332975845e-15 relative error 3.8859975305021113e-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.23183666894354765 Order of pole (three term test) 22.312898327819763 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.589999999999904 y[1] (analytic) 1.5456091332249748 y[1] (numeric) 1.5456091332249688 absolute error 5.995204332975845e-15 relative error 3.878861870120173e-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.23539225998416527 Order of pole (three term test) 22.331589977263263 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.599999999999904 y[1] (analytic) 1.548529010589859 y[1] (numeric) 1.548529010589853 absolute error 5.995204332975845e-15 relative error 3.871547960662473e-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.23857127362314554 Order of pole (three term test) 22.350551046817582 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.6099999999999035 y[1] (analytic) 1.551529473664263 y[1] (numeric) 1.5515294736642573 absolute error 5.773159728050814e-15 relative error 3.7209475076334084e-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.24136862411681953 Order of pole (three term test) 22.369751202816246 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.619999999999903 y[1] (analytic) 1.5546093223029631 y[1] (numeric) 1.5546093223029573 absolute error 5.773159728050814e-15 relative error 3.7135759095401444e-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.2437798363011336 Order of pole (three term test) 22.389159729105483 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.629999999999903 y[1] (analytic) 1.5577673246075676 y[1] (numeric) 1.557767324607562 absolute error 5.551115123125783e-15 relative error 3.5635072295050343e-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.24580105275095737 Order of pole (three term test) 22.408745576183485 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.639999999999903 y[1] (analytic) 1.561002217419261 y[1] (numeric) 1.5610022174192555 absolute error 5.551115123125783e-15 relative error 3.5561225097445453e-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.2474290399511409 Order of pole (three term test) 22.428477410873022 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.649999999999903 y[1] (analytic) 1.5643127068240499 y[1] (numeric) 1.5643127068240443 absolute error 5.551115123125783e-15 relative error 3.548596836751361e-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.24866119346944934 Order of pole (three term test) 22.448323666447816 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.659999999999902 y[1] (analytic) 1.5676974686703116 y[1] (numeric) 1.567697468670306 absolute error 5.551115123125783e-15 relative error 3.54093518300704e-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.24949554212309902 Order of pole (three term test) 22.46825259313261 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.669999999999902 y[1] (analytic) 1.571155149098437 y[1] (numeric) 1.5711551490984317 absolute error 5.329070518200751e-15 relative error 3.391816856062043e-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.2499307511322285 Order of pole (three term test) 22.488232308895963 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.679999999999902 y[1] (analytic) 1.574684365082357 y[1] (numeric) 1.5746843650823517 absolute error 5.329070518200751e-15 relative error 3.384215044214297e-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.24996612425526338 Order of pole (three term test) 22.508230850454783 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.689999999999902 y[1] (analytic) 1.5782837049827334 y[1] (numeric) 1.578283704982728 absolute error 5.329070518200751e-15 relative error 3.376497204765256e-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.24960160490275232 Order of pole (three term test) 22.528216224408688 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.699999999999902 y[1] (analytic) 1.5819517291115965 y[1] (numeric) 1.5819517291115912 absolute error 5.329070518200751e-15 relative error 3.3686682217500326e-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.24883777622789924 Order of pole (three term test) 22.548156458422685 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.709999999999901 y[1] (analytic) 1.5856869703082013 y[1] (numeric) 1.5856869703081962 absolute error 5.10702591327572e-15 relative error 3.220702451936712e-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.24767586019364282 Order of pole (three term test) 22.568019652376034 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.719999999999901 y[1] (analytic) 1.5894879345258717 y[1] (numeric) 1.5894879345258666 absolute error 5.10702591327572e-15 relative error 3.213000742153538e-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.2461177156177755 Order of pole (three term test) 22.587774029395664 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.729999999999901 y[1] (analytic) 1.5933531014295992 y[1] (numeric) 1.5933531014295943 absolute error 4.884981308350689e-15 relative error 3.0658498131818696e-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.2441658351992322 Order of pole (three term test) 22.607387986692395 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.739999999999901 y[1] (analytic) 1.5972809250041575 y[1] (numeric) 1.5972809250041526 absolute error 4.884981308350689e-15 relative error 3.058310677777595e-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.24182334153030363 Order of pole (three term test) 22.62683014611863 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.7499999999999005 y[1] (analytic) 1.601269834172487 y[1] (numeric) 1.6012698341724823 absolute error 4.6629367034256575e-15 relative error 2.912024322143929e-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.2390939821011548 Order of pole (three term test) 22.646069404366724 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.7599999999999 y[1] (analytic) 1.605318233424105 y[1] (numeric) 1.6053182334241003 absolute error 4.6629367034256575e-15 relative error 2.9046805837866344e-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.23598212330464008 Order of pole (three term test) 22.66507498272765 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.7699999999999 y[1] (analytic) 1.609424503453289 y[1] (numeric) 1.6094245034532844 absolute error 4.6629367034256575e-15 relative error 2.8972696099882585e-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.232492743451006 Order of pole (three term test) 22.683816476330335 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.7799999999999 y[1] (analytic) 1.6135870018067766 y[1] (numeric) 1.6135870018067722 absolute error 4.440892098500626e-15 relative error 2.7521863361120537e-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.2286314248036571 Order of pole (three term test) 22.702263902782974 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.7899999999999 y[1] (analytic) 1.6178040635407256 y[1] (numeric) 1.6178040635407214 absolute error 4.218847493575595e-15 relative error 2.6077617114783517e-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.22440434464872508 Order of pole (three term test) 22.72038775013848 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.7999999999998995 y[1] (analytic) 1.6220740018866695 y[1] (numeric) 1.6220740018866653 absolute error 4.218847493575595e-15 relative error 2.600897054430662e-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.21981826541272897 Order of pole (three term test) 22.738159024107325 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.809999999999899 y[1] (analytic) 1.6263951089262016 y[1] (numeric) 1.6263951089261974 absolute error 4.218847493575595e-15 relative error 2.593986830396344e-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.2148805238441346 Order of pole (three term test) 22.755549294442154 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.819999999999899 y[1] (analytic) 1.6307656562741197 y[1] (numeric) 1.6307656562741157 absolute error 3.9968028886505635e-15 relative error 2.450875067961776e-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.20959901927612334 Order of pole (three term test) 22.772530740420144 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.829999999999899 y[1] (analytic) 1.6351838957697584 y[1] (numeric) 1.6351838957697544 absolute error 3.9968028886505635e-15 relative error 2.4442528445824005e-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.203982200989343 Order of pole (three term test) 22.789076195350248 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.839999999999899 y[1] (analytic) 1.6396480601762282 y[1] (numeric) 1.6396480601762242 absolute error 3.9968028886505635e-15 relative error 2.437598034434896e-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.19803905469486188 Order of pole (three term test) 22.805159190034086 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.849999999999898 y[1] (analytic) 1.6441563638872878 y[1] (numeric) 1.644156363887284 absolute error 3.774758283725532e-15 relative error 2.2958633172825795e-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.19177908815894745 Order of pole (three term test) 22.820753995111044 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.859999999999898 y[1] (analytic) 1.6487070036415628 y[1] (numeric) 1.6487070036415592 absolute error 3.552713678800501e-15 relative error 2.1548484181564614e-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.18521231599266902 Order of pole (three term test) 22.835835662219672 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.869999999999898 y[1] (analytic) 1.653298159243826 y[1] (numeric) 1.6532981592438225 absolute error 3.552713678800501e-15 relative error 2.1488644736805468e-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.17834924363065574 Order of pole (three term test) 22.850380063909885 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.879999999999898 y[1] (analytic) 1.657927994293051 y[1] (numeric) 1.6579279942930476 absolute error 3.3306690738754696e-15 relative error 2.0089346976107272e-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.1712008505246427 Order of pole (three term test) 22.86436393224159 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.8899999999998975 y[1] (analytic) 1.662594656916948 y[1] (numeric) 1.662594656916945 absolute error 3.1086244689504383e-15 relative error 1.8697428480342603e-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.16377857257869075 Order of pole (three term test) 22.877764896008543 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.899999999999897 y[1] (analytic) 1.6672962805126896 y[1] (numeric) 1.6672962805126865 absolute error 3.1086244689504383e-15 relative error 1.8644703435639789e-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.15609428385417853 Order of pole (three term test) 22.89056151652743 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.909999999999897 y[1] (analytic) 1.6720309844935244 y[1] (numeric) 1.6720309844935215 absolute error 2.886579864025407e-15 relative error 1.726391371210015e-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.1481602775738372 Order of pole (three term test) 22.90273332193522 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.919999999999897 y[1] (analytic) 1.676796875040989 y[1] (numeric) 1.676796875040986 absolute error 2.886579864025407e-15 relative error 1.721484520273122e-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.13998924645521807 Order of pole (three term test) 22.914260839939764 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.929999999999897 y[1] (analytic) 1.6815920458624083 y[1] (numeric) 1.6815920458624056 absolute error 2.6645352591003757e-15 relative error 1.584531317007903e-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.13159426240505062 Order of pole (three term test) 22.925125628971347 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.9399999999998965 y[1] (analytic) 1.6864145789533889 y[1] (numeric) 1.6864145789533862 absolute error 2.6645352591003757e-15 relative error 1.5800001330361017e-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.12298875560698021 Order of pole (three term test) 22.93531030768521 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.949999999999896 y[1] (analytic) 1.6912625453649937 y[1] (numeric) 1.6912625453649912 absolute error 2.4424906541753444e-15 relative error 1.4441818396967026e-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.11418649303614078 Order of pole (three term test) 22.944798582768016 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.959999999999896 y[1] (analytic) 1.696134005975297 y[1] (numeric) 1.6961340059752945 absolute error 2.4424906541753444e-15 relative error 1.4400340100314676e-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.1052015564349296 Order of pole (three term test) 22.953575275003683 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.969999999999896 y[1] (analytic) 1.7010270122650064 y[1] (numeric) 1.701027012265004 absolute error 2.4424906541753444e-15 relative error 1.435891750433193e-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.09604831978522398 Order of pole (three term test) 22.961626343556933 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.979999999999896 y[1] (analytic) 1.7059396070968456 y[1] (numeric) 1.7059396070968431 absolute error 2.4424906541753444e-15 relative error 1.4317568125005055e-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.08674142631307778 Order of pole (three term test) 22.968938908435515 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.989999999999895 y[1] (analytic) 1.7108698254983816 y[1] (numeric) 1.7108698254983794 absolute error 2.220446049250313e-15 relative error 1.297846286232496e-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.07729576506268121 Order of pole (three term test) 22.975501271095563 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 6.999999999999895 y[1] (analytic) 1.7158156954479897 y[1] (numeric) 1.7158156954479877 absolute error 1.9984014443252818e-15 relative error 1.1646946986363303e-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.06772644707706804 Order of pole (three term test) 22.981302933156726 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.009999999999895 y[1] (analytic) 1.720775238663634 y[1] (numeric) 1.7207752386636321 absolute error 1.7763568394002505e-15 relative error 1.0323003257414266e-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.05804878122366988 Order of pole (three term test) 22.98633461319731 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.019999999999895 y[1] (analytic) 1.7257464713941544 y[1] (numeric) 1.7257464713941528 absolute error 1.5543122344752192e-15 relative error 9.006608214122895e-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.048278249703393526 Order of pole (three term test) 22.990588261602635 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.0299999999998946 y[1] (analytic) 1.7307274052127413 y[1] (numeric) 1.7307274052127397 absolute error 1.5543122344752192e-15 relative error 8.980687714274467e-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.03843048328240217 Order of pole (three term test) 22.99405707344266 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.039999999999894 y[1] (analytic) 1.7357160478122784 y[1] (numeric) 1.735716047812277 absolute error 1.3322676295501878e-15 relative error 7.675608180435948e-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.028521236286224893 Order of pole (three term test) 22.996735499358383 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.049999999999894 y[1] (analytic) 1.7407104038022405 y[1] (numeric) 1.7407104038022394 absolute error 1.1102230246251565e-15 relative error 6.377988103018699e-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.018566361396195517 Order of pole (three term test) 22.998619254439724 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.059999999999894 y[1] (analytic) 1.7457084755068222 y[1] (numeric) 1.745708475506821 absolute error 1.1102230246251565e-15 relative error 6.35972752725985e-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.008581784288545169 Order of pole (three term test) 22.999705325080395 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.069999999999894 y[1] (analytic) 1.7507082637639815 y[1] (numeric) 1.7507082637639804 absolute error 1.1102230246251565e-15 relative error 6.341564997461103e-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.001416521843284294 Order of pole (three term test) 22.999991973799055 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.0799999999998935 y[1] (analytic) 1.7557077687250786 y[1] (numeric) 1.7557077687250775 absolute error 1.1102230246251565e-15 relative error 6.323506932086733e-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.011412561842339446 Order of pole (three term test) 22.999478742018898 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.089999999999893 y[1] (analytic) 1.7607049906547882 y[1] (numeric) 1.7607049906547871 absolute error 1.1102230246251565e-15 relative error 6.305559594127554e-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.021390344176997284 Order of pole (three term test) 22.9981664508013 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.099999999999893 y[1] (analytic) 1.7656979307309673 y[1] (numeric) 1.7656979307309664 absolute error 8.881784197001252e-16 relative error 5.03018327337811e-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.031333906524001684 Order of pole (three term test) 22.996057199532252 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.109999999999893 y[1] (analytic) 1.770684591844157 y[1] (numeric) 1.770684591844156 absolute error 8.881784197001252e-16 relative error 5.016017103165126e-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.04122734130477767 Order of pole (three term test) 22.99315436256385 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.119999999999893 y[1] (analytic) 1.7756629793963996 y[1] (numeric) 1.775662979396399 absolute error 6.661338147750939e-16 relative error 3.751465354092884e-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.05105482113416356 Order of pole (three term test) 22.989462583816003 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.129999999999892 y[1] (analytic) 1.7806311020990524 y[1] (numeric) 1.7806311020990517 absolute error 6.661338147750939e-16 relative error 3.740998424602596e-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.060800624140848816 Order of pole (three term test) 22.98498776934716 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.139999999999892 y[1] (analytic) 1.7855869727692748 y[1] (numeric) 1.7855869727692741 absolute error 6.661338147750939e-16 relative error 3.730615337890733e-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.0704491591190169 Order of pole (three term test) 22.97973707790591 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.149999999999892 y[1] (analytic) 1.790528609124876 y[1] (numeric) 1.7905286091248755 absolute error 4.440892098500626e-16 relative error 2.4802128689086514e-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.0799849904709466 Order of pole (three term test) 22.973718909478443 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.159999999999892 y[1] (analytic) 1.7954540345772017 y[1] (numeric) 1.7954540345772012 absolute error 4.440892098500626e-16 relative error 2.473408961174759e-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.08939286290067777 Order of pole (three term test) 22.966942891850465 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.169999999999892 y[1] (analytic) 1.8003612790217423 y[1] (numeric) 1.8003612790217418 absolute error 4.440892098500626e-16 relative error 2.4666671907727666e-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.09865772581922844 Order of pole (three term test) 22.959419865204705 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.179999999999891 y[1] (analytic) 1.8052483796261487 y[1] (numeric) 1.8052483796261485 absolute error 2.220446049250313e-16 relative error 1.2299947610035513e-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.107764757422327 Order of pole (three term test) 22.951161864778957 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.189999999999891 y[1] (analytic) 1.81011338161534 y[1] (numeric) 1.8101133816153399 absolute error 2.220446049250313e-16 relative error 1.2266889310926995e-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.11669938840213898 Order of pole (three term test) 22.942182101612307 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.199999999999891 y[1] (analytic) 1.8149543390533862 y[1] (numeric) 1.8149543390533862 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.12544732525504904 Order of pole (three term test) 22.93249494141021 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.209999999999891 y[1] (analytic) 1.8197693156218575 y[1] (numeric) 1.8197693156218575 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.13399457314821983 Order of pole (three term test) 22.922115881562522 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.2199999999998905 y[1] (analytic) 1.824556385394325 y[1] (numeric) 1.8245563853943252 absolute error 2.220446049250313e-16 relative error 1.2169785856031125e-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.14232745830833823 Order of pole (three term test) 22.911061526350927 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.22999999999989 y[1] (analytic) 1.8293136336067066 y[1] (numeric) 1.829313633606707 absolute error 4.440892098500626e-16 relative error 2.4276275084359842e-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.15043264989673477 Order of pole (three term test) 22.899349560385623 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.23999999999989 y[1] (analytic) 1.8340391574231467 y[1] (numeric) 1.8340391574231472 absolute error 4.440892098500626e-16 relative error 2.4213725647712712e-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.15829718133588366 Order of pole (three term test) 22.886998720313713 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.24999999999989 y[1] (analytic) 1.8387310666971248 y[1] (numeric) 1.8387310666971253 absolute error 4.440892098500626e-16 relative error 2.4151939230992112e-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.16590847105315956 Order of pole (three term test) 22.87402876484465 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.25999999999989 y[1] (analytic) 1.843387484727489 y[1] (numeric) 1.8433874847274896 absolute error 6.661338147750939e-16 relative error 3.613639673123687e-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.17325434260866981 Order of pole (three term test) 22.86046044314037 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.269999999999889 y[1] (analytic) 1.8480065490091122 y[1] (numeric) 1.8480065490091129 absolute error 6.661338147750939e-16 relative error 3.604607435683981e-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.1803230441749616 Order of pole (three term test) 22.846315461621195 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.279999999999889 y[1] (analytic) 1.852586411977868 y[1] (numeric) 1.852586411977869 absolute error 8.881784197001252e-16 relative error 4.794261762677421e-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.18710326733743782 Order of pole (three term test) 22.831616449240116 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.289999999999889 y[1] (analytic) 1.8571252417496336 y[1] (numeric) 1.8571252417496347 absolute error 1.1102230246251565e-15 relative error 5.978180683060417e-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.19358416518540925 Order of pole (three term test) 22.816386921281314 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.299999999999889 y[1] (analytic) 1.8616212228530167 y[1] (numeric) 1.8616212228530178 absolute error 1.1102230246251565e-15 relative error 5.96374284411998e-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.19975536966483656 Order of pole (three term test) 22.800651241740756 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.309999999999889 y[1] (analytic) 1.8660725569555217 y[1] (numeric) 1.866072556955523 absolute error 1.3322676295501878e-15 relative error 7.13942030058986e-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.20560700816500646 Order of pole (three term test) 22.78443458434891 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.319999999999888 y[1] (analytic) 1.870477463582858 y[1] (numeric) 1.8704774635828594 absolute error 1.3322676295501878e-15 relative error 7.12260722456532e-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.21112971931260147 Order of pole (three term test) 22.767762892298254 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.329999999999888 y[1] (analytic) 1.874834180831106 y[1] (numeric) 1.8748341808311073 absolute error 1.3322676295501878e-15 relative error 7.106055795076231e-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.2163146679479011 Order of pole (three term test) 22.750662836739632 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.339999999999888 y[1] (analytic) 1.879140966071455 y[1] (numeric) 1.8791409660714564 absolute error 1.3322676295501878e-15 relative error 7.089769493639616e-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.22115355925915198 Order of pole (three term test) 22.7331617741141 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.349999999999888 y[1] (analytic) 1.883396096647232 y[1] (numeric) 1.8833960966472336 absolute error 1.5543122344752192e-15 relative error 8.252710288834947e-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.2256386520524982 Order of pole (three term test) 22.715287702388522 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.3599999999998875 y[1] (analytic) 1.8875978705629413 y[1] (numeric) 1.8875978705629428 absolute error 1.5543122344752192e-15 relative error 8.234339838557215e-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.22976277113623902 Order of pole (three term test) 22.697069216264705 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.369999999999887 y[1] (analytic) 1.8917446071650388 y[1] (numeric) 1.8917446071650406 absolute error 1.7763568394002505e-15 relative error 9.390045742285963e-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.23351931879960544 Order of pole (three term test) 22.678535461434063 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.379999999999887 y[1] (analytic) 1.8958346478141734 y[1] (numeric) 1.8958346478141752 absolute error 1.7763568394002505e-15 relative error 9.369787821149506e-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.23690228536769034 Order of pole (three term test) 22.659716087950656 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.389999999999887 y[1] (analytic) 1.8998663565486185 y[1] (numeric) 1.8998663565486202 absolute error 1.7763568394002505e-15 relative error 9.34990418287768e-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.23990625881564587 Order of pole (three term test) 22.640641202797475 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.399999999999887 y[1] (analytic) 1.9038381207386355 y[1] (numeric) 1.9038381207386372 absolute error 1.7763568394002505e-15 relative error 9.330398525222691e-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.24252643342676883 Order of pole (three term test) 22.621341321721683 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.4099999999998865 y[1] (analytic) 1.9077483517315046 y[1] (numeric) 1.9077483517315064 absolute error 1.7763568394002505e-15 relative error 9.311274402559431e-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.24475861748062194 Order of pole (three term test) 22.601847320415896 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.419999999999886 y[1] (analytic) 1.9115954854869643 y[1] (numeric) 1.9115954854869663 absolute error 1.9984014443252818e-15 relative error 1.0454102133518088e-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.24659923995889313 Order of pole (three term test) 22.58219038512372 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.429999999999886 y[1] (analytic) 1.915377983202807 y[1] (numeric) 1.9153779832028093 absolute error 2.220446049250313e-15 relative error 1.159273035778236e-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.24804535625826232 Order of pole (three term test) 22.56240196274835 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.439999999999886 y[1] (analytic) 1.919094331930379 y[1] (numeric) 1.9190943319303815 absolute error 2.4424906541753444e-15 relative error 1.2727308989123487e-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.24909465290113894 Order of pole (three term test) 22.542513710544302 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.449999999999886 y[1] (analytic) 1.92274304517974 y[1] (numeric) 1.9227430451797425 absolute error 2.4424906541753444e-15 relative error 1.2703156879431165e-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.24974545123673225 Order of pole (three term test) 22.52255744547249 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.459999999999885 y[1] (analytic) 1.926322663514239 y[1] (numeric) 1.9263226635142414 absolute error 2.4424906541753444e-15 relative error 1.267955104530332e-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.24999671012653488 Order of pole (three term test) 22.502565093299914 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.469999999999885 y[1] (analytic) 1.9298317551342696 y[1] (numeric) 1.9298317551342723 absolute error 2.6645352591003757e-15 relative error 1.3807085783573856e-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.24984802760992222 Order of pole (three term test) 22.482568637525244 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.479999999999885 y[1] (analytic) 1.9332689164499715 y[1] (numeric) 1.9332689164499741 absolute error 2.6645352591003757e-15 relative error 1.378253814783934e-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.24929964154720366 Order of pole (three term test) 22.46260006821205 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.489999999999885 y[1] (analytic) 1.9366327726426462 y[1] (numeric) 1.9366327726426489 absolute error 2.6645352591003757e-15 relative error 1.3758598412359122e-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.24835242923909673 Order of pole (three term test) 22.442691330811495 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.4999999999998845 y[1] (analytic) 1.9399219782146677 y[1] (numeric) 1.9399219782146704 absolute error 2.6645352591003757e-15 relative error 1.3735270227478827e-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.2470079060232332 Order of pole (three term test) 22.422874275056433 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.509999999999884 y[1] (analytic) 1.9431352175276626 y[1] (numeric) 1.9431352175276653 absolute error 2.6645352591003757e-15 relative error 1.3712557083343805e-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.24526822284994218 Order of pole (three term test) 22.40318060400868 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.519999999999884 y[1] (analytic) 1.9462712053287485 y[1] (numeric) 1.9462712053287512 absolute error 2.6645352591003757e-15 relative error 1.3690462314836044e-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.24313616284118827 Order of pole (three term test) 22.38364182334081 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.529999999999884 y[1] (analytic) 1.9493286872646172 y[1] (numeric) 1.94932868726462 absolute error 2.886579864025407e-15 relative error 1.480807153192816e-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.24061513683817037 Order of pole (three term test) 22.364289190933835 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.539999999999884 y[1] (analytic) 1.9523064403832606 y[1] (numeric) 1.9523064403832635 absolute error 2.886579864025407e-15 relative error 1.4785485538114282e-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.23770917794470287 Order of pole (three term test) 22.34515366687127 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.5499999999998835 y[1] (analytic) 1.9552032736231337 y[1] (numeric) 1.9552032736231368 absolute error 3.1086244689504383e-15 relative error 1.589923928057839e-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.23442293507511064 Order of pole (three term test) 22.326265863909587 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.559999999999883 y[1] (analytic) 1.958018028289565 y[1] (numeric) 1.958018028289568 absolute error 3.1086244689504383e-15 relative error 1.5876383281649304e-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.2307616655169574 Order of pole (three term test) 22.30765599850435 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.569999999999883 y[1] (analytic) 1.9607495785182172 y[1] (numeric) 1.9607495785182203 absolute error 3.1086244689504383e-15 relative error 1.5854265649261014e-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.22673122652050667 Order of pole (three term test) 22.2893538424703 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.579999999999883 y[1] (analytic) 1.963396831725419 y[1] (numeric) 1.963396831725422 absolute error 3.1086244689504383e-15 relative error 1.583288930042024e-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.22233806592837205 Order of pole (three term test) 22.271388675352856 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.589999999999883 y[1] (analytic) 1.9659587290451837 y[1] (numeric) 1.9659587290451868 absolute error 3.1086244689504383e-15 relative error 1.5812257007349378e-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.21758921186034316 Order of pole (three term test) 22.253789237587025 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.599999999999882 y[1] (analytic) 1.9684342457527415 y[1] (numeric) 1.9684342457527448 absolute error 3.3306690738754696e-15 relative error 1.6920397930802108e-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.2124922614698938 Order of pole (three term test) 22.236583684518894 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.609999999999882 y[1] (analytic) 1.970822391674416 y[1] (numeric) 1.9708223916744196 absolute error 3.552713678800501e-15 relative error 1.8026554263888313e-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.20705536879035746 Order of pole (three term test) 22.21979954136305 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.619999999999882 y[1] (analytic) 1.9731222115836804 y[1] (numeric) 1.973122211583684 absolute error 3.552713678800501e-15 relative error 1.8005542981288514e-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.20128723169021281 Order of pole (three term test) 22.203463659168122 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.629999999999882 y[1] (analytic) 1.9753327855832343 y[1] (numeric) 1.9753327855832379 absolute error 3.552713678800501e-15 relative error 1.798539316883525e-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.1951970779583499 Order of pole (three term test) 22.1876021718608 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.6399999999998816 y[1] (analytic) 1.9774532294729519 y[1] (numeric) 1.9774532294729557 absolute error 3.774758283725532e-15 relative error 1.908898894529917e-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.18879465054157613 Order of pole (three term test) 22.172240454437198 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.649999999999881 y[1] (analytic) 1.9794826951035498 y[1] (numeric) 1.9794826951035536 absolute error 3.774758283725532e-15 relative error 1.9069417949764237e-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.18209019195797985 Order of pole (three term test) 22.157403082368177 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.659999999999881 y[1] (analytic) 1.9814203707158347 y[1] (numeric) 1.9814203707158384 absolute error 3.774758283725532e-15 relative error 1.9050769536409945e-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.17509442791108681 Order of pole (three term test) 22.14311379228393 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.669999999999881 y[1] (analytic) 1.983265481265397 y[1] (numeric) 1.9832654812654007 absolute error 3.774758283725532e-15 relative error 1.9033045849802701e-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.16781855013102184 Order of pole (three term test) 22.129395444000366 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.679999999999881 y[1] (analytic) 1.985017288732618 y[1] (numeric) 1.9850172887326218 absolute error 3.774758283725532e-15 relative error 1.9016248901971112e-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.16027419847012853 Order of pole (three term test) 22.116269983948307 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.6899999999998805 y[1] (analytic) 1.986675092417868 y[1] (numeric) 1.986675092417872 absolute error 3.9968028886505635e-15 relative error 2.0118050021890013e-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.1524734422816885 Order of pole (three term test) 22.103758410063897 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.69999999999988 y[1] (analytic) 1.9882382292217768 y[1] (numeric) 1.9882382292217808 absolute error 3.9968028886505635e-15 relative error 2.0102233373789245e-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.14442876111153077 Order of pole (three term test) 22.091880738196352 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.70999999999988 y[1] (analytic) 1.9897060739104644 y[1] (numeric) 1.9897060739104684 absolute error 3.9968028886505635e-15 relative error 2.0087403567077905e-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.13615302473342045 Order of pole (three term test) 22.080655970086898 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.71999999999988 y[1] (analytic) 1.991078039365626 y[1] (numeric) 1.99107803936563 absolute error 3.9968028886505635e-15 relative error 2.0073562209163727e-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.12765947256016616 Order of pole (three term test) 22.07010206297001 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.72999999999988 y[1] (analytic) 1.9923535768193725 y[1] (numeric) 1.9923535768193765 absolute error 3.9968028886505635e-15 relative error 2.0060710785236866e-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.11896169246338396 Order of pole (three term test) 22.060235900845704 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.739999999999879 y[1] (analytic) 1.993532176073729 y[1] (numeric) 1.9935321760737332 absolute error 4.218847493575595e-15 relative error 2.116267569798966e-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.11007359903580116 Order of pole (three term test) 22.051073267468706 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.749999999999879 y[1] (analytic) 1.9946133657047085 y[1] (numeric) 1.9946133657047127 absolute error 4.218847493575595e-15 relative error 2.1151204369299168e-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.10100941133087671 Order of pole (three term test) 22.042628821097832 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.759999999999879 y[1] (analytic) 1.9955967132508743 y[1] (numeric) 1.9955967132508785 absolute error 4.218847493575595e-15 relative error 2.1140781930348004e-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.09178363011534804 Order of pole (three term test) 22.034916071045885 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.769999999999879 y[1] (analytic) 1.9964818253863188 y[1] (numeric) 1.996481825386323 absolute error 4.218847493575595e-15 relative error 2.1131409462038298e-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.08241101467109821 Order of pole (three term test) 22.02794735606765 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.779999999999879 y[1] (analytic) 1.9972683480779894 y[1] (numeric) 1.9972683480779936 absolute error 4.218847493575595e-15 relative error 2.1123087929749023e-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.07290655918345351 Order of pole (three term test) 22.021733824620515 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.789999999999878 y[1] (analytic) 1.997955966727296 y[1] (numeric) 1.9979559667273004 absolute error 4.440892098500626e-15 relative error 2.2227177037214307e-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.0632854687536851 Order of pole (three term test) 22.016285417029312 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.799999999999878 y[1] (analytic) 1.9985444062959472 y[1] (numeric) 1.9985444062959516 absolute error 4.440892098500626e-15 relative error 2.2220632598958687e-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.05356313507409074 Order of pole (three term test) 22.011610849583917 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.809999999999878 y[1] (analytic) 1.9990334314159612 y[1] (numeric) 1.9990334314159657 absolute error 4.440892098500626e-15 relative error 2.2215196748135626e-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.04375511180457064 Order of pole (three term test) 22.007717600595065 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.819999999999878 y[1] (analytic) 1.9994228464838106 y[1] (numeric) 1.9994228464838149 absolute error 4.218847493575595e-15 relative error 2.1100326531703231e-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.03387708969008923 Order of pole (three term test) 22.004611898430618 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.8299999999998775 y[1] (analytic) 1.9997124957386598 y[1] (numeric) 1.999712495738664 absolute error 4.218847493575595e-15 relative error 2.1097270245427078e-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.023944871458830685 Order of pole (three term test) 22.002298711551518 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.839999999999877 y[1] (analytic) 1.9999022633246692 y[1] (numeric) 1.9999022633246735 absolute error 4.218847493575595e-15 relative error 2.1095268358575263e-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.013974346541204836 Order of pole (three term test) 22.000781740563315 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.849999999999877 y[1] (analytic) 1.9999920733373344 y[1] (numeric) 1.9999920733373386 absolute error 4.218847493575595e-15 relative error 2.1094321071661621e-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.0039814656501480005 Order of pole (three term test) 22.000063412296015 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.859999999999877 y[1] (analytic) 1.999981889853848 y[1] (numeric) 1.9999818898538522 absolute error 4.218847493575595e-15 relative error 2.1094428479469352e-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.0060177847366150285 Order of pole (three term test) 22.000144875921574 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.869999999999877 y[1] (analytic) 1.9998717169474673 y[1] (numeric) 1.9998717169474716 absolute error 4.218847493575595e-15 relative error 2.1095590571254705e-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.016007407951525093 Order of pole (three term test) 22.001026001115594 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.879999999999876 y[1] (analytic) 1.9996615986858863 y[1] (numeric) 1.9996615986858906 absolute error 4.218847493575595e-15 relative error 2.1097807230723872e-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.02597142272844427 Order of pole (three term test) 22.002705378265716 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.889999999999876 y[1] (analytic) 1.9993516191136078 y[1] (numeric) 1.999351619113612 absolute error 4.218847493575595e-15 relative error 2.1101078235783147e-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.03589388876927266 Order of pole (three term test) 22.00518032072675 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.899999999999876 y[1] (analytic) 1.998941902218328 y[1] (numeric) 1.998941902218332 absolute error 3.9968028886505635e-15 relative error 1.9994592560269548e-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.04575893224502476 Order of pole (three term test) 22.008446869118735 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.909999999999876 y[1] (analytic) 1.9984326118813416 y[1] (numeric) 1.9984326118813456 absolute error 3.9968028886505635e-15 relative error 1.9999688079989543e-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.055550771190569725 Order of pole (three term test) 22.012499797661032 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.919999999999876 y[1] (analytic) 1.9978239518119936 y[1] (numeric) 1.9978239518119976 absolute error 3.9968028886505635e-15 relative error 2.000578121523435e-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.06525374075240892 Order of pole (three term test) 22.017332622532585 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.929999999999875 y[1] (analytic) 1.997116165466196 y[1] (numeric) 1.9971161654662 absolute error 3.9968028886505635e-15 relative error 2.0012871348009802e-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.07485231824909995 Order of pole (three term test) 22.022937612244533 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.939999999999875 y[1] (analytic) 1.9963095359490501 y[1] (numeric) 1.9963095359490541 absolute error 3.9968028886505635e-15 relative error 2.0020957755684286e-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.08433114800423537 Order of pole (three term test) 22.029305800009013 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.949999999999875 y[1] (analytic) 1.995404385901608 y[1] (numeric) 1.995404385901612 absolute error 3.9968028886505635e-15 relative error 2.0030039609463117e-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.09367506591224935 Order of pole (three term test) 22.036426998084078 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.959999999999875 y[1] (analytic) 1.9944010773718202 y[1] (numeric) 1.9944010773718241 absolute error 3.9968028886505635e-15 relative error 2.0040115972648123e-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.10286912369775209 Order of pole (three term test) 22.044289814071895 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.9699999999998745 y[1] (analytic) 1.9933000116697213 y[1] (numeric) 1.993300011669725 absolute error 3.774758283725532e-15 relative error 1.8937231032089055e-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.1118986128295811 Order of pole (three term test) 22.052881669144217 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.979999999999874 y[1] (analytic) 1.9921016292069111 y[1] (numeric) 1.9921016292069151 absolute error 3.9968028886505635e-15 relative error 2.00632479289812e-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.12074908805131374 Order of pole (three term test) 22.06218881816575 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.989999999999874 y[1] (analytic) 1.9908064093203972 y[1] (numeric) 1.990806409320401 absolute error 3.774758283725532e-15 relative error 1.8960951029960386e-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.12940639049059582 Order of pole (three term test) 22.07219637168348 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 7.999999999999874 y[1] (analytic) 1.9894148700808643 y[1] (numeric) 1.989414870080868 absolute error 3.774758283725532e-15 relative error 1.8974213677070277e-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.13785667031031737 Order of pole (three term test) 22.082888319746605 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.009999999999874 y[1] (analytic) 1.987927568085455 y[1] (numeric) 1.9879275680854585 absolute error 3.552713678800501e-15 relative error 1.787144429121263e-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.14608640886539698 Order of pole (three term test) 22.094247557519054 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.019999999999873 y[1] (analytic) 1.9863450982351363 y[1] (numeric) 1.98634509823514 absolute error 3.774758283725532e-15 relative error 1.9003537135009407e-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.15408244032973034 Order of pole (three term test) 22.106255912643576 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.029999999999873 y[1] (analytic) 1.9846680934967498 y[1] (numeric) 1.9846680934967535 absolute error 3.774758283725532e-15 relative error 1.901959474279075e-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.16183197275870376 Order of pole (three term test) 22.11889417431361 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.039999999999873 y[1] (analytic) 1.9828972246498309 y[1] (numeric) 1.9828972246498344 absolute error 3.552713678800501e-15 relative error 1.7916781740555873e-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.16932260855357628 Order of pole (three term test) 22.132142124006503 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.049999999999873 y[1] (analytic) 1.9810332000183069 y[1] (numeric) 1.9810332000183104 absolute error 3.552713678800501e-15 relative error 1.793364027805122e-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.1765423642949929 Order of pole (three term test) 22.145978567828813 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.059999999999873 y[1] (analytic) 1.979076765187177 y[1] (numeric) 1.9790767651871806 absolute error 3.552713678800501e-15 relative error 1.795136874574187e-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.18347968991390023 Order of pole (three term test) 22.160381370422066 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.069999999999872 y[1] (analytic) 1.9770287027042885 y[1] (numeric) 1.977028702704292 absolute error 3.552713678800501e-15 relative error 1.7969965099347843e-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.19012348716919159 Order of pole (three term test) 22.175327490374528 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.079999999999872 y[1] (analytic) 1.9748898317673274 y[1] (numeric) 1.974889831767331 absolute error 3.552713678800501e-15 relative error 1.798942716526714e-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.19646312740252636 Order of pole (three term test) 22.190793017082612 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.089999999999872 y[1] (analytic) 1.9726610078961504 y[1] (numeric) 1.972661007896154 absolute error 3.552713678800501e-15 relative error 1.800975263656416e-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.2024884685419157 Order of pole (three term test) 22.206753209002727 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.099999999999872 y[1] (analytic) 1.970343122590589 y[1] (numeric) 1.9703431225905923 absolute error 3.3306690738754696e-15 relative error 1.6904005376973817e-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.20818987132687425 Order of pole (three term test) 22.223182533232464 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.109999999999872 y[1] (analytic) 1.9679371029738602 y[1] (numeric) 1.9679371029738635 absolute error 3.3306690738754696e-15 relative error 1.6924672383290648e-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.21355821472918005 Order of pole (three term test) 22.240054706357775 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.119999999999871 y[1] (analytic) 1.9654439114217312 y[1] (numeric) 1.9654439114217346 absolute error 3.3306690738754696e-15 relative error 1.6946141553671627e-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.2185849105445755 Order of pole (three term test) 22.25734273650088 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.129999999999871 y[1] (analytic) 1.9628645451775808 y[1] (numeric) 1.9628645451775841 absolute error 3.3306690738754696e-15 relative error 1.6968410184280665e-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.22326191713206026 Order of pole (three term test) 22.275018966501467 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.139999999999871 y[1] (analytic) 1.9602000359535154 y[1] (numeric) 1.9602000359535188 absolute error 3.3306690738754696e-15 relative error 1.699147542488084e-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.22758175227880248 Order of pole (three term test) 22.293055118162258 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.14999999999987 y[1] (analytic) 1.9574514495176984 y[1] (numeric) 1.9574514495177018 absolute error 3.3306690738754696e-15 relative error 1.7015334274043538e-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.23153750517008323 Order of pole (three term test) 22.311422337488096 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.15999999999987 y[1] (analytic) 1.9546198852680567 y[1] (numeric) 1.95461988526806 absolute error 3.3306690738754696e-15 relative error 1.7039983574190954e-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.23512284744512532 Order of pole (three term test) 22.330091240846198 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.16999999999987 y[1] (analytic) 1.9517064757925366 y[1] (numeric) 1.95170647579254 absolute error 3.3306690738754696e-15 relative error 1.7065420006473936e-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.23833204332112082 Order of pole (three term test) 22.349031961973676 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.17999999999987 y[1] (analytic) 1.9487123864160836 y[1] (numeric) 1.9487123864160867 absolute error 3.1086244689504383e-15 relative error 1.5952197413121452e-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.24115995876926022 Order of pole (three term test) 22.368214199757197 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.18999999999987 y[1] (analytic) 1.945638814734527 y[1] (numeric) 1.94563881473453 absolute error 3.1086244689504383e-15 relative error 1.597739747690321e-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.24360206972808304 Order of pole (three term test) 22.38760726670831 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.19999999999987 y[1] (analytic) 1.9424869901355593 y[1] (numeric) 1.9424869901355624 absolute error 3.1086244689504383e-15 relative error 1.600332195137893e-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.24565446934101084 Order of pole (three term test) 22.40718013805685 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.20999999999987 y[1] (analytic) 1.9392581733069965 y[1] (numeric) 1.9392581733069993 absolute error 2.886579864025407e-15 relative error 1.4884969437065477e-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.2473138742064848 Order of pole (three term test) 22.426901501383984 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.21999999999987 y[1] (analytic) 1.9359536557325194 y[1] (numeric) 1.9359536557325223 absolute error 2.886579864025407e-15 relative error 1.4910376885717302e-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.2485776296307079 Order of pole (three term test) 22.446739806715385 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.229999999999869 y[1] (analytic) 1.9325747591750986 y[1] (numeric) 1.9325747591751012 absolute error 2.6645352591003757e-15 relative error 1.3787488667386444e-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.2494437138745879 Order of pole (three term test) 22.466663316994477 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.239999999999869 y[1] (analytic) 1.9291228351483052 y[1] (numeric) 1.9291228351483078 absolute error 2.6645352591003757e-15 relative error 1.381215965387468e-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.24991074138808958 Order of pole (three term test) 22.486640158854932 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.249999999999869 y[1] (analytic) 1.9255992643757252 y[1] (numeric) 1.9255992643757278 absolute error 2.6645352591003757e-15 relative error 1.3837433927168703e-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.24997796502681854 Order of pole (three term test) 22.50663837361127 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.259999999999868 y[1] (analytic) 1.9220054562386872 y[1] (numeric) 1.9220054562386897 absolute error 2.4424906541753444e-15 relative error 1.2708031843755702e-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.24964527724729296 Order of pole (three term test) 22.526625968385936 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.269999999999868 y[1] (analytic) 1.918342848212529 y[1] (numeric) 1.9183428482125315 absolute error 2.4424906541753444e-15 relative error 1.2732294732670987e-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.24891321027899066 Order of pole (three term test) 22.546570967291093 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.279999999999868 y[1] (analytic) 1.9146129052916276 y[1] (numeric) 1.9146129052916299 absolute error 2.220446049250313e-15 relative error 1.1597362804321545e-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.2477829352728946 Order of pole (three term test) 22.566441462583196 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.289999999999868 y[1] (analytic) 1.910817119403419 y[1] (numeric) 1.910817119403421 absolute error 1.9984014443252818e-15 relative error 1.0458360583189707e-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.24625626042790247 Order of pole (three term test) 22.586205665708587 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.299999999999867 y[1] (analytic) 1.9069570088116483 y[1] (numeric) 1.9069570088116503 absolute error 1.9984014443252818e-15 relative error 1.0479530661106086e-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.2443356280980928 Order of pole (three term test) 22.6058319581584 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.309999999999867 y[1] (analytic) 1.9030341175090855 y[1] (numeric) 1.9030341175090872 absolute error 1.7763568394002505e-15 relative error 9.334340477959244e-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.24202411088548031 Order of pole (three term test) 22.625288942051444 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.319999999999867 y[1] (analytic) 1.8990500145999465 y[1] (numeric) 1.8990500145999483 absolute error 1.7763568394002505e-15 relative error 9.353923412988454e-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.23932540672450778 Order of pole (three term test) 22.64454549036409 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.329999999999867 y[1] (analytic) 1.8950062936722747 y[1] (numeric) 1.8950062936722765 absolute error 1.7763568394002505e-15 relative error 9.373883587256604e-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.23624383296613993 Order of pole (three term test) 22.66357079672688 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.339999999999867 y[1] (analytic) 1.8909045721605255 y[1] (numeric) 1.890904572160527 absolute error 1.5543122344752192e-15 relative error 8.219940114160706e-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.23278431947102277 Order of pole (three term test) 22.68233442470814 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.349999999999866 y[1] (analytic) 1.8867464906986147 y[1] (numeric) 1.8867464906986162 absolute error 1.5543122344752192e-15 relative error 8.238055521172304e-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.22895240072275833 Order of pole (three term test) 22.700806356505815 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.359999999999866 y[1] (analytic) 1.8825337124636865 y[1] (numeric) 1.882533712463688 absolute error 1.5543122344752192e-15 relative error 8.256490835646596e-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.22475420697391132 Order of pole (three term test) 22.71895704096949 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.369999999999866 y[1] (analytic) 1.8782679225108656 y[1] (numeric) 1.878267922510867 absolute error 1.3322676295501878e-15 relative error 7.093064911470215e-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.22019645443891311 Order of pole (three term test) 22.736757440875948 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.379999999999866 y[1] (analytic) 1.8739508270992564 y[1] (numeric) 1.8739508270992578 absolute error 1.3322676295501878e-15 relative error 7.109405488576475e-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.21528643454955113 Order of pole (three term test) 22.75417907938257 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.389999999999866 y[1] (analytic) 1.8695841530094635 y[1] (numeric) 1.8695841530094646 absolute error 1.1102230246251565e-15 relative error 5.938342079109059e-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.2100320022902331 Order of pole (three term test) 22.77119408558415 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.399999999999865 y[1] (analytic) 1.8651696468529004 y[1] (numeric) 1.8651696468529015 absolute error 1.1102230246251565e-15 relative error 5.952397019211819e-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.20444156363168808 Order of pole (three term test) 22.787775239100444 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.409999999999865 y[1] (analytic) 1.8607090743731713 y[1] (numeric) 1.8607090743731722 absolute error 8.881784197001252e-16 relative error 4.77333309076988e-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.19852406208320675 Order of pole (three term test) 22.803896013622968 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.419999999999865 y[1] (analytic) 1.8562042197397943 y[1] (numeric) 1.856204219739795 absolute error 6.661338147750939e-16 relative error 3.588688182534536e-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.19228896438493348 Order of pole (three term test) 22.819530619351386 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.429999999999865 y[1] (analytic) 1.8516568848345587 y[1] (numeric) 1.8516568848345591 absolute error 4.440892098500626e-16 relative error 2.3983342350693713e-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.18574624536310227 Order of pole (three term test) 22.834654044251735 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.439999999999864 y[1] (analytic) 1.8470688885307962 y[1] (numeric) 1.8470688885307966 absolute error 4.440892098500626e-16 relative error 2.4042915378391872e-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.17890637197244255 Order of pole (three term test) 22.849242094070338 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.449999999999864 y[1] (analytic) 1.842442065965856 y[1] (numeric) 1.8424420659658565 absolute error 4.440892098500626e-16 relative error 2.4103293018185595e-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.1717802865512842 Order of pole (three term test) 22.86327143103943 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.459999999999864 y[1] (analytic) 1.837778267807074 y[1] (numeric) 1.8377782678070744 absolute error 4.440892098500626e-16 relative error 2.4164460839988678e-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.16437938931615023 Order of pole (three term test) 22.876719611212636 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.469999999999864 y[1] (analytic) 1.8330793595115304 y[1] (numeric) 1.8330793595115307 absolute error 2.220446049250313e-16 relative error 1.2113201961108799e-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.15671552012384363 Order of pole (three term test) 22.88956512037046 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.479999999999864 y[1] (analytic) 1.8283472205798923 y[1] (numeric) 1.8283472205798923 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.14880093953020004 Order of pole (three term test) 22.901787408438494 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.489999999999863 y[1] (analytic) 1.8235837438046378 y[1] (numeric) 1.8235837438046378 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.14064830917581544 Order of pole (three term test) 22.913366922363092 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.499999999999863 y[1] (analytic) 1.818790834512965 y[1] (numeric) 1.8187908345129649 absolute error 2.220446049250313e-16 relative error 1.2208363969707947e-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.13227067153012206 Order of pole (three term test) 22.924285137392154 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.509999999999863 y[1] (analytic) 1.8139704098046858 y[1] (numeric) 1.8139704098046856 absolute error 2.220446049250313e-16 relative error 1.2240806339775924e-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.12368142902621862 Order of pole (three term test) 22.93452458671073 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.519999999999863 y[1] (analytic) 1.8091243977854123 y[1] (numeric) 1.809124397785412 absolute error 4.440892098500626e-16 relative error 2.454719036422712e-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.11489432261983802 Order of pole (three term test) 22.9440688893842 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.529999999999863 y[1] (analytic) 1.8042547367953394 y[1] (numeric) 1.804254736795339 absolute error 4.440892098500626e-16 relative error 2.4613442924297926e-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.105923409806747 Order of pole (three term test) 22.952902776564294 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.539999999999862 y[1] (analytic) 1.7993633746339353 y[1] (numeric) 1.7993633746339346 absolute error 6.661338147750939e-16 relative error 3.702052760247013e-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.0967830421337542 Order of pole (three term test) 22.961012115916 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.549999999999862 y[1] (analytic) 1.794452267780847 y[1] (numeric) 1.7944522677808463 absolute error 6.661338147750939e-16 relative error 3.7121846411600824e-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.08748784223929539 Order of pole (three term test) 22.968383934226235 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.559999999999862 y[1] (analytic) 1.7895233806133355 y[1] (numeric) 1.7895233806133346 absolute error 8.881784197001252e-16 relative error 4.9632121565000945e-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.0780526804603312 Order of pole (three term test) 22.975006438158292 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.569999999999862 y[1] (analytic) 1.78457868462055 y[1] (numeric) 1.784578684620549 absolute error 1.1102230246251565e-15 relative error 6.221205230080511e-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.06849265104298102 Order of pole (three term test) 22.9808690331186 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.579999999999862 y[1] (analytic) 1.7796201576149593 y[1] (numeric) 1.7796201576149582 absolute error 1.1102230246251565e-15 relative error 6.238539274094723e-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.05882304799494804 Order of pole (three term test) 22.98596234020584 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.589999999999861 y[1] (analytic) 1.7746497829412529 y[1] (numeric) 1.7746497829412515 absolute error 1.3322676295501878e-15 relative error 7.50721433804323e-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.04905934061837137 Order of pole (three term test) 22.990278211215188 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.599999999999861 y[1] (analytic) 1.7696695486830292 y[1] (numeric) 1.7696695486830278 absolute error 1.3322676295501878e-15 relative error 7.52834126880721e-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.039217148762238946 Order of pole (three term test) 22.993809741673694 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.60999999999986 y[1] (analytic) 1.7646814468675893 y[1] (numeric) 1.764681446867588 absolute error 1.3322676295501878e-15 relative error 7.549621105356093e-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.029312217833966602 Order of pole (three term test) 22.996551281885985 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.61999999999986 y[1] (analytic) 1.7596874726691527 y[1] (numeric) 1.7596874726691512 absolute error 1.5543122344752192e-15 relative error 8.832887990715684e-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.01936039361009935 Order of pole (three term test) 22.998498445972555 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.62999999999986 y[1] (analytic) 1.7546896236108127 y[1] (numeric) 1.7546896236108112 absolute error 1.5543122344752192e-15 relative error 8.858046537465381e-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.009377596886453197 Order of pole (three term test) 22.999648118886217 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.63999999999986 y[1] (analytic) 1.7496898987655563 y[1] (numeric) 1.7496898987655545 absolute error 1.7763568394002505e-15 relative error 1.0152409524987875e-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.0006202019917645131 Order of pole (three term test) 22.99999846139559 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.64999999999986 y[1] (analytic) 1.7446902979566588 y[1] (numeric) 1.7446902979566568 absolute error 1.9984014443252818e-15 relative error 1.1454190160086083e-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.01061700867909768 Order of pole (three term test) 22.999548913027375 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.65999999999986 y[1] (analytic) 1.7396928209577833 y[1] (numeric) 1.7396928209577813 absolute error 1.9984014443252818e-15 relative error 1.1487093699823784e-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.020596830417385584 Order of pole (three term test) 22.998300192963065 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.66999999999986 y[1] (analytic) 1.7346994666930977 y[1] (numeric) 1.7346994666930957 absolute error 1.9984014443252818e-15 relative error 1.1520159443727078e-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.030543701620761754 Order of pole (three term test) 22.996254298888395 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.67999999999986 y[1] (analytic) 1.7297122324377305 y[1] (numeric) 1.7297122324377283 absolute error 2.220446049250313e-15 relative error 1.2837083577312614e-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.04044170941718689 Order of pole (three term test) 22.993414503797432 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.68999999999986 y[1] (analytic) 1.7247331130188883 y[1] (numeric) 1.7247331130188859 absolute error 2.4424906541753444e-15 relative error 1.416155714608e-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.050275019105648876 Order of pole (three term test) 22.98978535075653 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.699999999999859 y[1] (analytic) 1.719764100017951 y[1] (numeric) 1.7197641000179487 absolute error 2.4424906541753444e-15 relative error 1.420247494496396e-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.060027899488307467 Order of pole (three term test) 22.985372645636406 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.709999999999859 y[1] (analytic) 1.7148071809738668 y[1] (numeric) 1.7148071809738643 absolute error 2.4424906541753444e-15 relative error 1.424352942578777e-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.06968474803705361 Order of pole (three term test) 22.980183447823897 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.719999999999859 y[1] (analytic) 1.7098643385881616 y[1] (numeric) 1.7098643385881591 absolute error 2.4424906541753444e-15 relative error 1.4284704342053907e-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.07923011585422715 Order of pole (three term test) 22.97422605892855 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.729999999999858 y[1] (analytic) 1.7049375499318862 y[1] (numeric) 1.7049375499318835 absolute error 2.6645352591003757e-15 relative error 1.5628345209517065e-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.08864873238755742 Order of pole (three term test) 22.96751000950174 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.739999999999858 y[1] (analytic) 1.7000287856548133 y[1] (numeric) 1.7000287856548106 absolute error 2.6645352591003757e-15 relative error 1.5673471423450374e-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.09792552985978839 Order of pole (three term test) 22.960046043789877 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.749999999999858 y[1] (analytic) 1.6951400091972046 y[1] (numeric) 1.6951400091972018 absolute error 2.886579864025407e-15 relative error 1.7028563117877515e-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.1070456673739093 Order of pole (three term test) 22.951846102545876 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.759999999999858 y[1] (analytic) 1.69027317600446 y[1] (numeric) 1.6902731760044571 absolute error 2.886579864025407e-15 relative error 1.7077593758239884e-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.1159945546554231 Order of pole (three term test) 22.94292330392649 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.769999999999857 y[1] (analytic) 1.6854302327449666 y[1] (numeric) 1.6854302327449637 absolute error 2.886579864025407e-15 relative error 1.7126664800145389e-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.12475787539367354 Order of pole (three term test) 22.93329192250609 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.779999999999857 y[1] (analytic) 1.6806131165314566 y[1] (numeric) 1.6806131165314535 absolute error 3.1086244689504383e-15 relative error 1.849696660327269e-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.13332161014488836 Order of pole (three term test) 22.92296736644036 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.789999999999857 y[1] (analytic) 1.675823754146188 y[1] (numeric) 1.6758237541461847 absolute error 3.3306690738754696e-15 relative error 1.9874817179521394e-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.1416720587602976 Order of pole (three term test) 22.911966152816554 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.799999999999857 y[1] (analytic) 1.6710640612702574 y[1] (numeric) 1.6710640612702539 absolute error 3.552713678800501e-15 relative error 2.1260188410131386e-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.14979586230345132 Order of pole (three term test) 22.900305881229666 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.809999999999857 y[1] (analytic) 1.6663359417173536 y[1] (numeric) 1.66633594171735 absolute error 3.552713678800501e-15 relative error 2.132051280811368e-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.1576800244216655 Order of pole (three term test) 22.888005205626847 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.819999999999856 y[1] (analytic) 1.661641286672257 y[1] (numeric) 1.6616412866722532 absolute error 3.774758283725532e-15 relative error 2.2717046777798725e-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.1653119321374166 Order of pole (three term test) 22.87508380446505 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.829999999999856 y[1] (analytic) 1.6569819739343907 y[1] (numeric) 1.656981973934387 absolute error 3.774758283725532e-15 relative error 2.278092546029711e-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.17267937602641234 Order of pole (three term test) 22.86156234922972 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.839999999999856 y[1] (analytic) 1.652359867166727 y[1] (numeric) 1.6523598671667232 absolute error 3.774758283725532e-15 relative error 2.2844649998659467e-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.17977056975006817 Order of pole (three term test) 22.847462471364818 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.849999999999856 y[1] (analytic) 1.6477768151503458 y[1] (numeric) 1.6477768151503418 absolute error 3.9968028886505635e-15 relative error 2.425572961035921e-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.18657416891113335 Order of pole (three term test) 22.832806727667098 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.859999999999856 y[1] (analytic) 1.6432346510449465 y[1] (numeric) 1.6432346510449425 absolute error 3.9968028886505635e-15 relative error 2.432277633695811e-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.19307928920230732 Order of pole (three term test) 22.817618564200092 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.869999999999855 y[1] (analytic) 1.6387351916556103 y[1] (numeric) 1.638735191655606 absolute error 4.218847493575595e-15 relative error 2.574453465732498e-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.19927552381880936 Order of pole (three term test) 22.801922278785376 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.879999999999855 y[1] (analytic) 1.634280236706101 y[1] (numeric) 1.6342802367060967 absolute error 4.218847493575595e-15 relative error 2.581471279416987e-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.2051529601070457 Order of pole (three term test) 22.785742982131264 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.889999999999855 y[1] (analytic) 1.6298715681189995 y[1] (numeric) 1.629871568118995 absolute error 4.440892098500626e-15 relative error 2.7246883652469416e-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.2107021954227416 Order of pole (three term test) 22.769106557660983 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.899999999999855 y[1] (analytic) 1.6255109493029594 y[1] (numeric) 1.6255109493029547 absolute error 4.6629367034256575e-15 relative error 2.86859753570112e-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.2159143521731656 Order of pole (three term test) 22.752039620104796 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.909999999999854 y[1] (analytic) 1.6212001244473662 y[1] (numeric) 1.6212001244473615 absolute error 4.6629367034256575e-15 relative error 2.8762252316105374e-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.22078109201938437 Order of pole (three term test) 22.73456947292202 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.919999999999854 y[1] (analytic) 1.6169408178246851 y[1] (numeric) 1.6169408178246805 absolute error 4.6629367034256575e-15 relative error 2.8838017149562927e-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.2252946292158265 Order of pole (three term test) 22.716724064621385 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.929999999999854 y[1] (analytic) 1.6127347331007755 y[1] (numeric) 1.6127347331007709 absolute error 4.6629367034256575e-15 relative error 2.891322799540824e-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.2294477430658143 Order of pole (three term test) 22.698531944049353 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.939999999999854 y[1] (analytic) 1.6085835526534464 y[1] (numeric) 1.6085835526534418 absolute error 4.6629367034256575e-15 relative error 2.8987842724948226e-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.2332337894731382 Order of pole (three term test) 22.680022214718072 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.949999999999854 y[1] (analytic) 1.6044889368995285 y[1] (numeric) 1.6044889368995239 absolute error 4.6629367034256575e-15 relative error 2.9061818976677966e-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.23664671157119313 Order of pole (three term test) 22.661224488245935 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.959999999999853 y[1] (analytic) 1.6004525236307292 y[1] (numeric) 1.6004525236307243 absolute error 4.884981308350689e-15 relative error 3.052250058170295e-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.23968104941267354 Order of pole (three term test) 22.642168836985316 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.969999999999853 y[1] (analytic) 1.5964759273585378 y[1] (numeric) 1.5964759273585327 absolute error 5.10702591327572e-15 relative error 3.19893699977399e-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.24233194870432412 Order of pole (three term test) 22.622885745913266 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.979999999999853 y[1] (analytic) 1.5925607386684426 y[1] (numeric) 1.5925607386684375 absolute error 5.10702591327572e-15 relative error 3.2068013415587275e-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.24459516857277278 Order of pole (three term test) 22.60340606386197 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.989999999999853 y[1] (analytic) 1.588708523583718 y[1] (numeric) 1.5887085235837126 absolute error 5.329070518200751e-15 relative error 3.3543412394991993e-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.24646708834902498 Order of pole (three term test) 22.583760954167296 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 8.999999999999853 y[1] (analytic) 1.5849208229390355 y[1] (numeric) 1.58492082293903 absolute error 5.551115123125783e-15 relative error 3.5024557963923653e-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.24794471336076004 Order of pole (three term test) 22.563981844814 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.009999999999852 y[1] (analytic) 1.5811991517641508 y[1] (numeric) 1.5811991517641453 absolute error 5.551115123125783e-15 relative error 3.510699532650507e-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.24902567972316916 Order of pole (three term test) 22.544100378157722 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.019999999999852 y[1] (analytic) 1.5775449986779126 y[1] (numeric) 1.577544998677907 absolute error 5.551115123125783e-15 relative error 3.5188315564868106e-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.24970825812066622 Order of pole (three term test) 22.524148360303982 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.029999999999852 y[1] (analytic) 1.573959825292834 y[1] (numeric) 1.5739598252928284 absolute error 5.551115123125783e-15 relative error 3.526846768209603e-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.24999135657342433 Order of pole (three term test) 22.504157710225133 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.039999999999852 y[1] (analytic) 1.5704450656304672 y[1] (numeric) 1.5704450656304614 absolute error 5.773159728050814e-15 relative error 3.6761296873081867e-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.24987452218431003 Order of pole (three term test) 22.484160408696845 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.049999999999851 y[1] (analytic) 1.5670021255478142 y[1] (numeric) 1.5670021255478084 absolute error 5.773159728050814e-15 relative error 3.6842066988470443e-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.24935794186342272 Order of pole (three term test) 22.464188447135715 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.059999999999851 y[1] (analytic) 1.5636323821750029 y[1] (numeric) 1.5636323821749971 absolute error 5.773159728050814e-15 relative error 3.692146436632621e-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.24844244202907773 Order of pole (three term test) 22.444273776419777 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.069999999999851 y[1] (analytic) 1.5603371833644533 y[1] (numeric) 1.5603371833644475 absolute error 5.773159728050814e-15 relative error 3.6999436978118577e-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.2471294872857139 Order of pole (three term test) 22.424448255773935 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.07999999999985 y[1] (analytic) 1.5571178471517542 y[1] (numeric) 1.5571178471517482 absolute error 5.995204332975845e-15 relative error 3.850193062742259e-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.24542117808083871 Order of pole (three term test) 22.40474360180201 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.08999999999985 y[1] (analytic) 1.5539756612284663 y[1] (numeric) 1.5539756612284603 absolute error 5.995204332975845e-15 relative error 3.8579782699018907e-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.24332024734475965 Order of pole (three term test) 22.385191337746924 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.09999999999985 y[1] (analytic) 1.5509118824270645 y[1] (numeric) 1.5509118824270582 absolute error 6.217248937900877e-15 relative error 4.0087699426039173e-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.24083005611848024 Order of pole (three term test) 22.36582274306024 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.10999999999985 y[1] (analytic) 1.5479277362182187 y[1] (numeric) 1.5479277362182124 absolute error 6.217248937900877e-15 relative error 4.0164981816854025e-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.23795458817674975 Order of pole (three term test) 22.346668803361702 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.11999999999985 y[1] (analytic) 1.5450244162206246 y[1] (numeric) 1.5450244162206184 absolute error 6.217248937900877e-15 relative error 4.0240457513993574e-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.23469844365487477 Order of pole (three term test) 22.327760160868866 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.12999999999985 y[1] (analytic) 1.542203083723571 y[1] (numeric) 1.5422030837235647 absolute error 6.217248937900877e-15 relative error 4.0314074089967744e-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.23106683168948303 Order of pole (three term test) 22.30912706537611 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.13999999999985 y[1] (analytic) 1.5394648672224394 y[1] (numeric) 1.5394648672224331 absolute error 6.217248937900877e-15 relative error 4.0385779956890294e-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.22706556208501658 Order of pole (three term test) 22.290799325861357 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.14999999999985 y[1] (analytic) 1.536810861967321 y[1] (numeric) 1.5368108619673149 absolute error 6.217248937900877e-15 relative error 4.045552443546616e-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.22270103601928398 Order of pole (three term test) 22.27280626279813 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.15999999999985 y[1] (analytic) 1.534242129524932 y[1] (numeric) 1.5342421295249258 absolute error 6.217248937900877e-15 relative error 4.0523257823887335e-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.217980235802941 Order of pole (three term test) 22.255176661249017 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.169999999999849 y[1] (analytic) 1.5317596973539997 y[1] (numeric) 1.5317596973539933 absolute error 6.439293542825908e-15 relative error 4.2038536161705425e-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.2129107137092838 Order of pole (three term test) 22.23793872481572 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.179999999999849 y[1] (analytic) 1.5293645583942936 y[1] (numeric) 1.5293645583942874 absolute error 6.217248937900877e-15 relative error 4.0652497821895873e-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.2075005798922214 Order of pole (three term test) 22.221120030519277 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.189999999999849 y[1] (analytic) 1.5270576706694634 y[1] (numeric) 1.5270576706694572 absolute error 6.217248937900877e-15 relative error 4.071391053080025e-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.201758489411761 Order of pole (three term test) 22.204747484682795 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.199999999999848 y[1] (analytic) 1.5248399569038407 y[1] (numeric) 1.5248399569038344 absolute error 6.217248937900877e-15 relative error 4.0773124482682667e-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.19569362838775753 Order of pole (three term test) 22.18884727988697 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.209999999999848 y[1] (analytic) 1.5227123041533626 y[1] (numeric) 1.5227123041533561 absolute error 6.439293542825908e-15 relative error 4.228831359188494e-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.1893156993040812 Order of pole (three term test) 22.17344485306762 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.219999999999848 y[1] (analytic) 1.5206755634507607 y[1] (numeric) 1.5206755634507543 absolute error 6.439293542825908e-15 relative error 4.2344953108956903e-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.18263490548671352 Order of pole (three term test) 22.15856484482198 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.229999999999848 y[1] (analytic) 1.5187305494651602 y[1] (numeric) 1.5187305494651537 absolute error 6.439293542825908e-15 relative error 4.239918361485245e-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.1756619347806024 Order of pole (three term test) 22.14423105998901 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.239999999999847 y[1] (analytic) 1.516878040176222 y[1] (numeric) 1.5168780401762156 absolute error 6.439293542825908e-15 relative error 4.2450964232284805e-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.16840794245138987 Order of pole (three term test) 22.13046642956673 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.249999999999847 y[1] (analytic) 1.5151187765629621 y[1] (numeric) 1.5151187765629557 absolute error 6.439293542825908e-15 relative error 4.2500255705585054e-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.1608845333393667 Order of pole (three term test) 22.117292974027524 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.259999999999847 y[1] (analytic) 1.5134534623073692 y[1] (numeric) 1.5134534623073626 absolute error 6.661338147750939e-15 relative error 4.401415909806204e-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.15310374329420404 Order of pole (three term test) 22.10473176809006 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.269999999999847 y[1] (analytic) 1.5118827635129413 y[1] (numeric) 1.5118827635129348 absolute error 6.439293542825908e-15 relative error 4.2591222667714405e-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.1450780199201605 Order of pole (three term test) 22.092802907004263 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.279999999999847 y[1] (analytic) 1.5104073084382543 y[1] (numeric) 1.5104073084382477 absolute error 6.661338147750939e-15 relative error 4.4102925817001607e-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.13682020266257164 Order of pole (three term test) 22.08152547440317 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.289999999999846 y[1] (analytic) 1.5090276872456652 y[1] (numeric) 1.5090276872456585 absolute error 6.661338147750939e-15 relative error 4.4143246701519887e-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.12834350226747612 Order of pole (three term test) 22.070917511773235 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.299999999999846 y[1] (analytic) 1.5077444517652565 y[1] (numeric) 1.5077444517652498 absolute error 6.661338147750939e-15 relative error 4.4180816848318636e-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.11966147964723944 Order of pole (three term test) 22.060995989591742 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.309999999999846 y[1] (analytic) 1.506558115274111 y[1] (numeric) 1.506558115274104 absolute error 6.8833827526759706e-15 relative error 4.568946051857796e-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.11078802418598811 Order of pole (three term test) 22.05177678017771 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.319999999999846 y[1] (analytic) 1.505469152291007 y[1] (numeric) 1.5054691522910002 absolute error 6.8833827526759706e-15 relative error 4.572250943967142e-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.10173733151955709 Order of pole (three term test) 22.043274632299543 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.329999999999846 y[1] (analytic) 1.5044779983866192 y[1] (numeric) 1.5044779983866121 absolute error 7.105427357601002e-15 relative error 4.722852288448725e-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.09252388082550145 Order of pole (three term test) 22.035503147580144 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.339999999999845 y[1] (analytic) 1.5035850500092933 y[1] (numeric) 1.5035850500092864 absolute error 6.8833827526759706e-15 relative error 4.577980309549783e-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.08316241165950021 Order of pole (three term test) 22.02847475873724 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.349999999999845 y[1] (analytic) 1.502790664326475 y[1] (numeric) 1.5027906643264681 absolute error 6.8833827526759706e-15 relative error 4.580400262042475e-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.073667900375212 Order of pole (three term test) 22.022200709693667 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.359999999999845 y[1] (analytic) 1.5020951590818457 y[1] (numeric) 1.5020951590818388 absolute error 6.8833827526759706e-15 relative error 4.582521094657833e-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.06405553616530421 Order of pole (three term test) 22.016691037589514 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.369999999999845 y[1] (analytic) 1.5014988124682296 y[1] (numeric) 1.5014988124682227 absolute error 6.8833827526759706e-15 relative error 4.584341123361106e-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.0543406967619841 Order of pole (three term test) 22.0119545567248 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.379999999999844 y[1] (analytic) 1.5010018630163213 y[1] (numeric) 1.5010018630163144 absolute error 6.8833827526759706e-15 relative error 4.585858900163886e-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.04453892383590858 Order of pole (three term test) 22.007998844458513 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.389999999999844 y[1] (analytic) 1.5006045094992757 y[1] (numeric) 1.5006045094992688 absolute error 6.8833827526759706e-15 relative error 4.587073215562194e-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.034665898132825904 Order of pole (three term test) 22.004830229086448 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.399999999999844 y[1] (analytic) 1.5003069108532014 y[1] (numeric) 1.5003069108531946 absolute error 6.8833827526759706e-15 relative error 4.587983100578732e-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.02473741438772794 Order of pole (three term test) 22.002453779717264 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.409999999999844 y[1] (analytic) 1.500109186113589 y[1] (numeric) 1.5001091861135822 absolute error 6.661338147750939e-15 relative error 4.4405688661962103e-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.014769356056643219 Order of pole (three term test) 22.000873298162993 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.419999999999844 y[1] (analytic) 1.5000114143676981 y[1] (numeric) 1.5000114143676913 absolute error 6.8833827526759706e-15 relative error 4.588886915622261e-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.004777669906495785 Order of pole (three term test) 22.000091312856977 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.429999999999843 y[1] (analytic) 1.5000136347229234 y[1] (numeric) 1.5000136347229165 absolute error 6.8833827526759706e-15 relative error 4.588880123044643e-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.005221659496320144 Order of pole (three term test) 22.000109074808893 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.439999999999843 y[1] (analytic) 1.5001158462911524 y[1] (numeric) 1.5001158462911455 absolute error 6.8833827526759706e-15 relative error 4.588567456102986e-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.015212635357836582 Order of pole (three term test) 22.000926555603407 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.449999999999843 y[1] (analytic) 1.5003180081891205 y[1] (numeric) 1.5003180081891136 absolute error 6.8833827526759706e-15 relative error 4.587949164846853e-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.025179274247969594 Order of pole (three term test) 22.00254244744563 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.459999999999843 y[1] (analytic) 1.5006200395547644 y[1] (numeric) 1.5006200395547575 absolute error 6.8833827526759706e-15 relative error 4.587025743517511e-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.035105631670597916 Order of pole (three term test) 22.00495416525332 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.469999999999843 y[1] (analytic) 1.5010218195795644 y[1] (numeric) 1.5010218195795577 absolute error 6.661338147750939e-15 relative error 4.4378689642344955e-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.04497582757135529 Order of pole (three term test) 22.00815785079247 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.479999999999842 y[1] (analytic) 1.501523187556868 y[1] (numeric) 1.501523187556861 absolute error 6.8833827526759706e-15 relative error 4.584266703117612e-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.05477407174233002 Order of pole (three term test) 22.012148378849613 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.489999999999842 y[1] (analytic) 1.5021239429461688 y[1] (numeric) 1.5021239429461617 absolute error 7.105427357601002e-15 relative error 4.730253712396645e-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.06448468908302908 Order of pole (three term test) 22.016919365431136 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.499999999999842 y[1] (analytic) 1.502823845453321 y[1] (numeric) 1.5028238454533138 absolute error 7.105427357601002e-15 relative error 4.728050715390184e-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.07409214467719534 Order of pole (three term test) 22.022463177976263 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.509999999999842 y[1] (analytic) 1.5036226151266536 y[1] (numeric) 1.5036226151266465 absolute error 7.105427357601002e-15 relative error 4.725539032280713e-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.08358106864535926 Order of pole (three term test) 22.028770947567534 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.519999999999841 y[1] (analytic) 1.5045199324689476 y[1] (numeric) 1.5045199324689407 absolute error 6.8833827526759706e-15 relative error 4.575135632387535e-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.09293628073336772 Order of pole (three term test) 22.035832583119202 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.529999999999841 y[1] (analytic) 1.5055154385652303 y[1] (numeric) 1.5055154385652232 absolute error 7.105427357601002e-15 relative error 4.719597803907303e-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.10214281459755194 Order of pole (three term test) 22.04363678752077 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.539999999999841 y[1] (analytic) 1.506608735226336 y[1] (numeric) 1.506608735226329 absolute error 6.8833827526759706e-15 relative error 4.568792541642797e-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.1111859417476851 Order of pole (three term test) 22.05217107571002 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.54999999999984 y[1] (analytic) 1.5077993851481777 y[1] (numeric) 1.5077993851481708 absolute error 6.8833827526759706e-15 relative error 4.565184745714372e-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.12005119510942447 Order of pole (three term test) 22.06142179464639 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.55999999999984 y[1] (analytic) 1.5090869120866617 y[1] (numeric) 1.5090869120866548 absolute error 6.8833827526759706e-15 relative error 4.56128980878782e-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.1287243921685446 Order of pole (three term test) 22.071374145152962 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.56999999999984 y[1] (analytic) 1.510470801048179 y[1] (numeric) 1.5104708010481724 absolute error 6.661338147750939e-15 relative error 4.4101071951396594e-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.1371916576599341 Order of pole (three term test) 22.082012205591983 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.57999999999984 y[1] (analytic) 1.5119504984955974 y[1] (numeric) 1.5119504984955907 absolute error 6.661338147750939e-15 relative error 4.4057911647101035e-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.14543944576506043 Order of pole (three term test) 22.093318957336084 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.58999999999984 y[1] (analytic) 1.5135254125696662 y[1] (numeric) 1.5135254125696598 absolute error 6.439293542825908e-15 relative error 4.254499785301433e-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.15345456178238992 Order of pole (three term test) 22.105276311994455 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.59999999999984 y[1] (analytic) 1.5151949133257547 y[1] (numeric) 1.5151949133257485 absolute error 6.217248937900877e-15 relative error 4.1032667699856633e-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.1612241832360946 Order of pole (three term test) 22.117865140350407 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.60999999999984 y[1] (analytic) 1.5169583329858205 y[1] (numeric) 1.516958332985814 absolute error 6.439293542825908e-15 relative error 4.244871729701028e-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.16873588038927975 Order of pole (three term test) 22.13106530296403 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.61999999999984 y[1] (analytic) 1.5188149662055108 y[1] (numeric) 1.5188149662055046 absolute error 6.217248937900877e-15 relative error 4.0934867487074925e-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.17597763612891007 Order of pole (three term test) 22.144855682391054 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.62999999999984 y[1] (analytic) 1.520764070356293 y[1] (numeric) 1.5207640703562868 absolute error 6.217248937900877e-15 relative error 4.088240285979577e-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.18293786519062763 Order of pole (three term test) 22.159214216966166 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.639999999999839 y[1] (analytic) 1.5228048658224944 y[1] (numeric) 1.5228048658224882 absolute error 6.217248937900877e-15 relative error 4.0827614078727204e-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.18960543269270355 Order of pole (three term test) 22.174117936097044 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.649999999999839 y[1] (analytic) 1.5249365363131386 y[1] (numeric) 1.5249365363131326 absolute error 5.995204332975845e-15 relative error 3.931445139002662e-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.1959696719494729 Order of pole (three term test) 22.189542997012367 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.659999999999838 y[1] (analytic) 1.5271582291884516 y[1] (numeric) 1.5271582291884456 absolute error 5.995204332975845e-15 relative error 3.925725716163519e-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.20202040153575673 Order of pole (three term test) 22.205464722905177 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.669999999999838 y[1] (analytic) 1.529469055800905 y[1] (numeric) 1.5294690558008992 absolute error 5.773159728050814e-15 relative error 3.77461688822969e-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.2077479415749706 Order of pole (three term test) 22.221857642410487 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.679999999999838 y[1] (analytic) 1.5318680918506649 y[1] (numeric) 1.531868091850659 absolute error 5.773159728050814e-15 relative error 3.7687055163321557e-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.21314312922486162 Order of pole (three term test) 22.23869553035408 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.689999999999838 y[1] (analytic) 1.5343543777552975 y[1] (numeric) 1.534354377755292 absolute error 5.551115123125783e-15 relative error 3.6178833283917467e-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.21819733333610217 Order of pole (three term test) 22.25595144970712 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.699999999999838 y[1] (analytic) 1.5369269190335917 y[1] (numeric) 1.5369269190335861 absolute error 5.551115123125783e-15 relative error 3.611827637592738e-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.22290246826028698 Order of pole (three term test) 22.273597794679723 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.709999999999837 y[1] (analytic) 1.5395846867033356 y[1] (numeric) 1.5395846867033303 absolute error 5.329070518200751e-15 relative error 3.461368877090953e-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.22725100678524562 Order of pole (three term test) 22.29160633488426 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.719999999999837 y[1] (analytic) 1.5423266176928982 y[1] (numeric) 1.542326617692893 absolute error 5.329070518200751e-15 relative error 3.4552152942625633e-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.2312359921769773 Order of pole (three term test) 22.309948260498054 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.729999999999837 y[1] (analytic) 1.5451516152664424 y[1] (numeric) 1.5451516152664369 absolute error 5.551115123125783e-15 relative error 3.592602219924264e-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.23485104930894002 Order of pole (three term test) 22.328594228352838 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.739999999999837 y[1] (analytic) 1.5480585494626042 y[1] (numeric) 1.548058549462599 absolute error 5.329070518200751e-15 relative error 3.442421812825293e-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.2380903948608935 Order of pole (three term test) 22.347514408877643 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.749999999999837 y[1] (analytic) 1.5510462575464645 y[1] (numeric) 1.5510462575464592 absolute error 5.329070518200751e-15 relative error 3.435790836200196e-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.24094884657097834 Order of pole (three term test) 22.366678533819716 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.759999999999836 y[1] (analytic) 1.554113544474625 y[1] (numeric) 1.5541135444746197 absolute error 5.329070518200751e-15 relative error 3.429009763892295e-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.2434218315262288 Order of pole (three term test) 22.38605594466728 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.769999999999836 y[1] (analytic) 1.557259183373211 y[1] (numeric) 1.5572591833732057 absolute error 5.329070518200751e-15 relative error 3.422083218451371e-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.2455053934782586 Order of pole (three term test) 22.405615641696617 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.779999999999836 y[1] (analytic) 1.5604819160286043 y[1] (numeric) 1.5604819160285992 absolute error 5.10702591327572e-15 relative error 3.2727235482952604e-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.24719619917241384 Order of pole (three term test) 22.42532633356498 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.789999999999836 y[1] (analytic) 1.563780453390712 y[1] (numeric) 1.5637804533907071 absolute error 4.884981308350689e-15 relative error 3.123828090930979e-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.24849154368026993 Order of pole (three term test) 22.445156487370102 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.799999999999836 y[1] (analytic) 1.5671534760885695 y[1] (numeric) 1.5671534760885646 absolute error 4.884981308350689e-15 relative error 3.1171045994442273e-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.2493893547269397 Order of pole (three term test) 22.465074379096112 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.809999999999835 y[1] (analytic) 1.5705996349580702 y[1] (numeric) 1.5705996349580655 absolute error 4.6629367034256575e-15 relative error 2.9688894608396765e-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.2498881960062714 Order of pole (three term test) 22.48504814436516 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.819999999999835 y[1] (analytic) 1.5741175515816148 y[1] (numeric) 1.5741175515816102 absolute error 4.6629367034256575e-15 relative error 2.9622544382028595e-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.24998726947863167 Order of pole (three term test) 22.505045829413664 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.829999999999835 y[1] (analytic) 1.5777058188394588 y[1] (numeric) 1.5777058188394542 absolute error 4.6629367034256575e-15 relative error 2.955517212236472e-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.24968641664759952 Order of pole (three term test) 22.525035442211493 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.839999999999835 y[1] (analytic) 1.5813630014725417 y[1] (numeric) 1.5813630014725373 absolute error 4.440892098500626e-15 relative error 2.808268622931821e-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.24898611881352606 Order of pole (three term test) 22.544985003642402 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.849999999999834 y[1] (analytic) 1.5850876366565725 y[1] (numeric) 1.585087636656568 absolute error 4.440892098500626e-15 relative error 2.801669759955863e-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.24788749630355678 Order of pole (three term test) 22.564862598663765 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.859999999999834 y[1] (analytic) 1.5888782345871384 y[1] (numeric) 1.588878234587134 absolute error 4.440892098500626e-15 relative error 2.7949857967905064e-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.24639230667934722 Order of pole (three term test) 22.58463642736388 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.869999999999834 y[1] (analytic) 1.5927332790756075 y[1] (numeric) 1.5927332790756035 absolute error 3.9968028886505635e-15 relative error 2.5093987431280604e-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.2445029419253396 Order of pole (three term test) 22.60427485583503 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.879999999999834 y[1] (analytic) 1.5966512281555851 y[1] (numeric) 1.5966512281555811 absolute error 3.9968028886505635e-15 relative error 2.503241044863366e-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.24222242462209725 Order of pole (three term test) 22.623746466780947 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.889999999999834 y[1] (analytic) 1.6006305146996773 y[1] (numeric) 1.6006305146996735 absolute error 3.774758283725532e-15 relative error 2.3582945902001507e-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.23955440311082096 Order of pole (three term test) 22.643020109777865 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.899999999999833 y[1] (analytic) 1.6046695470463233 y[1] (numeric) 1.6046695470463195 absolute error 3.774758283725532e-15 relative error 2.352358646472502e-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.2365031456567811 Order of pole (three term test) 22.662064951108473 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.909999999999833 y[1] (analytic) 1.6087667096364369 y[1] (numeric) 1.6087667096364333 absolute error 3.552713678800501e-15 relative error 2.2083460936380107e-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.2330735336210042 Order of pole (three term test) 22.680850523089305 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.919999999999833 y[1] (analytic) 1.6129203636596106 y[1] (numeric) 1.612920363659607 absolute error 3.552713678800501e-15 relative error 2.2026590765706662e-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.2292710536511355 Order of pole (three term test) 22.699346772812593 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.929999999999833 y[1] (analytic) 1.6171288477096162 y[1] (numeric) 1.6171288477096128 absolute error 3.3306690738754696e-15 relative error 2.0596188600511254e-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.2251017889039747 Order of pole (three term test) 22.717524110224414 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.939999999999833 y[1] (analytic) 1.6213904784489463 y[1] (numeric) 1.621390478448943 absolute error 3.3306690738754696e-15 relative error 2.0542053984809707e-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.22057240931372163 Order of pole (three term test) 22.735353455462544 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.949999999999832 y[1] (analytic) 1.6257035512821263 y[1] (numeric) 1.625703551282123 absolute error 3.3306690738754696e-15 relative error 2.048755488815108e-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.2156901609215041 Order of pole (three term test) 22.752806285377996 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.959999999999832 y[1] (analytic) 1.6300663410375293 y[1] (numeric) 1.6300663410375262 absolute error 3.1086244689504383e-15 relative error 1.9070539589031781e-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.2104628542832593 Order of pole (three term test) 22.76985467916598 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.969999999999832 y[1] (analytic) 1.6344771026574232 y[1] (numeric) 1.6344771026574203 absolute error 2.886579864025407e-15 relative error 1.7660570829241022e-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.20489885197450905 Order of pole (three term test) 22.78647136303323 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.979999999999832 y[1] (analytic) 1.6389340718959695 y[1] (numeric) 1.6389340718959666 absolute error 2.886579864025407e-15 relative error 1.7612544113419537e-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.19900705521202328 Order of pole (three term test) 22.802629753830235 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.989999999999831 y[1] (analytic) 1.643435466024898 y[1] (numeric) 1.6434354660248953 absolute error 2.6645352591003757e-15 relative error 1.6213202855754897e-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.19279688961377278 Order of pole (three term test) 22.81830400157871 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] 9.999999999999831 y[1] (analytic) 1.647979484546575 y[1] (numeric) 1.6479794845465725 absolute error 2.4424906541753444e-15 relative error 1.482112293920559e-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.18627829011994973 Order of pole (three term test) 22.833469030825878 NO COMPLEX POLE (six term test) for Equation 1 Finished! diff ( y , x , 1 ) = sin ( x ) * cos ( x ) ; Iterations 991 Total Elapsed Time 1 Seconds Elapsed Time(since restart) 1 Seconds Time to Timeout 9 Minutes 59.0 Seconds Percent Done 100.2020202020185%