##############ECHO OF PROBLEM################# ##############temp/mtest6postode.ode################# diff (x1,t,1) = 4.0 * x2 - 2.0 * diff (x2,t ,1) - 2.0 * x1; diff (x2,t,2) = 3.0 * diff(x2,t,1) - 2.0 * x2 - diff(x1,t,2) - diff (x1,t,1) + x1; ! #BEGIN FIRST INPUT BLOCK # Digits:=64; ELIMINATED in preodein.rb max_terms=30 ! #END FIRST INPUT BLOCK #BEGIN SECOND INPUT BLOCK ## problem from Boyce DePrima - ## _Elementary Differential Equations and Boundary Value Problems_ ## page 269 ## t_start=1.5 ## did poorly with t_start := 0.5; t_end=5.0 $array_x1_init[0 + 1] = exact_soln_x1(t_start) ## I think following line should be omitted ## diff(x1,1,exact_soln_x1p(t_start)); $array_x2_init[0 + 1] = exact_soln_x2(t_start) $array_x2_init[1 + 1] = exact_soln_x2p(t_start) $glob_h=0.00001 $glob_look_poles=true $glob_max_iter=100 #END SECOND INPUT BLOCK #BEGIN OVERRIDE BLOCK $glob_desired_digits_correct=10 $glob_display_interval=0.001 $glob_look_poles=true $glob_max_iter=10000000 $glob_max_minutes=3 $glob_subiter_method=3 #END OVERRIDE BLOCK ! #BEGIN USER DEF BLOCK def exact_soln_x1 (t) c1 = 1.0; c2 = 0.0002; c3 = 0.0003; return(2.0 * c1 + 6.0 * c3 * exp(-t)) end def exact_soln_x1p (t) c1 = 1.0; c2 = 0.0002; c3 = 0.0003; return( - 6.0 * c3 * exp(-t)) end def exact_soln_x2 (t) c1 = 1.0; c2 = 0.0002; c3 = 0.0003; return(c1 + c2 * exp(2.0 * t) + c3 * exp(-t)) end def exact_soln_x2p (t) c1 = 1.0; c2 = 0.0002; c3 = 0.0003; return( 2.0 * c2 * exp(2.0 * t) - c3 * exp(-t)) end #END USER DEF BLOCK #######END OF ECHO OF PROBLEM################# START of Optimize min_size 0.0 min_size 1.0 opt_iter 1 $glob_desired_digits_correct 10 desired_abs_gbl_error 1.0e-10 range 3.5 estimated_steps 3500.0 step_error 2.8571428571428575e-14 est_needed_step_err 2.8571428571428575e-14 hn_div_ho 0.5 hn_div_ho_2 0.25 hn_div_ho_3 0.125 value3 9.95908973928628e-109 value3 7.130400829609769e-100 max_value3 7.130400829609769e-100 value3 7.130400829609769e-100 best_h 0.001 START of Soultion t[1] 1.5 x1[1] (analytic) 2.0004016342882673 x1[1] (numeric) 2.0004016342882673 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 x2[1] (analytic) 1.0040840464326821 x2[1] (numeric) 1.0040840464326821 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 t[1] 1.5 x1[1] (analytic) 2.0004016342882673 x1[1] (numeric) 2.0004016342882673 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 x2[1] (analytic) 1.0040840464326821 x2[1] (numeric) 1.0040840464326821 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 TOP MAIN SOLVE Loop t[1] 1.5 x1[1] (analytic) 2.0004016342882673 x1[1] (numeric) 2.0004016342882673 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 x2[1] (analytic) 1.0040840464326821 x2[1] (numeric) 1.0040840464326821 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 47614.9952438452 Order of pole 119325678.46631011 TOP MAIN SOLVE Loop t[1] 1.501 x1[1] (analytic) 2.000401232854729 x1[1] (numeric) 2.000401232453095 absolute error 4.016338372991868e-10 relative error 2.0077663955746712e-08% Correct digits 9 h 0.001 x2[1] (analytic) 1.0040920217814353 x2[1] (numeric) 1.0040920219825205 absolute error 2.0108514853234283e-10 relative error 2.002656571014104e-08% Correct digits 9 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 47638.961836586255 Order of pole 119445784.41611683 TOP MAIN SOLVE Loop t[1] 1.5019999999999998 x1[1] (analytic) 2.000400831822424 x1[1] (numeric) 2.0004008302158867 absolute error 1.6065371255535865e-09 relative error 8.031076072338882e-08% Correct digits 9 h 0.001 x2[1] (analytic) 1.0041000132976645 x2[1] (numeric) 1.0041000141030778 absolute error 8.054132916157641e-10 relative error 8.021245702115135e-08% Correct digits 9 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 47662.458017416815 Order of pole 119563727.57453121 TOP MAIN SOLVE Loop t[1] 1.5029999999999997 x1[1] (analytic) 2.0004004311909505 x1[1] (numeric) 2.0004004275762397 absolute error 3.614710752941619e-09 relative error 1.8069935881735333e-07% Correct digits 8 h 0.001 x2[1] (analytic) 1.0041080210135365 x2[1] (numeric) 1.0041080228281327 absolute error 1.8145962510374147e-09 relative error 1.8071723490524253e-07% Correct digits 8 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 47686.6719423915 Order of pole 119685139.68263832 TOP MAIN SOLVE Loop t[1] 1.5039999999999996 x1[1] (analytic) 2.000400030959909 x1[1] (numeric) 2.000400024533752 absolute error 6.426156939909333e-09 relative error 3.212435933039697e-07% Correct digits 8 h 0.001 x2[1] (analytic) 1.004116044961282 x2[1] (numeric) 1.0041160481915319 absolute error 3.230249845387334e-09 relative error 3.217008493786084e-07% Correct digits 8 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 47710.54770437806 Order of pole 119805000.00141974 TOP MAIN SOLVE Loop t[1] 1.5049999999999994 x1[1] (analytic) 2.0003996311288974 x1[1] (numeric) 2.00039962108802 absolute error 1.0040877462813569e-08 relative error 5.019435770015185e-07% Correct digits 8 h 0.001 x2[1] (analytic) 1.0041240851731976 x2[1] (numeric) 1.0041240902271906 absolute error 5.0539930018800305e-09 relative error 5.033235509940274e-07% Correct digits 8 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 47734.35669685946 Order of pole 119924615.87636745 TOP MAIN SOLVE Loop t[1] 1.5059999999999993 x1[1] (analytic) 2.0003992316975174 x1[1] (numeric) 2.0003992172386402 absolute error 1.4458877206635634e-08 relative error 7.227995780805207e-07% Correct digits 8 h 0.001 x2[1] (analytic) 1.0041321416816438 x2[1] (numeric) 1.0041321489690924 absolute error 7.287448644532901e-09 relative error 7.257459792421782e-07% Correct digits 8 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 47758.05810045438 Order of pole 120043786.17278558 TOP MAIN SOLVE Loop t[1] 1.5069999999999992 x1[1] (analytic) 2.000398832665369 x1[1] (numeric) 2.0003988129852095 absolute error 1.9680159724089208e-08 relative error 9.838117980636387e-07% Correct digits 8 h 0.001 x2[1] (analytic) 1.0041402145190463 x2[1] (numeric) 1.0041402244512898 absolute error 9.932243472121627e-09 relative error 9.891291403839334e-07% Correct digits 8 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 47781.759608976514 Order of pole 120163039.10528325 TOP MAIN SOLVE Loop t[1] 1.5079999999999991 x1[1] (analytic) 2.000398434032054 x1[1] (numeric) 2.0003984083273227 absolute error 2.5704731232423228e-08 relative error 1.2849805716260295e-06% Correct digits 7 h 0.001 x2[1] (analytic) 1.0041483037178958 x2[1] (numeric) 1.0041483167079037 absolute error 1.2990007958180172e-08 relative error 1.2936344073962176e-06% Correct digits 7 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 47805.835637764576 Order of pole 120284114.55037138 TOP MAIN SOLVE Loop t[1] 1.508999999999999 x1[1] (analytic) 2.0003980357971725 x1[1] (numeric) 2.000398003264576 absolute error 3.2532596616619e-08 relative error 1.6263061667951767e-06% Correct digits 7 h 0.001 x2[1] (analytic) 1.0041564093107487 x2[1] (numeric) 1.0041564257731241 absolute error 1.6462375462822365e-08 relative error 1.6394234314674257e-06% Correct digits 7 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 47829.86682747846 Order of pole 120405023.11672674 TOP MAIN SOLVE Loop t[1] 1.509999999999999 x1[1] (analytic) 2.0003976379603268 x1[1] (numeric) 2.000397597796564 absolute error 4.016376298210389e-08 relative error 2.0077889625512766e-06% Correct digits 7 h 0.001 x2[1] (analytic) 1.0041645313302263 x2[1] (numeric) 1.00416455168121 absolute error 2.0350983787054133e-08 relative error 2.0266582967330057e-06% Correct digits 7 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 47853.626851764726 Order of pole 120524727.80465065 TOP MAIN SOLVE Loop t[1] 1.5109999999999988 x1[1] (analytic) 2.0003972405211194 x1[1] (numeric) 2.0003971919228807 absolute error 4.8598238766572877e-08 relative error 2.429429404427325e-06% Correct digits 7 h 0.001 x2[1] (analytic) 1.004172669809016 x2[1] (numeric) 1.00417269446649 absolute error 2.4657473840505872e-08 relative error 2.455501387544782e-06% Correct digits 7 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 47877.71195336734 Order of pole 120646028.94960417 TOP MAIN SOLVE Loop t[1] 1.5119999999999987 x1[1] (analytic) 2.000396843479152 x1[1] (numeric) 2.000396785643121 absolute error 5.783603107545332e-08 relative error 2.8912278713089302e-06% Correct digits 7 h 0.001 x2[1] (analytic) 1.0041808247798698 x2[1] (numeric) 1.0041808541633612 absolute error 2.9383491417789287e-08 relative error 2.9261155653146984e-06% Correct digits 7 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 47901.51189088588 Order of pole 120766057.5688375 TOP MAIN SOLVE Loop t[1] 1.5129999999999986 x1[1] (analytic) 2.0003964468340287 x1[1] (numeric) 2.0003963789568786 absolute error 6.787715012279705e-08 relative error 3.3931848974349215e-06% Correct digits 7 h 0.001 x2[1] (analytic) 1.0041889962756068 x2[1] (numeric) 1.004189030806291 absolute error 3.4530684311917526e-08 relative error 3.438663881001175e-06% Correct digits 7 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 47925.50003283757 Order of pole 120887030.47296199 TOP MAIN SOLVE Loop t[1] 1.5139999999999985 x1[1] (analytic) 2.000396050585352 x1[1] (numeric) 2.0003959718637465 absolute error 7.872160567856668e-08 relative error 3.93530099479707e-06% Correct digits 7 h 0.001 x2[1] (analytic) 1.0041971843291109 x2[1] (numeric) 1.004197224429816 absolute error 4.0100705200885045e-08 relative error 3.993309862512284e-06% Correct digits 7 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 47949.53968907652 Order of pole 121008313.36671457 TOP MAIN SOLVE Loop t[1] 1.5149999999999983 x1[1] (analytic) 2.000395654732726 x1[1] (numeric) 2.0003955643633176 absolute error 9.036940840090324e-08 relative error 4.517576719740353e-06% Correct digits 7 h 0.001 x2[1] (analytic) 1.0042053889733322 x2[1] (numeric) 1.0042054350685428 absolute error 4.6095210537444586e-08 relative error 4.590217404088109e-06% Correct digits 7 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 47973.61828205634 Order of pole 121129843.06272827 TOP MAIN SOLVE Loop t[1] 1.5159999999999982 x1[1] (analytic) 2.000395259275755 x1[1] (numeric) 2.000395156455184 absolute error 1.0282057072430462e-07 relative error 5.140012717363213e-06% Correct digits 7 h 0.001 x2[1] (analytic) 1.0042136102412877 x2[1] (numeric) 1.0042136627571474 absolute error 5.2515859660928754e-08 relative error 5.229550677799566e-06% Correct digits 7 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 47997.46372742959 Order of pole 121250355.41042797 TOP MAIN SOLVE Loop t[1] 1.5169999999999981 x1[1] (analytic) 2.0003948642140426 x1[1] (numeric) 2.000394748138939 absolute error 1.1607510375100105e-07 relative error 5.802609566117192e-06% Correct digits 7 h 0.001 x2[1] (analytic) 1.00422184816606 x2[1] (numeric) 1.0042219075303762 absolute error 5.936431612951765e-08 relative error 5.9114742661624555e-06% Correct digits 7 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 2889.6250006287733 Order of pole 117541.6125304585 TOP MAIN SOLVE Loop t[1] 1.517999999999998 x1[1] (analytic) 2.000394469547195 x1[1] (numeric) 2.0003943394141728 absolute error 1.3013302213593647e-07 relative error 6.505368022007835e-06% Correct digits 7 h 0.001 x2[1] (analytic) 1.004230102780799 x2[1] (numeric) 1.0042301694230458 absolute error 6.664224683206044e-08 relative error 6.636153073635451e-06% Correct digits 7 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 48045.667593849364 Order of pole 121493947.34318836 TOP MAIN SOLVE Loop t[1] 1.518999999999998 x1[1] (analytic) 2.0003940752748166 x1[1] (numeric) 2.000393930280478 absolute error 1.4499433875769796e-07 relative error 7.2482887521939125e-06% Correct digits 7 h 0.001 x2[1] (analytic) 1.0042383741187195 x2[1] (numeric) 1.004238448470043 absolute error 7.43513235423876e-08 relative error 7.403752481340441e-06% Correct digits 7 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 48069.35723800107 Order of pole 121613902.10359177 TOP MAIN SOLVE Loop t[1] 1.5199999999999978 x1[1] (analytic) 2.000393681396514 x1[1] (numeric) 2.0003935207374446 absolute error 1.6065906960349707e-07 relative error 8.031372579188403e-06% Correct digits 7 h 0.001 x2[1] (analytic) 1.0042466622131043 x2[1] (numeric) 1.0042467447063252 absolute error 8.24932209209095e-08 relative error 8.21443814800593e-06% Correct digits 7 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 48093.687066715465 Order of pole 121736949.99929003 TOP MAIN SOLVE Loop t[1] 1.5209999999999977 x1[1] (analytic) 2.0003932879118924 x1[1] (numeric) 2.000393110784663 absolute error 1.7712722932827774e-07 relative error 8.854620258857783e-06% Correct digits 7 h 0.001 x2[1] (analytic) 1.0042549670973027 x2[1] (numeric) 1.0042550581669203 absolute error 9.106961762483934e-08 relative error 9.068376120465389e-06% Correct digits 7 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 48117.70061402701 Order of pole 121858537.33122861 TOP MAIN SOLVE Loop t[1] 1.5219999999999976 x1[1] (analytic) 2.000392894820559 x1[1] (numeric) 2.000392700421724 absolute error 1.9439883525151913e-07 relative error 9.718032680222915e-06% Correct digits 7 h 0.001 x2[1] (analytic) 1.0042632888047314 x2[1] (numeric) 1.0042633888869268 absolute error 1.0008219542001484e-07 relative error 9.965732745158107e-06% Correct digits 7 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 48141.59176371139 Order of pole 121979638.64925654 TOP MAIN SOLVE Loop t[1] 1.5229999999999975 x1[1] (analytic) 2.0003925021221205 x1[1] (numeric) 2.0003922896482167 absolute error 2.1247390380452202e-07 relative error 1.062161068785844e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0042716273688734 x2[1] (numeric) 1.0042717369015144 absolute error 1.0953264095725501e-07 relative error 1.090667484495439e-05% Correct digits 6 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 48165.93815944441 Order of pole 122102968.7231137 TOP MAIN SOLVE Loop t[1] 1.5239999999999974 x1[1] (analytic) 2.000392109816184 x1[1] (numeric) 2.0003918784637302 absolute error 2.3135245363903323e-07 relative error 1.1565355237293563e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0042799828232796 x2[1] (numeric) 1.0042801022459236 absolute error 1.1942264399600333e-07 relative error 1.1891369542214385e-05% Correct digits 6 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 48189.96613020554 Order of pole 122224842.73279336 TOP MAIN SOLVE Loop t[1] 1.5249999999999972 x1[1] (analytic) 2.0003917179023576 x1[1] (numeric) 2.0003914668678537 absolute error 2.5103450385088877e-07 relative error 1.2549267306211782e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0042883552015678 x2[1] (numeric) 1.0042884849554659 absolute error 1.2975389807046156e-07 relative error 1.2919984325061604e-05% Correct digits 6 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 48214.01691898041 Order of pole 122346891.39082453 TOP MAIN SOLVE Loop t[1] 1.5259999999999971 x1[1] (analytic) 2.0003913263802486 x1[1] (numeric) 2.0003910548601755 absolute error 2.7152007309183546e-07 relative error 1.3573347850050764e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0042967445374231 x2[1] (numeric) 1.0042968850655245 absolute error 1.4052810137776817e-07 relative error 1.399268713576236e-05% Correct digits 6 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 48238.05960076513 Order of pole 122468983.50553171 TOP MAIN SOLVE Loop t[1] 1.526999999999997 x1[1] (analytic) 2.0003909352494667 x1[1] (numeric) 2.0003906424402835 absolute error 2.928091831222446e-07 relative error 1.4637597979603355e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0043051508645995 x2[1] (numeric) 1.004305302611554 absolute error 1.5174695455755227e-07 relative error 1.510964614957061e-05% Correct digits 6 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 2081.2270543242003 Order of pole 157254.93208161378 TOP MAIN SOLVE Loop t[1] 1.527999999999997 x1[1] (analytic) 2.0003905445096195 x1[1] (numeric) 2.0003902296077656 absolute error 3.1490185392613057e-07 relative error 1.574201871681644e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0043135742169171 x2[1] (numeric) 1.0043137376290805 absolute error 1.634121633564689e-07 relative error 1.6271030039983732e-05% Correct digits 6 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 48286.334067032796 Order of pole 122714207.84448329 TOP MAIN SOLVE Loop t[1] 1.5289999999999968 x1[1] (analytic) 2.000390154160317 x1[1] (numeric) 2.0003898163622083 absolute error 3.3779810859613235e-07 relative error 1.6886611238992344e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.004322014628265 x2[1] (numeric) 1.0043221901537016 absolute error 1.7552543662979758e-07 relative error 1.7477007779697604e-05% Correct digits 6 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1709.3761246026377 Order of pole 314962.07501417113 TOP MAIN SOLVE Loop t[1] 1.5299999999999967 x1[1] (analytic) 2.0003897642011688 x1[1] (numeric) 2.000389402703199 absolute error 3.614979697807996e-07 relative error 1.8071376701188e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0043304721326 x2[1] (numeric) 1.004330660221087 absolute error 1.8808848700757608e-07 relative error 1.8727748706876145e-05% Correct digits 6 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 48334.71904328453 Order of pole 122960225.33295128 TOP MAIN SOLVE Loop t[1] 1.5309999999999966 x1[1] (analytic) 2.000389374631785 x1[1] (numeric) 2.000388988630324 absolute error 3.860014610168605e-07 relative error 1.9296316302815418e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0043389467639474 x2[1] (numeric) 1.0043391478669788 absolute error 2.0110303133868968e-07 relative error 2.0023422569308715e-05% Correct digits 6 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 48359.06217449403 Order of pole 123084073.78247288 TOP MAIN SOLVE Loop t[1] 1.5319999999999965 x1[1] (analytic) 2.0003889854517753 x1[1] (numeric) 2.0003885741431686 absolute error 4.1130860672922154e-07 relative error 2.056143128764179e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0043474385564 x2[1] (numeric) 1.0043476531271907 absolute error 2.1457079069087115e-07 relative error 2.136419952434834e-05% Correct digits 6 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 48382.81067439633 Order of pole 123205129.42749913 TOP MAIN SOLVE Loop t[1] 1.5329999999999964 x1[1] (analytic) 2.0003885966607515 x1[1] (numeric) 2.000388159241319 absolute error 4.374194326750569e-07 relative error 2.1866722965989765e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0043559475441197 x2[1] (numeric) 1.0043561760376087 absolute error 2.2849348901843314e-07 relative error 2.2750250006200696e-05% Correct digits 6 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 48407.05553166604 Order of pole 123328638.64019363 TOP MAIN SOLVE Loop t[1] 1.5339999999999963 x1[1] (analytic) 2.0003882082583244 x1[1] (numeric) 2.00038774392436 absolute error 4.6433396461154075e-07 relative error 2.3212192648137125e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0043644737613373 x2[1] (numeric) 1.004364716634192 absolute error 2.428728547165804e-07 relative error 2.4181744880623204e-05% Correct digits 6 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 48431.34001754677 Order of pole 123452363.02525187 TOP MAIN SOLVE Loop t[1] 1.5349999999999961 x1[1] (analytic) 2.0003878202441054 x1[1] (numeric) 2.000387328191876 absolute error 4.920522296281149e-07 relative error 2.4597841710917347e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0043730172423513 x2[1] (numeric) 1.0043732749529717 absolute error 2.577106203993651e-07 relative error 2.5658855422753808e-05% Correct digits 6 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 48455.456956887 Order of pole 123575388.13009292 TOP MAIN SOLVE Loop t[1] 1.535999999999996 x1[1] (analytic) 2.000387432617707 x1[1] (numeric) 2.0003869120434516 absolute error 5.205742552583104e-07 relative error 2.6023671553319394e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.00438157802153 x2[1] (numeric) 1.0043818510300517 absolute error 2.73008521789464e-07 relative error 2.7181753206510105e-05% Correct digits 6 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 48479.86166327926 Order of pole 123699837.67928337 TOP MAIN SOLVE Loop t[1] 1.536999999999996 x1[1] (analytic) 2.000387045378741 x1[1] (numeric) 2.0003864954786708 absolute error 5.499000703679258e-07 relative error 2.7489683640888156e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0043901561333104 x2[1] (numeric) 1.0043904449016092 absolute error 2.8876829882840127e-07 relative error 2.875061021506803e-05% Correct digits 6 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 48504.177091701094 Order of pole 123823936.00983979 TOP MAIN SOLVE Loop t[1] 1.5379999999999958 x1[1] (analytic) 2.0003866585268204 x1[1] (numeric) 2.000386078497117 absolute error 5.800297033786705e-07 relative error 2.8995879416923922e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0043987516121982 x2[1] (numeric) 1.0043990566038943 absolute error 3.049916961206378e-07 relative error 3.0365598885012967e-05% Correct digits 6 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 48528.32364507291 Order of pole 123947282.32317756 TOP MAIN SOLVE Loop t[1] 1.5389999999999957 x1[1] (analytic) 2.0003862720615584 x1[1] (numeric) 2.000385661098373 absolute error 6.109631853767894e-07 relative error 3.054226045788361e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.004407364492769 x2[1] (numeric) 1.00440768617323 absolute error 3.216804611572144e-07 relative error 3.202689192941797e-05% Correct digits 6 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 48552.81056473213 Order of pole 124072358.93881235 TOP MAIN SOLVE Loop t[1] 1.5399999999999956 x1[1] (analytic) 2.0003858859825687 x1[1] (numeric) 2.0003852432820213 absolute error 6.42700547448527e-07 relative error 3.212882834017994e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0044159948096676 x2[1] (numeric) 1.004416333646013 absolute error 3.3883634542597463e-07 relative error 3.37346624483198e-05% Correct digits 6 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 48576.68256076734 Order of pole 124194499.27632897 TOP MAIN SOLVE Loop t[1] 1.5409999999999955 x1[1] (analytic) 2.0003855002894646 x1[1] (numeric) 2.0003848250476444 absolute error 6.752418202360388e-07 relative error 3.37555846179813e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0044246425976082 x2[1] (numeric) 1.0044249990587135 absolute error 3.564611052997435e-07 relative error 3.548908401708227e-05% Correct digits 6 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 48601.287794013726 Order of pole 124320240.89266795 TOP MAIN SOLVE Loop t[1] 1.5419999999999954 x1[1] (analytic) 2.000385114981861 x1[1] (numeric) 2.000384406394824 absolute error 7.085870370460157e-07 relative error 3.5422530978613136e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0044333078913747 x2[1] (numeric) 1.004433682447875 absolute error 3.7455650025997045e-07 relative error 3.729033050947741e-05% Correct digits 6 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 48625.801110651584 Order of pole 124445632.56597951 TOP MAIN SOLVE Loop t[1] 1.5429999999999953 x1[1] (analytic) 2.0003847300593725 x1[1] (numeric) 2.0003839873231413 absolute error 7.427362311851482e-07 relative error 3.712966910935695e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0044419907258213 x2[1] (numeric) 1.004442383850115 absolute error 3.9312429378490776e-07 relative error 3.913857618605049e-05% Correct digits 6 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1638.2854574200696 Order of pole 18063.251947470962 TOP MAIN SOLVE Loop t[1] 1.5439999999999952 x1[1] (analytic) 2.000384345521614 x1[1] (numeric) 2.0003835678321775 absolute error 7.776894364042164e-07 relative error 3.887700071965063e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0044506911358717 x2[1] (numeric) 1.0044511033021253 absolute error 4.1216625357165526e-07 relative error 4.10339957161622e-05% Correct digits 6 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 48674.03024894892 Order of pole 124692725.39575988 TOP MAIN SOLVE Loop t[1] 1.544999999999995 x1[1] (analytic) 2.0003839613682013 x1[1] (numeric) 2.0003831479215126 absolute error 8.134466886744462e-07 relative error 4.06645276298893e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0044594091565195 x2[1] (numeric) 1.004459840840671 absolute error 4.3168415153616024e-07 relative error 4.297676417792341e-05% Correct digits 6 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 48698.431187484406 Order of pole 124817759.64434086 TOP MAIN SOLVE Loop t[1] 1.545999999999995 x1[1] (analytic) 2.00038357759875 x1[1] (numeric) 2.0003827275907273 absolute error 8.500080226347961e-07 relative error 4.2492251593823885e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0044681448228294 x2[1] (numeric) 1.0044685965025923 absolute error 4.516797629250391e-07 relative error 4.4967056969706837e-05% Correct digits 6 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 48722.85628847927 Order of pole 124942991.5085439 TOP MAIN SOLVE Loop t[1] 1.5469999999999948 x1[1] (analytic) 2.000383194212876 x1[1] (numeric) 2.000382306839401 absolute error 8.873734747005813e-07 relative error 4.4360174453962603e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0044768981699352 x2[1] (numeric) 1.004477370324803 absolute error 4.7215486786988947e-07 relative error 4.7005049964823716e-05% Correct digits 6 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 48747.05338710276 Order of pole 125067174.36256085 TOP MAIN SOLVE Loop t[1] 1.5479999999999947 x1[1] (analytic) 2.0003828112101965 x1[1] (numeric) 2.000381885667113 absolute error 9.255430835075629e-07 relative error 4.626829816377124e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0044856692330428 x2[1] (numeric) 1.004486162344292 absolute error 4.931112491668443e-07 relative error 4.909091929040169e-05% Correct digits 6 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 48771.88039025708 Order of pole 125194450.41184287 TOP MAIN SOLVE Loop t[1] 1.5489999999999946 x1[1] (analytic) 2.0003824285903278 x1[1] (numeric) 2.000381464073442 absolute error 9.645168859151454e-07 relative error 4.8216624587871515e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0044944580474275 x2[1] (numeric) 1.0044949725981225 absolute error 5.145506949411072e-07 relative error 5.122484159258671e-05% Correct digits 6 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 48795.71576687693 Order of pole 125317021.40072979 TOP MAIN SOLVE Loop t[1] 1.5499999999999945 x1[1] (analytic) 2.0003820463528883 x1[1] (numeric) 2.0003810420579664 absolute error 1.0042949218913577e-06 relative error 5.020515574624337e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0045032646484364 x2[1] (numeric) 1.0045038011234326 absolute error 5.364749962044613e-07 relative error 5.340699379331742e-05% Correct digits 6 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 48820.73837908933 Order of pole 125445404.68474035 TOP MAIN SOLVE Loop t[1] 1.5509999999999944 x1[1] (analytic) 2.0003816644974948 x1[1] (numeric) 2.0003806196202643 absolute error 1.0448772305160503e-06 relative error 5.223389361442324e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0045120890714863 x2[1] (numeric) 1.0045126479574358 absolute error 5.588859495198051e-07 relative error 5.563755335552083e-05% Correct digits 6 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 48844.54314812969 Order of pole 125567932.90982114 TOP MAIN SOLVE Loop t[1] 1.5519999999999943 x1[1] (analytic) 2.0003812830237657 x1[1] (numeric) 2.000380196759913 absolute error 1.0862638526454305e-06 relative error 5.430284025670545e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0045209313520662 x2[1] (numeric) 1.00452151313742 absolute error 5.817853538925277e-07 relative error 5.791669797357588e-05% Correct digits 6 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 48869.08846141014 Order of pole 125694127.63471326 TOP MAIN SOLVE Loop t[1] 1.5529999999999942 x1[1] (analytic) 2.00038090193132 x1[1] (numeric) 2.00037977347649 absolute error 1.128454830023884e-06 relative error 5.641199778174185e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0045297915257358 x2[1] (numeric) 1.0045303967007493 absolute error 6.051750134350442e-07 relative error 6.024460583850586e-05% Correct digits 6 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 48893.759763812806 Order of pole 125821013.38237938 TOP MAIN SOLVE Loop t[1] 1.553999999999994 x1[1] (analytic) 2.0003805212197765 x1[1] (numeric) 2.000379349769572 absolute error 1.1714502043957964e-06 relative error 5.856136829814153e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0045386696281269 x2[1] (numeric) 1.0045392986848625 absolute error 6.290567355904386e-07 relative error 6.262145546107358e-05% Correct digits 6 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 48917.84041784293 Order of pole 125945095.068331 TOP MAIN SOLVE Loop t[1] 1.554999999999994 x1[1] (analytic) 2.000380140888754 x1[1] (numeric) 2.000378925638735 absolute error 1.2152500188378212e-06 relative error 6.075095398107156e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0045475656949414 x2[1] (numeric) 1.004548219127274 absolute error 6.534323326867764e-07 relative error 6.504742582644504e-05% Correct digits 6 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 48942.39364610444 Order of pole 126071525.53932294 TOP MAIN SOLVE Loop t[1] 1.5559999999999938 x1[1] (analytic) 2.000379760937872 x1[1] (numeric) 2.000378501083555 absolute error 1.259854316870701e-06 relative error 6.298075702785666e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0045564797619546 x2[1] (numeric) 1.0045571580655746 absolute error 6.783036199387027e-07 relative error 6.75226961951843e-05% Correct digits 6 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 48966.64651393009 Order of pole 126196603.19900392 TOP MAIN SOLVE Loop t[1] 1.5569999999999937 x1[1] (analytic) 2.0003793813667516 x1[1] (numeric) 2.0003780761036074 absolute error 1.3052631442356244e-06 relative error 6.525077974678025e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0045654118650122 x2[1] (numeric) 1.0045661155374304 absolute error 7.03672418111978e-07 relative error 7.004744636843355e-05% Correct digits 6 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 48991.42151721518 Order of pole 126324193.35747129 TOP MAIN SOLVE Loop t[1] 1.5579999999999936 x1[1] (analytic) 2.0003790021750123 x1[1] (numeric) 2.0003776506984674 absolute error 1.351476544897423e-06 relative error 6.756102435728243e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0045743620400325 x2[1] (numeric) 1.0045750915805836 absolute error 7.295405510809871e-07 relative error 7.262185644470138e-05% Correct digits 6 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 2563.9631379977945 Order of pole 11233166.632005645 TOP MAIN SOLVE Loop t[1] 1.5589999999999935 x1[1] (analytic) 2.000378623362275 x1[1] (numeric) 2.0003772248677096 absolute error 1.3984945654854641e-06 relative error 6.991149321196242e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.004583330323006 x2[1] (numeric) 1.0045840862328528 absolute error 7.559098467169179e-07 relative error 7.524610690821122e-05% Correct digits 6 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 49040.67690868146 Order of pole 126578279.02886751 TOP MAIN SOLVE Loop t[1] 1.5599999999999934 x1[1] (analytic) 2.0003782449281613 x1[1] (numeric) 2.000376798610908 absolute error 1.446317253517293e-06 relative error 7.230218870777781e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0045923167499953 x2[1] (numeric) 1.0045930995321328 absolute error 7.827821375538946e-07 relative error 7.792037869514179e-05% Correct digits 6 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 2161.9221294240974 Order of pole 405326.173731187 TOP MAIN SOLVE Loop t[1] 1.5609999999999933 x1[1] (analytic) 2.0003778668722925 x1[1] (numeric) 2.000376371927636 absolute error 1.4949446565104552e-06 relative error 7.473311324164411e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.004601321357135 x2[1] (numeric) 1.004602131516395 absolute error 8.101592601228447e-07 relative error 8.064485312724705e-05% Correct digits 6 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 2295.0201059306237 Order of pole 41479.34959508151 TOP MAIN SOLVE Loop t[1] 1.5619999999999932 x1[1] (analytic) 2.0003774891942907 x1[1] (numeric) 2.0003759448174674 absolute error 1.5443768233147637e-06 relative error 7.72042692770356e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0046103441806329 x2[1] (numeric) 1.0046111822236876 absolute error 8.380430547294537e-07 relative error 8.341971188968469e-05% Correct digits 6 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 49113.791759688596 Order of pole 126956151.024337 TOP MAIN SOLVE Loop t[1] 1.562999999999993 x1[1] (analytic) 2.000377111893778 x1[1] (numeric) 2.0003755172799753 absolute error 1.5946138027800316e-06 relative error 7.971565927738464e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0046193852567686 x2[1] (numeric) 1.0046202516921352 absolute error 8.664353665643887e-07 relative error 8.624513714145962e-05% Correct digits 6 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 49138.45996288225 Order of pole 127083699.59453349 TOP MAIN SOLVE Loop t[1] 1.563999999999993 x1[1] (analytic) 2.0003767349703776 x1[1] (numeric) 2.0003750893147316 absolute error 1.6456556459765181e-06 relative error 8.226728581708323e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0046284446218958 x2[1] (numeric) 1.0046293399599395 absolute error 8.953380437048963e-07 relative error 8.91213113164308e-05% Correct digits 6 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 49163.11106150692 Order of pole 127211210.34779416 TOP MAIN SOLVE Loop t[1] 1.5649999999999928 x1[1] (analytic) 2.0003763584237118 x1[1] (numeric) 2.0003746609213087 absolute error 1.697502403086304e-06 relative error 8.485915142608107e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.00463752231244 x2[1] (numeric) 1.0046384470653797 absolute error 9.247529397793386e-07 relative error 9.204841738847004e-05% Correct digits 6 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 49187.73979712246 Order of pole 127338675.2171092 TOP MAIN SOLVE Loop t[1] 1.5659999999999927 x1[1] (analytic) 2.000375982253405 x1[1] (numeric) 2.0003742320992783 absolute error 1.7501541265119158e-06 relative error 8.749125874528765e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0046466183649003 x2[1] (numeric) 1.004647573046812 absolute error 9.546819117467464e-07 relative error 9.50266386503671e-05% Correct digits 6 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 49212.24911983011 Order of pole 127465646.57488039 TOP MAIN SOLVE Loop t[1] 1.5669999999999926 x1[1] (analytic) 2.00037560645908 x1[1] (numeric) 2.000373802848211 absolute error 1.8036108686558805e-06 relative error 9.0163610415571e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0046557328158492 x2[1] (numeric) 1.00465671794267 absolute error 9.851268207849984e-07 relative error 9.805615880216846e-05% Correct digits 6 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 811.2114476052953 Order of pole 269030.9009863591 TOP MAIN SOLVE Loop t[1] 1.5679999999999925 x1[1] (analytic) 2.0003752310403615 x1[1] (numeric) 2.0003733731676783 absolute error 1.8578726832529924e-06 relative error 9.287620914435858e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0046648657019324 x2[1] (numeric) 1.0046658817914647 absolute error 1.0160895322908203e-06 relative error 0.00010113716195110554% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 49261.31209809401 Order of pole 127719971.53877765 TOP MAIN SOLVE Loop t[1] 1.5689999999999924 x1[1] (analytic) 2.000374855996874 x1[1] (numeric) 2.00037294305725 absolute error 1.912939624038046e-06 relative error 9.562905763903658e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0046740170598687 x2[1] (numeric) 1.0046750646317852 absolute error 1.0475719165459196e-06 relative error 0.00010426983267782615% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 49286.195811483376 Order of pole 127848957.1028816 TOP MAIN SOLVE Loop t[1] 1.5699999999999923 x1[1] (analytic) 2.0003744813282425 x1[1] (numeric) 2.0003725125164964 absolute error 1.968811746078103e-06 relative error 9.842215867355086e-05% Correct digits 6 h 0.001 x2[1] (analytic) 1.0046831869264514 x2[1] (numeric) 1.0046842665022986 absolute error 1.0795758471626726e-06 relative error 0.00010745435588161224% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 49310.84823845671 Order of pole 127976892.61637568 TOP MAIN SOLVE Loop t[1] 1.5709999999999922 x1[1] (analytic) 2.0003741070340926 x1[1] (numeric) 2.0003720815449864 absolute error 2.0254891062165825e-06 relative error 0.00010125551511060736% Correct digits 5 h 0.001 x2[1] (analytic) 1.0046923753385475 x2[1] (numeric) 1.0046934874417495 absolute error 1.1121032019723032e-06 relative error 0.00011069091686871435% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 49335.809206126665 Order of pole 128106382.08041432 TOP MAIN SOLVE Loop t[1] 1.571999999999992 x1[1] (analytic) 2.0003737331140496 x1[1] (numeric) 2.0003716501422892 absolute error 2.082971760408725e-06 relative error 0.00010412912976847043% Correct digits 5 h 0.001 x2[1] (analytic) 1.0047015823330976 x2[1] (numeric) 1.0047027274889613 absolute error 1.1451558636910164e-06 relative error 0.00011397970141858031% Correct digits 5 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 2416.9050558228764 Order of pole 24544.395542344428 TOP MAIN SOLVE Loop t[1] 1.572999999999992 x1[1] (analytic) 2.00037335956774 x1[1] (numeric) 2.000371218307974 absolute error 2.1412597663861277e-06 relative error 0.00010704300555416472% Correct digits 5 h 0.001 x2[1] (analytic) 1.0047108079471165 x2[1] (numeric) 1.0047119866828353 absolute error 1.1787357188097758e-06 relative error 0.00011732089567327708% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 49385.02597883996 Order of pole 128362149.8592469 TOP MAIN SOLVE Loop t[1] 1.5739999999999919 x1[1] (analytic) 2.00037298639479 x1[1] (numeric) 2.000370786041608 absolute error 2.200353181880388e-06 relative error 0.00010999714537467416% Correct digits 5 h 0.001 x2[1] (analytic) 1.0047200522176938 x2[1] (numeric) 1.0047212650623518 absolute error 1.2128446580383923e-06 relative error 0.00012071468618161947% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 49409.86799843025 Order of pole 128491263.3908637 TOP MAIN SOLVE Loop t[1] 1.5749999999999917 x1[1] (analytic) 2.000372613594826 x1[1] (numeric) 2.0003703533427597 absolute error 2.2602520663994596e-06 relative error 0.00011299155222574307% Correct digits 5 h 0.001 x2[1] (analytic) 1.0047293151819927 x2[1] (numeric) 1.0047305626665692 absolute error 1.2474845765275688e-06 relative error 0.00012416125992119624% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 49434.27198001747 Order of pole 128618326.81207936 TOP MAIN SOLVE Loop t[1] 1.5759999999999916 x1[1] (analytic) 2.000372241167476 x1[1] (numeric) 2.0003699202109964 absolute error 2.320956479451297e-06 relative error 0.00011602622910307529% Correct digits 5 h 0.001 x2[1] (analytic) 1.004738596877252 x2[1] (numeric) 1.0047398795346254 absolute error 1.2826573734248115e-06 relative error 0.00012766080425409521% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 49459.13762071434 Order of pole 128747718.87064311 TOP MAIN SOLVE Loop t[1] 1.5769999999999915 x1[1] (analytic) 2.000371869112367 x1[1] (numeric) 2.0003694866458845 absolute error 2.3824664823202113e-06 relative error 0.00011910117909113534% Correct digits 5 h 0.001 x2[1] (analytic) 1.0047478973407846 x2[1] (numeric) 1.0047492157057367 absolute error 1.3183649520964735e-06 relative error 0.0001312135069489295% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 49484.0208960585 Order of pole 128877243.44398539 TOP MAIN SOLVE Loop t[1] 1.5779999999999914 x1[1] (analytic) 2.000371497429127 x1[1] (numeric) 2.000369052646991 absolute error 2.444782136290513e-06 relative error 0.00012221640527434736% Correct digits 5 h 0.001 x2[1] (analytic) 1.0047572166099779 x2[1] (numeric) 1.004758571219199 absolute error 1.354609221237979e-06 relative error 0.00013481955629125928% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 49508.7711476534 Order of pole 129006216.96398947 TOP MAIN SOLVE Loop t[1] 1.5789999999999913 x1[1] (analytic) 2.000371126117385 x1[1] (numeric) 2.000368618213881 absolute error 2.507903503978781e-06 relative error 0.0001253719108036962% Correct digits 5 h 0.001 x2[1] (analytic) 1.0047665547222953 x2[1] (numeric) 1.0047679461143875 absolute error 1.391392092209287e-06 relative error 0.00013847914081832174% Correct digits 5 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 2607.8294596309165 Order of pole 60881.04744227946 TOP MAIN SOLVE Loop t[1] 1.5799999999999912 x1[1] (analytic) 2.000370755176769 x1[1] (numeric) 2.0003681833461204 absolute error 2.571830648445683e-06 relative error 0.0001285676988523268% Correct digits 5 h 0.001 x2[1] (analytic) 1.004775911715275 x2[1] (numeric) 1.0047773404307563 absolute error 1.4287154812553382e-06 relative error 0.0001421924495399523% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 49558.31906862587 Order of pole 129264551.85516143 TOP MAIN SOLVE Loop t[1] 1.580999999999991 x1[1] (analytic) 2.000370384606908 x1[1] (numeric) 2.0003677480432747 absolute error 2.6365636331959763e-06 relative error 0.0001318037726155442% Correct digits 5 h 0.001 x2[1] (analytic) 1.0047852876265302 x2[1] (numeric) 1.00478675420784 absolute error 1.4665813097280989e-06 relative error 0.0001459596719606044% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 49583.08176347254 Order of pole 129393762.7772011 TOP MAIN SOLVE Loop t[1] 1.581999999999991 x1[1] (analytic) 2.0003700144074315 x1[1] (numeric) 2.0003673123049084 absolute error 2.702102523066685e-06 relative error 0.00013508013535521465% Correct digits 5 h 0.001 x2[1] (analytic) 1.0047946824937497 x2[1] (numeric) 1.0047961874852522 absolute error 1.5049915025322491e-06 relative error 0.00014978099792457958% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 49607.65116800515 Order of pole 129522097.71154797 TOP MAIN SOLVE Loop t[1] 1.5829999999999909 x1[1] (analytic) 2.0003696445779697 x1[1] (numeric) 2.000366876130586 absolute error 2.7684473837830126e-06 relative error 0.00013839679037756488% Correct digits 5 h 0.001 x2[1] (analytic) 1.0048040963546985 x2[1] (numeric) 1.0048056403026873 absolute error 1.5439479887913166e-06 relative error 0.00015365661768224908% Correct digits 5 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1586.9304196433459 Order of pole 160482.07763868247 TOP MAIN SOLVE Loop t[1] 1.5839999999999907 x1[1] (analytic) 2.0003692751181523 x1[1] (numeric) 2.000366439519871 absolute error 2.835598281514251e-06 relative error 0.00014175374101098236% Correct digits 5 h 0.001 x2[1] (analytic) 1.0048135292472167 x2[1] (numeric) 1.0048151126999192 absolute error 1.58345270251381e-06 relative error 0.0001575867219562715% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 49657.375271421355 Order of pole 129781847.12101103 TOP MAIN SOLVE Loop t[1] 1.5849999999999906 x1[1] (analytic) 2.00036890602761 x1[1] (numeric) 2.000366002472327 absolute error 2.9035552833178713e-06 relative error 0.0001451509906282154% Correct digits 5 h 0.001 x2[1] (analytic) 1.0048229812092206 x2[1] (numeric) 1.0048246047168021 absolute error 1.623507581482997e-06 relative error 0.0001615715018310231% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 49682.248978472606 Order of pole 129911901.68551746 TOP MAIN SOLVE Loop t[1] 1.5859999999999905 x1[1] (analytic) 2.0003685373059743 x1[1] (numeric) 2.0003655649875167 absolute error 2.9723184575836115e-06 relative error 0.00014858854266857371% Correct digits 5 h 0.001 x2[1] (analytic) 1.0048324522787029 x2[1] (numeric) 1.004834116393271 absolute error 1.6641145681450809e-06 relative error 0.00016561114884091322% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 49707.33910583001 Order of pole 130043062.17632271 TOP MAIN SOLVE Loop t[1] 1.5869999999999904 x1[1] (analytic) 2.0003681689528756 x1[1] (numeric) 2.000365127065003 absolute error 3.04188787270121e-06 relative error 0.00015206640057132754% Correct digits 5 h 0.001 x2[1] (analytic) 1.0048419424937318 x2[1] (numeric) 1.0048436477693412 absolute error 1.705275609387158e-06 relative error 0.00016970585494820699% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 49732.13469276764 Order of pole 130172848.61177282 TOP MAIN SOLVE Loop t[1] 1.5879999999999903 x1[1] (analytic) 2.0003678009679455 x1[1] (numeric) 2.0003646887043476 absolute error 3.1122635979485835e-06 relative error 0.00015558456782010838% Correct digits 5 h 0.001 x2[1] (analytic) 1.0048514518924527 x2[1] (numeric) 1.0048531988851088 absolute error 1.746992656093127e-06 relative error 0.00017385581249875173% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 49757.056471610354 Order of pole 130303346.81689568 TOP MAIN SOLVE Loop t[1] 1.5889999999999902 x1[1] (analytic) 2.000367433350817 x1[1] (numeric) 2.0003642499051124 absolute error 3.1834457043800057e-06 relative error 0.0001591430479873097% Correct digits 5 h 0.001 x2[1] (analytic) 1.004860980513087 x2[1] (numeric) 1.004862769780751 absolute error 1.7892676640318683e-06 relative error 0.00017806121431028791% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 49781.835434857065 Order of pole 130433187.52679002 TOP MAIN SOLVE Loop t[1] 1.58999999999999 x1[1] (analytic) 2.0003670661011217 x1[1] (numeric) 2.0003638106668586 absolute error 3.25543426304975e-06 relative error 0.00016274184464528586% Correct digits 5 h 0.001 x2[1] (analytic) 1.004870528393933 x2[1] (numeric) 1.004872360496526 absolute error 1.8321025929690649e-06 relative error 0.00018232225358397986% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 49806.42704429684 Order of pole 130562183.69724682 TOP MAIN SOLVE Loop t[1] 1.59099999999999 x1[1] (analytic) 2.0003666992184925 x1[1] (numeric) 2.0003633709891466 absolute error 3.3282293459002688e-06 relative error 0.00016638096141075276% Correct digits 5 h 0.001 x2[1] (analytic) 1.0048800955733663 x2[1] (numeric) 1.0048819710727732 absolute error 1.8754994068892472e-06 relative error 0.00018663912392643435% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 49831.492979706585 Order of pole 130693571.89268844 TOP MAIN SOLVE Loop t[1] 1.5919999999999899 x1[1] (analytic) 2.0003663327025625 x1[1] (numeric) 2.000362930871537 absolute error 3.4018310253181028e-06 relative error 0.00017006040192258756% Correct digits 5 h 0.001 x2[1] (analytic) 1.0048896820898383 x2[1] (numeric) 1.0048916015499134 absolute error 1.9194600751060165e-06 relative error 0.00019101201946010373% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 49856.56798863592 Order of pole 130825087.49536557 TOP MAIN SOLVE Loop t[1] 1.5929999999999898 x1[1] (analytic) 2.000365966552965 x1[1] (numeric) 2.0003624903135897 absolute error 3.4762393754661502e-06 relative error 0.00017378016990842997% Correct digits 5 h 0.001 x2[1] (analytic) 1.0048992879818788 x2[1] (numeric) 1.0049012519684493 absolute error 1.9639865704856874e-06 relative error 0.00019544113464643073% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 49881.58082616305 Order of pole 130956348.66075943 TOP MAIN SOLVE Loop t[1] 1.5939999999999896 x1[1] (analytic) 2.0003656007693342 x1[1] (numeric) 2.000362049314864 absolute error 3.55145447006322e-06 relative error 0.00017754026907368042% Correct digits 5 h 0.001 x2[1] (analytic) 1.0049089132880946 x2[1] (numeric) 1.0049109223689647 absolute error 2.009080870113422e-06 relative error 0.00019992666435205995% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 49906.37612526676 Order of pole 131086619.45173892 TOP MAIN SOLVE Loop t[1] 1.5949999999999895 x1[1] (analytic) 2.0003652353513046 x1[1] (numeric) 2.000361607874919 absolute error 3.627476385492656e-06 relative error 0.00018134070325690288% Correct digits 5 h 0.001 x2[1] (analytic) 1.0049185580471696 x2[1] (numeric) 1.004920612792126 absolute error 2.0547449564034537e-06 relative error 0.00020446880395923653% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 49931.14111217956 Order of pole 131216819.8895324 TOP MAIN SOLVE Loop t[1] 1.5959999999999894 x1[1] (analytic) 2.00036487029851 x1[1] (numeric) 2.0003611659933136 absolute error 3.704305196361446e-06 relative error 0.00018518147620782106% Correct digits 5 h 0.001 x2[1] (analytic) 1.0049282222978655 x2[1] (numeric) 1.0049303232786813 absolute error 2.1009808157668175e-06 relative error 0.0002090677492331464% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 49956.23342606105 Order of pole 131348717.43355446 TOP MAIN SOLVE Loop t[1] 1.5969999999999893 x1[1] (analytic) 2.000364505610586 x1[1] (numeric) 2.0003607236696053 absolute error 3.7819409808292903e-06 relative error 0.0001890625918537232% Correct digits 5 h 0.001 x2[1] (analytic) 1.004937906079022 x2[1] (numeric) 1.004940053869461 absolute error 2.1477904390554414e-06 relative error 0.0002137236963660273% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 49981.335671764704 Order of pole 131480704.63378555 TOP MAIN SOLVE Loop t[1] 1.5979999999999892 x1[1] (analytic) 2.0003641412871676 x1[1] (numeric) 2.0003602809033523 absolute error 3.860383815279533e-06 relative error 0.00019298405403305745% Correct digits 5 h 0.001 x2[1] (analytic) 1.0049476094295566 x2[1] (numeric) 1.0049498046053782 absolute error 2.1951758215621453e-06 relative error 0.00021843684197708614% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 50005.99790671808 Order of pole 131610597.75014949 TOP MAIN SOLVE Loop t[1] 1.598999999999989 x1[1] (analytic) 2.00036377732789 x1[1] (numeric) 2.0003598376941114 absolute error 3.939633778760054e-06 relative error 0.00019694586671743599% Correct digits 5 h 0.001 x2[1] (analytic) 1.0049573323884646 x2[1] (numeric) 1.004959575527428 absolute error 2.2431389634647303e-06 relative error 0.00022320738315660636% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 50031.14940498101 Order of pole 131742985.76334268 TOP MAIN SOLVE Loop t[1] 1.599999999999989 x1[1] (analytic) 2.0003634137323902 x1[1] (numeric) 2.0003593940414395 absolute error 4.019690950762822e-06 relative error 0.00020094803390063295% Correct digits 5 h 0.001 x2[1] (analytic) 1.00496707499482 x2[1] (numeric) 1.0049693666766888 absolute error 2.291681868715756e-06 relative error 0.00022803551735538878% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 50056.21420472016 Order of pole 131875007.70030662 TOP MAIN SOLVE Loop t[1] 1.6009999999999889 x1[1] (analytic) 2.0003630505003045 x1[1] (numeric) 2.0003589499448933 absolute error 4.100555411223894e-06 relative error 0.00020499055959858473% Correct digits 5 h 0.001 x2[1] (analytic) 1.0049768372877752 x2[1] (numeric) 1.0049791780943214 absolute error 2.3408065461527627e-06 relative error 0.00023292144249514404% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 50081.48135125512 Order of pole 132008109.44532916 TOP MAIN SOLVE Loop t[1] 1.6019999999999888 x1[1] (analytic) 2.000362687631269 x1[1] (numeric) 2.0003585054040283 absolute error 4.182227240523417e-06 relative error 0.00020907344784939003% Correct digits 5 h 0.001 x2[1] (analytic) 1.004986619306561 x2[1] (numeric) 1.00498900982157 absolute error 2.390515008832139e-06 relative error 0.00023786535690212374% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 50106.28164621549 Order of pole 132138933.22560836 TOP MAIN SOLVE Loop t[1] 1.6029999999999887 x1[1] (analytic) 2.0003623251249207 x1[1] (numeric) 2.0003580604184 absolute error 4.264706520817896e-06 relative error 0.00021319670277991109% Correct digits 5 h 0.001 x2[1] (analytic) 1.0049964210904865 x2[1] (numeric) 1.0049988618997618 absolute error 2.4408092753613886e-06 relative error 0.00024286745943960197% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 50131.68716561035 Order of pole 132272836.18889642 TOP MAIN SOLVE Loop t[1] 1.6039999999999885 x1[1] (analytic) 2.000361962980898 x1[1] (numeric) 2.0003576149875637 absolute error 4.347993334263833e-06 relative error 0.0002173603285169722% Correct digits 5 h 0.001 x2[1] (analytic) 1.0050062426789406 x2[1] (numeric) 1.0050087343703078 absolute error 2.491691367234594e-06 relative error 0.0002479279492426586% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 50156.14664058497 Order of pole 132402161.52915835 TOP MAIN SOLVE Loop t[1] 1.6049999999999884 x1[1] (analytic) 2.0003616011988385 x1[1] (numeric) 2.0003571691110738 absolute error 4.43208776479409e-06 relative error 0.00022156432927616145% Correct digits 5 h 0.001 x2[1] (analytic) 1.0050160841113904 x2[1] (numeric) 1.0050186272747021 absolute error 2.543163311718999e-06 relative error 0.00025304702600532% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 50181.856088872344 Order of pole 132537743.62270465 TOP MAIN SOLVE Loop t[1] 1.6059999999999883 x1[1] (analytic) 2.00036123977838 x1[1] (numeric) 2.000356722788484 absolute error 4.516989895897439e-06 relative error 0.0002258087092508289% Correct digits 5 h 0.001 x2[1] (analytic) 1.0050259454273827 x2[1] (numeric) 1.0050285406545232 absolute error 2.595227140522738e-06 relative error 0.0002582248898479063% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 50206.601911943886 Order of pole 132668616.08178733 TOP MAIN SOLVE Loop t[1] 1.6069999999999882 x1[1] (analytic) 2.000360878719161 x1[1] (numeric) 2.0003562760193487 absolute error 4.602699812394917e-06 relative error 0.00023009347270088804% Correct digits 5 h 0.001 x2[1] (analytic) 1.0050358266665436 x2[1] (numeric) 1.0050384745514327 absolute error 2.6478848891287043e-06 relative error 0.0002634617412506663% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 50231.70756246746 Order of pole 132801307.92137791 TOP MAIN SOLVE Loop t[1] 1.607999999999988 x1[1] (analytic) 2.0003605180208215 x1[1] (numeric) 2.0003558288032206 absolute error 4.6892176008839215e-06 relative error 0.00023441862397501648% Correct digits 5 h 0.001 x2[1] (analytic) 1.0050457278685783 x2[1] (numeric) 1.0050484290071768 absolute error 2.701138598570907e-06 relative error 0.000268757781230439% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 50256.54998474264 Order of pole 132932782.98486662 TOP MAIN SOLVE Loop t[1] 1.608999999999988 x1[1] (analytic) 2.0003601576829992 x1[1] (numeric) 2.0003553811396526 absolute error 4.77654334662958e-06 relative error 0.00023878416735525324% Correct digits 5 h 0.001 x2[1] (analytic) 1.005055649073272 x2[1] (numeric) 1.0050584040635857 absolute error 2.754990313658112e-06 relative error 0.0002741132111638192% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 50282.27857929322 Order of pole 133068742.07812719 TOP MAIN SOLVE Loop t[1] 1.6099999999999879 x1[1] (analytic) 2.000359797705335 x1[1] (numeric) 2.0003549330281976 absolute error 4.864677137561557e-06 relative error 0.00024319010725680227% Correct digits 5 h 0.001 x2[1] (analytic) 1.00506559032049 x2[1] (numeric) 1.0050683997625742 absolute error 2.809442084306113e-06 relative error 0.00027952823291962995% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 50307.072862075045 Order of pole 133200115.23672102 TOP MAIN SOLVE Loop t[1] 1.6109999999999878 x1[1] (analytic) 2.000359438087469 x1[1] (numeric) 2.000354484468407 absolute error 4.953619062053605e-06 relative error 0.0002476364481170308% Correct digits 5 h 0.001 x2[1] (analytic) 1.005075551650177 x2[1] (numeric) 1.0050784161461417 absolute error 2.8644959646495494e-06 relative error 0.00028500304877046253% Correct digits 5 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 2767.7247272758 Order of pole 199303.39183691208 TOP MAIN SOLVE Loop t[1] 1.6119999999999877 x1[1] (analytic) 2.0003590788290406 x1[1] (numeric) 2.0003540354598317 absolute error 5.043369208923565e-06 relative error 0.0002521231943954695% Correct digits 5 h 0.001 x2[1] (analytic) 1.0050855331023583 x2[1] (numeric) 1.0050884532563722 absolute error 2.9201540139300874e-06 relative error 0.00029053786148095894% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 50357.43496092887 Order of pole 133466935.20482261 TOP MAIN SOLVE Loop t[1] 1.6129999999999876 x1[1] (analytic) 2.0003587199296913 x1[1] (numeric) 2.0003535860020234 absolute error 5.133927667877458e-06 relative error 0.0002566503505960124% Correct digits 5 h 0.001 x2[1] (analytic) 1.0050955347171393 x2[1] (numeric) 1.0050985111354347 absolute error 2.976418295386196e-06 relative error 0.00029613287419726124% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 50382.542247151 Order of pole 133600099.05061305 TOP MAIN SOLVE Loop t[1] 1.6139999999999874 x1[1] (analytic) 2.0003583613890616 x1[1] (numeric) 2.0003531360945326 absolute error 5.225294529065394e-06 relative error 0.0002612179212447172% Correct digits 5 h 0.001 x2[1] (analytic) 1.005105556534706 x2[1] (numeric) 1.0051085898255834 absolute error 3.0332908773633704e-06 relative error 0.000301788290557384% Correct digits 5 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 2499.0067840881834 Order of pole 108346.7276891184 TOP MAIN SOLVE Loop t[1] 1.6149999999999873 x1[1] (analytic) 2.0003580032067934 x1[1] (numeric) 2.0003526857369094 absolute error 5.31746988396975e-06 relative error 0.0002658259109342059% Correct digits 5 h 0.001 x2[1] (analytic) 1.0051155985953246 x2[1] (numeric) 1.0051186893691575 absolute error 3.090773832870042e-06 relative error 0.00030750431464694% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 50432.88997086708 Order of pole 133867265.61326824 TOP MAIN SOLVE Loop t[1] 1.6159999999999872 x1[1] (analytic) 2.0003576453825285 x1[1] (numeric) 2.000352234928703 absolute error 5.41045382540517e-06 relative error 0.0002704743243236651% Correct digits 5 h 0.001 x2[1] (analytic) 1.0051256609393429 x2[1] (numeric) 1.0051288098085818 absolute error 3.1488692389114448e-06 relative error 0.000313281150932776% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 50458.1926744761 Order of pole 134001604.54031736 TOP MAIN SOLVE Loop t[1] 1.6169999999999871 x1[1] (analytic) 2.000357287915909 x1[1] (numeric) 2.0003517836694633 absolute error 5.504246445742211e-06 relative error 0.0002751631660500441% Correct digits 5 h 0.001 x2[1] (analytic) 1.005135743607189 x2[1] (numeric) 1.0051389511863666 absolute error 3.2075791775998397e-06 relative error 0.000319119004373341% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 50483.23716357364 Order of pole 134134700.04047744 TOP MAIN SOLVE Loop t[1] 1.617999999999987 x1[1] (analytic) 2.0003569308065776 x1[1] (numeric) 2.0003513319587385 absolute error 5.598847839127785e-06 relative error 0.00027989244083905743% Correct digits 5 h 0.001 x2[1] (analytic) 1.0051458466393726 x2[1] (numeric) 1.0051491135451085 absolute error 3.2669057359324682e-06 relative error 0.00032501808039650315% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 50508.759020129764 Order of pole 134270267.15460378 TOP MAIN SOLVE Loop t[1] 1.618999999999987 x1[1] (analytic) 2.000356574054177 x1[1] (numeric) 2.000350879796077 absolute error 5.6942581001528936e-06 relative error 0.0002846621534385835% Correct digits 5 h 0.001 x2[1] (analytic) 1.0051559700764838 x2[1] (numeric) 1.0051592969274892 absolute error 3.3268510053474643e-06 relative error 0.00033097858485527565% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 50533.971656523594 Order of pole 134404343.69708425 TOP MAIN SOLVE Loop t[1] 1.6199999999999868 x1[1] (analytic) 2.0003562176583505 x1[1] (numeric) 2.0003504271810266 absolute error 5.7904773238526275e-06 relative error 0.0002894723086186646% Correct digits 5 h 0.001 x2[1] (analytic) 1.0051661139591952 x2[1] (numeric) 1.0051695013762771 absolute error 3.387417081945898e-06 relative error 0.0003370007240498172% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 50559.022666419136 Order of pole 134537735.43100893 TOP MAIN SOLVE Loop t[1] 1.6209999999999867 x1[1] (analytic) 2.0003558616187416 x1[1] (numeric) 2.000349974113135 absolute error 5.887505606594345e-06 relative error 0.00029432291121590825% Correct digits 5 h 0.001 x2[1] (analytic) 1.0051762783282605 x2[1] (numeric) 1.005179726934327 absolute error 3.4486060664917773e-06 relative error 0.0003430847047273399% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 50584.58102950263 Order of pole 134673709.437093 TOP MAIN SOLVE Loop t[1] 1.6219999999999866 x1[1] (analytic) 2.0003555059349942 x1[1] (numeric) 2.0003495205919486 absolute error 5.985343045633584e-06 relative error 0.00029921396611128635% Correct digits 5 h 0.001 x2[1] (analytic) 1.005186463224515 x2[1] (numeric) 1.0051899736445797 absolute error 3.51042006463409e-06 relative error 0.00034923073410410765% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 50609.88702749508 Order of pole 134808461.086463 TOP MAIN SOLVE Loop t[1] 1.6229999999999865 x1[1] (analytic) 2.000355150606753 x1[1] (numeric) 2.0003490666170145 absolute error 6.08398973866997e-06 relative error 0.00030414547820793513% Correct digits 5 h 0.001 x2[1] (analytic) 1.0051966686888762 x2[1] (numeric) 1.0052002415500632 absolute error 3.572861186906806e-06 relative error 0.0003554390198653415% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 50635.51064727372 Order of pole 134944920.87437215 TOP MAIN SOLVE Loop t[1] 1.6239999999999863 x1[1] (analytic) 2.0003547956336627 x1[1] (numeric) 2.0003486121878784 absolute error 6.183445784291308e-06 relative error 0.00030911745245335573% Correct digits 5 h 0.001 x2[1] (analytic) 1.005206894762344 x2[1] (numeric) 1.0052105306938917 absolute error 3.6359315476186538e-06 relative error 0.00036170977005467903% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 50660.541471526645 Order of pole 135078451.04094565 TOP MAIN SOLVE Loop t[1] 1.6249999999999862 x1[1] (analytic) 2.0003544410153675 x1[1] (numeric) 2.0003481573040856 absolute error 6.283711281973581e-06 relative error 0.0003141298938394142% Correct digits 5 h 0.001 x2[1] (analytic) 1.0052171414859996 x2[1] (numeric) 1.0052208411192667 absolute error 3.6996332670735654e-06 relative error 0.00036804319329497754% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 50685.78961694265 Order of pole 135213167.233143 TOP MAIN SOLVE Loop t[1] 1.6259999999999861 x1[1] (analytic) 2.0003540867515137 x1[1] (numeric) 2.0003477019651816 absolute error 6.3847863320809495e-06 relative error 0.00031918280740234143% Correct digits 5 h 0.001 x2[1] (analytic) 1.0052274089010078 x2[1] (numeric) 1.0052311728694772 absolute error 3.7639684693502318e-06 relative error 0.00037443949856732345% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 50711.39662300618 Order of pole 135349724.55755514 TOP MAIN SOLVE Loop t[1] 1.626999999999986 x1[1] (analytic) 2.0003537328417464 x1[1] (numeric) 2.000347246170711 absolute error 6.486671035421665e-06 relative error 0.00032427619820053316% Correct digits 5 h 0.001 x2[1] (analytic) 1.005237697048615 x2[1] (numeric) 1.0052415259878988 absolute error 3.828939283856414e-06 relative error 0.00038089889536556447% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 50736.31046590229 Order of pole 135482926.2205435 TOP MAIN SOLVE Loop t[1] 1.627999999999986 x1[1] (analytic) 2.000353379285712 x1[1] (numeric) 2.000346789920218 absolute error 6.589365494136246e-06 relative error 0.0003294100713589507% Correct digits 5 h 0.001 x2[1] (analytic) 1.0052480059701507 x2[1] (numeric) 1.0052519005179956 absolute error 3.894547844884855e-06 relative error 0.00038742159365203426% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 50762.1036679511 Order of pole 135620550.82649776 TOP MAIN SOLVE Loop t[1] 1.6289999999999858 x1[1] (analytic) 2.000353026083057 x1[1] (numeric) 2.0003463332132463 absolute error 6.692869810809299e-06 relative error 0.00033458443202472016% Correct digits 5 h 0.001 x2[1] (analytic) 1.0052583357070277 x2[1] (numeric) 1.0052622965033184 absolute error 3.960796290725099e-06 relative error 0.0003940078037691033% Correct digits 5 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 4140.5597256165565 Order of pole 367044.04099305405 TOP MAIN SOLVE Loop t[1] 1.6299999999999857 x1[1] (analytic) 2.0003526732334285 x1[1] (numeric) 2.000345876049339 absolute error 6.7971840893577e-06 relative error 0.0003397992854115336% Correct digits 5 h 0.001 x2[1] (analytic) 1.0052686863007416 x2[1] (numeric) 1.0052727139875066 absolute error 4.027686764995764e-06 relative error 0.00040065773657161534% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 50812.560180308115 Order of pole 135890404.00919616 TOP MAIN SOLVE Loop t[1] 1.6309999999999856 x1[1] (analytic) 2.000352320736473 x1[1] (numeric) 2.0003454184280396 absolute error 6.902308433254234e-06 relative error 0.00034505463671084704% Correct digits 5 h 0.001 x2[1] (analytic) 1.005279057792871 x2[1] (numeric) 1.0052831530142874 absolute error 4.09522141642249e-06 relative error 0.00040737160340470106% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 50838.326432223774 Order of pole 136028153.31672344 TOP MAIN SOLVE Loop t[1] 1.6319999999999855 x1[1] (analytic) 2.000351968591838 x1[1] (numeric) 2.00034496034889 absolute error 7.008242948192134e-06 relative error 0.00035035049122508354% Correct digits 5 h 0.001 x2[1] (analytic) 1.005289450225078 x2[1] (numeric) 1.0052936136274762 absolute error 4.1634023981718116e-06 relative error 0.00041414961603741606% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 50863.79004572512 Order of pole 136164438.22168037 TOP MAIN SOLVE Loop t[1] 1.6329999999999854 x1[1] (analytic) 2.000351616799172 x1[1] (numeric) 2.0003445018114316 absolute error 7.11498774030872e-06 relative error 0.0003556868542788315% Correct digits 5 h 0.001 x2[1] (analytic) 1.0052998636391086 x2[1] (numeric) 1.0053040958709767 absolute error 4.2322318680732e-06 relative error 0.00042099198668473344% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 50888.73149365944 Order of pole 136298177.54393265 TOP MAIN SOLVE Loop t[1] 1.6339999999999852 x1[1] (analytic) 2.0003512653581224 x1[1] (numeric) 2.0003440428152066 absolute error 7.2225429157413146e-06 relative error 0.0003610637311966438% Correct digits 5 h 0.001 x2[1] (analytic) 1.0053102980767923 x2[1] (numeric) 1.0053145997887813 absolute error 4.3017119890631506e-06 relative error 0.00042789892805162103% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 50914.52774368125 Order of pole 136436259.16971377 TOP MAIN SOLVE Loop t[1] 1.6349999999999851 x1[1] (analytic) 2.0003509142683384 x1[1] (numeric) 2.000343583359756 absolute error 7.330908582403595e-06 relative error 0.00036648112739184045% Correct digits 5 h 0.001 x2[1] (analytic) 1.0053207535800426 x2[1] (numeric) 1.0053251254249713 absolute error 4.371844928741098e-06 relative error 0.0004348706532887681% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 50939.991363571215 Order of pole 136572752.75857162 TOP MAIN SOLVE Loop t[1] 1.635999999999985 x1[1] (analytic) 2.000350563529469 x1[1] (numeric) 2.00034312344462 absolute error 7.440084849097417e-06 relative error 0.0003719390483221073% Correct digits 5 h 0.001 x2[1] (analytic) 1.0053312301908575 x2[1] (numeric) 1.0053356728237168 absolute error 4.442632859369411e-06 relative error 0.0004419073759924873% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 50965.221616132694 Order of pole 136708169.76694995 TOP MAIN SOLVE Loop t[1] 1.636999999999985 x1[1] (analytic) 2.0003502131411626 x1[1] (numeric) 2.000342663069339 absolute error 7.5500718237364595e-06 relative error 0.00037743749940069414% Correct digits 5 h 0.001 x2[1] (analytic) 1.0053417279513182 x2[1] (numeric) 1.005346242029277 absolute error 4.514077958761575e-06 relative error 0.0004490093102929635% Correct digits 5 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1339.8558360171912 Order of pole 956182.5664233377 TOP MAIN SOLVE Loop t[1] 1.6379999999999848 x1[1] (analytic) 2.00034986310307 x1[1] (numeric) 2.000342202233452 absolute error 7.660869617787114e-06 relative error 0.0003829764862184201% Correct digits 5 h 0.001 x2[1] (analytic) 1.005352246903591 x2[1] (numeric) 1.005356833086 absolute error 4.586182409171968e-06 relative error 0.00045617667074371836% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51016.12707596616 Order of pole 136981421.29889774 TOP MAIN SOLVE Loop t[1] 1.6389999999999847 x1[1] (analytic) 2.00034951341484 x1[1] (numeric) 2.000341740936499 absolute error 7.772478340939415e-06 relative error 0.00038855601427726744% Correct digits 5 h 0.001 x2[1] (analytic) 1.005362787089927 x2[1] (numeric) 1.0053674460383246 absolute error 4.6589483975179036e-06 relative error 0.00046340967234359873% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51041.51145091794 Order of pole 137117805.2658626 TOP MAIN SOLVE Loop t[1] 1.6399999999999846 x1[1] (analytic) 2.0003491640761237 x1[1] (numeric) 2.000341279178018 absolute error 7.884898105547933e-06 relative error 0.0003941760892123867% Correct digits 5 h 0.001 x2[1] (analytic) 1.005373348552662 x2[1] (numeric) 1.005378080930778 absolute error 4.732378116045766e-06 relative error 0.0004707085306029357% Correct digits 5 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 3292.241843456296 Order of pole 78643.8704888468 TOP MAIN SOLVE Loop t[1] 1.6409999999999845 x1[1] (analytic) 2.0003488150865714 x1[1] (numeric) 2.000340816957548 absolute error 7.998129023523148e-06 relative error 0.0003998367166366934% Correct digits 5 h 0.001 x2[1] (analytic) 1.0053839313342159 x2[1] (numeric) 1.0053887378079778 absolute error 4.80647376188692e-06 relative error 0.00047807346149926906% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51093.152425853346 Order of pole 137395223.58121216 TOP MAIN SOLVE Loop t[1] 1.6419999999999844 x1[1] (analytic) 2.000348466445834 x1[1] (numeric) 2.000340354274626 absolute error 8.11217120810781e-06 relative error 0.00040553790222966997% Correct digits 5 h 0.001 x2[1] (analytic) 1.005394535477095 x2[1] (numeric) 1.0053994167146314 absolute error 4.8812375363915805e-06 relative error 0.0004855046814109908% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51118.65329855911 Order of pole 137532419.08764067 TOP MAIN SOLVE Loop t[1] 1.6429999999999843 x1[1] (analytic) 2.0003481181535636 x1[1] (numeric) 2.0003398911287897 absolute error 8.227024773876934e-06 relative error 0.0004112796517373662% Correct digits 5 h 0.001 x2[1] (analytic) 1.0054051610238897 x2[1] (numeric) 1.0054101176955366 absolute error 4.956671646905164e-06 relative error 0.0004930024072939275% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51144.404747606066 Order of pole 137670963.7992821 TOP MAIN SOLVE Loop t[1] 1.6439999999999841 x1[1] (analytic) 2.000347770209411 x1[1] (numeric) 2.000339427519576 absolute error 8.342689834961448e-06 relative error 0.0004170619708835966% Correct digits 5 h 0.001 x2[1] (analytic) 1.0054158080172768 x2[1] (numeric) 1.0054208407955814 absolute error 5.032778304547847e-06 relative error 0.0005005668564603835% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51169.52507864723 Order of pole 137806385.9988343 TOP MAIN SOLVE Loop t[1] 1.644999999999984 x1[1] (analytic) 2.0003474226130287 x1[1] (numeric) 2.0003389634465214 absolute error 8.459166507268634e-06 relative error 0.00042288486548094386% Correct digits 5 h 0.001 x2[1] (analytic) 1.0054264765000178 x2[1] (numeric) 1.0054315860597447 absolute error 5.109559726879098e-06 relative error 0.0005081982468440602% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51195.328860588415 Order of pole 137945345.05138856 TOP MAIN SOLVE Loop t[1] 1.645999999999984 x1[1] (analytic) 2.0003470753640693 x1[1] (numeric) 2.0003384989091613 absolute error 8.576454908038045e-06 relative error 0.000428748341408558% Correct digits 5 h 0.001 x2[1] (analytic) 1.0054371665149606 x2[1] (numeric) 1.0054423535330956 absolute error 5.187018135011101e-06 relative error 0.0005158967967128476% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 51221.01949818733 Order of pole 138083803.2209272 TOP MAIN SOLVE Loop t[1] 1.6469999999999838 x1[1] (analytic) 2.0003467284621848 x1[1] (numeric) 2.0003380339070316 absolute error 8.694555153176964e-06 relative error 0.00043465240447895326% Correct digits 5 h 0.001 x2[1] (analytic) 1.0054478781050389 x2[1] (numeric) 1.0054531432607947 absolute error 5.265155755829198e-06 relative error 0.000523662724889569% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 51246.66817351212 Order of pole 138222118.42110682 TOP MAIN SOLVE Loop t[1] 1.6479999999999837 x1[1] (analytic) 2.000346381907029 x1[1] (numeric) 2.0003375684396674 absolute error 8.8134673617013e-06 relative error 0.00044059706066001356% Correct digits 5 h 0.001 x2[1] (analytic) 1.0054586113132729 x2[1] (numeric) 1.0054639552880933 absolute error 5.34397482043758e-06 relative error 0.0005314962505972856% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51272.072480773306 Order of pole 138359258.58722228 TOP MAIN SOLVE Loop t[1] 1.6489999999999836 x1[1] (analytic) 2.0003460356982554 x1[1] (numeric) 2.000337102506603 absolute error 8.93319165262696e-06 relative error 0.0004465823159195891% Correct digits 5 h 0.001 x2[1] (analytic) 1.0054693661827683 x2[1] (numeric) 1.005474789660334 absolute error 5.423477565713597e-06 relative error 0.0005393975936137819% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51297.621818075626 Order of pole 138497237.77016684 TOP MAIN SOLVE Loop t[1] 1.6499999999999835 x1[1] (analytic) 2.0003456898355174 x1[1] (numeric) 2.000336636107372 absolute error 9.053728145413942e-06 relative error 0.00045260817624769663% Correct digits 5 h 0.001 x2[1] (analytic) 1.0054801427567175 x2[1] (numeric) 1.0054856464229511 absolute error 5.503666233641624e-06 relative error 0.0005473669742052054% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51323.253815649005 Order of pole 138635665.13679075 TOP MAIN SOLVE Loop t[1] 1.6509999999999834 x1[1] (analytic) 2.000345344318469 x1[1] (numeric) 2.0003361692415087 absolute error 9.175076960410422e-06 relative error 0.0004586746476787203% Correct digits 5 h 0.001 x2[1] (analytic) 1.0054909410784003 x2[1] (numeric) 1.0054965256214707 absolute error 5.5845430704248855e-06 relative error 0.0005554046130376272% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51348.95583684617 Order of pole 138774528.18269187 TOP MAIN SOLVE Loop t[1] 1.6519999999999833 x1[1] (analytic) 2.0003449991467654 x1[1] (numeric) 2.000335701908546 absolute error 9.297238219296844e-06 relative error 0.000464781736313612% Correct digits 5 h 0.001 x2[1] (analytic) 1.0055017611911827 x2[1] (numeric) 1.0055074273015103 absolute error 5.666110327595675e-06 relative error 0.0005635107312873557% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51375.00815230825 Order of pole 138915274.16540068 TOP MAIN SOLVE Loop t[1] 1.6529999999999831 x1[1] (analytic) 2.0003446543200605 x1[1] (numeric) 2.0003352341080167 absolute error 9.42021204375365e-06 relative error 0.0004709294482532904% Correct digits 5 h 0.001 x2[1] (analytic) 1.0055126031385173 x2[1] (numeric) 1.0055183515087796 absolute error 5.748370262237401e-06 relative error 0.0005716855506629107% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51400.35401169496 Order of pole 139052494.68774277 TOP MAIN SOLVE Loop t[1] 1.653999999999983 x1[1] (analytic) 2.0003443098380105 x1[1] (numeric) 2.000334765839453 absolute error 9.543998557681732e-06 relative error 0.00047711778970964316% Correct digits 5 h 0.001 x2[1] (analytic) 1.0055234669639446 x2[1] (numeric) 1.0055292982890804 absolute error 5.831325135874366e-06 relative error 0.0005799292932945006% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 51426.37566049059 Order of pole 139193204.11703324 TOP MAIN SOLVE Loop t[1] 1.654999999999983 x1[1] (analytic) 2.00034396570027 x1[1] (numeric) 2.0003342971023863 absolute error 9.66859788364971e-06 relative error 0.0004833467668279229% Correct digits 5 h 0.001 x2[1] (analytic) 1.0055343527110923 x2[1] (numeric) 1.0055402676883074 absolute error 5.9149772151378954e-06 relative error 0.000588242181800165% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51451.871130909676 Order of pole 139331327.66268653 TOP MAIN SOLVE Loop t[1] 1.6559999999999828 x1[1] (analytic) 2.000343621906495 x1[1] (numeric) 2.0003338278963483 absolute error 9.794010146890741e-06 relative error 0.0004896163858865522% Correct digits 5 h 0.001 x2[1] (analytic) 1.005545260423675 x2[1] (numeric) 1.0055512597524474 absolute error 5.999328772432477e-06 relative error 0.0005966244393519123% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51477.741466872394 Order of pole 139471432.47048452 TOP MAIN SOLVE Loop t[1] 1.6569999999999827 x1[1] (analytic) 2.0003432784563424 x1[1] (numeric) 2.0003333582208693 absolute error 9.920235473082073e-06 relative error 0.0004959266531861212% Correct digits 5 h 0.001 x2[1] (analytic) 1.0055561901454957 x2[1] (numeric) 1.00556227452758 absolute error 6.0843820843814456e-06 relative error 0.0006050762895210347% Correct digits 5 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 853.5259476857159 Order of pole 484152.6171101844 TOP MAIN SOLVE Loop t[1] 1.6579999999999826 x1[1] (analytic) 2.000342935349468 x1[1] (numeric) 2.00033288807548 absolute error 1.0047273987900951e-05 relative error 0.0005022775750271866% Correct digits 5 h 0.001 x2[1] (analytic) 1.0055671419204455 x2[1] (numeric) 1.005573312059878 absolute error 6.170139432493116e-06 relative error 0.0006135979563442478% Correct digits 5 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 2085.568301633541 Order of pole 19471.19582966356 TOP MAIN SOLVE Loop t[1] 1.6589999999999825 x1[1] (analytic) 2.000342592585529 x1[1] (numeric) 2.00033241745971 absolute error 1.0175125818800979e-05 relative error 0.0005086691577990744% Correct digits 5 h 0.001 x2[1] (analytic) 1.0055781157925023 x2[1] (numeric) 1.005584372395607 absolute error 6.256603104715097e-06 relative error 0.0006221896644781524% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 51555.12545882979 Order of pole 139891032.3164743 TOP MAIN SOLVE Loop t[1] 1.6599999999999824 x1[1] (analytic) 2.0003422501641825 x1[1] (numeric) 2.0003319463730893 absolute error 1.0303791093235759e-05 relative error 0.0005151014078910773% Correct digits 5 h 0.001 x2[1] (analytic) 1.0055891118057336 x2[1] (numeric) 1.0055954555811264 absolute error 6.343775392769757e-06 relative error 0.0006308516389341424% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51580.815671034165 Order of pole 140030511.4275053 TOP MAIN SOLVE Loop t[1] 1.6609999999999823 x1[1] (analytic) 2.000341908085087 x1[1] (numeric) 2.0003314748151464 absolute error 1.0433269940435252e-05 relative error 0.0005215743317812578% Correct digits 5 h 0.001 x2[1] (analytic) 1.0056001300042943 x2[1] (numeric) 1.0056065616628886 absolute error 6.431658594374667e-06 relative error 0.0006395841052991115% Correct digits 5 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 7760.6276829198605 Order of pole 3324768.97454979 TOP MAIN SOLVE Loop t[1] 1.6619999999999822 x1[1] (analytic) 2.0003415663478985 x1[1] (numeric) 2.0003310027854093 absolute error 1.056356248918533e-05 relative error 0.0005280879359254448% Correct digits 5 h 0.001 x2[1] (analytic) 1.0056111704324284 x2[1] (numeric) 1.0056176906874401 absolute error 6.520255011688292e-06 relative error 0.0006483872895807712% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51632.21015953495 Order of pole 140309789.6964716 TOP MAIN SOLVE Loop t[1] 1.662999999999982 x1[1] (analytic) 2.000341224952277 x1[1] (numeric) 2.0003305302834065 absolute error 1.0694668870492308e-05 relative error 0.0005346422268904374% Correct digits 5 h 0.001 x2[1] (analytic) 1.0056222331344684 x2[1] (numeric) 1.005628842701421 absolute error 6.609566952642254e-06 relative error 0.0006572614183400264% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 51658.2799799249 Order of pole 140451443.91205785 TOP MAIN SOLVE Loop t[1] 1.663999999999982 x1[1] (analytic) 2.0003408838978802 x1[1] (numeric) 2.0003300573086653 absolute error 1.0826589214918414e-05 relative error 0.0005412372112208013% Correct digits 5 h 0.001 x2[1] (analytic) 1.005633318154836 x2[1] (numeric) 1.0056400177515659 absolute error 6.699596729831114e-06 relative error 0.0006662067185804584% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51683.619041651116 Order of pole 140589407.9580876 TOP MAIN SOLVE Loop t[1] 1.6649999999999818 x1[1] (analytic) 2.0003405431843677 x1[1] (numeric) 2.000329583860713 absolute error 1.0959323654802233e-05 relative error 0.000547872895549872% Correct digits 5 h 0.001 x2[1] (analytic) 1.0056444255380417 x2[1] (numeric) 1.005651215884703 absolute error 6.790346661400548e-06 relative error 0.0006752234178365344% Correct digits 5 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 2265.521748065434 Order of pole 63722.99971122611 TOP MAIN SOLVE Loop t[1] 1.6659999999999817 x1[1] (analytic) 2.000340202811398 x1[1] (numeric) 2.000329109939076 absolute error 1.109287232203826e-05 relative error 0.000554549286488752% Correct digits 5 h 0.001 x2[1] (analytic) 1.0056555553286854 x2[1] (numeric) 1.0056624371477558 absolute error 6.881819070381212e-06 relative error 0.0006843117441072534% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 51735.813515695016 Order of pole 140873355.94072542 TOP MAIN SOLVE Loop t[1] 1.6669999999999816 x1[1] (analytic) 2.0003398627786315 x1[1] (numeric) 2.00032863554328 absolute error 1.1227235351629616e-05 relative error 0.0005612663908039153% Correct digits 5 h 0.001 x2[1] (analytic) 1.0056667075714565 x2[1] (numeric) 1.0056736815877418 absolute error 6.974016285354878e-06 relative error 0.0006934719259222716% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 51761.33615642914 Order of pole 141012501.71555722 TOP MAIN SOLVE Loop t[1] 1.6679999999999815 x1[1] (analytic) 2.0003395230857275 x1[1] (numeric) 2.000328160672851 absolute error 1.1362412876358974e-05 relative error 0.0005680242151508007% Correct digits 5 h 0.001 x2[1] (analytic) 1.0056778823111339 x2[1] (numeric) 1.0056849492517737 absolute error 7.0669406397882994e-06 relative error 0.000702704192275549% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51787.75719532582 Order of pole 141156308.30803934 TOP MAIN SOLVE Loop t[1] 1.6689999999999814 x1[1] (analytic) 2.0003391837323465 x1[1] (numeric) 2.0003276853273144 absolute error 1.1498405032117631e-05 relative error 0.000574822766340219% Correct digits 5 h 0.001 x2[1] (analytic) 1.0056890795925864 x2[1] (numeric) 1.0056962401870588 absolute error 7.1605944724773e-06 relative error 0.000712008772669394% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51813.29614866954 Order of pole 141295704.11760983 TOP MAIN SOLVE Loop t[1] 1.6699999999999813 x1[1] (analytic) 2.00033884471815 x1[1] (numeric) 2.000327209506194 absolute error 1.1635211955685065e-05 relative error 0.00058166205122735% Correct digits 5 h 0.001 x2[1] (analytic) 1.005700299460773 x2[1] (numeric) 1.0057075544409 absolute error 7.254980126880639e-06 relative error 0.0007213858970481112% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 51838.94890999663 Order of pole 141435720.10303646 TOP MAIN SOLVE Loop t[1] 1.6709999999999812 x1[1] (analytic) 2.0003385060427976 x1[1] (numeric) 2.000326733209015 absolute error 1.1772833782508485e-05 relative error 0.0005885420766007393% Correct digits 5 h 0.001 x2[1] (analytic) 1.0057115419607427 x2[1] (numeric) 1.0057188920606956 absolute error 7.350099952896372e-06 relative error 0.0007308357959745159% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51865.28881403874 Order of pole 141579351.39885786 TOP MAIN SOLVE Loop t[1] 1.671999999999981 x1[1] (analytic) 2.0003381677059515 x1[1] (numeric) 2.0003262564353004 absolute error 1.1911270651143724e-05 relative error 0.000595462849404305% Correct digits 5 h 0.001 x2[1] (analytic) 1.0057228071376347 x2[1] (numeric) 1.0057302530939396 absolute error 7.445956304863444e-06 relative error 0.0007403587004311072% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 51891.49120092271 Order of pole 141722339.78853938 TOP MAIN SOLVE Loop t[1] 1.672999999999981 x1[1] (analytic) 2.0003378297072727 x1[1] (numeric) 2.0003257791845734 absolute error 1.2050522699258437e-05 relative error 0.000602424376537532% Correct digits 5 h 0.001 x2[1] (analytic) 1.005734095036679 x2[1] (numeric) 1.0057416375882213 absolute error 7.542551542227827e-06 relative error 0.0007499548418861896% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51917.0679512806 Order of pole 141862212.42496434 TOP MAIN SOLVE Loop t[1] 1.6739999999999808 x1[1] (analytic) 2.000337492046424 x1[1] (numeric) 2.0003253014563573 absolute error 1.2190590066740725e-05 relative error 0.0006094266650108763% Correct digits 5 h 0.001 x2[1] (analytic) 1.0057454057031963 x2[1] (numeric) 1.0057530455912265 absolute error 7.639888030208652e-06 relative error 0.0007596244523599889% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 51942.9716504256 Order of pole 142003861.24033025 TOP MAIN SOLVE Loop t[1] 1.6749999999999807 x1[1] (analytic) 2.0003371547230677 x1[1] (numeric) 2.000324823250174 absolute error 1.2331472893922779e-05 relative error 0.0006164697218569628% Correct digits 5 h 0.001 x2[1] (analytic) 1.005756739182598 x2[1] (numeric) 1.005764477150737 absolute error 7.737968139132079e-06 relative error 0.0007693677643582987% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51968.84826686311 Order of pole 142145377.91475788 TOP MAIN SOLVE Loop t[1] 1.6759999999999806 x1[1] (analytic) 2.0003368177368657 x1[1] (numeric) 2.000324344565545 absolute error 1.24731713206927e-05 relative error 0.000623553554086184% Correct digits 5 h 0.001 x2[1] (analytic) 1.0057680955203863 x2[1] (numeric) 1.005775932314631 absolute error 7.836794244653333e-06 relative error 0.000779185010894441% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 51994.73939288564 Order of pole 142287068.65934756 TOP MAIN SOLVE Loop t[1] 1.6769999999999805 x1[1] (analytic) 2.0003364810874817 x1[1] (numeric) 2.000323865401992 absolute error 1.2615685489603123e-05 relative error 0.0006306781688421047% Correct digits 5 h 0.001 x2[1] (analytic) 1.0057794747621558 x2[1] (numeric) 1.005787411130883 absolute error 7.936368727312626e-06 relative error 0.0007890764254449912% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52020.96470779472 Order of pole 142430590.10851336 TOP MAIN SOLVE Loop t[1] 1.6779999999999804 x1[1] (analytic) 2.0003361447745784 x1[1] (numeric) 2.000323385759036 absolute error 1.2759015542318508e-05 relative error 0.0006378435732238565% Correct digits 5 h 0.001 x2[1] (analytic) 1.005790876953591 x2[1] (numeric) 1.005798913647565 absolute error 8.036693973867415e-06 relative error 0.0007990422420821224% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52046.96168501604 Order of pole 142573002.63611084 TOP MAIN SOLVE Loop t[1] 1.6789999999999803 x1[1] (analytic) 2.0003358087978205 x1[1] (numeric) 2.0003229056361973 absolute error 1.2903161623167847e-05 relative error 0.0006450497744637439% Correct digits 5 h 0.001 x2[1] (analytic) 1.0058023021404698 x2[1] (numeric) 1.005810439912845 absolute error 8.137772375071961e-06 relative error 0.0008090826952527142% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52073.25420007171 Order of pole 142716964.34551555 TOP MAIN SOLVE Loop t[1] 1.6799999999999802 x1[1] (analytic) 2.0003354731568708 x1[1] (numeric) 2.0003224250329956 absolute error 1.3048123875147866e-05 relative error 0.0006522967797274374% Correct digits 5 h 0.001 x2[1] (analytic) 1.0058137503686602 x2[1] (numeric) 1.005821989974989 absolute error 8.239606328785953e-06 relative error 0.0008191980200873071% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52098.766489375506 Order of pole 142857045.92809632 TOP MAIN SOLVE Loop t[1] 1.68099999999998 x1[1] (analytic) 2.000335137851395 x1[1] (numeric) 2.00032194394895 absolute error 1.3193902444808003e-05 relative error 0.0006595845963581819% Correct digits 5 h 0.001 x2[1] (analytic) 1.005825221684123 x2[1] (numeric) 1.0058335638823597 absolute error 8.342198236643839e-06 relative error 0.0008293884520688313% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52125.11990286486 Order of pole 143001492.46752235 TOP MAIN SOLVE Loop t[1] 1.68199999999998 x1[1] (analytic) 2.0003348028810564 x1[1] (numeric) 2.00032146238358 absolute error 1.3340497476477253e-05 relative error 0.0006669132315881875% Correct digits 5 h 0.001 x2[1] (analytic) 1.0058367161329116 x2[1] (numeric) 1.0058451616834179 absolute error 8.445550506275268e-06 relative error 0.0008396542272532503% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52151.25596434799 Order of pole 143144900.43007052 TOP MAIN SOLVE Loop t[1] 1.6829999999999798 x1[1] (analytic) 2.000334468245521 x1[1] (numeric) 2.0003209803364035 absolute error 1.3487909117593233e-05 relative error 0.0006742826928050377% Correct digits 5 h 0.001 x2[1] (analytic) 1.005848233761171 x2[1] (numeric) 1.0058567834267216 absolute error 8.549665550638963e-06 relative error 0.0008499955822032093% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 52177.4766348509 Order of pole 143288868.92744532 TOP MAIN SOLVE Loop t[1] 1.6839999999999797 x1[1] (analytic) 2.000334133944454 x1[1] (numeric) 2.0003204978069387 absolute error 1.3636137515149471e-05 relative error 0.0006816929873740846% Correct digits 5 h 0.001 x2[1] (analytic) 1.0058597746151388 x2[1] (numeric) 1.0058684291609272 absolute error 8.654545788466805e-06 relative error 0.0008604127540320618% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52203.13802912459 Order of pole 143429957.01518813 TOP MAIN SOLVE Loop t[1] 1.6849999999999796 x1[1] (analytic) 2.0003337999775206 x1[1] (numeric) 2.000320014794703 absolute error 1.3785182817471764e-05 relative error 0.0006891441227272508% Correct digits 5 h 0.001 x2[1] (analytic) 1.0058713387411458 x2[1] (numeric) 1.005880098934789 absolute error 8.760193643153613e-06 relative error 0.0008709059802933693% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52229.652170536756 Order of pole 143575569.53195453 TOP MAIN SOLVE Loop t[1] 1.6859999999999795 x1[1] (analytic) 2.0003334663443875 x1[1] (numeric) 2.0003195312992137 absolute error 1.3935045173774085e-05 relative error 0.0006966361063408294% Correct digits 5 h 0.001 x2[1] (analytic) 1.0058829261856157 x2[1] (numeric) 1.0058917927971593 absolute error 8.86661154364532e-06 relative error 0.0008814754990690798% Correct digits 5 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 7501.992220664581 Order of pole 282435.4125910369 TOP MAIN SOLVE Loop t[1] 1.6869999999999794 x1[1] (analytic) 2.000333133044721 x1[1] (numeric) 2.000319047319987 absolute error 1.40857247337145e-05 relative error 0.0007041689457132833% Correct digits 5 h 0.001 x2[1] (analytic) 1.0058945369950651 x2[1] (numeric) 1.0059035107969898 absolute error 8.973801924661018e-06 relative error 0.0008921215489914767% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52281.22561045675 Order of pole 143859475.57585117 TOP MAIN SOLVE Loop t[1] 1.6879999999999793 x1[1] (analytic) 2.000332800078187 x1[1] (numeric) 2.000318562856539 absolute error 1.4237221647839249e-05 relative error 0.0007117426483874463% Correct digits 5 h 0.001 x2[1] (analytic) 1.0059061712161037 x2[1] (numeric) 1.0059152529833302 absolute error 9.081767226470916e-06 relative error 0.0009028443692209773% Correct digits 5 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 52308.10967706465 Order of pole 144007233.5478318 TOP MAIN SOLVE Loop t[1] 1.6889999999999792 x1[1] (analytic) 2.0003324674444536 x1[1] (numeric) 2.0003180779083856 absolute error 1.4389536068026842e-05 relative error 0.0007193572219727229% Correct digits 5 h 0.001 x2[1] (analytic) 1.0059178288954347 x2[1] (numeric) 1.0059270194053294 absolute error 9.190509894674292e-06 relative error 0.000913644199423932% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52334.30171298514 Order of pole 144151457.28433558 TOP MAIN SOLVE Loop t[1] 1.689999999999979 x1[1] (analytic) 2.0003321351431875 x1[1] (numeric) 2.0003175924750414 absolute error 1.454266814615579e-05 relative error 0.0007270126740784874% Correct digits 5 h 0.001 x2[1] (analytic) 1.0059295100798555 x2[1] (numeric) 1.0059388101122353 absolute error 9.300032379755407e-06 relative error 0.0009245212797283506% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52360.459520865166 Order of pole 144295591.45460746 TOP MAIN SOLVE Loop t[1] 1.690999999999979 x1[1] (analytic) 2.0003318031740562 x1[1] (numeric) 2.000317106556021 absolute error 1.469661803543687e-05 relative error 0.0007347090123806857% Correct digits 5 h 0.001 x2[1] (analytic) 1.005941214816257 x2[1] (numeric) 1.0059506251533954 absolute error 9.41033713841577e-06 relative error 0.0009354758508562194% Correct digits 5 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 4375.983378590988 Order of pole 9777509.620615238 TOP MAIN SOLVE Loop t[1] 1.6919999999999789 x1[1] (analytic) 2.000331471536729 x1[1] (numeric) 2.0003166201508384 absolute error 1.4851385890413127e-05 relative error 0.0007424462446218346% Correct digits 5 h 0.001 x2[1] (analytic) 1.0059529431516239 x2[1] (numeric) 1.0059624645782563 absolute error 9.521426632463914e-06 relative error 0.0009465081540130035% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52412.81015855533 Order of pole 144584290.0759205 TOP MAIN SOLVE Loop t[1] 1.6929999999999787 x1[1] (analytic) 2.0003311402308723 x1[1] (numeric) 2.0003161332590076 absolute error 1.5006971864739427e-05 relative error 0.00075022437850002% Correct digits 5 h 0.001 x2[1] (analytic) 1.0059646951330354 x2[1] (numeric) 1.0059743284363647 absolute error 9.63330332925949e-06 relative error 0.0009576184309316659% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52438.48017309696 Order of pole 144726158.15154457 TOP MAIN SOLVE Loop t[1] 1.6939999999999786 x1[1] (analytic) 2.0003308092561567 x1[1] (numeric) 2.000315645880041 absolute error 1.516337611562335e-05 relative error 0.0007580434218909024% Correct digits 5 h 0.001 x2[1] (analytic) 1.0059764708076653 x2[1] (numeric) 1.0059862167773668 absolute error 9.74596970149122e-06 relative error 0.0009688069238504656% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52465.33868269004 Order of pole 144874227.16770813 TOP MAIN SOLVE Loop t[1] 1.6949999999999785 x1[1] (analytic) 2.0003304786122498 x1[1] (numeric) 2.000315158013452 absolute error 1.5320598797607943e-05 relative error 0.000765903382536908% Correct digits 5 h 0.001 x2[1] (analytic) 1.0059882702227818 x2[1] (numeric) 1.0059981296510094 absolute error 9.859428227620981e-06 relative error 0.0009800738755569739% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52491.17724306094 Order of pole 145017108.42163903 TOP MAIN SOLVE Loop t[1] 1.6959999999999784 x1[1] (analytic) 2.000330148298822 x1[1] (numeric) 2.0003146696587524 absolute error 1.547864006967714e-05 relative error 0.0007738042684024399% Correct digits 5 h 0.001 x2[1] (analytic) 1.0060000934257478 x2[1] (numeric) 1.0060100671071395 absolute error 9.97368139166177e-06 relative error 0.000991419529365871% Correct digits 5 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52517.25899520008 Order of pole 145161288.65564048 TOP MAIN SOLVE Loop t[1] 1.6969999999999783 x1[1] (analytic) 2.0003298183155422 x1[1] (numeric) 2.0003141808154536 absolute error 1.5637500088594436e-05 relative error 0.0007817460873408675% Correct digits 5 h 0.001 x2[1] (analytic) 1.0060119404640213 x2[1] (numeric) 1.0060220291957043 absolute error 1.0088731682955654e-05 relative error 0.0010028441290967425% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52543.80199501216 Order of pole 145307976.88627446 TOP MAIN SOLVE Loop t[1] 1.6979999999999782 x1[1] (analytic) 2.000329488662081 x1[1] (numeric) 2.000313691483067 absolute error 1.5797179013787854e-05 relative error 0.0007897288473387346% Correct digits 5 h 0.001 x2[1] (analytic) 1.0060238113851552 x2[1] (numeric) 1.006034015966752 absolute error 1.0204581596839901e-05 relative error 0.001014347919140165% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52570.151652824934 Order of pole 145453700.76586837 TOP MAIN SOLVE Loop t[1] 1.698999999999978 x1[1] (analytic) 2.0003291593381083 x1[1] (numeric) 2.0003132016611036 absolute error 1.5957677004685422e-05 relative error 0.0007977525563825546% Correct digits 5 h 0.001 x2[1] (analytic) 1.0060357062367986 x2[1] (numeric) 1.006046027470432 absolute error 1.032123363331472e-05 relative error 0.0010259311443251427% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52596.59643786981 Order of pole 145600034.95210654 TOP MAIN SOLVE Loop t[1] 1.699999999999978 x1[1] (analytic) 2.000328830343295 x1[1] (numeric) 2.000312711349073 absolute error 1.6118994222047434e-05 relative error 0.0008058172225254136% Correct digits 5 h 0.001 x2[1] (analytic) 1.006047625066695 x2[1] (numeric) 1.006058063756994 absolute error 1.0438690299041653e-05 relative error 0.0010375940501176203% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52622.29401645718 Order of pole 145742570.2015686 TOP MAIN SOLVE Loop t[1] 1.7009999999999779 x1[1] (analytic) 2.000328501677312 x1[1] (numeric) 2.000312220546485 absolute error 1.6281130826634183e-05 relative error 0.0008139228538203679% Correct digits 5 h 0.001 x2[1] (analytic) 1.0060595679226845 x2[1] (numeric) 1.00607012487679 absolute error 1.0556954105567229e-05 relative error 0.0010493368824437768% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52648.92218452443 Order of pole 145890012.6246692 TOP MAIN SOLVE Loop t[1] 1.7019999999999778 x1[1] (analytic) 2.0003281733398306 x1[1] (numeric) 2.000311729252849 absolute error 1.644408698142641e-05 relative error 0.0008220694584314474% Correct digits 5 h 0.001 x2[1] (analytic) 1.006071534852703 x2[1] (numeric) 1.006082210880273 absolute error 1.0676027569989088e-05 relative error 0.0010611598877561072% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52675.163015011865 Order of pole 146035489.7364015 TOP MAIN SOLVE Loop t[1] 1.7029999999999776 x1[1] (analytic) 2.000327845330523 x1[1] (numeric) 2.000311237467674 absolute error 1.6607862848960764e-05 relative error 0.0008302570445004515% Correct digits 5 h 0.001 x2[1] (analytic) 1.0060835259047822 x2[1] (numeric) 1.0060943218179976 absolute error 1.0795913215400077e-05 relative error 0.0010730633130774296% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 52701.30740700298 Order of pole 146180582.8692895 TOP MAIN SOLVE Loop t[1] 1.7039999999999775 x1[1] (analytic) 2.0003275176490605 x1[1] (numeric) 2.0003107451904674 absolute error 1.6772458593106165e-05 relative error 0.000838485620235753% Correct digits 5 h 0.001 x2[1] (analytic) 1.0060955411270502 x2[1] (numeric) 1.006106457740621 absolute error 1.09166135706662e-05 relative error 0.0010850474059786778% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52727.68218891816 Order of pole 146326894.66795588 TOP MAIN SOLVE Loop t[1] 1.7049999999999774 x1[1] (analytic) 2.0003271902951156 x1[1] (numeric) 2.0003102524207375 absolute error 1.693787437817562e-05 relative error 0.0008467551938678949% Correct digits 5 h 0.001 x2[1] (analytic) 1.0061075805677324 x2[1] (numeric) 1.006118618698902 absolute error 1.1038131169538445e-05 relative error 0.0010971124144904844% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 52754.9982863974 Order of pole 146478226.9185175 TOP MAIN SOLVE Loop t[1] 1.7059999999999773 x1[1] (analytic) 2.000326863268361 x1[1] (numeric) 2.0003097591579913 absolute error 1.7104110369814407e-05 relative error 0.0008550657736939937% Correct digits 5 h 0.001 x2[1] (analytic) 1.0061196442751494 x2[1] (numeric) 1.0061308047437019 absolute error 1.1160468552429137e-05 relative error 0.0011092585872796077% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52780.57866149565 Order of pole 146620585.19384393 TOP MAIN SOLVE Loop t[1] 1.7069999999999772 x1[1] (analytic) 2.00032653656847 x1[1] (numeric) 2.000309265401736 absolute error 1.7271166734111887e-05 relative error 0.0008634173680333369% Correct digits 5 h 0.001 x2[1] (analytic) 1.0061317322977201 x2[1] (numeric) 1.0061430159259845 absolute error 1.1283628264413537e-05 relative error 0.0011214861734501628% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52806.82028891305 Order of pole 146766488.89374104 TOP MAIN SOLVE Loop t[1] 1.707999999999977 x1[1] (analytic) 2.0003262101951154 x1[1] (numeric) 2.000308771151477 absolute error 1.7439043638489693e-05 relative error 0.0008718099852717851% Correct digits 5 h 0.001 x2[1] (analytic) 1.00614384468396 x2[1] (numeric) 1.0061552522968165 absolute error 1.140761285656211e-05 relative error 0.0011337954226759057% Correct digits 4 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 2035.5857473730778 Order of pole 2211305.0779002947 TOP MAIN SOLVE Loop t[1] 1.708999999999977 x1[1] (analytic) 2.000325884147971 x1[1] (numeric) 2.0003082764067206 absolute error 1.7607741250369457e-05 relative error 0.0008802436337951697% Correct digits 5 h 0.001 x2[1] (analytic) 1.0061559814824814 x2[1] (numeric) 1.0061675139073676 absolute error 1.1532424886162573e-05 relative error 0.001146186585222161% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52860.03342204256 Order of pole 147062284.02356377 TOP MAIN SOLVE Loop t[1] 1.7099999999999769 x1[1] (analytic) 2.000325558426711 x1[1] (numeric) 2.0003077811669723 absolute error 1.777725973850508e-05 relative error 0.0008887183220558952% Correct digits 5 h 0.001 x2[1] (analytic) 1.0061681427419948 x2[1] (numeric) 1.0061798008089105 absolute error 1.1658066915609666e-05 relative error 0.001158659911835339% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52886.412239358215 Order of pole 147209105.62238082 TOP MAIN SOLVE Loop t[1] 1.7109999999999768 x1[1] (analytic) 2.0003252330310093 x1[1] (numeric) 2.0003072854317363 absolute error 1.7947599272982728e-05 relative error 0.0008972340585729392% Correct digits 5 h 0.001 x2[1] (analytic) 1.0061803285113082 x2[1] (numeric) 1.0061921130528215 absolute error 1.1784541513293334e-05 relative error 0.0011712156538310706% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52912.78351085911 Order of pole 147356009.35729876 TOP MAIN SOLVE Loop t[1] 1.7119999999999767 x1[1] (analytic) 2.0003249079605405 x1[1] (numeric) 2.000306789200517 absolute error 1.811876002344448e-05 relative error 0.0009057908518430497% Correct digits 5 h 0.001 x2[1] (analytic) 1.0061925388393274 x2[1] (numeric) 1.0062044506905803 absolute error 1.1911851252932593e-05 relative error 0.0011838540630278638% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52939.424684352074 Order of pole 147504309.98023596 TOP MAIN SOLVE Loop t[1] 1.7129999999999765 x1[1] (analytic) 2.00032458321498 x1[1] (numeric) 2.0003062924728185 absolute error 1.829074216130877e-05 relative error 0.0009143887104517487% Correct digits 5 h 0.001 x2[1] (analytic) 1.0062047737750561 x2[1] (numeric) 1.0062168137737706 absolute error 1.2039998714463707e-05 relative error 0.0011965753918352338% Correct digits 4 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 976.7644928700496 Order of pole 191733.17241155147 TOP MAIN SOLVE Loop t[1] 1.7139999999999764 x1[1] (analytic) 2.000324258794002 x1[1] (numeric) 2.000305795248144 absolute error 1.8463545858438124e-05 relative error 0.0009230276430067302% Correct digits 5 h 0.001 x2[1] (analytic) 1.0062170333675964 x2[1] (numeric) 1.00622920235408 absolute error 1.21689864835961e-05 relative error 0.0012093798932094268% Correct digits 4 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 4347.0664491672105 Order of pole 117726.81764924127 TOP MAIN SOLVE Loop t[1] 1.7149999999999763 x1[1] (analytic) 2.0003239346972834 x1[1] (numeric) 2.000305297525996 absolute error 1.8637171287583243e-05 relative error 0.0009317076581600608% Correct digits 5 h 0.001 x2[1] (analytic) 1.006229317666149 x2[1] (numeric) 1.0062416164833003 absolute error 1.2298817151368269e-05 relative error 0.001222267820609141% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53018.871312719115 Order of pole 147947392.20719275 TOP MAIN SOLVE Loop t[1] 1.7159999999999762 x1[1] (analytic) 2.0003236109244997 x1[1] (numeric) 2.000304799305877 absolute error 1.8811618622827098e-05 relative error 0.0009404287646303808% Correct digits 5 h 0.001 x2[1] (analytic) 1.0062416267200134 x2[1] (numeric) 1.006254056213328 absolute error 1.2429493314591866e-05 relative error 0.001235239428039521% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53045.05985028214 Order of pole 148093758.038686 TOP MAIN SOLVE Loop t[1] 1.716999999999976 x1[1] (analytic) 2.000323287475327 x1[1] (numeric) 2.0003043005872887 absolute error 1.898688803825266e-05 relative error 0.0009491909711363021% Correct digits 5 h 0.001 x2[1] (analytic) 1.0062539605785872 x2[1] (numeric) 1.0062665215961637 absolute error 1.2561017576517841e-05 relative error 0.001248294970118216% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53071.88211817445 Order of pole 148243409.37621 TOP MAIN SOLVE Loop t[1] 1.717999999999976 x1[1] (analytic) 2.0003229643494413 x1[1] (numeric) 2.000303801369732 absolute error 1.9162979709275163e-05 relative error 0.0009579942864630101% Correct digits 5 h 0.001 x2[1] (analytic) 1.006266319291368 x2[1] (numeric) 1.0062790126839134 absolute error 1.2693392545504167e-05 relative error 0.0012614347019428314% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53098.77814841072 Order of pole 148393596.97304857 TOP MAIN SOLVE Loop t[1] 1.7189999999999759 x1[1] (analytic) 2.00032264154652 x1[1] (numeric) 2.0003033016527083 absolute error 1.933989381175394e-05 relative error 0.0009668387194178627% Correct digits 5 h 0.001 x2[1] (analytic) 1.0062787029079518 x2[1] (numeric) 1.0062915295287878 absolute error 1.2826620835904023e-05 relative error 0.0012746588791790541% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53124.78106763394 Order of pole 148539168.64137277 TOP MAIN SOLVE Loop t[1] 1.7199999999999758 x1[1] (analytic) 2.0003223190662407 x1[1] (numeric) 2.000302801435718 absolute error 1.951763052288058e-05 relative error 0.0009757242788747914% Correct digits 5 h 0.001 x2[1] (analytic) 1.006291111478035 x2[1] (numeric) 1.0063040721831031 absolute error 1.2960705068065792e-05 relative error 0.0012879677580605057% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 53151.91079691696 Order of pole 148690696.79287833 TOP MAIN SOLVE Loop t[1] 1.7209999999999757 x1[1] (analytic) 2.0003219969082804 x1[1] (numeric) 2.00030230071826 absolute error 1.969619002029077e-05 relative error 0.0009846509737299004% Correct digits 5 h 0.001 x2[1] (analytic) 1.006303545051413 x2[1] (numeric) 1.006316640699281 absolute error 1.3095647867888971e-05 relative error 0.0013013615953444645% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 53178.19709794426 Order of pole 148837926.0915105 TOP MAIN SOLVE Loop t[1] 1.7219999999999756 x1[1] (analytic) 2.0003216750723167 x1[1] (numeric) 2.000301799499834 absolute error 1.9875572482508375e-05 relative error 0.0009936188129236675% Correct digits 5 h 0.001 x2[1] (analytic) 1.0063160036779808 x2[1] (numeric) 1.0063292351298487 absolute error 1.3231451867934396e-05 relative error 0.0013148406484220472% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53204.738426712735 Order of pole 148986544.6467681 TOP MAIN SOLVE Loop t[1] 1.7229999999999754 x1[1] (analytic) 2.000321353558028 x1[1] (numeric) 2.0003012977799393 absolute error 2.005577808894543e-05 relative error 0.0010026278054409434% Correct digits 4 h 0.001 x2[1] (analytic) 1.0063284874077343 x2[1] (numeric) 1.0063418555274395 absolute error 1.3368119705203796e-05 relative error 0.0013284051750974066% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53230.75252639968 Order of pole 149132468.6060841 TOP MAIN SOLVE Loop t[1] 1.7239999999999753 x1[1] (analytic) 2.0003210323650937 x1[1] (numeric) 2.0003007955580734 absolute error 2.0236807020346248e-05 relative error 0.001011677960333153% Correct digits 4 h 0.001 x2[1] (analytic) 1.0063409962907692 x2[1] (numeric) 1.0063545019447926 absolute error 1.3505654023360236e-05 relative error 0.0013420554338082389% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53257.77450447279 Order of pole 149283772.39544046 TOP MAIN SOLVE Loop t[1] 1.7249999999999752 x1[1] (analytic) 2.0003207114931914 x1[1] (numeric) 2.000300292833735 absolute error 2.0418659456566957e-05 relative error 0.001020769286607292% Correct digits 4 h 0.001 x2[1] (analytic) 1.0063535303772813 x2[1] (numeric) 1.0063671744347538 absolute error 1.3644057472506077e-05 relative error 0.001355791683603567% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53284.49388132236 Order of pole 149433612.9253829 TOP MAIN SOLVE Loop t[1] 1.725999999999975 x1[1] (analytic) 2.0003203909420004 x1[1] (numeric) 2.0002997896064203 absolute error 2.060133558012822e-05 relative error 0.001029901793403533% Correct digits 4 h 0.001 x2[1] (analytic) 1.0063660897175675 x2[1] (numeric) 1.0063798730502753 absolute error 1.3783332707850704e-05 relative error 0.0013696141840112022% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53311.303711604574 Order of pole 149583955.62059262 TOP MAIN SOLVE Loop t[1] 1.726999999999975 x1[1] (analytic) 2.0003200707112003 x1[1] (numeric) 2.0002992858756268 absolute error 2.078483557355071e-05 relative error 0.0010390754898620199% Correct digits 4 h 0.001 x2[1] (analytic) 1.0063786743620255 x2[1] (numeric) 1.0063925978444161 absolute error 1.3923482390598707e-05 relative error 0.0013835231951258538% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53337.63545677852 Order of pole 149731878.15083313 TOP MAIN SOLVE Loop t[1] 1.727999999999975 x1[1] (analytic) 2.0003197508004713 x1[1] (numeric) 2.0002987816408506 absolute error 2.096915962068735e-05 relative error 0.0010482903851894722% Correct digits 4 h 0.001 x2[1] (analytic) 1.0063912843611542 x2[1] (numeric) 1.0064053488703424 absolute error 1.4064509188171925e-05 relative error 0.0013975189776310431% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53364.21945003455 Order of pole 149881199.2561097 TOP MAIN SOLVE Loop t[1] 1.7289999999999748 x1[1] (analytic) 2.0003194312094927 x1[1] (numeric) 2.0002982769015873 absolute error 2.115430790539108e-05 relative error 0.001057546488592581% Correct digits 4 h 0.001 x2[1] (analytic) 1.0064039197655532 x2[1] (numeric) 1.0064181261813272 absolute error 1.4206415773987402e-05 relative error 0.001411601792776886% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53391.2295458409 Order of pole 150032793.6319718 TOP MAIN SOLVE Loop t[1] 1.7299999999999747 x1[1] (analytic) 2.0003191119379458 x1[1] (numeric) 2.0002977716573325 absolute error 2.1340280613291185e-05 relative error 0.001066843809366813% Correct digits 4 h 0.001 x2[1] (analytic) 1.0064165806259242 x2[1] (numeric) 1.006430929830751 absolute error 1.4349204826791251e-05 relative error 0.0014257719023137517% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53417.8798340982 Order of pole 150182703.90864387 TOP MAIN SOLVE Loop t[1] 1.7309999999999746 x1[1] (analytic) 2.0003187929855106 x1[1] (numeric) 2.0002972659075806 absolute error 2.1527077930016958e-05 relative error 0.0010761823568076075% Correct digits 4 h 0.001 x2[1] (analytic) 1.0064292669930703 x2[1] (numeric) 1.006443759872102 absolute error 1.449287903176888e-05 relative error 0.001440029568602427% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53444.75156066325 Order of pole 150333779.81947574 TOP MAIN SOLVE Loop t[1] 1.7319999999999744 x1[1] (analytic) 2.0003184743518685 x1[1] (numeric) 2.000296759651826 absolute error 2.1714700042529955e-05 relative error 0.0010855621402769788% Correct digits 4 h 0.001 x2[1] (analytic) 1.0064419789178964 x2[1] (numeric) 1.0064566163589765 absolute error 1.46374410801009e-05 relative error 0.0014543750545698367% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53471.10027035564 Order of pole 150482130.79035324 TOP MAIN SOLVE Loop t[1] 1.7329999999999743 x1[1] (analytic) 2.000318156036701 x1[1] (numeric) 2.0002962528895623 absolute error 2.1903147138679913e-05 relative error 0.0010949831691813151% Correct digits 4 h 0.001 x2[1] (analytic) 1.0064547164514095 x2[1] (numeric) 1.0064694993450785 absolute error 1.4782893668963126e-05 relative error 0.0014688086237088867% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53498.22506170217 Order of pole 150634744.86938956 TOP MAIN SOLVE Loop t[1] 1.7339999999999742 x1[1] (analytic) 2.000317838039689 x1[1] (numeric) 2.000295745620283 absolute error 2.2092419406316566e-05 relative error 0.0011044454529269773% Correct digits 4 h 0.001 x2[1] (analytic) 1.0064674796447186 x2[1] (numeric) 1.0064824088842201 absolute error 1.4929239501526581e-05 relative error 0.001483330540078312% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53525.32370524714 Order of pole 150787250.28103286 TOP MAIN SOLVE Loop t[1] 1.7349999999999741 x1[1] (analytic) 2.0003175203605155 x1[1] (numeric) 2.0002952378434804 absolute error 2.2282517035066007e-05 relative error 0.0011139490010091022% Correct digits 4 h 0.001 x2[1] (analytic) 1.0064802685490362 x2[1] (numeric) 1.0064953450303227 absolute error 1.5076481286513399e-05 relative error 0.0014979410682583955% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53551.64785122026 Order of pole 150935757.07282832 TOP MAIN SOLVE Loop t[1] 1.735999999999974 x1[1] (analytic) 2.000317202998862 x1[1] (numeric) 2.0002947295586475 absolute error 2.247344021455433e-05 relative error 0.0011234938229227995% Correct digits 4 h 0.001 x2[1] (analytic) 1.0064930832156762 x2[1] (numeric) 1.0065083078374155 absolute error 1.5224621739307054e-05 relative error 0.0015126404734611225% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53578.71733075463 Order of pole 151088291.5745983 TOP MAIN SOLVE Loop t[1] 1.736999999999974 x1[1] (analytic) 2.000316885954412 x1[1] (numeric) 2.000294220765275 absolute error 2.2665189136628072e-05 relative error 0.0011330799282741556% Correct digits 4 h 0.001 x2[1] (analytic) 1.0065059236960563 x2[1] (numeric) 1.0065212973596374 absolute error 1.537366358106418e-05 relative error 0.0015274290214417757% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 53605.139815221184 Order of pole 151237475.43992794 TOP MAIN SOLVE Loop t[1] 1.7379999999999738 x1[1] (analytic) 2.0003165692268476 x1[1] (numeric) 2.0002937114628554 absolute error 2.2857763992245594e-05 relative error 0.0011427073266248283% Correct digits 4 h 0.001 x2[1] (analytic) 1.0065187900416968 x2[1] (numeric) 1.0065343136512357 absolute error 1.552360953893661e-05 relative error 0.0015423069785208401% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53632.26691607085 Order of pole 151390476.02351284 TOP MAIN SOLVE Loop t[1] 1.7389999999999737 x1[1] (analytic) 2.000316252815853 x1[1] (numeric) 2.0002932016508783 absolute error 2.3051164974585703e-05 relative error 0.0011523760276474528% Correct digits 4 h 0.001 x2[1] (analytic) 1.0065316823042214 x2[1] (numeric) 1.0065473567665675 absolute error 1.5674462346071394e-05 relative error 0.0015572746115838439% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53658.87252119543 Order of pole 151540763.8036152 TOP MAIN SOLVE Loop t[1] 1.7399999999999736 x1[1] (analytic) 2.0003159367211105 x1[1] (numeric) 2.000292691328834 absolute error 2.3245392276383114e-05 relative error 0.001162086040992436% Correct digits 4 h 0.001 x2[1] (analytic) 1.0065446005353573 x2[1] (numeric) 1.0065604267600996 absolute error 1.5826224742276906e-05 relative error 0.0015723321881473816% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53685.489147518594 Order of pole 151691227.20843914 TOP MAIN SOLVE Loop t[1] 1.7409999999999735 x1[1] (analytic) 2.000315620942305 x1[1] (numeric) 2.0002921804962126 absolute error 2.3440446092592992e-05 relative error 0.0011718373764211625% Correct digits 4 h 0.001 x2[1] (analytic) 1.0065575447869362 x2[1] (numeric) 1.0065735236864084 absolute error 1.597889947224651e-05 relative error 0.00158747997618247% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53712.562984036565 Order of pole 151844202.81078902 TOP MAIN SOLVE Loop t[1] 1.7419999999999733 x1[1] (analytic) 2.0003153054791207 x1[1] (numeric) 2.000291669152503 absolute error 2.363632661772641e-05 relative error 0.0011816300436727886% Correct digits 4 h 0.001 x2[1] (analytic) 1.006570515110892 x2[1] (numeric) 1.0065866476001804 absolute error 1.613248928844513e-05 relative error 0.0016027182444011728% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53739.27230619227 Order of pole 151995336.49312627 TOP MAIN SOLVE Loop t[1] 1.7429999999999732 x1[1] (analytic) 2.000314990331242 x1[1] (numeric) 2.000291157297194 absolute error 2.383303404762671e-05 relative error 0.0011914640525530474% Correct digits 4 h 0.001 x2[1] (analytic) 1.0065835115592643 x2[1] (numeric) 1.006599798556212 absolute error 1.6286996947778576e-05 relative error 0.001618047261925535% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 53765.765995632515 Order of pole 152145346.8818088 TOP MAIN SOLVE Loop t[1] 1.7439999999999731 x1[1] (analytic) 2.000314675498353 x1[1] (numeric) 2.0002906449297737 absolute error 2.4030568579469502e-05 relative error 0.001201339412934247% Correct digits 4 h 0.001 x2[1] (analytic) 1.0065965341841963 x2[1] (numeric) 1.006612976609411 absolute error 1.6442425214702183e-05 relative error 0.0016334672985962614% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53792.65361338964 Order of pole 152297542.49605638 TOP MAIN SOLVE Loop t[1] 1.744999999999973 x1[1] (analytic) 2.0003143609801404 x1[1] (numeric) 2.0002901320497295 absolute error 2.4228930410874483e-05 relative error 0.0012112561347108698% Correct digits 4 h 0.001 x2[1] (analytic) 1.006609583037936 x2[1] (numeric) 1.0066261818147948 absolute error 1.6598776858778308e-05 relative error 0.001648978624729897% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 53819.516408177864 Order of pole 152449732.1747504 TOP MAIN SOLVE Loop t[1] 1.745999999999973 x1[1] (analytic) 2.000314046776288 x1[1] (numeric) 2.000289618656549 absolute error 2.4428119739017262e-05 relative error 0.0012212142277551713% Correct digits 4 h 0.001 x2[1] (analytic) 1.0066226581728361 x2[1] (numeric) 1.0066394142274924 absolute error 1.6756054656230646e-05 relative error 0.00166458151127308% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53846.870975958016 Order of pole 152604536.22096 TOP MAIN SOLVE Loop t[1] 1.7469999999999728 x1[1] (analytic) 2.000313732886483 x1[1] (numeric) 2.0002891047497187 absolute error 2.4628136764182074e-05 relative error 0.001231213702094786% Correct digits 4 h 0.001 x2[1] (analytic) 1.0066357596413547 x2[1] (numeric) 1.0066526739027435 absolute error 1.6914261388834007e-05 relative error 0.0016802762296920823% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53874.019320096886 Order of pole 152758404.07243264 TOP MAIN SOLVE Loop t[1] 1.7479999999999727 x1[1] (analytic) 2.0003134193104106 x1[1] (numeric) 2.0002885903287244 absolute error 2.4828981686209062e-05 relative error 0.0012412545677351213% Correct digits 4 h 0.001 x2[1] (analytic) 1.0066488874960535 x2[1] (numeric) 1.0066659608958997 absolute error 1.7073399846134762e-05 relative error 0.0016960630521932302% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53900.6321762314 Order of pole 152909487.54243183 TOP MAIN SOLVE Loop t[1] 1.7489999999999726 x1[1] (analytic) 2.000313106047758 x1[1] (numeric) 2.0002880753930516 absolute error 2.503065470627064e-05 relative error 0.001251336834748161% Correct digits 4 h 0.001 x2[1] (analytic) 1.0066620417896022 x2[1] (numeric) 1.0066792752624236 absolute error 1.7233472821454043e-05 relative error 0.001711942251325687% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53927.62872048338 Order of pole 153062687.68581846 TOP MAIN SOLVE Loop t[1] 1.7499999999999725 x1[1] (analytic) 2.0003127930982108 x1[1] (numeric) 2.0002875599421857 absolute error 2.5233156025095127e-05 relative error 0.0012614605131836616% Correct digits 4 h 0.001 x2[1] (analytic) 1.0066752225747733 x2[1] (numeric) 1.0066926170578903 absolute error 1.7394483116994763e-05 relative error 0.0017279141004886255% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 53954.84591079338 Order of pole 153217139.66644293 TOP MAIN SOLVE Loop t[1] 1.7509999999999724 x1[1] (analytic) 2.000312480461457 x1[1] (numeric) 2.000287043975611 absolute error 2.5436485846075385e-05 relative error 0.0012716256132245588% Correct digits 4 h 0.001 x2[1] (analytic) 1.006688429904447 x2[1] (numeric) 1.0067059863379861 absolute error 1.7556433539178684e-05 relative error 0.0017439788734678423% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 53981.51784217122 Order of pole 153368762.27040663 TOP MAIN SOLVE Loop t[1] 1.7519999999999722 x1[1] (analytic) 2.000312168137184 x1[1] (numeric) 2.0002865274928117 absolute error 2.5640644372160182e-05 relative error 0.0012818321450315607% Correct digits 4 h 0.001 x2[1] (analytic) 1.006701663831609 x2[1] (numeric) 1.0067193831585104 absolute error 1.771932690131095e-05 relative error 0.0017601368447002846% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54008.72510756124 Order of pole 153523341.13493624 TOP MAIN SOLVE Loop t[1] 1.7529999999999721 x1[1] (analytic) 2.000311856125079 x1[1] (numeric) 2.000286010493271 absolute error 2.5845631807630554e-05 relative error 0.0012920801188319524% Correct digits 4 h 0.001 x2[1] (analytic) 1.0067149244093514 x2[1] (numeric) 1.0067328075753743 absolute error 1.7883166022913954e-05 relative error 0.0017763882892077086% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54035.819816294614 Order of pole 153677367.58804876 TOP MAIN SOLVE Loop t[1] 1.753999999999972 x1[1] (analytic) 2.0003115444248296 x1[1] (numeric) 2.000285492976473 absolute error 2.6051448356767537e-05 relative error 0.0013023695448529935% Correct digits 4 h 0.001 x2[1] (analytic) 1.006728211690872 x2[1] (numeric) 1.0067462596446022 absolute error 1.804795373017143e-05 relative error 0.0017927334826406225% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54062.7077256009 Order of pole 153830384.1090338 TOP MAIN SOLVE Loop t[1] 1.754999999999972 x1[1] (analytic) 2.000311233036125 x1[1] (numeric) 2.0002849749418985 absolute error 2.6258094226516704e-05 relative error 0.0013127004334551218% Correct digits 4 h 0.001 x2[1] (analytic) 1.006741525729476 x2[1] (numeric) 1.006759739422331 absolute error 1.8213692855040264e-05 relative error 0.001809172701189889% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54089.69255544291 Order of pole 153984004.97804862 TOP MAIN SOLVE Loop t[1] 1.7559999999999718 x1[1] (analytic) 2.0003109219586537 x1[1] (numeric) 2.0002844563890307 absolute error 2.6465569622935448e-05 relative error 0.001323072794954348% Correct digits 4 h 0.001 x2[1] (analytic) 1.0067548665785757 x2[1] (numeric) 1.0067732469648114 absolute error 1.83803862356946e-05 relative error 0.0018257062216306694% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54116.94776057568 Order of pole 154139181.48311618 TOP MAIN SOLVE Loop t[1] 1.7569999999999717 x1[1] (analytic) 2.0003106111921043 x1[1] (numeric) 2.000283937317351 absolute error 2.667387475341343e-05 relative error 0.0013334866397332601% Correct digits 4 h 0.001 x2[1] (analytic) 1.0067682342916893 x2[1] (numeric) 1.0067867823284067 absolute error 1.8548036717414007e-05 relative error 0.0018423343214104743% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54144.03212312478 Order of pole 154293488.88006446 TOP MAIN SOLVE Loop t[1] 1.7579999999999716 x1[1] (analytic) 2.000310300736166 x1[1] (numeric) 2.0002834177263393 absolute error 2.6883009826672577e-05 relative error 0.0013439419782410227% Correct digits 4 h 0.001 x2[1] (analytic) 1.0067816289224436 x2[1] (numeric) 1.0068003455695942 absolute error 1.8716647150585075e-05 relative error 0.0018590572784504885% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54171.154303427626 Order of pole 154448087.74180746 TOP MAIN SOLVE Loop t[1] 1.7589999999999715 x1[1] (analytic) 2.0003099905905284 x1[1] (numeric) 2.000282897615477 absolute error 2.709297505143482e-05 relative error 0.0013544388209267742% Correct digits 4 h 0.001 x2[1] (analytic) 1.0067950505245722 x2[1] (numeric) 1.006813936744965 absolute error 1.888622039292187e-05 relative error 0.0018758753713659549% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54198.12969983126 Order of pole 154601994.1402106 TOP MAIN SOLVE Loop t[1] 1.7599999999999714 x1[1] (analytic) 2.0003096807548815 x1[1] (numeric) 2.0002823769842437 absolute error 2.7303770637754354e-05 relative error 0.0013649771783062307% Correct digits 4 h 0.001 x2[1] (analytic) 1.0068084991519164 x2[1] (numeric) 1.0068275559112247 absolute error 1.905675930835571e-05 relative error 0.0018927888793557207% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54225.265182563926 Order of pole 154756845.7803053 TOP MAIN SOLVE Loop t[1] 1.7609999999999713 x1[1] (analytic) 2.0003093712289153 x1[1] (numeric) 2.0002818558321187 absolute error 2.7515396796573555e-05 relative error 0.0013755570609394847% Correct digits 4 h 0.001 x2[1] (analytic) 1.006821974858426 x2[1] (numeric) 1.0068412031251925 absolute error 1.9228266766591062e-05 relative error 0.0019097980821579546% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54252.25189987652 Order of pole 154910972.97657794 TOP MAIN SOLVE Loop t[1] 1.7619999999999711 x1[1] (analytic) 2.0003090620123207 x1[1] (numeric) 2.000281334158581 absolute error 2.7727853739722974e-05 relative error 0.0013861784794310043% Correct digits 4 h 0.001 x2[1] (analytic) 1.0068354776981585 x2[1] (numeric) 1.0068548784438027 absolute error 1.940074564421579e-05 relative error 0.0019269032601602447% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54278.98402838467 Order of pole 155063804.50633848 TOP MAIN SOLVE Loop t[1] 1.762999999999971 x1[1] (analytic) 2.000308753104788 x1[1] (numeric) 2.000280811963109 absolute error 2.7941141679033166e-05 relative error 0.001396841444385233% Correct digits 4 h 0.001 x2[1] (analytic) 1.0068490077252799 x2[1] (numeric) 1.006868581924104 absolute error 1.9574198824034994e-05 relative error 0.001944104694333258% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54306.40766003921 Order of pole 155220413.16115445 TOP MAIN SOLVE Loop t[1] 1.763999999999971 x1[1] (analytic) 2.000308444506008 x1[1] (numeric) 2.00028028924518 absolute error 2.815526082811104e-05 relative error 0.0014075459664953925% Correct digits 4 h 0.001 x2[1] (analytic) 1.0068625649940646 x2[1] (numeric) 1.00688231362326 absolute error 1.974862919551512e-05 relative error 0.0019614026662746705% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54333.457231764405 Order of pole 155375142.79356402 TOP MAIN SOLVE Loop t[1] 1.7649999999999708 x1[1] (analytic) 2.000308136215673 x1[1] (numeric) 2.0002797660042715 absolute error 2.8370211401451684e-05 relative error 0.00141829205649908% Correct digits 4 h 0.001 x2[1] (analytic) 1.0068761495588958 x2[1] (numeric) 1.0068960735985502 absolute error 1.9924039654339865e-05 relative error 0.001978797458164882% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 54360.88386845973 Order of pole 155531964.58004314 TOP MAIN SOLVE Loop t[1] 1.7659999999999707 x1[1] (analytic) 2.000307828233474 x1[1] (numeric) 2.0002792422398605 absolute error 2.8585993613550187e-05 relative error 0.0014290797251338685% Correct digits 4 h 0.001 x2[1] (analytic) 1.0068897614742667 x2[1] (numeric) 1.0069098619073686 absolute error 2.0100433101966075e-05 relative error 0.0019962893527227295% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54388.343828175304 Order of pole 155689015.0693747 TOP MAIN SOLVE Loop t[1] 1.7669999999999706 x1[1] (analytic) 2.000307520559103 x1[1] (numeric) 2.0002787179514234 absolute error 2.8802607679789816e-05 relative error 0.0014399089831817079% Correct digits 4 h 0.001 x2[1] (analytic) 1.0069034007947781 x2[1] (numeric) 1.0069236786072258 absolute error 2.0277812447622168e-05 relative error 0.0020138786334037906% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54415.390328618625 Order of pole 155843945.25703135 TOP MAIN SOLVE Loop t[1] 1.7679999999999705 x1[1] (analytic) 2.0003072131922535 x1[1] (numeric) 2.0002781931384357 absolute error 2.9020053817774283e-05 relative error 0.0014507798415355265% Correct digits 4 h 0.001 x2[1] (analytic) 1.006917067575142 x2[1] (numeric) 1.0069375237557479 absolute error 2.0456180605865626e-05 relative error 0.0020315655841576115% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 54442.241423312305 Order of pole 155997915.89032602 TOP MAIN SOLVE Loop t[1] 1.7689999999999704 x1[1] (analytic) 2.0003069061326166 x1[1] (numeric) 2.0002776678003724 absolute error 2.9238332244219123e-05 relative error 0.001461692311043827% Correct digits 4 h 0.001 x2[1] (analytic) 1.0069307618701786 x2[1] (numeric) 1.006951397410677 absolute error 2.063554049835936e-05 relative error 0.0020493504896039573% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54469.645809290094 Order of pole 156154962.27311972 TOP MAIN SOLVE Loop t[1] 1.7699999999999703 x1[1] (analytic) 2.000306599379886 x1[1] (numeric) 2.0002771419367082 absolute error 2.9457443177616227e-05 relative error 0.0014726464026438904% Correct digits 4 h 0.001 x2[1] (analytic) 1.0069444837348187 x2[1] (numeric) 1.0069652996298717 absolute error 2.0815895052983535e-05 relative error 0.002067233634944412% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54496.66148494868 Order of pole 156309951.02901995 TOP MAIN SOLVE Loop t[1] 1.7709999999999702 x1[1] (analytic) 2.0003062929337543 x1[1] (numeric) 2.0002766155469174 absolute error 2.9677386836901576e-05 relative error 0.0014836421272951734% Correct digits 4 h 0.001 x2[1] (analytic) 1.0069582332241034 x2[1] (numeric) 1.0069792304713074 absolute error 2.09972472040576e-05 relative error 0.0020852153059842515% Correct digits 4 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1972.5821474536199 Order of pole 297178.3101102721 TOP MAIN SOLVE Loop t[1] 1.77199999999997 x1[1] (analytic) 2.0003059867939164 x1[1] (numeric) 2.0002760886304736 absolute error 2.9898163442787506e-05 relative error 0.0014946794960459114% Correct digits 4 h 0.001 x2[1] (analytic) 1.0069720103931834 x2[1] (numeric) 1.0069931899930762 absolute error 2.1179599892784395e-05 relative error 0.002103295789176363% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54551.44696744755 Order of pole 156624313.23166984 TOP MAIN SOLVE Loop t[1] 1.77299999999997 x1[1] (analytic) 2.000305680960065 x1[1] (numeric) 2.0002755611868497 absolute error 3.0119773215098178e-05 relative error 0.0015057585198999146% Correct digits 4 h 0.001 x2[1] (analytic) 1.006985815297321 x2[1] (numeric) 1.0070071782533874 absolute error 2.136295606636196e-05 relative error 0.002121475371532852% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 54578.92692034208 Order of pole 156782082.10079914 TOP MAIN SOLVE Loop t[1] 1.7739999999999698 x1[1] (analytic) 2.000305375431894 x1[1] (numeric) 2.000275033215518 absolute error 3.0342216375878195e-05 relative error 0.0015168792099719717% Correct digits 4 h 0.001 x2[1] (analytic) 1.0069996479918886 x2[1] (numeric) 1.0070211953105674 absolute error 2.154731867887172e-05 relative error 0.0021397543407130648% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54606.02282533864 Order of pole 156937870.84163398 TOP MAIN SOLVE Loop t[1] 1.7749999999999697 x1[1] (analytic) 2.000305070209099 x1[1] (numeric) 2.0002745047159514 absolute error 3.056549314761625e-05 relative error 0.001528041577399048% Correct digits 4 h 0.001 x2[1] (analytic) 1.0070135085323697 x2[1] (numeric) 1.0070352412230605 absolute error 2.173269069083439e-05 relative error 0.002158132984979298% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 54633.597001962255 Order of pole 157096296.15030563 TOP MAIN SOLVE Loop t[1] 1.7759999999999696 x1[1] (analytic) 2.000304765291374 x1[1] (numeric) 2.000273975687621 absolute error 3.078960375324513e-05 relative error 0.0015392456333402859% Correct digits 4 h 0.001 x2[1] (analytic) 1.0070273969743593 x2[1] (numeric) 1.0070493160494287 absolute error 2.1919075069432026e-05 relative error 0.0021766115932186623% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54660.71834139414 Order of pole 157252379.65584892 TOP MAIN SOLVE Loop t[1] 1.7769999999999695 x1[1] (analytic) 2.000304460678415 x1[1] (numeric) 2.0002734461299974 absolute error 3.1014548417473975e-05 relative error 0.0015504913890436066% Correct digits 4 h 0.001 x2[1] (analytic) 1.0070413133735634 x2[1] (numeric) 1.0070634198483517 absolute error 2.210647478828598e-05 relative error 0.002195190454920845% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54688.71654984125 Order of pole 157413273.07504895 TOP MAIN SOLVE Loop t[1] 1.7779999999999694 x1[1] (analytic) 2.000304156369916 x1[1] (numeric) 2.0002729160425514 absolute error 3.124032736456783e-05 relative error 0.0015617788557347057% Correct digits 4 h 0.001 x2[1] (analytic) 1.0070552577857996 x2[1] (numeric) 1.0070775526786278 absolute error 2.2294892828123025e-05 relative error 0.0022138698602440685% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54715.60704913923 Order of pole 157568308.28652734 TOP MAIN SOLVE Loop t[1] 1.7789999999999693 x1[1] (analytic) 2.0003038523655734 x1[1] (numeric) 2.000272385424753 absolute error 3.146694082056811e-05 relative error 0.001573108044728059% Correct digits 4 h 0.001 x2[1] (analytic) 1.0070692302669986 x2[1] (numeric) 1.0070917145991738 absolute error 2.2484332175221056e-05 relative error 0.002232650099860554% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54743.170643436235 Order of pole 157726984.66107422 TOP MAIN SOLVE Loop t[1] 1.7799999999999692 x1[1] (analytic) 2.0003035486650833 x1[1] (numeric) 2.000271854276071 absolute error 3.16943890124044e-05 relative error 0.0015844789673825192% Correct digits 4 h 0.001 x2[1] (analytic) 1.0070832308732016 x2[1] (numeric) 1.007105905669025 absolute error 2.267479582340748e-05 relative error 0.0022515314651547786% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54770.50461161268 Order of pole 157884553.98519063 TOP MAIN SOLVE Loop t[1] 1.780999999999969 x1[1] (analytic) 2.000303245268142 x1[1] (numeric) 2.0002713225959745 absolute error 3.192267216745037e-05 relative error 0.0015958916350791161% Correct digits 4 h 0.001 x2[1] (analytic) 1.007097259660563 x2[1] (numeric) 1.0071201259473361 absolute error 2.286628677317104e-05 relative error 0.0022705142481350814% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54797.440031217535 Order of pole 158040089.12358525 TOP MAIN SOLVE Loop t[1] 1.781999999999969 x1[1] (analytic) 2.000302942174446 x1[1] (numeric) 2.000270790383932 absolute error 3.215179051396788e-05 relative error 0.001607346059243257% Correct digits 4 h 0.001 x2[1] (analytic) 1.00711131668535 x2[1] (numeric) 1.0071343754933808 absolute error 2.3058808030773648e-05 relative error 0.0022895987413452798% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 54825.48396345854 Order of pole 158201616.41792238 TOP MAIN SOLVE Loop t[1] 1.7829999999999688 x1[1] (analytic) 2.0003026393836922 x1[1] (numeric) 2.0002702576394116 absolute error 3.238174428066287e-05 relative error 0.001618842251322526% Correct digits 4 h 0.001 x2[1] (analytic) 1.007125402003942 x2[1] (numeric) 1.007148654366552 absolute error 2.3252362610026722e-05 relative error 0.002308785238040864% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 54852.66517049138 Order of pole 158358627.89644164 TOP MAIN SOLVE Loop t[1] 1.7839999999999687 x1[1] (analytic) 2.0003023368955777 x1[1] (numeric) 2.00026972436188 absolute error 3.2612533697573554e-05 relative error 0.0016303802228310868% Correct digits 4 h 0.001 x2[1] (analytic) 1.0071395156728318 x2[1] (numeric) 1.0071629626263627 absolute error 2.3446953530958936e-05 relative error 0.0023280740320565135% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54879.906439767554 Order of pole 158516013.05987403 TOP MAIN SOLVE Loop t[1] 1.7849999999999686 x1[1] (analytic) 2.0003020347098004 x1[1] (numeric) 2.0002691905508043 absolute error 3.2844158996070405e-05 relative error 0.0016419599853496809% Correct digits 4 h 0.001 x2[1] (analytic) 1.0071536577486253 x2[1] (numeric) 1.0071773003324458 absolute error 2.3642583820482344e-05 relative error 0.0023474654178720442% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54907.287330547224 Order of pole 158674271.91407752 TOP MAIN SOLVE Loop t[1] 1.7859999999999685 x1[1] (analytic) 2.0003017328260575 x1[1] (numeric) 2.0002686562056504 absolute error 3.3076620407079815e-05 relative error 0.0016535815504368258% Correct digits 4 h 0.001 x2[1] (analytic) 1.007167828288042 x2[1] (numeric) 1.0071916675445542 absolute error 2.3839256512170337e-05 relative error 0.0023669596905901663% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54934.81604783039 Order of pole 158833422.080099 TOP MAIN SOLVE Loop t[1] 1.7869999999999684 x1[1] (analytic) 2.0003014312440475 x1[1] (numeric) 2.000268121325884 absolute error 3.330991816330453e-05 relative error 0.001665244929739819% Correct digits 4 h 0.001 x2[1] (analytic) 1.0071820273479148 x2[1] (numeric) 1.0072060643225615 absolute error 2.4036974646701736e-05 relative error 0.002386557145980381% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54962.17867646977 Order of pole 158991709.65488097 TOP MAIN SOLVE Loop t[1] 1.7879999999999683 x1[1] (analytic) 2.000301129963469 x1[1] (numeric) 2.000267585910971 absolute error 3.3544052498335475e-05 relative error 0.0016769501349503352% Correct digits 4 h 0.001 x2[1] (analytic) 1.007196254985191 x2[1] (numeric) 1.0072204907264617 absolute error 2.4235741270750566e-05 relative error 0.0024062580803685483% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54989.357017947914 Order of pole 159149090.73110506 TOP MAIN SOLVE Loop t[1] 1.7889999999999682 x1[1] (analytic) 2.0003008289840203 x1[1] (numeric) 2.0002670499603745 absolute error 3.377902364576357e-05 relative error 0.0016886971777600268% Correct digits 4 h 0.001 x2[1] (analytic) 1.0072105112569316 x2[1] (numeric) 1.0072349468163695 absolute error 2.4435559437874232e-05 relative error 0.0024260627907248785% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 55016.60996924511 Order of pole 159306968.34488034 TOP MAIN SOLVE Loop t[1] 1.789999999999968 x1[1] (analytic) 2.0003005283054005 x1[1] (numeric) 2.0002665134735595 absolute error 3.4014831840956106e-05 relative error 0.0017004860699493258% Correct digits 4 h 0.001 x2[1] (analytic) 1.007224796220312 x2[1] (numeric) 1.0072494326525214 absolute error 2.4636432209401704e-05 relative error 0.002445971574751912% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 55044.39109102881 Order of pole 159467785.4360571 TOP MAIN SOLVE Loop t[1] 1.790999999999968 x1[1] (analytic) 2.000300227927309 x1[1] (numeric) 2.0002659764499895 absolute error 3.4251477319724444e-05 relative error 0.001712316823320841% Correct digits 4 h 0.001 x2[1] (analytic) 1.0072391099326232 x2[1] (numeric) 1.007263948295275 absolute error 2.4838362651768975e-05 relative error 0.002465984730619771% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 55072.33493784936 Order of pole 159629576.44734648 TOP MAIN SOLVE Loop t[1] 1.7919999999999678 x1[1] (analytic) 2.0002999278494458 x1[1] (numeric) 2.0002654388891274 absolute error 3.448896031832405e-05 relative error 0.0017241894496993597% Correct digits 4 h 0.001 x2[1] (analytic) 1.0072534524512695 x2[1] (numeric) 1.0072784938051091 absolute error 2.504135383962769e-05 relative error 0.002486102557274598% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 55099.790828891644 Order of pole 159788810.98972148 TOP MAIN SOLVE Loop t[1] 1.7929999999999677 x1[1] (analytic) 2.0002996280715104 x1[1] (numeric) 2.0002649007904356 absolute error 3.472728107478673e-05 relative error 0.0017361039609984487% Correct digits 4 h 0.001 x2[1] (analytic) 1.0072678238337713 x2[1] (numeric) 1.0072930692426252 absolute error 2.524540885384674e-05 relative error 0.0025063253542399436% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 55127.82540435611 Order of pole 159951309.2971509 TOP MAIN SOLVE Loop t[1] 1.7939999999999676 x1[1] (analytic) 2.000299328593203 x1[1] (numeric) 2.0002643621533758 absolute error 3.496643982714431e-05 relative error 0.0017480603691316526% Correct digits 4 h 0.001 x2[1] (analytic) 1.0072822241377641 x2[1] (numeric) 1.0073076746685463 absolute error 2.5450530782178404e-05 relative error 0.0025266534216826985% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 55155.33314577297 Order of pole 160110975.44526294 TOP MAIN SOLVE Loop t[1] 1.7949999999999675 x1[1] (analytic) 2.0002990294142244 x1[1] (numeric) 2.0002638229774097 absolute error 3.520643681476088e-05 relative error 0.0017600586860790945% Correct digits 4 h 0.001 x2[1] (analytic) 1.007296653420999 x2[1] (numeric) 1.007322310143718 absolute error 2.5656722719036296e-05 relative error 0.0025470870603908464% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 55182.36277014686 Order of pole 160268140.49135676 TOP MAIN SOLVE Loop t[1] 1.7959999999999674 x1[1] (analytic) 2.0002987305342748 x1[1] (numeric) 2.0002632832619978 absolute error 3.544727227700051e-05 relative error 0.001772098923820875% Correct digits 4 h 0.001 x2[1] (analytic) 1.0073111117413422 x2[1] (numeric) 1.0073369757291086 absolute error 2.5863987766383545e-05 relative error 0.002567626571861436% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 55210.09118012989 Order of pole 160429219.59177968 TOP MAIN SOLVE Loop t[1] 1.7969999999999673 x1[1] (analytic) 2.0002984319530563 x1[1] (numeric) 2.0002627430066005 absolute error 3.5688946455891823e-05 relative error 0.0017841810944702768% Correct digits 4 h 0.001 x2[1] (analytic) 1.0073255991567769 x2[1] (numeric) 1.0073516714858093 absolute error 2.6072329032400532e-05 relative error 0.002588272258168108% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 55237.673318795 Order of pole 160589535.44067472 TOP MAIN SOLVE Loop t[1] 1.7979999999999672 x1[1] (analytic) 2.0002981336702694 x1[1] (numeric) 2.0002622022106777 absolute error 3.593145959168709e-05 relative error 0.001796305210051756% Correct digits 4 h 0.001 x2[1] (analytic) 1.007340115725402 x2[1] (numeric) 1.007366397475034 absolute error 2.6281749631928975e-05 relative error 0.0026090244220049806% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 55265.259009418725 Order of pole 160750014.54152626 TOP MAIN SOLVE Loop t[1] 1.798999999999967 x1[1] (analytic) 2.0002978356856165 x1[1] (numeric) 2.0002616608736887 absolute error 3.6174811927747186e-05 relative error 0.0018084712827451522% Correct digits 4 h 0.001 x2[1] (analytic) 1.007354661505433 x2[1] (numeric) 1.0073811537581203 absolute error 2.6492252687360107e-05 relative error 0.002629883366774615% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 55292.65864252886 Order of pole 160909559.5659048 TOP MAIN SOLVE Loop t[1] 1.799999999999967 x1[1] (analytic) 2.000297537998799 x1[1] (numeric) 2.0002611189950916 absolute error 3.6419003707433006e-05 relative error 0.0018206793247302828% Correct digits 4 h 0.001 x2[1] (analytic) 1.0073692365552016 x2[1] (numeric) 1.0073959403965296 absolute error 2.6703841327968547e-05 relative error 0.002650849396521673% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 55320.83635078691 Order of pole 161073397.025567 TOP MAIN SOLVE Loop t[1] 1.8009999999999668 x1[1] (analytic) 2.0002972406095196 x1[1] (numeric) 2.000260576574345 absolute error 3.6664035174549525e-05 relative error 0.0018329293482091421% Correct digits 4 h 0.001 x2[1] (analytic) 1.0073838409331572 x2[1] (numeric) 1.0074107574518467 absolute error 2.6916518689468205e-05 relative error 0.0026719228158886255% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 55348.10494100832 Order of pole 161232344.1502944 TOP MAIN SOLVE Loop t[1] 1.8019999999999667 x1[1] (analytic) 2.0002969435174807 x1[1] (numeric) 2.0002600336109064 absolute error 3.6909906574233986e-05 relative error 0.0018452213654503056% Correct digits 4 h 0.001 x2[1] (analytic) 1.0073984746978661 x2[1] (numeric) 1.0074256049857808 absolute error 2.713028791467842e-05 relative error 0.002693103930181669% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 55375.620260162614 Order of pole 161392778.86587882 TOP MAIN SOLVE Loop t[1] 1.8029999999999666 x1[1] (analytic) 2.0002966467223855 x1[1] (numeric) 2.000259490104233 absolute error 3.715661815251181e-05 relative error 0.001857555388766727% Correct digits 4 h 0.001 x2[1] (analytic) 1.007413137908012 x2[1] (numeric) 1.0074404830601655 absolute error 2.7345152153523955e-05 relative error 0.0027143930453705153% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 55403.640508433135 Order of pole 161556038.4416907 TOP MAIN SOLVE Loop t[1] 1.8039999999999665 x1[1] (analytic) 2.000296350223937 x1[1] (numeric) 2.0002589460537807 absolute error 3.74041701562966e-05 relative error 0.0018699314305157398% Correct digits 4 h 0.001 x2[1] (analytic) 1.007427830622396 x2[1] (numeric) 1.0074553917369589 absolute error 2.756111456281296e-05 relative error 0.002735790468066135% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 55431.2932832041 Order of pole 161717353.31598076 TOP MAIN SOLVE Loop t[1] 1.8049999999999664 x1[1] (analytic) 2.000296054021839 x1[1] (numeric) 2.000258401459006 absolute error 3.7652562832946046e-05 relative error 0.001882349503076856% Correct digits 4 h 0.001 x2[1] (analytic) 1.0074425528999371 x2[1] (numeric) 1.0074703310782438 absolute error 2.7778178306681056e-05 relative error 0.002757296505564629% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 55459.1006287397 Order of pole 161879618.8900528 TOP MAIN SOLVE Loop t[1] 1.8059999999999663 x1[1] (analytic) 2.0002957581157945 x1[1] (numeric) 2.0002578563193643 absolute error 3.7901796430261925e-05 relative error 0.0018948096188517657% Correct digits 4 h 0.001 x2[1] (analytic) 1.0074573047996727 x2[1] (numeric) 1.0074853011462284 absolute error 2.7996346555703155e-05 relative error 0.0027789114657588466% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 55486.97318596682 Order of pole 162042300.22501335 TOP MAIN SOLVE Loop t[1] 1.8069999999999662 x1[1] (analytic) 2.0002954625055085 x1[1] (numeric) 2.0002573106343102 absolute error 3.815187119826646e-05 relative error 0.0019073117903531413% Correct digits 4 h 0.001 x2[1] (analytic) 1.0074720863807582 x2[1] (numeric) 1.007500302003246 absolute error 2.8215622487781644e-05 relative error 0.0028006356572263377% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 55514.927054688844 Order of pole 162205531.3950356 TOP MAIN SOLVE Loop t[1] 1.807999999999966 x1[1] (analytic) 2.0002951671906852 x1[1] (numeric) 2.0002567644032982 absolute error 3.8402787386981885e-05 relative error 0.0019198560300936328% Correct digits 4 h 0.001 x2[1] (analytic) 1.007486897702468 x2[1] (numeric) 1.0075153337117557 absolute error 2.843600928770229e-05 relative error 0.0028224693891850533% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 55542.52208516432 Order of pole 162366899.76073444 TOP MAIN SOLVE Loop t[1] 1.808999999999966 x1[1] (analytic) 2.000294872171029 x1[1] (numeric) 2.0002562176257817 absolute error 3.8654545247318595e-05 relative error 0.0019324423506302704% Correct digits 4 h 0.001 x2[1] (analytic) 1.007501738824195 x2[1] (numeric) 1.0075303963343423 absolute error 2.865751014735629e-05 relative error 0.00284441297151517% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 55570.21057928935 Order of pole 162528858.1083358 TOP MAIN SOLVE Loop t[1] 1.8099999999999659 x1[1] (analytic) 2.000294577446245 x1[1] (numeric) 2.000255670301214 absolute error 3.8907145030631085e-05 relative error 0.001945070764542262% Correct digits 4 h 0.001 x2[1] (analytic) 1.007516609805451 x2[1] (numeric) 1.0075454899337168 absolute error 2.8880128265740268e-05 relative error 0.0028664667147588713% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 55598.02515077566 Order of pole 162691595.82389548 TOP MAIN SOLVE Loop t[1] 1.8109999999999657 x1[1] (analytic) 2.0002942830160384 x1[1] (numeric) 2.0002551224290483 absolute error 3.9160586990050206e-05 relative error 0.001957741284497598% Correct digits 4 h 0.001 x2[1] (analytic) 1.0075315107058676 x2[1] (numeric) 1.007560614572717 absolute error 2.910386684940036e-05 relative error 0.0028886309301642044% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 55625.45703098773 Order of pole 162852312.80466694 TOP MAIN SOLVE Loop t[1] 1.8119999999999656 x1[1] (analytic) 2.000293988880115 x1[1] (numeric) 2.0002545740087365 absolute error 3.941487137826272e-05 relative error 0.0019704539231420446% Correct digits 4 h 0.001 x2[1] (analytic) 1.0075464415851954 x2[1] (numeric) 1.0075757703143062 absolute error 2.9328729110877916e-05 relative error 0.00291090592953059% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 55653.441519701686 Order of pole 163016194.19451362 TOP MAIN SOLVE Loop t[1] 1.8129999999999655 x1[1] (analytic) 2.00029369503818 x1[1] (numeric) 2.00025402503973 absolute error 3.9669998450175825e-05 relative error 0.0019832086932323524% Correct digits 4 h 0.001 x2[1] (analytic) 1.007561402503305 x2[1] (numeric) 1.0075909572215758 absolute error 2.955471827070788e-05 relative error 0.002933292025406951% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 55681.511421995405 Order of pole 163180568.02281824 TOP MAIN SOLVE Loop t[1] 1.8139999999999654 x1[1] (analytic) 2.0002934014899405 x1[1] (numeric) 2.00025347552148 absolute error 3.992596846069674e-05 relative error 0.001996005607525248% Correct digits 4 h 0.001 x2[1] (analytic) 1.0075763935201874 x2[1] (numeric) 1.0076061753577437 absolute error 2.9781837556308588e-05 relative error 0.0029557895309812944% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 55709.30989239006 Order of pole 163343572.10249972 TOP MAIN SOLVE Loop t[1] 1.8149999999999653 x1[1] (analytic) 2.0002931082351023 x1[1] (numeric) 2.0002529254534367 absolute error 4.018278166562084e-05 relative error 0.00200884467882184% Correct digits 4 h 0.001 x2[1] (analytic) 1.0075914146959528 x2[1] (numeric) 1.0076214247861552 absolute error 3.0010090202425843e-05 relative error 0.002978398760124567% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 55737.47330874481 Order of pole 163508632.90930834 TOP MAIN SOLVE Loop t[1] 1.8159999999999652 x1[1] (analytic) 2.0002928152733723 x1[1] (numeric) 2.0002523748350503 absolute error 4.044043832207578e-05 relative error 0.002021725919989816% Correct digits 4 h 0.001 x2[1] (analytic) 1.0076064660908333 x2[1] (numeric) 1.0076367055702835 absolute error 3.0239479450244744e-05 relative error 0.003001120027302279% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 55765.25486663217 Order of pole 163671708.65978515 TOP MAIN SOLVE Loop t[1] 1.816999999999965 x1[1] (analytic) 2.000292522604458 x1[1] (numeric) 2.0002518236657703 absolute error 4.06989386876333e-05 relative error 0.002034649343919044% Correct digits 4 h 0.001 x2[1] (analytic) 1.0076215477651804 x2[1] (numeric) 1.0076520177737294 absolute error 3.0470008548943994e-05 relative error 0.0030239536477285446% Correct digits 4 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 8179.664842117789 Order of pole 412691.9363662183 TOP MAIN SOLVE Loop t[1] 1.817999999999965 x1[1] (analytic) 2.000292230228066 x1[1] (numeric) 2.000251271945045 absolute error 4.095828302075333e-05 relative error 0.0020476149635437727% Correct digits 4 h 0.001 x2[1] (analytic) 1.0076366597794673 x2[1] (numeric) 1.007667361460222 absolute error 3.0701680754807725e-05 relative error 0.0030468999372777025% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 55821.20532325894 Order of pole 164000233.75433528 TOP MAIN SOLVE Loop t[1] 1.8189999999999649 x1[1] (analytic) 2.0002919381439046 x1[1] (numeric) 2.0002507196723234 absolute error 4.1218471581228044e-05 relative error 0.00206062279186483% Correct digits 4 h 0.001 x2[1] (analytic) 1.0076518021942884 x2[1] (numeric) 1.007682736693619 absolute error 3.093449933055936e-05 relative error 0.0030699592124179805% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 55849.13504544342 Order of pole 164164390.11283085 TOP MAIN SOLVE Loop t[1] 1.8199999999999648 x1[1] (analytic) 2.000291646351681 x1[1] (numeric) 2.0002501668470525 absolute error 4.147950462840555e-05 relative error 0.002073672841860823% Correct digits 4 h 0.001 x2[1] (analytic) 1.0076669750703595 x2[1] (numeric) 1.0076981435379062 absolute error 3.116846754669389e-05 relative error 0.003093131790343489% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 55876.60170664989 Order of pole 164326066.8079734 TOP MAIN SOLVE Loop t[1] 1.8209999999999646 x1[1] (analytic) 2.000291354851104 x1[1] (numeric) 2.00024961346868 absolute error 4.174138242385439e-05 relative error 0.002086765126621342% Correct digits 4 h 0.001 x2[1] (analytic) 1.0076821784685177 x2[1] (numeric) 1.0077135820571992 absolute error 3.1403588681477856e-05 relative error 0.0031164179889739884% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 55904.5809117771 Order of pole 164490705.64398876 TOP MAIN SOLVE Loop t[1] 1.8219999999999645 x1[1] (analytic) 2.000291063641882 x1[1] (numeric) 2.000249059536652 absolute error 4.2004105229587196e-05 relative error 0.0020998996592581547% Correct digits 4 h 0.001 x2[1] (analytic) 1.0076974124497227 x2[1] (numeric) 1.0077290523157418 absolute error 3.163986601917301e-05 relative error 0.0031398181267783725% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 55932.61258073811 Order of pole 164655648.5801294 TOP MAIN SOLVE Loop t[1] 1.8229999999999644 x1[1] (analytic) 2.000290772723723 x1[1] (numeric) 2.0002485050504153 absolute error 4.2267673307616604e-05 relative error 0.0021130764528830104% Correct digits 4 h 0.001 x2[1] (analytic) 1.0077126770750555 x2[1] (numeric) 1.0077445543779082 absolute error 3.187730285270085e-05 relative error 0.0031633325230388657% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 55960.362504092 Order of pole 164819164.00349495 TOP MAIN SOLVE Loop t[1] 1.8239999999999643 x1[1] (analytic) 2.000290482096337 x1[1] (numeric) 2.000247950009415 absolute error 4.2532086922175694e-05 relative error 0.0021262955207186395% Correct digits 4 h 0.001 x2[1] (analytic) 1.0077279724057207 x2[1] (numeric) 1.0077600883082016 absolute error 3.2115902480978065e-05 relative error 0.0031869614975863648% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 55987.94896180358 Order of pole 164981830.61922422 TOP MAIN SOLVE Loop t[1] 1.8249999999999642 x1[1] (analytic) 2.000290191759434 x1[1] (numeric) 2.000247394413096 absolute error 4.279734633794163e-05 relative error 0.002139556876009953% Correct digits 4 h 0.001 x2[1] (analytic) 1.007743298503045 x2[1] (numeric) 1.0077756541712555 absolute error 3.235566821047087e-05 relative error 0.0032107053709544567% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 56016.34526612824 Order of pole 165149088.5378862 TOP MAIN SOLVE Loop t[1] 1.825999999999964 x1[1] (analytic) 2.000289901712722 x1[1] (numeric) 2.0002468382609027 absolute error 4.30634518191475e-05 relative error 0.002152860531979639% Correct digits 4 h 0.001 x2[1] (analytic) 1.0077586554284774 x2[1] (numeric) 1.0077912520318335 absolute error 3.2596603356083165e-05 relative error 0.003234564464467317% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 56044.89731204194 Order of pole 165317282.4845738 TOP MAIN SOLVE Loop t[1] 1.826999999999964 x1[1] (analytic) 2.0002896119559117 x1[1] (numeric) 2.000246281552279 absolute error 4.333040363269092e-05 relative error 0.002166206501983572% Correct digits 4 h 0.001 x2[1] (analytic) 1.0077740432435909 x2[1] (numeric) 1.0078068819548298 absolute error 3.2838711238936114e-05 relative error 0.003258539100019131% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 56072.700356942194 Order of pole 165481444.3441038 TOP MAIN SOLVE Loop t[1] 1.8279999999999639 x1[1] (analytic) 2.0002893224887135 x1[1] (numeric) 2.0002457242866685 absolute error 4.35982020450254e-05 relative error 0.0021795947993554017% Correct digits 4 h 0.001 x2[1] (analytic) 1.0077894620100818 x2[1] (numeric) 1.0078225440052693 absolute error 3.308199518747834e-05 relative error 0.0032826296001840305% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 56100.8726533269 Order of pole 165647735.33425537 TOP MAIN SOLVE Loop t[1] 1.8289999999999638 x1[1] (analytic) 2.0002890333108376 x1[1] (numeric) 2.0002451664635137 absolute error 4.386684732393675e-05 relative error 0.0021930254374953623% Correct digits 4 h 0.001 x2[1] (analytic) 1.0078049117897696 x2[1] (numeric) 1.007838238248308 absolute error 3.3326458538374126e-05 relative error 0.003306836288303991% Correct digits 4 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 2405.850801870067 Order of pole 49554.60843130999 TOP MAIN SOLVE Loop t[1] 1.8299999999999637 x1[1] (analytic) 2.0002887444219954 x1[1] (numeric) 2.0002446080822565 absolute error 4.413633973898712e-05 relative error 0.002206498429892469% Correct digits 4 h 0.001 x2[1] (analytic) 1.0078203926445983 x2[1] (numeric) 1.0078539647492328 absolute error 3.3572104634504996e-05 relative error 0.0033311594882902903% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 56156.41062727885 Order of pole 165976059.82362327 TOP MAIN SOLVE Loop t[1] 1.8309999999999635 x1[1] (analytic) 2.0002884558218974 x1[1] (numeric) 2.000244049142339 absolute error 4.440667955840638e-05 relative error 0.0022200137899691147% Correct digits 4 h 0.001 x2[1] (analytic) 1.007835904636636 x2[1] (numeric) 1.0078697235734628 absolute error 3.381893682674608e-05 relative error 0.0033555995247995375% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 56184.50598343878 Order of pole 166142168.43233618 TOP MAIN SOLVE Loop t[1] 1.8319999999999634 x1[1] (analytic) 2.0002881675102553 x1[1] (numeric) 2.0002434896432018 absolute error 4.467786705353305e-05 relative error 0.002233571531303076% Correct digits 4 h 0.001 x2[1] (analytic) 1.0078514478280747 x2[1] (numeric) 1.0078855147865484 absolute error 3.406695847374408e-05 relative error 0.003380156723211398% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 56213.20882860265 Order of pole 166311761.86467487 TOP MAIN SOLVE Loop t[1] 1.8329999999999633 x1[1] (analytic) 2.000287879486781 x1[1] (numeric) 2.0002429295842856 absolute error 4.494990249526154e-05 relative error 0.00224717166744991% Correct digits 4 h 0.001 x2[1] (analytic) 1.0078670222812312 x2[1] (numeric) 1.0079013384541722 absolute error 3.4316172941029066e-05 relative error 0.0034048314095402182% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 56240.848146610384 Order of pole 166475500.55797267 TOP MAIN SOLVE Loop t[1] 1.8339999999999632 x1[1] (analytic) 2.000287591751186 x1[1] (numeric) 2.0002423689650306 absolute error 4.522278615537445e-05 relative error 0.0022608142120095535% Correct digits 4 h 0.001 x2[1] (analytic) 1.0078826280585476 x2[1] (numeric) 1.0079171946421492 absolute error 3.4566583601680634e-05 relative error 0.0034296239105008836% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 56269.355931196274 Order of pole 166644153.02339604 TOP MAIN SOLVE Loop t[1] 1.834999999999963 x1[1] (analytic) 2.000287304303183 x1[1] (numeric) 2.000241807784876 absolute error 4.5496518306986644e-05 relative error 0.0022744991786485267% Correct digits 4 h 0.001 x2[1] (analytic) 1.0078982652225907 x2[1] (numeric) 1.0079330834164268 absolute error 3.481819383610585e-05 relative error 0.003454534553486544% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 56296.95833706753 Order of pole 166807919.07408962 TOP MAIN SOLVE Loop t[1] 1.835999999999963 x1[1] (analytic) 2.0002870171424836 x1[1] (numeric) 2.0002412460432604 absolute error 4.5771099223212985e-05 relative error 0.0022882265810333278% Correct digits 4 h 0.001 x2[1] (analytic) 1.0079139338360532 x2[1] (numeric) 1.0079490048430857 absolute error 3.507100703248334e-05 relative error 0.003479563666612428% Correct digits 4 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1239.850345124673 Order of pole 380479.5276719506 TOP MAIN SOLVE Loop t[1] 1.8369999999999629 x1[1] (analytic) 2.000286730268802 x1[1] (numeric) 2.000240683739622 absolute error 4.6046529179832874e-05 relative error 0.0023019964329636412% Correct digits 4 h 0.001 x2[1] (analytic) 1.0079296339617527 x2[1] (numeric) 1.0079649589883393 absolute error 3.532502658654124e-05 relative error 0.0035047115786935677% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 56353.4860308397 Order of pole 167142968.1730162 TOP MAIN SOLVE Loop t[1] 1.8379999999999628 x1[1] (analytic) 2.0002864436818504 x1[1] (numeric) 2.000240120873399 absolute error 4.632280845129344e-05 relative error 0.002315808748172528% Correct digits 4 h 0.001 x2[1] (analytic) 1.0079453656626336 x2[1] (numeric) 1.0079809459185345 absolute error 3.558025590089109e-05 relative error 0.0035299786191784577% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 56381.88628140363 Order of pole 167311427.9584546 TOP MAIN SOLVE Loop t[1] 1.8389999999999627 x1[1] (analytic) 2.0002861573813426 x1[1] (numeric) 2.0002395574440284 absolute error 4.659993731426226e-05 relative error 0.002329663540504033% Correct digits 4 h 0.001 x2[1] (analytic) 1.0079611290017658 x2[1] (numeric) 1.0079969657001522 absolute error 3.5836698386360055e-05 relative error 0.003555365118280992% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 56410.069260794626 Order of pole 167478705.71544603 TOP MAIN SOLVE Loop t[1] 1.8399999999999626 x1[1] (analytic) 2.0002858713669927 x1[1] (numeric) 2.0002389934509464 absolute error 4.68779160462951e-05 relative error 0.002343560823846583% Correct digits 4 h 0.001 x2[1] (analytic) 1.0079769240423462 x2[1] (numeric) 1.0080130183998068 absolute error 3.60943574606587e-05 relative error 0.003580871406848034% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 56438.34773621088 Order of pole 167646664.37896088 TOP MAIN SOLVE Loop t[1] 1.8409999999999624 x1[1] (analytic) 2.0002855856385136 x1[1] (numeric) 2.000238428893589 absolute error 4.715674492450361e-05 relative error 0.002357500612066384% Correct digits 4 h 0.001 x2[1] (analytic) 1.0079927508476971 x2[1] (numeric) 1.008029104084247 absolute error 3.6353236549935275e-05 relative error 0.0036064978165133723% Correct digits 4 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1896.6332985888507 Order of pole 28854.88326066438 TOP MAIN SOLVE Loop t[1] 1.8419999999999623 x1[1] (analytic) 2.0002853001956202 x1[1] (numeric) 2.000237863771392 absolute error 4.743642422821992e-05 relative error 0.0023714829191406254% Correct digits 4 h 0.001 x2[1] (analytic) 1.0080086094812695 x2[1] (numeric) 1.0080452228203565 absolute error 3.6613339086999375e-05 relative error 0.0036322446795212333% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 56494.78744807988 Order of pole 167982138.72388032 TOP MAIN SOLVE Loop t[1] 1.8429999999999622 x1[1] (analytic) 2.000285015038027 x1[1] (numeric) 2.0002372980837904 absolute error 4.771695423677613e-05 relative error 0.0023855077590464774% Correct digits 4 h 0.001 x2[1] (analytic) 1.0080245000066401 x2[1] (numeric) 1.0080613746751528 absolute error 3.6874668512654196e-05 relative error 0.0036581123288582065% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 56523.23253352578 Order of pole 168151260.37942296 TOP MAIN SOLVE Loop t[1] 1.8439999999999621 x1[1] (analytic) 2.000284730165449 x1[1] (numeric) 2.000236731830218 absolute error 4.799833523128072e-05 relative error 0.002399575145849893% Correct digits 4 h 0.001 x2[1] (analytic) 1.0080404224875141 x2[1] (numeric) 1.0080775597157892 absolute error 3.713722827503041e-05 relative error 0.0036841010981869034% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 56551.29790662272 Order of pole 168318373.45827428 TOP MAIN SOLVE Loop t[1] 1.844999999999962 x1[1] (analytic) 2.000284445577601 x1[1] (numeric) 2.000236165010109 absolute error 4.828056749239806e-05 relative error 0.0024136850935946056% Correct digits 4 h 0.001 x2[1] (analytic) 1.0080563769877235 x2[1] (numeric) 1.0080937780095538 absolute error 3.740102183025229e-05 relative error 0.0037102113219117877% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 56578.627491487685 Order of pole 168481456.9367316 TOP MAIN SOLVE Loop t[1] 1.845999999999962 x1[1] (analytic) 2.000284161274199 x1[1] (numeric) 2.000235597622896 absolute error 4.856365130301299e-05 relative error 0.002427837616435332% Correct digits 4 h 0.001 x2[1] (analytic) 1.008072363571229 x2[1] (numeric) 1.0081100296238708 absolute error 3.7666052641771586e-05 relative error 0.0037364433351128323% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 56607.91064404743 Order of pole 168655564.2087908 TOP MAIN SOLVE Loop t[1] 1.8469999999999618 x1[1] (analytic) 2.000283877254958 x1[1] (numeric) 2.0002350296680125 absolute error 4.8847586945566235e-05 relative error 0.002442032728504569% Correct digits 4 h 0.001 x2[1] (analytic) 1.0080883823021185 x2[1] (numeric) 1.0081263146262998 absolute error 3.7932324181255694e-05 relative error 0.003762797473633377% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 56636.2194239778 Order of pole 168824276.32527176 TOP MAIN SOLVE Loop t[1] 1.8479999999999617 x1[1] (analytic) 2.000283593519595 x1[1] (numeric) 2.0002344611448897 absolute error 4.913237470516307e-05 relative error 0.0024562704440679985% Correct digits 4 h 0.001 x2[1] (analytic) 1.0081044332446094 x2[1] (numeric) 1.0081426330845364 absolute error 3.819983992703335e-05 relative error 0.0037892740739256755% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 56664.43893768266 Order of pole 168992571.5175994 TOP MAIN SOLVE Loop t[1] 1.8489999999999616 x1[1] (analytic) 2.0002833100678243 x1[1] (numeric) 2.0002338920529596 absolute error 4.941801486468833e-05 relative error 0.0024705507772802794% Correct digits 4 h 0.001 x2[1] (analytic) 1.0081205164630473 x2[1] (numeric) 1.0081589850664132 absolute error 3.846860336587099e-05 relative error 0.003815873473226855% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 56692.67144332947 Order of pole 169161043.3085773 TOP MAIN SOLVE Loop t[1] 1.8499999999999615 x1[1] (analytic) 2.0002830268993645 x1[1] (numeric) 2.000233322391653 absolute error 4.970450771146773e-05 relative error 0.0024848737425180577% Correct digits 4 h 0.001 x2[1] (analytic) 1.008136632021907 x2[1] (numeric) 1.0081753706398988 absolute error 3.873861799186251e-05 relative error 0.0038425960094485203% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 56720.975294834476 Order of pole 169330044.81827983 TOP MAIN SOLVE Loop t[1] 1.8509999999999613 x1[1] (analytic) 2.0002827440139312 x1[1] (numeric) 2.0002327521604 absolute error 4.999185353105062e-05 relative error 0.002499239354069159% Correct digits 4 h 0.001 x2[1] (analytic) 1.008152779985792 x2[1] (numeric) 1.0081917898730992 absolute error 3.900988730731747e-05 relative error 0.003869442021264599% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 56749.79119100607 Order of pole 169501948.2416654 TOP MAIN SOLVE Loop t[1] 1.8519999999999612 x1[1] (analytic) 2.0002824614112424 x1[1] (numeric) 2.000232181358631 absolute error 5.0280052611650916e-05 relative error 0.0025136476263545927% Correct digits 4 h 0.001 x2[1] (analytic) 1.0081689604194355 x2[1] (numeric) 1.0082082428342571 absolute error 3.9282414821650846e-05 relative error 0.0038964118480009453% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 56777.5932526063 Order of pole 169668289.523656 TOP MAIN SOLVE Loop t[1] 1.8529999999999611 x1[1] (analytic) 2.000282179091015 x1[1] (numeric) 2.000231609985774 absolute error 5.0569105240594325e-05 relative error 0.0025280985737509477% Correct digits 4 h 0.001 x2[1] (analytic) 1.008185173387701 x2[1] (numeric) 1.0082247295917532 absolute error 3.9556204052271227e-05 relative error 0.003923505829723183% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 56806.143116153704 Order of pole 169838908.4192992 TOP MAIN SOLVE Loop t[1] 1.853999999999961 x1[1] (analytic) 2.0002818970529663 x1[1] (numeric) 2.000231038041259 absolute error 5.0859011707427015e-05 relative error 0.0025425922107457986% Correct digits 4 h 0.001 x2[1] (analytic) 1.0082014189555812 x2[1] (numeric) 1.0082412502141058 absolute error 3.9831258524580804e-05 relative error 0.003950724307236436% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 56834.634975166635 Order of pole 170009289.33896095 TOP MAIN SOLVE Loop t[1] 1.854999999999961 x1[1] (analytic) 2.000281615296815 x1[1] (numeric) 2.000230465524513 absolute error 5.114977230213924e-05 relative error 0.0025571285518489004% Correct digits 4 h 0.001 x2[1] (analytic) 1.0082176971882 x2[1] (numeric) 1.0082578047699708 absolute error 4.010758177086515e-05 relative error 0.003978067621974942% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 56863.49654888238 Order of pole 170181816.2206911 TOP MAIN SOLVE Loop t[1] 1.8559999999999608 x1[1] (analytic) 2.000281333822279 x1[1] (numeric) 2.0002298924349637 absolute error 5.144138731516534e-05 relative error 0.002571707611592191% Correct digits 4 h 0.001 x2[1] (analytic) 1.0082340081508103 x2[1] (numeric) 1.0082743933281433 absolute error 4.038517733295777e-05 relative error 0.004005536116266076% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 56891.39299480017 Order of pole 170349072.93845022 TOP MAIN SOLVE Loop t[1] 1.8569999999999607 x1[1] (analytic) 2.0002810526290764 x1[1] (numeric) 2.0002293187720386 absolute error 5.1733857037827846e-05 relative error 0.0025863294045519888% Correct digits 4 h 0.001 x2[1] (analytic) 1.0082503519087975 x2[1] (numeric) 1.008291015957556 absolute error 4.06640487584653e-05 relative error 0.00403313013295567% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 56920.23986366415 Order of pole 170521705.50830102 TOP MAIN SOLVE Loop t[1] 1.8579999999999606 x1[1] (analytic) 2.000280771716927 x1[1] (numeric) 2.0002287445351636 absolute error 5.202718176322563e-05 relative error 0.002600993945393399% Correct digits 4 h 0.001 x2[1] (analytic) 1.008266728527677 x2[1] (numeric) 1.008307672727281 absolute error 4.094419960409823e-05 relative error 0.004060850015738103% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 56948.19120071669 Order of pole 170689419.3339238 TOP MAIN SOLVE Loop t[1] 1.8589999999999605 x1[1] (analytic) 2.000280491085549 x1[1] (numeric) 2.0002281697237643 absolute error 5.2321361784901654e-05 relative error 0.002615701248803708% Correct digits 4 h 0.001 x2[1] (analytic) 1.0082831380730954 x2[1] (numeric) 1.0083243637065298 absolute error 4.1225633434338604e-05 relative error 0.004088696109023887% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 56977.021806381264 Order of pole 170862161.8025241 TOP MAIN SOLVE Loop t[1] 1.8599999999999604 x1[1] (analytic) 2.0002802107346622 x1[1] (numeric) 2.0002275943372663 absolute error 5.2616397395954806e-05 relative error 0.0026304513294479813% Correct digits 4 h 0.001 x2[1] (analytic) 1.008299580610832 x2[1] (numeric) 1.0083410889646527 absolute error 4.150835382077389e-05 relative error 0.004116668757873326% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 57005.49139059709 Order of pole 171032978.48492715 TOP MAIN SOLVE Loop t[1] 1.8609999999999602 x1[1] (analytic) 2.0002799306639862 x1[1] (numeric) 2.000227018375094 absolute error 5.2912288892148496e-05 relative error 0.0026452442021244714% Correct digits 4 h 0.001 x2[1] (analytic) 1.0083160562067963 x2[1] (numeric) 1.00835784857114 absolute error 4.17923643436513e-05 relative error 0.004144768308150403% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 57033.91045156873 Order of pole 171203575.63697696 TOP MAIN SOLVE Loop t[1] 1.8619999999999601 x1[1] (analytic) 2.000279650873241 x1[1] (numeric) 2.0002264418366713 absolute error 5.320903656969023e-05 relative error 0.002660079881653614% Correct digits 4 h 0.001 x2[1] (analytic) 1.0083325649270312 x2[1] (numeric) 1.008374642595622 absolute error 4.207766859076756e-05 relative error 0.004172995106412392% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 57062.37185782114 Order of pole 171374485.1424002 TOP MAIN SOLVE Loop t[1] 1.86299999999996 x1[1] (analytic) 2.0002793713621467 x1[1] (numeric) 2.000225864721422 absolute error 5.35066407247875e-05 relative error 0.002674958382855823% Correct digits 4 h 0.001 x2[1] (analytic) 1.0083491068377115 x2[1] (numeric) 1.0083914711078692 absolute error 4.236427015769095e-05 relative error 0.0042013494999316005% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 57090.981794710046 Order of pole 171546356.61746094 TOP MAIN SOLVE Loop t[1] 1.86399999999996 x1[1] (analytic) 2.0002790921304237 x1[1] (numeric) 2.0002252870287687 absolute error 5.380510165498009e-05 relative error 0.002689879720618099% Correct digits 4 h 0.001 x2[1] (analytic) 1.0083656820051445 x2[1] (numeric) 1.0084083341777927 absolute error 4.265217264820542e-05 relative error 0.004229831836739146% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 57119.61269764146 Order of pole 171718443.90555885 TOP MAIN SOLVE Loop t[1] 1.8649999999999598 x1[1] (analytic) 2.000278813177793 x1[1] (numeric) 2.0002247087581337 absolute error 5.4104419659140035e-05 relative error 0.002704843909894026% Correct digits 4 h 0.001 x2[1] (analytic) 1.0083822904957707 x2[1] (numeric) 1.0084252318754447 absolute error 4.294137967408851e-05 relative error 0.0042584424656026435% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 57147.74957691412 Order of pole 171887854.27210012 TOP MAIN SOLVE Loop t[1] 1.8659999999999597 x1[1] (analytic) 2.000278534503975 x1[1] (numeric) 2.000224129908939 absolute error 5.440459503613937e-05 relative error 0.0027198509656371685% Correct digits 4 h 0.001 x2[1] (analytic) 1.008398932376163 x2[1] (numeric) 1.008442164271018 absolute error 4.323189485488932e-05 relative error 0.004287181736003913% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 57177.06741603735 Order of pole 172063950.92221576 TOP MAIN SOLVE Loop t[1] 1.8669999999999596 x1[1] (analytic) 2.0002782561086923 x1[1] (numeric) 2.0002235504806056 absolute error 5.470562808662649e-05 relative error 0.002734900902889876% Correct digits 4 h 0.001 x2[1] (analytic) 1.0084156077130293 x2[1] (numeric) 1.008459131434847 absolute error 4.352372181770647e-05 relative error 0.004316049998116677% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 57205.35309904393 Order of pole 172234339.1974858 TOP MAIN SOLVE Loop t[1] 1.8679999999999595 x1[1] (analytic) 2.000277977991665 x1[1] (numeric) 2.000222970472554 absolute error 5.500751911124979e-05 relative error 0.0027499937366944806% Correct digits 4 h 0.001 x2[1] (analytic) 1.0084323165732092 x2[1] (numeric) 1.0084761334374077 absolute error 4.381686419852038e-05 relative error 0.0043450476029383974% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 57233.98850257919 Order of pole 172406837.02818125 TOP MAIN SOLVE Loop t[1] 1.8689999999999594 x1[1] (analytic) 2.000277700152616 x1[1] (numeric) 2.000222389884204 absolute error 5.531026841198994e-05 relative error 0.0027651294821598974% Correct digits 4 h 0.001 x2[1] (analytic) 1.0084490590236777 x2[1] (numeric) 1.0084931703493185 absolute error 4.4111325640860954e-05 relative error 0.004374174902157874% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 57262.61067601643 Order of pole 172579263.04795152 TOP MAIN SOLVE Loop t[1] 1.8699999999999593 x1[1] (analytic) 2.0002774225912674 x1[1] (numeric) 2.0002218087149757 absolute error 5.561387629171577e-05 relative error 0.0027803081544394252% Correct digits 4 h 0.001 x2[1] (analytic) 1.0084658351315432 x2[1] (numeric) 1.0085102422413394 absolute error 4.440710979625173e-05 relative error 0.004403432248199% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 57291.2474013317 Order of pole 172751961.00676963 TOP MAIN SOLVE Loop t[1] 1.8709999999999591 x1[1] (analytic) 2.000277145307341 x1[1] (numeric) 2.000221226964287 absolute error 5.5918343053740216e-05 relative error 0.002795529768708546% Correct digits 4 h 0.001 x2[1] (analytic) 1.0084826449640494 x2[1] (numeric) 1.0085273491843736 absolute error 4.470422032420984e-05 relative error 0.004432819994220473% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 57319.686157698234 Order of pole 172923555.38764575 TOP MAIN SOLVE Loop t[1] 1.871999999999959 x1[1] (analytic) 2.0002768683005603 x1[1] (numeric) 2.000220644631557 absolute error 5.6223669003152565e-05 relative error 0.0028107943402315263% Correct digits 4 h 0.001 x2[1] (analytic) 1.008499488588574 x2[1] (numeric) 1.0085444912494663 absolute error 4.500266089224603e-05 relative error 0.004462338494115513% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 57348.49763300005 Order of pole 173097379.45098442 TOP MAIN SOLVE Loop t[1] 1.872999999999959 x1[1] (analytic) 2.0002765915706475 x1[1] (numeric) 2.000220061716203 absolute error 5.6529854444598016e-05 relative error 0.0028261018842504135% Correct digits 4 h 0.001 x2[1] (analytic) 1.00851636607263 x2[1] (numeric) 1.0085616685078067 absolute error 4.530243517675281e-05 relative error 0.004491988102599644% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 57377.22346308856 Order of pole 173270817.707409 TOP MAIN SOLVE Loop t[1] 1.8739999999999588 x1[1] (analytic) 2.000276315117327 x1[1] (numeric) 2.000219478217642 absolute error 5.683689968494221e-05 relative error 0.0028414524161182414% Correct digits 4 h 0.001 x2[1] (analytic) 1.0085332774838658 x2[1] (numeric) 1.0085788810307268 absolute error 4.5603546861006095e-05 relative error 0.004521769175012239% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 57405.861838976045 Order of pole 173443924.78273723 TOP MAIN SOLVE Loop t[1] 1.8749999999999587 x1[1] (analytic) 2.0002760389403207 x1[1] (numeric) 2.0002188941352905 absolute error 5.7144805030162615e-05 relative error 0.002856845951143624% Correct digits 4 h 0.001 x2[1] (analytic) 1.0085502228900651 x2[1] (numeric) 1.0085961288897025 absolute error 4.590599963738562e-05 relative error 0.004551682067536413% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 57434.330503802754 Order of pole 173616071.5365123 TOP MAIN SOLVE Loop t[1] 1.8759999999999586 x1[1] (analytic) 2.000275763039354 x1[1] (numeric) 2.000218309468565 absolute error 5.745357078934532e-05 relative error 0.002872282504790564% Correct digits 4 h 0.001 x2[1] (analytic) 1.0085672023591483 x2[1] (numeric) 1.0086134121563537 absolute error 4.6209797205376546e-05 relative error 0.00458172713700057% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 57463.28410628942 Order of pole 173791049.0457239 TOP MAIN SOLVE Loop t[1] 1.8769999999999585 x1[1] (analytic) 2.00027548741415 x1[1] (numeric) 2.00021772421688 absolute error 5.776319727024415e-05 relative error 0.0028877620924564417% Correct digits 4 h 0.001 x2[1] (analytic) 1.0085842159591705 x2[1] (numeric) 1.0086307309024443 absolute error 4.651494327378991e-05 relative error 0.004611904741098281% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 57491.582242252174 Order of pole 173962425.45787382 TOP MAIN SOLVE Loop t[1] 1.8779999999999584 x1[1] (analytic) 2.000275212064434 x1[1] (numeric) 2.0002171383796505 absolute error 5.807368478327746e-05 relative error 0.0029032847296718268% Correct digits 4 h 0.001 x2[1] (analytic) 1.0086012637583244 x2[1] (numeric) 1.008648085199883 absolute error 4.6821441558542176e-05 relative error 0.004642215238167824% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 57520.911951182 Order of pole 174139763.55517298 TOP MAIN SOLVE Loop t[1] 1.8789999999999583 x1[1] (analytic) 2.0002749369899298 x1[1] (numeric) 2.000216551956291 absolute error 5.8385033638863604e-05 relative error 0.00291885043196727% Correct digits 4 h 0.001 x2[1] (analytic) 1.0086183458249385 x2[1] (numeric) 1.0086654751207234 absolute error 4.712929578487568e-05 relative error 0.004672658987412044% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 57549.61788783066 Order of pole 174313603.99181107 TOP MAIN SOLVE Loop t[1] 1.8799999999999581 x1[1] (analytic) 2.000274662190362 x1[1] (numeric) 2.0002159649462143 absolute error 5.8697244147865035e-05 relative error 0.002934459214895506% Correct digits 4 h 0.001 x2[1] (analytic) 1.008635462227479 x2[1] (numeric) 1.008682900737164 absolute error 4.7438509685138186e-05 relative error 0.004703236348677905% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 57578.40710222117 Order of pole 174488042.73186043 TOP MAIN SOLVE Loop t[1] 1.880999999999958 x1[1] (analytic) 2.000274387665457 x1[1] (numeric) 2.0002153773488343 absolute error 5.9010316622920556e-05 relative error 0.002950111094098053% Correct digits 4 h 0.001 x2[1] (analytic) 1.0086526130345486 x2[1] (numeric) 1.008700362121549 absolute error 4.77490870003372e-05 relative error 0.004733947682610295% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 57606.98233021722 Order of pole 174661394.81561014 TOP MAIN SOLVE Loop t[1] 1.881999999999958 x1[1] (analytic) 2.00027411341494 x1[1] (numeric) 2.000214789163563 absolute error 5.932425137711306e-05 relative error 0.0029658060852386153% Correct digits 4 h 0.001 x2[1] (analytic) 1.008669798314888 x2[1] (numeric) 1.0087178593463677 absolute error 4.806103147969587e-05 relative error 0.004764793350607699% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 57635.84729160493 Order of pole 174836448.94239485 TOP MAIN SOLVE Loop t[1] 1.8829999999999578 x1[1] (analytic) 2.000273839438536 x1[1] (numeric) 2.0002142003898125 absolute error 5.9639048723525434e-05 relative error 0.0029815442039808774% Correct digits 4 h 0.001 x2[1] (analytic) 1.0086870181373755 x2[1] (numeric) 1.0087353924842564 absolute error 4.837434688087505e-05 relative error 0.004795773714843908% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 57664.75473786946 Order of pole 175011860.9913949 TOP MAIN SOLVE Loop t[1] 1.8839999999999577 x1[1] (analytic) 2.000273565735972 x1[1] (numeric) 2.0002136110269935 absolute error 5.99547089783492e-05 relative error 0.0029973254661439137% Correct digits 4 h 0.001 x2[1] (analytic) 1.0087042725710276 x2[1] (numeric) 1.0087529616079969 absolute error 4.8689036969307153e-05 relative error 0.004826889138201676% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 57693.64420597692 Order of pole 175187165.38846895 TOP MAIN SOLVE Loop t[1] 1.8849999999999576 x1[1] (analytic) 2.000273292306973 x1[1] (numeric) 2.000213021074517 absolute error 6.0271232455999524e-05 relative error 0.003013149887457977% Correct digits 4 h 0.001 x2[1] (analytic) 1.0087215616849985 x2[1] (numeric) 1.0087705667905178 absolute error 4.900510551930637e-05 relative error 0.004858139984382487% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 57722.66893022113 Order of pole 175363423.76100838 TOP MAIN SOLVE Loop t[1] 1.8859999999999575 x1[1] (analytic) 2.0002730191512668 x1[1] (numeric) 2.0002124305317928 absolute error 6.058861947400018e-05 relative error 0.003029017483808708% Correct digits 4 h 0.001 x2[1] (analytic) 1.0087388855485815 x2[1] (numeric) 1.008788208104895 absolute error 4.9322556313402544e-05 relative error 0.004889526617840206% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 57751.287104841664 Order of pole 175537475.1326821 TOP MAIN SOLVE Loop t[1] 1.8869999999999574 x1[1] (analytic) 2.0002727462685796 x1[1] (numeric) 2.0002118393982307 absolute error 6.0906870348986786e-05 relative error 0.0030449282710373303% Correct digits 4 h 0.001 x2[1] (analytic) 1.0087562442312088 x2[1] (numeric) 1.0088058856243507 absolute error 4.964139314189708e-05 relative error 0.004921049403736745% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 57780.042061343134 Order of pole 175712381.15789068 TOP MAIN SOLVE Loop t[1] 1.8879999999999573 x1[1] (analytic) 2.0002724736586384 x1[1] (numeric) 2.000211247673239 absolute error 6.12259853993713e-05 relative error 0.0030608822650738518% Correct digits 4 h 0.001 x2[1] (analytic) 1.0087736378024512 x2[1] (numeric) 1.0088235994222554 absolute error 4.996161980419522e-05 relative error 0.004952708708073837% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 57809.54560923437 Order of pole 175891618.5971231 TOP MAIN SOLVE Loop t[1] 1.8889999999999572 x1[1] (analytic) 2.0002722013211716 x1[1] (numeric) 2.0002106553562267 absolute error 6.154596494489795e-05 relative error 0.003076879481914866% Correct digits 4 h 0.001 x2[1] (analytic) 1.0087910663320199 x2[1] (numeric) 1.0088413495721271 absolute error 5.0283240107251714e-05 relative error 0.004984504897538632% Correct digits 4 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1496.0842700340138 Order of pole 73645.29370950143 TOP MAIN SOLVE Loop t[1] 1.889999999999957 x1[1] (analytic) 2.0002719292559057 x1[1] (numeric) 2.000210062446601 absolute error 6.186680930486688e-05 relative error 0.003092919937534749% Correct digits 4 h 0.001 x2[1] (analytic) 1.008808529889765 x2[1] (numeric) 1.0088591361476318 absolute error 5.060625786668105e-05 relative error 0.005016438339613456% Correct digits 4 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1574.7432333514744 Order of pole 157783.29135427042 TOP MAIN SOLVE Loop t[1] 1.890999999999957 x1[1] (analytic) 2.000271657462569 x1[1] (numeric) 2.000209468943769 absolute error 6.21885187999105e-05 relative error 0.003109003647974462% Correct digits 4 h 0.001 x2[1] (analytic) 1.0088260285456765 x2[1] (numeric) 1.008876959222584 absolute error 5.093067690742359e-05 relative error 0.005048509402641528% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 57895.83521791051 Order of pole 176417329.8881624 TOP MAIN SOLVE Loop t[1] 1.8919999999999568 x1[1] (analytic) 2.0002713859408896 x1[1] (numeric) 2.0002088748471376 absolute error 6.251109375199349e-05 relative error 0.003125130629341551% Correct digits 4 h 0.001 x2[1] (analytic) 1.0088435623698853 x2[1] (numeric) 1.0088948188709466 absolute error 5.1256501061303084e-05 relative error 0.0050807184555845195% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 57925.28940851874 Order of pole 176596640.86259487 TOP MAIN SOLVE Loop t[1] 1.8929999999999567 x1[1] (analytic) 2.0002711146905967 x1[1] (numeric) 2.0002082801561123 absolute error 6.283453448441279e-05 relative error 0.003141300897810149% Correct digits 4 h 0.001 x2[1] (analytic) 1.0088611314326623 x2[1] (numeric) 1.0089127151668318 absolute error 5.158373416946915e-05 relative error 0.005113065868264365% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 57953.8320305468 Order of pole 176770899.74876264 TOP MAIN SOLVE Loop t[1] 1.8939999999999566 x1[1] (analytic) 2.000270843711418 x1[1] (numeric) 2.0002076848700985 absolute error 6.315884131957716e-05 relative error 0.003157514469509969% Correct digits 4 h 0.001 x2[1] (analytic) 1.0088787358044196 x2[1] (numeric) 1.0089306481845008 absolute error 5.191238008128707e-05 relative error 0.005145552011252893% Correct digits 4 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 2613.852988375402 Order of pole 129779.0053821526 TOP MAIN SOLVE Loop t[1] 1.8949999999999565 x1[1] (analytic) 2.0002705730030836 x1[1] (numeric) 2.000207088988501 absolute error 6.348401458255992e-05 relative error 0.003173771360703913% Correct digits 4 h 0.001 x2[1] (analytic) 1.0088963755557099 x2[1] (numeric) 1.0089486179983647 absolute error 5.224244265478184e-05 relative error 0.005178177255915524% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 58012.322003003836 Order of pole 177127706.1531736 TOP MAIN SOLVE Loop t[1] 1.8959999999999564 x1[1] (analytic) 2.0002703025653217 x1[1] (numeric) 2.0002064925107237 absolute error 6.381005459799027e-05 relative error 0.0031900715876326652% Correct digits 4 h 0.001 x2[1] (analytic) 1.0089140507572276 x2[1] (numeric) 1.008966624682984 absolute error 5.257392575641617e-05 relative error 0.0052109419743889464% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 58041.24545038201 Order of pole 177304424.74957347 TOP MAIN SOLVE Loop t[1] 1.8969999999999563 x1[1] (analytic) 2.0002700323978626 x1[1] (numeric) 2.0002058954361703 absolute error 6.413696169227379e-05 relative error 0.0032064151666256957% Correct digits 4 h 0.001 x2[1] (analytic) 1.008931761479809 x2[1] (numeric) 1.0089846683130697 absolute error 5.290683326064638e-05 relative error 0.005243846539536774% Correct digits 4 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1878.664811725442 Order of pole 30276.024663407974 TOP MAIN SOLVE Loop t[1] 1.8979999999999562 x1[1] (analytic) 2.000269762500436 x1[1] (numeric) 2.0002052977642437 absolute error 6.446473619226012e-05 relative error 0.0032228021140346596% Correct digits 4 h 0.001 x2[1] (analytic) 1.0089495077944322 x2[1] (numeric) 1.0090027489634832 absolute error 5.32411690510326e-05 relative error 0.005276891325059271% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 58098.900493341214 Order of pole 177657023.8982258 TOP MAIN SOLVE Loop t[1] 1.898999999999956 x1[1] (analytic) 2.000269492872772 x1[1] (numeric) 2.0002046994943465 absolute error 6.479337842524302e-05 relative error 0.0032392324462333956% Correct digits 4 h 0.001 x2[1] (analytic) 1.0089672897722168 x2[1] (numeric) 1.0090208667092366 absolute error 5.357693701979471e-05 relative error 0.005310076705449011% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 58128.70239056355 Order of pole 177839017.52126926 TOP MAIN SOLVE Loop t[1] 1.899999999999956 x1[1] (analytic) 2.000269223514601 x1[1] (numeric) 2.00020410062588 absolute error 6.512288872073668e-05 relative error 0.0032557061797067297% Correct digits 4 h 0.001 x2[1] (analytic) 1.008985107484426 x2[1] (numeric) 1.0090390216254932 absolute error 5.3914141067146204e-05 relative error 0.005343403055924528% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 58157.11962667152 Order of pole 178013194.951423 TOP MAIN SOLVE Loop t[1] 1.9009999999999558 x1[1] (analytic) 2.000268954425653 x1[1] (numeric) 2.0002035011582455 absolute error 6.545326740736712e-05 relative error 0.0032722233308950716% Correct digits 4 h 0.001 x2[1] (analytic) 1.0090029610024656 x2[1] (numeric) 1.0090572137875675 absolute error 5.42527851019603e-05 relative error 0.0053768707524960106% Correct digits 4 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1216.8609721356609 Order of pole 1000162.0235022855 TOP MAIN SOLVE Loop t[1] 1.9019999999999557 x1[1] (analytic) 2.00026868560566 x1[1] (numeric) 2.0002029010908435 absolute error 6.578451481642489e-05 relative error 0.003288783916372017% Correct digits 4 h 0.001 x2[1] (analytic) 1.009020850397884 x2[1] (numeric) 1.009075443270926 absolute error 5.459287304199201e-05 relative error 0.0054104801719869885% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 58214.48875359526 Order of pole 178364842.65724927 TOP MAIN SOLVE Loop t[1] 1.9029999999999556 x1[1] (analytic) 2.000268417054352 x1[1] (numeric) 2.0002023004230742 absolute error 6.611663127786827e-05 relative error 0.0033053879526445435% Correct digits 4 h 0.001 x2[1] (analytic) 1.0090387757423729 x2[1] (numeric) 1.0090937101511865 absolute error 5.493440881365608e-05 relative error 0.005444231692011992% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 58244.435606452775 Order of pole 178548126.5576561 TOP MAIN SOLVE Loop t[1] 1.9039999999999555 x1[1] (analytic) 2.0002681487714615 x1[1] (numeric) 2.0002016991543363 absolute error 6.644961712520825e-05 relative error 0.00332203545639722% Correct digits 4 h 0.001 x2[1] (analytic) 1.009056737107768 x2[1] (numeric) 1.0091120145041201 absolute error 5.5277396352027e-05 relative error 0.005478125690976218% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 58273.590112212296 Order of pole 178726878.76735637 TOP MAIN SOLVE Loop t[1] 1.9049999999999554 x1[1] (analytic) 2.00026788075672 x1[1] (numeric) 2.000201097284029 absolute error 6.678347269106766e-05 relative error 0.0033387264442701968% Correct digits 4 h 0.001 x2[1] (analytic) 1.0090747345660496 x2[1] (numeric) 1.0091303564056497 absolute error 5.562183960017286e-05 relative error 0.005512162548009183% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 58302.2997306961 Order of pole 178903218.56158027 TOP MAIN SOLVE Loop t[1] 1.9059999999999553 x1[1] (analytic) 2.000267613009859 x1[1] (numeric) 2.0002004948115504 absolute error 6.71181983085134e-05 relative error 0.003355460932925808% Correct digits 4 h 0.001 x2[1] (analytic) 1.009092768189341 x2[1] (numeric) 1.0091487359318514 absolute error 5.596774251048764e-05 relative error 0.005546342643096432% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 58331.84455888445 Order of pole 179084409.0037837 TOP MAIN SOLVE Loop t[1] 1.9069999999999552 x1[1] (analytic) 2.000267345530611 x1[1] (numeric) 2.000199891736298 absolute error 6.745379431283283e-05 relative error 0.0033722389391373764% Correct digits 4 h 0.001 x2[1] (analytic) 1.0091108380499108 x2[1] (numeric) 1.0091671531589543 absolute error 5.6315109043580946e-05 relative error 0.005580666356969163% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 58361.048054008636 Order of pole 179263776.5267362 TOP MAIN SOLVE Loop t[1] 1.907999999999955 x1[1] (analytic) 2.0002670783187084 x1[1] (numeric) 2.0001992880576687 absolute error 6.779026103975738e-05 relative error 0.0033890604797004093% Correct digits 4 h 0.001 x2[1] (analytic) 1.0091289442201719 x2[1] (numeric) 1.0091856081633415 absolute error 5.666394316961032e-05 relative error 0.005615134071235933% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 58389.96445707598 Order of pole 179441560.35043448 TOP MAIN SOLVE Loop t[1] 1.908999999999955 x1[1] (analytic) 2.0002668113738844 x1[1] (numeric) 2.000198683775059 absolute error 6.81275988254626e-05 relative error 0.003405925571432599% Correct digits 4 h 0.001 x2[1] (analytic) 1.0091470867726828 x2[1] (numeric) 1.0092041010215491 absolute error 5.701424886628281e-05 relative error 0.0056497461681842675% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 58419.217584986174 Order of pole 179621402.5962105 TOP MAIN SOLVE Loop t[1] 1.9099999999999548 x1[1] (analytic) 2.000266544695872 x1[1] (numeric) 2.0001980788878644 absolute error 6.846580800745627e-05 relative error 0.003422834231218224% Correct digits 4 h 0.001 x2[1] (analytic) 1.0091652657801475 x2[1] (numeric) 1.0092226318102682 absolute error 5.736603012063135e-05 relative error 0.0056845030309563655% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 58448.46510512129 Order of pole 179801245.813677 TOP MAIN SOLVE Loop t[1] 1.9109999999999547 x1[1] (analytic) 2.000266278284404 x1[1] (numeric) 2.00019747339548 absolute error 6.88048889236903e-05 relative error 0.0034397864759637474% Correct digits 4 h 0.001 x2[1] (analytic) 1.009183481315415 x2[1] (numeric) 1.0092412006063438 absolute error 5.771929092879269e-05 relative error 0.00571940504352675% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 58478.221965835495 Order of pole 179984226.55448592 TOP MAIN SOLVE Loop t[1] 1.9119999999999546 x1[1] (analytic) 2.0002660121392144 x1[1] (numeric) 2.0001968672973005 absolute error 6.914484191389292e-05 relative error 0.0034567823226644206% Correct digits 4 h 0.001 x2[1] (analytic) 1.0092017334514811 x2[1] (numeric) 1.009259807486776 absolute error 5.8074035294897186e-05 relative error 0.005754452590591907% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 58506.969832395764 Order of pole 180161428.47555763 TOP MAIN SOLVE Loop t[1] 1.9129999999999545 x1[1] (analytic) 2.0002657462600366 x1[1] (numeric) 2.0001962605927197 absolute error 6.94856673169042e-05 relative error 0.0034738217882710767% Correct digits 4 h 0.001 x2[1] (analytic) 1.0092200222614867 x2[1] (numeric) 1.0092784525287197 absolute error 5.843026723306721e-05 relative error 0.005789646057767972% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 58535.8877952676 Order of pole 180339658.21030766 TOP MAIN SOLVE Loop t[1] 1.9139999999999544 x1[1] (analytic) 2.000265480646606 x1[1] (numeric) 2.0001956532811307 absolute error 6.982736547511692e-05 relative error 0.0034909048899121396% Correct digits 4 h 0.001 x2[1] (analytic) 1.0092383478187208 x2[1] (numeric) 1.0092971358094853 absolute error 5.878799076453056e-05 relative error 0.005824985831304346% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 58565.09589402994 Order of pole 180519709.1611191 TOP MAIN SOLVE Loop t[1] 1.9149999999999543 x1[1] (analytic) 2.000265215298655 x1[1] (numeric) 2.0001950453619264 absolute error 7.016993672870342e-05 relative error 0.0035080316446050135% Correct digits 4 h 0.001 x2[1] (analytic) 1.009256710196618 x2[1] (numeric) 1.0093158574065388 absolute error 5.914720992095113e-05 relative error 0.005860472298413393% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 58594.647214997116 Order of pole 180701846.0136433 TOP MAIN SOLVE Loop t[1] 1.9159999999999542 x1[1] (analytic) 2.0002649502159198 x1[1] (numeric) 2.000194436834499 absolute error 7.051338142094465e-05 relative error 0.003525202069522492% Correct digits 4 h 0.001 x2[1] (analytic) 1.0092751094687606 x2[1] (numeric) 1.0093346173975022 absolute error 5.9507928741542315e-05 relative error 0.0058961058469840545% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 58623.619271656775 Order of pole 180880702.5625016 TOP MAIN SOLVE Loop t[1] 1.916999999999954 x1[1] (analytic) 2.0002646853981347 x1[1] (numeric) 2.0001938276982396 absolute error 7.085769989512158e-05 relative error 0.003542416181837355% Correct digits 4 h 0.001 x2[1] (analytic) 1.0092935457088783 x2[1] (numeric) 1.009353415860154 absolute error 5.987015127573159e-05 relative error 0.005931886865845528% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 58652.98996615529 Order of pole 181061986.89971474 TOP MAIN SOLVE Loop t[1] 1.917999999999954 x1[1] (analytic) 2.0002644208450353 x1[1] (numeric) 2.0001932179525395 absolute error 7.120289249584744e-05 relative error 0.0035596739987889666% Correct digits 4 h 0.001 x2[1] (analytic) 1.0093120189908484 x2[1] (numeric) 1.0093722528724292 absolute error 6.023388158071796e-05 relative error 0.005967815744524896% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 58682.63930499698 Order of pole 181244917.87474966 TOP MAIN SOLVE Loop t[1] 1.9189999999999539 x1[1] (analytic) 2.000264156556357 x1[1] (numeric) 2.0001926075967886 absolute error 7.154895956817953e-05 relative error 0.0035769755376388788% Correct digits 4 h 0.001 x2[1] (analytic) 1.0093305293886965 x2[1] (numeric) 1.0093911285124195 absolute error 6.059912372302634e-05 relative error 0.0060038928734007825% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 58712.30460261695 Order of pole 181428074.5579987 TOP MAIN SOLVE Loop t[1] 1.9199999999999537 x1[1] (analytic) 2.0002638925318346 x1[1] (numeric) 2.0001919966303765 absolute error 7.189590145806335e-05 relative error 0.003594320815693028% Correct digits 4 h 0.001 x2[1] (analytic) 1.009349076976596 x2[1] (numeric) 1.0094100428583743 absolute error 6.0965881778285436e-05 relative error 0.006040118643680997% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 58741.61974965932 Order of pole 181609346.60663027 TOP MAIN SOLVE Loop t[1] 1.9209999999999536 x1[1] (analytic) 2.0002636287712052 x1[1] (numeric) 2.0001913850526924 absolute error 7.224371851277667e-05 relative error 0.003611709850323938% Correct digits 4 h 0.001 x2[1] (analytic) 1.0093676618288698 x2[1] (numeric) 1.0094289959887004 absolute error 6.133415983056167e-05 relative error 0.006076493447336179% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 58770.79349773104 Order of pole 181789867.34893173 TOP MAIN SOLVE Loop t[1] 1.9219999999999535 x1[1] (analytic) 2.0002633652742046 x1[1] (numeric) 2.000190772863125 absolute error 7.259241107959724e-05 relative error 0.003629142658904117% Correct digits 4 h 0.001 x2[1] (analytic) 1.0093862840199892 x2[1] (numeric) 1.0094479879819622 absolute error 6.17039619730253e-05 relative error 0.006113017677165441% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 58800.05957403846 Order of pole 181971012.96175987 TOP MAIN SOLVE Loop t[1] 1.9229999999999534 x1[1] (analytic) 2.000263102040569 x1[1] (numeric) 2.0001901600610617 absolute error 7.29419795071351e-05 relative error 0.003646619258872662% Correct digits 4 h 0.001 x2[1] (analytic) 1.009404943624574 x2[1] (numeric) 1.0094670189168828 absolute error 6.207529230883857e-05 relative error 0.006149691726884004% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 58829.61971981243 Order of pole 182153943.6760244 TOP MAIN SOLVE Loop t[1] 1.9239999999999533 x1[1] (analytic) 2.0002628390700354 x1[1] (numeric) 2.0001895466458897 absolute error 7.329242414577664e-05 relative error 0.003664139667757455% Correct digits 4 h 0.001 x2[1] (analytic) 1.009423640717395 x2[1] (numeric) 1.0094860888723434 absolute error 6.244815494826916e-05 relative error 0.00618651599083685% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 58859.48117022115 Order of pole 182338772.57204136 TOP MAIN SOLVE Loop t[1] 1.9249999999999532 x1[1] (analytic) 2.000262576362341 x1[1] (numeric) 2.0001889326169957 absolute error 7.364374534546414e-05 relative error 0.0036817039030641653% Correct digits 4 h 0.001 x2[1] (analytic) 1.009442375373372 x2[1] (numeric) 1.0095051979273844 absolute error 6.282255401246495e-05 relative error 0.00622349086437234% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 58888.70297843462 Order of pole 182519955.66492435 TOP MAIN SOLVE Loop t[1] 1.925999999999953 x1[1] (analytic) 2.000262313917223 x1[1] (numeric) 2.0001883179737656 absolute error 7.399594345747218e-05 relative error 0.0036993119823650468% Correct digits 4 h 0.001 x2[1] (analytic) 1.0094611476675746 x2[1] (numeric) 1.009524346161205 absolute error 6.319849363034535e-05 relative error 0.006260616743533872% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 58917.770477742444 Order of pole 182700302.47145423 TOP MAIN SOLVE Loop t[1] 1.926999999999953 x1[1] (analytic) 2.000262051734419 x1[1] (numeric) 2.000187702715585 absolute error 7.43490188339635e-05 relative error 0.003716963923276741% Correct digits 4 h 0.001 x2[1] (analytic) 1.0094799576752234 x2[1] (numeric) 1.009543533653164 absolute error 6.357597794059977e-05 relative error 0.006297894025257494% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 58947.31754614999 Order of pole 182883615.32452646 TOP MAIN SOLVE Loop t[1] 1.9279999999999529 x1[1] (analytic) 2.000261789813667 x1[1] (numeric) 2.0001870868418385 absolute error 7.470297182843311e-05 relative error 0.0037346597434824774% Correct digits 4 h 0.001 x2[1] (analytic) 1.0094988054716898 x2[1] (numeric) 1.0095627604827802 absolute error 6.395501109035528e-05 relative error 0.006335323107239559% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 58976.738029477325 Order of pole 183066184.5048914 TOP MAIN SOLVE Loop t[1] 1.9289999999999528 x1[1] (analytic) 2.000261528154705 x1[1] (numeric) 2.00018647035191 absolute error 7.50578027948201e-05 relative error 0.0037523994606876707% Correct digits 4 h 0.001 x2[1] (analytic) 1.009517691132496 x2[1] (numeric) 1.0095820267297324 absolute error 6.433559723650895e-05 relative error 0.006372904388068332% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 59006.181169663774 Order of pole 183248996.39570874 TOP MAIN SOLVE Loop t[1] 1.9299999999999526 x1[1] (analytic) 2.0002612667572706 x1[1] (numeric) 2.0001858532451835 absolute error 7.54135120870636e-05 relative error 0.00377018309259772% Correct digits 4 h 0.001 x2[1] (analytic) 1.009536614733315 x2[1] (numeric) 1.0096013324738597 absolute error 6.471774054483959e-05 relative error 0.006410638267135641% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 59036.155770794634 Order of pole 183435108.51098695 TOP MAIN SOLVE Loop t[1] 1.9309999999999525 x1[1] (analytic) 2.000261005621103 x1[1] (numeric) 2.0001852355210414 absolute error 7.577010006176721e-05 relative error 0.003788010657051216% Correct digits 4 h 0.001 x2[1] (analytic) 1.0095555763499722 x2[1] (numeric) 1.0096206777951622 absolute error 6.510144519000782e-05 relative error 0.006448525144636493% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 59065.58244789234 Order of pole 183618052.3990357 TOP MAIN SOLVE Loop t[1] 1.9319999999999524 x1[1] (analytic) 2.0002607447459413 x1[1] (numeric) 2.000184617178866 absolute error 7.61275670750905e-05 relative error 0.003805882171864532% Correct digits 4 h 0.001 x2[1] (analytic) 1.0095745760584447 x2[1] (numeric) 1.009640062773801 absolute error 6.548671535622219e-05 relative error 0.0064865654216347% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 59094.97794521924 Order of pole 183800895.15760309 TOP MAIN SOLVE Loop t[1] 1.9329999999999523 x1[1] (analytic) 2.000260484131524 x1[1] (numeric) 2.0001839982180396 absolute error 7.648591348452527e-05 relative error 0.0038237976549206306% Correct digits 4 h 0.001 x2[1] (analytic) 1.0095936139348618 x2[1] (numeric) 1.0096594874900984 absolute error 6.587355523657301e-05 relative error 0.006524759499996513% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 59124.669453614726 Order of pole 183985620.19456145 TOP MAIN SOLVE Loop t[1] 1.9339999999999522 x1[1] (analytic) 2.0002602237775915 x1[1] (numeric) 2.0001833786379426 absolute error 7.684513964889561e-05 relative error 0.0038417571241690603% Correct digits 4 h 0.001 x2[1] (analytic) 1.0096126900555054 x2[1] (numeric) 1.0096789520245388 absolute error 6.626196903347648e-05 relative error 0.006563107782434232% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 59154.167146530606 Order of pole 184169294.1727711 TOP MAIN SOLVE Loop t[1] 1.934999999999952 x1[1] (analytic) 2.0002599636838823 x1[1] (numeric) 2.0001827584379557 absolute error 7.720524592658151e-05 relative error 0.003859760597537156% Correct digits 4 h 0.001 x2[1] (analytic) 1.00963180449681 x2[1] (numeric) 1.0096984564577685 absolute error 6.66519609584526e-05 relative error 0.006601610672483842% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 59183.788578260355 Order of pole 184353698.75947168 TOP MAIN SOLVE Loop t[1] 1.935999999999952 x1[1] (analytic) 2.000259703850137 x1[1] (numeric) 2.0001821376174584 absolute error 7.75662326786275e-05 relative error 0.0038778080930854416% Correct digits 4 h 0.001 x2[1] (analytic) 1.0096509573353636 x2[1] (numeric) 1.009718000870596 absolute error 6.70435352323473e-05 relative error 0.006640268574526618% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 59213.76680755849 Order of pole 184540419.2797333 TOP MAIN SOLVE Loop t[1] 1.9369999999999519 x1[1] (analytic) 2.0002594442760957 x1[1] (numeric) 2.0001815161758305 absolute error 7.792810026518993e-05 relative error 0.0038958996288300245% Correct digits 4 h 0.001 x2[1] (analytic) 1.0096701486479074 x2[1] (numeric) 1.0097375853439927 absolute error 6.743669608533231e-05 relative error 0.006679081893788748% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 59243.257412780535 Order of pole 184724293.89389226 TOP MAIN SOLVE Loop t[1] 1.9379999999999518 x1[1] (analytic) 2.0002591849614983 x1[1] (numeric) 2.00018089411245 absolute error 7.82908490482015e-05 relative error 0.003914035222875803% Correct digits 4 h 0.001 x2[1] (analytic) 1.0096893785113363 x2[1] (numeric) 1.009757209959093 absolute error 6.783144775668326e-05 relative error 0.006718051036318957% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 59272.66815790655 Order of pole 184907821.938336 TOP MAIN SOLVE Loop t[1] 1.9389999999999517 x1[1] (analytic) 2.000258925906086 x1[1] (numeric) 2.000180271426695 absolute error 7.865447939092718e-05 relative error 0.00393221489339426% Correct digits 4 h 0.001 x2[1] (analytic) 1.0097086470027 x2[1] (numeric) 1.0097768747971947 absolute error 6.822779449477956e-05 relative error 0.006757176408988119% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 59302.38925991714 Order of pole 185093284.15395647 TOP MAIN SOLVE Loop t[1] 1.9399999999999515 x1[1] (analytic) 2.0002586671096 x1[1] (numeric) 2.000179648117943 absolute error 7.901899165707604e-05 relative error 0.003950438658579069% Correct digits 4 h 0.001 x2[1] (analytic) 1.0097279541992015 x2[1] (numeric) 1.0097965799397592 absolute error 6.86257405577706e-05 relative error 0.006796458419554853% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 59332.099742237224 Order of pole 185278777.21474066 TOP MAIN SOLVE Loop t[1] 1.9409999999999514 x1[1] (analytic) 2.000258408571781 x1[1] (numeric) 2.00017902418557 absolute error 7.938438621080124e-05 relative error 0.003968706536646086% Correct digits 4 h 0.001 x2[1] (analytic) 1.009747300178199 x2[1] (numeric) 1.0098163254684123 absolute error 6.902529021335368e-05 relative error 0.006835897476643135% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 59361.377287842675 Order of pole 185461874.49152017 TOP MAIN SOLVE Loop t[1] 1.9419999999999513 x1[1] (analytic) 2.00025815029237 x1[1] (numeric) 2.000178399628953 absolute error 7.97506634171441e-05 relative error 0.003987018545855556% Correct digits 4 h 0.001 x2[1] (analytic) 1.009766685017206 x2[1] (numeric) 1.0098361114649435 absolute error 6.942644773744178e-05 relative error 0.006875493989609964% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 59391.36442587359 Order of pole 185649102.99502972 TOP MAIN SOLVE Loop t[1] 1.9429999999999512 x1[1] (analytic) 2.00025789227111 x1[1] (numeric) 2.000177774447467 absolute error 8.01178236429223e-05 relative error 0.004005374704556513% Correct digits 4 h 0.001 x2[1] (analytic) 1.0097861087938909 x2[1] (numeric) 1.0098559380113075 absolute error 6.982921741660597e-05 relative error 0.006915248368786872% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 59421.33534355277 Order of pole 185836473.68243453 TOP MAIN SOLVE Loop t[1] 1.943999999999951 x1[1] (analytic) 2.000257634507742 x1[1] (numeric) 2.0001771486404865 absolute error 8.048586725539764e-05 relative error 0.004023775031120179% Correct digits 4 h 0.001 x2[1] (analytic) 1.0098055715860779 x2[1] (numeric) 1.0098758051896237 absolute error 7.023360354585506e-05 relative error 0.006955161025259624% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 59451.06600772523 Order of pole 186022486.30877382 TOP MAIN SOLVE Loop t[1] 1.944999999999951 x1[1] (analytic) 2.0002573770020087 x1[1] (numeric) 2.000176522207386 absolute error 8.085479462272005e-05 relative error 0.00404221954396216% Correct digits 4 h 0.001 x2[1] (analytic) 1.0098250734717469 x2[1] (numeric) 1.009895713082177 absolute error 7.063961043018985e-05 relative error 0.006995232371021754% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 59479.840214451775 Order of pole 186202972.24981102 TOP MAIN SOLVE Loop t[1] 1.9459999999999509 x1[1] (analytic) 2.0002571197536523 x1[1] (numeric) 2.0001758951475392 absolute error 8.12246061130395e-05 relative error 0.0040607082614980495% Correct digits 4 h 0.001 x2[1] (analytic) 1.0098446145290343 x2[1] (numeric) 1.009915661771418 absolute error 7.104724238371496e-05 relative error 0.007035462818886208% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 59509.98013043085 Order of pole 186391548.50815046 TOP MAIN SOLVE Loop t[1] 1.9469999999999508 x1[1] (analytic) 2.0002568627624155 x1[1] (numeric) 2.000175267460319 absolute error 8.159530209672639e-05 relative error 0.0040792412022544345% Correct digits 4 h 0.001 x2[1] (analytic) 1.0098641948362332 x2[1] (numeric) 1.009935651339963 absolute error 7.14565037298609e-05 relative error 0.007075852782506938% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 59540.20684430027 Order of pole 186580767.99482635 TOP MAIN SOLVE Loop t[1] 1.9479999999999507 x1[1] (analytic) 2.000256606028042 x1[1] (numeric) 2.000174639145097 absolute error 8.19668829445952e-05 relative error 0.004097818384780082% Correct digits 4 h 0.001 x2[1] (analytic) 1.009883814471793 x2[1] (numeric) 1.0099556818705955 absolute error 7.186739880249426e-05 relative error 0.007116402676488443% Correct digits 4 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 2081.856809137971 Order of pole 15833.994490119147 TOP MAIN SOLVE Loop t[1] 1.9489999999999505 x1[1] (analytic) 2.000256349550274 x1[1] (numeric) 2.0001740102012464 absolute error 8.233934902746043e-05 relative error 0.004116439827623751% Correct digits 4 h 0.001 x2[1] (analytic) 1.0099034735143206 x2[1] (numeric) 1.0099757534462646 absolute error 7.227993194391935e-05 relative error 0.007157112916187471% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 59599.467015699855 Order of pole 186952481.33325994 TOP MAIN SOLVE Loop t[1] 1.9499999999999504 x1[1] (analytic) 2.0002560933288556 x1[1] (numeric) 2.000173380628137 absolute error 8.271270071835701e-05 relative error 0.004135105549445187% Correct digits 4 h 0.001 x2[1] (analytic) 1.009923172042581 x2[1] (numeric) 1.0099958661500867 absolute error 7.269410750576633e-05 relative error 0.007197983917800566% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 59629.379201617056 Order of pole 187140125.0187477 TOP MAIN SOLVE Loop t[1] 1.9509999999999503 x1[1] (analytic) 2.000255837363531 x1[1] (numeric) 2.00017275042514 absolute error 8.308693839120807e-05 relative error 0.004153815568948526% Correct digits 4 h 0.001 x2[1] (analytic) 1.009942910135496 x2[1] (numeric) 1.010016020065346 absolute error 7.310992985010145e-05 relative error 0.007239016098473613% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 59659.167053752644 Order of pole 187327150.6360886 TOP MAIN SOLVE Loop t[1] 1.9519999999999502 x1[1] (analytic) 2.0002555816540433 x1[1] (numeric) 2.000172119591624 absolute error 8.346206241904852e-05 relative error 0.004172569904793487% Correct digits 4 h 0.001 x2[1] (analytic) 1.009962687872146 x2[1] (numeric) 1.0100362152754943 absolute error 7.352740334831687e-05 relative error 0.007280209876191477% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 59688.887036856 Order of pole 187513918.52731943 TOP MAIN SOLVE Loop t[1] 1.95299999999995 x1[1] (analytic) 2.0002553262001377 x1[1] (numeric) 2.0001714881269597 absolute error 8.383807317802194e-05 relative error 0.00419136857579518% Correct digits 4 h 0.001 x2[1] (analytic) 1.00998250533177 x2[1] (numeric) 1.0100564518641508 absolute error 7.394653238090854e-05 relative error 0.007321565669755614% Correct digits 4 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1984.0880576465563 Order of pole 48198.11549629703 TOP MAIN SOLVE Loop t[1] 1.95399999999995 x1[1] (analytic) 2.000255071001558 x1[1] (numeric) 2.0001708560305147 absolute error 8.421497104338371e-05 relative error 0.004210211600724301% Correct digits 4 h 0.001 x2[1] (analytic) 1.0100023625937653 x2[1] (numeric) 1.0100767299151039 absolute error 7.436732133858648e-05 relative error 0.007363083898893599% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 59748.26542142723 Order of pole 187887300.48020288 TOP MAIN SOLVE Loop t[1] 1.9549999999999499 x1[1] (analytic) 2.0002548160580496 x1[1] (numeric) 2.000170223301657 absolute error 8.459275639260966e-05 relative error 0.004229098998462538% Correct digits 4 h 0.001 x2[1] (analytic) 1.0100222597376889 x2[1] (numeric) 1.01009704951231 absolute error 7.478977462116454e-05 relative error 0.0074047649841487715% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 59778.50389500401 Order of pole 188077417.00863808 TOP MAIN SOLVE Loop t[1] 1.9559999999999498 x1[1] (analytic) 2.0002545613693568 x1[1] (numeric) 2.000169589939754 absolute error 8.497142960273152e-05 relative error 0.004248030787869361% Correct digits 4 h 0.001 x2[1] (analytic) 1.0100421968432567 x2[1] (numeric) 1.010117410739895 absolute error 7.521389663822653e-05 relative error 0.007446609346945788% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 59808.07329813446 Order of pole 188263640.33147603 TOP MAIN SOLVE Loop t[1] 1.9569999999999497 x1[1] (analytic) 2.000254306935226 x1[1] (numeric) 2.000168955944172 absolute error 8.535099105388966e-05 relative error 0.0042670069879596345% Correct digits 4 h 0.001 x2[1] (analytic) 1.0100621739903444 x2[1] (numeric) 1.0101378136821535 absolute error 7.563969180912622e-05 relative error 0.007488617409590203% Correct digits 4 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1937.6765816944892 Order of pole 157232.0509126991 TOP MAIN SOLVE Loop t[1] 1.9579999999999496 x1[1] (analytic) 2.000254052755402 x1[1] (numeric) 2.000168321314278 absolute error 8.573144112400399e-05 relative error 0.004286027617637205% Correct digits 4 h 0.001 x2[1] (analytic) 1.0100821912589881 x2[1] (numeric) 1.0101582584235507 absolute error 7.606716456254325e-05 relative error 0.007530789595224079% Correct digits 4 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 2614.4367961922485 Order of pole 51349.242460734815 TOP MAIN SOLVE Loop t[1] 1.9589999999999494 x1[1] (analytic) 2.0002537988296303 x1[1] (numeric) 2.000167686049436 absolute error 8.611278019410307e-05 relative error 0.004305092695961311% Correct digits 4 h 0.001 x2[1] (analytic) 1.0101022487293836 x2[1] (numeric) 1.0101787450487214 absolute error 7.649631933781542e-05 relative error 0.007573126327957472% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 59897.93692862721 Order of pole 188829783.57685545 TOP MAIN SOLVE Loop t[1] 1.9599999999999493 x1[1] (analytic) 2.000253545157658 x1[1] (numeric) 2.000167050149012 absolute error 8.64950086461036e-05 relative error 0.004324202242035579% Correct digits 4 h 0.001 x2[1] (analytic) 1.0101223464818885 x2[1] (numeric) 1.0101992736424708 absolute error 7.692716058227411e-05 relative error 0.0076156280326042085% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 59928.15379987159 Order of pole 189020245.63479862 TOP MAIN SOLVE Loop t[1] 1.9609999999999492 x1[1] (analytic) 2.0002532917392304 x1[1] (numeric) 2.000166413612369 absolute error 8.687812686147822e-05 relative error 0.0043433562749414225% Correct digits 4 h 0.001 x2[1] (analytic) 1.01014248459702 x2[1] (numeric) 1.0102198442897747 absolute error 7.735969275479704e-05 relative error 0.007658295135033197% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 59958.13307563118 Order of pole 189209391.35640296 TOP MAIN SOLVE Loop t[1] 1.9619999999999491 x1[1] (analytic) 2.000253038574095 x1[1] (numeric) 2.000165776438871 absolute error 8.726213522392001e-05 relative error 0.004362554813871244% Correct digits 4 h 0.001 x2[1] (analytic) 1.0101626631554572 x2[1] (numeric) 1.0102404570757804 absolute error 7.77939203231437e-05 relative error 0.007701128061904198% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 59988.556565003746 Order of pole 189401323.08989623 TOP MAIN SOLVE Loop t[1] 1.962999999999949 x1[1] (analytic) 2.000252785661998 x1[1] (numeric) 2.000165138627881 absolute error 8.764703411667796e-05 relative error 0.004381797877995233% Correct digits 4 h 0.001 x2[1] (analytic) 1.0101828822380414 x2[1] (numeric) 1.010261112085806 absolute error 7.82298477646215e-05 relative error 0.007744127240733353% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 60017.97800266917 Order of pole 189587355.50452685 TOP MAIN SOLVE Loop t[1] 1.963999999999949 x1[1] (analytic) 2.0002525330026866 x1[1] (numeric) 2.0001645001787614 absolute error 8.803282392522149e-05 relative error 0.004401085486594569% Correct digits 4 h 0.001 x2[1] (analytic) 1.0102031419257753 x2[1] (numeric) 1.0102818094053418 absolute error 7.866747956652986e-05 relative error 0.007787293099936721% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 60048.23111537798 Order of pole 189778432.46756032 TOP MAIN SOLVE Loop t[1] 1.9649999999999488 x1[1] (analytic) 2.0002522805959084 x1[1] (numeric) 2.000163861090873 absolute error 8.841950503546414e-05 relative error 0.004420417658972622% Correct digits 4 h 0.001 x2[1] (analytic) 1.010223442299824 x2[1] (numeric) 1.0103025491200504 absolute error 7.910682022638227e-05 relative error 0.007830626068851822% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 60077.736994030536 Order of pole 189965179.86916384 TOP MAIN SOLVE Loop t[1] 1.9659999999999487 x1[1] (analytic) 2.0002520284414107 x1[1] (numeric) 2.000163221363577 absolute error 8.880707783376351e-05 relative error 0.0044397944144549464% Correct digits 4 h 0.001 x2[1] (analytic) 1.0102437834415152 x2[1] (numeric) 1.0103233313157662 absolute error 7.954787425101806e-05 relative error 0.007874126577649286% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 60108.720148663924 Order of pole 190160780.58007836 TOP MAIN SOLVE Loop t[1] 1.9669999999999486 x1[1] (analytic) 2.0002517765389416 x1[1] (numeric) 2.000162580996234 absolute error 8.91955427078095e-05 relative error 0.004459215772433686% Correct digits 4 h 0.001 x2[1] (analytic) 1.0102641654323394 x2[1] (numeric) 1.0103441560784971 absolute error 7.999064615771267e-05 relative error 0.00791779505744232% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 60138.38086936337 Order of pole 190348649.99992102 TOP MAIN SOLVE Loop t[1] 1.9679999999999485 x1[1] (analytic) 2.000251524888249 x1[1] (numeric) 2.0001619399882027 absolute error 8.958490004618014e-05 relative error 0.004478681752345376% Correct digits 4 h 0.001 x2[1] (analytic) 1.0102845883539509 x2[1] (numeric) 1.010365023494424 absolute error 8.043514047306743e-05 relative error 0.007961631940176362% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 60168.89500577641 Order of pole 190541704.53007483 TOP MAIN SOLVE Loop t[1] 1.9689999999999483 x1[1] (analytic) 2.000251273489081 x1[1] (numeric) 2.0001612983388433 absolute error 8.99751502378976e-05 relative error 0.004498192373648738% Correct digits 4 h 0.001 x2[1] (analytic) 1.0103050522881667 x2[1] (numeric) 1.0103859336499006 absolute error 8.08813617338977e-05 relative error 0.008005637658716579% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 60198.91517137227 Order of pole 190731923.79798198 TOP MAIN SOLVE Loop t[1] 1.9699999999999482 x1[1] (analytic) 2.000251022341187 x1[1] (numeric) 2.0001606560475134 absolute error 9.036629367376037e-05 relative error 0.004517747655891281% Correct digits 4 h 0.001 x2[1] (analytic) 1.0103255573169687 x2[1] (numeric) 1.0104068866314553 absolute error 8.132931448656677e-05 relative error 0.008049812646781476% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 60228.53566728003 Order of pole 190919863.14325 TOP MAIN SOLVE Loop t[1] 1.9709999999999481 x1[1] (analytic) 2.0002507714443154 x1[1] (numeric) 2.000160013113571 absolute error 9.075833074456696e-05 relative error 0.004537347618620507% Correct digits 4 h 0.001 x2[1] (analytic) 1.0103461035225028 x2[1] (numeric) 1.0104278825257902 absolute error 8.177900328742993e-05 relative error 0.008094157338986415% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 60258.23324812074 Order of pole 191108368.5544576 TOP MAIN SOLVE Loop t[1] 1.971999999999948 x1[1] (analytic) 2.000250520798215 x1[1] (numeric) 2.000159369536373 absolute error 9.115126184200406e-05 relative error 0.004556992281428301% Correct digits 4 h 0.001 x2[1] (analytic) 1.0103666909870788 x2[1] (numeric) 1.0104489214197823 absolute error 8.223043270350061e-05 relative error 0.00813867217090911% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 60288.5356024289 Order of pole 191300563.54204196 TOP MAIN SOLVE Loop t[1] 1.972999999999948 x1[1] (analytic) 2.0002502704026353 x1[1] (numeric) 2.000158725315276 absolute error 9.154508735909062e-05 relative error 0.004576681663973143% Correct digits 4 h 0.001 x2[1] (analytic) 1.010387319793172 x2[1] (numeric) 1.0104700034004832 absolute error 8.268360731111812e-05 relative error 0.008183357578957304% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 60318.774930231455 Order of pole 191492470.48994046 TOP MAIN SOLVE Loop t[1] 1.9739999999999478 x1[1] (analytic) 2.0002500202573263 x1[1] (numeric) 2.0001580804496357 absolute error 9.193980769062193e-05 relative error 0.004596415786002299% Correct digits 4 h 0.001 x2[1] (analytic) 1.0104079900234233 x2[1] (numeric) 1.01049112855512 absolute error 8.313853169661378e-05 relative error 0.008228214000434267% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 60348.58085819619 Order of pole 191681912.3940572 TOP MAIN SOLVE Loop t[1] 1.9749999999999477 x1[1] (analytic) 2.0002497703620374 x1[1] (numeric) 2.0001574349388074 absolute error 9.233542323006105e-05 relative error 0.004616194667196422% Correct digits 4 h 0.001 x2[1] (analytic) 1.010428701760638 x2[1] (numeric) 1.010512296971095 absolute error 8.359521045697704e-05 relative error 0.008273241873604264% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 60379.283267488645 Order of pole 191876772.1051184 TOP MAIN SOLVE Loop t[1] 1.9759999999999476 x1[1] (analytic) 2.000249520716519 x1[1] (numeric) 2.000156788782145 absolute error 9.273193437397964e-05 relative error 0.004636018327391559% Correct digits 4 h 0.001 x2[1] (analytic) 1.0104494550877887 x2[1] (numeric) 1.0105335087359866 absolute error 8.40536481978571e-05 relative error 0.008318441637494322% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 60409.45095671363 Order of pole 192068558.45992398 TOP MAIN SOLVE Loop t[1] 1.9769999999999475 x1[1] (analytic) 2.0002492713205213 x1[1] (numeric) 2.000156141979003 absolute error 9.312934151850527e-05 relative error 0.004655886786401542% Correct digits 4 h 0.001 x2[1] (analytic) 1.0104702500880132 x2[1] (numeric) 1.0105547639375498 absolute error 8.451384953667151e-05 relative error 0.008363813732201443% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 60439.449185662685 Order of pole 192259490.7475394 TOP MAIN SOLVE Loop t[1] 1.9779999999999474 x1[1] (analytic) 2.0002490221737945 x1[1] (numeric) 2.0001554945287343 absolute error 9.352764506020961e-05 relative error 0.00467580006406239% Correct digits 4 h 0.001 x2[1] (analytic) 1.0104910868446162 x2[1] (numeric) 1.0105760626637161 absolute error 8.497581909994167e-05 relative error 0.008409358598628437% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 60469.94777279375 Order of pole 192453434.53697154 TOP MAIN SOLVE Loop t[1] 1.9789999999999472 x1[1] (analytic) 2.0002487732760907 x1[1] (numeric) 2.0001548464306915 absolute error 9.392684539921703e-05 relative error 0.004695758180387719% Correct digits 4 h 0.001 x2[1] (analytic) 1.0105119654410697 x2[1] (numeric) 1.010597405002594 absolute error 8.543956152440302e-05 relative error 0.008455076678593335% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 60500.5381251039 Order of pole 192648040.04273927 TOP MAIN SOLVE Loop t[1] 1.9799999999999471 x1[1] (analytic) 2.0002485246271595 x1[1] (numeric) 2.0001541976842265 absolute error 9.432694293298738e-05 relative error 0.004715761155257927% Correct digits 4 h 0.001 x2[1] (analytic) 1.0105328859610119 x2[1] (numeric) 1.0106187910424693 absolute error 8.590508145744913e-05 relative error 0.008500968414872892% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 60530.47083630494 Order of pole 192838865.2259684 TOP MAIN SOLVE Loop t[1] 1.980999999999947 x1[1] (analytic) 2.0002482762267535 x1[1] (numeric) 2.0001535482886905 absolute error 9.47279380629773e-05 relative error 0.004735809008753206% Correct digits 4 h 0.001 x2[1] (analytic) 1.01055384848825 x2[1] (numeric) 1.0106402208718053 absolute error 8.637238355535537e-05 relative error 0.008547034251026323% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 60560.52839732978 Order of pole 193030475.4847143 TOP MAIN SOLVE Loop t[1] 1.981999999999947 x1[1] (analytic) 2.0002480280746235 x1[1] (numeric) 2.0001528982434342 absolute error 9.512983118931118e-05 relative error 0.004755901760887133% Correct digits 4 h 0.001 x2[1] (analytic) 1.0105748531067578 x2[1] (numeric) 1.010661694579244 absolute error 8.684147248616547e-05 relative error 0.008593274631680498% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 60591.50176517578 Order of pole 193227724.73302385 TOP MAIN SOLVE Loop t[1] 1.9829999999999468 x1[1] (analytic) 2.0002477801705214 x1[1] (numeric) 2.0001522475478075 absolute error 9.553262271388974e-05 relative error 0.004776039431762078% Correct digits 4 h 0.001 x2[1] (analytic) 1.0105958999006779 x2[1] (numeric) 1.0106832122536051 absolute error 8.731235292724904e-05 relative error 0.008639690002287774% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 60621.09911804519 Order of pole 193416834.38161862 TOP MAIN SOLVE Loop t[1] 1.9839999999999467 x1[1] (analytic) 2.0002475325141997 x1[1] (numeric) 2.00015159620116 absolute error 9.593631303994599e-05 relative error 0.004796222041546997% Correct digits 4 h 0.001 x2[1] (analytic) 1.0106169889543217 x2[1] (numeric) 1.0107047739838877 absolute error 8.778502956596768e-05 relative error 0.008686280809191446% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 60651.93491694934 Order of pole 193613430.2391027 TOP MAIN SOLVE Loop t[1] 1.9849999999999466 x1[1] (analytic) 2.0002472851054107 x1[1] (numeric) 2.0001509442028396 absolute error 9.634090257115702e-05 relative error 0.0048164496104330405% Correct digits 4 h 0.001 x2[1] (analytic) 1.0106381203521693 x2[1] (numeric) 1.0107263798592696 absolute error 8.825950710034114e-05 relative error 0.008733047499691188% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 60682.2986759222 Order of pole 193807391.84969625 TOP MAIN SOLVE Loop t[1] 1.9859999999999465 x1[1] (analytic) 2.0002470379439066 x1[1] (numeric) 2.000150291552195 absolute error 9.674639171164401e-05 relative error 0.004836722158633542% Correct digits 4 h 0.001 x2[1] (analytic) 1.0106592941788697 x2[1] (numeric) 1.0107480299691085 absolute error 8.873579023882527e-05 relative error 0.008779990522020623% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 60712.46180397965 Order of pole 194000102.89749017 TOP MAIN SOLVE Loop t[1] 1.9869999999999464 x1[1] (analytic) 2.0002467910294404 x1[1] (numeric) 2.000149638248573 absolute error 9.71527808673045e-05 relative error 0.004857039706450631% Correct digits 4 h 0.001 x2[1] (analytic) 1.010680510519242 x2[1] (numeric) 1.0107697244029419 absolute error 8.921388369986794e-05 relative error 0.008827110325302886% Correct digits 4 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 3389.300286833883 Order of pole 1611066.1094795007 TOP MAIN SOLVE Loop t[1] 1.9879999999999463 x1[1] (analytic) 2.000246544361765 x1[1] (numeric) 2.000148984291321 absolute error 9.756007044403603e-05 relative error 0.00487740227418642% Correct digits 4 h 0.001 x2[1] (analytic) 1.010701769458275 x2[1] (numeric) 1.010791463250487 absolute error 8.969379221213103e-05 relative error 0.008874407359572144% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 60773.013409677566 Order of pole 194387397.2802017 TOP MAIN SOLVE Loop t[1] 1.9889999999999461 x1[1] (analytic) 2.0002462979406346 x1[1] (numeric) 2.0001483296797846 absolute error 9.796826084995658e-05 relative error 0.004897809882254019% Correct digits 4 h 0.001 x2[1] (analytic) 1.0107230710811281 x2[1] (numeric) 1.0108132466016426 absolute error 9.017552051449051e-05 relative error 0.008921882075773093% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 60803.29307911205 Order of pole 194581171.08952162 TOP MAIN SOLVE Loop t[1] 1.989999999999946 x1[1] (analytic) 2.000246051765802 x1[1] (numeric) 2.0001476744133093 absolute error 9.837735249274004e-05 relative error 0.004918262551044321% Correct digits 4 h 0.001 x2[1] (analytic) 1.0107444154731307 x2[1] (numeric) 1.0108350745464876 absolute error 9.065907335692458e-05 relative error 0.008969534925848387% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 60834.245080887325 Order of pole 194779074.6358869 TOP MAIN SOLVE Loop t[1] 1.990999999999946 x1[1] (analytic) 2.000245805837021 x1[1] (numeric) 2.0001470184912398 absolute error 9.878734578139259e-05 relative error 0.004938760301014811% Correct digits 4 h 0.001 x2[1] (analytic) 1.0107658027197837 x2[1] (numeric) 1.0108569471752824 absolute error 9.114445549873729e-05 relative error 0.00901736636256237% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 60864.38935868171 Order of pole 194972284.19113442 TOP MAIN SOLVE Loop t[1] 1.9919999999999458 x1[1] (analytic) 2.000245560154046 x1[1] (numeric) 2.00014636191292 absolute error 9.919824112580855e-05 relative error 0.004959303152667363% Correct digits 4 h 0.001 x2[1] (analytic) 1.0107872329067586 x2[1] (numeric) 1.0108788645784692 absolute error 9.163167171055697e-05 relative error 0.009065376839698335% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 60894.9267054575 Order of pole 195167927.58151075 TOP MAIN SOLVE Loop t[1] 1.9929999999999457 x1[1] (analytic) 2.000245314716631 x1[1] (numeric) 2.000145704677694 absolute error 9.961003893721454e-05 relative error 0.004979891126570443% Correct digits 4 h 0.001 x2[1] (analytic) 1.0108087061198998 x2[1] (numeric) 1.0109008268466724 absolute error 9.212072677255989e-05 relative error 0.009113566811882282% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 60925.09832078169 Order of pole 195361566.7695858 TOP MAIN SOLVE Loop t[1] 1.9939999999999456 x1[1] (analytic) 2.000245069524531 x1[1] (numeric) 2.0001450467849033 absolute error 0.00010002273962772534 relative error 0.005000524243336907% Correct digits 4 h 0.001 x2[1] (analytic) 1.0108302224452224 x2[1] (numeric) 1.0109228340706986 absolute error 9.261162547624657e-05 relative error 0.009161936734758172% Correct digits 4 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 2186.7807868156015 Order of pole 96675.17382100956 TOP MAIN SOLVE Loop t[1] 1.9949999999999455 x1[1] (analytic) 2.0002448245775004 x1[1] (numeric) 2.000144388233891 absolute error 0.00010043634360945575 relative error 0.005021202523579598% Correct digits 4 h 0.001 x2[1] (analytic) 1.0108517819689142 x2[1] (numeric) 1.0109448863415373 absolute error 9.310437262310955e-05 relative error 0.009210487064855638% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 60985.64755593136 Order of pole 195750196.74839693 TOP MAIN SOLVE Loop t[1] 1.9959999999999454 x1[1] (analytic) 2.0002445798752944 x1[1] (numeric) 2.0001437290239985 absolute error 0.0001008508512958528 relative error 0.005041925987977949% Correct digits 4 h 0.001 x2[1] (analytic) 1.0108733847773361 x2[1] (numeric) 1.010966983750361 absolute error 9.359897302485543e-05 relative error 0.00925921825961145% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 61016.41645795031 Order of pole 195947655.93980882 TOP MAIN SOLVE Loop t[1] 1.9969999999999453 x1[1] (analytic) 2.000244335417668 x1[1] (numeric) 2.000143069154566 absolute error 0.00010126626310213993 relative error 0.005062694657300188% Correct digits 4 h 0.001 x2[1] (analytic) 1.0108950309570215 x2[1] (numeric) 1.0109891263885258 absolute error 9.4095431504293e-05 relative error 0.009308130777456902% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 61046.797164009506 Order of pole 196142829.46617824 TOP MAIN SOLVE Loop t[1] 1.9979999999999452 x1[1] (analytic) 2.0002440912043777 x1[1] (numeric) 2.000142408624934 absolute error 0.00010168257944354053 relative error 0.005083508552314527% Correct digits 4 h 0.001 x2[1] (analytic) 1.0109167205946779 x2[1] (numeric) 1.0110113143475719 absolute error 9.459375289400107e-05 relative error 0.009357225077685502% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 61077.19657025211 Order of pole 196338305.90748197 TOP MAIN SOLVE Loop t[1] 1.998999999999945 x1[1] (analytic) 2.0002438472351782 x1[1] (numeric) 2.0001417474344425 absolute error 0.00010209980073572211 relative error 0.0051043676938113715% Correct digits 4 h 0.001 x2[1] (analytic) 1.0109384537771853 x2[1] (numeric) 1.0110335477192234 absolute error 9.509394203810473e-05 relative error 0.009406501620628213% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 61108.122242509424 Order of pole 196537028.4402999 TOP MAIN SOLVE Loop t[1] 1.999999999999945 x1[1] (analytic) 2.000243603509826 x1[1] (numeric) 2.0001410855824298 absolute error 0.00010251792739612853 relative error 0.005125272102669915% Correct digits 4 h 0.001 x2[1] (analytic) 1.0109602305915986 x2[1] (numeric) 1.011055826595389 absolute error 9.559600379049904e-05 relative error 0.009455960867477221% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 61138.665147429696 Order of pole 196733527.6466853 TOP MAIN SOLVE Loop t[1] 2.000999999999945 x1[1] (analytic) 2.0002433600280773 x1[1] (numeric) 2.000140423068234 absolute error 0.0001029369598435359 relative error 0.005146221799835945% Correct digits 4 h 0.001 x2[1] (analytic) 1.0109820511251473 x2[1] (numeric) 1.011078151068163 absolute error 9.609994301573721e-05 relative error 0.009505603280373294% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 61169.666087403224 Order of pole 196932985.11676365 TOP MAIN SOLVE Loop t[1] 2.0019999999999447 x1[1] (analytic) 2.000243116789689 x1[1] (numeric) 2.000139759891192 absolute error 0.00010335689849672036 relative error 0.005167216806255237% Correct digits 4 h 0.001 x2[1] (analytic) 1.011003915465235 x2[1] (numeric) 1.0111005212298243 absolute error 9.660576458925263e-05 relative error 0.009555429322427245% Correct digits 4 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 2174.3332482975525 Order of pole 95622.13939235934 TOP MAIN SOLVE Loop t[1] 2.0029999999999446 x1[1] (analytic) 2.000242873794417 x1[1] (numeric) 2.000139096050642 absolute error 0.00010377774377490212 relative error 0.005188257142895753% Correct digits 4 h 0.001 x2[1] (analytic) 1.0110258236994407 x2[1] (numeric) 1.0111229371728379 absolute error 9.711347339713683e-05 relative error 0.00960543945769746% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 61230.29533490251 Order of pole 197323753.06346834 TOP MAIN SOLVE Loop t[1] 2.0039999999999445 x1[1] (analytic) 2.0002426310420187 x1[1] (numeric) 2.000138431545919 absolute error 0.00010419949609952184 relative error 0.005209342830836452% Correct digits 4 h 0.001 x2[1] (analytic) 1.0110477759155192 x2[1] (numeric) 1.011145398989855 absolute error 9.762307433569539e-05 relative error 0.00965563415114545% Correct digits 4 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1198.4943355399778 Order of pole 558781.515689142 TOP MAIN SOLVE Loop t[1] 2.0049999999999444 x1[1] (analytic) 2.000242388532252 x1[1] (numeric) 2.0001377663763593 absolute error 0.00010462215589246426 relative error 0.005230473891178481% Correct digits 4 h 0.001 x2[1] (analytic) 1.0110697722014002 x2[1] (numeric) 1.011167906773713 absolute error 9.813457231278022e-05 relative error 0.00970601386876714% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 61291.567713274766 Order of pole 197718898.5571628 TOP MAIN SOLVE Loop t[1] 2.0059999999999443 x1[1] (analytic) 2.0002421462648736 x1[1] (numeric) 2.000137100541297 absolute error 0.00010504572357650233 relative error 0.005251650345067376% Correct digits 4 h 0.001 x2[1] (analytic) 1.0110918126451907 x2[1] (numeric) 1.0111904606174364 absolute error 9.864797224579114e-05 relative error 0.009756579077394665% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 61323.12150770152 Order of pole 197922154.26325986 TOP MAIN SOLVE Loop t[1] 2.006999999999944 x1[1] (analytic) 2.0002419042396413 x1[1] (numeric) 2.000136434040067 absolute error 0.00010547019957440895 relative error 0.0052728722136486635% Correct digits 4 h 0.001 x2[1] (analytic) 1.011113897335173 x2[1] (numeric) 1.011213060614237 absolute error 9.916327906411837e-05 relative error 0.009807330244937466% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 61353.38033543415 Order of pole 198117721.6621957 TOP MAIN SOLVE Loop t[1] 2.007999999999944 x1[1] (analytic) 2.0002416624563137 x1[1] (numeric) 2.000135766872002 absolute error 0.0001058955843116216 relative error 0.005294139518201063% Correct digits 4 h 0.001 x2[1] (analytic) 1.011136026359808 x2[1] (numeric) 1.0112357068575142 absolute error 9.968049770625598e-05 relative error 0.00985826784009624% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 61383.504125353706 Order of pole 198312560.670505 TOP MAIN SOLVE Loop t[1] 2.008999999999944 x1[1] (analytic) 2.0002414209146484 x1[1] (numeric) 2.0001350990364353 absolute error 0.00010632187821313366 relative error 0.005315452279981082% Correct digits 4 h 0.001 x2[1] (analytic) 1.0111581998077315 x2[1] (numeric) 1.0112583994408548 absolute error 0.00010019963312335456 relative error 0.009909392332713833% Correct digits 4 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 61414.45362687602 Order of pole 198512463.92645818 TOP MAIN SOLVE Loop t[1] 2.009999999999944 x1[1] (analytic) 2.0002411796144037 x1[1] (numeric) 2.000134430532699 absolute error 0.00010674908170482666 relative error 0.005336810520289619% Correct digits 4 h 0.001 x2[1] (analytic) 1.0111804177677586 x2[1] (numeric) 1.0112811384580347 absolute error 0.00010072069027611263 relative error 0.009960704193467234% Correct digits 4 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 61445.69358030318 Order of pole 198714245.1999421 TOP MAIN SOLVE Loop t[1] 2.0109999999999437 x1[1] (analytic) 2.000240938555339 x1[1] (numeric) 2.0001337613601247 absolute error 0.00010717719521435853 relative error 0.005358214260516364% Correct digits 4 h 0.001 x2[1] (analytic) 1.0112026803288818 x2[1] (numeric) 1.0113039240030182 absolute error 0.00010124367413633095 relative error 0.010012203894020794% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 61476.258368256895 Order of pole 198912072.02803606 TOP MAIN SOLVE Loop t[1] 2.0119999999999436 x1[1] (analytic) 2.0002406977372127 x1[1] (numeric) 2.000133091518043 absolute error 0.00010760621916983126 relative error 0.005379663522073199% Correct digits 4 h 0.001 x2[1] (analytic) 1.011224987580272 x2[1] (numeric) 1.0113267561699588 absolute error 0.00010176858968691249 relative error 0.010063891907025687% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 61507.0133540726 Order of pole 199111082.0691055 TOP MAIN SOLVE Loop t[1] 2.0129999999999435 x1[1] (analytic) 2.0002404571597845 x1[1] (numeric) 2.0001324210057843 absolute error 0.00010803615400023503 relative error 0.005401158326416394% Correct digits 4 h 0.001 x2[1] (analytic) 1.0112473396112787 x2[1] (numeric) 1.0113496350531996 absolute error 0.00010229544192097428 relative error 0.010115768706031546% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 61537.29694988105 Order of pole 199307417.61185113 TOP MAIN SOLVE Loop t[1] 2.0139999999999434 x1[1] (analytic) 2.0002402168228133 x1[1] (numeric) 2.000131749822678 absolute error 0.00010846700013544819 relative error 0.005422698695046611% Correct digits 4 h 0.001 x2[1] (analytic) 1.01126973651143 x2[1] (numeric) 1.0113725607472734 absolute error 0.00010282423584340172 relative error 0.010167834765639655% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 61568.23102426968 Order of pole 199507769.4351247 TOP MAIN SOLVE Loop t[1] 2.0149999999999433 x1[1] (analytic) 2.000239976726059 x1[1] (numeric) 2.0001310779680526 absolute error 0.00010889875800623727 relative error 0.005444284649508903% Correct digits 4 h 0.001 x2[1] (analytic) 1.011292178370434 x2[1] (numeric) 1.0113955333469034 absolute error 0.00010335497646929426 relative error 0.010220090561348687% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 61599.00202964922 Order of pole 199707295.51112992 TOP MAIN SOLVE Loop t[1] 2.015999999999943 x1[1] (analytic) 2.0002397368692812 x1[1] (numeric) 2.0001304054412365 absolute error 0.00010933142804470108 relative error 0.0054659162114149154% Correct digits 4 h 0.001 x2[1] (analytic) 1.0113146652781784 x2[1] (numeric) 1.0114185529470032 absolute error 0.00010388766882485356 relative error 0.01027253656964201% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 61630.21502895316 Order of pole 199909517.43468606 TOP MAIN SOLVE Loop t[1] 2.016999999999943 x1[1] (analytic) 2.0002394972522404 x1[1] (numeric) 2.0001297322415574 absolute error 0.00010976501068293842 relative error 0.0054875934023762805% Correct digits 4 h 0.001 x2[1] (analytic) 1.0113371973247303 x2[1] (numeric) 1.0114416196426776 absolute error 0.00010442231794738355 relative error 0.010325173267987155% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 61661.13365180419 Order of pole 200110139.65174204 TOP MAIN SOLVE Loop t[1] 2.017999999999943 x1[1] (analytic) 2.000239257874697 x1[1] (numeric) 2.000129058368342 absolute error 0.00011019950635482445 relative error 0.005509316244093425% Correct digits 4 h 0.001 x2[1] (analytic) 1.0113597746003375 x2[1] (numeric) 1.011464733529223 absolute error 0.00010495892888551239 relative error 0.010378001134857213% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 61691.30940077053 Order of pole 200306321.7445056 TOP MAIN SOLVE Loop t[1] 2.018999999999943 x1[1] (analytic) 2.000239018736411 x1[1] (numeric) 2.0001283838209165 absolute error 0.00011063491549467841 relative error 0.005531084758288966% Correct digits 4 h 0.001 x2[1] (analytic) 1.0113823971954299 x2[1] (numeric) 1.0114878947021273 absolute error 0.0001054975066974162 relative error 0.010431020649554658% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 61722.77326252263 Order of pole 200510421.80373487 TOP MAIN SOLVE Loop t[1] 2.0199999999999427 x1[1] (analytic) 2.000238779837144 x1[1] (numeric) 2.000127708598606 absolute error 0.00011107123853815182 relative error 0.005552898966752111% Correct digits 4 h 0.001 x2[1] (analytic) 1.0114050652006166 x2[1] (numeric) 1.0115111032570707 absolute error 0.00010603805645414965 relative error 0.010484232292540136% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 61753.30729750724 Order of pole 200709019.54258966 TOP MAIN SOLVE Loop t[1] 2.0209999999999426 x1[1] (analytic) 2.0002385411766572 x1[1] (numeric) 2.0001270327007354 absolute error 0.00011150847592178437 relative error 0.005574758891316461% Correct digits 4 h 0.001 x2[1] (analytic) 1.0114277787066892 x2[1] (numeric) 1.011534359289926 absolute error 0.00010658058323675945 relative error 0.01053763654514649% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 61784.305134181806 Order of pole 200910555.1567677 TOP MAIN SOLVE Loop t[1] 2.0219999999999425 x1[1] (analytic) 2.0002383027547115 x1[1] (numeric) 2.000126356126629 absolute error 0.00011194662808255984 relative error 0.005596664553837804% Correct digits 4 h 0.001 x2[1] (analytic) 1.0114505378046215 x2[1] (numeric) 1.0115576628967589 absolute error 0.00010712509213739452 relative error 0.010591233889687992% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 61814.321370109756 Order of pole 201106133.72704288 TOP MAIN SOLVE Loop t[1] 2.0229999999999424 x1[1] (analytic) 2.0002380645710685 x1[1] (numeric) 2.00012567887561 absolute error 0.0001123856954583502 relative error 0.005618615976216322% Correct digits 4 h 0.001 x2[1] (analytic) 1.0114733425855686 x2[1] (numeric) 1.0115810141738284 absolute error 0.0001076715882597501 relative error 0.010645024809503696% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 61845.872858071234 Order of pole 201311199.92414722 TOP MAIN SOLVE Loop t[1] 2.0239999999999423 x1[1] (analytic) 2.00023782662549 x1[1] (numeric) 2.0001250009470013 absolute error 0.00011282567848880376 relative error 0.005640613180440989% Correct digits 4 h 0.001 x2[1] (analytic) 1.0114961931408692 x2[1] (numeric) 1.0116044132175872 absolute error 0.00010822007671795753 relative error 0.010699009788847115% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 61876.58758025745 Order of pole 201511318.46387473 TOP MAIN SOLVE Loop t[1] 2.024999999999942 x1[1] (analytic) 2.000237588917738 x1[1] (numeric) 2.000124322340125 absolute error 0.00011326657761312475 relative error 0.005662656188478566% Correct digits 4 h 0.001 x2[1] (analytic) 1.0115190895620443 x2[1] (numeric) 1.0116278601246822 absolute error 0.00010877056263791651 relative error 0.010753189313017386% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 61907.96473543741 Order of pole 201715592.81128427 TOP MAIN SOLVE Loop t[1] 2.025999999999942 x1[1] (analytic) 2.0002373514475753 x1[1] (numeric) 2.000123643054302 absolute error 0.00011370839327318194 relative error 0.005684745022429012% Correct digits 4 h 0.001 x2[1] (analytic) 1.0115420319407984 x2[1] (numeric) 1.011651354991955 absolute error 0.00010932305115662899 relative error 0.010807563868292845% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 61938.48137013221 Order of pole 201914640.340691 TOP MAIN SOLVE Loop t[1] 2.026999999999942 x1[1] (analytic) 2.0002371142147637 x1[1] (numeric) 2.0001229630888537 absolute error 0.00011415112590995591 relative error 0.0057068797043478715% Correct digits 4 h 0.001 x2[1] (analytic) 1.01156502036902 x2[1] (numeric) 1.0116748979164416 absolute error 0.000109877547421533 relative error 0.01086213394186461% Correct digits 3 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 2999.4722230594384 Order of pole 37159.84017187 TOP MAIN SOLVE Loop t[1] 2.027999999999942 x1[1] (analytic) 2.000236877219067 x1[1] (numeric) 2.0001222824430998 absolute error 0.00011459477596709178 relative error 0.005729060256423885% Correct digits 4 h 0.001 x2[1] (analytic) 1.0115880549387812 x2[1] (numeric) 1.0116984889953737 absolute error 0.00011043405659250105 relative error 0.010916900022033597% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 62000.487384515036 Order of pole 202319142.11908853 TOP MAIN SOLVE Loop t[1] 2.0289999999999417 x1[1] (analytic) 2.0002366404602467 x1[1] (numeric) 2.00012160111636 absolute error 0.0001150393438869024 relative error 0.005751286700779178% Correct digits 4 h 0.001 x2[1] (analytic) 1.0116111357423392 x2[1] (numeric) 1.0117221283261786 absolute error 0.0001109925838393977 relative error 0.010971862597968464% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 62031.70708884399 Order of pole 202522841.82008874 TOP MAIN SOLVE Loop t[1] 2.0299999999999416 x1[1] (analytic) 2.000236403938067 x1[1] (numeric) 2.0001209191079523 absolute error 0.00011548483011480926 relative error 0.0057735590596912755% Correct digits 4 h 0.001 x2[1] (analytic) 1.0116342628721349 x2[1] (numeric) 1.0117458160064796 absolute error 0.00011155313434474401 relative error 0.011027022159968472% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 62062.53847408783 Order of pole 202724242.97818512 TOP MAIN SOLVE Loop t[1] 2.0309999999999415 x1[1] (analytic) 2.0002361676522917 x1[1] (numeric) 2.000120236417195 absolute error 0.00011593123509667791 relative error 0.00579587735545989% Correct digits 4 h 0.001 x2[1] (analytic) 1.011657436420796 x2[1] (numeric) 1.0117695521340966 absolute error 0.00011211571330060899 relative error 0.011082379199155591% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 62093.54207870233 Order of pole 202926882.51633677 TOP MAIN SOLVE Loop t[1] 2.0319999999999414 x1[1] (analytic) 2.000235931602684 x1[1] (numeric) 2.000119553043406 absolute error 0.00011637855927792984 relative error 0.0058182416103625244% Correct digits 4 h 0.001 x2[1] (analytic) 1.0116806564811343 x2[1] (numeric) 1.011793336807046 absolute error 0.00011268032591171817 relative error 0.011137934207781251% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 62125.37492609383 Order of pole 203134678.6075415 TOP MAIN SOLVE Loop t[1] 2.0329999999999413 x1[1] (analytic) 2.0002356957890077 x1[1] (numeric) 2.000118868985901 absolute error 0.00011682680310665106 relative error 0.005840651846809876% Correct digits 4 h 0.001 x2[1] (analytic) 1.0117039231461482 x2[1] (numeric) 1.0118171701235419 absolute error 0.00011324697739367728 relative error 0.01119368767905014% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 62156.25457018537 Order of pole 203336746.31158996 TOP MAIN SOLVE Loop t[1] 2.033999999999941 x1[1] (analytic) 2.0002354602110275 x1[1] (numeric) 2.0001181842439966 absolute error 0.00011727596703092757 relative error 0.005863108087212633% Correct digits 4 h 0.001 x2[1] (analytic) 1.0117272365090226 x2[1] (numeric) 1.0118410521819958 absolute error 0.00011381567297319428 relative error 0.011249640107141592% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 62187.15281800589 Order of pole 203539025.7780684 TOP MAIN SOLVE Loop t[1] 2.034999999999941 x1[1] (analytic) 2.0002352248685074 x1[1] (numeric) 2.0001174988170076 absolute error 0.00011772605149973359 relative error 0.005885610354025874% Correct digits 4 h 0.001 x2[1] (analytic) 1.0117505966631284 x2[1] (numeric) 1.0118649830810174 absolute error 0.00011438641788896753 relative error 0.011305791987296799% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 62217.80297195255 Order of pole 203739886.89214718 TOP MAIN SOLVE Loop t[1] 2.035999999999941 x1[1] (analytic) 2.000234989761212 x1[1] (numeric) 2.000116812704249 absolute error 0.00011817705696293146 relative error 0.00590815866974907% Correct digits 4 h 0.001 x2[1] (analytic) 1.011774003702024 x2[1] (numeric) 1.0118889629194145 absolute error 0.00011495921739057557 relative error 0.011362143815708476% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 62249.559826486075 Order of pole 203947727.75962442 TOP MAIN SOLVE Loop t[1] 2.036999999999941 x1[1] (analytic) 2.0002347548889063 x1[1] (numeric) 2.000116125905034 absolute error 0.00011862898387215992 relative error 0.005930753056970486% Correct digits 4 h 0.001 x2[1] (analytic) 1.011797457719455 x2[1] (numeric) 1.0119129917961942 absolute error 0.00011553407673914329 relative error 0.01141869608958613% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 62281.12784550486 Order of pole 204154378.3039898 TOP MAIN SOLVE Loop t[1] 2.0379999999999407 x1[1] (analytic) 2.000234520251356 x1[1] (numeric) 2.000115438418677 absolute error 0.0001190818326790577 relative error 0.005953393538278375% Correct digits 4 h 0.001 x2[1] (analytic) 1.0118209588093554 x2[1] (numeric) 1.0119370698105625 absolute error 0.00011611100120711981 relative error 0.01147544930713351% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 62311.772148518154 Order of pole 204355544.80309236 TOP MAIN SOLVE Loop t[1] 2.0389999999999406 x1[1] (analytic) 2.0002342858483257 x1[1] (numeric) 2.0001147502444896 absolute error 0.0001195356038361517 relative error 0.005976080136305386% Correct digits 4 h 0.001 x2[1] (analytic) 1.0118445070658464 x2[1] (numeric) 1.0119611970619253 absolute error 0.0001166899960789447 relative error 0.011532403967613873% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 62342.0925641457 Order of pole 204554815.65918517 TOP MAIN SOLVE Loop t[1] 2.0399999999999405 x1[1] (analytic) 2.0002340516795813 x1[1] (numeric) 2.0001140613817836 absolute error 0.00011999029779774517 relative error 0.005998812873772959% Correct digits 4 h 0.001 x2[1] (analytic) 1.0118681025832386 x2[1] (numeric) 1.0119853736498885 absolute error 0.0001172710666499377 relative error 0.011589560571239641% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 62374.25799045789 Order of pole 204765593.20975935 TOP MAIN SOLVE Loop t[1] 2.0409999999999404 x1[1] (analytic) 2.0002338177448884 x1[1] (numeric) 2.0001133718298703 absolute error 0.00012044591501814139 relative error 0.0060215917734025215% Correct digits 4 h 0.001 x2[1] (analytic) 1.011891745456031 x2[1] (numeric) 1.0120095996742582 absolute error 0.00011785421822718689 relative error 0.0116469196192596% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 62405.63499663821 Order of pole 204971572.14874342 TOP MAIN SOLVE Loop t[1] 2.0419999999999403 x1[1] (analytic) 2.0002335840440133 x1[1] (numeric) 2.0001126815880603 absolute error 0.00012090245595297588 relative error 0.0060444168579821% Correct digits 4 h 0.001 x2[1] (analytic) 1.0119154357789122 x2[1] (numeric) 1.0120338752350415 absolute error 0.00011843945612932671 relative error 0.011704481613936354% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 62436.246236279534 Order of pole 205172974.8327641 TOP MAIN SOLVE Loop t[1] 2.04299999999994 x1[1] (analytic) 2.0002333505767225 x1[1] (numeric) 2.0001119906556633 absolute error 0.00012135992105921645 relative error 0.006067288150366308% Correct digits 4 h 0.001 x2[1] (analytic) 1.0119391736467604 x2[1] (numeric) 1.012058200432447 absolute error 0.0001190267856865379 relative error 0.011762247058545715% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 62467.8870854638 Order of pole 205380826.4925341 TOP MAIN SOLVE Loop t[1] 2.04399999999994 x1[1] (analytic) 2.0002331173427823 x1[1] (numeric) 2.000111299031988 absolute error 0.00012181831079427496 relative error 0.006090205673431954% Correct digits 4 h 0.001 x2[1] (analytic) 1.0119629591546437 x2[1] (numeric) 1.0120825753668845 absolute error 0.00011961621224076957 relative error 0.011820216457398057% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 62499.3165154148 Order of pole 205587430.61933655 TOP MAIN SOLVE Loop t[1] 2.04499999999994 x1[1] (analytic) 2.0002328843419592 x1[1] (numeric) 2.000110606716343 absolute error 0.0001222776256160074 relative error 0.006113169450078037% Correct digits 4 h 0.001 x2[1] (analytic) 1.0119867923978207 x2[1] (numeric) 1.0121070001389663 absolute error 0.00012020774114551713 relative error 0.011878390315815746% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 62530.48140527838 Order of pole 205792561.1434445 TOP MAIN SOLVE Loop t[1] 2.04599999999994 x1[1] (analytic) 2.0002326515740205 x1[1] (numeric) 2.0001099137080365 absolute error 0.00012273786598404612 relative error 0.006136179503292349% Correct digits 4 h 0.001 x2[1] (analytic) 1.0120106734717413 x2[1] (numeric) 1.0121314748495065 absolute error 0.0001208013777651562 relative error 0.01193676914006672% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 62561.16784609305 Order of pole 205994800.128553 TOP MAIN SOLVE Loop t[1] 2.0469999999999398 x1[1] (analytic) 2.0002324190387335 x1[1] (numeric) 2.000109220006375 absolute error 0.00012319903235846752 relative error 0.006159235856084874% Correct digits 4 h 0.001 x2[1] (analytic) 1.012034602472046 x2[1] (numeric) 1.0121559995995228 absolute error 0.00012139712747694098 relative error 0.011995353437561357% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 62592.84489667578 Order of pole 206203310.9832894 TOP MAIN SOLVE Loop t[1] 2.0479999999999396 x1[1] (analytic) 2.000232186735866 x1[1] (numeric) 2.0001085256106648 absolute error 0.00012366112520112438 relative error 0.006182338531554389% Correct digits 4 h 0.001 x2[1] (analytic) 1.012058579494567 x2[1] (numeric) 1.0121805744902361 absolute error 0.00012199499566922789 relative error 0.012054143716676314% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 62623.51249911248 Order of pole 206405716.0268902 TOP MAIN SOLVE Loop t[1] 2.0489999999999395 x1[1] (analytic) 2.0002319546651846 x1[1] (numeric) 2.0001078305202116 absolute error 0.0001241241449729813 relative error 0.006205487552755262% Correct digits 4 h 0.001 x2[1] (analytic) 1.0120826046353284 x2[1] (numeric) 1.0122051996230705 absolute error 0.00012259498774214173 relative error 0.01211314048681974% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 62654.89000354535 Order of pole 206612556.55536094 TOP MAIN SOLVE Loop t[1] 2.0499999999999394 x1[1] (analytic) 2.000231722826458 x1[1] (numeric) 2.0001071347343204 absolute error 0.00012458809213766742 relative error 0.006228682942875053% Correct digits 4 h 0.001 x2[1] (analytic) 1.0121066779905472 x2[1] (numeric) 1.0122298750996546 absolute error 0.0001231971091073536 relative error 0.01217234425840872% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 62686.488425749565 Order of pole 206820828.1969616 TOP MAIN SOLVE Loop t[1] 2.0509999999999393 x1[1] (analytic) 2.0002314912194543 x1[1] (numeric) 2.000106438252295 absolute error 0.00012505296715925596 relative error 0.00625192472512352% Correct digits 4 h 0.001 x2[1] (analytic) 1.0121307996566329 x2[1] (numeric) 1.0122546010218212 absolute error 0.00012380136518830298 relative error 0.012231755542890584% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 62717.76487351338 Order of pole 207027346.52119443 TOP MAIN SOLVE Loop t[1] 2.051999999999939 x1[1] (analytic) 2.000231259843942 x1[1] (numeric) 2.0001057410734395 absolute error 0.00012551877050226423 relative error 0.006275212922732605% Correct digits 4 h 0.001 x2[1] (analytic) 1.0121549697301873 x2[1] (numeric) 1.0122793774916083 absolute error 0.0001244077614210859 relative error 0.012291374852830056% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 62749.27092164508 Order of pole 207235329.95307276 TOP MAIN SOLVE Loop t[1] 2.052999999999939 x1[1] (analytic) 2.0002310286996896 x1[1] (numeric) 2.0001050431970566 absolute error 0.0001259855026329859 relative error 0.006298547559023048% Correct digits 4 h 0.001 x2[1] (analytic) 1.0121791883080071 x2[1] (numeric) 1.0123042046112591 absolute error 0.0001250163032520124 relative error 0.012351202701667268% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 62781.28343075472 Order of pole 207446559.0627168 TOP MAIN SOLVE Loop t[1] 2.053999999999939 x1[1] (analytic) 2.0002307977864655 x1[1] (numeric) 2.0001043446224482 absolute error 0.00012645316401727058 relative error 0.006321928657293381% Correct digits 4 h 0.001 x2[1] (analytic) 1.012203455487082 x2[1] (numeric) 1.0123290824832227 absolute error 0.00012562699614071526 relative error 0.012411239604024306% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 62812.48202147594 Order of pole 207652908.30922398 TOP MAIN SOLVE Loop t[1] 2.054999999999939 x1[1] (analytic) 2.0002305671040395 x1[1] (numeric) 2.000103645348916 absolute error 0.00012692175512363235 relative error 0.006345356240975327% Correct digits 4 h 0.001 x2[1] (analytic) 1.0122277713645962 x2[1] (numeric) 1.0123540112101541 absolute error 0.00012623984555792944 relative error 0.012471486075485167% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 62843.40338945078 Order of pole 207857615.7287319 TOP MAIN SOLVE Loop t[1] 2.0559999999999388 x1[1] (analytic) 2.0002303366521805 x1[1] (numeric) 2.00010294537576 absolute error 0.00012739127642058534 relative error 0.0063688303335006045% Correct digits 4 h 0.001 x2[1] (analytic) 1.0122521360379286 x2[1] (numeric) 1.0123789908949148 absolute error 0.00012685485698615828 relative error 0.012531942632660949% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 62874.70115999176 Order of pole 208064742.22836882 TOP MAIN SOLVE Loop t[1] 2.0569999999999387 x1[1] (analytic) 2.0002301064306582 x1[1] (numeric) 2.0001022447022807 absolute error 0.00012786172837753185 relative error 0.006392350958345322% Correct digits 4 h 0.001 x2[1] (analytic) 1.0122765496046529 x2[1] (numeric) 1.0124040216405736 absolute error 0.0001274720359207837 relative error 0.0125926097932989% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 62906.71087295359 Order of pole 208276403.87618825 TOP MAIN SOLVE Loop t[1] 2.0579999999999385 x1[1] (analytic) 2.0002298764392425 x1[1] (numeric) 2.000101543327778 absolute error 0.00012833311146476234 relative error 0.006415918139029981% Correct digits 4 h 0.001 x2[1] (analytic) 1.0123010121625389 x2[1] (numeric) 1.0124291035504067 absolute error 0.0001280913878678458 relative error 0.012653488076062395% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 62937.88002541595 Order of pole 208482985.02560028 TOP MAIN SOLVE Loop t[1] 2.0589999999999384 x1[1] (analytic) 2.0002296466777034 x1[1] (numeric) 2.0001008412515495 absolute error 0.00012880542615389956 relative error 0.006439531899141676% Correct digits 4 h 0.001 x2[1] (analytic) 1.0123255238095517 x2[1] (numeric) 1.0124542367278977 absolute error 0.00012871291834604115 relative error 0.012714578000727743% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 62969.482818541466 Order of pole 208692353.0009521 TOP MAIN SOLVE Loop t[1] 2.0599999999999383 x1[1] (analytic) 2.000229417145811 x1[1] (numeric) 2.000100138472894 absolute error 0.00012927867291701034 relative error 0.0064631922622896965% Correct digits 4 h 0.001 x2[1] (analytic) 1.0123500846438527 x2[1] (numeric) 1.012479421276739 absolute error 0.00012933663288627884 relative error 0.012775880088139646% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 63000.85213789886 Order of pole 208900395.5472434 TOP MAIN SOLVE Loop t[1] 2.060999999999938 x1[1] (analytic) 2.000229187843335 x1[1] (numeric) 2.000099434991108 absolute error 0.0001297528522270497 relative error 0.006486899252127721% Correct digits 4 h 0.001 x2[1] (analytic) 1.0123746947638002 x2[1] (numeric) 1.012504657300831 absolute error 0.0001299625370307922 relative error 0.012837394860122822% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 63032.02631283782 Order of pole 209107337.32078883 TOP MAIN SOLVE Loop t[1] 2.061999999999938 x1[1] (analytic) 2.0002289587700477 x1[1] (numeric) 2.0000987308054885 absolute error 0.00013022796455919305 relative error 0.0065106528924204245% Correct digits 4 h 0.001 x2[1] (analytic) 1.012399354267949 x2[1] (numeric) 1.0125299449042835 absolute error 0.0001305906363344711 relative error 0.012899122839612956% Correct digits 3 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1666.0014797814563 Order of pole 201422.9973007068 TOP MAIN SOLVE Loop t[1] 2.062999999999938 x1[1] (analytic) 2.000228729925719 x1[1] (numeric) 2.000098025915331 absolute error 0.00013070401038772772 relative error 0.0065344532068880735% Correct digits 4 h 0.001 x2[1] (analytic) 1.0124240632550523 x2[1] (numeric) 1.012555284191416 absolute error 0.00013122093636375176 relative error 0.012961064550546372% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 63095.39391336698 Order of pole 209527817.95621884 TOP MAIN SOLVE Loop t[1] 2.063999999999938 x1[1] (analytic) 2.00022850131012 x1[1] (numeric) 2.0000973203199313 absolute error 0.00013118099018871732 relative error 0.0065583002193397265% Correct digits 4 h 0.001 x2[1] (analytic) 1.0124488218240602 x2[1] (numeric) 1.0125806752667577 absolute error 0.00013185344269750487 relative error 0.01302322051794712% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 63127.20941246055 Order of pole 209739107.52237734 TOP MAIN SOLVE Loop t[1] 2.0649999999999378 x1[1] (analytic) 2.0002282729230223 x1[1] (numeric) 2.0000966140185827 absolute error 0.00013165890443955774 relative error 0.0065821939536510376% Correct digits 4 h 0.001 x2[1] (analytic) 1.012473630074121 x2[1] (numeric) 1.012606118235048 absolute error 0.00013248816092703564 relative error 0.013085591267926302% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 63158.28503506014 Order of pole 209945823.7981089 TOP MAIN SOLVE Loop t[1] 2.0659999999999377 x1[1] (analytic) 2.000228044764198 x1[1] (numeric) 2.00009590701058 absolute error 0.000132137753618089 relative error 0.0066061344337198505% Correct digits 4 h 0.001 x2[1] (analytic) 1.0124984881045824 x2[1] (numeric) 1.0126316132012374 absolute error 0.00013312509665497352 relative error 0.013148177327571757% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 63190.05215915728 Order of pole 210157026.56816262 TOP MAIN SOLVE Loop t[1] 2.0669999999999376 x1[1] (analytic) 2.000227816833418 x1[1] (numeric) 2.0000951992952154 absolute error 0.00013261753820259514 relative error 0.006630121683466206% Correct digits 4 h 0.001 x2[1] (analytic) 1.0125233960149904 x2[1] (numeric) 1.012657160270487 absolute error 0.00013376425549660453 relative error 0.013210979225078977% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 63222.05000034224 Order of pole 210369748.68235815 TOP MAIN SOLVE Loop t[1] 2.0679999999999374 x1[1] (analytic) 2.000227589130455 x1[1] (numeric) 2.0000944908717813 absolute error 0.00013309825867358072 relative error 0.006654155726921135% Correct digits 4 h 0.001 x2[1] (analytic) 1.0125483539050908 x2[1] (numeric) 1.01268275954817 absolute error 0.0001344056430792051 relative error 0.01327399748968466% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 63253.23657931837 Order of pole 210577506.48179993 TOP MAIN SOLVE Loop t[1] 2.0689999999999373 x1[1] (analytic) 2.000227361655081 x1[1] (numeric) 2.0000937817395696 absolute error 0.00013357991551155024 relative error 0.0066782365881156635% Correct digits 4 h 0.001 x2[1] (analytic) 1.012573361874829 x2[1] (numeric) 1.0127084111398714 absolute error 0.00013504926504248616 relative error 0.013337232651709883% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 63284.766426282746 Order of pole 210787548.41835898 TOP MAIN SOLVE Loop t[1] 2.0699999999999372 x1[1] (analytic) 2.0002271344070692 x1[1] (numeric) 2.000093071897871 absolute error 0.0001340625091983405 relative error 0.00670236429114741% Correct digits 4 h 0.001 x2[1] (analytic) 1.0125984200243503 x2[1] (numeric) 1.0127341151513887 absolute error 0.00013569512703837106 relative error 0.013400685242537505% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 63316.14550911929 Order of pole 210996790.22058135 TOP MAIN SOLVE Loop t[1] 2.070999999999937 x1[1] (analytic) 2.0002269073861916 x1[1] (numeric) 2.0000923613459753 absolute error 0.0001345460402162324 relative error 0.006726538860136185% Correct digits 4 h 0.001 x2[1] (analytic) 1.0126235284540013 x2[1] (numeric) 1.0127598716887323 absolute error 0.00013634323473099563 relative error 0.013464355794611488% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 63348.44435073349 Order of pole 211211875.50942245 TOP MAIN SOLVE Loop t[1] 2.071999999999937 x1[1] (analytic) 2.000226680592221 x1[1] (numeric) 2.0000916500831725 absolute error 0.00013503050904839498 relative error 0.006750760319246195% Correct digits 4 h 0.001 x2[1] (analytic) 1.0126486872643294 x2[1] (numeric) 1.0127856808581257 absolute error 0.00013699359379626408 relative error 0.013528244841392359% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 63379.402776772906 Order of pole 211418560.01734164 TOP MAIN SOLVE Loop t[1] 2.072999999999937 x1[1] (analytic) 2.0002264540249315 x1[1] (numeric) 2.0000909381087513 absolute error 0.00013551591618021774 relative error 0.006775028692752637% Correct digits 4 h 0.001 x2[1] (analytic) 1.012673896556083 x2[1] (numeric) 1.0128115427660065 absolute error 0.00013764620992340326 relative error 0.01359235291751003% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 63412.22247085413 Order of pole 211637166.53451183 TOP MAIN SOLVE Loop t[1] 2.073999999999937 x1[1] (analytic) 2.0002262276840956 x1[1] (numeric) 2.0000902254219994 absolute error 0.00013600226209620203 relative error 0.006799344004886304% Correct digits 4 h 0.001 x2[1] (analytic) 1.0126991564302126 x2[1] (numeric) 1.0128374575190262 absolute error 0.00013830108881363046 relative error 0.013656680558631541% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 63443.43302128791 Order of pole 211845770.3183439 TOP MAIN SOLVE Loop t[1] 2.0749999999999367 x1[1] (analytic) 2.0002260015694877 x1[1] (numeric) 2.0000895120222046 absolute error 0.0001364895472830696 relative error 0.0068237062799889805% Correct digits 4 h 0.001 x2[1] (analytic) 1.012724466987871 x2[1] (numeric) 1.012863425224051 absolute error 0.0001389582361799313 relative error 0.013721228301438435% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 63474.76545349793 Order of pole 212055233.16184333 TOP MAIN SOLVE Loop t[1] 2.0759999999999366 x1[1] (analytic) 2.0002257756808812 x1[1] (numeric) 2.0000887979086532 absolute error 0.00013697777222798635 relative error 0.006848115542424645% Correct digits 4 h 0.001 x2[1] (analytic) 1.0127498283304135 x2[1] (numeric) 1.0128894459881619 absolute error 0.00013961765774839208 relative error 0.013785996683757648% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 63506.47100745501 Order of pole 212267130.8738468 TOP MAIN SOLVE Loop t[1] 2.0769999999999365 x1[1] (analytic) 2.0002255500180506 x1[1] (numeric) 2.000088083080631 absolute error 0.00013746693741945037 relative error 0.006872571816623872% Correct digits 4 h 0.001 x2[1] (analytic) 1.0127752405593984 x2[1] (numeric) 1.0129155199186557 absolute error 0.0001402793592573115 relative error 0.013850986244473089% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 63537.916493722485 Order of pole 212477505.40629187 TOP MAIN SOLVE Loop t[1] 2.0779999999999363 x1[1] (analytic) 2.00022532458077 x1[1] (numeric) 2.0000873675374233 absolute error 0.000137957043346848 relative error 0.006897075127061627% Correct digits 4 h 0.001 x2[1] (analytic) 1.0128007037765876 x2[1] (numeric) 1.0129416471230448 absolute error 0.00014094334645720075 relative error 0.013916197523524949% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 63570.39410354045 Order of pole 212694469.60428637 TOP MAIN SOLVE Loop t[1] 2.0789999999999362 x1[1] (analytic) 2.000225099368814 x1[1] (numeric) 2.0000866512783144 absolute error 0.00013844809049956552 relative error 0.006921625498212869% Correct digits 4 h 0.001 x2[1] (analytic) 1.0128262180839465 x2[1] (numeric) 1.012967827709058 absolute error 0.0001416096251114496 relative error 0.01398163106197479% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 63602.197294012134 Order of pole 212907361.28744027 TOP MAIN SOLVE Loop t[1] 2.079999999999936 x1[1] (analytic) 2.0002248743819573 x1[1] (numeric) 2.000085934302588 absolute error 0.0001389400793692097 relative error 0.0069462229546635515% Correct digits 4 h 0.001 x2[1] (analytic) 1.0128517835836452 x2[1] (numeric) 1.0129940617846407 absolute error 0.0001422782009954382 relative error 0.014047287401917114% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 63633.80484898709 Order of pole 213119051.18988505 TOP MAIN SOLVE Loop t[1] 2.080999999999936 x1[1] (analytic) 2.0002246496199754 x1[1] (numeric) 2.0000852166095275 absolute error 0.0001394330104478314 relative error 0.006970867521021822% Correct digits 4 h 0.001 x2[1] (analytic) 1.0128774003780583 x2[1] (numeric) 1.0130203494579557 absolute error 0.00014294907989742534 relative error 0.014113167086566384% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 63665.48365855674 Order of pole 213331381.8251339 TOP MAIN SOLVE Loop t[1] 2.081999999999936 x1[1] (analytic) 2.0002244250826426 x1[1] (numeric) 2.0000844981984147 absolute error 0.00013992688422792554 relative error 0.0069955592219180214% Correct digits 4 h 0.001 x2[1] (analytic) 1.012903068569765 x2[1] (numeric) 1.0130466908373834 absolute error 0.0001436222676183263 relative error 0.014179270660234368% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 63698.309057530576 Order of pole 213551011.69639504 TOP MAIN SOLVE Loop t[1] 2.082999999999936 x1[1] (analytic) 2.0002242007697353 x1[1] (numeric) 2.0000837790685315 absolute error 0.0001404217012037634 relative error 0.007020298082071284% Correct digits 4 h 0.001 x2[1] (analytic) 1.0129287882615505 x2[1] (numeric) 1.0130730860315222 absolute error 0.00014429776997171295 relative error 0.014245598668329439% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 63729.45772116569 Order of pole 213760248.80844492 TOP MAIN SOLVE Loop t[1] 2.0839999999999357 x1[1] (analytic) 2.0002239766810286 x1[1] (numeric) 2.000083059219159 absolute error 0.0001409174618696163 relative error 0.007045084126200737% Correct digits 4 h 0.001 x2[1] (analytic) 1.012954559556406 x2[1] (numeric) 1.0130995351491892 absolute error 0.00014497559278314753 relative error 0.014312151657290073% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 63761.17817030463 Order of pole 213973139.2887008 TOP MAIN SOLVE Loop t[1] 2.0849999999999356 x1[1] (analytic) 2.0002237528162983 x1[1] (numeric) 2.0000823386495767 absolute error 0.00014141416672153184 relative error 0.007069917379114305% Correct digits 4 h 0.001 x2[1] (analytic) 1.0129803825575285 x2[1] (numeric) 1.0131260382994198 absolute error 0.00014565574189129293 relative error 0.014378930174693777% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 63793.5373523065 Order of pole 214190200.21904096 TOP MAIN SOLVE Loop t[1] 2.0859999999999355 x1[1] (analytic) 2.0002235291753214 x1[1] (numeric) 2.0000816173590645 absolute error 0.00014191181625688998 relative error 0.007094797865686504% Correct digits 4 h 0.001 x2[1] (analytic) 1.0130062573683225 x2[1] (numeric) 1.0131525955914695 absolute error 0.0001463382231470245 relative error 0.014445934769168643% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 63824.99999466669 Order of pole 214401641.42897078 TOP MAIN SOLVE Loop t[1] 2.0869999999999354 x1[1] (analytic) 2.0002233057578733 x1[1] (numeric) 2.000080895346901 absolute error 0.00014241041097218243 relative error 0.0071197256107474426% Correct digits 4 h 0.001 x2[1] (analytic) 1.0130321840923981 x2[1] (numeric) 1.0131792071348134 absolute error 0.00014702304241520636 relative error 0.014513165990568021% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 63857.18437911309 Order of pole 214617852.94538078 TOP MAIN SOLVE Loop t[1] 2.0879999999999352 x1[1] (analytic) 2.000223082563731 x1[1] (numeric) 2.0000801726123645 absolute error 0.00014290995136656548 relative error 0.007144700639260425% Correct digits 4 h 0.001 x2[1] (analytic) 1.0130581628335749 x2[1] (numeric) 1.0132058730391464 absolute error 0.00014771020557158288 relative error 0.014580624389662877% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 63888.84826406561 Order of pole 214830910.38546684 TOP MAIN SOLVE Loop t[1] 2.088999999999935 x1[1] (analytic) 2.0002228595926717 x1[1] (numeric) 2.0000794491547316 absolute error 0.00014341043794008357 relative error 0.007169722976233152% Correct digits 4 h 0.001 x2[1] (analytic) 1.0130841936958792 x2[1] (numeric) 1.0132325934143849 absolute error 0.00014839971850566513 relative error 0.014648310518426043% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 63920.43209820573 Order of pole 215043460.93639997 TOP MAIN SOLVE Loop t[1] 2.089999999999935 x1[1] (analytic) 2.0002226368444713 x1[1] (numeric) 2.0000787249732794 absolute error 0.00014391187119189297 relative error 0.007194792646628913% Correct digits 4 h 0.001 x2[1] (analytic) 1.0131102767835454 x2[1] (numeric) 1.0132593683706657 absolute error 0.00014909158712028692 relative error 0.014716224929987642% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 63952.67141559888 Order of pole 215260374.4631231 TOP MAIN SOLVE Loop t[1] 2.090999999999935 x1[1] (analytic) 2.0002224143189085 x1[1] (numeric) 2.0000780000672838 absolute error 0.00014441425162470267 relative error 0.0072199096755885955% Correct digits 4 h 0.001 x2[1] (analytic) 1.0131364122010182 x2[1] (numeric) 1.0132861980183474 absolute error 0.00014978581732916219 relative error 0.014784368178393228% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 63984.79217723416 Order of pole 215476578.28175 TOP MAIN SOLVE Loop t[1] 2.091999999999935 x1[1] (analytic) 2.0002221920157597 x1[1] (numeric) 2.0000772744360193 absolute error 0.00014491757974033348 relative error 0.007245074088208681% Correct digits 4 h 0.001 x2[1] (analytic) 1.01316260005295 x2[1] (numeric) 1.013313082468011 absolute error 0.00015048241506110394 relative error 0.014852740819019517% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 64017.0731991421 Order of pole 215693948.83663294 TOP MAIN SOLVE Loop t[1] 2.0929999999999347 x1[1] (analytic) 2.0002219699348025 x1[1] (numeric) 2.0000765480787606 absolute error 0.00014542185604193847 relative error 0.007270285909652243% Correct digits 4 h 0.001 x2[1] (analytic) 1.0131888404442033 x2[1] (numeric) 1.0133400218304596 absolute error 0.00015118138625624944 relative error 0.014921343408201016% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 64048.757354989066 Order of pole 215907657.71876577 TOP MAIN SOLVE Loop t[1] 2.0939999999999346 x1[1] (analytic) 2.0002217480758158 x1[1] (numeric) 2.0000758209947813 absolute error 0.00014592708103444707 relative error 0.0072955451651711516% Correct digits 4 h 0.001 x2[1] (analytic) 1.0132151334798511 x2[1] (numeric) 1.013367016216719 absolute error 0.0001518827368678366 relative error 0.01499017650340464% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 64080.954353485715 Order of pole 216124699.62709472 TOP MAIN SOLVE Loop t[1] 2.0949999999999345 x1[1] (analytic) 2.000221526438577 x1[1] (numeric) 2.0000750931833546 absolute error 0.00014643325522234463 relative error 0.007320851879995069% Correct digits 4 h 0.001 x2[1] (analytic) 1.0132414792651765 x2[1] (numeric) 1.013394065738039 absolute error 0.000152586472862426 relative error 0.01505924066325086% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 64113.14792996011 Order of pole 216341837.79631615 TOP MAIN SOLVE Loop t[1] 2.0959999999999344 x1[1] (analytic) 2.000221305022865 x1[1] (numeric) 2.000074364643752 absolute error 0.00014694037911278102 relative error 0.007346206079486855% Correct digits 4 h 0.001 x2[1] (analytic) 1.0132678779056732 x2[1] (numeric) 1.0134211705058926 absolute error 0.0001532926002194568 relative error 0.015128536447469131% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 64144.943264993366 Order of pole 216556582.29460227 TOP MAIN SOLVE Loop t[1] 2.0969999999999342 x1[1] (analytic) 2.0002210838284578 x1[1] (numeric) 2.0000736353752457 absolute error 0.00014744845321201794 relative error 0.00737160778896496% Correct digits 4 h 0.001 x2[1] (analytic) 1.0132943295070467 x2[1] (numeric) 1.0134483306319777 absolute error 0.0001540011249310247 relative error 0.015198064416875209% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 64176.84532915819 Order of pole 216772150.97037932 TOP MAIN SOLVE Loop t[1] 2.097999999999934 x1[1] (analytic) 2.000220862855134 x1[1] (numeric) 2.000072905377106 absolute error 0.00014795747802809345 relative error 0.007397057033836631% Correct digits 4 h 0.001 x2[1] (analytic) 1.0133208341752138 x2[1] (numeric) 1.0134755462282163 absolute error 0.0001547120530025481 relative error 0.015267825133436145% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 64209.070235563166 Order of pole 216989816.7693688 TOP MAIN SOLVE Loop t[1] 2.098999999999934 x1[1] (analytic) 2.000220642102674 x1[1] (numeric) 2.0000721746486034 absolute error 0.00014846745407037787 relative error 0.007422553839575707% Correct digits 4 h 0.001 x2[1] (analytic) 1.013347392016304 x2[1] (numeric) 1.013502817406756 absolute error 0.00015542539045187986 relative error 0.01533781916018186% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 64241.318865972724 Order of pole 217207793.9767076 TOP MAIN SOLVE Loop t[1] 2.099999999999934 x1[1] (analytic) 2.0002204215708552 x1[1] (numeric) 2.0000714431890065 absolute error 0.00014897838184868561 relative error 0.0074480982316782254% Correct digits 4 h 0.001 x2[1] (analytic) 1.0133740031366592 x2[1] (numeric) 1.0135301442799696 absolute error 0.00015614114331041762 relative error 0.015408047061313957% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 64273.76448140871 Order of pole 217427069.47786805 TOP MAIN SOLVE Loop t[1] 2.100999999999934 x1[1] (analytic) 2.0002202012594585 x1[1] (numeric) 2.0000707109975844 absolute error 0.00014949026187416337 relative error 0.007473690235706816% Correct digits 4 h 0.001 x2[1] (analytic) 1.0134006676428338 x2[1] (numeric) 1.0135575269604562 absolute error 0.00015685931762243754 relative error 0.015478509402139209% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 64305.7433380611 Order of pole 217643650.89005998 TOP MAIN SOLVE Loop t[1] 2.1019999999999337 x1[1] (analytic) 2.000219981168263 x1[1] (numeric) 2.0000699780736046 absolute error 0.0001500030946584019 relative error 0.0074993298772463015% Correct digits 4 h 0.001 x2[1] (analytic) 1.013427385641596 x2[1] (numeric) 1.0135849655610416 absolute error 0.0001575799194455385 relative error 0.015549206749112608% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 64338.87376963983 Order of pole 217867490.08409348 TOP MAIN SOLVE Loop t[1] 2.1029999999999336 x1[1] (analytic) 2.000219761297049 x1[1] (numeric) 2.000069244416334 absolute error 0.00015051688071476832 relative error 0.007525017181970304% Correct digits 4 h 0.001 x2[1] (analytic) 1.0134541572399283 x2[1] (numeric) 1.0136124601947782 absolute error 0.00015830295484997592 relative error 0.015620139669770853% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 64369.34810813376 Order of pole 218074644.5088751 TOP MAIN SOLVE Loop t[1] 2.1039999999999335 x1[1] (analytic) 2.000219541645596 x1[1] (numeric) 2.0000685100250397 absolute error 0.00015103162055618569 relative error 0.007550752175530233% Correct digits 4 h 0.001 x2[1] (analytic) 1.0134809825450266 x2[1] (numeric) 1.0136400109749462 absolute error 0.0001590284299195499 relative error 0.01569130873281923% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 64402.19157137253 Order of pole 218296944.44772917 TOP MAIN SOLVE Loop t[1] 2.1049999999999334 x1[1] (analytic) 2.000219322213684 x1[1] (numeric) 2.0000677748989864 absolute error 0.00015154731469779747 relative error 0.007576534883688501% Correct digits 4 h 0.001 x2[1] (analytic) 1.013507861664302 x2[1] (numeric) 1.0136676180150535 absolute error 0.00015975635075138328 relative error 0.015762714508108906% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 64434.38578927817 Order of pole 218515252.77359572 TOP MAIN SOLVE Loop t[1] 2.1059999999999333 x1[1] (analytic) 2.000219103001095 x1[1] (numeric) 2.0000670390374395 absolute error 0.00015206396365563535 relative error 0.007602365332251908% Correct digits 4 h 0.001 x2[1] (analytic) 1.0135347947053814 x2[1] (numeric) 1.0136952814288362 absolute error 0.0001604867234548113 relative error 0.01583435756652659% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 64465.91001505776 Order of pole 218729451.9264701 TOP MAIN SOLVE Loop t[1] 2.106999999999933 x1[1] (analytic) 2.000218884007609 x1[1] (numeric) 2.000066302439663 absolute error 0.00015258156794617506 relative error 0.007628243547049454% Correct digits 4 h 0.001 x2[1] (analytic) 1.013561781776106 x2[1] (numeric) 1.0137230013302596 absolute error 0.00016121955415360212 relative error 0.015906238480212866% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 64498.79958181781 Order of pole 218952438.13182488 TOP MAIN SOLVE Loop t[1] 2.107999999999933 x1[1] (analytic) 2.000218665233007 x1[1] (numeric) 2.0000655651049204 absolute error 0.00015310012808678053 relative error 0.00765416955395453% Correct digits 4 h 0.001 x2[1] (analytic) 1.0135888229845336 x2[1] (numeric) 1.013750777833518 absolute error 0.0001619548489844025 relative error 0.01597835782240801% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 64530.59915314511 Order of pole 219168554.62292528 TOP MAIN SOLVE Loop t[1] 2.108999999999933 x1[1] (analytic) 2.0002184466770703 x1[1] (numeric) 2.000064827032474 absolute error 0.00015361964459614796 relative error 0.007680143378907126% Correct digits 4 h 0.001 x2[1] (analytic) 1.0136159184389386 x2[1] (numeric) 1.0137786110530351 absolute error 0.0001626926140965157 relative error 0.0160507161674293% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 64563.02421691769 Order of pole 219388785.7188891 TOP MAIN SOLVE Loop t[1] 2.109999999999933 x1[1] (analytic) 2.00021822833958 x1[1] (numeric) 2.000064088221586 absolute error 0.00015414011799386174 relative error 0.007706165047891621% Correct digits 4 h 0.001 x2[1] (analytic) 1.0136430682478121 x2[1] (numeric) 1.0138065011034656 absolute error 0.0001634328556534559 relative error 0.01612331409082357% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 64596.01828908424 Order of pole 219612825.05970794 TOP MAIN SOLVE Loop t[1] 2.1109999999999327 x1[1] (analytic) 2.000218010220318 x1[1] (numeric) 2.000063348671518 absolute error 0.0001546615488003944 relative error 0.007732234586936795% Correct digits 4 h 0.001 x2[1] (analytic) 1.0136702725198625 x2[1] (numeric) 1.0138344480996941 absolute error 0.0001641755798316158 relative error 0.016196152169234975% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 64627.72000810714 Order of pole 219828644.51750946 TOP MAIN SOLVE Loop t[1] 2.1119999999999326 x1[1] (analytic) 2.000217792319067 x1[1] (numeric) 2.0000626083815294 absolute error 0.00015518393753755078 relative error 0.007758352022138019% Correct digits 4 h 0.001 x2[1] (analytic) 1.0136975313640164 x2[1] (numeric) 1.013862452156837 absolute error 0.00016492079282048877 relative error 0.016269230980426062% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 64659.58393061508 Order of pole 220045660.96270153 TOP MAIN SOLVE Loop t[1] 2.1129999999999325 x1[1] (analytic) 2.0002175746356077 x1[1] (numeric) 2.000061867350881 absolute error 0.0001557072847266916 relative error 0.0077845173795684595% Correct digits 4 h 0.001 x2[1] (analytic) 1.0137248448894176 x2[1] (numeric) 1.0138905133902414 absolute error 0.00016566850082377904 relative error 0.016342551103386543% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 64692.56989085526 Order of pole 220269974.95283392 TOP MAIN SOLVE Loop t[1] 2.1139999999999324 x1[1] (analytic) 2.0002173571697233 x1[1] (numeric) 2.000061125578831 absolute error 0.00015623159089228622 relative error 0.00781073068545668% Correct digits 4 h 0.001 x2[1] (analytic) 1.013752213205429 x2[1] (numeric) 1.0139186319154871 absolute error 0.0001664187100580694 relative error 0.016416113118201% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 64725.24720785347 Order of pole 220492389.98470974 TOP MAIN SOLVE Loop t[1] 2.1149999999999323 x1[1] (analytic) 2.0002171399211957 x1[1] (numeric) 2.000060383064638 absolute error 0.00015675685655747174 relative error 0.007836991965964636% Correct digits 4 h 0.001 x2[1] (analytic) 1.0137796364216334 x2[1] (numeric) 1.0139468078483862 absolute error 0.00016717142675282126 relative error 0.016489917606048093% Correct digits 3 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1421.9021338001176 Order of pole 41522.82156039208 TOP MAIN SOLVE Loop t[1] 2.115999999999932 x1[1] (analytic) 2.000216922889808 x1[1] (numeric) 2.0000596398075596 absolute error 0.00015728308224849386 relative error 0.007863301247409683% Correct digits 4 h 0.001 x2[1] (analytic) 1.0138071146478316 x2[1] (numeric) 1.0139750413049837 absolute error 0.00016792665715215094 relative error 0.016563965149374988% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 64789.26215167512 Order of pole 220929126.8113507 TOP MAIN SOLVE Loop t[1] 2.116999999999932 x1[1] (analytic) 2.000216706075344 x1[1] (numeric) 2.0000588958068524 absolute error 0.0001578102684915983 relative error 0.007889658556109165% Correct digits 4 h 0.001 x2[1] (analytic) 1.0138346479940454 x2[1] (numeric) 1.0140033324015583 absolute error 0.00016868440751283131 relative error 0.016638256331699373% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 64821.631634314705 Order of pole 221149923.88532785 TOP MAIN SOLVE Loop t[1] 2.117999999999932 x1[1] (analytic) 2.0002164894775856 x1[1] (numeric) 2.000058151061772 absolute error 0.00015833841581347485 relative error 0.007916063918402627% Correct digits 4 h 0.001 x2[1] (analytic) 1.0138622365705166 x2[1] (numeric) 1.0140316812546224 absolute error 0.00016944468410584612 relative error 0.01671279173776198% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 64854.295962961405 Order of pole 221372741.37719893 TOP MAIN SOLVE Loop t[1] 2.118999999999932 x1[1] (analytic) 2.000216273096316 x1[1] (numeric) 2.0000574055715745 absolute error 0.00015886752474170152 relative error 0.007942517360674006% Correct digits 4 h 0.001 x2[1] (analytic) 1.0138898804877075 x2[1] (numeric) 1.0140600879809227 absolute error 0.00017020749321527973 relative error 0.016787571953416233% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 64887.26839926458 Order of pole 221597663.44731924 TOP MAIN SOLVE Loop t[1] 2.1199999999999317 x1[1] (analytic) 2.0002160569313205 x1[1] (numeric) 2.0000566593355136 absolute error 0.0001593975958069649 relative error 0.007969018909462637% Correct digits 4 h 0.001 x2[1] (analytic) 1.0139175798563025 x2[1] (numeric) 1.014088552697441 absolute error 0.00017097284113853917 relative error 0.0168625975656493% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 64919.24523644615 Order of pole 221816351.0488827 TOP MAIN SOLVE Loop t[1] 2.1209999999999316 x1[1] (analytic) 2.000215840982382 x1[1] (numeric) 2.0000559123528436 absolute error 0.00015992862953817522 relative error 0.007995568591219046% Correct digits 4 h 0.001 x2[1] (analytic) 1.013945334787207 x2[1] (numeric) 1.0141170755213942 absolute error 0.00017174073418724234 relative error 0.016937869162668907% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 64951.70524197491 Order of pole 222038266.80672717 TOP MAIN SOLVE Loop t[1] 2.1219999999999315 x1[1] (analytic) 2.0002156252492838 x1[1] (numeric) 2.0000551646228173 absolute error 0.0001604606264664632 relative error 0.008022166432504757% Correct digits 4 h 0.001 x2[1] (analytic) 1.0139731453915486 x2[1] (numeric) 1.014145656570235 absolute error 0.00017251117868632981 relative error 0.017013387333814856% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 64983.94212377166 Order of pole 222258760.75196117 TOP MAIN SOLVE Loop t[1] 2.1229999999999314 x1[1] (analytic) 2.0002154097318114 x1[1] (numeric) 2.0000544161446867 absolute error 0.00016099358712473588 relative error 0.008048812459970092% Correct digits 4 h 0.001 x2[1] (analytic) 1.014001011780678 x2[1] (numeric) 1.0141742959616522 absolute error 0.00017328418097428688 relative error 0.017089152669580093% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 65016.47808636733 Order of pole 222481335.2647764 TOP MAIN SOLVE Loop t[1] 2.1239999999999313 x1[1] (analytic) 2.0002151944297486 x1[1] (numeric) 2.000053666917704 absolute error 0.00016152751204456806 relative error 0.008075506700198763% Correct digits 4 h 0.001 x2[1] (analytic) 1.014028934066168 x2[1] (numeric) 1.014202993813572 absolute error 0.00017405974740403174 relative error 0.01716516576169748% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 65049.731113990434 Order of pole 222708708.11688542 TOP MAIN SOLVE Loop t[1] 2.124999999999931 x1[1] (analytic) 2.0002149793428803 x1[1] (numeric) 2.000052916941119 absolute error 0.00016206240176108722 relative error 0.008102249179952082% Correct digits 4 h 0.001 x2[1] (analytic) 1.0140569123598158 x2[1] (numeric) 1.0142317502441571 absolute error 0.00017483788434136116 relative error 0.017241427202985604% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 65082.05130149667 Order of pole 222930137.61386213 TOP MAIN SOLVE Loop t[1] 2.125999999999931 x1[1] (analytic) 2.000214764470991 x1[1] (numeric) 2.000052166214183 absolute error 0.0001625982568080886 relative error 0.008129039925924751% Correct digits 4 h 0.001 x2[1] (analytic) 1.014084946773642 x2[1] (numeric) 1.0142605653718084 absolute error 0.00017561859816650482 relative error 0.017317937587501275% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 65114.41027552884 Order of pole 223152029.5695247 TOP MAIN SOLVE Loop t[1] 2.126999999999931 x1[1] (analytic) 2.0002145498138666 x1[1] (numeric) 2.000051414736144 absolute error 0.00016313507772247604 relative error 0.008155878964966876% Correct digits 4 h 0.001 x2[1] (analytic) 1.014113037419892 x2[1] (numeric) 1.0142894393151645 absolute error 0.000176401895272571 relative error 0.017394697510385332% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 65147.363477426974 Order of pole 223377764.53588444 TOP MAIN SOLVE Loop t[1] 2.127999999999931 x1[1] (analytic) 2.000214335371292 x1[1] (numeric) 2.0000506625062515 absolute error 0.00016367286504026524 relative error 0.00818276632388415% Correct digits 4 h 0.001 x2[1] (analytic) 1.014141184411035 x2[1] (numeric) 1.0143183721931028 absolute error 0.00017718778206776697 relative error 0.01747170756808079% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 65179.41135190928 Order of pole 223597787.92986816 TOP MAIN SOLVE Loop t[1] 2.1289999999999307 x1[1] (analytic) 2.0002141211430526 x1[1] (numeric) 2.000049909523753 absolute error 0.0001642116192996923 relative error 0.008209702029593266% Correct digits 4 h 0.001 x2[1] (analytic) 1.014169387859767 x2[1] (numeric) 1.01434736412474 absolute error 0.0001779762649729566 relative error 0.017548968358091086% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 65211.937105330064 Order of pole 223821038.0805565 TOP MAIN SOLVE Loop t[1] 2.1299999999999306 x1[1] (analytic) 2.000213907128934 x1[1] (numeric) 2.000049155787895 absolute error 0.00016475134103899336 relative error 0.008236686109010913% Correct digits 4 h 0.001 x2[1] (analytic) 1.014197647879009 x2[1] (numeric) 1.0143764152294323 absolute error 0.0001787673504234366 relative error 0.017626480479154404% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 65244.643354416854 Order of pole 224045572.64785162 TOP MAIN SOLVE Loop t[1] 2.1309999999999305 x1[1] (analytic) 2.0002136933287233 x1[1] (numeric) 2.0000484012979243 absolute error 0.00016529203079906907 relative error 0.008263718589186975% Correct digits 4 h 0.001 x2[1] (analytic) 1.0142259645819076 x2[1] (numeric) 1.014405525626776 absolute error 0.00017956104486849256 relative error 0.01770424453119899% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 65277.51568390834 Order of pole 224271290.09286672 TOP MAIN SOLVE Loop t[1] 2.1319999999999304 x1[1] (analytic) 2.0002134797422055 x1[1] (numeric) 2.000047646053086 absolute error 0.00016583368911948781 relative error 0.00829079949710473% Correct digits 4 h 0.001 x2[1] (analytic) 1.014254338081837 x2[1] (numeric) 1.014434695436608 absolute error 0.00018035735477095471 relative error 0.017782261115298504% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 65310.51249137309 Order of pole 224497867.1032961 TOP MAIN SOLVE Loop t[1] 2.1329999999999303 x1[1] (analytic) 2.0002132663691676 x1[1] (numeric) 2.0000468900526256 absolute error 0.00016637631654203844 relative error 0.008317928859858454% Correct digits 4 h 0.001 x2[1] (analytic) 1.0142827684923976 x2[1] (numeric) 1.014463924779006 absolute error 0.0001811562866083083 relative error 0.01786053083378061% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 65342.697067405876 Order of pole 224719428.52077654 TOP MAIN SOLVE Loop t[1] 2.13399999999993 x1[1] (analytic) 2.0002130532093965 x1[1] (numeric) 2.000046133295786 absolute error 0.00016691991361028613 relative error 0.008345106704631218% Correct digits 4 h 0.001 x2[1] (analytic) 1.014311255927418 x2[1] (numeric) 1.0144932137742895 absolute error 0.00018195784687136118 relative error 0.017939054290094725% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 65375.995464963555 Order of pole 224948212.02247536 TOP MAIN SOLVE Loop t[1] 2.13499999999993 x1[1] (analytic) 2.000212840262678 x1[1] (numeric) 2.0000453757818115 absolute error 0.00016746448086646382 relative error 0.008372333058539487% Correct digits 4 h 0.001 x2[1] (analytic) 1.014339800500955 x2[1] (numeric) 1.0145225625430199 absolute error 0.0001827620420649101 relative error 0.01801783208887681% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 65407.70375334477 Order of pole 225166963.64957243 TOP MAIN SOLVE Loop t[1] 2.13599999999993 x1[1] (analytic) 2.0002126275288 x1[1] (numeric) 2.000044617509944 absolute error 0.00016801001885591305 relative error 0.008399607948855126% Correct digits 4 h 0.001 x2[1] (analytic) 1.0143684023272923 x2[1] (numeric) 1.0145519712060012 absolute error 0.00018356887870885075 relative error 0.018096864836057967% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 65441.02364146854 Order of pole 225396154.28591773 TOP MAIN SOLVE Loop t[1] 2.13699999999993 x1[1] (analytic) 2.0002124150075495 x1[1] (numeric) 2.0000438584794256 absolute error 0.00016855652812397537 relative error 0.00842693140284999% Correct digits 4 h 0.001 x2[1] (analytic) 1.0143970615209448 x2[1] (numeric) 1.01458143988428 absolute error 0.00018437836333529134 relative error 0.0181761531385789% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 65473.58346343465 Order of pole 225620566.36529815 TOP MAIN SOLVE Loop t[1] 2.1379999999999297 x1[1] (analytic) 2.000212202698714 x1[1] (numeric) 2.000043098689497 absolute error 0.0001691040092173246 relative error 0.008454303447862539% Correct digits 4 h 0.001 x2[1] (analytic) 1.0144257781966546 x2[1] (numeric) 1.0146109686991471 absolute error 0.00018519050249254931 relative error 0.01825569760478313% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 65506.51327739757 Order of pole 225847466.92547682 TOP MAIN SOLVE Loop t[1] 2.1389999999999296 x1[1] (analytic) 2.0002119906020814 x1[1] (numeric) 2.000042338139398 absolute error 0.00016965246268352274 relative error 0.008481724111275618% Correct digits 4 h 0.001 x2[1] (analytic) 1.0144545524693953 x2[1] (numeric) 1.0146405577721367 absolute error 0.0001860053027413766 relative error 0.018335498844043892% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 65539.02588781802 Order of pole 226071849.3764241 TOP MAIN SOLVE Loop t[1] 2.1399999999999295 x1[1] (analytic) 2.000211778717439 x1[1] (numeric) 2.0000415768283686 absolute error 0.00017020188907057587 relative error 0.008509193420494277% Correct digits 4 h 0.001 x2[1] (analytic) 1.0144833844543695 x2[1] (numeric) 1.0146702072250275 absolute error 0.0001868227706580683 relative error 0.018415557467069726% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 65571.63926345212 Order of pole 226297050.72844762 TOP MAIN SOLVE Loop t[1] 2.1409999999999294 x1[1] (analytic) 2.000211567044576 x1[1] (numeric) 2.0000408147556477 absolute error 0.00017075228892826644 relative error 0.008536711403012355% Correct digits 4 h 0.001 x2[1] (analytic) 1.0145122742670116 x2[1] (numeric) 1.0146999171798436 absolute error 0.00018764291283202006 relative error 0.018495874085662754% Correct digits 3 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1344.979449352087 Order of pole 195650.2764781079 TOP MAIN SOLVE Loop t[1] 2.1419999999999293 x1[1] (analytic) 2.0002113555832794 x1[1] (numeric) 2.0000400519204726 absolute error 0.00017130366280682097 relative error 0.008564278086345896% Correct digits 4 h 0.001 x2[1] (analytic) 1.0145412220229866 x2[1] (numeric) 1.0147296877588539 absolute error 0.00018846573586728255 relative error 0.01857644931287104% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 65637.52673053293 Order of pole 226751833.27034116 TOP MAIN SOLVE Loop t[1] 2.142999999999929 x1[1] (analytic) 2.000211144333339 x1[1] (numeric) 2.000039288322081 absolute error 0.00017185601125779826 relative error 0.008591893498077529% Correct digits 4 h 0.001 x2[1] (analytic) 1.0145702278381912 x2[1] (numeric) 1.0147595190845735 absolute error 0.0001892912463823393 relative error 0.018657283762965732% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 65669.93985365231 Order of pole 226975993.9974983 TOP MAIN SOLVE Loop t[1] 2.143999999999929 x1[1] (analytic) 2.0002109332945426 x1[1] (numeric) 2.000038523959709 absolute error 0.0001724093348336453 relative error 0.008619557665834287% Correct digits 4 h 0.001 x2[1] (analytic) 1.0145992918287545 x2[1] (numeric) 1.014789411279764 absolute error 0.0001901194510094406 relative error 0.018738378051374516% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 65703.24691661053 Order of pole 227206166.50920925 TOP MAIN SOLVE Loop t[1] 2.144999999999929 x1[1] (analytic) 2.0002107224666794 x1[1] (numeric) 2.000037758832592 absolute error 0.00017296363408725313 relative error 0.008647270617265399% Correct digits 4 h 0.001 x2[1] (analytic) 1.0146284141110378 x2[1] (numeric) 1.014819364467434 absolute error 0.00019095035639615787 relative error 0.018819732794833878% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 65735.69471570199 Order of pole 227430750.79317352 TOP MAIN SOLVE Loop t[1] 2.145999999999929 x1[1] (analytic) 2.000210511849539 x1[1] (numeric) 2.000036992939966 absolute error 0.0001735189095728451 relative error 0.008675032380086685% Correct digits 4 h 0.001 x2[1] (analytic) 1.0146575948016356 x2[1] (numeric) 1.014849378770839 absolute error 0.00019178396920338514 relative error 0.018901348611191214% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 65768.33892800985 Order of pole 227656872.11992335 TOP MAIN SOLVE Loop t[1] 2.1469999999999287 x1[1] (analytic) 2.0002103014429102 x1[1] (numeric) 2.000036226281064 absolute error 0.0001740751618464209 relative error 0.008702842982102768% Correct digits 4 h 0.001 x2[1] (analytic) 1.0146868340173765 x2[1] (numeric) 1.0148794543134831 absolute error 0.00019262029610667142 relative error 0.018983226119535204% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 65801.14945231708 Order of pole 227884010.30180448 TOP MAIN SOLVE Loop t[1] 2.1479999999999286 x1[1] (analytic) 2.0002100912465828 x1[1] (numeric) 2.0000354588551192 absolute error 0.00017463239146353615 relative error 0.00873070245109606% Correct digits 4 h 0.001 x2[1] (analytic) 1.014716131875322 x2[1] (numeric) 1.0149095912191184 absolute error 0.0001934593437964427 relative error 0.01906536594021677% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 65834.50608726588 Order of pole 228114982.17835575 TOP MAIN SOLVE Loop t[1] 2.1489999999999285 x1[1] (analytic) 2.000209881260347 x1[1] (numeric) 2.000034690661365 absolute error 0.00017519059898196687 relative error 0.008758610814959978% Correct digits 4 h 0.001 x2[1] (analytic) 1.0147454884927691 x2[1] (numeric) 1.014939789611746 absolute error 0.00019430111897689173 relative error 0.0191477686947387% Correct digits 3 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1520.9502229318584 Order of pole 402155.74663253536 TOP MAIN SOLVE Loop t[1] 2.1499999999999284 x1[1] (analytic) 2.0002096714839923 x1[1] (numeric) 2.000033921699033 absolute error 0.00017574978495948912 relative error 0.008786568101587925% Correct digits 4 h 0.001 x2[1] (analytic) 1.0147749039872491 x2[1] (numeric) 1.0149700496156164 absolute error 0.0001951456283673103 relative error 0.019230435005886032% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 65900.02677585704 Order of pole 228569404.93734977 TOP MAIN SOLVE Loop t[1] 2.1509999999999283 x1[1] (analytic) 2.000209461917309 x1[1] (numeric) 2.0000331519673535 absolute error 0.0001763099499556553 relative error 0.008814574338962114% Correct digits 4 h 0.001 x2[1] (analytic) 1.014804378476529 x2[1] (numeric) 1.0150003713552298 absolute error 0.000195992878700757 relative error 0.01931336549759378% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 65933.35299916666 Order of pole 228800486.30245343 TOP MAIN SOLVE Loop t[1] 2.151999999999928 x1[1] (analytic) 2.000209252560088 x1[1] (numeric) 2.000032381465558 absolute error 0.00017687109453001781 relative error 0.008842629555064738% Correct digits 4 h 0.001 x2[1] (analytic) 1.0148339120786114 x2[1] (numeric) 1.0150307549553372 absolute error 0.00019684287672583345 relative error 0.019396560795121077% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 65966.31127235976 Order of pole 229029352.32823107 TOP MAIN SOLVE Loop t[1] 2.152999999999928 x1[1] (analytic) 2.000209043412119 x1[1] (numeric) 2.000031610192875 absolute error 0.00017743321924434952 relative error 0.008870733777989% Correct digits 4 h 0.001 x2[1] (analytic) 1.0148635049117358 x2[1] (numeric) 1.0150612005409403 absolute error 0.00019769562920446404 relative error 0.019480021524831352% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 65998.64079284426 Order of pole 229254104.0241201 TOP MAIN SOLVE Loop t[1] 2.153999999999928 x1[1] (analytic) 2.000208834473194 x1[1] (numeric) 2.0000308381485334 absolute error 0.00017799632466042326 relative error 0.008898887035828093% Correct digits 4 h 0.001 x2[1] (analytic) 1.014893157094378 x2[1] (numeric) 1.015091708237292 absolute error 0.0001985511429138942 relative error 0.01956374831438836% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 66032.66000693328 Order of pole 229490083.54474416 TOP MAIN SOLVE Loop t[1] 2.154999999999928 x1[1] (analytic) 2.0002086257431033 x1[1] (numeric) 2.0000300653317615 absolute error 0.00017856041134178824 relative error 0.00892708935676401% Correct digits 4 h 0.001 x2[1] (analytic) 1.014922868745251 x2[1] (numeric) 1.0151222781698974 absolute error 0.00019940942464646838 relative error 0.0196477417927333% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 66065.94396652501 Order of pole 229721382.08561137 TOP MAIN SOLVE Loop t[1] 2.1559999999999278 x1[1] (analytic) 2.0002084172216383 x1[1] (numeric) 2.0000292917417863 absolute error 0.00017912547985199367 relative error 0.008955340768978736% Correct digits 4 h 0.001 x2[1] (analytic) 1.0149526399833058 x2[1] (numeric) 1.015152910464514 absolute error 0.00020027048120829782 relative error 0.019732002589952564% Correct digits 3 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1075.299376932381 Order of pole 414484.4846901266 TOP MAIN SOLVE Loop t[1] 2.1569999999999276 x1[1] (analytic) 2.0002082089085906 x1[1] (numeric) 2.0000285173778343 absolute error 0.00017969153075636513 relative error 0.008983641300743058% Correct digits 4 h 0.001 x2[1] (analytic) 1.0149824709277318 x2[1] (numeric) 1.0151836052471523 absolute error 0.0002011343194205928 relative error 0.019816531337408076% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 66131.44849977884 Order of pole 230177477.85233617 TOP MAIN SOLVE Loop t[1] 2.1579999999999275 x1[1] (analytic) 2.0002080008037515 x1[1] (numeric) 2.000027742239131 absolute error 0.00018025856462067225 relative error 0.009011990980349955% Correct digits 4 h 0.001 x2[1] (analytic) 1.0150123616979572 x2[1] (numeric) 1.015214362644076 absolute error 0.0002020009461187744 relative error 0.019901328667648772% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 66164.57031900725 Order of pole 230407977.5707768 TOP MAIN SOLVE Loop t[1] 2.1589999999999274 x1[1] (analytic) 2.0002077929069135 x1[1] (numeric) 2.000026966324901 absolute error 0.00018082658201246105 relative error 0.009040389836181207% Correct digits 4 h 0.001 x2[1] (analytic) 1.015042312413649 x2[1] (numeric) 1.0152451827818028 absolute error 0.00020287036815380688 relative error 0.019986395214540906% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 66197.15396615349 Order of pole 230635211.30642775 TOP MAIN SOLVE Loop t[1] 2.1599999999999273 x1[1] (analytic) 2.0002075852178685 x1[1] (numeric) 2.0000261896343687 absolute error 0.00018139558349972162 relative error 0.009068837896640787% Correct digits 4 h 0.001 x2[1] (analytic) 1.0150723231947139 x2[1] (numeric) 1.015276065787105 absolute error 0.00020374259239108738 relative error 0.02007173161315767% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 66230.40266327547 Order of pole 230866897.6554363 TOP MAIN SOLVE Loop t[1] 2.160999999999927 x1[1] (analytic) 2.000207377736409 x1[1] (numeric) 2.0000254121667576 absolute error 0.00018196556965133226 relative error 0.009097335190177067% Correct digits 4 h 0.001 x2[1] (analytic) 1.0151023941612989 x2[1] (numeric) 1.0153070117870096 absolute error 0.000204617625710668 relative error 0.020157338499800094% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 66264.19545118033 Order of pole 231102210.166737 TOP MAIN SOLVE Loop t[1] 2.161999999999927 x1[1] (analytic) 2.0002071704623265 x1[1] (numeric) 2.00002463392129 absolute error 0.00018253654103661532 relative error 0.009125881745260614% Correct digits 4 h 0.001 x2[1] (analytic) 1.015132525433792 x2[1] (numeric) 1.0153380209087994 absolute error 0.00020549547500747778 relative error 0.02024321651201791% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 66297.03539231188 Order of pole 231331400.02528623 TOP MAIN SOLVE Loop t[1] 2.162999999999927 x1[1] (analytic) 2.000206963395415 x1[1] (numeric) 2.0000238548971874 absolute error 0.0001831084982275577 relative error 0.009154477590495196% Correct digits 4 h 0.001 x2[1] (analytic) 1.0151627171328217 x2[1] (numeric) 1.015369093280013 absolute error 0.0002063761471913228 relative error 0.020329366288608586% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 66330.06873226906 Order of pole 231562147.02939266 TOP MAIN SOLVE Loop t[1] 2.163999999999927 x1[1] (analytic) 2.0002067565354666 x1[1] (numeric) 2.0000230750936714 absolute error 0.00018368144179525814 relative error 0.00918312275444017% Correct digits 4 h 0.001 x2[1] (analytic) 1.0151929693792583 x2[1] (numeric) 1.0154002290284456 absolute error 0.0002072596491873302 relative error 0.02041578846966006% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 66363.43667932104 Order of pole 231795050.48717448 TOP MAIN SOLVE Loop t[1] 2.1649999999999268 x1[1] (analytic) 2.000206549882275 x1[1] (numeric) 2.0000222945099617 absolute error 0.00018425537231347988 relative error 0.009211817265788099% Correct digits 4 h 0.001 x2[1] (analytic) 1.0152232822942144 x2[1] (numeric) 1.0154314282821493 absolute error 0.00020814598793483796 relative error 0.020502483696440355% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 66396.31997553521 Order of pole 232024989.58395597 TOP MAIN SOLVE Loop t[1] 2.1659999999999267 x1[1] (analytic) 2.000206343435633 x1[1] (numeric) 2.000021513145278 absolute error 0.00018483029035509801 relative error 0.009240561153187138% Correct digits 4 h 0.001 x2[1] (analytic) 1.0152536559990448 x2[1] (numeric) 1.0154626911694338 absolute error 0.00020903517038894925 relative error 0.02058945261154971% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 66429.63802638656 Order of pole 232257856.01022947 TOP MAIN SOLVE Loop t[1] 2.1669999999999265 x1[1] (analytic) 2.000206137195335 x1[1] (numeric) 2.000020730998839 absolute error 0.00018540619649609624 relative error 0.009269354445440837% Correct digits 4 h 0.001 x2[1] (analytic) 1.0152840906153482 x2[1] (numeric) 1.0154940178188667 absolute error 0.000209927203518534 relative error 0.02067669585872269% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 66463.34187933883 Order of pole 232493405.50136682 TOP MAIN SOLVE Loop t[1] 2.1679999999999264 x1[1] (analytic) 2.000205931161174 x1[1] (numeric) 2.000019948069862 absolute error 0.00018598309131201418 relative error 0.00929819717133055% Correct digits 4 h 0.001 x2[1] (analytic) 1.0153145862649657 x2[1] (numeric) 1.0155254083592744 absolute error 0.00021082209430867138 relative error 0.02076421408306778% Correct digits 3 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 5328.70285403957 Order of pole 571474.8784148397 TOP MAIN SOLVE Loop t[1] 2.1689999999999263 x1[1] (analytic) 2.000205725332944 x1[1] (numeric) 2.0000191643575644 absolute error 0.00018656097537972371 relative error 0.009327089359704223% Correct digits 4 h 0.001 x2[1] (analytic) 1.0153451430699827 x2[1] (numeric) 1.0155568629197425 absolute error 0.00021171984975976166 relative error 0.02085200793097888% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 66529.98480608013 Order of pole 232959744.13540655 TOP MAIN SOLVE Loop t[1] 2.169999999999926 x1[1] (analytic) 2.0002055197104394 x1[1] (numeric) 2.000018379861163 absolute error 0.00018713984927654082 relative error 0.009356031039431998% Correct digits 4 h 0.001 x2[1] (analytic) 1.01537576115273 x2[1] (numeric) 1.0155883816296156 absolute error 0.00021262047688552776 relative error 0.020940078049937413% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 66562.98914686714 Order of pole 233191116.6324088 TOP MAIN SOLVE Loop t[1] 2.170999999999926 x1[1] (analytic) 2.0002053142934546 x1[1] (numeric) 2.000017594579872 absolute error 0.000187719713582446 relative error 0.009385022239517218% Correct digits 4 h 0.001 x2[1] (analytic) 1.0154064406357826 x2[1] (numeric) 1.0156199646184991 absolute error 0.00021352398271656803 relative error 0.021028425088861262% Correct digits 3 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 497.47233304080123 Order of pole 137457.79184028963 TOP MAIN SOLVE Loop t[1] 2.171999999999926 x1[1] (analytic) 2.0002051090817843 x1[1] (numeric) 2.0000168085129078 absolute error 0.00018830056887653157 relative error 0.009414062988918821% Correct digits 4 h 0.001 x2[1] (analytic) 1.015437181641961 x2[1] (numeric) 1.0156516120162586 absolute error 0.00021443037429769163 relative error 0.02111704969784127% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 66630.00456531541 Order of pole 233660670.39476153 TOP MAIN SOLVE Loop t[1] 2.172999999999926 x1[1] (analytic) 2.000204904075223 x1[1] (numeric) 2.000016021659483 absolute error 0.00018888241573966624 relative error 0.00944315331668454% Correct digits 4 h 0.001 x2[1] (analytic) 1.015467984294332 x2[1] (numeric) 1.0156833239530212 absolute error 0.00021533965868925087 relative error 0.021205952528271437% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 66662.62499240953 Order of pole 233889896.49312162 TOP MAIN SOLVE Loop t[1] 2.1739999999999258 x1[1] (analytic) 2.0002046992735654 x1[1] (numeric) 2.0000152340188113 absolute error 0.00018946525475405096 relative error 0.009472293251928714% Correct digits 4 h 0.001 x2[1] (analytic) 1.0154988487162084 x2[1] (numeric) 1.0157151005591754 absolute error 0.00021625184296691913 relative error 0.02129513423282599% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 66696.13826255148 Order of pole 234125021.62375075 TOP MAIN SOLVE Loop t[1] 2.1749999999999257 x1[1] (analytic) 2.0002044946766073 x1[1] (numeric) 2.000014445590105 absolute error 0.00019004908650233077 relative error 0.009501482823787868% Correct digits 4 h 0.001 x2[1] (analytic) 1.015529775031151 x2[1] (numeric) 1.015746941965372 absolute error 0.00021716693422102473 relative error 0.021384595465392755% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 66729.52040138049 Order of pole 234359409.1065693 TOP MAIN SOLVE Loop t[1] 2.1759999999999255 x1[1] (analytic) 2.000204290284144 x1[1] (numeric) 2.0000136563725754 absolute error 0.00019063391156848297 relative error 0.009530722061465132% Correct digits 4 h 0.001 x2[1] (analytic) 1.015560763362967 x2[1] (numeric) 1.0157788483025247 absolute error 0.00021808493955766117 relative error 0.021474336881181416% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 66761.92595185543 Order of pole 234587553.38661498 TOP MAIN SOLVE Loop t[1] 2.1769999999999254 x1[1] (analytic) 2.000204086095971 x1[1] (numeric) 2.000012866365434 absolute error 0.00019121973053692898 relative error 0.009560010994185828% Correct digits 4 h 0.001 x2[1] (analytic) 1.015591813835712 x2[1] (numeric) 1.0158108197018105 absolute error 0.00021900586609846506 relative error 0.021564359136700635% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 66795.65543449185 Order of pole 234824485.21218023 TOP MAIN SOLVE Loop t[1] 2.1779999999999253 x1[1] (analytic) 2.000203882111884 x1[1] (numeric) 2.00001207556789 absolute error 0.00019180654399386654 relative error 0.00958934965126408% Correct digits 4 h 0.001 x2[1] (analytic) 1.01562292657369 x2[1] (numeric) 1.01584285629467 absolute error 0.00021992972097995 relative error 0.021654662889691343% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 66830.22331938871 Order of pole 235067105.4420624 TOP MAIN SOLVE Loop t[1] 2.178999999999925 x1[1] (analytic) 2.0002036783316792 x1[1] (numeric) 2.000011283979153 absolute error 0.0001923943525263816 relative error 0.00961873806205841% Correct digits 4 h 0.001 x2[1] (analytic) 1.0156541017014542 x2[1] (numeric) 1.015874958212808 absolute error 0.00022085651135372864 relative error 0.021745248799147583% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 66864.06309349538 Order of pole 235304966.1389213 TOP MAIN SOLVE Loop t[1] 2.179999999999925 x1[1] (analytic) 2.000203474755153 x1[1] (numeric) 2.0000104915984314 absolute error 0.00019298315672156008 relative error 0.009648176255927331% Correct digits 4 h 0.001 x2[1] (analytic) 1.0156853393438066 x2[1] (numeric) 1.0159071255881944 absolute error 0.0002217862443878449 relative error 0.021836117525446615% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 66896.59852949416 Order of pole 235534498.85929257 TOP MAIN SOLVE Loop t[1] 2.180999999999925 x1[1] (analytic) 2.000203271382101 x1[1] (numeric) 2.0000096984249325 absolute error 0.00019357295716870837 relative error 0.00967766426234036% Correct digits 4 h 0.001 x2[1] (analytic) 1.0157166396258 x2[1] (numeric) 1.0159393585530647 absolute error 0.0002227189272647756 relative error 0.021927269730151064% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 66929.87784459103 Order of pole 235768928.67871594 TOP MAIN SOLVE Loop t[1] 2.181999999999925 x1[1] (analytic) 2.000203068212321 x1[1] (numeric) 2.0000089044578635 absolute error 0.00019416375445757694 relative error 0.00970720211078921% Correct digits 4 h 0.001 x2[1] (analytic) 1.0157480026727372 x2[1] (numeric) 1.01597165723992 absolute error 0.00022365456718276278 relative error 0.022018706076139025% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 66963.69014739494 Order of pole 236007104.12306368 TOP MAIN SOLVE Loop t[1] 2.182999999999925 x1[1] (analytic) 2.0002028652456088 x1[1] (numeric) 2.0000081096964304 absolute error 0.00019475554917836035 relative error 0.009736789830787787% Correct digits 4 h 0.001 x2[1] (analytic) 1.0157794286101718 x2[1] (numeric) 1.0160040217815278 absolute error 0.00022459317135603563 relative error 0.02211042722762486% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 66996.73209730943 Order of pole 236240242.7432027 TOP MAIN SOLVE Loop t[1] 2.1839999999999247 x1[1] (analytic) 2.000202662481762 x1[1] (numeric) 2.0000073141398382 absolute error 0.0001953483419239177 relative error 0.0097664274519832% Correct digits 4 h 0.001 x2[1] (analytic) 1.0158109175639092 x2[1] (numeric) 1.0160364523109229 absolute error 0.00022553474701370035 relative error 0.022202433850048768% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 67030.29628156294 Order of pole 236477026.18477926 TOP MAIN SOLVE Loop t[1] 2.1849999999999246 x1[1] (analytic) 2.000202459920578 x1[1] (numeric) 2.0000065177872917 absolute error 0.0001959421332862199 relative error 0.009796115003978156% Correct digits 4 h 0.001 x2[1] (analytic) 1.0158424696600068 x2[1] (numeric) 1.0160689489614072 absolute error 0.00022647930140040629 relative error 0.02229472661014132% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 67063.96524445228 Order of pole 236714530.4120499 TOP MAIN SOLVE Loop t[1] 2.1859999999999244 x1[1] (analytic) 2.0002022575618534 x1[1] (numeric) 2.0000057206379944 absolute error 0.00019653692385901422 relative error 0.009825852516464156% Correct digits 4 h 0.001 x2[1] (analytic) 1.015874085024774 x2[1] (numeric) 1.0161015118665513 absolute error 0.00022742684177723405 relative error 0.022387306176009775% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 67097.54463379571 Order of pole 236951641.03105187 TOP MAIN SOLVE Loop t[1] 2.1869999999999243 x1[1] (analytic) 2.0002020554053868 x1[1] (numeric) 2.000004922691149 absolute error 0.0001971327142378243 relative error 0.0098556400192215% Correct digits 4 h 0.001 x2[1] (analytic) 1.015905763784774 x2[1] (numeric) 1.0161341411601938 absolute error 0.0002283773754199192 relative error 0.02248017321696212% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 67130.89761066432 Order of pole 237187385.14250764 TOP MAIN SOLVE Loop t[1] 2.1879999999999242 x1[1] (analytic) 2.0002018534509753 x1[1] (numeric) 2.0000041239459576 absolute error 0.00019772950501772968 relative error 0.009885477542008287% Correct digits 4 h 0.001 x2[1] (analytic) 1.015937506066822 x2[1] (numeric) 1.0161668369764427 absolute error 0.00022933090962062863 relative error 0.022573328403680832% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 67165.05003761635 Order of pole 237428478.5996598 TOP MAIN SOLVE Loop t[1] 2.188999999999924 x1[1] (analytic) 2.0002016516984176 x1[1] (numeric) 2.0000033244016215 absolute error 0.00019832729679603034 relative error 0.009915365114693613% Correct digits 4 h 0.001 x2[1] (analytic) 1.0159693119979893 x2[1] (numeric) 1.0161995994496758 absolute error 0.00023028745168640619 relative error 0.022666772408068754% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 67197.79716316509 Order of pole 237660476.60202247 TOP MAIN SOLVE Loop t[1] 2.189999999999924 x1[1] (analytic) 2.0002014501475114 x1[1] (numeric) 2.0000025240573414 absolute error 0.00019892609017002627 relative error 0.00994530276714657% Correct digits 4 h 0.001 x2[1] (analytic) 1.0160011817055996 x2[1] (numeric) 1.0162324287145408 absolute error 0.00023124700894117112 relative error 0.02276050590344472% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 67232.1164616484 Order of pole 237902890.51395628 TOP MAIN SOLVE Loop t[1] 2.190999999999924 x1[1] (analytic) 2.000201248798055 x1[1] (numeric) 2.0000017229123164 absolute error 0.00019952588573879382 relative error 0.009975290529325052% Correct digits 4 h 0.001 x2[1] (analytic) 1.0160331153172333 x2[1] (numeric) 1.0162653249059566 absolute error 0.00023220958872327557 relative error 0.022854529564301986% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 67265.74985860167 Order of pole 238141066.50122014 TOP MAIN SOLVE Loop t[1] 2.191999999999924 x1[1] (analytic) 2.000201047649848 x1[1] (numeric) 2.000000920965746 absolute error 0.0002001266841022975 relative error 0.010005328431231347% Correct digits 3 h 0.001 x2[1] (analytic) 1.016065112960725 x2[1] (numeric) 1.016298288159113 absolute error 0.0002331751983879471 relative error 0.02294884406654756% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 67298.29708985484 Order of pole 238372009.27254093 TOP MAIN SOLVE Loop t[1] 2.1929999999999237 x1[1] (analytic) 2.0002008467026884 x1[1] (numeric) 2.0000001182168274 absolute error 0.00020072848586094594 relative error 0.010035416502889942% Correct digits 3 h 0.001 x2[1] (analytic) 1.0160971747641658 x2[1] (numeric) 1.0163313186094716 absolute error 0.0002341438453057343 relative error 0.023043450087348056% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 67333.16846882906 Order of pole 238618552.78393003 TOP MAIN SOLVE Loop t[1] 2.1939999999999236 x1[1] (analytic) 2.0002006459563755 x1[1] (numeric) 1.9999993146647588 absolute error 0.00020133129161670205 relative error 0.010065554774403022% Correct digits 3 h 0.001 x2[1] (analytic) 1.0161293008559042 x2[1] (numeric) 1.016364416392767 absolute error 0.0002351155368627289 relative error 0.02313834830515042% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 67365.9590251209 Order of pole 238851418.2041902 TOP MAIN SOLVE Loop t[1] 2.1949999999999235 x1[1] (analytic) 2.0002004454107087 x1[1] (numeric) 1.999998510308736 absolute error 0.00020193510197263898 relative error 0.010095743275928272% Correct digits 3 h 0.001 x2[1] (analytic) 1.0161614913645443 x2[1] (numeric) 1.0163975816450062 absolute error 0.00023609028046189806 relative error 0.023233539399811945% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 67400.38707543396 Order of pole 239095296.68475848 TOP MAIN SOLVE Loop t[1] 2.1959999999999233 x1[1] (analytic) 2.0002002450654874 x1[1] (numeric) 1.999997705147955 absolute error 0.000202539917532496 relative error 0.010125982037656673% Correct digits 3 h 0.001 x2[1] (analytic) 1.016193746418949 x2[1] (numeric) 1.0164308145024699 absolute error 0.00023706808352086384 relative error 0.023329024052380572% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 67433.15216725381 Order of pole 239328217.75271755 TOP MAIN SOLVE Loop t[1] 2.1969999999999232 x1[1] (analytic) 2.0002000449205113 x1[1] (numeric) 1.9999968991816104 absolute error 0.0002031457389009006 relative error 0.010156271089823603% Correct digits 3 h 0.001 x2[1] (analytic) 1.0162260661482378 x2[1] (numeric) 1.0164641151017126 absolute error 0.00023804895347478983 relative error 0.023424802945377843% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 67467.64759142528 Order of pole 239572819.7497429 TOP MAIN SOLVE Loop t[1] 2.197999999999923 x1[1] (analytic) 2.0001998449755796 x1[1] (numeric) 1.9999960924088964 absolute error 0.00020375256668314634 relative error 0.010186610462697738% Correct digits 3 h 0.001 x2[1] (analytic) 1.0162584506817909 x2[1] (numeric) 1.016497483579564 absolute error 0.00023903289777305048 relative error 0.023520876762469948% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 67501.0725249411 Order of pole 239810395.51818517 TOP MAIN SOLVE Loop t[1] 2.198999999999923 x1[1] (analytic) 2.0001996452304933 x1[1] (numeric) 1.9999952848290061 absolute error 0.00020436040148719137 relative error 0.010217000186680958% Correct digits 3 h 0.001 x2[1] (analytic) 1.0162909001492453 x2[1] (numeric) 1.016530920073128 absolute error 0.00024001992388278381 relative error 0.02361724618881623% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 67534.99269193866 Order of pole 240051334.83913273 TOP MAIN SOLVE Loop t[1] 2.199999999999923 x1[1] (analytic) 2.0001994456850523 x1[1] (numeric) 1.999994476441132 absolute error 0.00020496924392032767 relative error 0.010247440292141835% Correct digits 3 h 0.001 x2[1] (analytic) 1.0163234146804998 x2[1] (numeric) 1.0165644247197854 absolute error 0.00024101003928556075 relative error 0.02371391191074022% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 67568.68371369247 Order of pole 240291047.841113 TOP MAIN SOLVE Loop t[1] 2.200999999999923 x1[1] (analytic) 2.000199246339057 x1[1] (numeric) 1.9999936672444656 absolute error 0.00020557909459140156 relative error 0.010277930809526638% Correct digits 3 h 0.001 x2[1] (analytic) 1.016355994405712 x2[1] (numeric) 1.016597997657192 absolute error 0.00024200325148004964 relative error 0.023810874615990713% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 67603.28692866606 Order of pole 240536824.130284 TOP MAIN SOLVE Loop t[1] 2.2019999999999227 x1[1] (analytic) 2.0001990471923077 x1[1] (numeric) 1.999992857238198 absolute error 0.00020618995410970342 relative error 0.010308471769303839% Correct digits 3 h 0.001 x2[1] (analytic) 1.0163886394553 x2[1] (numeric) 1.0166316390232812 absolute error 0.00024299956798135014 relative error 0.023908134993675036% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 67636.3936545331 Order of pole 240772830.42777097 TOP MAIN SOLVE Loop t[1] 2.2029999999999226 x1[1] (analytic) 2.000198848244606 x1[1] (numeric) 1.9999920464215188 absolute error 0.00020680182308696615 relative error 0.010339063202064009% Correct digits 3 h 0.001 x2[1] (analytic) 1.0164213499599444 x2[1] (numeric) 1.0166653489562636 absolute error 0.00024399899631921684 relative error 0.024005693734083063% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 67669.99728969228 Order of pole 241012159.40581387 TOP MAIN SOLVE Loop t[1] 2.2039999999999225 x1[1] (analytic) 2.000198649495752 x1[1] (numeric) 1.9999912347936175 absolute error 0.00020741470213447855 relative error 0.010369705138375509% Correct digits 3 h 0.001 x2[1] (analytic) 1.016454126050586 x2[1] (numeric) 1.0166991275946275 absolute error 0.000245001544041612 relative error 0.024103551529035653% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 67704.09717174349 Order of pole 241255066.6159902 TOP MAIN SOLVE Loop t[1] 2.2049999999999224 x1[1] (analytic) 2.000198450945548 x1[1] (numeric) 1.9999904223536824 absolute error 0.00020802859186574985 relative error 0.010400397608917708% Correct digits 3 h 0.001 x2[1] (analytic) 1.0164869678584292 x2[1] (numeric) 1.0167329750771399 absolute error 0.00024600721871070874 relative error 0.024201709071490163% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 67737.93248628617 Order of pole 241496273.32034218 TOP MAIN SOLVE Loop t[1] 2.2059999999999222 x1[1] (analytic) 2.000198252593795 x1[1] (numeric) 1.9999896091009008 absolute error 0.00020864349289406725 relative error 0.01043114064435887% Correct digits 3 h 0.001 x2[1] (analytic) 1.0165198755149403 x2[1] (numeric) 1.0167668915428467 absolute error 0.0002470160279064437 relative error 0.024300167055888836% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 67772.30418943685 Order of pole 241741164.50493816 TOP MAIN SOLVE Loop t[1] 2.206999999999922 x1[1] (analytic) 2.000198054440294 x1[1] (numeric) 1.99998879503446 absolute error 0.00020925940583427227 relative error 0.010461934275444954% Correct digits 3 h 0.001 x2[1] (analytic) 1.016552849151849 x2[1] (numeric) 1.0168008771310735 absolute error 0.0002480279792245188 relative error 0.024398926177960994% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 67805.5317577538 Order of pole 241978532.5613 TOP MAIN SOLVE Loop t[1] 2.207999999999922 x1[1] (analytic) 2.0001978564848484 x1[1] (numeric) 1.9999879801535454 absolute error 0.00020987633130298278 relative error 0.010492778533010722% Correct digits 3 h 0.001 x2[1] (analytic) 1.0165858889011492 x2[1] (numeric) 1.016834931981426 absolute error 0.0002490430802768451 relative error 0.024497987134765503% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 67840.12272243667 Order of pole 242225213.32778895 TOP MAIN SOLVE Loop t[1] 2.208999999999922 x1[1] (analytic) 2.000197658727259 x1[1] (numeric) 1.9999871644573424 absolute error 0.0002104942699165946 relative error 0.010523673447879831% Correct digits 3 h 0.001 x2[1] (analytic) 1.0166189948950988 x2[1] (numeric) 1.0168690562337908 absolute error 0.000250061338691987 relative error 0.0245973506247333% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 67873.38512232405 Order of pole 242463105.6461806 TOP MAIN SOLVE Loop t[1] 2.209999999999922 x1[1] (analytic) 2.000197461167328 x1[1] (numeric) 1.999986347945035 absolute error 0.0002111132222928358 relative error 0.01055461905094254% Correct digits 3 h 0.001 x2[1] (analytic) 1.0166521672662208 x2[1] (numeric) 1.0169032500283353 absolute error 0.0002510827621144962 relative error 0.02469701734760062% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 67907.21783448839 Order of pole 242704894.4133585 TOP MAIN SOLVE Loop t[1] 2.2109999999999217 x1[1] (analytic) 2.0001972638048584 x1[1] (numeric) 1.999985530615807 absolute error 0.0002117331890514329 relative error 0.010585615373189004% Correct digits 3 h 0.001 x2[1] (analytic) 1.0166854061473036 x2[1] (numeric) 1.016937513505509 absolute error 0.0002521073582053557 relative error 0.02479698800445148% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 67941.45634470442 Order of pole 242949553.6223508 TOP MAIN SOLVE Loop t[1] 2.2119999999999216 x1[1] (analytic) 2.0001970666396525 x1[1] (numeric) 1.999984712468841 absolute error 0.00021235417081144625 relative error 0.010616662445576075% Correct digits 3 h 0.001 x2[1] (analytic) 1.016718711671401 x2[1] (numeric) 1.016971846806044 absolute error 0.0002531351346430899 relative error 0.02489726329782569% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 67974.82881391476 Order of pole 243188555.25895873 TOP MAIN SOLVE Loop t[1] 2.2129999999999215 x1[1] (analytic) 2.0001968696715133 x1[1] (numeric) 1.9999838935033187 absolute error 0.00021297616819460075 relative error 0.01064776029919381% Correct digits 3 h 0.001 x2[1] (analytic) 1.016752083971834 x2[1] (numeric) 1.0170062500709554 absolute error 0.0002541660991213224 relative error 0.024997843931477328% Correct digits 3 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 2578.194210621485 Order of pole 321359.96461931965 TOP MAIN SOLVE Loop t[1] 2.2139999999999214 x1[1] (analytic) 2.000196672900244 x1[1] (numeric) 1.9999830737184214 absolute error 0.00021359918182239923 relative error 0.010678908965121156% Correct digits 3 h 0.001 x2[1] (analytic) 1.0167855231821907 x2[1] (numeric) 1.0170407234415413 absolute error 0.000255200259350552 relative error 0.02509873061054828% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 68043.94561515292 Order of pole 243682884.49557033 TOP MAIN SOLVE Loop t[1] 2.2149999999999213 x1[1] (analytic) 2.0001964763256472 x1[1] (numeric) 1.9999822531133291 absolute error 0.00021422321231812091 relative error 0.010710108474525866% Correct digits 3 h 0.001 x2[1] (analytic) 1.0168190294363257 x2[1] (numeric) 1.0170752670593843 absolute error 0.0002562376230585972 relative error 0.025199924041610696% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 68077.24618072085 Order of pole 243921816.6741332 TOP MAIN SOLVE Loop t[1] 2.215999999999921 x1[1] (analytic) 2.0001962799475272 x1[1] (numeric) 1.9999814316872213 absolute error 0.00021484826030593318 relative error 0.010741358858620088% Correct digits 3 h 0.001 x2[1] (analytic) 1.0168526028683629 x2[1] (numeric) 1.017109881066352 absolute error 0.0002572781979890415 relative error 0.025301424932512816% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 68111.70190565148 Order of pole 244168617.88722795 TOP MAIN SOLVE Loop t[1] 2.216999999999921 x1[1] (analytic) 2.0001960837656867 x1[1] (numeric) 1.9999806094392765 absolute error 0.00021547432641022546 relative error 0.01077266014862707% Correct digits 3 h 0.001 x2[1] (analytic) 1.0168862436126938 x2[1] (numeric) 1.0171445656045963 absolute error 0.0002583219919025659 relative error 0.025403233992508822% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 68145.69722545323 Order of pole 244412415.77174228 TOP MAIN SOLVE Loop t[1] 2.217999999999921 x1[1] (analytic) 2.00019588777993 x1[1] (numeric) 1.9999797863686726 absolute error 0.00021610141125760762 relative error 0.010804012375881057% Correct digits 3 h 0.001 x2[1] (analytic) 1.0169199518039798 x2[1] (numeric) 1.017179320816556 absolute error 0.00025936901257628264 relative error 0.025505351932192034% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 68179.73185979784 Order of pole 244656669.3874449 TOP MAIN SOLVE Loop t[1] 2.218999999999921 x1[1] (analytic) 2.0001956919900614 x1[1] (numeric) 1.9999789624745863 absolute error 0.00021672951547513364 relative error 0.010835415571738494% Correct digits 3 h 0.001 x2[1] (analytic) 1.0169537275771516 x2[1] (numeric) 1.0172141468449558 absolute error 0.00026041926780417946 relative error 0.025607779463537355% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 68213.07133896434 Order of pole 244896367.18533 TOP MAIN SOLVE Loop t[1] 2.2199999999999207 x1[1] (analytic) 2.000195496395885 x1[1] (numeric) 1.9999781377561938 absolute error 0.00021735863969118974 relative error 0.010866869767622425% Correct digits 3 h 0.001 x2[1] (analytic) 1.0169875710674103 x2[1] (numeric) 1.0172490438328072 absolute error 0.00026147276539689734 relative error 0.02571051729987817% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 68248.32783427485 Order of pole 245149107.02209646 TOP MAIN SOLVE Loop t[1] 2.2209999999999206 x1[1] (analytic) 2.0001953009972047 x1[1] (numeric) 1.9999773122126705 absolute error 0.00021798878453416215 relative error 0.010898374994955894% Correct digits 3 h 0.001 x2[1] (analytic) 1.017021482410228 x2[1] (numeric) 1.0172840119234094 absolute error 0.00026252951318150863 relative error 0.02581356615588324% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 68282.02661767062 Order of pole 245391407.61088356 TOP MAIN SOLVE Loop t[1] 2.2219999999999205 x1[1] (analytic) 2.0001951057938254 x1[1] (numeric) 1.9999764858431908 absolute error 0.00021861995063465756 relative error 0.010929931285272943% Correct digits 3 h 0.001 x2[1] (analytic) 1.017055461741347 x2[1] (numeric) 1.0173190512603498 absolute error 0.0002635895190028492 relative error 0.02591692674768646% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 68316.28905332572 Order of pole 245637726.02117893 TOP MAIN SOLVE Loop t[1] 2.2229999999999204 x1[1] (analytic) 2.000194910785552 x1[1] (numeric) 1.9999756586469282 absolute error 0.00021925213862372672 relative error 0.010961538670129809% Correct digits 3 h 0.001 x2[1] (analytic) 1.017089509196783 x2[1] (numeric) 1.0173541619875046 absolute error 0.00026465279072152015 relative error 0.026020599792689045% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 68349.90078328089 Order of pole 245879674.28790963 TOP MAIN SOLVE Loop t[1] 2.2239999999999203 x1[1] (analytic) 2.0001947159721896 x1[1] (numeric) 1.9999748306230556 absolute error 0.00021988534913397473 relative error 0.010993197181160435% Correct digits 3 h 0.001 x2[1] (analytic) 1.0171236249128233 x2[1] (numeric) 1.017389344249039 absolute error 0.000265719336215664 relative error 0.026124586009732945% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 68384.78284113904 Order of pole 246130410.17878714 TOP MAIN SOLVE Loop t[1] 2.22499999999992 x1[1] (analytic) 2.0001945213535426 x1[1] (numeric) 1.999974001770745 absolute error 0.00022051958279756256 relative error 0.011024906849976559% Correct digits 3 h 0.001 x2[1] (analytic) 1.0171578090260278 x2[1] (numeric) 1.0174245981894081 absolute error 0.0002667891633802988 relative error 0.02622888611903406% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 68419.17242241953 Order of pole 246377949.0420394 TOP MAIN SOLVE Loop t[1] 2.22599999999992 x1[1] (analytic) 2.0001943269294173 x1[1] (numeric) 1.9999731720891676 absolute error 0.00022115484024975984 relative error 0.011056667708345317% Correct digits 3 h 0.001 x2[1] (analytic) 1.0171920616732306 x2[1] (numeric) 1.0174599239533577 absolute error 0.0002678622801270958 relative error 0.02633350084215911% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 68452.5466255862 Order of pole 246618748.60572252 TOP MAIN SOLVE Loop t[1] 2.22699999999992 x1[1] (analytic) 2.000194132699619 x1[1] (numeric) 1.9999723415774937 absolute error 0.00022179112212517005 relative error 0.011088479788000545% Correct digits 3 h 0.001 x2[1] (analytic) 1.0172263829915396 x2[1] (numeric) 1.0174953216859246 absolute error 0.0002689386943850458 relative error 0.026438430902089825% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 68486.84602759584 Order of pole 246865927.66319755 TOP MAIN SOLVE Loop t[1] 2.22799999999992 x1[1] (analytic) 2.0001939386639536 x1[1] (numeric) 1.9999715102348927 absolute error 0.00022242842906083915 relative error 0.011120343120798182% Correct digits 3 h 0.001 x2[1] (analytic) 1.0172607731183372 x2[1] (numeric) 1.017530791532437 absolute error 0.000270018414099793 relative error 0.02654367702315618% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 68520.37618745079 Order of pole 247108035.6822029 TOP MAIN SOLVE Loop t[1] 2.2289999999999197 x1[1] (analytic) 2.0001937448222264 x1[1] (numeric) 1.9999706780605333 absolute error 0.000223066761693147 relative error 0.011152257738560859% Correct digits 3 h 0.001 x2[1] (analytic) 1.017295232191281 x2[1] (numeric) 1.0175663336385152 absolute error 0.00027110144723430096 relative error 0.026649239931100556% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 68555.81828579678 Order of pole 247363110.81293148 TOP MAIN SOLVE Loop t[1] 2.2299999999999196 x1[1] (analytic) 2.0001935511742444 x1[1] (numeric) 1.9999698450535832 absolute error 0.00022370612066113793 relative error 0.011184223673244412% Correct digits 3 h 0.001 x2[1] (analytic) 1.0173297603483038 x2[1] (numeric) 1.0176019481500727 absolute error 0.0002721878017688528 relative error 0.026755120353076443% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 68589.43753512875 Order of pole 247606149.75306264 TOP MAIN SOLVE Loop t[1] 2.2309999999999195 x1[1] (analytic) 2.0001933577198137 x1[1] (numeric) 1.9999690112132096 absolute error 0.0002243465066040784 relative error 0.011216240956815775% Correct digits 3 h 0.001 x2[1] (analytic) 1.017364357727616 x2[1] (numeric) 1.0176376352133158 absolute error 0.0002732774856999409 relative error 0.026861319017537952% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 68623.71504856639 Order of pole 247853748.64738142 TOP MAIN SOLVE Loop t[1] 2.2319999999999194 x1[1] (analytic) 2.0001931644587403 x1[1] (numeric) 1.9999681765385786 absolute error 0.0002249879201616789 relative error 0.011248309621264078% Correct digits 3 h 0.001 x2[1] (analytic) 1.0173990244677027 x2[1] (numeric) 1.0176733949747454 absolute error 0.0002743705070427094 relative error 0.026967836654478654% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 68658.3941412358 Order of pole 248104155.33038127 TOP MAIN SOLVE Loop t[1] 2.2329999999999193 x1[1] (analytic) 2.0001929713908315 x1[1] (numeric) 1.9999673410288554 absolute error 0.00022563036197609243 relative error 0.011280429698700554% Correct digits 3 h 0.001 x2[1] (analytic) 1.0174337607073287 x2[1] (numeric) 1.0177092275811566 absolute error 0.0002754668738278454 relative error 0.0270746739951246% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 68692.70849349245 Order of pole 248352184.02026933 TOP MAIN SOLVE Loop t[1] 2.233999999999919 x1[1] (analytic) 2.000192778515894 x1[1] (numeric) 1.9999665046832047 absolute error 0.000226273832689472 relative error 0.011312601221236434% Correct digits 3 h 0.001 x2[1] (analytic) 1.0174685665855348 x2[1] (numeric) 1.0177451331796394 absolute error 0.000276566594104688 relative error 0.027181831772238645% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 68726.68054660725 Order of pole 248598057.22584307 TOP MAIN SOLVE Loop t[1] 2.234999999999919 x1[1] (analytic) 2.0001925858337355 x1[1] (numeric) 1.99996566750079 absolute error 0.00022691833294552488 relative error 0.011344824221060647% Correct digits 3 h 0.001 x2[1] (analytic) 1.0175034422416411 x2[1] (numeric) 1.0177811119175801 absolute error 0.0002776696759390074 relative error 0.027289310719900758% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 68761.54387310559 Order of pole 248850076.77607912 TOP MAIN SOLVE Loop t[1] 2.235999999999919 x1[1] (analytic) 2.0001923933441628 x1[1] (numeric) 1.9999648294807741 absolute error 0.00022756386338862455 relative error 0.011377098730395422% Correct digits 3 h 0.001 x2[1] (analytic) 1.017538387815247 x2[1] (numeric) 1.017817163942661 absolute error 0.00027877612741389335 relative error 0.02739711157359405% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 68797.0957099653 Order of pole 249106924.09363702 TOP MAIN SOLVE Loop t[1] 2.236999999999919 x1[1] (analytic) 2.0001922010469833 x1[1] (numeric) 1.999963990622319 absolute error 0.00022821042466425467 relative error 0.011409424781518492% Correct digits 3 h 0.001 x2[1] (analytic) 1.017573403446231 x2[1] (numeric) 1.0178532894028611 absolute error 0.0002798859566301992 relative error 0.02750523507024705% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 68830.19867660191 Order of pole 249347315.5289777 TOP MAIN SOLVE Loop t[1] 2.2379999999999187 x1[1] (analytic) 2.0001920089420047 x1[1] (numeric) 1.9999631509245859 absolute error 0.00022885801741878709 relative error 0.01144180240675198% Correct digits 3 h 0.001 x2[1] (analytic) 1.0176084892747514 x2[1] (numeric) 1.0178894884464573 absolute error 0.00028099917170587574 relative error 0.02761368194816688% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 68864.69263953115 Order of pole 249597291.0229639 TOP MAIN SOLVE Loop t[1] 2.2389999999999186 x1[1] (analytic) 2.000191817029035 x1[1] (numeric) 1.999962310386735 absolute error 0.00022950664230014794 relative error 0.011474231638495718% Correct digits 3 h 0.001 x2[1] (analytic) 1.0176436454412479 x2[1] (numeric) 1.0179257612220245 absolute error 0.00028211578077663724 relative error 0.027722452947103356% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 68898.94262558816 Order of pole 249845757.34462464 TOP MAIN SOLVE Loop t[1] 2.2399999999999185 x1[1] (analytic) 2.000191625307883 x1[1] (numeric) 1.999961469007926 absolute error 0.00023015629995692954 relative error 0.011506712509182832% Correct digits 3 h 0.001 x2[1] (analytic) 1.0176788720864411 x2[1] (numeric) 1.0179621078784362 absolute error 0.0002832357919950734 relative error 0.02783154880816033% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 68933.60556471751 Order of pole 250097128.53935736 TOP MAIN SOLVE Loop t[1] 2.2409999999999184 x1[1] (analytic) 2.0001914337783555 x1[1] (numeric) 1.9999606267873171 absolute error 0.0002308069910383903 relative error 0.011539245051279748% Correct digits 3 h 0.001 x2[1] (analytic) 1.0177141693513339 x2[1] (numeric) 1.0179985285648654 absolute error 0.0002843592135315376 relative error 0.027940970273881635% Correct digits 3 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 2172.4068584317256 Order of pole 339152.5569163683 TOP MAIN SOLVE Loop t[1] 2.2419999999999183 x1[1] (analytic) 2.000191242440262 x1[1] (numeric) 1.9999597837240666 absolute error 0.00023145871619556502 relative error 0.01157182929734169% Correct digits 3 h 0.001 x2[1] (analytic) 1.0177495373772103 x2[1] (numeric) 1.0180350234307847 absolute error 0.0002854860535743686 relative error 0.0280507180882715% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 69002.5658568459 Order of pole 250597708.60609475 TOP MAIN SOLVE Loop t[1] 2.242999999999918 x1[1] (analytic) 2.0001910512934113 x1[1] (numeric) 1.999958939817331 absolute error 0.00023211147608037663 relative error 0.01160446527996829% Correct digits 3 h 0.001 x2[1] (analytic) 1.0177849763056386 x2[1] (numeric) 1.0180715926259674 absolute error 0.0002866163203287808 relative error 0.028160792996684062% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 69036.89213069576 Order of pole 250847209.0687938 TOP MAIN SOLVE Loop t[1] 2.243999999999918 x1[1] (analytic) 2.0001908603376117 x1[1] (numeric) 1.9999580950662665 absolute error 0.0002327652713451922 relative error 0.011637153031781368% Correct digits 3 h 0.001 x2[1] (analytic) 1.0178204862784705 x2[1] (numeric) 1.018108236300488 absolute error 0.00028775002201752997 relative error 0.028271195745887455% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 69072.0178907747 Order of pole 251102266.90809047 TOP MAIN SOLVE Loop t[1] 2.244999999999918 x1[1] (analytic) 2.0001906695726723 x1[1] (numeric) 1.9999572494700286 absolute error 0.00023342010264371105 relative error 0.011669892585469351% Correct digits 3 h 0.001 x2[1] (analytic) 1.0178560674378407 x2[1] (numeric) 1.0181449546047228 absolute error 0.00028888716688202365 relative error 0.028381927084171518% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 69105.66036683427 Order of pole 251347351.78567302 TOP MAIN SOLVE Loop t[1] 2.245999999999918 x1[1] (analytic) 2.0001904789984026 x1[1] (numeric) 1.9999564030277714 absolute error 0.0002340759706311868 relative error 0.011702683973798363% Correct digits 3 h 0.001 x2[1] (analytic) 1.01789171992617 x2[1] (numeric) 1.01818174768935 absolute error 0.0002900277631801007 relative error 0.02849298776112818% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 69140.12572870211 Order of pole 251598164.8879873 TOP MAIN SOLVE Loop t[1] 2.2469999999999177 x1[1] (analytic) 2.000190288614612 x1[1] (numeric) 1.9999555557386488 absolute error 0.00023473287596331716 relative error 0.01173552722955673% Correct digits 3 h 0.001 x2[1] (analytic) 1.0179274438861632 x2[1] (numeric) 1.018218615705351 absolute error 0.00029117181918780766 relative error 0.028604378527824617% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 69174.7638685113 Order of pole 251850246.26413003 TOP MAIN SOLVE Loop t[1] 2.2479999999999176 x1[1] (analytic) 2.0001900984211103 x1[1] (numeric) 1.9999547076018132 absolute error 0.00023539081929713213 relative error 0.011768422385599376% Correct digits 3 h 0.001 x2[1] (analytic) 1.0179632394608114 x2[1] (numeric) 1.0182555588040108 absolute error 0.0002923193431993987 relative error 0.02871610013680186% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 69209.99630865424 Order of pole 252106607.886807 TOP MAIN SOLVE Loop t[1] 2.2489999999999175 x1[1] (analytic) 2.0001899084177066 x1[1] (numeric) 1.9999538586164165 absolute error 0.00023604980129010578 relative error 0.011801369474803423% Correct digits 3 h 0.001 x2[1] (analytic) 1.0179991067933922 x2[1] (numeric) 1.0182925771369185 absolute error 0.00029347034352622536 relative error 0.028828153341964233% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 69244.9175623212 Order of pole 252360840.3226396 TOP MAIN SOLVE Loop t[1] 2.2499999999999174 x1[1] (analytic) 2.0001897186042115 x1[1] (numeric) 1.9999530087816098 absolute error 0.00023670982260171058 relative error 0.011834368530145897% Correct digits 3 h 0.001 x2[1] (analytic) 1.01803504602747 x2[1] (numeric) 1.018329670855968 absolute error 0.000294624828497847 relative error 0.02894053889868709% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 69279.41715922675 Order of pole 252612486.7281904 TOP MAIN SOLVE Loop t[1] 2.2509999999999173 x1[1] (analytic) 2.000189528980435 x1[1] (numeric) 1.9999521580965431 absolute error 0.00023737088389164107 relative error 0.011867419584614921% Correct digits 3 h 0.001 x2[1] (analytic) 1.0180710573068965 x2[1] (numeric) 1.018366840113358 absolute error 0.0002957828064615864 relative error 0.029053257563771695% Correct digits 3 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1731.419876306325 Order of pole 97663.3419763346 TOP MAIN SOLVE Loop t[1] 2.251999999999917 x1[1] (analytic) 2.0001893395461874 x1[1] (numeric) 1.999951306560366 absolute error 0.00023803298582136811 relative error 0.011900522671287418% Correct digits 3 h 0.001 x2[1] (analytic) 1.0181071407758118 x2[1] (numeric) 1.0184040850615943 absolute error 0.00029694428578252996 relative error 0.029166310095443813% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 69348.08418960945 Order of pole 253113873.63986993 TOP MAIN SOLVE Loop t[1] 2.252999999999917 x1[1] (analytic) 2.000189150301279 x1[1] (numeric) 1.9999504541722268 absolute error 0.0002386961290523626 relative error 0.011933677823240313% Correct digits 3 h 0.001 x2[1] (analytic) 1.0181432965786446 x2[1] (numeric) 1.0184414058534883 absolute error 0.0002981092748437497 relative error 0.029279697253374082% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 69382.58897928464 Order of pole 253365891.05308 TOP MAIN SOLVE Loop t[1] 2.253999999999917 x1[1] (analytic) 2.000188961245522 x1[1] (numeric) 1.9999496009312732 absolute error 0.00023936031424875992 relative error 0.011966885073683726% Correct digits 3 h 0.001 x2[1] (analytic) 1.0181795248601127 x2[1] (numeric) 1.018478802642159 absolute error 0.0002992777820463033 relative error 0.02939341979867656% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 69417.85263525294 Order of pole 253623166.98547155 TOP MAIN SOLVE Loop t[1] 2.254999999999917 x1[1] (analytic) 2.0001887723787255 x1[1] (numeric) 1.9999487468366517 absolute error 0.00024002554207380733 relative error 0.012000144455783382% Correct digits 3 h 0.001 x2[1] (analytic) 1.0182158257652238 x2[1] (numeric) 1.0185162755810333 absolute error 0.00030044981580945596 relative error 0.029507478493929092% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 69452.65853791845 Order of pole 253877572.93993098 TOP MAIN SOLVE Loop t[1] 2.2559999999999167 x1[1] (analytic) 2.000188583700701 x1[1] (numeric) 1.9999478918875084 absolute error 0.00024069181319275046 relative error 0.012033456002804905% Correct digits 3 h 0.001 x2[1] (analytic) 1.018252199439276 x2[1] (numeric) 1.0185538248238464 absolute error 0.0003016253845704586 relative error 0.029621874103150043% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 69487.44852655061 Order of pole 254131943.55369198 TOP MAIN SOLVE Loop t[1] 2.2569999999999166 x1[1] (analytic) 2.000188395211261 x1[1] (numeric) 1.9999470360829885 absolute error 0.0002413591282726113 relative error 0.012066819748102718% Correct digits 3 h 0.001 x2[1] (analytic) 1.0182886460278584 x2[1] (numeric) 1.0185914505246425 absolute error 0.0003028044967841037 relative error 0.029736607391753198% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 69521.78242908281 Order of pole 254383341.38755235 TOP MAIN SOLVE Loop t[1] 2.2579999999999165 x1[1] (analytic) 2.000188206910216 x1[1] (numeric) 1.999946179422236 absolute error 0.0002420274879801898 relative error 0.012100235725020144% Correct digits 3 h 0.001 x2[1] (analytic) 1.0183251656768517 x2[1] (numeric) 1.0186291528377756 absolute error 0.0003039871609238354 relative error 0.029851679126655362% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 69556.11456610983 Order of pole 254634827.83965558 TOP MAIN SOLVE Loop t[1] 2.2589999999999164 x1[1] (analytic) 2.000188018797378 x1[1] (numeric) 1.9999453219043941 absolute error 0.00024269689298384023 relative error 0.012133703966978205% Correct digits 3 h 0.001 x2[1] (analytic) 1.0183617585324287 x2[1] (numeric) 1.01866693191791 absolute error 0.00030517338548130546 relative error 0.029967090076231245% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 69592.1451546581 Order of pole 254898151.31058145 TOP MAIN SOLVE Loop t[1] 2.2599999999999163 x1[1] (analytic) 2.0001878308725587 x1[1] (numeric) 1.9999444635286057 absolute error 0.00024336734395302706 relative error 0.012167224507453427% Correct digits 3 h 0.001 x2[1] (analytic) 1.0183984247410547 x2[1] (numeric) 1.0187047879200208 absolute error 0.0003063631789661514 relative error 0.030082841010290202% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 69626.68929164317 Order of pole 255151430.46330675 TOP MAIN SOLVE Loop t[1] 2.260999999999916 x1[1] (analytic) 2.00018764313557 x1[1] (numeric) 1.999943604294012 absolute error 0.00024403884155810296 relative error 0.012200797379966733% Correct digits 3 h 0.001 x2[1] (analytic) 1.0184351644494887 x2[1] (numeric) 1.018742720999395 absolute error 0.0003075565499062183 relative error 0.030198932700096506% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 69661.45532835335 Order of pole 255406351.35726234 TOP MAIN SOLVE Loop t[1] 2.261999999999916 x1[1] (analytic) 2.0001874555862247 x1[1] (numeric) 1.999942744199754 absolute error 0.00024471138647075286 relative error 0.012234422618105645% Correct digits 3 h 0.001 x2[1] (analytic) 1.0184719778047837 x2[1] (numeric) 1.0187807313116313 absolute error 0.00030875350684755887 relative error 0.0303153659183679% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 69696.17469559253 Order of pole 255660928.51675284 TOP MAIN SOLVE Loop t[1] 2.262999999999916 x1[1] (analytic) 2.000187268224335 x1[1] (numeric) 1.9999418832449716 absolute error 0.00024538497936354986 relative error 0.012268100255502087% Correct digits 3 h 0.001 x2[1] (analytic) 1.0185088649542866 x2[1] (numeric) 1.0188188190126415 absolute error 0.00030995405835487766 relative error 0.030432141439317686% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 69730.44691960143 Order of pole 255912741.19305116 TOP MAIN SOLVE Loop t[1] 2.263999999999916 x1[1] (analytic) 2.000187081049714 x1[1] (numeric) 1.9999410214288038 absolute error 0.0002460596209101773 relative error 0.012301830325843484% Correct digits 3 h 0.001 x2[1] (analytic) 1.01854582604564 x2[1] (numeric) 1.0188569842586508 absolute error 0.00031115821301086477 relative error 0.030549260038587808% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 69764.74730468614 Order of pole 256164811.68075708 TOP MAIN SOLVE Loop t[1] 2.2649999999999157 x1[1] (analytic) 2.0001868940621734 x1[1] (numeric) 1.9999401587503887 absolute error 0.0002467353117847626 relative error 0.012335612862839462% Correct digits 3 h 0.001 x2[1] (analytic) 1.0185828612267813 x2[1] (numeric) 1.0188952272061984 absolute error 0.0003123659794170841 relative error 0.03066672249333456% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 69800.89441573381 Order of pole 256429811.9722802 TOP MAIN SOLVE Loop t[1] 2.2659999999999156 x1[1] (analytic) 2.0001867072615274 x1[1] (numeric) 1.9999392952088637 absolute error 0.0002474120526636536 relative error 0.012369447900310646% Correct digits 3 h 0.001 x2[1] (analytic) 1.0186199706459458 x2[1] (numeric) 1.0189335480121382 absolute error 0.00031357736619241905 relative error 0.03078452958207443% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 69836.38299334652 Order of pole 256690361.99676502 TOP MAIN SOLVE Loop t[1] 2.2669999999999155 x1[1] (analytic) 2.000186520647588 x1[1] (numeric) 1.9999384308033654 absolute error 0.0002480898442225321 relative error 0.012403335472044356% Correct digits 3 h 0.001 x2[1] (analytic) 1.0186571544516636 x2[1] (numeric) 1.0189719468336393 absolute error 0.000314792381975737 relative error 0.030902682084944236% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 69870.99839843986 Order of pole 256944991.81866065 TOP MAIN SOLVE Loop t[1] 2.2679999999999154 x1[1] (analytic) 2.00018633422017 x1[1] (numeric) 1.9999375655330291 absolute error 0.00024876868714085454 relative error 0.012437275612016624% Correct digits 3 h 0.001 x2[1] (analytic) 1.018694412792764 x2[1] (numeric) 1.019010423828187 absolute error 0.0003160110354230028 relative error 0.03102118078341614% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 69905.56935850072 Order of pole 257199454.69171962 TOP MAIN SOLVE Loop t[1] 2.2689999999999153 x1[1] (analytic) 2.0001861479790857 x1[1] (numeric) 1.9999366993969898 absolute error 0.00024944858209585696 relative error 0.012471268354092473% Correct digits 3 h 0.001 x2[1] (analytic) 1.0187317458183731 x2[1] (numeric) 1.0190489791535828 absolute error 0.0003172333352097212 relative error 0.031140026460535947% Correct digits 3 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 2708.179864932763 Order of pole 77269.47702358768 TOP MAIN SOLVE Loop t[1] 2.269999999999915 x1[1] (analytic) 2.0001859619241498 x1[1] (numeric) 1.9999358323943812 absolute error 0.0002501295297685502 relative error 0.01250531373232563% Correct digits 3 h 0.001 x2[1] (analytic) 1.0187691536779167 x2[1] (numeric) 1.019087612967946 absolute error 0.00031845929002938256 relative error 0.031259219900768936% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 69975.52565438065 Order of pole 257714544.11509192 TOP MAIN SOLVE Loop t[1] 2.270999999999915 x1[1] (analytic) 2.0001857760551753 x1[1] (numeric) 1.9999349645243363 absolute error 0.00025081153083905683 relative error 0.01253941178072542% Correct digits 3 h 0.001 x2[1] (analytic) 1.0188066365211188 x2[1] (numeric) 1.0191263254297134 absolute error 0.0003196889085945731 relative error 0.031378761890107326% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 70010.03505978307 Order of pole 257969017.50998902 TOP MAIN SOLVE Loop t[1] 2.271999999999915 x1[1] (analytic) 2.000185590371977 x1[1] (numeric) 1.9999340957859872 absolute error 0.000251494585989942 relative error 0.012573562533423272% Correct digits 3 h 0.001 x2[1] (analytic) 1.018844194498004 x2[1] (numeric) 1.01916511669764 absolute error 0.0003209221996360867 relative error 0.03149865321598153% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 70045.47875509206 Order of pole 258230037.87432134 TOP MAIN SOLVE Loop t[1] 2.272999999999915 x1[1] (analytic) 2.0001854048743697 x1[1] (numeric) 1.9999332261784655 absolute error 0.00025217869590421493 relative error 0.012607766024572812% Correct digits 3 h 0.001 x2[1] (analytic) 1.0188818277588971 x2[1] (numeric) 1.0192039869308007 absolute error 0.000322159171903591 relative error 0.031618894667323975% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 70080.69825546358 Order of pole 258489692.19924468 TOP MAIN SOLVE Loop t[1] 2.2739999999999148 x1[1] (analytic) 2.0001852195621668 x1[1] (numeric) 1.9999323557009012 absolute error 0.00025286386126555094 relative error 0.01264202228836097% Correct digits 3 h 0.001 x2[1] (analytic) 1.018919536454424 x2[1] (numeric) 1.0192429362885893 absolute error 0.0003233998341654054 relative error 0.03173948703454574% Correct digits 3 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1308.7352665611472 Order of pole 39842.82892232276 TOP MAIN SOLVE Loop t[1] 2.2749999999999146 x1[1] (analytic) 2.0001850344351837 x1[1] (numeric) 1.999931484352424 absolute error 0.00025355008275962376 relative error 0.012676331359074575% Correct digits 3 h 0.001 x2[1] (analytic) 1.018957320735512 x2[1] (numeric) 1.0192819649307205 absolute error 0.0003246441952085011 relative error 0.031860431109534966% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 70150.47243739034 Order of pole 259004892.61973053 TOP MAIN SOLVE Loop t[1] 2.2759999999999145 x1[1] (analytic) 2.000184849493235 x1[1] (numeric) 1.9999306121321625 absolute error 0.0002542373610723292 relative error 0.012710693271011556% Correct digits 3 h 0.001 x2[1] (analytic) 1.0189951807533912 x2[1] (numeric) 1.0193210730172302 absolute error 0.000325892263838945 relative error 0.03198172768569891% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 70185.15672976714 Order of pole 259261123.51227856 TOP MAIN SOLVE Loop t[1] 2.2769999999999144 x1[1] (analytic) 2.0001846647361354 x1[1] (numeric) 1.9999297390392445 absolute error 0.0002549256968908953 relative error 0.012745108058536441% Correct digits 3 h 0.001 x2[1] (analytic) 1.019033116659594 x2[1] (numeric) 1.0193602607084755 absolute error 0.0003271440488814559 relative error 0.03210337755791873% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 70220.12499412672 Order of pole 259519671.2822462 TOP MAIN SOLVE Loop t[1] 2.2779999999999143 x1[1] (analytic) 2.0001844801637008 x1[1] (numeric) 1.9999288650727969 absolute error 0.00025561509090388235 relative error 0.012779575756080363% Correct digits 3 h 0.001 x2[1] (analytic) 1.0190711286059562 x2[1] (numeric) 1.0193995281651365 absolute error 0.0003283995591802924 relative error 0.032225381522635065% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 70255.06394739133 Order of pole 259778114.1163814 TOP MAIN SOLVE Loop t[1] 2.278999999999914 x1[1] (analytic) 2.0001842957757465 x1[1] (numeric) 1.9999279902319456 absolute error 0.00025630554380096093 relative error 0.012814096398129955% Correct digits 3 h 0.001 x2[1] (analytic) 1.0191092167446183 x2[1] (numeric) 1.0194388755482156 absolute error 0.00032965880359725475 relative error 0.032347740377650314% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 70290.84531328533 Order of pole 260042433.80187696 TOP MAIN SOLVE Loop t[1] 2.279999999999914 x1[1] (analytic) 2.000184111572088 x1[1] (numeric) 1.999927114515816 absolute error 0.00025699705627202363 relative error 0.012848670019182946% Correct digits 3 h 0.001 x2[1] (analytic) 1.0191473812280247 x2[1] (numeric) 1.0194783030190393 absolute error 0.0003309217910145712 relative error 0.03247045492241034% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 70326.48017556731 Order of pole 260306023.5982602 TOP MAIN SOLVE Loop t[1] 2.280999999999914 x1[1] (analytic) 2.000183927552541 x1[1] (numeric) 1.999926237923532 absolute error 0.0002576896290087394 relative error 0.01288329665382587% Correct digits 3 h 0.001 x2[1] (analytic) 1.0191856222089257 x2[1] (numeric) 1.0195178107392584 absolute error 0.0003321885303326777 relative error 0.0325935259577849% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 70360.98205021251 Order of pole 260561756.60371643 TOP MAIN SOLVE Loop t[1] 2.281999999999914 x1[1] (analytic) 2.0001837437169216 x1[1] (numeric) 1.9999253604542175 absolute error 0.0002583832627041094 relative error 0.012917976336711863% Correct digits 3 h 0.001 x2[1] (analytic) 1.0192239398403775 x2[1] (numeric) 1.0195573988708484 absolute error 0.000333459030470884 relative error 0.032716954286131424% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 70396.64991053354 Order of pole 260825825.41016927 TOP MAIN SOLVE Loop t[1] 2.2829999999999138 x1[1] (analytic) 2.0001835600650457 x1[1] (numeric) 1.9999244821069948 absolute error 0.0002590779580509128 relative error 0.012952709102482956% Correct digits 3 h 0.001 x2[1] (analytic) 1.0192623342757423 x2[1] (numeric) 1.0195970675761103 absolute error 0.0003347333003680397 relative error 0.0328407407113588% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 70431.60095509829 Order of pole 261085010.24321696 TOP MAIN SOLVE Loop t[1] 2.2839999999999137 x1[1] (analytic) 2.0001833765967305 x1[1] (numeric) 1.9999236028809855 absolute error 0.0002597737157450375 relative error 0.012987494985936586% Correct digits 3 h 0.001 x2[1] (analytic) 1.0193008056686899 x2[1] (numeric) 1.019636817017672 absolute error 0.0003360113489820904 relative error 0.03296488603888207% Correct digits 3 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 5255.992792765432 Order of pole 496136.2896587097 TOP MAIN SOLVE Loop t[1] 2.2849999999999135 x1[1] (analytic) 2.0001831933117913 x1[1] (numeric) 1.9999227227753105 absolute error 0.00026047053648081686 relative error 0.013022334021792491% Correct digits 3 h 0.001 x2[1] (analytic) 1.0193393541731974 x2[1] (numeric) 1.0196766473584873 absolute error 0.0003372931852898553 relative error 0.03308939107559908% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 70501.74886027307 Order of pole 261605360.28659827 TOP MAIN SOLVE Loop t[1] 2.2859999999999134 x1[1] (analytic) 2.0001830102100455 x1[1] (numeric) 1.9999218417890896 absolute error 0.0002611684209559151 relative error 0.013057226244936906% Correct digits 3 h 0.001 x2[1] (analytic) 1.0193779799435507 x2[1] (numeric) 1.0197165587618384 absolute error 0.00033857881828769365 relative error 0.03321425662995417% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 70537.81316764398 Order of pole 261872760.89898935 TOP MAIN SOLVE Loop t[1] 2.2869999999999133 x1[1] (analytic) 2.0001828272913103 x1[1] (numeric) 1.9999209599214418 absolute error 0.0002618673698684404 relative error 0.013092171690278268% Correct digits 3 h 0.001 x2[1] (analytic) 1.0194166831343447 x2[1] (numeric) 1.0197565513913354 absolute error 0.0003398682569906164 relative error 0.03333948351184935% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 70571.97530397699 Order of pole 262127002.42644367 TOP MAIN SOLVE Loop t[1] 2.287999999999913 x1[1] (analytic) 2.000182644555402 x1[1] (numeric) 1.9999200771714853 absolute error 0.0002625673839167231 relative error 0.01312717039273612% Correct digits 3 h 0.001 x2[1] (analytic) 1.0194554639004834 x2[1] (numeric) 1.0197966254109172 absolute error 0.0003411615104338406 relative error 0.0334650725327952% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 70608.482357243 Order of pole 262397725.3782869 TOP MAIN SOLVE Loop t[1] 2.288999999999913 x1[1] (analytic) 2.0001824620021385 x1[1] (numeric) 1.9999191935383374 absolute error 0.0002632684638010918 relative error 0.013162222387329899% Correct digits 3 h 0.001 x2[1] (analytic) 1.019494322397181 x2[1] (numeric) 1.0198367809848523 absolute error 0.00034245858767123494 relative error 0.03359102450575666% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 70643.14544389938 Order of pole 262655712.0330392 TOP MAIN SOLVE Loop t[1] 2.289999999999913 x1[1] (analytic) 2.000182279631337 x1[1] (numeric) 1.9999183090211143 absolute error 0.0002639706102225414 relative error 0.013197327709112347% Correct digits 3 h 0.001 x2[1] (analytic) 1.0195332587799635 x2[1] (numeric) 1.0198770182777395 absolute error 0.00034375949777598613 relative error 0.03371734024521672% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 70678.4923855964 Order of pole 262918629.9013482 TOP MAIN SOLVE Loop t[1] 2.290999999999913 x1[1] (analytic) 2.0001820974428153 x1[1] (numeric) 1.9999174236189317 absolute error 0.00026467382388362104 relative error 0.013232486393213906% Correct digits 3 h 0.001 x2[1] (analytic) 1.0195722732046673 x2[1] (numeric) 1.0199173374545083 absolute error 0.0003450642498410428 relative error 0.0338440205672183% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 70714.97314102405 Order of pole 263189515.94271934 TOP MAIN SOLVE Loop t[1] 2.2919999999999128 x1[1] (analytic) 2.0001819154363907 x1[1] (numeric) 1.9999165373309038 absolute error 0.0002653781054868798 relative error 0.01326769847476502% Correct digits 3 h 0.001 x2[1] (analytic) 1.019611365827441 x2[1] (numeric) 1.0199577386804197 absolute error 0.0003463728529786714 relative error 0.03397106628931905% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 70749.92312300803 Order of pole 263449953.97295892 TOP MAIN SOLVE Loop t[1] 2.2929999999999127 x1[1] (analytic) 2.000181733611882 x1[1] (numeric) 1.9999156501561448 absolute error 0.00026608345573708725 relative error 0.013302963989007134% Correct digits 3 h 0.001 x2[1] (analytic) 1.0196505368047466 x2[1] (numeric) 1.019998222121067 absolute error 0.0003476853163204563 relative error 0.03409847823058958% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 70785.55066639534 Order of pole 263715291.17354342 TOP MAIN SOLVE Loop t[1] 2.2939999999999126 x1[1] (analytic) 2.0001815519691064 x1[1] (numeric) 1.9999147620937672 absolute error 0.00026678987533923504 relative error 0.013338282971192793% Correct digits 3 h 0.001 x2[1] (analytic) 1.0196897862933587 x2[1] (numeric) 1.0200387879423765 absolute error 0.0003490016490177439 relative error 0.03422625721165537% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 70819.66273283682 Order of pole 263970082.73886472 TOP MAIN SOLVE Loop t[1] 2.2949999999999124 x1[1] (analytic) 2.000181370507883 x1[1] (numeric) 1.9999138731428832 absolute error 0.0002674973649998691 relative error 0.013373655456652242% Correct digits 3 h 0.001 x2[1] (analytic) 1.0197291144503664 x2[1] (numeric) 1.0200794363106074 absolute error 0.00035032186024097633 relative error 0.034354404054629716% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 70854.86774406456 Order of pole 264232696.03890744 TOP MAIN SOLVE Loop t[1] 2.2959999999999123 x1[1] (analytic) 2.00018118922803 x1[1] (numeric) 1.9999129833026035 absolute error 0.00026820592542664556 relative error 0.013409081480771232% Correct digits 3 h 0.001 x2[1] (analytic) 1.0197685214331726 x2[1] (numeric) 1.0201201673923537 absolute error 0.0003516459591810239 relative error 0.03448291958324269% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 70891.89440385591 Order of pole 264508192.90221775 TOP MAIN SOLVE Loop t[1] 2.2969999999999122 x1[1] (analytic) 2.0001810081293665 x1[1] (numeric) 1.9999120925720384 absolute error 0.0002689155573281088 relative error 0.01344456107897991% Correct digits 3 h 0.001 x2[1] (analytic) 1.0198080073994964 x2[1] (numeric) 1.0201609813545442 absolute error 0.0003529739550478528 relative error 0.03461180462270874% Correct digits 3 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1900.4459088090864 Order of pole 234200.50210933306 TOP MAIN SOLVE Loop t[1] 2.297999999999912 x1[1] (analytic) 2.000180827211711 x1[1] (numeric) 1.9999112009502973 absolute error 0.0002696262614136913 relative error 0.013480094286752826% Correct digits 3 h 0.001 x2[1] (analytic) 1.0198475725073721 x2[1] (numeric) 1.020201878364443 absolute error 0.00035430585707096895 relative error 0.03474105999976852% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 70962.49404191307 Order of pole 265035474.47080198 TOP MAIN SOLVE Loop t[1] 2.298999999999912 x1[1] (analytic) 2.000180646474883 x1[1] (numeric) 1.9999103084364884 absolute error 0.00027033803839437986 relative error 0.013515681139642235% Correct digits 3 h 0.001 x2[1] (analytic) 1.0198872169151507 x2[1] (numeric) 1.0202428585896506 absolute error 0.0003556416744998625 relative error 0.03487068654273074% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 70996.3192318815 Order of pole 265288968.78643954 TOP MAIN SOLVE Loop t[1] 2.299999999999912 x1[1] (analytic) 2.0001804659187012 x1[1] (numeric) 1.9999094150297194 absolute error 0.0002710508889818275 relative error 0.013551321673233687% Correct digits 3 h 0.001 x2[1] (analytic) 1.0199269407815001 x2[1] (numeric) 1.0202839221981042 absolute error 0.0003569814166040075 relative error 0.035000685081470355% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 71033.1261577383 Order of pole 265563511.6354599 TOP MAIN SOLVE Loop t[1] 2.300999999999912 x1[1] (analytic) 2.000180285542985 x1[1] (numeric) 1.9999085207290968 absolute error 0.0002717648138883533 relative error 0.013587015923146038% Correct digits 3 h 0.001 x2[1] (analytic) 1.0199667442654061 x2[1] (numeric) 1.0203250693580783 absolute error 0.0003583250926721959 relative error 0.03513105644736158% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 71068.69835355839 Order of pole 265829510.93172416 TOP MAIN SOLVE Loop t[1] 2.3019999999999117 x1[1] (analytic) 2.000180105347555 x1[1] (numeric) 1.9999076255337263 absolute error 0.0002724798138287188 relative error 0.013622763925120242% Correct digits 3 h 0.001 x2[1] (analytic) 1.0200066275261732 x2[1] (numeric) 1.0203663002381864 absolute error 0.0003596727120132037 relative error 0.03526180147334137% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 71104.13768573786 Order of pole 266094671.97919893 TOP MAIN SOLVE Loop t[1] 2.3029999999999116 x1[1] (analytic) 2.00017992533223 x1[1] (numeric) 1.9999067294427126 absolute error 0.00027319588951746354 relative error 0.013658565714886158% Correct digits 3 h 0.001 x2[1] (analytic) 1.0200465907234244 x2[1] (numeric) 1.0204076150073802 absolute error 0.0003610242839557909 relative error 0.03539292099390773% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 71140.07830452305 Order of pole 266363643.03531218 TOP MAIN SOLVE Loop t[1] 2.3039999999999115 x1[1] (analytic) 2.0001797454968306 x1[1] (numeric) 1.9999058324551597 absolute error 0.00027391304167090347 relative error 0.013694421328262445% Correct digits 3 h 0.001 x2[1] (analytic) 1.0200866340171024 x2[1] (numeric) 1.0204490138349513 absolute error 0.0003623798178489235 relative error 0.03552441584513967% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 71175.23269085096 Order of pole 266627163.43107954 TOP MAIN SOLVE Loop t[1] 2.3049999999999113 x1[1] (analytic) 2.0001795658411767 x1[1] (numeric) 1.9999049345701707 absolute error 0.0002746312710060206 relative error 0.013730330801101061% Correct digits 3 h 0.001 x2[1] (analytic) 1.0201267575674704 x2[1] (numeric) 1.0204904968905317 absolute error 0.0003637393230613295 relative error 0.03565628686465192% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 71210.4256224469 Order of pole 266891152.61868665 TOP MAIN SOLVE Loop t[1] 2.3059999999999112 x1[1] (analytic) 2.0001793863650885 x1[1] (numeric) 1.9999040357868476 absolute error 0.00027535057824090714 relative error 0.013766294169309471% Correct digits 3 h 0.001 x2[1] (analytic) 1.0201669615351128 x2[1] (numeric) 1.020532064344094 absolute error 0.0003651028089812769 relative error 0.03578853489157133% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 71245.94306828693 Order of pole 267157482.6427657 TOP MAIN SOLVE Loop t[1] 2.306999999999911 x1[1] (analytic) 2.0001792070683866 x1[1] (numeric) 1.9999031361042916 absolute error 0.00027607096409498766 relative error 0.013802311468861737% Correct digits 3 h 0.001 x2[1] (analytic) 1.0202072460809346 x2[1] (numeric) 1.0205737163659525 absolute error 0.0003664702850179058 relative error 0.03592116076666575% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 71281.74344015469 Order of pole 267425905.78253752 TOP MAIN SOLVE Loop t[1] 2.307999999999911 x1[1] (analytic) 2.000179027950892 x1[1] (numeric) 1.9999022355216032 absolute error 0.0002767924292887969 relative error 0.01383838273578742% Correct digits 3 h 0.001 x2[1] (analytic) 1.0202476113661643 x2[1] (numeric) 1.0206154531267642 absolute error 0.00036784176059989626 relative error 0.03605416533221158% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 71317.18637795393 Order of pole 267692001.19264576 TOP MAIN SOLVE Loop t[1] 2.308999999999911 x1[1] (analytic) 2.0001788490124253 x1[1] (numeric) 1.9999013340378815 absolute error 0.00027751497454375773 relative error 0.013874508006160493% Correct digits 3 h 0.001 x2[1] (analytic) 1.0202880575523525 x2[1] (numeric) 1.0206572747975284 absolute error 0.00036921724517591237 relative error 0.0361875494320355% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 71354.83523145954 Order of pole 267973771.29344705 TOP MAIN SOLVE Loop t[1] 2.309999999999911 x1[1] (analytic) 2.0001786702528075 x1[1] (numeric) 1.9999004316522253 absolute error 0.0002782386005821813 relative error 0.013910687316099318% Correct digits 3 h 0.001 x2[1] (analytic) 1.0203285848013735 x2[1] (numeric) 1.020699181549589 absolute error 0.0003705967482154904 relative error 0.036321313911599776% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 71389.06631423853 Order of pole 268231712.1592565 TOP MAIN SOLVE Loop t[1] 2.3109999999999107 x1[1] (analytic) 2.00017849167186 x1[1] (numeric) 1.999899528363732 absolute error 0.00027896330812815506 relative error 0.013946920701811069% Correct digits 3 h 0.001 x2[1] (analytic) 1.0203691932754255 x2[1] (numeric) 1.0207411735546335 absolute error 0.00037198027920792853 relative error 0.03645545961789155% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 71424.07502570495 Order of pole 268495047.7442042 TOP MAIN SOLVE Loop t[1] 2.3119999999999106 x1[1] (analytic) 2.000178313269404 x1[1] (numeric) 1.9998986241714984 absolute error 0.00027968909790576646 relative error 0.013983208199502916% Correct digits 3 h 0.001 x2[1] (analytic) 1.0204098831370318 x2[1] (numeric) 1.0207832509846948 absolute error 0.00037336784766295317 relative error 0.03658998739948633% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 71460.33002517922 Order of pole 268767581.8507428 TOP MAIN SOLVE Loop t[1] 2.3129999999999105 x1[1] (analytic) 2.0001781350452617 x1[1] (numeric) 1.9998977190746203 absolute error 0.0002804159706413234 relative error 0.014019549845493032% Correct digits 3 h 0.001 x2[1] (analytic) 1.0204506545490413 x2[1] (numeric) 1.0208254140121515 absolute error 0.00037475946311027464 relative error 0.03672489810650264% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 71496.37611245582 Order of pole 269038531.6415358 TOP MAIN SOLVE Loop t[1] 2.3139999999999104 x1[1] (analytic) 2.0001779569992544 x1[1] (numeric) 1.9998968130721928 absolute error 0.00028114392706157787 relative error 0.01405594567612179% Correct digits 3 h 0.001 x2[1] (analytic) 1.0204915076746288 x2[1] (numeric) 1.0208676628097288 absolute error 0.0003761551351000314 relative error 0.036860192590643666% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 71532.65677497249 Order of pole 269311433.28930146 TOP MAIN SOLVE Loop t[1] 2.3149999999999102 x1[1] (analytic) 2.000177779131204 x1[1] (numeric) 1.9998959061633097 absolute error 0.00028187296789417005 relative error 0.01409239572777397% Correct digits 3 h 0.001 x2[1] (analytic) 1.0205324426772957 x2[1] (numeric) 1.020909997550499 absolute error 0.0003775548732032341 relative error 0.036995871705239006% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 71567.97015614329 Order of pole 269577648.962933 TOP MAIN SOLVE Loop t[1] 2.31599999999991 x1[1] (analytic) 2.0001776014409325 x1[1] (numeric) 1.999894998347064 absolute error 0.00028260309386851645 relative error 0.014128900036923148% Correct digits 3 h 0.001 x2[1] (analytic) 1.020573459720871 x2[1] (numeric) 1.020952418407882 absolute error 0.0003789586870108774 relative error 0.03713193630515567% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 71603.54567421641 Order of pole 269845715.99177074 TOP MAIN SOLVE Loop t[1] 2.31699999999991 x1[1] (analytic) 2.0001774239282626 x1[1] (numeric) 1.9998940896225479 absolute error 0.00028333430571469975 relative error 0.014165458640076206% Correct digits 3 h 0.001 x2[1] (analytic) 1.020614558969512 x2[1] (numeric) 1.0209949255556467 absolute error 0.0003803665861348282 relative error 0.03726838724688334% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 71639.29788617794 Order of pole 270115339.88611996 TOP MAIN SOLVE Loop t[1] 2.31799999999991 x1[1] (analytic) 2.000177246593017 x1[1] (numeric) 1.9998931799888529 absolute error 0.00028406660416413487 relative error 0.014202071573806624% Correct digits 3 h 0.001 x2[1] (analytic) 1.0206557405877044 x2[1] (numeric) 1.021037519167911 absolute error 0.0003817785802067153 relative error 0.037405225388423634% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 71674.63954588566 Order of pole 270382138.7579744 TOP MAIN SOLVE Loop t[1] 2.31899999999991 x1[1] (analytic) 2.0001770694350176 x1[1] (numeric) 1.9998922694450691 absolute error 0.0002847999899484588 relative error 0.014238738874698986% Correct digits 3 h 0.001 x2[1] (analytic) 1.020697004740263 x2[1] (numeric) 1.0210801994191427 absolute error 0.0003831946788797058 relative error 0.037542451589462386% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 71711.50754747885 Order of pole 270659922.40157384 TOP MAIN SOLVE Loop t[1] 2.3199999999999097 x1[1] (analytic) 2.0001768924540877 x1[1] (numeric) 1.9998913579902862 absolute error 0.0002855344638015289 relative error 0.01427546057944888% Correct digits 3 h 0.001 x2[1] (analytic) 1.0207383515923336 x2[1] (numeric) 1.0211229664841603 absolute error 0.0003846148918267289 relative error 0.037680066711193574% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 71746.6230527142 Order of pole 270925411.38627523 TOP MAIN SOLVE Loop t[1] 2.3209999999999096 x1[1] (analytic) 2.0001767156500505 x1[1] (numeric) 1.9998904456235926 absolute error 0.0002862700264578688 relative error 0.014312236724785193% Correct digits 3 h 0.001 x2[1] (analytic) 1.0207797813093922 x2[1] (numeric) 1.0211658205381338 absolute error 0.0003860392287415859 relative error 0.03781807161642632% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 71782.14282357579 Order of pole 271193813.7028468 TOP MAIN SOLVE Loop t[1] 2.3219999999999095 x1[1] (analytic) 2.000176539022729 x1[1] (numeric) 1.999889532344076 absolute error 0.0002870066786528902 relative error 0.014349067347481212% Correct digits 3 h 0.001 x2[1] (analytic) 1.0208212940572456 x2[1] (numeric) 1.0212087617565848 absolute error 0.00038746769933917236 relative error 0.037956467169604706% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 71819.29105517769 Order of pole 271474001.78924114 TOP MAIN SOLVE Loop t[1] 2.3229999999999094 x1[1] (analytic) 2.0001763625719464 x1[1] (numeric) 1.999888618150823 absolute error 0.0002877444211233371 relative error 0.014385952484376833% Correct digits 3 h 0.001 x2[1] (analytic) 1.0208628900020336 x2[1] (numeric) 1.0212517903153882 absolute error 0.00038890031335458985 relative error 0.03809525423671882% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 71854.41774463735 Order of pole 271740016.46139663 TOP MAIN SOLVE Loop t[1] 2.3239999999999092 x1[1] (analytic) 2.000176186297526 x1[1] (numeric) 1.9998877030429196 absolute error 0.00028848325460639757 relative error 0.014422892172334148% Correct digits 3 h 0.001 x2[1] (analytic) 1.020904569310228 x2[1] (numeric) 1.0212949063907721 absolute error 0.00039033708054403427 relative error 0.038234433685389875% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 71890.81440880855 Order of pole 272015198.78154105 TOP MAIN SOLVE Loop t[1] 2.324999999999909 x1[1] (analytic) 2.0001760101992923 x1[1] (numeric) 1.9998867870194506 absolute error 0.0002892231798417022 relative error 0.014459886448337353% Correct digits 3 h 0.001 x2[1] (analytic) 1.0209463321486345 x2[1] (numeric) 1.0213381101593189 absolute error 0.0003917780106843516 relative error 0.0383740063848248% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 71926.08656243126 Order of pole 272282457.7483012 TOP MAIN SOLVE Loop t[1] 2.325999999999909 x1[1] (analytic) 2.000175834277069 x1[1] (numeric) 1.9998858700795 absolute error 0.0002899641975688816 relative error 0.014496935349370644% Correct digits 3 h 0.001 x2[1] (analytic) 1.0209881786843922 x2[1] (numeric) 1.0213814017979659 absolute error 0.0003932231135737041 relative error 0.038513973205879515% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 71962.67447081338 Order of pole 272559280.86544 TOP MAIN SOLVE Loop t[1] 2.326999999999909 x1[1] (analytic) 2.00017565853068 x1[1] (numeric) 1.9998849522221507 absolute error 0.0002907063085291206 relative error 0.014534038912495923% Correct digits 3 h 0.001 x2[1] (analytic) 1.0210301090849756 x2[1] (numeric) 1.0214247814840058 absolute error 0.0003946723990302381 relative error 0.03865433502092653% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 71999.23793174741 Order of pole 272835982.3026519 TOP MAIN SOLVE Loop t[1] 2.327999999999909 x1[1] (analytic) 2.000175482959949 x1[1] (numeric) 1.9998840334464851 absolute error 0.0002914495134638262 relative error 0.014571197174786193% Correct digits 3 h 0.001 x2[1] (analytic) 1.0210721235181939 x2[1] (numeric) 1.021468249395088 absolute error 0.0003961258768940823 relative error 0.03879509270404873% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 72034.07624195056 Order of pole 273100731.63119113 TOP MAIN SOLVE Loop t[1] 2.3289999999999087 x1[1] (analytic) 2.0001753075647013 x1[1] (numeric) 1.9998831137515842 absolute error 0.0002921938131170698 relative error 0.01460841017344766% Correct digits 3 h 0.001 x2[1] (analytic) 1.021114222152193 x2[1] (numeric) 1.0215118057092183 absolute error 0.0003975835570253494 relative error 0.038936247130841664% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 72070.19729247 Order of pole 273374655.6656328 TOP MAIN SOLVE Loop t[1] 2.3299999999999086 x1[1] (analytic) 2.000175132344761 x1[1] (numeric) 1.9998821931365285 absolute error 0.0002929392082324789 relative error 0.014645677945664324% Correct digits 3 h 0.001 x2[1] (analytic) 1.021156405155455 x2[1] (numeric) 1.0215554506047608 absolute error 0.00039904544930591257 relative error 0.039077799178585594% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 72107.2307072539 Order of pole 273655211.7636406 TOP MAIN SOLVE Loop t[1] 2.3309999999999085 x1[1] (analytic) 2.0001749572999534 x1[1] (numeric) 1.9998812716003973 absolute error 0.0002936856995561232 relative error 0.0146830005287423% Correct digits 3 h 0.001 x2[1] (analytic) 1.0211986726967994 x2[1] (numeric) 1.0215991842604382 absolute error 0.0004005115636387391 relative error 0.03921974972617827% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 72143.2086909637 Order of pole 273928394.88432467 TOP MAIN SOLVE Loop t[1] 2.3319999999999084 x1[1] (analytic) 2.000174782430103 x1[1] (numeric) 1.999880349142269 absolute error 0.0002944332878338507 relative error 0.014720377959976596% Correct digits 3 h 0.001 x2[1] (analytic) 1.0212410249453843 x2[1] (numeric) 1.0216430068553317 absolute error 0.0004019819099474464 relative error 0.039362099654089426% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 72178.07404707435 Order of pole 274193813.1406377 TOP MAIN SOLVE Loop t[1] 2.3329999999999083 x1[1] (analytic) 2.000174607735035 x1[1] (numeric) 1.9998794257612211 absolute error 0.0002951819738139516 relative error 0.014757810276784328% Correct digits 3 h 0.001 x2[1] (analytic) 1.0212834620707063 x2[1] (numeric) 1.021686918568883 absolute error 0.00040345649817674634 relative error 0.03950484984440235% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 72215.12046663163 Order of pole 274474812.43074393 TOP MAIN SOLVE Loop t[1] 2.333999999999908 x1[1] (analytic) 2.0001744332145748 x1[1] (numeric) 1.9998785014563305 absolute error 0.0002959317582442722 relative error 0.014795297516560408% Correct digits 3 h 0.001 x2[1] (analytic) 1.021325984242601 x2[1] (numeric) 1.0217309195808943 absolute error 0.00040493533829333295 relative error 0.03964800118089882% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 72250.43513591001 Order of pole 274743779.0589555 TOP MAIN SOLVE Loop t[1] 2.334999999999908 x1[1] (analytic) 2.000174258868548 x1[1] (numeric) 1.9998775762266725 absolute error 0.00029668264187532323 relative error 0.014832839716832958% Correct digits 3 h 0.001 x2[1] (analytic) 1.0213685916312443 x2[1] (numeric) 1.021775010071529 absolute error 0.0004064184402847726 relative error 0.0397915545489484% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 72287.29590303762 Order of pole 275023851.7450697 TOP MAIN SOLVE Loop t[1] 2.335999999999908 x1[1] (analytic) 2.0001740846967797 x1[1] (numeric) 1.999876650071322 absolute error 0.00029743462545761545 relative error 0.014870436915130096% Correct digits 3 h 0.001 x2[1] (analytic) 1.021411284407153 x2[1] (numeric) 1.0218191902213127 absolute error 0.0004079058141597258 relative error 0.03993551083552815% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 72323.21708371307 Order of pole 275297367.21512556 TOP MAIN SOLVE Loop t[1] 2.336999999999908 x1[1] (analytic) 2.000173910699096 x1[1] (numeric) 1.9998757229893531 absolute error 0.00029818770974276987 relative error 0.014908089149035447% Correct digits 3 h 0.001 x2[1] (analytic) 1.0214540627411859 x2[1] (numeric) 1.0218634602111336 absolute error 0.0004093974699477254 relative error 0.040079870929198874% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 72359.16561267464 Order of pole 275571207.646547 TOP MAIN SOLVE Loop t[1] 2.3379999999999077 x1[1] (analytic) 2.000173736875323 x1[1] (numeric) 1.9998747949798386 absolute error 0.0002989418954846279 relative error 0.014945796456243634% Correct digits 3 h 0.001 x2[1] (analytic) 1.0214969268045426 x2[1] (numeric) 1.0219078202222436 absolute error 0.00041089341770095267 relative error 0.04022463572027708% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 72395.15832421288 Order of pole 275845536.6351035 TOP MAIN SOLVE Loop t[1] 2.3389999999999076 x1[1] (analytic) 2.0001735632252875 x1[1] (numeric) 1.9998738660418502 absolute error 0.00029969718343725305 relative error 0.014983558874460384% Correct digits 3 h 0.001 x2[1] (analytic) 1.021539876768767 x2[1] (numeric) 1.021952270436259 absolute error 0.000412393667492017 relative error 0.04036980610061543% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 72431.73992415953 Order of pole 276124165.1837099 TOP MAIN SOLVE Loop t[1] 2.3399999999999075 x1[1] (analytic) 2.0001733897488148 x1[1] (numeric) 1.9998729361744594 absolute error 0.0003004535743553749 relative error 0.01502137644142473% Correct digits 3 h 0.001 x2[1] (analytic) 1.0215829128057452 x2[1] (numeric) 1.0219968110351607 absolute error 0.00041389822941551024 relative error 0.04051538296375297% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 72468.01520725914 Order of pole 276400782.12426114 TOP MAIN SOLVE Loop t[1] 2.3409999999999074 x1[1] (analytic) 2.000173216445732 x1[1] (numeric) 1.999872005376736 absolute error 0.00030121106899616557 relative error 0.015059249194997801% Correct digits 3 h 0.001 x2[1] (analytic) 1.0216260350877089 x2[1] (numeric) 1.022041442201296 absolute error 0.00041540711358711846 relative error 0.04066136720482606% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 72503.88212206229 Order of pole 276674578.6428698 TOP MAIN SOLVE Loop t[1] 2.3419999999999073 x1[1] (analytic) 2.0001730433158658 x1[1] (numeric) 1.9998710736477494 absolute error 0.00030196966811635306 relative error 0.015097177173018537% Correct digits 3 h 0.001 x2[1] (analytic) 1.0216692437872332 x2[1] (numeric) 1.022086164117378 absolute error 0.0004169203301447322 relative error 0.040807759720675074% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 72541.02330389283 Order of pole 276957783.2511923 TOP MAIN SOLVE Loop t[1] 2.342999999999907 x1[1] (analytic) 2.0001728703590427 x1[1] (numeric) 1.9998701409865678 absolute error 0.00030272937247488585 relative error 0.015135160413436873% Correct digits 3 h 0.001 x2[1] (analytic) 1.02171253907724 x2[1] (numeric) 1.022130976966487 absolute error 0.0004184378892471141 relative error 0.04095456140971182% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 72577.4428406306 Order of pole 277235851.4924105 TOP MAIN SOLVE Loop t[1] 2.343999999999907 x1[1] (analytic) 2.00017269757509 x1[1] (numeric) 1.9998692073922584 absolute error 0.0003034901828318226 relative error 0.01517319895425825% Correct digits 3 h 0.001 x2[1] (analytic) 1.0217559211309968 x2[1] (numeric) 1.0221758809320716 absolute error 0.00041995980107478736 relative error 0.04110177317200449% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 72612.98392055302 Order of pole 277507812.0455189 TOP MAIN SOLVE Loop t[1] 2.344999999999907 x1[1] (analytic) 2.000172524963835 x1[1] (numeric) 1.999868272863888 absolute error 0.000304252099947222 relative error 0.01521129283348811% Correct digits 3 h 0.001 x2[1] (analytic) 1.0217993901221183 x2[1] (numeric) 1.0222208761979488 absolute error 0.0004214860758304795 relative error 0.04124939590931899% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 72649.49917414578 Order of pole 277786854.4525426 TOP MAIN SOLVE Loop t[1] 2.345999999999907 x1[1] (analytic) 2.0001723525251047 x1[1] (numeric) 1.9998673374005216 absolute error 0.00030501512458314117 relative error 0.0152494420892318% Correct digits 3 h 0.001 x2[1] (analytic) 1.0218429462245668 x2[1] (numeric) 1.0222659629483053 absolute error 0.00042301672373845634 relative error 0.04139743052505169% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 72685.72498194792 Order of pole 278064001.52601194 TOP MAIN SOLVE Loop t[1] 2.3469999999999067 x1[1] (analytic) 2.000172180258727 x1[1] (numeric) 1.999866401001224 absolute error 0.00030577925750319146 relative error 0.015287646759672369% Correct digits 3 h 0.001 x2[1] (analytic) 1.021886589612653 x2[1] (numeric) 1.0223111413676975 absolute error 0.00042455175504452214 relative error 0.04154587792422727% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 72720.2496564859 Order of pole 278329176.067523 TOP MAIN SOLVE Loop t[1] 2.3479999999999066 x1[1] (analytic) 2.00017200816453 x1[1] (numeric) 1.9998654636650586 absolute error 0.00030654449947142837 relative error 0.015325906883015066% Correct digits 3 h 0.001 x2[1] (analytic) 1.021930320461037 x2[1] (numeric) 1.0223564116410533 absolute error 0.00042609118001624147 relative error 0.04169473901351838% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 72757.8662850897 Order of pole 278616535.29910654 TOP MAIN SOLVE Loop t[1] 2.3489999999999065 x1[1] (analytic) 2.000171836242341 x1[1] (numeric) 1.9998645253910883 absolute error 0.00030731085125279556 relative error 0.015364222497509546% Correct digits 3 h 0.001 x2[1] (analytic) 1.0219741389447277 x2[1] (numeric) 1.0224017739536715 absolute error 0.00042763500894382744 relative error 0.04184401470133048% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 72794.91032097858 Order of pole 278899960.7609328 TOP MAIN SOLVE Loop t[1] 2.3499999999999064 x1[1] (analytic) 2.000171664491988 x1[1] (numeric) 1.9998635861783747 absolute error 0.0003080783136133469 relative error 0.015402593641460967% Correct digits 3 h 0.001 x2[1] (analytic) 1.0220180452390852 x2[1] (numeric) 1.0224472284912238 absolute error 0.00042918325213858743 relative error 0.0419937058976475% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 72831.28519948665 Order of pole 279178842.5245207 TOP MAIN SOLVE Loop t[1] 2.3509999999999063 x1[1] (analytic) 2.0001714929133 x1[1] (numeric) 1.9998626460259787 absolute error 0.00030884688732113474 relative error 0.015441020353274385% Correct digits 3 h 0.001 x2[1] (analytic) 1.0220620395198208 x2[1] (numeric) 1.022492775439755 absolute error 0.0004307359199342553 relative error 0.042143813514160175% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 72867.36404567705 Order of pole 279455708.5436476 TOP MAIN SOLVE Loop t[1] 2.351999999999906 x1[1] (analytic) 2.0001713215061043 x1[1] (numeric) 1.9998617049329601 absolute error 0.0003096165731442113 relative error 0.015479502671354865% Correct digits 3 h 0.001 x2[1] (analytic) 1.0221061219629977 x2[1] (numeric) 1.0225384149856835 absolute error 0.0004322930226858812 relative error 0.0422943384641552% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 72904.99482167777 Order of pole 279743767.1387778 TOP MAIN SOLVE Loop t[1] 2.352999999999906 x1[1] (analytic) 2.0001711502702304 x1[1] (numeric) 1.9998607628983778 absolute error 0.0003103873718526273 relative error 0.015518040634207371% Correct digits 3 h 0.001 x2[1] (analytic) 1.022150292745031 x2[1] (numeric) 1.0225841473158024 absolute error 0.0004338545707713859 relative error 0.04244528166266526% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 72940.92056156145 Order of pole 280019817.0122228 TOP MAIN SOLVE Loop t[1] 2.353999999999906 x1[1] (analytic) 2.0001709792055067 x1[1] (numeric) 1.9998598199212896 absolute error 0.0003111592842170996 relative error 0.015556634280370171% Correct digits 3 h 0.001 x2[1] (analytic) 1.0221945520426894 x2[1] (numeric) 1.0226299726172803 absolute error 0.00043542057459089456 relative error 0.04259664402640157% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 72976.7296426255 Order of pole 280295117.487806 TOP MAIN SOLVE Loop t[1] 2.354999999999906 x1[1] (analytic) 2.000170808311762 x1[1] (numeric) 1.9998588760007527 absolute error 0.0003119323110094552 relative error 0.015595283648437038% Correct digits 3 h 0.001 x2[1] (analytic) 1.022238900033096 x2[1] (numeric) 1.0226758910776619 absolute error 0.0004369910445658487 relative error 0.04274842647366488% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 73014.02066078875 Order of pole 280581262.6769311 TOP MAIN SOLVE Loop t[1] 2.3559999999999057 x1[1] (analytic) 2.0001706375888264 x1[1] (numeric) 1.9998579311358233 absolute error 0.0003127064530030754 relative error 0.01563398877707944% Correct digits 3 h 0.001 x2[1] (analytic) 1.0222833368937283 x2[1] (numeric) 1.0227219028848686 absolute error 0.00043856599114033834 relative error 0.042900629924473625% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 73050.23382340612 Order of pole 280859829.63513964 TOP MAIN SOLVE Loop t[1] 2.3569999999999056 x1[1] (analytic) 2.000170467036528 x1[1] (numeric) 1.9998569853255563 absolute error 0.00031348171097156374 relative error 0.015672749704979963% Correct digits 3 h 0.001 x2[1] (analytic) 1.022327862802419 x2[1] (numeric) 1.0227680082271997 absolute error 0.000440145424780658 relative error 0.0430532553005183% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 73086.2710398343 Order of pole 281137242.2604487 TOP MAIN SOLVE Loop t[1] 2.3579999999999055 x1[1] (analytic) 2.0001702966546966 x1[1] (numeric) 1.999856038569006 absolute error 0.00031425808569052194 relative error 0.015711566470921076% Correct digits 3 h 0.001 x2[1] (analytic) 1.0223724779373573 x2[1] (numeric) 1.0228142072933328 absolute error 0.00044172935597552865 relative error 0.04320630352518099% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 73123.9473940441 Order of pole 281426703.66467214 TOP MAIN SOLVE Loop t[1] 2.3589999999999054 x1[1] (analytic) 2.0001701264431615 x1[1] (numeric) 1.9998550908652257 absolute error 0.00031503557793577386 relative error 0.01575043911369637% Correct digits 3 h 0.001 x2[1] (analytic) 1.0224171824770885 x2[1] (numeric) 1.0228605002723248 absolute error 0.00044331779523631987 relative error 0.04335977552355486% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 73158.88539739551 Order of pole 281696372.1446123 TOP MAIN SOLVE Loop t[1] 2.3599999999999053 x1[1] (analytic) 2.0001699564017534 x1[1] (numeric) 1.9998541422132674 absolute error 0.00031581418848602993 relative error 0.015789367672243728% Correct digits 3 h 0.001 x2[1] (analytic) 1.0224619766005165 x2[1] (numeric) 1.022906887353612 absolute error 0.00044491075309549544 relative error 0.04351367222228992% Correct digits 3 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1450.317423163729 Order of pole 26500.677447678183 TOP MAIN SOLVE Loop t[1] 2.360999999999905 x1[1] (analytic) 2.0001697865303014 x1[1] (numeric) 1.9998531926121828 absolute error 0.00031659391811866833 relative error 0.01582835218543444% Correct digits 3 h 0.001 x2[1] (analytic) 1.0225068604869025 x2[1] (numeric) 1.0229533687270118 absolute error 0.0004465082401092779 relative error 0.043667994549851465% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 73232.70920423306 Order of pole 282264875.0173643 TOP MAIN SOLVE Loop t[1] 2.361999999999905 x1[1] (analytic) 2.0001696168286363 x1[1] (numeric) 1.999852242061022 absolute error 0.0003173747676141758 relative error 0.015867392692295194% Correct digits 3 h 0.001 x2[1] (analytic) 1.022551834315867 x2[1] (numeric) 1.0229999445827231 absolute error 0.00044811026685609434 relative error 0.04382274343636576% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 73269.36195481365 Order of pole 282547471.9519398 TOP MAIN SOLVE Loop t[1] 2.362999999999905 x1[1] (analytic) 2.000169447296588 x1[1] (numeric) 1.9998512905588348 absolute error 0.0003181567377530392 relative error 0.01590648923185269% Correct digits 3 h 0.001 x2[1] (analytic) 1.0225968982673908 x2[1] (numeric) 1.0230466151113269 absolute error 0.0004497168439361321 relative error 0.0439779198135744% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 73306.36100716666 Order of pole 282832921.1916922 TOP MAIN SOLVE Loop t[1] 2.363999999999905 x1[1] (analytic) 2.0001692779339866 x1[1] (numeric) 1.9998503381046695 absolute error 0.00031893982931707754 relative error 0.015945641843200225% Correct digits 3 h 0.001 x2[1] (analytic) 1.0226420525218138 x2[1] (numeric) 1.023093380503787 absolute error 0.0004513279819731153 relative error 0.044133524615005804% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 73342.35916582296 Order of pole 283111022.20632035 TOP MAIN SOLVE Loop t[1] 2.3649999999999047 x1[1] (analytic) 2.0001691087406632 x1[1] (numeric) 1.9998493846975736 absolute error 0.0003197240430896642 relative error 0.015984850565508798% Correct digits 3 h 0.001 x2[1] (analytic) 1.0226872972598382 x2[1] (numeric) 1.0231402409514512 absolute error 0.00045294369161297254 relative error 0.04428955877584264% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 73379.42793689179 Order of pole 283396915.04505855 TOP MAIN SOLVE Loop t[1] 2.3659999999999046 x1[1] (analytic) 2.0001689397164486 x1[1] (numeric) 1.9998484303365938 absolute error 0.00032050937985483863 relative error 0.016024115437982715% Correct digits 3 h 0.001 x2[1] (analytic) 1.0227326326625272 x2[1] (numeric) 1.0231871966460515 absolute error 0.00045456398352428096 relative error 0.044446023232963% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 73416.2429654488 Order of pole 283681431.6074458 TOP MAIN SOLVE Loop t[1] 2.3669999999999045 x1[1] (analytic) 2.000168770861174 x1[1] (numeric) 1.9998474750207755 absolute error 0.00032129584039841674 relative error 0.016063436499915085% Correct digits 3 h 0.001 x2[1] (analytic) 1.0227780589113078 x2[1] (numeric) 1.0232342477797056 absolute error 0.00045618886839782213 relative error 0.04460291892489468% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 73453.02733718502 Order of pole 283965777.85059255 TOP MAIN SOLVE Loop t[1] 2.3679999999999044 x1[1] (analytic) 2.00016860217467 x1[1] (numeric) 1.9998465187491636 absolute error 0.0003220834255064364 relative error 0.01610281379061012% Correct digits 3 h 0.001 x2[1] (analytic) 1.0228235761879685 x2[1] (numeric) 1.0232813945449168 absolute error 0.0004578183569483585 relative error 0.04476024679198667% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 73489.59264403884 Order of pole 284248559.2173661 TOP MAIN SOLVE Loop t[1] 2.3689999999999043 x1[1] (analytic) 2.0001684336567687 x1[1] (numeric) 1.999845561520802 absolute error 0.00032287213596671194 relative error 0.01614224734946083% Correct digits 3 h 0.001 x2[1] (analytic) 1.0228691846746636 x2[1] (numeric) 1.0233286371345756 absolute error 0.0004594524599119687 relative error 0.044918007776146206% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 73525.81722704832 Order of pole 284529157.9715373 TOP MAIN SOLVE Loop t[1] 2.369999999999904 x1[1] (analytic) 2.0001682653073005 x1[1] (numeric) 1.999844603334733 absolute error 0.0003236619725675016 relative error 0.01618173721588244% Correct digits 3 h 0.001 x2[1] (analytic) 1.0229148845539109 x2[1] (numeric) 1.0233759757419598 absolute error 0.00046109118804893434 relative error 0.04507620282111882% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 73563.45906800857 Order of pole 284820007.09549457 TOP MAIN SOLVE Loop t[1] 2.370999999999904 x1[1] (analytic) 2.0001680971260978 x1[1] (numeric) 1.9998436441899987 absolute error 0.00032445293609906223 relative error 0.01622128342939006% Correct digits 3 h 0.001 x2[1] (analytic) 1.022960676008594 x2[1] (numeric) 1.023423410560736 absolute error 0.00046273455214196346 relative error 0.04523483287231228% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 73599.84840601915 Order of pole 285102205.89180386 TOP MAIN SOLVE Loop t[1] 2.371999999999904 x1[1] (analytic) 2.000167929112992 x1[1] (numeric) 1.99984268408564 absolute error 0.0003252450273520946 relative error 0.016260886029521027% Correct digits 3 h 0.001 x2[1] (analytic) 1.0230065592219635 x2[1] (numeric) 1.0234709417849595 absolute error 0.0004643825629959686 relative error 0.045393898876772566% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 73635.84794626216 Order of pole 285381434.2376098 TOP MAIN SOLVE Loop t[1] 2.372999999999904 x1[1] (analytic) 2.0001677612678157 x1[1] (numeric) 1.9998417230206968 absolute error 0.0003260382471188539 relative error 0.01630054505589036% Correct digits 3 h 0.001 x2[1] (analytic) 1.0230525343776358 x2[1] (numeric) 1.0235185696090756 absolute error 0.00046603523143984305 relative error 0.045553401783355256% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 73674.7118062526 Order of pole 285681819.8825596 TOP MAIN SOLVE Loop t[1] 2.3739999999999037 x1[1] (analytic) 2.0001675935904006 x1[1] (numeric) 1.999840760994208 absolute error 0.00032683259619270544 relative error 0.016340260548168596% Correct digits 3 h 0.001 x2[1] (analytic) 1.0230986016595958 x2[1] (numeric) 1.0235662942279207 absolute error 0.0004676925683249067 relative error 0.045713342542571166% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 73710.43579930108 Order of pole 285959604.50026995 TOP MAIN SOLVE Loop t[1] 2.3749999999999036 x1[1] (analytic) 2.000167426080579 x1[1] (numeric) 1.9998397980052114 absolute error 0.0003276280753676808 relative error 0.01638003254605957% Correct digits 3 h 0.001 x2[1] (analytic) 1.0231447612521962 x2[1] (numeric) 1.0236141158367225 absolute error 0.00046935458452623813 relative error 0.04587372210671432% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 73747.6377863729 Order of pole 286247924.39371234 TOP MAIN SOLVE Loop t[1] 2.3759999999999035 x1[1] (analytic) 2.0001672587381836 x1[1] (numeric) 1.9998388340527442 absolute error 0.00032842468543936576 relative error 0.01641986108934481% Correct digits 3 h 0.001 x2[1] (analytic) 1.0231910133401596 x2[1] (numeric) 1.0236620346311007 absolute error 0.00047102129094112044 relative error 0.046034541429707566% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 73783.48177081827 Order of pole 286526890.70501 TOP MAIN SOLVE Loop t[1] 2.3769999999999034 x1[1] (analytic) 2.000167091563047 x1[1] (numeric) 1.9998378691358425 absolute error 0.0003292224272046784 relative error 0.01645974621787247% Correct digits 3 h 0.001 x2[1] (analytic) 1.0232373581085779 x2[1] (numeric) 1.0237100508070685 absolute error 0.0004726926984905955 relative error 0.04619580146725224% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 73821.92127134008 Order of pole 286824710.62383807 TOP MAIN SOLVE Loop t[1] 2.3779999999999033 x1[1] (analytic) 2.000166924555002 x1[1] (numeric) 1.9998369032535412 absolute error 0.0003300213014607589 relative error 0.016499687971501788% Correct digits 3 h 0.001 x2[1] (analytic) 1.0232837957429137 x2[1] (numeric) 1.0237581645610327 absolute error 0.00047436881811901976 relative error 0.046357503176782305% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 73857.96087091224 Order of pole 287105341.09183025 TOP MAIN SOLVE Loop t[1] 2.378999999999903 x1[1] (analytic) 2.0001667577138815 x1[1] (numeric) 1.9998359364048746 absolute error 0.0003308213090069678 relative error 0.016539686390203017% Correct digits 3 h 0.001 x2[1] (analytic) 1.0233303264290012 x2[1] (numeric) 1.0238063760897949 absolute error 0.00047604966079362043 relative error 0.04651964751741859% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 73895.62261009656 Order of pole 287397975.34015894 TOP MAIN SOLVE Loop t[1] 2.379999999999903 x1[1] (analytic) 2.0001665910395188 x1[1] (numeric) 1.9998349685888757 absolute error 0.0003316224506431098 relative error 0.01657974151396861% Correct digits 3 h 0.001 x2[1] (analytic) 1.0233769503530468 x2[1] (numeric) 1.0238546855905521 absolute error 0.0004777352375053834 relative error 0.046682235450053206% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 73931.17147635805 Order of pole 287674981.46745497 TOP MAIN SOLVE Loop t[1] 2.380999999999903 x1[1] (analytic) 2.0001664245317468 x1[1] (numeric) 1.9998339998045767 absolute error 0.00033242472717009974 relative error 0.01661985338284652% Correct digits 3 h 0.001 x2[1] (analytic) 1.0234236677016288 x2[1] (numeric) 1.0239030932608977 absolute error 0.00047942555926883124 relative error 0.04684526793732544% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 73970.40848166031 Order of pole 287979472.14373684 TOP MAIN SOLVE Loop t[1] 2.381999999999903 x1[1] (analytic) 2.0001662581904 x1[1] (numeric) 1.9998330300510088 absolute error 0.000333228139391073 relative error 0.0166600220369957% Correct digits 3 h 0.001 x2[1] (analytic) 1.0234704786617013 x2[1] (numeric) 1.0239515992988217 absolute error 0.00048112063712046904 relative error 0.04700874594346741% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 74005.61626103535 Order of pole 288254534.1376216 TOP MAIN SOLVE Loop t[1] 2.3829999999999028 x1[1] (analytic) 2.0001660920153106 x1[1] (numeric) 1.9998320593272023 absolute error 0.0003340326881082767 relative error 0.016700247516530733% Correct digits 3 h 0.001 x2[1] (analytic) 1.0235173834205902 x2[1] (numeric) 1.0240002039027123 absolute error 0.0004828204821221149 relative error 0.04717267043462722% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 74041.43886287668 Order of pole 288534219.86011493 TOP MAIN SOLVE Loop t[1] 2.3839999999999026 x1[1] (analytic) 2.000165926006314 x1[1] (numeric) 1.9998310876321865 absolute error 0.0003348383741272887 relative error 0.016740529861732665% Correct digits 3 h 0.001 x2[1] (analytic) 1.0235643821659983 x2[1] (numeric) 1.0240489072713563 absolute error 0.0004845251053580135 relative error 0.04733704237858433% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 74080.51796860657 Order of pole 288837944.1981368 TOP MAIN SOLVE Loop t[1] 2.3849999999999025 x1[1] (analytic) 2.0001657601632425 x1[1] (numeric) 1.9998301149649897 absolute error 0.0003356451982527986 relative error 0.01678086911283818% Correct digits 3 h 0.001 x2[1] (analytic) 1.0236114750860033 x2[1] (numeric) 1.0240977096039399 absolute error 0.0004862345179366123 relative error 0.04750186274492079% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 74116.89075433466 Order of pole 289121984.11058545 TOP MAIN SOLVE Loop t[1] 2.3859999999999024 x1[1] (analytic) 2.000165594485932 x1[1] (numeric) 1.9998291413246392 absolute error 0.00033645316129282676 relative error 0.01682126531025045% Correct digits 3 h 0.001 x2[1] (analytic) 1.02365866236906 x2[1] (numeric) 1.0241466111000492 absolute error 0.0004879487309892294 relative error 0.04766713250488854% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 74153.93931481401 Order of pole 289410992.35465306 TOP MAIN SOLVE Loop t[1] 2.3869999999999023 x1[1] (analytic) 2.0001654289742157 x1[1] (numeric) 1.9998281667101612 absolute error 0.0003372622640545053 relative error 0.01686171849432825% Correct digits 3 h 0.001 x2[1] (analytic) 1.0237059442040006 x2[1] (numeric) 1.024195611959672 absolute error 0.0004896677556713858 relative error 0.04783285263153717% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 74190.45728906419 Order of pole 289696403.70817155 TOP MAIN SOLVE Loop t[1] 2.387999999999902 x1[1] (analytic) 2.0001652636279283 x1[1] (numeric) 1.9998271911205814 absolute error 0.0003380725073469648 relative error 0.016902228705530264% Correct digits 3 h 0.001 x2[1] (analytic) 1.023753320780035 x2[1] (numeric) 1.0242447123831975 absolute error 0.0004913916031625831 relative error 0.04799902409968976% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 74227.81133465213 Order of pole 289988128.34248453 TOP MAIN SOLVE Loop t[1] 2.388999999999902 x1[1] (analytic) 2.000165098446905 x1[1] (numeric) 1.999826214554924 absolute error 0.0003388838919808901 relative error 0.01694279598439288% Correct digits 3 h 0.001 x2[1] (analytic) 1.0238007922867522 x2[1] (numeric) 1.0242939125714174 absolute error 0.0004931202846651939 relative error 0.04816564788583186% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 74265.50785700158 Order of pole 290282524.07527006 TOP MAIN SOLVE Loop t[1] 2.389999999999902 x1[1] (analytic) 2.0001649334309795 x1[1] (numeric) 1.9998252370122125 absolute error 0.000339696418766966 relative error 0.016983420371452486% Correct digits 3 h 0.001 x2[1] (analytic) 1.0238483589141214 x2[1] (numeric) 1.0243432127255274 absolute error 0.0004948538114060153 relative error 0.04833272496826092% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 74301.70467439183 Order of pole 290565935.20984477 TOP MAIN SOLVE Loop t[1] 2.390999999999902 x1[1] (analytic) 2.000164768579988 x1[1] (numeric) 1.9998242584914694 absolute error 0.0003405100885185419 relative error 0.017024101907378672% Correct digits 3 h 0.001 x2[1] (analytic) 1.023896020852491 x2[1] (numeric) 1.0243926130471268 absolute error 0.0004965921946358254 relative error 0.04850025632704042% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 74339.10772207029 Order of pole 290858428.1716617 TOP MAIN SOLVE Loop t[1] 2.3919999999999018 x1[1] (analytic) 2.0001646038937646 x1[1] (numeric) 1.999823278991716 absolute error 0.00034132490204852317 relative error 0.01706484063281884% Correct digits 3 h 0.001 x2[1] (analytic) 1.0239437782925918 x2[1] (numeric) 1.0244421137382205 absolute error 0.000498335445628717 relative error 0.0486682429439322% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 74377.51478091045 Order of pole 291158458.7425003 TOP MAIN SOLVE Loop t[1] 2.3929999999999017 x1[1] (analytic) 2.000164439372145 x1[1] (numeric) 1.9998222985119731 absolute error 0.0003421408601720355 relative error 0.017105636588531394% Correct digits 3 h 0.001 x2[1] (analytic) 1.0239916314255355 x2[1] (numeric) 1.024491715001219 absolute error 0.0005000835756834299 relative error 0.04883668580252414% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 74414.8270695942 Order of pole 291450664.6887421 TOP MAIN SOLVE Loop t[1] 2.3939999999999015 x1[1] (analytic) 2.0001642750149657 x1[1] (numeric) 1.99982131705126 absolute error 0.00034295796370575893 relative error 0.017146489815352432% Correct digits 3 h 0.001 x2[1] (analytic) 1.024039580442817 x2[1] (numeric) 1.0245414170389395 absolute error 0.0005018365961224625 relative error 0.0490055858881409% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 74451.54064109453 Order of pole 291738548.46616215 TOP MAIN SOLVE Loop t[1] 2.3949999999999014 x1[1] (analytic) 2.0001641108220607 x1[1] (numeric) 1.9998203346085952 absolute error 0.00034377621346548537 relative error 0.01718740035407367% Correct digits 3 h 0.001 x2[1] (analytic) 1.0240876255363152 x2[1] (numeric) 1.024591220054607 absolute error 0.00050359451829185 relative error 0.0491749441878196% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 74487.34480889648 Order of pole 292019929.67985946 TOP MAIN SOLVE Loop t[1] 2.3959999999999013 x1[1] (analytic) 2.0001639467932666 x1[1] (numeric) 1.9998193511829965 absolute error 0.0003445956102701153 relative error 0.017228368245642223% Correct digits 3 h 0.001 x2[1] (analytic) 1.024135766898292 x2[1] (numeric) 1.0246411242518545 absolute error 0.0005053573535624967 relative error 0.0493447616904375% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 74525.1612084237 Order of pole 292316208.93412536 TOP MAIN SOLVE Loop t[1] 2.396999999999901 x1[1] (analytic) 2.0001637829284196 x1[1] (numeric) 1.9998183667734801 absolute error 0.00034541615493943745 relative error 0.0172693935310496% Correct digits 3 h 0.001 x2[1] (analytic) 1.024184004721395 x2[1] (numeric) 1.0246911298347243 absolute error 0.0005071251133292876 relative error 0.04951503938662261% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 74563.44684857145 Order of pole 292616141.0858207 TOP MAIN SOLVE Loop t[1] 2.397999999999901 x1[1] (analytic) 2.0001636192273553 x1[1] (numeric) 1.999817381379062 absolute error 0.00034623784829324045 relative error 0.01731047625128733% Correct digits 3 h 0.001 x2[1] (analytic) 1.0242323391986579 x2[1] (numeric) 1.0247412370076687 absolute error 0.0005088978090108665 relative error 0.04968577826872949% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 74600.83240908949 Order of pole 292909555.64985585 TOP MAIN SOLVE Loop t[1] 2.398999999999901 x1[1] (analytic) 2.0001634556899104 x1[1] (numeric) 1.9998163949987566 absolute error 0.0003470606911537555 relative error 0.017351616447469034% Correct digits 3 h 0.001 x2[1] (analytic) 1.0242807705235002 x2[1] (numeric) 1.0247914459755507 absolute error 0.0005106754520505241 relative error 0.04985697933092337% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 74637.33544513382 Order of pole 293196641.4074239 TOP MAIN SOLVE Loop t[1] 2.399999999999901 x1[1] (analytic) 2.000163292315921 x1[1] (numeric) 1.9998154076315775 absolute error 0.0003478846843434358 relative error 0.017392814160719444% Correct digits 3 h 0.001 x2[1] (analytic) 1.024329298889729 x2[1] (numeric) 1.0248417569436448 absolute error 0.0005124580539157542 relative error 0.05002864356913423% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 74676.52781264331 Order of pole 293503749.0796755 TOP MAIN SOLVE Loop t[1] 2.4009999999999008 x1[1] (analytic) 2.000163129105224 x1[1] (numeric) 1.9998144192765375 absolute error 0.0003487098286865109 relative error 0.0174340694322521% Correct digits 3 h 0.001 x2[1] (analytic) 1.0243779244915396 x2[1] (numeric) 1.0248921701176381 absolute error 0.0005142456260984751 relative error 0.050200771981075844% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 74713.04810595005 Order of pole 293791290.1151971 TOP MAIN SOLVE Loop t[1] 2.4019999999999007 x1[1] (analytic) 2.000162966057656 x1[1] (numeric) 1.999813429932648 absolute error 0.0003495361250080986 relative error 0.01747538230332493% Correct digits 3 h 0.001 x2[1] (analytic) 1.0244266475235162 x2[1] (numeric) 1.0249426857036312 absolute error 0.0005160381801150304 relative error 0.050373365566243195% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 74750.75877121773 Order of pole 294087798.8174898 TOP MAIN SOLVE Loop t[1] 2.4029999999999005 x1[1] (analytic) 2.0001628031730543 x1[1] (numeric) 1.9998124395989199 absolute error 0.00035036357413442687 relative error 0.017516752815251377% Correct digits 3 h 0.001 x2[1] (analytic) 1.0244754681806323 x2[1] (numeric) 1.0249933039081385 absolute error 0.0005178357275061884 relative error 0.05054642532590983% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 74787.53347721798 Order of pole 294377450.59625494 TOP MAIN SOLVE Loop t[1] 2.4039999999999004 x1[1] (analytic) 2.0001626404512556 x1[1] (numeric) 1.9998114482743625 absolute error 0.00035119217689305593 relative error 0.0175581810094115% Correct digits 3 h 0.001 x2[1] (analytic) 1.0245243866582523 x2[1] (numeric) 1.0250440249380892 absolute error 0.0005196382798369203 relative error 0.050719952263103586% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 74824.0995987658 Order of pole 294665861.9297095 TOP MAIN SOLVE Loop t[1] 2.4049999999999003 x1[1] (analytic) 2.0001624778920974 x1[1] (numeric) 1.9998104559579848 absolute error 0.00035202193411265625 relative error 0.017599666927240836% Correct digits 3 h 0.001 x2[1] (analytic) 1.0245734031521312 x2[1] (numeric) 1.0250948490008287 absolute error 0.0005214458486975104 relative error 0.0508939473827123% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 74861.2850580002 Order of pole 294959056.3094839 TOP MAIN SOLVE Loop t[1] 2.4059999999999 x1[1] (analytic) 2.0001623154954173 x1[1] (numeric) 1.9998094626487943 absolute error 0.00035285284662300853 relative error 0.017641210610230447% Correct digits 3 h 0.001 x2[1] (analytic) 1.0246225178584165 x2[1] (numeric) 1.0251457763041185 absolute error 0.0005232584457020018 relative error 0.051068411691329446% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 74898.85467082396 Order of pole 295254951.6800817 TOP MAIN SOLVE Loop t[1] 2.4069999999999 x1[1] (analytic) 2.0001621532610527 x1[1] (numeric) 1.999808468345798 absolute error 0.00035368491525478163 relative error 0.01768281209991579% Correct digits 3 h 0.001 x2[1] (analytic) 1.0246717309736484 x2[1] (numeric) 1.025196807056138 absolute error 0.0005250760824895284 relative error 0.051243346197381516% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 74936.22855122878 Order of pole 295549787.2602246 TOP MAIN SOLVE Loop t[1] 2.4079999999999 x1[1] (analytic) 2.000161991188841 x1[1] (numeric) 1.9998074730480013 absolute error 0.00035451814083975464 relative error 0.01772447143788783% Correct digits 3 h 0.001 x2[1] (analytic) 1.0247210426947602 x2[1] (numeric) 1.0252479414654845 absolute error 0.0005268987707243156 relative error 0.05141875191112535% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 74974.77520243944 Order of pole 295853295.2914922 TOP MAIN SOLVE Loop t[1] 2.4089999999999 x1[1] (analytic) 2.000161829278621 x1[1] (numeric) 1.999806476754409 absolute error 0.00035535252421214913 relative error 0.017766188665859634% Correct digits 3 h 0.001 x2[1] (analytic) 1.0247704532190802 x2[1] (numeric) 1.0252991797411746 absolute error 0.0005287265220943471 relative error 0.051594629844515384% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 75011.11632607174 Order of pole 296140759.4329939 TOP MAIN SOLVE Loop t[1] 2.4099999999998998 x1[1] (analytic) 2.00016166753023 x1[1] (numeric) 1.9998054794640248 absolute error 0.0003561880662052985 relative error 0.01780796382549988% Correct digits 3 h 0.001 x2[1] (analytic) 1.0248199627443315 x2[1] (numeric) 1.0253505220926447 absolute error 0.0005305593483131421 relative error 0.0517709810113744% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 75050.2813044577 Order of pole 296449338.7447503 TOP MAIN SOLVE Loop t[1] 2.4109999999998997 x1[1] (analytic) 2.0001615059435065 x1[1] (numeric) 1.9998044811758513 absolute error 0.00035702476765520075 relative error 0.01784979695861044% Correct digits 3 h 0.001 x2[1] (analytic) 1.0248695714686331 x2[1] (numeric) 1.0254019687297522 absolute error 0.0005323972611190886 relative error 0.051947806427325764% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 75086.3700333661 Order of pole 296735145.5856046 TOP MAIN SOLVE Loop t[1] 2.4119999999998996 x1[1] (analytic) 2.0001613445182893 x1[1] (numeric) 1.9998034818888903 absolute error 0.00035786262939896396 relative error 0.017891688107048692% Correct digits 3 h 0.001 x2[1] (analytic) 1.0249192795905007 x2[1] (numeric) 1.0254535198627759 absolute error 0.0005342402722752215 relative error 0.052125107109769024% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 75124.49273435639 Order of pole 297036345.3476079 TOP MAIN SOLVE Loop t[1] 2.4129999999998994 x1[1] (analytic) 2.0001611832544164 x1[1] (numeric) 1.9998024816021427 absolute error 0.0003587016522736963 relative error 0.017933637312672026% Correct digits 3 h 0.001 x2[1] (analytic) 1.0249690873088475 x2[1] (numeric) 1.0255051757024174 absolute error 0.000536088393569889 relative error 0.05230288407794223% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 75162.45278044518 Order of pole 297336378.58973885 TOP MAIN SOLVE Loop t[1] 2.4139999999998993 x1[1] (analytic) 2.0001610221517265 x1[1] (numeric) 1.999801480314608 absolute error 0.0003595418371185044 relative error 0.017975644617437735% Correct digits 3 h 0.001 x2[1] (analytic) 1.0250189948229853 x2[1] (numeric) 1.0255569364598012 absolute error 0.000537941636815864 relative error 0.05248113835283251% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 75199.99840587808 Order of pole 297633539.6101316 TOP MAIN SOLVE Loop t[1] 2.4149999999998992 x1[1] (analytic) 2.000160861210059 x1[1] (numeric) 1.999800478025285 absolute error 0.00036038318477404907 relative error 0.01801771006338081% Correct digits 3 h 0.001 x2[1] (analytic) 1.0250690023326245 x2[1] (numeric) 1.0256088023464762 absolute error 0.0005398000138516768 relative error 0.05265987095730333% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 75237.68800697381 Order of pole 297931855.4676367 TOP MAIN SOLVE Loop t[1] 2.415999999999899 x1[1] (analytic) 2.000160700429253 x1[1] (numeric) 1.9997994747331713 absolute error 0.00036122569608165733 relative error 0.01805983369256955% Correct digits 3 h 0.001 x2[1] (analytic) 1.025119110037876 x2[1] (numeric) 1.0256607735744165 absolute error 0.0005416635365405043 relative error 0.05283908291598338% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 75274.21466135464 Order of pole 298221843.01300603 TOP MAIN SOLVE Loop t[1] 2.416999999999899 x1[1] (analytic) 2.0001605398091473 x1[1] (numeric) 1.9997984704372638 absolute error 0.0003620693718835444 relative error 0.01810201554711666% Correct digits 3 h 0.001 x2[1] (analytic) 1.025169318139251 x2[1] (numeric) 1.0257128503560218 absolute error 0.0005435322167708367 relative error 0.05301877525532886% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 75311.52018608247 Order of pole 298517601.99255335 TOP MAIN SOLVE Loop t[1] 2.417999999999899 x1[1] (analytic) 2.0001603793495812 x1[1] (numeric) 1.999797465136558 absolute error 0.00036291421302325766 relative error 0.018144255669201453% Correct digits 3 h 0.001 x2[1] (analytic) 1.0252196268376617 x2[1] (numeric) 1.0257650329041186 absolute error 0.0005454060664569216 relative error 0.05319894900366396% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 75349.18662176763 Order of pole 298816413.6478698 TOP MAIN SOLVE Loop t[1] 2.418999999999899 x1[1] (analytic) 2.0001602190503944 x1[1] (numeric) 1.9997964588300485 absolute error 0.00036376022034589894 relative error 0.018186554101080936% Correct digits 3 h 0.001 x2[1] (analytic) 1.025270036334424 x2[1] (numeric) 1.025817321431961 absolute error 0.000547285097536987 relative error 0.05337960519100479% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 75387.8303830515 Order of pole 299122420.31835353 TOP MAIN SOLVE Loop t[1] 2.4199999999998987 x1[1] (analytic) 2.000160058911427 x1[1] (numeric) 1.9997954515167293 absolute error 0.0003646073946976802 relative error 0.018228910885067628% Correct digits 3 h 0.001 x2[1] (analytic) 1.0253205468312558 x2[1] (numeric) 1.0258697161532317 absolute error 0.0005491693219759064 relative error 0.053560744849316576% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 75424.92033490786 Order of pole 299417100.7001071 TOP MAIN SOLVE Loop t[1] 2.4209999999998986 x1[1] (analytic) 2.000159898932518 x1[1] (numeric) 1.999794443195593 absolute error 0.00036545573692525757 relative error 0.018271326063496254% Correct digits 3 h 0.001 x2[1] (analytic) 1.025371158530279 x2[1] (numeric) 1.0259222172820426 absolute error 0.0005510587517636445 relative error 0.05374236901235913% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 75462.2280015468 Order of pole 299713621.989031 TOP MAIN SOLVE Loop t[1] 2.4219999999998985 x1[1] (analytic) 2.0001597391135086 x1[1] (numeric) 1.9997934338656311 absolute error 0.0003663052478775075 relative error 0.018313799678812543% Correct digits 3 h 0.001 x2[1] (analytic) 1.0254218716340207 x2[1] (numeric) 1.0259748250329355 absolute error 0.0005529533989148128 relative error 0.05392447871564078% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 75500.7219319711 Order of pole 300019090.95434004 TOP MAIN SOLVE Loop t[1] 2.4229999999998983 x1[1] (analytic) 2.000159579454238 x1[1] (numeric) 1.9997924235258346 absolute error 0.0003671559284033066 relative error 0.018356331773462218% Correct digits 3 h 0.001 x2[1] (analytic) 1.0254726863454133 x2[1] (numeric) 1.0260275396208836 absolute error 0.000554853275470224 relative error 0.05410707499656709% Correct digits 3 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1391.898602937068 Order of pole 151569.38036318656 TOP MAIN SOLVE Loop t[1] 2.4239999999998982 x1[1] (analytic) 2.0001594199545467 x1[1] (numeric) 1.999791412175193 absolute error 0.00036800777935375173 relative error 0.018398922390002025% Correct digits 3 h 0.001 x2[1] (analytic) 1.0255236028677954 x2[1] (numeric) 1.0260803612612917 absolute error 0.0005567583934962261 relative error 0.05429015889437312% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 75576.56810932426 Order of pole 300622124.199627 TOP MAIN SOLVE Loop t[1] 2.424999999999898 x1[1] (analytic) 2.000159260614276 x1[1] (numeric) 1.9997903998126947 absolute error 0.0003688608015812722 relative error 0.0184415715710553% Correct digits 3 h 0.001 x2[1] (analytic) 1.0255746214049133 x2[1] (numeric) 1.0261332901699978 absolute error 0.0005586687650844802 relative error 0.05447373145009882% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 75613.88685909253 Order of pole 300919177.0219058 TOP MAIN SOLVE Loop t[1] 2.425999999999898 x1[1] (analytic) 2.0001591014332654 x1[1] (numeric) 1.9997893864373277 absolute error 0.00036971499593763113 relative error 0.018484279359212093% Correct digits 3 h 0.001 x2[1] (analytic) 1.0256257421609203 x2[1] (numeric) 1.026186326563273 absolute error 0.0005605844023526263 relative error 0.05465779370665121% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 75653.26115686224 Order of pole 301231838.356517 TOP MAIN SOLVE Loop t[1] 2.426999999999898 x1[1] (analytic) 2.0001589424113564 x1[1] (numeric) 1.9997883720480785 absolute error 0.00037057036327792225 relative error 0.018527045797228952% Correct digits 3 h 0.001 x2[1] (analytic) 1.0256769653403794 x2[1] (numeric) 1.026239470657823 absolute error 0.0005625053174436179 relative error 0.054842346708736486% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 75689.52524795786 Order of pole 301521498.26220036 TOP MAIN SOLVE Loop t[1] 2.427999999999898 x1[1] (analytic) 2.0001587835483896 x1[1] (numeric) 1.9997873566439326 absolute error 0.0003714269044570173 relative error 0.018569870927851336% Correct digits 3 h 0.001 x2[1] (analytic) 1.0257282911482628 x2[1] (numeric) 1.0262927226707894 absolute error 0.0005644315225266094 relative error 0.055027391502943765% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 75726.79372998503 Order of pole 301818782.6808833 TOP MAIN SOLVE Loop t[1] 2.4289999999998977 x1[1] (analytic) 2.0001586248442065 x1[1] (numeric) 1.9997863402238747 absolute error 0.00037228462033178644 relative error 0.018612754793924602% Correct digits 3 h 0.001 x2[1] (analytic) 1.0257797197899534 x2[1] (numeric) 1.0263460828197495 absolute error 0.0005663630297960687 relative error 0.055212929137655554% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 75766.57284542221 Order of pole 302135105.4484005 TOP MAIN SOLVE Loop t[1] 2.4299999999998976 x1[1] (analytic) 2.0001584662986485 x1[1] (numeric) 1.9997853227868883 absolute error 0.00037314351176021 relative error 0.01865569743834962% Correct digits 3 h 0.001 x2[1] (analytic) 1.025831251471245 x2[1] (numeric) 1.0263995513227178 absolute error 0.0005682998514726645 relative error 0.055398960663131484% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 75802.88609326247 Order of pole 302425575.9635495 TOP MAIN SOLVE Loop t[1] 2.4309999999998975 x1[1] (analytic) 2.0001583079115566 x1[1] (numeric) 1.999784304331956 absolute error 0.00037400357960049035 relative error 0.018698698904038354% Correct digits 3 h 0.001 x2[1] (analytic) 1.025882886398344 x2[1] (numeric) 1.0264531283981468 absolute error 0.000570241999802823 relative error 0.05558548713146205% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 75842.01983014967 Order of pole 302737287.68351996 TOP MAIN SOLVE Loop t[1] 2.4319999999998974 x1[1] (analytic) 2.0001581496827723 x1[1] (numeric) 1.9997832848580595 absolute error 0.00037486482471282834 relative error 0.018741759234002692% Correct digits 3 h 0.001 x2[1] (analytic) 1.0259346247778687 x2[1] (numeric) 1.026506814264928 absolute error 0.0005721894870593935 relative error 0.05577250959663066% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 75880.04955140498 Order of pole 303040916.0351167 TOP MAIN SOLVE Loop t[1] 2.4329999999998972 x1[1] (analytic) 2.000157991612138 x1[1] (numeric) 1.9997822643641792 absolute error 0.000375727247958757 relative error 0.0187848784713211% Correct digits 3 h 0.001 x2[1] (analytic) 1.0259864668168526 x2[1] (numeric) 1.0265606091423927 absolute error 0.0005741423255400946 relative error 0.055960029114359065% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 75917.05252012255 Order of pole 303337031.30476445 TOP MAIN SOLVE Loop t[1] 2.433999999999897 x1[1] (analytic) 2.0001578336994954 x1[1] (numeric) 1.9997812428492945 absolute error 0.00037659085020091965 relative error 0.01882805665912757% Correct digits 3 h 0.001 x2[1] (analytic) 1.0260384127227422 x2[1] (numeric) 1.0266145132503124 absolute error 0.000576100527570178 relative error 0.0561480467423643% Correct digits 3 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 3305.6430551402236 Order of pole 311004.76447412046 TOP MAIN SOLVE Loop t[1] 2.434999999999897 x1[1] (analytic) 2.0001576759446866 x1[1] (numeric) 1.999780220312384 absolute error 0.0003774556323026257 relative error 0.018871293840589397% Correct digits 3 h 0.001 x2[1] (analytic) 1.0260904627034007 x2[1] (numeric) 1.0266685268089006 absolute error 0.0005780641054999869 relative error 0.05633656354011749% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 75993.1489463578 Order of pole 303945294.39575696 TOP MAIN SOLVE Loop t[1] 2.435999999999897 x1[1] (analytic) 2.0001575183475535 x1[1] (numeric) 1.9997791967524252 absolute error 0.0003783215951282948 relative error 0.01891459005892937% Correct digits 3 h 0.001 x2[1] (analytic) 1.0261426169671068 x2[1] (numeric) 1.0267226500388131 absolute error 0.0005800330717062874 relative error 0.05652558056897079% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 76031.1699564719 Order of pole 304249599.0631708 TOP MAIN SOLVE Loop t[1] 2.436999999999897 x1[1] (analytic) 2.000157360907939 x1[1] (numeric) 1.9997781721683945 absolute error 0.00037918873954434495 relative error 0.018957945357470196% Correct digits 3 h 0.001 x2[1] (analytic) 1.0261948757225565 x2[1] (numeric) 1.0267768831611488 absolute error 0.0005820074385922691 relative error 0.056715098892154425% Correct digits 3 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1463.0978268516917 Order of pole 16899.325728783704 TOP MAIN SOLVE Loop t[1] 2.4379999999998967 x1[1] (analytic) 2.0001572036256854 x1[1] (numeric) 1.9997771465592673 absolute error 0.00038005706641808246 relative error 0.019001359779578973% Correct digits 3 h 0.001 x2[1] (analytic) 1.0262472391788635 x2[1] (numeric) 1.0268312263974508 absolute error 0.0005839872185873229 relative error 0.05690511957475195% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 76107.79301350123 Order of pole 304862924.1616858 TOP MAIN SOLVE Loop t[1] 2.4389999999998966 x1[1] (analytic) 2.000157046500635 x1[1] (numeric) 1.999776119924018 absolute error 0.00038092657661703555 relative error 0.019044833368633916% Correct digits 3 h 0.001 x2[1] (analytic) 1.0262997075455602 x2[1] (numeric) 1.0268856799697077 absolute error 0.0005859724241474851 relative error 0.057095643683740614% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 76145.79187158696 Order of pole 305167445.45180196 TOP MAIN SOLVE Loop t[1] 2.4399999999998965 x1[1] (analytic) 2.0001568895326316 x1[1] (numeric) 1.99977509226162 absolute error 0.0003817972710116191 relative error 0.019088366168157542% Correct digits 3 h 0.001 x2[1] (analytic) 1.0263522810325993 x2[1] (numeric) 1.0269402441003534 absolute error 0.0005879630677541048 relative error 0.057286672287858414% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 76184.46034783064 Order of pole 305477078.87414694 TOP MAIN SOLVE Loop t[1] 2.4409999999998964 x1[1] (analytic) 2.0001567327215177 x1[1] (numeric) 1.9997740635710455 absolute error 0.0003826691504722479 relative error 0.019131958221672372% Correct digits 3 h 0.001 x2[1] (analytic) 1.0264049598503524 x2[1] (numeric) 1.0269949190122691 absolute error 0.000589959161916731 relative error 0.05747820645788245% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 76221.47870174953 Order of pole 305774644.89027375 TOP MAIN SOLVE Loop t[1] 2.4419999999998963 x1[1] (analytic) 2.0001565760671363 x1[1] (numeric) 1.9997730338512658 absolute error 0.0003835422158704471 relative error 0.019175609572756436% Correct digits 3 h 0.001 x2[1] (analytic) 1.0264577442096139 x2[1] (numeric) 1.0270497049287837 absolute error 0.0005919607191697818 relative error 0.0576702472663012% Correct digits 3 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1565.5037966069326 Order of pole 94490.05261667873 TOP MAIN SOLVE Loop t[1] 2.442999999999896 x1[1] (analytic) 2.0001564195693313 x1[1] (numeric) 1.9997720031012514 absolute error 0.0003844164680799622 relative error 0.019219320265098757% Correct digits 3 h 0.001 x2[1] (analytic) 1.0265106343215995 x2[1] (numeric) 1.0271046020736745 absolute error 0.0005939677520749864 relative error 0.05786279578754953% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 76298.31710159371 Order of pole 306391136.5707403 TOP MAIN SOLVE Loop t[1] 2.443999999999896 x1[1] (analytic) 2.0001562632279457 x1[1] (numeric) 1.9997709713199714 absolute error 0.00038529190797431667 relative error 0.01926309034237728% Correct digits 3 h 0.001 x2[1] (analytic) 1.0265636303979477 x2[1] (numeric) 1.0271596106711685 absolute error 0.0005959802732207198 relative error 0.05805585309794073% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 76335.8332436781 Order of pole 306692902.70847195 TOP MAIN SOLVE Loop t[1] 2.444999999999896 x1[1] (analytic) 2.000156107042823 x1[1] (numeric) 1.999769938506394 absolute error 0.00038616853642903237 relative error 0.019306919848369842% Correct digits 3 h 0.001 x2[1] (analytic) 1.0266167326507216 x2[1] (numeric) 1.0272147309459434 absolute error 0.0005979982952217799 relative error 0.058249420275641714% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 76374.21056801632 Order of pole 307001183.52869684 TOP MAIN SOLVE Loop t[1] 2.445999999999896 x1[1] (analytic) 2.0001559510138076 x1[1] (numeric) 1.9997689046594866 absolute error 0.00038704635432096346 relative error 0.019350808826920893% Correct digits 3 h 0.001 x2[1] (analytic) 1.0266699412924079 x2[1] (numeric) 1.027269963123128 absolute error 0.0006000218307200544 relative error 0.058443498400734914% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 76412.4157329944 Order of pole 307308255.27320576 TOP MAIN SOLVE Loop t[1] 2.4469999999998957 x1[1] (analytic) 2.0001557951407434 x1[1] (numeric) 1.9997678697782153 absolute error 0.0003879253625280743 relative error 0.019394757321930387% Correct digits 3 h 0.001 x2[1] (analytic) 1.0267232565359192 x2[1] (numeric) 1.027325307428303 absolute error 0.0006020508923838541 relative error 0.05863808855515019% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 76451.00336030946 Order of pole 307618666.6166532 TOP MAIN SOLVE Loop t[1] 2.4479999999998956 x1[1] (analytic) 2.0001556394234745 x1[1] (numeric) 1.999766833861545 absolute error 0.0003888055619294395 relative error 0.01943876537735378% Correct digits 3 h 0.001 x2[1] (analytic) 1.0267766785945949 x2[1] (numeric) 1.0273807640875032 absolute error 0.0006040854929083572 relative error 0.058833191822705% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 76487.83614101855 Order of pole 307915937.4909967 TOP MAIN SOLVE Loop t[1] 2.4489999999998955 x1[1] (analytic) 2.0001554838618447 x1[1] (numeric) 1.99976579690844 absolute error 0.00038968695340479975 relative error 0.01948283303717984% Correct digits 3 h 0.001 x2[1] (analytic) 1.0268302076822007 x2[1] (numeric) 1.0274363333272167 absolute error 0.0006061256450160535 relative error 0.059028809289144585% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 76527.58123232963 Order of pole 308235182.20154494 TOP MAIN SOLVE Loop t[1] 2.4499999999998954 x1[1] (analytic) 2.000155328455699 x1[1] (numeric) 1.999764758917863 absolute error 0.0003905695378358942 relative error 0.01952696034549723% Correct digits 3 h 0.001 x2[1] (analytic) 1.0268838440129313 x2[1] (numeric) 1.027492015374387 absolute error 0.0006081713614556339 relative error 0.05922494204203054% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 76566.07658491693 Order of pole 308545187.57111853 TOP MAIN SOLVE Loop t[1] 2.4509999999998953 x1[1] (analytic) 2.0001551732048815 x1[1] (numeric) 1.9997637198887765 absolute error 0.0003914533161049061 relative error 0.01957114734641683% Correct digits 3 h 0.001 x2[1] (analytic) 1.0269375878014093 x2[1] (numeric) 1.027547810456413 absolute error 0.000610222655003767 relative error 0.059421591170910844% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 76603.70183623814 Order of pole 308848947.7826675 TOP MAIN SOLVE Loop t[1] 2.451999999999895 x1[1] (analytic) 2.0001550181092376 x1[1] (numeric) 1.999762679820141 absolute error 0.00039233828909646107 relative error 0.019615394084171615% Correct digits 3 h 0.001 x2[1] (analytic) 1.026991439262688 x2[1] (numeric) 1.027603718801151 absolute error 0.0006122795384631008 relative error 0.0596187577671219% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 76641.45959838247 Order of pole 309153654.38877994 TOP MAIN SOLVE Loop t[1] 2.452999999999895 x1[1] (analytic) 2.0001548631686115 x1[1] (numeric) 1.999761638710917 absolute error 0.00039322445769451875 relative error 0.019659700602961273% Correct digits 3 h 0.001 x2[1] (analytic) 1.0270453986122505 x2[1] (numeric) 1.0276597406369148 absolute error 0.0006143420246642606 relative error 0.059816442923980084% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 76681.05489659208 Order of pole 309472500.06858194 TOP MAIN SOLVE Loop t[1] 2.453999999999895 x1[1] (analytic) 2.0001547083828486 x1[1] (numeric) 1.9997605965600627 absolute error 0.00039411182278592527 relative error 0.019704066947129797% Correct digits 3 h 0.001 x2[1] (analytic) 1.027099466066012 x2[1] (numeric) 1.0277158761924765 absolute error 0.0006164101264645172 relative error 0.060014647736648746% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 76719.79111178241 Order of pole 309785113.9723927 TOP MAIN SOLVE Loop t[1] 2.454999999999895 x1[1] (analytic) 2.000154553751794 x1[1] (numeric) 1.9997595533665364 absolute error 0.0003950003852575268 relative error 0.01974849316102118% Correct digits 3 h 0.001 x2[1] (analytic) 1.0271536418403198 x2[1] (numeric) 1.0277721256970684 absolute error 0.000618483856748675 relative error 0.060213373302221505% Correct digits 3 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 2651.4477099330675 Order of pole 138617.57239567357 TOP MAIN SOLVE Loop t[1] 2.4559999999998947 x1[1] (analytic) 2.0001543992752935 x1[1] (numeric) 1.9997585091292949 absolute error 0.00039589014599861194 relative error 0.01979297928910153% Correct digits 3 h 0.001 x2[1] (analytic) 1.027207926151954 x2[1] (numeric) 1.0278284893803828 absolute error 0.0006205632284288498 relative error 0.06041262071969745% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 76794.87583449252 Order of pole 310392578.20993274 TOP MAIN SOLVE Loop t[1] 2.4569999999998946 x1[1] (analytic) 2.000154244953192 x1[1] (numeric) 1.9997574638472937 absolute error 0.0003967811058984694 relative error 0.019837525375836947% Correct digits 3 h 0.001 x2[1] (analytic) 1.0272623192181296 x2[1] (numeric) 1.0278849674725736 absolute error 0.0006226482544440248 relative error 0.060612391089934575% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 76834.87181325909 Order of pole 310715174.686612 TOP MAIN SOLVE Loop t[1] 2.4579999999998945 x1[1] (analytic) 2.0001540907853355 x1[1] (numeric) 1.9997564175194877 absolute error 0.00039767326584772 relative error 0.01988213146576015% Correct digits 3 h 0.001 x2[1] (analytic) 1.0273168212564956 x2[1] (numeric) 1.027941560204257 absolute error 0.0006247389477613829 relative error 0.06081268551577635% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 76872.02167156144 Order of pole 311016517.2753902 TOP MAIN SOLVE Loop t[1] 2.4589999999998944 x1[1] (analytic) 2.00015393677157 x1[1] (numeric) 1.9997553701448307 absolute error 0.0003985666267394272 relative error 0.01992679760352595% Correct digits 3 h 0.001 x2[1] (analytic) 1.027371432485138 x2[1] (numeric) 1.0279982678065125 absolute error 0.0006268353213745304 relative error 0.061013505101875434% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 76910.76413439887 Order of pole 311329842.7833513 TOP MAIN SOLVE Loop t[1] 2.4599999999998943 x1[1] (analytic) 2.0001537829117413 x1[1] (numeric) 1.999754321722275 absolute error 0.00039946118946621034 relative error 0.019971523833766984% Correct digits 3 h 0.001 x2[1] (analytic) 1.0274261531225781 x2[1] (numeric) 1.0280550905108838 absolute error 0.000628937388305717 relative error 0.061214850954906634% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 76949.06975394346 Order of pole 311640215.7092772 TOP MAIN SOLVE Loop t[1] 2.460999999999894 x1[1] (analytic) 2.000153629205695 x1[1] (numeric) 1.9997532722507725 absolute error 0.0004003569549226871 relative error 0.020016310201215772% Correct digits 3 h 0.001 x2[1] (analytic) 1.027480983387776 x2[1] (numeric) 1.0281120285493797 absolute error 0.0006310451616036161 relative error 0.06141672418334742% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 76985.91036527189 Order of pole 311939419.71949047 TOP MAIN SOLVE Loop t[1] 2.461999999999894 x1[1] (analytic) 2.0001534756532786 x1[1] (numeric) 1.9997522217292736 absolute error 0.00040125392400502946 relative error 0.020061156750682554% Correct digits 3 h 0.001 x2[1] (analytic) 1.0275359235001293 x2[1] (numeric) 1.028169082154475 absolute error 0.0006331586543455447 relative error 0.06161912589769082% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 77026.4841757805 Order of pole 312267181.6223259 TOP MAIN SOLVE Loop t[1] 2.462999999999894 x1[1] (analytic) 2.0001533222543375 x1[1] (numeric) 1.9997511701567277 absolute error 0.0004021520976098536 relative error 0.020106063526999774% Correct digits 3 h 0.001 x2[1] (analytic) 1.0275909736794757 x2[1] (numeric) 1.0282262515591114 absolute error 0.0006352778796356873 relative error 0.06182205721026915% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 77063.78387497085 Order of pole 312570404.41489464 TOP MAIN SOLVE Loop t[1] 2.463999999999894 x1[1] (analytic) 2.0001531690087186 x1[1] (numeric) 1.9997501175320833 absolute error 0.0004030514766353299 relative error 0.020151030575077573% Correct digits 3 h 0.001 x2[1] (analytic) 1.0276461341460923 x2[1] (numeric) 1.028283536996699 absolute error 0.0006374028506066498 relative error 0.062025519235402025% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 77103.41877822754 Order of pole 312891469.8456325 TOP MAIN SOLVE Loop t[1] 2.4649999999998937 x1[1] (analytic) 2.0001530159162693 x1[1] (numeric) 1.9997490638542879 absolute error 0.0004039520619814052 relative error 0.02019605793991491% Correct digits 3 h 0.001 x2[1] (analytic) 1.0277014051206979 x2[1] (numeric) 1.0283409387011162 absolute error 0.00063953358041835 relative error 0.06222951308928494% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 77141.71264795441 Order of pole 313202519.49616665 TOP MAIN SOLVE Loop t[1] 2.4659999999998936 x1[1] (analytic) 2.0001528629768353 x1[1] (numeric) 1.9997480091222875 absolute error 0.0004048538545478042 relative error 0.020241145666499642% Correct digits 3 h 0.001 x2[1] (analytic) 1.0277567868244526 x2[1] (numeric) 1.0283984569067115 absolute error 0.000641670082258905 relative error 0.06243403989007239% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 77180.04450145407 Order of pole 313513809.19932777 TOP MAIN SOLVE Loop t[1] 2.4669999999998935 x1[1] (analytic) 2.0001527101902643 x1[1] (numeric) 1.9997469533350276 absolute error 0.00040575685523669414 relative error 0.020286293799941735% Correct digits 3 h 0.001 x2[1] (analytic) 1.0278122794789604 x2[1] (numeric) 1.0284560918483043 absolute error 0.0006438123693439657 relative error 0.06263910075780961% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 77219.30930465189 Order of pole 313832590.3816721 TOP MAIN SOLVE Loop t[1] 2.4679999999998934 x1[1] (analytic) 2.0001525575564036 x1[1] (numeric) 1.9997458964914523 absolute error 0.00040666106495135246 relative error 0.020331502385406656% Correct digits 3 h 0.001 x2[1] (analytic) 1.027867883306268 x2[1] (numeric) 1.0285138437611854 absolute error 0.0006459604549173825 relative error 0.06284469681449414% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 77257.2654965958 Order of pole 314141660.87451893 TOP MAIN SOLVE Loop t[1] 2.4689999999998933 x1[1] (analytic) 2.000152405075101 x1[1] (numeric) 1.999744838590505 absolute error 0.0004075664845959448 relative error 0.020376771468104283% Correct digits 3 h 0.001 x2[1] (analytic) 1.0279235985288673 x2[1] (numeric) 1.028571712881118 absolute error 0.0006481143522507615 relative error 0.06305082918402913% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 77296.14777893285 Order of pole 314457720.53527516 TOP MAIN SOLVE Loop t[1] 2.469999999999893 x1[1] (analytic) 2.000152252746203 x1[1] (numeric) 1.9997437796311275 absolute error 0.00040847311507552497 relative error 0.020422101093288906% Correct digits 3 h 0.001 x2[1] (analytic) 1.027979425369695 x2[1] (numeric) 1.0286296994443396 absolute error 0.0006502740746445745 relative error 0.06325749899232805% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 77336.12368851615 Order of pole 314782507.4817362 TOP MAIN SOLVE Loop t[1] 2.470999999999893 x1[1] (analytic) 2.0001521005695575 x1[1] (numeric) 1.999742719612261 absolute error 0.00040938095729647905 relative error 0.020467491306281404% Correct digits 3 h 0.001 x2[1] (analytic) 1.0280353640521354 x2[1] (numeric) 1.0286878036875615 absolute error 0.0006524396354261608 relative error 0.06346470736711672% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 77373.38377996361 Order of pole 315086642.64807796 TOP MAIN SOLVE Loop t[1] 2.471999999999893 x1[1] (analytic) 2.000151948545013 x1[1] (numeric) 1.9997416585328456 absolute error 0.00041029001216741356 relative error 0.020512942152513675% Correct digits 3 h 0.001 x2[1] (analytic) 1.028091414800019 x2[1] (numeric) 1.0287460258479713 absolute error 0.0006546110479521694 relative error 0.06367245543816764% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 77412.59407339696 Order of pole 315405693.3558672 TOP MAIN SOLVE Loop t[1] 2.472999999999893 x1[1] (analytic) 2.000151796672417 x1[1] (numeric) 1.99974059639182 absolute error 0.0004112002805971571 relative error 0.020558453677428715% Correct digits 3 h 0.001 x2[1] (analytic) 1.028147577837625 x2[1] (numeric) 1.0288043661632322 absolute error 0.0006567883256072271 relative error 0.06388074433716688% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 77451.11648551209 Order of pole 315719802.56966996 TOP MAIN SOLVE Loop t[1] 2.4739999999998927 x1[1] (analytic) 2.0001516449516177 x1[1] (numeric) 1.999739533188122 absolute error 0.0004121117634956484 relative error 0.02060402592652504% Correct digits 3 h 0.001 x2[1] (analytic) 1.0282038533896813 x2[1] (numeric) 1.0288628248714853 absolute error 0.0006589714818039383 relative error 0.06408957519771064% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 77489.78779284097 Order of pole 316035221.2181696 TOP MAIN SOLVE Loop t[1] 2.4749999999998926 x1[1] (analytic) 2.000151493382463 x1[1] (numeric) 1.9997384689206885 absolute error 0.0004130244617746026 relative error 0.02064965894538996% Correct digits 3 h 0.001 x2[1] (analytic) 1.0282602416813664 x2[1] (numeric) 1.02892140221135 absolute error 0.000661160529983551 relative error 0.06429894915536655% Correct digits 3 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1726.3487144570634 Order of pole 236048.80945737546 TOP MAIN SOLVE Loop t[1] 2.4759999999998925 x1[1] (analytic) 2.000151341964802 x1[1] (numeric) 1.9997374035884554 absolute error 0.0004139383763466231 relative error 0.020695352779655184% Correct digits 3 h 0.001 x2[1] (analytic) 1.028316742938309 x2[1] (numeric) 1.0289800984219248 absolute error 0.0006633554836157352 relative error 0.06450886734764867% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 77566.11298480917 Order of pole 316658661.5283645 TOP MAIN SOLVE Loop t[1] 2.4769999999998924 x1[1] (analytic) 2.000151190698483 x1[1] (numeric) 1.9997363371903571 absolute error 0.0004148535081258675 relative error 0.020741107475030145% Correct digits 3 h 0.001 x2[1] (analytic) 1.0283733573865907 x2[1] (numeric) 1.0290389137427887 absolute error 0.0006655563561979161 relative error 0.0647193309139491% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 77606.13007506612 Order of pole 316984776.3717926 TOP MAIN SOLVE Loop t[1] 2.4779999999998923 x1[1] (analytic) 2.0001510395833546 x1[1] (numeric) 1.9997352697253274 absolute error 0.0004157698580271596 relative error 0.020786923077257574% Correct digits 3 h 0.001 x2[1] (analytic) 1.028430085252744 x2[1] (numeric) 1.0290978484140019 absolute error 0.0006677631612579393 relative error 0.06493034099579378% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 77644.96892621748 Order of pole 317302115.3361929 TOP MAIN SOLVE Loop t[1] 2.478999999999892 x1[1] (analytic) 2.0001508886192663 x1[1] (numeric) 1.9997342011922987 absolute error 0.00041668742696754357 relative error 0.0208327996321912% Correct digits 3 h 0.001 x2[1] (analytic) 1.0284869267637562 x2[1] (numeric) 1.0291569026761065 absolute error 0.0006699759123502957 relative error 0.06514189873647168% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 77683.39415443869 Order of pole 317616495.5463593 TOP MAIN SOLVE Loop t[1] 2.479999999999892 x1[1] (analytic) 2.000150737806066 x1[1] (numeric) 1.9997331315902025 absolute error 0.00041760621586361957 relative error 0.02087873718566258% Correct digits 3 h 0.001 x2[1] (analytic) 1.0285438821470694 x2[1] (numeric) 1.0292160767701284 absolute error 0.0006721946230590081 relative error 0.06535400528131209% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 77722.32053208168 Order of pole 317934928.4021102 TOP MAIN SOLVE Loop t[1] 2.480999999999892 x1[1] (analytic) 2.0001505871436036 x1[1] (numeric) 1.9997320609179692 absolute error 0.0004185262256344302 relative error 0.020924735783625352% Correct digits 3 h 0.001 x2[1] (analytic) 1.02860095163058 x2[1] (numeric) 1.029275370937577 absolute error 0.0006744193069969651 relative error 0.0655666617776163% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 77761.72241952535 Order of pole 318257045.866542 TOP MAIN SOLVE Loop t[1] 2.481999999999892 x1[1] (analytic) 2.0001504366317286 x1[1] (numeric) 1.9997309891745283 absolute error 0.00041944745720035037 relative error 0.020970795472099773% Correct digits 3 h 0.001 x2[1] (analytic) 1.028658135442642 x2[1] (numeric) 1.0293347854204473 absolute error 0.0006766499778052548 relative error 0.0657798693745892% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 77800.73483773768 Order of pole 318576373.7174027 TOP MAIN SOLVE Loop t[1] 2.4829999999998917 x1[1] (analytic) 2.0001502862702902 x1[1] (numeric) 1.9997299163588078 absolute error 0.0004203699114824211 relative error 0.021016916297139403% Correct digits 3 h 0.001 x2[1] (analytic) 1.0287154338120654 x2[1] (numeric) 1.02939432046122 absolute error 0.0006788866491544976 relative error 0.06599362922346536% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 77839.06296438316 Order of pole 318890695.62814057 TOP MAIN SOLVE Loop t[1] 2.4839999999998916 x1[1] (analytic) 2.000150136059138 x1[1] (numeric) 1.999728842469735 absolute error 0.0004212935894027936 relative error 0.02106309830485332% Correct digits 3 h 0.001 x2[1] (analytic) 1.0287728469681194 x2[1] (numeric) 1.029453976302863 absolute error 0.0006811293347435132 relative error 0.06620794247737574% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 77878.89799155711 Order of pole 319216803.6577132 TOP MAIN SOLVE Loop t[1] 2.4849999999998915 x1[1] (analytic) 2.0001499859981218 x1[1] (numeric) 1.9997277675062362 absolute error 0.00042221849188561755 relative error 0.021109341541450485% Correct digits 3 h 0.001 x2[1] (analytic) 1.0288303751405312 x2[1] (numeric) 1.029513753188832 absolute error 0.0006833780483008756 relative error 0.06642281029149541% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 77916.90337818646 Order of pole 319528927.61142117 TOP MAIN SOLVE Loop t[1] 2.4859999999998914 x1[1] (analytic) 2.0001498360870915 x1[1] (numeric) 1.999726691467236 absolute error 0.0004231446198554867 relative error 0.021155646053162086% Correct digits 3 h 0.001 x2[1] (analytic) 1.028888018559489 x2[1] (numeric) 1.0295736513630727 absolute error 0.0006856328035835801 relative error 0.06663823382291022% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 77956.28937761851 Order of pole 319851876.6929023 TOP MAIN SOLVE Loop t[1] 2.4869999999998913 x1[1] (analytic) 2.000149686325898 x1[1] (numeric) 1.9997256143516586 absolute error 0.00042407197423921517 relative error 0.021202011886330304% Correct digits 3 h 0.001 x2[1] (analytic) 1.028945777455642 x2[1] (numeric) 1.0296336710700194 absolute error 0.0006878936143772663 relative error 0.06685421423063485% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 77993.90898079044 Order of pole 320161317.71107113 TOP MAIN SOLVE Loop t[1] 2.487999999999891 x1[1] (analytic) 2.0001495367143898 x1[1] (numeric) 1.999724536158427 absolute error 0.000425000555962729 relative error 0.021248439087252942% Correct digits 3 h 0.001 x2[1] (analytic) 1.0290036520600998 x2[1] (numeric) 1.0296938125545982 absolute error 0.0006901604944984374 relative error 0.0670707526758251% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 78033.9979285518 Order of pole 320489832.97549784 TOP MAIN SOLVE Loop t[1] 2.488999999999891 x1[1] (analytic) 2.000149387252419 x1[1] (numeric) 1.9997234568864628 absolute error 0.00042593036595617306 relative error 0.02129492770243869% Correct digits 3 h 0.001 x2[1] (analytic) 1.0290616426044363 x2[1] (numeric) 1.029754076062227 absolute error 0.0006924334577906865 relative error 0.06728785032140712% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 78073.78262442931 Order of pole 320816302.8557301 TOP MAIN SOLVE Loop t[1] 2.489999999999891 x1[1] (analytic) 2.0001492379398353 x1[1] (numeric) 1.999722376534687 absolute error 0.0004268614051483599 relative error 0.021341477778329655% Correct digits 3 h 0.001 x2[1] (analytic) 1.0291197493206883 x2[1] (numeric) 1.0298144618388168 absolute error 0.0006947125181284708 relative error 0.06750550833244078% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 78110.2804354429 Order of pole 321117737.9729443 TOP MAIN SOLVE Loop t[1] 2.490999999999891 x1[1] (analytic) 2.0001490887764897 x1[1] (numeric) 1.999721295102019 absolute error 0.00042779367447076666 relative error 0.021388089361501154% Correct digits 3 h 0.001 x2[1] (analytic) 1.0291779724413572 x2[1] (numeric) 1.0298749701307721 absolute error 0.000696997689414891 relative error 0.06772372787590011% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 78151.23735048377 Order of pole 321453627.36430323 TOP MAIN SOLVE Loop t[1] 2.4919999999998907 x1[1] (analytic) 2.0001489397622327 x1[1] (numeric) 1.9997202125873772 absolute error 0.0004287271748555366 relative error 0.021434762498561803% Correct digits 3 h 0.001 x2[1] (analytic) 1.0292363121994106 x2[1] (numeric) 1.0299356011849927 absolute error 0.000699288985582136 relative error 0.06794251012071283% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 78190.2753472218 Order of pole 321774785.43747807 TOP MAIN SOLVE Loop t[1] 2.4929999999998906 x1[1] (analytic) 2.0001487908969153 x1[1] (numeric) 1.9997191289896794 absolute error 0.0004296619072359231 relative error 0.02148149723617573% Correct digits 3 h 0.001 x2[1] (analytic) 1.0292947688282816 x2[1] (numeric) 1.0299963552488745 absolute error 0.0007015864205928146 relative error 0.06816185623788602% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 78230.81925395534 Order of pole 322107876.90137833 TOP MAIN SOLVE Loop t[1] 2.4939999999998905 x1[1] (analytic) 2.000148642180389 x1[1] (numeric) 1.999718044307842 absolute error 0.0004305978725471782 relative error 0.02152829362110696% Correct digits 3 h 0.001 x2[1] (analytic) 1.0293533425618717 x2[1] (numeric) 1.0300572325703095 absolute error 0.0007038900084377353 relative error 0.06838176740028669% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 78268.70370013632 Order of pole 322420688.87115085 TOP MAIN SOLVE Loop t[1] 2.4949999999998904 x1[1] (analytic) 2.0001484936125054 x1[1] (numeric) 1.9997169585407801 absolute error 0.00043153507172521977 relative error 0.021575151700152836% Correct digits 3 h 0.001 x2[1] (analytic) 1.02941203363455 x2[1] (numeric) 1.0301182333976884 absolute error 0.0007061997631383488 relative error 0.06860224478287531% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 78307.49837533926 Order of pole 322740450.4101482 TOP MAIN SOLVE Loop t[1] 2.4959999999998903 x1[1] (analytic) 2.000148345193115 x1[1] (numeric) 1.9997158716874084 absolute error 0.00043247350570640997 relative error 0.0216220715201329% Correct digits 3 h 0.001 x2[1] (analytic) 1.0294708422811554 x2[1] (numeric) 1.0301793579799006 absolute error 0.0007085156987451935 relative error 0.06882328956255111% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 78346.50994052152 Order of pole 323062209.8627879 TOP MAIN SOLVE Loop t[1] 2.49699999999989 x1[1] (analytic) 2.0001481969220696 x1[1] (numeric) 1.9997147837466396 absolute error 0.00043341317542999747 relative error 0.021669053128011005% Correct digits 3 h 0.001 x2[1] (analytic) 1.0295297687369964 x2[1] (numeric) 1.0302406065663354 absolute error 0.0007108378293390061 relative error 0.06904490291825613% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 78385.34370009069 Order of pole 323382686.4874143 TOP MAIN SOLVE Loop t[1] 2.49799999999989 x1[1] (analytic) 2.0001480487992214 x1[1] (numeric) 1.999713694717386 absolute error 0.000434354081835453 relative error 0.021716096570762112% Correct digits 3 h 0.001 x2[1] (analytic) 1.0295888132378532 x2[1] (numeric) 1.0303019794068828 absolute error 0.0007131661690296109 relative error 0.06926708603086355% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 78425.04210020673 Order of pole 323709999.9293195 TOP MAIN SOLVE Loop t[1] 2.49899999999989 x1[1] (analytic) 2.000147900824422 x1[1] (numeric) 1.9997126045985583 absolute error 0.0004352962258635795 relative error 0.02176320189542778% Correct digits 3 h 0.001 x2[1] (analytic) 1.0296479760199782 x2[1] (numeric) 1.030363476751935 absolute error 0.0007155007319568085 relative error 0.06948984008326024% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 78463.85858525189 Order of pole 324030718.98610723 TOP MAIN SOLVE Loop t[1] 2.49999999999989 x1[1] (analytic) 2.000147752997523 x1[1] (numeric) 1.9997115133890664 absolute error 0.0004362396084567344 relative error 0.021810369149127283% Correct digits 3 h 0.001 x2[1] (analytic) 1.029707257320096 x2[1] (numeric) 1.0304250988523869 absolute error 0.0007178415322908194 relative error 0.06971316626038601% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 78502.71021858111 Order of pole 324351871.3599204 TOP MAIN SOLVE Loop t[1] 2.5009999999998898 x1[1] (analytic) 2.0001476053183773 x1[1] (numeric) 1.9997104210878194 absolute error 0.000437184230557941 relative error 0.0218575983790132% Correct digits 3 h 0.001 x2[1] (analytic) 1.0297666573754063 x2[1] (numeric) 1.0304868459596375 absolute error 0.0007201885842311739 relative error 0.06993706574912202% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 78543.76820620461 Order of pole 324690469.99053824 TOP MAIN SOLVE Loop t[1] 2.5019999999998896 x1[1] (analytic) 2.000147457786837 x1[1] (numeric) 1.9997093276937248 absolute error 0.0004381300931122212 relative error 0.021904889632338012% Correct digits 3 h 0.001 x2[1] (analytic) 1.0298261764235832 x2[1] (numeric) 1.0305487183255906 absolute error 0.0007225419020073787 relative error 0.07016153973835156% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 78581.93059726986 Order of pole 325006556.8894797 TOP MAIN SOLVE Loop t[1] 2.5029999999998895 x1[1] (analytic) 2.0001473104027547 x1[1] (numeric) 1.9997082332056892 absolute error 0.000439077197065485 relative error 0.02195224295639861% Correct digits 3 h 0.001 x2[1] (analytic) 1.0298858147027765 x2[1] (numeric) 1.030610716202656 absolute error 0.0007249014998795822 relative error 0.07038658941902094% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 78622.3310539913 Order of pole 325340192.08844894 TOP MAIN SOLVE Loop t[1] 2.5039999999998894 x1[1] (analytic) 2.0001471631659826 x1[1] (numeric) 1.999707137622618 absolute error 0.0004400255433645306 relative error 0.021999658398536296% Correct digits 3 h 0.001 x2[1] (analytic) 1.0299455724516133 x2[1] (numeric) 1.0306728398437508 absolute error 0.000727267392137465 relative error 0.07061221598402784% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 78661.39508701042 Order of pole 325663788.43042505 TOP MAIN SOLVE Loop t[1] 2.5049999999998893 x1[1] (analytic) 2.0001470160763737 x1[1] (numeric) 1.999706040943416 absolute error 0.0004409751329577105 relative error 0.022047136006170073% Correct digits 3 h 0.001 x2[1] (analytic) 1.0300054499091984 x2[1] (numeric) 1.0307350895022995 absolute error 0.0007296395931011279 relative error 0.0708384206283035% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 78699.77511966544 Order of pole 325982058.30846876 TOP MAIN SOLVE Loop t[1] 2.505999999999889 x1[1] (analytic) 2.000146869133781 x1[1] (numeric) 1.9997049431669862 absolute error 0.0004419259667947095 relative error 0.02209467582678555% Correct digits 3 h 0.001 x2[1] (analytic) 1.030065447315115 x2[1] (numeric) 1.0307974654322358 absolute error 0.0007320181171208695 relative error 0.07106520454878751% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 78738.29487680829 Order of pole 326301795.19130653 TOP MAIN SOLVE Loop t[1] 2.506999999999889 x1[1] (analytic) 2.000146722338057 x1[1] (numeric) 1.9997038442922308 absolute error 0.0004428780458261006 relative error 0.02214227790791275% Correct digits 3 h 0.001 x2[1] (analytic) 1.030125564909426 x2[1] (numeric) 1.0308599678880037 absolute error 0.0007344029785776307 relative error 0.0712925689444668% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 78780.5569295272 Order of pole 326650563.93288463 TOP MAIN SOLVE Loop t[1] 2.507999999999889 x1[1] (analytic) 2.0001465756890555 x1[1] (numeric) 1.999702744318051 absolute error 0.000443831371004455 relative error 0.022189942297181596% Correct digits 3 h 0.001 x2[1] (analytic) 1.0301858029326758 x2[1] (numeric) 1.030922597124558 absolute error 0.0007367941918821064 relative error 0.07152051501628556% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 78818.3919779726 Order of pole 326965241.6386197 TOP MAIN SOLVE Loop t[1] 2.508999999999889 x1[1] (analytic) 2.00014642918663 x1[1] (numeric) 1.999701643243347 absolute error 0.0004447859432832324 relative error 0.022237669042266414% Correct digits 3 h 0.001 x2[1] (analytic) 1.03024616162589 x2[1] (numeric) 1.0309853533973654 absolute error 0.0007391917714754115 relative error 0.07174904396720595% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 78857.68082620362 Order of pole 327291380.8727772 TOP MAIN SOLVE Loop t[1] 2.5099999999998888 x1[1] (analytic) 2.0001462828306336 x1[1] (numeric) 1.9997005410670174 absolute error 0.0004457417636161143 relative error 0.02228545819085265% Correct digits 3 h 0.001 x2[1] (analytic) 1.0303066412305761 x2[1] (numeric) 1.031048236962406 absolute error 0.0007415957318299693 relative error 0.07197815700229043% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 78898.24932403151 Order of pole 327627589.9084874 TOP MAIN SOLVE Loop t[1] 2.5109999999998887 x1[1] (analytic) 2.00014613662092 x1[1] (numeric) 1.9996994377879604 absolute error 0.0004466988329594468 relative error 0.02233330979075895% Correct digits 3 h 0.001 x2[1] (analytic) 1.0303672419887262 x2[1] (numeric) 1.0311112480761744 absolute error 0.0007440060874481791 relative error 0.07220785532856834% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 78937.09822689062 Order of pole 327950748.4513243 TOP MAIN SOLVE Loop t[1] 2.5119999999998885 x1[1] (analytic) 2.000145990557343 x1[1] (numeric) 1.9996983334050724 absolute error 0.00044765715227068625 relative error 0.022381223889859463% Correct digits 3 h 0.001 x2[1] (analytic) 1.0304279641428162 x2[1] (numeric) 1.0311743869956793 absolute error 0.0007464228528630823 relative error 0.07243814015509666% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 78975.51060016561 Order of pole 328270473.8950356 TOP MAIN SOLVE Loop t[1] 2.5129999999998884 x1[1] (analytic) 2.0001458446397566 x1[1] (numeric) 1.9996972279172491 absolute error 0.00044861672250751106 relative error 0.02242920053603945% Correct digits 3 h 0.001 x2[1] (analytic) 1.0304888079358083 x2[1] (numeric) 1.0312376539784465 absolute error 0.0007488460426381405 relative error 0.07266901269293435% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 79015.15127223988 Order of pole 328600032.67371935 TOP MAIN SOLVE Loop t[1] 2.5139999999998883 x1[1] (analytic) 2.000145698868015 x1[1] (numeric) 1.999696121323385 absolute error 0.00044957754462982 relative error 0.022477239777295176% Correct digits 3 h 0.001 x2[1] (analytic) 1.0305497736111502 x2[1] (numeric) 1.0313010492825185 absolute error 0.0007512756713683455 relative error 0.07290047415524627% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 79055.22514341674 Order of pole 328933217.72478145 TOP MAIN SOLVE Loop t[1] 2.514999999999888 x1[1] (analytic) 2.000145553241972 x1[1] (numeric) 1.9996950136223737 absolute error 0.00045053961959840017 relative error 0.022525341661667315% Correct digits 3 h 0.001 x2[1] (analytic) 1.0306108614127782 x2[1] (numeric) 1.0313645731664565 absolute error 0.0007537117536782212 relative error 0.07313252575710494% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 79097.46664140836 Order of pole 329283298.38367236 TOP MAIN SOLVE Loop t[1] 2.515999999999888 x1[1] (analytic) 2.0001454077614826 x1[1] (numeric) 1.9996939048131073 absolute error 0.00045150294837537075 relative error 0.02257350623726315% Correct digits 3 h 0.001 x2[1] (analytic) 1.0306720715851156 x2[1] (numeric) 1.0314282258893406 absolute error 0.0007561543042249319 relative error 0.07336516871578844% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 79134.37015766223 Order of pole 329592062.92861265 TOP MAIN SOLVE Loop t[1] 2.516999999999888 x1[1] (analytic) 2.0001452624264004 x1[1] (numeric) 1.999692794894477 absolute error 0.0004524675319235172 relative error 0.02262173355222327% Correct digits 3 h 0.001 x2[1] (analytic) 1.0307334043730767 x2[1] (numeric) 1.0314920077107714 absolute error 0.0007586033376947299 relative error 0.07359840425043132% Correct digits 3 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1653.3773596509507 Order of pole 312088.66642418737 TOP MAIN SOLVE Loop t[1] 2.517999999999888 x1[1] (analytic) 2.000145117236581 x1[1] (numeric) 1.9996916838653729 absolute error 0.0004534333712082894 relative error 0.022670023654821462% Correct digits 3 h 0.001 x2[1] (analytic) 1.0307948600220647 x2[1] (numeric) 1.0315559188908712 absolute error 0.0007610588688065079 relative error 0.07383223358236546% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 79212.25891678913 Order of pole 330241917.48480725 TOP MAIN SOLVE Loop t[1] 2.5189999999998878 x1[1] (analytic) 2.000144972191879 x1[1] (numeric) 1.999690571724684 absolute error 0.0004544004671951374 relative error 0.022718376593331535% Correct digits 3 h 0.001 x2[1] (analytic) 1.0308564387779753 x2[1] (numeric) 1.031619959690284 absolute error 0.0007635209123086906 relative error 0.07406665793481422% Correct digits 3 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1309.848415088578 Order of pole 49531.86010852441 TOP MAIN SOLVE Loop t[1] 2.5199999999998877 x1[1] (analytic) 2.000144827292149 x1[1] (numeric) 1.9996894584712983 absolute error 0.0004553688208508433 relative error 0.022766792416093893% Correct digits 3 h 0.001 x2[1] (analytic) 1.0309181408871961 x2[1] (numeric) 1.031684130370178 absolute error 0.0007659894829818992 relative error 0.07430167853314693% Correct digits 3 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 3531.7452614879403 Order of pole 1683142.596933868 TOP MAIN SOLVE Loop t[1] 2.5209999999998876 x1[1] (analytic) 2.0001446825372464 x1[1] (numeric) 1.9996883441041025 absolute error 0.0004563384331439657 relative error 0.022815271171537754% Correct digits 3 h 0.001 x2[1] (analytic) 1.030979966596608 x2[1] (numeric) 1.0317484311922456 absolute error 0.000768464595637619 relative error 0.07453729660474544% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 79332.06525614162 Order of pole 331241107.0246944 TOP MAIN SOLVE Loop t[1] 2.5219999999998874 x1[1] (analytic) 2.0001445379270266 x1[1] (numeric) 1.999687228621982 absolute error 0.00045730930504461753 relative error 0.02286381290817004% Correct digits 3 h 0.001 x2[1] (analytic) 1.0310419161535862 x2[1] (numeric) 1.0318128624187048 absolute error 0.0007709462651186438 relative error 0.07477351337904307% Correct digits 3 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1979.129204491376 Order of pole 65977.05609715953 TOP MAIN SOLVE Loop t[1] 2.5229999999998873 x1[1] (analytic) 2.000144393461344 x1[1] (numeric) 1.9996861120238214 absolute error 0.00045828143752268957 relative error 0.02291241767448659% Correct digits 3 h 0.001 x2[1] (analytic) 1.0311039898060013 x2[1] (numeric) 1.0318774243123003 absolute error 0.0007734345062990755 relative error 0.07501033008752052% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 79412.03790413882 Order of pole 331908992.7791214 TOP MAIN SOLVE Loop t[1] 2.5239999999998872 x1[1] (analytic) 2.000144249140056 x1[1] (numeric) 1.9996849943085042 absolute error 0.0004592548315516254 relative error 0.022961085519160825% Correct digits 3 h 0.001 x2[1] (analytic) 1.0311661878022207 x2[1] (numeric) 1.0319421171363046 absolute error 0.0007759293340838802 relative error 0.07524774796365848% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 79451.61390170817 Order of pole 332240066.4576306 TOP MAIN SOLVE Loop t[1] 2.524999999999887 x1[1] (analytic) 2.000144104963016 x1[1] (numeric) 1.9996838754749127 absolute error 0.00046022948810353626 relative error 0.023009816490799605% Correct digits 3 h 0.001 x2[1] (analytic) 1.0312285103911079 x2[1] (numeric) 1.0320069411545185 absolute error 0.0007784307634106646 relative error 0.07548576824310588% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 79492.1449423572 Order of pole 332578641.7994176 TOP MAIN SOLVE Loop t[1] 2.525999999999887 x1[1] (analytic) 2.0001439609300817 x1[1] (numeric) 1.9996827555219279 absolute error 0.0004612054081538641 relative error 0.023058610638176272% Correct digits 3 h 0.001 x2[1] (analytic) 1.0312909578220262 x2[1] (numeric) 1.0320718966312732 absolute error 0.0007809388092470115 relative error 0.0757243921634171% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 79530.94331083639 Order of pole 332903747.7370487 TOP MAIN SOLVE Loop t[1] 2.526999999999887 x1[1] (analytic) 2.000143817041108 x1[1] (numeric) 1.99968163444843 absolute error 0.00046218259267805095 relative error 0.023107468010064195% Correct digits 3 h 0.001 x2[1] (analytic) 1.0313535303448367 x2[1] (numeric) 1.0321369838314303 absolute error 0.0007834534865935883 relative error 0.07596362096434943% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 79572.06622626111 Order of pole 333247469.3225889 TOP MAIN SOLVE Loop t[1] 2.527999999999887 x1[1] (analytic) 2.0001436732959514 x1[1] (numeric) 1.999680512253298 absolute error 0.0004631610426535371 relative error 0.023156388655336632% Correct digits 3 h 0.001 x2[1] (analytic) 1.0314162282099018 x2[1] (numeric) 1.0322022030203835 absolute error 0.0007859748104817044 relative error 0.07620345588762173% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 79610.03229867268 Order of pole 333566466.9999149 TOP MAIN SOLVE Loop t[1] 2.5289999999998867 x1[1] (analytic) 2.0001435296944683 x1[1] (numeric) 1.9996793889354094 absolute error 0.0004641407590588731 relative error 0.023205372622922358% Correct digits 3 h 0.001 x2[1] (analytic) 1.031479051668085 x2[1] (numeric) 1.0322675544640596 absolute error 0.0007885027959746438 relative error 0.07644389817703953% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 79650.02859042688 Order of pole 333901668.40261495 TOP MAIN SOLVE Loop t[1] 2.5299999999998866 x1[1] (analytic) 2.0001433862365148 x1[1] (numeric) 1.999678264493641 absolute error 0.00046512174287371977 relative error 0.02325441996180566% Correct digits 3 h 0.001 x2[1] (analytic) 1.031542000970752 x2[1] (numeric) 1.0323330384289193 absolute error 0.0007910374581672208 relative error 0.07668494907844761% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 79689.36932051042 Order of pole 334231937.79584503 TOP MAIN SOLVE Loop t[1] 2.5309999999998865 x1[1] (analytic) 2.0001432429219475 x1[1] (numeric) 1.9996771389268686 absolute error 0.00046610399507884814 relative error 0.02330353072102632% Correct digits 3 h 0.001 x2[1] (analytic) 1.031605076369772 x2[1] (numeric) 1.0323986551819588 absolute error 0.0007935788121868903 relative error 0.07692660983983345% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 79729.53631499385 Order of pole 334568694.4747416 TOP MAIN SOLVE Loop t[1] 2.5319999999998863 x1[1] (analytic) 2.000143099750623 x1[1] (numeric) 1.9996760122339663 absolute error 0.00046708751665658355 relative error 0.02335270494970184% Correct digits 3 h 0.001 x2[1] (analytic) 1.0316682781175177 x2[1] (numeric) 1.0324644049907101 absolute error 0.0007961268731924154 relative error 0.07716888171119363% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 79769.83523936168 Order of pole 334906730.28791565 TOP MAIN SOLVE Loop t[1] 2.5329999999998862 x1[1] (analytic) 2.0001429567223985 x1[1] (numeric) 1.9996748844138077 absolute error 0.0004680723085908056 relative error 0.02340194269702742% Correct digits 3 h 0.001 x2[1] (analytic) 1.0317316064668685 x2[1] (numeric) 1.0325302881232425 absolute error 0.0007986816563740895 relative error 0.07741176594455113% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 79808.66057609339 Order of pole 335233327.4075659 TOP MAIN SOLVE Loop t[1] 2.533999999999886 x1[1] (analytic) 2.0001428138371304 x1[1] (numeric) 1.9996737554652648 absolute error 0.00046905837186561605 relative error 0.02345124401220937% Correct digits 3 h 0.001 x2[1] (analytic) 1.031795061671209 x2[1] (numeric) 1.032596304848164 absolute error 0.0008012431769548467 relative error 0.07765526379405857% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 79849.35822824782 Order of pole 335575106.8283121 TOP MAIN SOLVE Loop t[1] 2.534999999999886 x1[1] (analytic) 2.0001426710946766 x1[1] (numeric) 1.9996726253872088 absolute error 0.00047004570746778107 relative error 0.02350060894458721% Correct digits 3 h 0.001 x2[1] (analytic) 1.0318586439844317 x2[1] (numeric) 1.0326624554346215 absolute error 0.0008038114501898175 relative error 0.07789937651595087% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 79889.26004388706 Order of pole 335910447.3714686 TOP MAIN SOLVE Loop t[1] 2.535999999999886 x1[1] (analytic) 2.0001425284948935 x1[1] (numeric) 1.9996714941785094 absolute error 0.0004710343163840669 relative error 0.023550037543500466% Correct digits 3 h 0.001 x2[1] (analytic) 1.031922353660937 x2[1] (numeric) 1.0327287401523033 absolute error 0.0008063864913663288 relative error 0.0781441053685408% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 79929.24056114975 Order of pole 336246761.12657654 TOP MAIN SOLVE Loop t[1] 2.536999999999886 x1[1] (analytic) 2.000142386037639 x1[1] (numeric) 1.9996703618380356 absolute error 0.0004720241996034602 relative error 0.02359952985839967% Correct digits 3 h 0.001 x2[1] (analytic) 1.0319861909556354 x2[1] (numeric) 1.0327951592714386 absolute error 0.0008089683158032379 relative error 0.07838945161215002% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 79968.91157412868 Order of pole 336580779.5080274 TOP MAIN SOLVE Loop t[1] 2.5379999999998857 x1[1] (analytic) 2.0001422437227707 x1[1] (numeric) 1.9996692283646549 absolute error 0.00047301535811583584 relative error 0.023649085938779763% Correct digits 3 h 0.001 x2[1] (analytic) 1.0320501561239472 x2[1] (numeric) 1.0328617130627995 absolute error 0.0008115569388522648 relative error 0.0786354165092339% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 80010.17634105786 Order of pole 336927572.4263388 TOP MAIN SOLVE Loop t[1] 2.5389999999998856 x1[1] (analytic) 2.0001421015501464 x1[1] (numeric) 1.9996680937572338 absolute error 0.00047400779291262296 relative error 0.023698705834213397% Correct digits 3 h 0.001 x2[1] (analytic) 1.0321142494218045 x2[1] (numeric) 1.0329284017977018 absolute error 0.0008141523758973257 relative error 0.07888200132431249% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 80049.82682053112 Order of pole 337261923.3284048 TOP MAIN SOLVE Loop t[1] 2.5399999999998855 x1[1] (analytic) 2.000141959519623 x1[1] (numeric) 1.9996669580146378 absolute error 0.00047500150498525073 relative error 0.023748389594273226% Correct digits 3 h 0.001 x2[1] (analytic) 1.0321784711056514 x2[1] (numeric) 1.0329952257480064 absolute error 0.0008167546423549776 relative error 0.07912920732400903% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 80089.48698248625 Order of pole 337596254.44663507 TOP MAIN SOLVE Loop t[1] 2.5409999999998854 x1[1] (analytic) 2.00014181763106 x1[1] (numeric) 1.9996658211357312 absolute error 0.00047599649532870103 relative error 0.023798137268709506% Correct digits 3 h 0.001 x2[1] (analytic) 1.0322428214324457 x2[1] (numeric) 1.03306218518612 absolute error 0.000819363753674196 relative error 0.07937703577702415% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 80129.5507929974 Order of pole 337934231.8959865 TOP MAIN SOLVE Loop t[1] 2.5419999999998852 x1[1] (analytic) 2.000141675884314 x1[1] (numeric) 1.9996646831193772 absolute error 0.0004769927649368455 relative error 0.02384794890721702% Correct digits 3 h 0.001 x2[1] (analytic) 1.03230730065966 x2[1] (numeric) 1.033129280384996 absolute error 0.0008219797253361527 relative error 0.07962548795410972% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 80169.22384612524 Order of pole 338268955.0779822 TOP MAIN SOLVE Loop t[1] 2.542999999999885 x1[1] (analytic) 2.0001415342792437 x1[1] (numeric) 1.9996635439644375 absolute error 0.00047799031480622034 relative error 0.023897824559623748% Correct digits 3 h 0.001 x2[1] (analytic) 1.0323719090452819 x2[1] (numeric) 1.033196511618137 absolute error 0.0008246025728551043 relative error 0.0798745651281505% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 80210.8079329753 Order of pole 338619262.3168299 TOP MAIN SOLVE Loop t[1] 2.543999999999885 x1[1] (analytic) 2.000141392815708 x1[1] (numeric) 1.999662403669773 absolute error 0.0004789891459351381 relative error 0.023947764275846467% Correct digits 3 h 0.001 x2[1] (analytic) 1.032436646847816 x2[1] (numeric) 1.0332638791595938 absolute error 0.0008272323117777258 relative error 0.08012426857409509% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 80248.93646894967 Order of pole 338942252.2375657 TOP MAIN SOLVE Loop t[1] 2.544999999999885 x1[1] (analytic) 2.0001412514935653 x1[1] (numeric) 1.9996612622342436 absolute error 0.00047998925932168923 relative error 0.023997768105790875% Correct digits 3 h 0.001 x2[1] (analytic) 1.0325015143262846 x2[1] (numeric) 1.0333313832839683 absolute error 0.000829868957683777 relative error 0.08037459956901594% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 80290.91285817623 Order of pole 339295939.15766 TOP MAIN SOLVE Loop t[1] 2.545999999999885 x1[1] (analytic) 2.000141110312674 x1[1] (numeric) 1.9996601196567076 absolute error 0.00048099065596618473 relative error 0.024047836099473675% Correct digits 3 h 0.001 x2[1] (analytic) 1.0325665117402278 x2[1] (numeric) 1.0333990242664133 absolute error 0.000832512526185436 relative error 0.08062555939204029% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 80330.05806267886 Order of pole 339627542.0145796 TOP MAIN SOLVE Loop t[1] 2.5469999999998847 x1[1] (analytic) 2.000140969272893 x1[1] (numeric) 1.9996589759360228 absolute error 0.0004819933368702678 relative error 0.024097968306978173% Correct digits 3 h 0.001 x2[1] (analytic) 1.0326316393497064 x2[1] (numeric) 1.0334668023826343 absolute error 0.0008351630329279658 relative error 0.08087714932441008% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 80370.16914340762 Order of pole 339966718.66272277 TOP MAIN SOLVE Loop t[1] 2.5479999999998846 x1[1] (analytic) 2.0001408283740814 x1[1] (numeric) 1.9996578310710453 absolute error 0.0004829973030360257 relative error 0.024148164778409892% Correct digits 3 h 0.001 x2[1] (analytic) 1.032696897415301 x2[1] (numeric) 1.033534717908891 absolute error 0.0008378204935899358 relative error 0.08112937064949897% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 80408.98054601985 Order of pole 340295878.96529305 TOP MAIN SOLVE Loop t[1] 2.5489999999998845 x1[1] (analytic) 2.000140687616098 x1[1] (numeric) 1.99965668506063 absolute error 0.00048400255546776627 relative error 0.024198425563985354% Correct digits 3 h 0.001 x2[1] (analytic) 1.0327622861981147 x2[1] (numeric) 1.0336027711219973 absolute error 0.0008404849238825562 relative error 0.08138222465274318% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 80450.86609015912 Order of pole 340649803.75637347 TOP MAIN SOLVE Loop t[1] 2.5499999999998844 x1[1] (analytic) 2.0001405469988023 x1[1] (numeric) 1.9996555379036314 absolute error 0.0004850090951709074 relative error 0.024248750713976593% Correct digits 3 h 0.001 x2[1] (analytic) 1.032827805959773 x2[1] (numeric) 1.033670962299323 absolute error 0.0008431563395498998 relative error 0.08163571262165838% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 80491.09718903879 Order of pole 340990491.2217448 TOP MAIN SOLVE Loop t[1] 2.5509999999998842 x1[1] (analytic) 2.0001404065220534 x1[1] (numeric) 1.9996543895989018 absolute error 0.0004860169231515332 relative error 0.02429914027868895% Correct digits 3 h 0.001 x2[1] (analytic) 1.0328934569624255 x2[1] (numeric) 1.0337392917187953 absolute error 0.0008458347563697899 relative error 0.08188983584592109% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 80531.02480047524 Order of pole 341328980.80415887 TOP MAIN SOLVE Loop t[1] 2.551999999999884 x1[1] (analytic) 2.0001402661857113 x1[1] (numeric) 1.999653240145293 absolute error 0.0004870260404181703 relative error 0.02434959430854988% Correct digits 3 h 0.001 x2[1] (analytic) 1.0329592394687466 x2[1] (numeric) 1.0338077596588995 absolute error 0.0008485201901529127 relative error 0.08214459561727805% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 80571.62166867251 Order of pole 341672978.1022947 TOP MAIN SOLVE Loop t[1] 2.552999999999884 x1[1] (analytic) 2.000140125989635 x1[1] (numeric) 1.9996520895416559 absolute error 0.0004880364479793453 relative error 0.024400112853986827% Correct digits 3 h 0.001 x2[1] (analytic) 1.0330251537419362 x2[1] (numeric) 1.0338763663986796 absolute error 0.000851212656743483 relative error 0.08239999322960606% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 80612.10010048475 Order of pole 342016280.04999554 TOP MAIN SOLVE Loop t[1] 2.553999999999884 x1[1] (analytic) 2.0001399859336852 x1[1] (numeric) 1.9996509377868397 absolute error 0.0004890481468455832 relative error 0.024450695965527163% Correct digits 3 h 0.001 x2[1] (analytic) 1.0330912000457215 x2[1] (numeric) 1.0339451122177408 absolute error 0.0008539121720192444 relative error 0.08265602997890727% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 80653.09828853505 Order of pole 342364022.85590386 TOP MAIN SOLVE Loop t[1] 2.554999999999884 x1[1] (analytic) 2.000139846017721 x1[1] (numeric) 1.9996497848796926 absolute error 0.0004900611380285191 relative error 0.024501343693753765% Correct digits 3 h 0.001 x2[1] (analytic) 1.0331573786443584 x2[1] (numeric) 1.034013997396249 absolute error 0.000856618751890581 relative error 0.08291270716321845% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 80692.69073330784 Order of pole 342700546.30450016 TOP MAIN SOLVE Loop t[1] 2.5559999999998837 x1[1] (analytic) 2.0001397062416033 x1[1] (numeric) 1.9996486308190615 absolute error 0.0004910754225417868 relative error 0.024552056089349402% Correct digits 3 h 0.001 x2[1] (analytic) 1.033223689802631 x2[1] (numeric) 1.0340830222149333 absolute error 0.0008593324123022938 relative error 0.08317002608277842% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 80731.6259105591 Order of pole 343031914.29206395 TOP MAIN SOLVE Loop t[1] 2.5569999999998836 x1[1] (analytic) 2.0001395666051915 x1[1] (numeric) 1.9996474756037927 absolute error 0.0004920910013987978 relative error 0.02460283320298577% Correct digits 3 h 0.001 x2[1] (analytic) 1.033290133785854 x2[1] (numeric) 1.0341521869550863 absolute error 0.0008620531692322686 relative error 0.08342798803989415% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 80773.24406292371 Order of pole 343385323.2306039 TOP MAIN SOLVE Loop t[1] 2.5579999999998835 x1[1] (analytic) 2.0001394271083464 x1[1] (numeric) 1.999646319232731 absolute error 0.0004931078756154061 relative error 0.02465367508545667% Correct digits 3 h 0.001 x2[1] (analytic) 1.0333567108598734 x2[1] (numeric) 1.0342214918985655 absolute error 0.0008647810386921417 relative error 0.08368659433900062% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 80813.53102842983 Order of pole 343727980.3201904 TOP MAIN SOLVE Loop t[1] 2.5589999999998834 x1[1] (analytic) 2.0001392877509283 x1[1] (numeric) 1.9996451617047195 absolute error 0.0004941260462087982 relative error 0.024704581787622498% Correct digits 3 h 0.001 x2[1] (analytic) 1.0334234212910667 x2[1] (numeric) 1.0342909373277944 absolute error 0.0008675160367277446 relative error 0.08394584628669899% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 80853.33674531439 Order of pole 344066875.2721295 TOP MAIN SOLVE Loop t[1] 2.5599999999998833 x1[1] (analytic) 2.000139148532798 x1[1] (numeric) 1.9996440030186011 absolute error 0.0004951455141968264 relative error 0.02475555336037697% Correct digits 3 h 0.001 x2[1] (analytic) 1.033490265346346 x2[1] (numeric) 1.0343605235257638 absolute error 0.0008702581794177711 relative error 0.08420574519162285% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 80893.22138070673 Order of pole 344406782.1764485 TOP MAIN SOLVE Loop t[1] 2.560999999999883 x1[1] (analytic) 2.0001390094538163 x1[1] (numeric) 1.9996428431732172 absolute error 0.0004961662805991196 relative error 0.024806589854702608% Correct digits 3 h 0.001 x2[1] (analytic) 1.033557243293157 x2[1] (numeric) 1.0344302507760326 absolute error 0.0008730074828755541 relative error 0.08446629236460541% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 80933.12977767442 Order of pole 344747017.6438175 TOP MAIN SOLVE Loop t[1] 2.561999999999883 x1[1] (analytic) 2.000138870513844 x1[1] (numeric) 1.9996416821674077 absolute error 0.0004971883464361948 relative error 0.024857691321626338% Correct digits 3 h 0.001 x2[1] (analytic) 1.0336243553994813 x2[1] (numeric) 1.0345001193627292 absolute error 0.0008757639632479552 relative error 0.08472748911856715% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 80974.3235311637 Order of pole 345097624.02078265 TOP MAIN SOLVE Loop t[1] 2.562999999999883 x1[1] (analytic) 2.000138731712742 x1[1] (numeric) 1.9996405200000118 absolute error 0.0004982117127303454 relative error 0.024908857812263895% Correct digits 3 h 0.001 x2[1] (analytic) 1.0336916019338365 x2[1] (numeric) 1.0345701295705527 absolute error 0.0008785276367162531 relative error 0.08498933676859698% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 81016.88602278757 Order of pole 345459415.9122895 TOP MAIN SOLVE Loop t[1] 2.563999999999883 x1[1] (analytic) 2.000138593050372 x1[1] (numeric) 1.9996393566698671 absolute error 0.0004992363805049749 relative error 0.02496008937778653% Correct digits 3 h 0.001 x2[1] (analytic) 1.0337589831652787 x2[1] (numeric) 1.0346402816847735 absolute error 0.0008812985194948109 relative error 0.08525183663181844% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 81055.5003704635 Order of pole 345789848.7380888 TOP MAIN SOLVE Loop t[1] 2.5649999999998827 x1[1] (analytic) 2.000138454526595 x1[1] (numeric) 1.9996381921758104 absolute error 0.0005002623507848192 relative error 0.025011386069432092% Correct digits 3 h 0.001 x2[1] (analytic) 1.033826499363402 x2[1] (numeric) 1.0347105759912354 absolute error 0.0008840766278332968 relative error 0.08551499002759974% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 81096.9851752048 Order of pole 346143221.29998213 TOP MAIN SOLVE Loop t[1] 2.5659999999998826 x1[1] (analytic) 2.000138316141273 x1[1] (numeric) 1.9996370265166772 absolute error 0.0005012896245957243 relative error 0.025062747938493942% Correct digits 3 h 0.001 x2[1] (analytic) 1.0338941507983406 x2[1] (numeric) 1.034781012776356 absolute error 0.0008868619780153519 relative error 0.08577879827741988% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 81138.86393579378 Order of pole 346500195.18606466 TOP MAIN SOLVE Loop t[1] 2.5669999999998825 x1[1] (analytic) 2.0001381778942666 x1[1] (numeric) 1.999635859691302 absolute error 0.0005023182029646467 relative error 0.025114175036320952% Correct digits 3 h 0.001 x2[1] (analytic) 1.0339619377407694 x2[1] (numeric) 1.0348515923271275 absolute error 0.0008896545863581462 relative error 0.08604326270482084% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 81177.80074092925 Order of pole 346833614.18149155 TOP MAIN SOLVE Loop t[1] 2.5679999999998824 x1[1] (analytic) 2.0001380397854382 x1[1] (numeric) 1.9996346916985177 absolute error 0.0005033480869205409 relative error 0.0251656674143619% Correct digits 3 h 0.001 x2[1] (analytic) 1.0340298604619054 x2[1] (numeric) 1.0349223149311195 absolute error 0.0008924544692141545 relative error 0.0863083846355744% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 81218.88053661813 Order of pole 347184649.27530587 TOP MAIN SOLVE Loop t[1] 2.5689999999998823 x1[1] (analytic) 2.0001379018146497 x1[1] (numeric) 1.9996335225371564 absolute error 0.0005043792774932498 relative error 0.02521722512410997% Correct digits 3 h 0.001 x2[1] (analytic) 1.034097919233509 x2[1] (numeric) 1.0349931808764783 absolute error 0.0008952616429693805 relative error 0.08657416539750547% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 81259.51594547008 Order of pole 347531949.0697835 TOP MAIN SOLVE Loop t[1] 2.569999999999882 x1[1] (analytic) 2.0001377639817632 x1[1] (numeric) 1.999632352206049 absolute error 0.0005054117757141707 relative error 0.025268848217136056% Correct digits 3 h 0.001 x2[1] (analytic) 1.0341661143278837 x2[1] (numeric) 1.0350641904519289 absolute error 0.0008980761240451329 relative error 0.08684060632065892% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 81299.71820355342 Order of pole 347876215.3272393 TOP MAIN SOLVE Loop t[1] 2.570999999999882 x1[1] (analytic) 2.0001376262866404 x1[1] (numeric) 1.9996311807040252 absolute error 0.0005064455826151448 relative error 0.025320536745033262% Correct digits 3 h 0.001 x2[1] (analytic) 1.0342344460178794 x2[1] (numeric) 1.035135343946776 absolute error 0.0009008979288966934 relative error 0.08710770873716568% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 81341.84579375236 Order of pole 348236125.9144671 TOP MAIN SOLVE Loop t[1] 2.571999999999882 x1[1] (analytic) 2.000137488729144 x1[1] (numeric) 1.9996300080299134 absolute error 0.0005074806992304559 relative error 0.0253722907595168% Correct digits 3 h 0.001 x2[1] (analytic) 1.0343029145768916 x2[1] (numeric) 1.035206641650906 absolute error 0.0009037270740144265 relative error 0.08737547398134515% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 81381.1827643116 Order of pole 348573662.61617523 TOP MAIN SOLVE Loop t[1] 2.572999999999882 x1[1] (analytic) 2.000137351309136 x1[1] (numeric) 1.999628834182541 absolute error 0.0005085171265950539 relative error 0.025424110312335185% Correct digits 3 h 0.001 x2[1] (analytic) 1.0343715202788635 x2[1] (numeric) 1.0352780838547864 absolute error 0.0009065635759228918 relative error 0.08764390338961431% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 81421.70811463462 Order of pole 348921000.01772743 TOP MAIN SOLVE Loop t[1] 2.5739999999998817 x1[1] (analytic) 2.0001372140264797 x1[1] (numeric) 1.999627659160734 absolute error 0.000509554865745665 relative error 0.025475995455325747% Correct digits 3 h 0.001 x2[1] (analytic) 1.0344402633982865 x2[1] (numeric) 1.0353496708494685 absolute error 0.0009094074511819539 relative error 0.08791299830058995% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 81461.42174924891 Order of pole 349262138.3857682 TOP MAIN SOLVE Loop t[1] 2.5749999999998816 x1[1] (analytic) 2.0001370768810376 x1[1] (numeric) 1.9996264829633175 absolute error 0.0005105939177201257 relative error 0.025527946240381325% Correct digits 3 h 0.001 x2[1] (analytic) 1.0345091442102023 x2[1] (numeric) 1.035421402926588 absolute error 0.0009122587163856721 relative error 0.08818276005497637% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 81503.06007990996 Order of pole 349618762.79090434 TOP MAIN SOLVE Loop t[1] 2.5759999999998815 x1[1] (analytic) 2.000136939872672 x1[1] (numeric) 1.9996253055891153 absolute error 0.0005116342835567167 relative error 0.025579962719416958% Correct digits 3 h 0.001 x2[1] (analytic) 1.0345781629902022 x2[1] (numeric) 1.0354932803783663 absolute error 0.0009151173881640773 relative error 0.08845318999573198% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 81544.45216491589 Order of pole 349973678.84207904 TOP MAIN SOLVE Loop t[1] 2.5769999999998814 x1[1] (analytic) 2.0001368030012467 x1[1] (numeric) 1.9996241270369501 absolute error 0.000512675964296605 relative error 0.025632044944492% Correct digits 3 h 0.001 x2[1] (analytic) 1.0346473200144306 x2[1] (numeric) 1.0355653034976113 absolute error 0.0009179834831807288 relative error 0.08872428946782807% Correct digits 3 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 2151.7443041980127 Order of pole 40127.24612983185 TOP MAIN SOLVE Loop t[1] 2.5779999999998813 x1[1] (analytic) 2.000136666266624 x1[1] (numeric) 1.9996229473056433 absolute error 0.0005137189609807358 relative error 0.02568419296765472% Correct digits 3 h 0.001 x2[1] (analytic) 1.034716615559583 x2[1] (numeric) 1.0356374725777193 absolute error 0.0009208570181362674 relative error 0.08899605981858719% Correct digits 3 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1950.869267375128 Order of pole 30951.49584201474 TOP MAIN SOLVE Loop t[1] 2.578999999999881 x1[1] (analytic) 2.0001365296686675 x1[1] (numeric) 1.999621766394015 absolute error 0.0005147632746524966 relative error 0.025736406841075476% Correct digits 3 h 0.001 x2[1] (analytic) 1.0347860499029113 x2[1] (numeric) 1.0357097879126753 absolute error 0.0009237380097639747 relative error 0.08926850239724862% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 81666.49631364395 Order of pole 351022127.1166033 TOP MAIN SOLVE Loop t[1] 2.579999999999881 x1[1] (analytic) 2.0001363932072413 x1[1] (numeric) 1.9996205843008845 absolute error 0.0005158089063568294 relative error 0.025788686617002354% Correct digits 3 h 0.001 x2[1] (analytic) 1.0348556233222208 x2[1] (numeric) 1.0357822497970548 absolute error 0.0009266264748339914 relative error 0.08954161855537114% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 81706.53273837802 Order of pole 351366674.3408194 TOP MAIN SOLVE Loop t[1] 2.580999999999881 x1[1] (analytic) 2.000136256882208 x1[1] (numeric) 1.9996194010250696 absolute error 0.000516855857138232 relative error 0.025841032347661236% Correct digits 3 h 0.001 x2[1] (analytic) 1.0349253360958732 x2[1] (numeric) 1.035854858526025 absolute error 0.0009295224301517635 relative error 0.0898154096466776% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 81748.27867710232 Order of pole 351725388.3720912 TOP MAIN SOLVE Loop t[1] 2.581999999999881 x1[1] (analytic) 2.000136120693431 x1[1] (numeric) 1.999618216565387 absolute error 0.0005179041280440888 relative error 0.025893444085422327% Correct digits 3 h 0.001 x2[1] (analytic) 1.0349951885027882 x2[1] (numeric) 1.0359276143953458 absolute error 0.0009324258925575979 relative error 0.09008987702700669% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 81789.44239317974 Order of pole 352079489.4114546 TOP MAIN SOLVE Loop t[1] 2.5829999999998807 x1[1] (analytic) 2.0001359846407754 x1[1] (numeric) 1.9996170309206525 absolute error 0.0005189537201228944 relative error 0.025945921882711317% Correct digits 3 h 0.001 x2[1] (analytic) 1.0350651808224434 x2[1] (numeric) 1.0360005177013705 absolute error 0.0009353368789271066 relative error 0.09036502205435076% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 81829.42910034127 Order of pole 352424336.16766644 TOP MAIN SOLVE Loop t[1] 2.5839999999998806 x1[1] (analytic) 2.0001358487241045 x1[1] (numeric) 1.99961584408968 absolute error 0.0005200046344244758 relative error 0.025998465792020527% Correct digits 3 h 0.001 x2[1] (analytic) 1.0351353133348762 x2[1] (numeric) 1.036073568741048 absolute error 0.0009382554061718729 relative error 0.09064084608891497% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 81870.1985960913 Order of pole 352776038.91881883 TOP MAIN SOLVE Loop t[1] 2.5849999999998805 x1[1] (analytic) 2.000135712943282 x1[1] (numeric) 1.999614656071283 absolute error 0.0005210568719988817 relative error 0.02605107586585338% Correct digits 3 h 0.001 x2[1] (analytic) 1.035205586320685 x2[1] (numeric) 1.0361467678119234 absolute error 0.0009411814912383409 relative error 0.09091735049300464% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 81912.24258075115 Order of pole 353137703.74273515 TOP MAIN SOLVE Loop t[1] 2.5859999999998804 x1[1] (analytic) 2.0001355772981726 x1[1] (numeric) 1.9996134668642735 absolute error 0.0005221104338990479 relative error 0.026103752156857597% Correct digits 3 h 0.001 x2[1] (analytic) 1.0352760000610293 x2[1] (numeric) 1.0362201152121389 absolute error 0.0009441151511095924 relative error 0.09119453663119179% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 81951.51313896819 Order of pole 353477354.6137216 TOP MAIN SOLVE Loop t[1] 2.5869999999998803 x1[1] (analytic) 2.0001354417886406 x1[1] (numeric) 1.9996122764674622 absolute error 0.0005231653211783538 relative error 0.02615649471770312% Correct digits 3 h 0.001 x2[1] (analytic) 1.0353465548376326 x2[1] (numeric) 1.0362936112404357 absolute error 0.0009470564028031259 relative error 0.09147240587009509% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 81994.72090608733 Order of pole 353848954.4840125 TOP MAIN SOLVE Loop t[1] 2.58799999999988 x1[1] (analytic) 2.0001353064145504 x1[1] (numeric) 1.9996110848796584 absolute error 0.0005242215348919554 relative error 0.026209303601148703% Correct digits 3 h 0.001 x2[1] (analytic) 1.035417250932781 x2[1] (numeric) 1.036367256196155 absolute error 0.0009500052633739653 relative error 0.09175095957867514% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 82034.10978295203 Order of pole 354189679.018323 TOP MAIN SOLVE Loop t[1] 2.58899999999988 x1[1] (analytic) 2.0001351711757662 x1[1] (numeric) 1.999609892099671 absolute error 0.0005252790760952308 relative error 0.0262621788599642% Correct digits 3 h 0.001 x2[1] (analytic) 1.0354880886293274 x2[1] (numeric) 1.0364410503792387 absolute error 0.0009529617499113296 relative error 0.09203019912790715% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 82075.57360549166 Order of pole 354547780.8288499 TOP MAIN SOLVE Loop t[1] 2.58999999999988 x1[1] (analytic) 2.0001350360721535 x1[1] (numeric) 1.999608698126307 absolute error 0.0005263379458464446 relative error 0.026315120547063767% Correct digits 3 h 0.001 x2[1] (analytic) 1.0355590682106899 x2[1] (numeric) 1.0365149940902314 absolute error 0.0009559258795415193 relative error 0.09231012589105456% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 82117.72211452477 Order of pole 354911283.87889874 TOP MAIN SOLVE Loop t[1] 2.59099999999988 x1[1] (analytic) 2.000134901103577 x1[1] (numeric) 1.9996075029583724 absolute error 0.0005273981452047494 relative error 0.026368128715405982% Correct digits 3 h 0.001 x2[1] (analytic) 1.0356301899608547 x2[1] (numeric) 1.0365890876302806 absolute error 0.0009588976694259177 relative error 0.09259074124347057% Correct digits 3 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1863.6081821354696 Order of pole 36357.853743109736 TOP MAIN SOLVE Loop t[1] 2.5919999999998797 x1[1] (analytic) 2.0001347662699014 x1[1] (numeric) 1.999606306594672 absolute error 0.000528459675229298 relative error 0.02642120341794943% Correct digits 3 h 0.001 x2[1] (analytic) 1.035701454164376 x2[1] (numeric) 1.0366633313011389 absolute error 0.0009618771367627676 relative error 0.09287204656276443% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 82200.1799630038 Order of pole 355624127.8292686 TOP MAIN SOLVE Loop t[1] 2.5929999999998796 x1[1] (analytic) 2.0001346315709925 x1[1] (numeric) 1.9996051090340097 absolute error 0.0005295225369827961 relative error 0.026474344707830298% Correct digits 3 h 0.001 x2[1] (analytic) 1.035772861106379 x2[1] (numeric) 1.0367377254051648 absolute error 0.0009648642987858391 relative error 0.09315404322866717% Correct digits 3 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1369.6982522592712 Order of pole 55655.84861400087 TOP MAIN SOLVE Loop t[1] 2.5939999999998795 x1[1] (analytic) 2.0001344970067145 x1[1] (numeric) 1.9996039102751877 absolute error 0.0005305867315268387 relative error 0.02652755263812929% Correct digits 3 h 0.001 x2[1] (analytic) 1.0358444110725578 x2[1] (numeric) 1.036812270245324 absolute error 0.0009678591727662056 relative error 0.09343673262319799% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 82280.16902925394 Order of pole 356318103.3767305 TOP MAIN SOLVE Loop t[1] 2.5949999999998794 x1[1] (analytic) 2.000134362576934 x1[1] (numeric) 1.9996027103170073 absolute error 0.0005316522599265738 relative error 0.026580827262104707% Correct digits 3 h 0.001 x2[1] (analytic) 1.0359161043491802 x2[1] (numeric) 1.03688696612519 absolute error 0.0009708617760098015 relative error 0.0937201161304226% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 82321.23554993176 Order of pole 356673744.0195341 TOP MAIN SOLVE Loop t[1] 2.5959999999998793 x1[1] (analytic) 2.000134228281516 x1[1] (numeric) 1.9996015091582686 absolute error 0.0005327191232473716 relative error 0.02663416863302597% Correct digits 3 h 0.001 x2[1] (analytic) 1.0359879412230866 x2[1] (numeric) 1.0369618133489464 absolute error 0.0009738721258598648 relative error 0.09400419513668394% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 82363.97086929202 Order of pole 357043258.77779096 TOP MAIN SOLVE Loop t[1] 2.596999999999879 x1[1] (analytic) 2.0001340941203263 x1[1] (numeric) 1.9996003067977703 absolute error 0.0005337873225559342 relative error 0.026687576804229108% Correct digits 3 h 0.001 x2[1] (analytic) 1.0360599219816917 x2[1] (numeric) 1.0370368122213875 absolute error 0.0009768902396958268 relative error 0.09428897103048925% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 82405.14038403753 Order of pole 357400377.0061868 TOP MAIN SOLVE Loop t[1] 2.597999999999879 x1[1] (analytic) 2.0001339600932306 x1[1] (numeric) 1.9995991032343101 absolute error 0.0005348568589205183 relative error 0.026741051829127855% Correct digits 3 h 0.001 x2[1] (analytic) 1.0361320469129858 x2[1] (numeric) 1.0371119630479195 absolute error 0.000979916134933756 relative error 0.09457444520254754% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 82445.99407415048 Order of pole 357754923.0745294 TOP MAIN SOLVE Loop t[1] 2.598999999999879 x1[1] (analytic) 2.000133826200095 x1[1] (numeric) 1.9995978984666845 absolute error 0.0005359277334104906 relative error 0.026794593761191456% Correct digits 3 h 0.001 x2[1] (analytic) 1.0362043163055357 x2[1] (numeric) 1.0371872661345618 absolute error 0.0009829498290261363 relative error 0.09486061904574264% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 82486.69494274602 Order of pole 358108677.9723397 TOP MAIN SOLVE Loop t[1] 2.599999999999879 x1[1] (analytic) 2.000133692440786 x1[1] (numeric) 1.9995966924936885 absolute error 0.0005369999470974385 relative error 0.026848202654000158% Correct digits 3 h 0.001 x2[1] (analytic) 1.036276730448486 x2[1] (numeric) 1.0372627217879482 absolute error 0.000985991339462311 relative error 0.09514749395517044% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 82527.7928137356 Order of pole 358465690.23432225 TOP MAIN SOLVE Loop t[1] 2.6009999999998787 x1[1] (analytic) 2.000133558815169 x1[1] (numeric) 1.9995954853141165 absolute error 0.0005380735010527271 relative error 0.02690187856112313% Correct digits 3 h 0.001 x2[1] (analytic) 1.0363492896315598 x2[1] (numeric) 1.0373383303153283 absolute error 0.0009890406837684829 relative error 0.09543507132813339% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 82569.346469496 Order of pole 358826473.72453004 TOP MAIN SOLVE Loop t[1] 2.6019999999998786 x1[1] (analytic) 2.000133425323111 x1[1] (numeric) 1.9995942769267612 absolute error 0.0005391483963497201 relative error 0.026955621536229442% Correct digits 3 h 0.001 x2[1] (analytic) 1.0364219941450616 x2[1] (numeric) 1.0374140920245687 absolute error 0.0009920978795070479 relative error 0.09572335256407054% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 82611.42508905771 Order of pole 359192015.9386637 TOP MAIN SOLVE Loop t[1] 2.6029999999998785 x1[1] (analytic) 2.0001332919644783 x1[1] (numeric) 1.999593067330414 absolute error 0.0005402246340642236 relative error 0.02700943163311027% Correct digits 3 h 0.001 x2[1] (analytic) 1.0364948442798756 x2[1] (numeric) 1.0374900072241542 absolute error 0.0009951629442785936 relative error 0.09601233906474488% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 82653.18043177118 Order of pole 359554983.26093596 TOP MAIN SOLVE Loop t[1] 2.6039999999998784 x1[1] (analytic) 2.0001331587391378 x1[1] (numeric) 1.9995918565238655 absolute error 0.0005413022152722657 relative error 0.027063308905567907% Correct digits 3 h 0.001 x2[1] (analytic) 1.0365678403274694 x2[1] (numeric) 1.0375660762231886 absolute error 0.000998235895719235 relative error 0.09630203223398048% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 82693.0741033791 Order of pole 359902952.3675698 TOP MAIN SOLVE Loop t[1] 2.6049999999998783 x1[1] (analytic) 2.0001330256469556 x1[1] (numeric) 1.9995906445059048 absolute error 0.0005423811410507628 relative error 0.02711725340744905% Correct digits 3 h 0.001 x2[1] (analytic) 1.036640982579894 x2[1] (numeric) 1.037642299331397 absolute error 0.0010013167515030563 relative error 0.0965924334778926% Correct digits 3 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1193.636520986817 Order of pole 40099.451340633255 TOP MAIN SOLVE Loop t[1] 2.605999999999878 x1[1] (analytic) 2.0001328926877995 x1[1] (numeric) 1.99958943127532 absolute error 0.0005434614124795178 relative error 0.027171265192744706% Correct digits 3 h 0.001 x2[1] (analytic) 1.0367142713297848 x2[1] (numeric) 1.0377186768591258 absolute error 0.0010044055293410015 relative error 0.09688354420477485% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 82776.31181662572 Order of pole 360627646.91148376 TOP MAIN SOLVE Loop t[1] 2.606999999999878 x1[1] (analytic) 2.0001327598615357 x1[1] (numeric) 1.9995882168308978 absolute error 0.0005445430306378896 relative error 0.02722534431542369% Correct digits 3 h 0.001 x2[1] (analytic) 1.0367877068703637 x2[1] (numeric) 1.0377952091173446 absolute error 0.0010075022469808737 relative error 0.09717536582509347% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 82819.64924482018 Order of pole 361004261.2672261 TOP MAIN SOLVE Loop t[1] 2.607999999999878 x1[1] (analytic) 2.000132627168032 x1[1] (numeric) 1.9995870011714239 absolute error 0.0005456259966081234 relative error 0.02727949082959913% Correct digits 3 h 0.001 x2[1] (analytic) 1.036861289495439 x2[1] (numeric) 1.0378718964176479 absolute error 0.0010106069222088898 relative error 0.09746789975163166% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 82857.78109946859 Order of pole 361338583.3407706 TOP MAIN SOLVE Loop t[1] 2.608999999999878 x1[1] (analytic) 2.0001324946071555 x1[1] (numeric) 1.9995857842956823 absolute error 0.0005467103114731309 relative error 0.027333704789417455% Correct digits 3 h 0.001 x2[1] (analytic) 1.0369350194994078 x2[1] (numeric) 1.0379487390722553 absolute error 0.0010137195728474602 relative error 0.09776114739926951% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 82900.92207737584 Order of pole 361713897.9839531 TOP MAIN SOLVE Loop t[1] 2.6099999999998778 x1[1] (analytic) 2.0001323621787734 x1[1] (numeric) 1.9995845662024565 absolute error 0.0005477959763169338 relative error 0.027387986249080617% Correct digits 3 h 0.001 x2[1] (analytic) 1.0370088971772566 x2[1] (numeric) 1.0380257373940134 absolute error 0.0010168402167567425 relative error 0.09805511018512827% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 82941.05458229272 Order of pole 362064853.83944535 TOP MAIN SOLVE Loop t[1] 2.6109999999998776 x1[1] (analytic) 2.000132229882754 x1[1] (numeric) 1.9995833468905282 absolute error 0.0005488829922257743 relative error 0.02744233526290156% Correct digits 3 h 0.001 x2[1] (analytic) 1.0370829228245624 x2[1] (numeric) 1.038102891696397 absolute error 0.0010199688718346422 relative error 0.09834978952856452% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 82983.06962255294 Order of pole 362431517.2860896 TOP MAIN SOLVE Loop t[1] 2.6119999999998775 x1[1] (analytic) 2.000132097718964 x1[1] (numeric) 1.999582126358678 absolute error 0.0005499713602858947 relative error 0.02749675188519326% Correct digits 3 h 0.001 x2[1] (analytic) 1.0371570967374937 x2[1] (numeric) 1.0381802022935105 absolute error 0.0010231055560168123 relative error 0.09864518685116437% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 83024.45279405365 Order of pole 362793276.32448655 TOP MAIN SOLVE Loop t[1] 2.6129999999998774 x1[1] (analytic) 2.000131965687272 x1[1] (numeric) 1.9995809046056854 absolute error 0.0005510610815866457 relative error 0.027551236170424074% Correct digits 3 h 0.001 x2[1] (analytic) 1.037231419212813 x2[1] (numeric) 1.0382576695000885 absolute error 0.001026250287275543 relative error 0.09894130357663058% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 83066.71391485608 Order of pole 363162249.8217607 TOP MAIN SOLVE Loop t[1] 2.6139999999998773 x1[1] (analytic) 2.0001318337875453 x1[1] (numeric) 1.9995796816303288 absolute error 0.00055215215721649 relative error 0.027605788173017988% Correct digits 3 h 0.001 x2[1] (analytic) 1.0373058905478756 x2[1] (numeric) 1.038335293631498 absolute error 0.0010294030836224266 relative error 0.09923814113103369% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 83108.89657283749 Order of pole 363530787.06793296 TOP MAIN SOLVE Loop t[1] 2.614999999999877 x1[1] (analytic) 2.0001317020196527 x1[1] (numeric) 1.9995784574313853 absolute error 0.000553244588267443 relative error 0.027660407947576595% Correct digits 3 h 0.001 x2[1] (analytic) 1.0373805110406333 x2[1] (numeric) 1.038413075003739 absolute error 0.0010325639631056927 relative error 0.09953570094254913% Correct digits 3 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 83149.60823200684 Order of pole 363887617.84011614 TOP MAIN SOLVE Loop t[1] 2.615999999999877 x1[1] (analytic) 2.0001315703834623 x1[1] (numeric) 1.9995772320076304 absolute error 0.0005543383758319642 relative error 0.02771509554872369% Correct digits 3 h 0.001 x2[1] (analytic) 1.037455280989634 x2[1] (numeric) 1.038491013933446 absolute error 0.0010357329438119844 relative error 0.09983398444162271% Correct digits 3 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 83192.11501124223 Order of pole 364259176.6103409 TOP MAIN SOLVE Loop t[1] 2.616999999999877 x1[1] (analytic) 2.000131438878842 x1[1] (numeric) 1.9995760053578389 absolute error 0.0005554335210029571 relative error 0.027769851031105287% Correct digits 3 h 0.001 x2[1] (analytic) 1.0375302006940232 x2[1] (numeric) 1.0385691107378892 absolute error 0.001038910043865915 relative error 0.10013299306092185% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 83232.82195397487 Order of pole 364616215.83253944 TOP MAIN SOLVE Loop t[1] 2.617999999999877 x1[1] (analytic) 2.0001313075056606 x1[1] (numeric) 1.999574777480784 absolute error 0.0005565300248766558 relative error 0.027824674449533897% Correct digits 3 h 0.001 x2[1] (analytic) 1.037605270453546 x2[1] (numeric) 1.038647365734976 absolute error 0.0010420952814300666 relative error 0.10043272823532962% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 83275.06784479097 Order of pole 364986129.143459 TOP MAIN SOLVE Loop t[1] 2.6189999999998768 x1[1] (analytic) 2.000131176263787 x1[1] (numeric) 1.999573548375238 absolute error 0.0005576278885488506 relative error 0.027879565858799853% Correct digits 3 h 0.001 x2[1] (analytic) 1.0376804905685468 x2[1] (numeric) 1.0387257792432516 absolute error 0.0010452886747047696 relative error 0.10073319140191739% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 3015.97626380921 Order of pole 268609.7085092778 TOP MAIN SOLVE Loop t[1] 2.6199999999998766 x1[1] (analytic) 2.0001310451530894 x1[1] (numeric) 1.9995723180399716 absolute error 0.000558727113117774 relative error 0.027934525313815586% Correct digits 3 h 0.001 x2[1] (analytic) 1.037755861339972 x2[1] (numeric) 1.0388043515819014 absolute error 0.001048490241929434 relative error 0.10103438400006737% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 83357.515504323 Order of pole 365709605.4113223 TOP MAIN SOLVE Loop t[1] 2.6209999999998765 x1[1] (analytic) 2.000130914173437 x1[1] (numeric) 1.9995710864737546 absolute error 0.0005598276996823248 relative error 0.02798955286952685% Correct digits 3 h 0.001 x2[1] (analytic) 1.0378313830693704 x2[1] (numeric) 1.0388830830707514 absolute error 0.0010517000013809952 relative error 0.10133630747131664% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 83399.35741886652 Order of pole 366076866.32393074 TOP MAIN SOLVE Loop t[1] 2.6219999999998764 x1[1] (analytic) 2.000130783324699 x1[1] (numeric) 1.9995698536753554 absolute error 0.0005609296493434002 relative error 0.028044648580979294% Correct digits 3 h 0.001 x2[1] (analytic) 1.0379070560588946 x2[1] (numeric) 1.0389619740302696 absolute error 0.0010549179713750245 relative error 0.10163896325945825% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 83442.17253085008 Order of pole 366452064.0307104 TOP MAIN SOLVE Loop t[1] 2.6229999999998763 x1[1] (analytic) 2.000130652606744 x1[1] (numeric) 1.9995686196435412 absolute error 0.0005620329632030074 relative error 0.028099812503274084% Correct digits 3 h 0.001 x2[1] (analytic) 1.0379828806113014 x2[1] (numeric) 1.0390410247815676 absolute error 0.0010581441702661731 relative error 0.10194235281057797% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 83482.65084036333 Order of pole 366808392.5593213 TOP MAIN SOLVE Loop t[1] 2.623999999999876 x1[1] (analytic) 2.000130522019442 x1[1] (numeric) 1.9995673843770778 absolute error 0.0005631376423640422 relative error 0.0281550446915568% Correct digits 3 h 0.001 x2[1] (analytic) 1.0380588570299552 x2[1] (numeric) 1.0391202356464015 absolute error 0.0010613786164463956 relative error 0.10224647757287693% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 83524.8991397333 Order of pole 367179566.7635073 TOP MAIN SOLVE Loop t[1] 2.624999999999876 x1[1] (analytic) 2.000130391562662 x1[1] (numeric) 1.9995661478747302 absolute error 0.0005642436879316204 relative error 0.02821034520108402% Correct digits 3 h 0.001 x2[1] (analytic) 1.0381349856188269 x2[1] (numeric) 1.0391996069471738 absolute error 0.0010646213283469486 relative error 0.10255133899685823% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 83566.43057095047 Order of pole 367544973.70086896 TOP MAIN SOLVE Loop t[1] 2.625999999999876 x1[1] (analytic) 2.000130261236273 x1[1] (numeric) 1.9995649101352617 absolute error 0.0005653511010113021 relative error 0.028265714087134543% Correct digits 3 h 0.001 x2[1] (analytic) 1.038211266682496 x2[1] (numeric) 1.0392791390069338 absolute error 0.0010678723244377242 relative error 0.10285693853525663% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 83607.39240229996 Order of pole 367905763.4758191 TOP MAIN SOLVE Loop t[1] 2.626999999999876 x1[1] (analytic) 2.000130131040146 x1[1] (numeric) 1.9995636711574347 absolute error 0.00056645988271109 relative error 0.028321151405109265% Correct digits 3 h 0.001 x2[1] (analytic) 1.0382877005261522 x2[1] (numeric) 1.0393588321493799 absolute error 0.0010711316232276946 relative error 0.10316327764307512% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 83650.43485420285 Order of pole 368283996.035547 TOP MAIN SOLVE Loop t[1] 2.6279999999998758 x1[1] (analytic) 2.0001300009741496 x1[1] (numeric) 1.9995624309400102 absolute error 0.0005675700341394307 relative error 0.028376657210431304% Correct digits 3 h 0.001 x2[1] (analytic) 1.0383642874555958 x2[1] (numeric) 1.03943868669886 absolute error 0.0010743992432642457 relative error 0.10347035777751465% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 83692.42360228128 Order of pole 368653845.2675778 TOP MAIN SOLVE Loop t[1] 2.6289999999998757 x1[1] (analytic) 2.000129871038154 x1[1] (numeric) 1.999561189481748 absolute error 0.0005686815564058811 relative error 0.028432231558579286% Correct digits 3 h 0.001 x2[1] (analytic) 1.0384410277772402 x2[1] (numeric) 1.0395187029803736 absolute error 0.0010776752031333992 relative error 0.10377818039798936% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 83733.85021097578 Order of pole 369019060.5058526 TOP MAIN SOLVE Loop t[1] 2.6299999999998755 x1[1] (analytic) 2.00012974123203 x1[1] (numeric) 1.9995599467814067 absolute error 0.0005697944506231067 relative error 0.02848787450518723% Correct digits 3 h 0.001 x2[1] (analytic) 1.038517921798111 x2[1] (numeric) 1.0395988813195725 absolute error 0.0010809595214613665 relative error 0.10408674696627009% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 83774.73061523144 Order of pole 369379904.7808422 TOP MAIN SOLVE Loop t[1] 2.6309999999998754 x1[1] (analytic) 2.000129611555647 x1[1] (numeric) 1.9995587028377435 absolute error 0.000570908717903329 relative error 0.028543586105866988% Correct digits 3 h 0.001 x2[1] (analytic) 1.03859496982585 x2[1] (numeric) 1.039679222042762 absolute error 0.0010842522169118851 relative error 0.10439605894622143% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 83817.74764984076 Order of pole 369758689.0542496 TOP MAIN SOLVE Loop t[1] 2.6319999999998753 x1[1] (analytic) 2.0001294820088753 x1[1] (numeric) 1.9995574576495143 absolute error 0.0005720243593609897 relative error 0.02859936641634141% Correct digits 3 h 0.001 x2[1] (analytic) 1.038672172168714 x2[1] (numeric) 1.039759725476903 absolute error 0.0010875533081891042 relative error 0.10470611780407364% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 83859.27257839942 Order of pole 370125497.1619495 TOP MAIN SOLVE Loop t[1] 2.632999999999875 x1[1] (analytic) 2.000129352591586 x1[1] (numeric) 1.999556211215474 absolute error 0.0005731413761118631 relative error 0.02865521549239996% Correct digits 3 h 0.001 x2[1] (analytic) 1.0387495291355773 x2[1] (numeric) 1.0398403919496129 absolute error 0.001090862814035587 relative error 0.1050169250082238% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 83900.95374732587 Order of pole 370493503.2071811 TOP MAIN SOLVE Loop t[1] 2.633999999999875 x1[1] (analytic) 2.000129223303649 x1[1] (numeric) 1.9995549635343766 absolute error 0.0005742597692726115 relative error 0.0287111333898765% Correct digits 3 h 0.001 x2[1] (analytic) 1.0388270410359324 x2[1] (numeric) 1.0399212217891665 absolute error 0.0010941807532340864 relative error 0.10532848202940064% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 83942.48346740019 Order of pole 370860933.2277741 TOP MAIN SOLVE Loop t[1] 2.634999999999875 x1[1] (analytic) 2.0001290941449357 x1[1] (numeric) 1.9995537146049738 absolute error 0.0005753795399618955 relative error 0.028767120164704812% Correct digits 3 h 0.001 x2[1] (analytic) 1.0389047081798914 x2[1] (numeric) 1.0400022153244977 absolute error 0.0010975071446062135 relative error 0.10564079034052994% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 83984.64703051603 Order of pole 371233309.2514032 TOP MAIN SOLVE Loop t[1] 2.635999999999875 x1[1] (analytic) 2.0001289651153162 x1[1] (numeric) 1.999552464426017 absolute error 0.0005765006892992641 relative error 0.028823175872863094% Correct digits 3 h 0.001 x2[1] (analytic) 1.0389825308781881 x2[1] (numeric) 1.040083372885201 absolute error 0.001100842007012881 relative error 0.10595385141677087% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 84027.72270610735 Order of pole 371613660.4828545 TOP MAIN SOLVE Loop t[1] 2.6369999999998748 x1[1] (analytic) 2.0001288362146616 x1[1] (numeric) 1.9995512129962558 absolute error 0.0005776232184058205 relative error 0.028879300570407242% Correct digits 3 h 0.001 x2[1] (analytic) 1.0390605094421779 x2[1] (numeric) 1.0401646948015326 absolute error 0.001104185359354748 relative error 0.10626766673555253% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 84069.00743751037 Order of pole 371979199.1976506 TOP MAIN SOLVE Loop t[1] 2.6379999999998747 x1[1] (analytic) 2.000128707442844 x1[1] (numeric) 1.999549960314439 absolute error 0.0005787471284048884 relative error 0.028935494313504163% Correct digits 3 h 0.001 x2[1] (analytic) 1.039138644183839 x2[1] (numeric) 1.040246181404412 absolute error 0.001107537220572885 relative error 0.10658223777663159% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 84111.2767846099 Order of pole 372353381.4417156 TOP MAIN SOLVE Loop t[1] 2.6389999999998746 x1[1] (analytic) 2.000128578799733 x1[1] (numeric) 1.999548706379314 absolute error 0.0005798724204191252 relative error 0.028991757158287477% Correct digits 3 h 0.001 x2[1] (analytic) 1.0392169354157756 x2[1] (numeric) 1.0403278330254222 absolute error 0.001110897609646555 relative error 0.10689756602187213% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 84153.38026196136 Order of pole 372726101.13919145 TOP MAIN SOLVE Loop t[1] 2.6399999999998744 x1[1] (analytic) 2.0001284502852017 x1[1] (numeric) 1.9995474511896265 absolute error 0.0005809990955751854 relative error 0.029048089161090616% Correct digits 3 h 0.001 x2[1] (analytic) 1.0392953834512169 x2[1] (numeric) 1.040409649996813 absolute error 0.0011142665455960987 relative error 0.10721365295551713% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 84194.93396929106 Order of pole 373094802.3485464 TOP MAIN SOLVE Loop t[1] 2.6409999999998743 x1[1] (analytic) 2.00012832189912 x1[1] (numeric) 1.9995461947441215 absolute error 0.0005821271549983908 relative error 0.02910449037818042% Correct digits 3 h 0.001 x2[1] (analytic) 1.0393739886040188 x2[1] (numeric) 1.0404916326515006 absolute error 0.001117644047481825 relative error 0.10753050006407516% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 84237.992695943 Order of pole 373475739.6249593 TOP MAIN SOLVE Loop t[1] 2.6419999999998742 x1[1] (analytic) 2.0001281936413604 x1[1] (numeric) 1.9995449370415426 absolute error 0.0005832565998178385 relative error 0.029160960866012435% Correct digits 3 h 0.001 x2[1] (analytic) 1.0394527511886669 x2[1] (numeric) 1.0405737813230695 absolute error 0.0011210301344026785 relative error 0.10784810883618556% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 84279.63991373248 Order of pole 373845552.42806846 TOP MAIN SOLVE Loop t[1] 2.642999999999874 x1[1] (analytic) 2.000128065511795 x1[1] (numeric) 1.9995436780806322 absolute error 0.0005843874311626251 relative error 0.029217500681042216% Correct digits 3 h 0.001 x2[1] (analytic) 1.0395316715202754 x2[1] (numeric) 1.0406560963457745 absolute error 0.0011244248254991263 relative error 0.10816648076288987% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 84321.4106360276 Order of pole 374216276.7651103 TOP MAIN SOLVE Loop t[1] 2.643999999999874 x1[1] (analytic) 2.0001279375102943 x1[1] (numeric) 1.999542417860131 absolute error 0.0005855196501631799 relative error 0.029274109879791944% Correct digits 3 h 0.001 x2[1] (analytic) 1.03961074991459 x2[1] (numeric) 1.040738578054541 absolute error 0.0011278281399511592 relative error 0.10848561733743296% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 84364.47832097707 Order of pole 374598308.96349025 TOP MAIN SOLVE Loop t[1] 2.644999999999874 x1[1] (analytic) 2.0001278096367314 x1[1] (numeric) 1.999541156378779 absolute error 0.0005866532579523742 relative error 0.029330788518905887% Correct digits 3 h 0.001 x2[1] (analytic) 1.039689986687988 x2[1] (numeric) 1.040821226784967 absolute error 0.0011312400969789582 relative error 0.10880552005532053% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 84407.21223121836 Order of pole 374977615.50892526 TOP MAIN SOLVE Loop t[1] 2.645999999999874 x1[1] (analytic) 2.0001276818909783 x1[1] (numeric) 1.9995398936353148 absolute error 0.0005877882556635239 relative error 0.029387536655050537% Correct digits 3 h 0.001 x2[1] (analytic) 1.0397693821574814 x2[1] (numeric) 1.040904042873324 absolute error 0.0011346607158426725 relative error 0.10912619041429122% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 84447.72583117714 Order of pole 375338529.7528483 TOP MAIN SOLVE Loop t[1] 2.6469999999998737 x1[1] (analytic) 2.0001275542729067 x1[1] (numeric) 1.9995386296284756 absolute error 0.0005889246444310547 relative error 0.0294443543449479% Correct digits 3 h 0.001 x2[1] (analytic) 1.0398489366407149 x2[1] (numeric) 1.040987026656559 absolute error 0.0011380900158441953 relative error 0.10944762991448097% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 84490.72265050845 Order of pole 375720364.6928252 TOP MAIN SOLVE Loop t[1] 2.6479999999998736 x1[1] (analytic) 2.00012742678239 x1[1] (numeric) 1.9995373643569974 absolute error 0.0005900624253925013 relative error 0.029501241645475372% Correct digits 3 h 0.001 x2[1] (analytic) 1.0399286504559713 x2[1] (numeric) 1.0410701784722953 absolute error 0.001141528016324056 relative error 0.10976984005811717% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 84531.47482759703 Order of pole 376083739.9580137 TOP MAIN SOLVE Loop t[1] 2.6489999999998735 x1[1] (analytic) 2.0001272994192996 x1[1] (numeric) 1.9995360978196146 absolute error 0.000591201599684954 relative error 0.02955819861348818% Correct digits 3 h 0.001 x2[1] (analytic) 1.040008523922169 x2[1] (numeric) 1.041153498658834 absolute error 0.001144974736664972 relative error 0.11009282234985397% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 84575.53164728436 Order of pole 376474752.6916082 TOP MAIN SOLVE Loop t[1] 2.6499999999998733 x1[1] (analytic) 2.0001271721835088 x1[1] (numeric) 1.999534830015061 absolute error 0.0005923421684477237 relative error 0.029615225305952553% Correct digits 3 h 0.001 x2[1] (analytic) 1.0400885573588663 x2[1] (numeric) 1.0412369875551553 absolute error 0.0011484301962889631 relative error 0.11041657829648781% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 84616.43996685735 Order of pole 376839863.105308 TOP MAIN SOLVE Loop t[1] 2.6509999999998732 x1[1] (analytic) 2.00012704507489 x1[1] (numeric) 1.9995335609420688 absolute error 0.0005934841328212315 relative error 0.02967232177989023% Correct digits 3 h 0.001 x2[1] (analytic) 1.0401687510862603 x2[1] (numeric) 1.0413206455009199 absolute error 0.001151894414659571 relative error 0.1107411094071644% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 84661.05183260469 Order of pole 377236105.4839721 TOP MAIN SOLVE Loop t[1] 2.651999999999873 x1[1] (analytic) 2.0001269180933168 x1[1] (numeric) 1.9995322905993689 absolute error 0.0005946274939478968 relative error 0.029729488092422852% Correct digits 3 h 0.001 x2[1] (analytic) 1.0402491054251897 x2[1] (numeric) 1.0414044728364706 absolute error 0.001155367411280972 relative error 0.11106641719328651% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 84702.61767889319 Order of pole 377607150.5779972 TOP MAIN SOLVE Loop t[1] 2.652999999999873 x1[1] (analytic) 2.000126791238661 x1[1] (numeric) 1.9995310189856907 absolute error 0.0005957722529703613 relative error 0.029786724300683194% Correct digits 3 h 0.001 x2[1] (analytic) 1.0403296206971353 x2[1] (numeric) 1.0414884699028335 absolute error 0.001158849205698198 relative error 0.1113925031685286% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 84745.44674692556 Order of pole 377988801.83257663 TOP MAIN SOLVE Loop t[1] 2.653999999999873 x1[1] (analytic) 2.000126664510797 x1[1] (numeric) 1.999529746099763 absolute error 0.000596918411033931 relative error 0.02984403046193721% Correct digits 3 h 0.001 x2[1] (analytic) 1.0404102972242217 x2[1] (numeric) 1.041572637041719 absolute error 0.0011623398174973598 relative error 0.11171936884885143% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 84788.04972084408 Order of pole 378368590.00356627 TOP MAIN SOLVE Loop t[1] 2.654999999999873 x1[1] (analytic) 2.0001265379095976 x1[1] (numeric) 1.9995284719403126 absolute error 0.0005980659692850221 relative error 0.029901406633506388% Correct digits 3 h 0.001 x2[1] (analytic) 1.0404911353292188 x2[1] (numeric) 1.0416569745955242 absolute error 0.001165839266305424 relative error 0.11204701575247387% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 84830.93245241267 Order of pole 378751461.72693366 TOP MAIN SOLVE Loop t[1] 2.6559999999998727 x1[1] (analytic) 2.0001264114349357 x1[1] (numeric) 1.9995271965060655 absolute error 0.0005992149288702731 relative error 0.02995885287272332% Correct digits 3 h 0.001 x2[1] (analytic) 1.0405721353355422 x2[1] (numeric) 1.0417414829073328 absolute error 0.0011693475717906576 relative error 0.11237544539990883% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 84871.10207806046 Order of pole 379111251.9574107 TOP MAIN SOLVE Loop t[1] 2.6569999999998726 x1[1] (analytic) 2.000126285086685 x1[1] (numeric) 1.9995259197957462 absolute error 0.0006003652909389867 relative error 0.030016369237053798% Correct digits 3 h 0.001 x2[1] (analytic) 1.040653297567255 x2[1] (numeric) 1.0418261623209177 absolute error 0.001172864753662628 relative error 0.11270465931395642% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 84914.98176887014 Order of pole 379502547.55299187 TOP MAIN SOLVE Loop t[1] 2.6579999999998725 x1[1] (analytic) 2.0001261588647203 x1[1] (numeric) 1.999524641808078 absolute error 0.0006015170566422423 relative error 0.030073955784052434% Correct digits 3 h 0.001 x2[1] (analytic) 1.04073462234907 x2[1] (numeric) 1.0419110131807419 absolute error 0.0011763908316717586 relative error 0.11303465901965433% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 84957.36033628379 Order of pole 379881634.04078954 TOP MAIN SOLVE Loop t[1] 2.6589999999998724 x1[1] (analytic) 2.000126032768914 x1[1] (numeric) 1.9995233625417832 absolute error 0.000602670227130897 relative error 0.03013161257126275% Correct digits 3 h 0.001 x2[1] (analytic) 1.0408161100063493 x2[1] (numeric) 1.0419960358319598 absolute error 0.0011799258256104395 relative error 0.11336544604437776% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 84999.81872975947 Order of pole 380261447.110648 TOP MAIN SOLVE Loop t[1] 2.6599999999998722 x1[1] (analytic) 2.0001259067991404 x1[1] (numeric) 1.9995220819955821 absolute error 0.0006038248035582505 relative error 0.03018933965635038% Correct digits 3 h 0.001 x2[1] (analytic) 1.0408977608651064 x2[1] (numeric) 1.042081230620419 absolute error 0.0011834697553125828 relative error 0.11369702191778976% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 85042.54602472598 Order of pole 380643912.6572271 TOP MAIN SOLVE Loop t[1] 2.660999999999872 x1[1] (analytic) 2.0001257809552735 x1[1] (numeric) 1.9995208001681943 absolute error 0.0006049807870791568 relative error 0.030247137097058664% Correct digits 3 h 0.001 x2[1] (analytic) 1.0409795752520083 x2[1] (numeric) 1.042166597892661 absolute error 0.001187022640652735 relative error 0.11402938817174886% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 85083.48842052354 Order of pole 381011317.36999744 TOP MAIN SOLVE Loop t[1] 2.661999999999872 x1[1] (analytic) 2.0001256552371878 x1[1] (numeric) 1.999519517058338 absolute error 0.0006061381788498021 relative error 0.030305004951197548% Correct digits 3 h 0.001 x2[1] (analytic) 1.0410615534943752 x2[1] (numeric) 1.0422521379959235 absolute error 0.0011905845015482974 relative error 0.1143625463405157% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 85128.57142068022 Order of pole 381413599.0441808 TOP MAIN SOLVE Loop t[1] 2.662999999999872 x1[1] (analytic) 2.0001255296447575 x1[1] (numeric) 1.99951823266473 absolute error 0.000607296980027483 relative error 0.030362943276632495% Correct digits 3 h 0.001 x2[1] (analytic) 1.0411436959201834 x2[1] (numeric) 1.0423378512781407 absolute error 0.001194155357957305 relative error 0.11469649796053241% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 85169.85746621061 Order of pole 381784363.5986526 TOP MAIN SOLVE Loop t[1] 2.663999999999872 x1[1] (analytic) 2.0001254041778567 x1[1] (numeric) 1.999516946986086 absolute error 0.0006084571917706061 relative error 0.030420952131284484% Correct digits 3 h 0.001 x2[1] (analytic) 1.041226002858065 x2[1] (numeric) 1.042423738087946 absolute error 0.0011977352298808697 relative error 0.11503124457065055% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 85210.15069464181 Order of pole 382146926.78028476 TOP MAIN SOLVE Loop t[1] 2.6649999999998717 x1[1] (analytic) 2.00012527883636 x1[1] (numeric) 1.9995156600211204 absolute error 0.0006096188152395765 relative error 0.030479031573174394% Correct digits 3 h 0.001 x2[1] (analytic) 1.041308474637311 x2[1] (numeric) 1.0425097987746719 absolute error 0.0012013241373609596 relative error 0.11536678771191047% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 85255.32709705818 Order of pole 382550828.6092703 TOP MAIN SOLVE Loop t[1] 2.6659999999998716 x1[1] (analytic) 2.000125153620142 x1[1] (numeric) 1.999514371768546 absolute error 0.0006107818515961316 relative error 0.030537181660389715% Correct digits 3 h 0.001 x2[1] (analytic) 1.0413911115878711 x2[1] (numeric) 1.0425960336883529 absolute error 0.0012049221004817312 relative error 0.11570312892766241% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 85299.41567464208 Order of pole 382945949.99135864 TOP MAIN SOLVE Loop t[1] 2.6669999999998715 x1[1] (analytic) 2.000125028529078 x1[1] (numeric) 1.9995130822270748 absolute error 0.0006119463020031191 relative error 0.03059540245107345% Correct digits 3 h 0.001 x2[1] (analytic) 1.0414739140403562 x2[1] (numeric) 1.0426824431797257 absolute error 0.0012085291393695297 relative error 0.11604026976355937% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 85340.48815784273 Order of pole 383315708.09833795 TOP MAIN SOLVE Loop t[1] 2.6679999999998714 x1[1] (analytic) 2.000124903563042 x1[1] (numeric) 1.999511791395417 absolute error 0.0006131121676251627 relative error 0.030653694003457417% Correct digits 3 h 0.001 x2[1] (analytic) 1.0415568823260382 x2[1] (numeric) 1.0427690276002315 absolute error 0.0012121452741933325 relative error 0.11637821176759265% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 85383.30333206589 Order of pole 383700280.17850125 TOP MAIN SOLVE Loop t[1] 2.6689999999998713 x1[1] (analytic) 2.00012477872191 x1[1] (numeric) 1.999510499272282 absolute error 0.0006142794496279969 relative error 0.03071205637582894% Correct digits 3 h 0.001 x2[1] (analytic) 1.041640016776853 x2[1] (numeric) 1.0428557873020168 absolute error 0.0012157705251638617 relative error 0.11671695648999938% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 85425.37661736707 Order of pole 384078900.2296427 TOP MAIN SOLVE Loop t[1] 2.669999999999871 x1[1] (analytic) 2.000124654005557 x1[1] (numeric) 1.9995092058563777 absolute error 0.0006154481491791319 relative error 0.03077048962656415% Correct digits 3 h 0.001 x2[1] (analytic) 1.0417233177254013 x2[1] (numeric) 1.042942722637935 absolute error 0.0012194049125338058 relative error 0.11705650548327665% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 85468.95054190494 Order of pole 384470273.2051791 TOP MAIN SOLVE Loop t[1] 2.670999999999871 x1[1] (analytic) 2.0001245294138577 x1[1] (numeric) 1.9995079111464105 absolute error 0.0006166182674471887 relative error 0.03082899381409469% Correct digits 3 h 0.001 x2[1] (analytic) 1.041806785504949 x2[1] (numeric) 1.043029833961548 absolute error 0.0012230484565989297 relative error 0.11739686030228104% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 85511.92321322295 Order of pole 384856945.6476946 TOP MAIN SOLVE Loop t[1] 2.671999999999871 x1[1] (analytic) 2.0001244049466878 x1[1] (numeric) 1.9995066151410856 absolute error 0.0006177898056021203 relative error 0.030887568996918826% Correct digits 3 h 0.001 x2[1] (analytic) 1.04189042044943 x2[1] (numeric) 1.0431171216271276 absolute error 0.001226701177697631 relative error 0.11773802250417863% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 85555.28811930006 Order of pole 385247063.94343793 TOP MAIN SOLVE Loop t[1] 2.672999999999871 x1[1] (analytic) 2.0001242806039228 x1[1] (numeric) 1.9995053178391073 absolute error 0.0006189627648154339 relative error 0.030946215233612514% Correct digits 3 h 0.001 x2[1] (analytic) 1.0419742228934457 x2[1] (numeric) 1.0432045859896562 absolute error 0.0012303630962104961 relative error 0.11807999364839522% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 85596.2273582295 Order of pole 385616953.51895547 TOP MAIN SOLVE Loop t[1] 2.6739999999998707 x1[1] (analytic) 2.0001241563854384 x1[1] (numeric) 1.9995040192391782 absolute error 0.0006201371462601912 relative error 0.03100493258282944% Correct digits 3 h 0.001 x2[1] (analytic) 1.0420581931722688 x2[1] (numeric) 1.0432922274048293 absolute error 0.0012340342325605214 relative error 0.11842277529663028% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 85639.5492462572 Order of pole 386006988.7094028 TOP MAIN SOLVE Loop t[1] 2.6749999999998706 x1[1] (analytic) 2.0001240322911102 x1[1] (numeric) 1.9995027193399997 absolute error 0.0006213129511105642 relative error 0.031063721103278784% Correct digits 3 h 0.001 x2[1] (analytic) 1.0421423316218423 x2[1] (numeric) 1.0433800462290566 absolute error 0.0012377146072142242 relative error 0.11876636901295631% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 85681.2194719263 Order of pole 386383515.56719923 TOP MAIN SOLVE Loop t[1] 2.6759999999998705 x1[1] (analytic) 2.000123908320815 x1[1] (numeric) 1.9995014181402717 absolute error 0.0006224901805431671 relative error 0.031122580853791843% Correct digits 3 h 0.001 x2[1] (analytic) 1.0422266385787824 x2[1] (numeric) 1.043468042819463 absolute error 0.0012414042406805326 relative error 0.11911077636370491% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 85724.7511803657 Order of pole 386775792.2005658 TOP MAIN SOLVE Loop t[1] 2.6769999999998704 x1[1] (analytic) 2.0001237844744275 x1[1] (numeric) 1.9995001156386931 absolute error 0.0006236688357343922 relative error 0.031181511893188834% Correct digits 3 h 0.001 x2[1] (analytic) 1.0423111143803792 x2[1] (numeric) 1.0435562175338904 absolute error 0.001245103153511229 relative error 0.11945599891750201% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 85766.94422284722 Order of pole 387156803.91523784 TOP MAIN SOLVE Loop t[1] 2.6779999999998703 x1[1] (analytic) 2.0001236607518247 x1[1] (numeric) 1.9994988118339616 absolute error 0.0006248489178630745 relative error 0.031240514280412073% Correct digits 3 h 0.001 x2[1] (analytic) 1.0423957593645974 x2[1] (numeric) 1.043644570730899 absolute error 0.0012488113663016165 relative error 0.11980203824532458% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 85811.06224493727 Order of pole 387554655.4953181 TOP MAIN SOLVE Loop t[1] 2.67899999999987 x1[1] (analytic) 2.0001235371528825 x1[1] (numeric) 1.999497506724773 absolute error 0.0006260304281093809 relative error 0.03129958807447049% Correct digits 3 h 0.001 x2[1] (analytic) 1.042480573870079 x2[1] (numeric) 1.0437331027697687 absolute error 0.001252528899689631 relative error 0.12014889592040778% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 85852.64560969596 Order of pole 387931181.6406068 TOP MAIN SOLVE Loop t[1] 2.67999999999987 x1[1] (analytic) 2.000123413677478 x1[1] (numeric) 1.9994962003098227 absolute error 0.0006272133676552549 relative error 0.03135873333446182% Correct digits 3 h 0.001 x2[1] (analytic) 1.0425655582361446 x2[1] (numeric) 1.043821814010501 absolute error 0.0012562557743562852 relative error 0.12049657351828028% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 85896.68430582256 Order of pole 388328399.87566143 TOP MAIN SOLVE Loop t[1] 2.68099999999987 x1[1] (analytic) 2.0001232903254866 x1[1] (numeric) 1.999494892587804 absolute error 0.00062839773768264 relative error 0.03141795011948382% Correct digits 3 h 0.001 x2[1] (analytic) 1.0426507128027926 x2[1] (numeric) 1.0439107048138196 absolute error 0.0012599920110270002 relative error 0.12084507261688465% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 85939.4535121122 Order of pole 388715583.81487507 TOP MAIN SOLVE Loop t[1] 2.68199999999987 x1[1] (analytic) 2.0001231670967856 x1[1] (numeric) 1.9994935835574092 absolute error 0.000629583539376366 relative error 0.03147723848877856% Correct digits 3 h 0.001 x2[1] (analytic) 1.0427360379107038 x2[1] (numeric) 1.043999775541173 absolute error 0.0012637376304691639 relative error 0.1211943947963354% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 85981.2520667786 Order of pole 389094516.1648224 TOP MAIN SOLVE Loop t[1] 2.6829999999998697 x1[1] (analytic) 2.000123043991252 x1[1] (numeric) 1.9994922732173293 absolute error 0.0006307707739225954 relative error 0.031536598501654696% Correct digits 3 h 0.001 x2[1] (analytic) 1.0428215339012399 x2[1] (numeric) 1.0440890265547345 absolute error 0.001267492653494573 relative error 0.12154454163914595% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 86025.08072532661 Order of pole 389490810.1899344 TOP MAIN SOLVE Loop t[1] 2.6839999999998696 x1[1] (analytic) 2.0001229210087623 x1[1] (numeric) 1.9994909615662537 absolute error 0.0006319594425086006 relative error 0.03159603021747642% Correct digits 3 h 0.001 x2[1] (analytic) 1.0429072011164469 x2[1] (numeric) 1.0441784582174047 absolute error 0.0012712571009578788 relative error 0.12189551473007187% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 86067.90695086142 Order of pole 389878738.0262544 TOP MAIN SOLVE Loop t[1] 2.6849999999998695 x1[1] (analytic) 2.0001227981491936 x1[1] (numeric) 1.9994896486028713 absolute error 0.0006331495463223202 relative error 0.03165553369564123% Correct digits 3 h 0.001 x2[1] (analytic) 1.0429930398990548 x2[1] (numeric) 1.0442680708928131 absolute error 0.0012750309937583637 relative error 0.12224731565627385% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 86112.52217261605 Order of pole 390282239.64010686 TOP MAIN SOLVE Loop t[1] 2.6859999999998694 x1[1] (analytic) 2.0001226754124226 x1[1] (numeric) 1.9994883343258687 absolute error 0.0006343410865539134 relative error 0.03171510899565764% Correct digits 3 h 0.001 x2[1] (analytic) 1.0430790505924805 x2[1] (numeric) 1.0443578649453187 absolute error 0.0012788143528381646 relative error 0.12259994600713951% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 86154.90128996002 Order of pole 390666863.0890022 TOP MAIN SOLVE Loop t[1] 2.6869999999998693 x1[1] (analytic) 2.0001225527983277 x1[1] (numeric) 1.9994870187339318 absolute error 0.0006355340643959817 relative error 0.03177475617715624% Correct digits 3 h 0.001 x2[1] (analytic) 1.0431652335408286 x2[1] (numeric) 1.0444478407400122 absolute error 0.0012826071991836052 relative error 0.12295340737440374% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 86198.49738278777 Order of pole 391061883.9112854 TOP MAIN SOLVE Loop t[1] 2.687999999999869 x1[1] (analytic) 2.0001224303067855 x1[1] (numeric) 1.9994857018257448 absolute error 0.0006367284810406826 relative error 0.03183447529974548% Correct digits 3 h 0.001 x2[1] (analytic) 1.0432515890888916 x2[1] (numeric) 1.044537998642717 absolute error 0.0012864095538254183 relative error 0.12330770135216235% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1406.9308141497804 Order of pole 478400.27594911284 TOP MAIN SOLVE Loop t[1] 2.688999999999869 x1[1] (analytic) 2.0001223079376733 x1[1] (numeric) 1.999484383599991 absolute error 0.000637924337682394 relative error 0.03189426642314479% Correct digits 3 h 0.001 x2[1] (analytic) 1.0433381175821537 x2[1] (numeric) 1.0446283390199909 absolute error 0.0012902214378371912 relative error 0.12366282953671513% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 86283.23417808814 Order of pole 391831950.3404449 TOP MAIN SOLVE Loop t[1] 2.689999999999869 x1[1] (analytic) 2.000122185690869 x1[1] (numeric) 1.999483064055352 absolute error 0.0006391216355170481 relative error 0.03195412960715132% Correct digits 3 h 0.001 x2[1] (analytic) 1.0434248193667897 x2[1] (numeric) 1.0447188622391275 absolute error 0.0012940428723378083 relative error 0.12401879352679268% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 86327.60929039969 Order of pole 392234436.2556878 TOP MAIN SOLVE Loop t[1] 2.690999999999869 x1[1] (analytic) 2.0001220635662507 x1[1] (numeric) 1.9994817431905085 absolute error 0.0006403203757421316 relative error 0.03201406491163993% Correct digits 3 h 0.001 x2[1] (analytic) 1.0435116947896683 x2[1] (numeric) 1.0448095686681578 absolute error 0.0012978738784894528 relative error 0.12437559492335676% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 86369.8139223961 Order of pole 392618581.2481842 TOP MAIN SOLVE Loop t[1] 2.6919999999998687 x1[1] (analytic) 2.000121941563696 x1[1] (numeric) 1.9994804210041395 absolute error 0.0006415205595564633 relative error 0.0320740723965521% Correct digits 3 h 0.001 x2[1] (analytic) 1.0435987441983523 x2[1] (numeric) 1.0449004586758515 absolute error 0.0013017144774991607 relative error 0.12473323532974177% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 86412.89867296824 Order of pole 393010404.7932441 TOP MAIN SOLVE Loop t[1] 2.6929999999998686 x1[1] (analytic) 2.000121819683083 x1[1] (numeric) 1.9994790974949228 absolute error 0.0006427221881599721 relative error 0.03213415212188479% Correct digits 3 h 0.001 x2[1] (analytic) 1.0436859679411004 x2[1] (numeric) 1.0449915326317187 absolute error 0.001305564690618377 relative error 0.1250917163516043% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 86456.98231073552 Order of pole 393410893.82065785 TOP MAIN SOLVE Loop t[1] 2.6939999999998685 x1[1] (analytic) 2.000121697924289 x1[1] (numeric) 1.999477772661535 absolute error 0.0006439252627541414 relative error 0.03219430414771272% Correct digits 3 h 0.001 x2[1] (analytic) 1.0437733663668685 x2[1] (numeric) 1.0450827909060112 absolute error 0.001309424539142734 relative error 0.12545103959689402% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 86501.17340889343 Order of pole 393812682.22143054 TOP MAIN SOLVE Loop t[1] 2.6949999999998684 x1[1] (analytic) 2.0001215762871936 x1[1] (numeric) 1.999476446502651 absolute error 0.0006451297845424531 relative error 0.03225452853421047% Correct digits 3 h 0.001 x2[1] (analytic) 1.0438609398253116 x2[1] (numeric) 1.0451742338697239 absolute error 0.001313294044412272 relative error 0.12581120667586715% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 86545.5197976156 Order of pole 394215973.4664104 TOP MAIN SOLVE Loop t[1] 2.6959999999998683 x1[1] (analytic) 2.000121454771674 x1[1] (numeric) 1.999475119016945 absolute error 0.0006463357547290549 relative error 0.032314825341585966% Correct digits 3 h 0.001 x2[1] (analytic) 1.0439486886667844 x2[1] (numeric) 1.0452658618945962 absolute error 0.0013171732278118853 relative error 0.12617221920112118% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 86585.96538713673 Order of pole 394586267.43345135 TOP MAIN SOLVE Loop t[1] 2.696999999999868 x1[1] (analytic) 2.00012133337761 x1[1] (numeric) 1.9994737902030892 absolute error 0.0006475431745207594 relative error 0.03237519463018034% Correct digits 3 h 0.001 x2[1] (analytic) 1.044036613242343 x2[1] (numeric) 1.0453576753531144 absolute error 0.0013210621107713205 relative error 0.1265340787875869% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 86629.53538071622 Order of pole 394983315.72241765 TOP MAIN SOLVE Loop t[1] 2.697999999999868 x1[1] (analytic) 2.0001212121048786 x1[1] (numeric) 1.999472460059755 absolute error 0.0006487520451234907 relative error 0.032435636460290324% Correct digits 3 h 0.001 x2[1] (analytic) 1.0441247139037464 x2[1] (numeric) 1.045449674618512 absolute error 0.0013249607147656217 relative error 0.1268967870525632% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 86672.01042213397 Order of pole 395371311.2710452 TOP MAIN SOLVE Loop t[1] 2.698999999999868 x1[1] (analytic) 2.0001210909533595 x1[1] (numeric) 1.9994711285856122 absolute error 0.000649962367747392 relative error 0.03249615089242356% Correct digits 3 h 0.001 x2[1] (analytic) 1.044212991003458 x2[1] (numeric) 1.0455418600647717 absolute error 0.0013288690613135756 relative error 0.12726034561555985% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1194.5243630809407 Order of pole 2296.1142007290496 TOP MAIN SOLVE Loop t[1] 2.699999999999868 x1[1] (analytic) 2.0001209699229316 x1[1] (numeric) 1.9994697957793293 absolute error 0.0006511741436023843 relative error 0.03255673798707662% Correct digits 3 h 0.001 x2[1] (analytic) 1.0443014448946477 x2[1] (numeric) 1.0456342320666272 absolute error 0.0013327871719794881 relative error 0.12762475609846002% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 86761.06998862763 Order of pole 396182881.03102934 TOP MAIN SOLVE Loop t[1] 2.7009999999998677 x1[1] (analytic) 2.0001208490134736 x1[1] (numeric) 1.9994684616395735 absolute error 0.0006523873739001651 relative error 0.03261739780483486% Correct digits 3 h 0.001 x2[1] (analytic) 1.0443900759311906 x2[1] (numeric) 1.0457267909995642 absolute error 0.0013367150683736284 relative error 0.12799002012555485% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 86803.86621195976 Order of pole 396574079.06747997 TOP MAIN SOLVE Loop t[1] 2.7019999999998676 x1[1] (analytic) 2.0001207282248643 x1[1] (numeric) 1.9994671261650105 absolute error 0.000653602059853764 relative error 0.03267813040635028% Correct digits 3 h 0.001 x2[1] (analytic) 1.044478884467672 x2[1] (numeric) 1.0458195372398222 absolute error 0.0013406527721502304 relative error 0.12835613932334364% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 86845.58852110132 Order of pole 396956304.92033625 TOP MAIN SOLVE Loop t[1] 2.7029999999998675 x1[1] (analytic) 2.0001206075569833 x1[1] (numeric) 1.999465789354305 absolute error 0.000654818202678209 relative error 0.03273893585237476% Correct digits 3 h 0.001 x2[1] (analytic) 1.0445678708593864 x2[1] (numeric) 1.045912471164396 absolute error 0.0013446003050094912 relative error 0.12872311532071748% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 86890.99802449904 Order of pole 397370575.9026737 TOP MAIN SOLVE Loop t[1] 2.7039999999998674 x1[1] (analytic) 2.0001204870097102 x1[1] (numeric) 1.9994644512061204 absolute error 0.0006560358035898606 relative error 0.0327998142037268% Correct digits 3 h 0.001 x2[1] (analytic) 1.0446570354623401 x2[1] (numeric) 1.0460055931510368 absolute error 0.0013485576886966832 relative error 0.12909094974886604% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 86934.49700737042 Order of pole 397768492.8067864 TOP MAIN SOLVE Loop t[1] 2.7049999999998673 x1[1] (analytic) 2.000120366582924 x1[1] (numeric) 1.9994631117191182 absolute error 0.0006572548638057452 relative error 0.03286076552125823% Correct digits 3 h 0.001 x2[1] (analytic) 1.0447463786332511 x2[1] (numeric) 1.0460989035782546 absolute error 0.001352524945003486 relative error 0.12945964424139705% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 86975.51526590246 Order of pole 398145153.807443 TOP MAIN SOLVE Loop t[1] 2.705999999999867 x1[1] (analytic) 2.000120246276504 x1[1] (numeric) 1.9994617708919589 absolute error 0.0006584753845451097 relative error 0.032921789865931875% Correct digits 3 h 0.001 x2[1] (analytic) 1.0448359007295536 x2[1] (numeric) 1.046192402825319 absolute error 0.0013565020957653218 relative error 0.12982920043407278% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 87020.68336967088 Order of pole 398558019.0702789 TOP MAIN SOLVE Loop t[1] 2.706999999999867 x1[1] (analytic) 2.000120126090331 x1[1] (numeric) 1.9994604287233018 absolute error 0.0006596973670291995 relative error 0.03298288729881046% Correct digits 3 h 0.001 x2[1] (analytic) 1.0449256021093953 x2[1] (numeric) 1.0462860912722605 absolute error 0.0013604891628651306 relative error 0.13019961996516363% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 87065.00345751956 Order of pole 398963530.38452494 TOP MAIN SOLVE Loop t[1] 2.707999999999867 x1[1] (analytic) 2.0001200060242836 x1[1] (numeric) 1.9994590852118048 absolute error 0.0006609208124788157 relative error 0.03304405788093454% Correct digits 3 h 0.001 x2[1] (analytic) 1.0450154831316423 x2[1] (numeric) 1.046379969299873 absolute error 0.0013644861682307052 relative error 0.13057090447518457% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 87106.94076089798 Order of pole 399349098.99908745 TOP MAIN SOLVE Loop t[1] 2.708999999999867 x1[1] (analytic) 2.000119886078242 x1[1] (numeric) 1.9994577403561242 absolute error 0.0006621457221178684 relative error 0.03310530167350009% Correct digits 3 h 0.001 x2[1] (analytic) 1.0451055441558788 x2[1] (numeric) 1.0464740372897146 absolute error 0.001368493133835802 relative error 0.13094305560699326% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 87151.08393645758 Order of pole 399753469.7204837 TOP MAIN SOLVE Loop t[1] 2.7099999999998667 x1[1] (analytic) 2.000119766252087 x1[1] (numeric) 1.9994563941549155 absolute error 0.0006633720971713775 relative error 0.033166618737758564% Correct digits 3 h 0.001 x2[1] (analytic) 1.045195785542409 x2[1] (numeric) 1.0465682956241091 absolute error 0.00137251008170014 relative error 0.1313160750057818% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 87194.33465664845 Order of pole 400150624.2776101 TOP MAIN SOLVE Loop t[1] 2.7109999999998666 x1[1] (analytic) 2.000119646545698 x1[1] (numeric) 1.9994550466068322 absolute error 0.0006645999388659174 relative error 0.033228009135039156% Correct digits 3 h 0.001 x2[1] (analytic) 1.0452862076522587 x2[1] (numeric) 1.046662744686148 absolute error 0.0013765370338894023 relative error 0.13168996431906838% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 87238.56200440225 Order of pole 400556191.6290796 TOP MAIN SOLVE Loop t[1] 2.7119999999998665 x1[1] (analytic) 2.000119526958956 x1[1] (numeric) 1.9994536977105266 absolute error 0.0006658292484291728 relative error 0.03328947292672655% Correct digits 3 h 0.001 x2[1] (analytic) 1.045376810847176 x2[1] (numeric) 1.0467573848596916 absolute error 0.0013805740125156785 relative error 0.1320647251967315% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 87281.96778561444 Order of pole 400954943.5851563 TOP MAIN SOLVE Loop t[1] 2.7129999999998664 x1[1] (analytic) 2.0001194074917406 x1[1] (numeric) 1.9994523474646502 absolute error 0.0006670600270903826 relative error 0.033351010174283165% Correct digits 3 h 0.001 x2[1] (analytic) 1.0454675954896335 x2[1] (numeric) 1.0468522165293705 absolute error 0.0013846210397370218 relative error 0.13244035929095913% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 87325.4287332301 Order of pole 401354680.63230175 TOP MAIN SOLVE Loop t[1] 2.7139999999998663 x1[1] (analytic) 2.0001192881439325 x1[1] (numeric) 1.9994509958678526 absolute error 0.0006682922760798959 relative error 0.033412620939226916% Correct digits 3 h 0.001 x2[1] (analytic) 1.0455585619428298 x2[1] (numeric) 1.046947240080588 absolute error 0.0013886781377581148 relative error 0.13281686825630398% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 87367.32417028066 Order of pole 401740862.2520818 TOP MAIN SOLVE Loop t[1] 2.714999999999866 x1[1] (analytic) 2.0001191689154125 x1[1] (numeric) 1.999449642918782 absolute error 0.0006695259966305045 relative error 0.03347430528319783% Correct digits 3 h 0.001 x2[1] (analytic) 1.0456497105706908 x2[1] (numeric) 1.0470424558995204 absolute error 0.0013927453288296032 relative error 0.1331942537496114% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 87413.98255338726 Order of pole 402168474.2996509 TOP MAIN SOLVE Loop t[1] 2.715999999999866 x1[1] (analytic) 2.000119049806062 x1[1] (numeric) 1.9994482886160858 absolute error 0.0006707611899763322 relative error 0.033536063267902545% Correct digits 3 h 0.001 x2[1] (analytic) 1.0457410417378703 x2[1] (numeric) 1.0471378643731195 absolute error 0.0013968226352492064 relative error 0.13357251743011722% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 87457.75872005425 Order of pole 402571154.8530436 TOP MAIN SOLVE Loop t[1] 2.716999999999866 x1[1] (analytic) 2.000118930815761 x1[1] (numeric) 1.9994469329584095 absolute error 0.0006719978573515029 relative error 0.03359789495504772% Correct digits 3 h 0.001 x2[1] (analytic) 1.0458325558097528 x2[1] (numeric) 1.0472334658891136 absolute error 0.0014009100793608287 relative error 0.13395166095935418% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 87499.59789435369 Order of pole 402957475.740755 TOP MAIN SOLVE Loop t[1] 2.717999999999866 x1[1] (analytic) 2.000118811944391 x1[1] (numeric) 1.9994455759443974 absolute error 0.0006732359999934712 relative error 0.033659800406506506% Correct digits 3 h 0.001 x2[1] (analytic) 1.0459242531524542 x2[1] (numeric) 1.0473292608360094 absolute error 0.001405007683555226 relative error 0.13433168600120718% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 87542.28212879533 Order of pole 403351398.3980908 TOP MAIN SOLVE Loop t[1] 2.7189999999998657 x1[1] (analytic) 2.0001186931918324 x1[1] (numeric) 1.9994442175726928 absolute error 0.0006744756191396917 relative error 0.03372177968415209% Correct digits 3 h 0.001 x2[1] (analytic) 1.0460161341328233 x2[1] (numeric) 1.0474252496030934 absolute error 0.001409115470270006 relative error 0.13471259422190482% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 87586.65823149051 Order of pole 403760081.9206958 TOP MAIN SOLVE Loop t[1] 2.7199999999998656 x1[1] (analytic) 2.0001185745579675 x1[1] (numeric) 1.9994428578419368 absolute error 0.0006757167160307276 relative error 0.03378383285001306% Correct digits 3 h 0.001 x2[1] (analytic) 1.0461081991184438 x2[1] (numeric) 1.0475214325804332 absolute error 0.001413233461989405 relative error 0.1350943872899895% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 87631.56318301949 Order of pole 404173632.55159175 TOP MAIN SOLVE Loop t[1] 2.7209999999998655 x1[1] (analytic) 2.000118456042677 x1[1] (numeric) 1.99944149675077 absolute error 0.0006769592919069201 relative error 0.033845959966106905% Correct digits 3 h 0.001 x2[1] (analytic) 1.0462004484776353 x2[1] (numeric) 1.04761781015888 absolute error 0.0014173616812447332 relative error 0.1354770668763513% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 87675.00382671262 Order of pole 404574701.40044725 TOP MAIN SOLVE Loop t[1] 2.7219999999998654 x1[1] (analytic) 2.000118337645843 x1[1] (numeric) 1.9994401342978314 absolute error 0.0006782033480114968 relative error 0.03390816109459544% Correct digits 3 h 0.001 x2[1] (analytic) 1.0462928825794537 x2[1] (numeric) 1.047714382730069 absolute error 0.0014215001506152625 relative error 0.13586063465430448% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 87719.32287843028 Order of pole 404983482.2106652 TOP MAIN SOLVE Loop t[1] 2.7229999999998653 x1[1] (analytic) 2.000118219367346 x1[1] (numeric) 1.9994387704817582 absolute error 0.0006794488855879077 relative error 0.0339704362976516% Correct digits 3 h 0.001 x2[1] (analytic) 1.0463855017936956 x2[1] (numeric) 1.0478111506864216 absolute error 0.0014256488927260058 relative error 0.1362450922993661% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 87764.75018271276 Order of pole 405402094.12739223 TOP MAIN SOLVE Loop t[1] 2.723999999999865 x1[1] (analytic) 2.0001181012070686 x1[1] (numeric) 1.999437405301187 absolute error 0.0006806959058816009 relative error 0.0340327856375482% Correct digits 3 h 0.001 x2[1] (analytic) 1.046478306490897 x2[1] (numeric) 1.047908114421147 absolute error 0.0014298079302501598 relative error 0.1366304414894813% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 87806.75142873752 Order of pole 405791315.1087788 TOP MAIN SOLVE Loop t[1] 2.724999999999865 x1[1] (analytic) 2.0001179831648925 x1[1] (numeric) 1.9994360387547523 absolute error 0.000681944410140245 relative error 0.03409520917666908% Correct digits 3 h 0.001 x2[1] (analytic) 1.0465712970423353 x2[1] (numeric) 1.0480052743282438 absolute error 0.0014339772859084388 relative error 0.13701668390495064% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 87853.68029999734 Order of pole 406223359.65071344 TOP MAIN SOLVE Loop t[1] 2.725999999999865 x1[1] (analytic) 2.0001178652406995 x1[1] (numeric) 1.9994346708410877 absolute error 0.0006831943996117307 relative error 0.03415770697740922% Correct digits 3 h 0.001 x2[1] (analytic) 1.0466644738200324 x2[1] (numeric) 1.0481026308025008 absolute error 0.0014381569824684082 relative error 0.1374038212283577% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 87895.41383144709 Order of pole 406610710.42255986 TOP MAIN SOLVE Loop t[1] 2.726999999999865 x1[1] (analytic) 2.0001177474343717 x1[1] (numeric) 1.9994333015588253 absolute error 0.0006844458755463911 relative error 0.03422027910228567% Correct digits 3 h 0.001 x2[1] (analytic) 1.0467578371967543 x2[1] (numeric) 1.0482001842395 absolute error 0.0014423470427455953 relative error 0.13779185514466646% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 87936.91511495668 Order of pole 406996230.5372203 TOP MAIN SOLVE Loop t[1] 2.7279999999998648 x1[1] (analytic) 2.0001176297457914 x1[1] (numeric) 1.9994319309065958 absolute error 0.0006856988391956698 relative error 0.034282925613871015% Correct digits 3 h 0.001 x2[1] (analytic) 1.0468513875460137 x2[1] (numeric) 1.0482979350356165 absolute error 0.001446547489602823 relative error 0.13818078734114883% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 87982.56349231854 Order of pole 407417968.1472364 TOP MAIN SOLVE Loop t[1] 2.7289999999998646 x1[1] (analytic) 2.000117512174841 x1[1] (numeric) 1.9994305588830283 absolute error 0.0006869532918127863 relative error 0.03434564657482665% Correct digits 3 h 0.001 x2[1] (analytic) 1.046945125242071 x2[1] (numeric) 1.0483958835880223 absolute error 0.0014507583459513196 relative error 0.13857061950748187% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 88026.9407074222 Order of pole 407828850.9628508 TOP MAIN SOLVE Loop t[1] 2.7299999999998645 x1[1] (analytic) 2.0001173947214026 x1[1] (numeric) 1.9994291854867512 absolute error 0.0006882092346514046 relative error 0.03440844204783618% Correct digits 3 h 0.001 x2[1] (analytic) 1.0470390506599354 x2[1] (numeric) 1.0484940302946852 absolute error 0.0014549796347498312 relative error 0.1389613533356541% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 88072.51189498302 Order of pole 408250337.15893996 TOP MAIN SOLVE Loop t[1] 2.7309999999998644 x1[1] (analytic) 2.000117277385359 x1[1] (numeric) 1.9994278107163908 absolute error 0.0006894666689682971 relative error 0.034471312095738615% Correct digits 3 h 0.001 x2[1] (analytic) 1.047133164175368 x2[1] (numeric) 1.048592375554373 absolute error 0.0014592113790048433 relative error 0.1393529905199777% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 88115.96782776459 Order of pole 408653466.2385351 TOP MAIN SOLVE Loop t[1] 2.7319999999998643 x1[1] (analytic) 2.000117160166593 x1[1] (numeric) 1.9994264345705723 absolute error 0.0006907255960204584 relative error 0.03453425678138408% Correct digits 3 h 0.001 x2[1] (analytic) 1.0472274661648813 x2[1] (numeric) 1.0486909197666527 absolute error 0.0014634536017714694 relative error 0.13974553275716464% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 88160.13643324809 Order of pole 409063391.33546084 TOP MAIN SOLVE Loop t[1] 2.732999999999864 x1[1] (analytic) 2.0001170430649866 x1[1] (numeric) 1.99942505704792 absolute error 0.0006919860170666592 relative error 0.03459727616771153% Correct digits 3 h 0.001 x2[1] (analytic) 1.0473219570057422 x2[1] (numeric) 1.0487896633318945 absolute error 0.0014677063261523404 relative error 0.14013898174621134% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 88203.08475247465 Order of pole 409462602.4311461 TOP MAIN SOLVE Loop t[1] 2.733999999999864 x1[1] (analytic) 2.0001169260804237 x1[1] (numeric) 1.9994236781470558 absolute error 0.0006932479333678909 relative error 0.0346603703177709% Correct digits 3 h 0.001 x2[1] (analytic) 1.0474166370759725 x2[1] (numeric) 1.0488886066512715 absolute error 0.001471969575298937 relative error 0.14053333918851724% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 88248.80612106026 Order of pole 409886251.6659572 TOP MAIN SOLVE Loop t[1] 2.734999999999864 x1[1] (analytic) 2.000116809212787 x1[1] (numeric) 1.9994222978666012 absolute error 0.000694511346185589 relative error 0.034723539294634356% Correct digits 3 h 0.001 x2[1] (analytic) 1.0475115067543515 x2[1] (numeric) 1.0489877501267622 absolute error 0.0014762433724107016 relative error 0.1409286067877907% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 88291.22618929147 Order of pole 410281397.44111496 TOP MAIN SOLVE Loop t[1] 2.735999999999864 x1[1] (analytic) 2.0001166924619596 x1[1] (numeric) 1.9994209162051757 absolute error 0.0006957762567838532 relative error 0.034786783161507275% Correct digits 3 h 0.001 x2[1] (analytic) 1.0476065664204164 x2[1] (numeric) 1.0490870941611516 absolute error 0.0014805277407352602 relative error 0.1413247862500613% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 88337.82102213382 Order of pole 410713205.4381053 TOP MAIN SOLVE Loop t[1] 2.7369999999998638 x1[1] (analytic) 2.0001165758278243 x1[1] (numeric) 1.9994195331613978 absolute error 0.0006970426664265617 relative error 0.03485010198158395% Correct digits 3 h 0.001 x2[1] (analytic) 1.0477018164544638 x2[1] (numeric) 1.0491866391580338 absolute error 0.0014848227035699768 relative error 0.14172187928381927% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 88379.00087201754 Order of pole 411097903.3640243 TOP MAIN SOLVE Loop t[1] 2.7379999999998637 x1[1] (analytic) 2.0001164593102647 x1[1] (numeric) 1.9994181487338842 absolute error 0.0006983105763804787 relative error 0.03491349581820297% Correct digits 3 h 0.001 x2[1] (analytic) 1.047797257237553 x2[1] (numeric) 1.0492863855218124 absolute error 0.001489128284259511 relative error 0.14211988759977268% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 88424.03582830381 Order of pole 411516646.2585248 TOP MAIN SOLVE Loop t[1] 2.7389999999998635 x1[1] (analytic) 2.000116342909165 x1[1] (numeric) 1.9994167629212507 absolute error 0.0006995799879141451 relative error 0.034976964734791754% Correct digits 3 h 0.001 x2[1] (analytic) 1.047892889151505 x2[1] (numeric) 1.0493863336577032 absolute error 0.0014934445061982604 relative error 0.142518812911072% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 88467.99958269157 Order of pole 411925927.9185005 TOP MAIN SOLVE Loop t[1] 2.7399999999998634 x1[1] (analytic) 2.000116226624408 x1[1] (numeric) 1.9994153757221114 absolute error 0.0007008509022965459 relative error 0.03504050879479992% Correct digits 3 h 0.001 x2[1] (analytic) 1.0479887125789058 x2[1] (numeric) 1.0494864839717346 absolute error 0.0014977713928288061 relative error 0.1429186569331523% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 88511.35128993104 Order of pole 412330330.95780236 TOP MAIN SOLVE Loop t[1] 2.7409999999998633 x1[1] (analytic) 2.000116110455877 x1[1] (numeric) 1.9994139871350791 absolute error 0.0007021233207979982 relative error 0.0351041280617437% Correct digits 3 h 0.001 x2[1] (analytic) 1.0480847279031078 x2[1] (numeric) 1.0495868368707508 absolute error 0.0015021089676430233 relative error 0.14331942138383% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 88557.22305054928 Order of pole 412757003.4590986 TOP MAIN SOLVE Loop t[1] 2.741999999999863 x1[1] (analytic) 2.0001159944034574 x1[1] (numeric) 1.9994125971587653 absolute error 0.0007033972446921499 relative error 0.03516782259930584% Correct digits 3 h 0.001 x2[1] (analytic) 1.0481809355082303 x2[1] (numeric) 1.049687392762412 absolute error 0.0015064572541816368 relative error 0.14372110798325125% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 88600.32489997466 Order of pole 413159606.57300735 TOP MAIN SOLVE Loop t[1] 2.742999999999863 x1[1] (analytic) 2.0001158784670316 x1[1] (numeric) 1.9994112057917799 absolute error 0.0007046726752517607 relative error 0.035231592471124715% Correct digits 3 h 0.001 x2[1] (analytic) 1.0482773357791617 x2[1] (numeric) 1.0497881520551968 absolute error 0.0015108162760351096 relative error 0.1441237184539674% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 88644.45854705095 Order of pole 413571249.7404815 TOP MAIN SOLVE Loop t[1] 2.743999999999863 x1[1] (analytic) 2.0001157626464847 x1[1] (numeric) 1.9994098130327316 absolute error 0.0007059496137531429 relative error 0.035295437741016275% Correct digits 3 h 0.001 x2[1] (analytic) 1.0483739291015617 x2[1] (numeric) 1.0498891151584036 absolute error 0.0015151860568418662 relative error 0.1445272545207562% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 88690.21989131448 Order of pole 413997505.8209877 TOP MAIN SOLVE Loop t[1] 2.744999999999863 x1[1] (analytic) 2.0001156469417003 x1[1] (numeric) 1.9994084188802277 absolute error 0.000707228061472609 relative error 0.03535935847279652% Correct digits 3 h 0.001 x2[1] (analytic) 1.048470715861861 x2[1] (numeric) 1.0499902824821523 absolute error 0.0015195666202914015 relative error 0.1449317179109091% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 88736.05548659865 Order of pole 414424641.4975727 TOP MAIN SOLVE Loop t[1] 2.7459999999998628 x1[1] (analytic) 2.0001155313525625 x1[1] (numeric) 1.999407023332874 absolute error 0.0007085080196884697 relative error 0.03542335473038133% Correct digits 3 h 0.001 x2[1] (analytic) 1.0485676964472646 x2[1] (numeric) 1.0500916544373864 absolute error 0.001523957990121838 relative error 0.1453371103539887% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 88777.65736287422 Order of pole 414815112.3583103 TOP MAIN SOLVE Loop t[1] 2.7469999999998627 x1[1] (analytic) 2.0001154158789567 x1[1] (numeric) 1.999405626389275 absolute error 0.0007097894896817003 relative error 0.03548742657781982% Correct digits 3 h 0.001 x2[1] (analytic) 1.0486648712457536 x2[1] (numeric) 1.0501932314358735 absolute error 0.0015283601901199262 relative error 0.14574343358181935% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 88822.29113581243 Order of pole 415232148.16483796 TOP MAIN SOLVE Loop t[1] 2.7479999999998626 x1[1] (analytic) 2.000115300520766 x1[1] (numeric) 1.9994042280480337 absolute error 0.000711072472732388 relative error 0.035551574079116716% Correct digits 3 h 0.001 x2[1] (analytic) 1.048762240646084 x2[1] (numeric) 1.050295013890208 absolute error 0.0015327732441241526 relative error 0.1461506893287745% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1926.1701618081172 Order of pole 34984.95539053567 TOP MAIN SOLVE Loop t[1] 2.7489999999998624 x1[1] (analytic) 2.0001151852778767 x1[1] (numeric) 1.9994028283077518 absolute error 0.0007123569701248389 relative error 0.035615797298487635% Correct digits 3 h 0.001 x2[1] (analytic) 1.0488598050377922 x2[1] (numeric) 1.0503970022138125 absolute error 0.0015371971760202996 relative error 0.1465588793313432% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 88912.37844520647 Order of pole 416074279.4269811 TOP MAIN SOLVE Loop t[1] 2.7499999999998623 x1[1] (analytic) 2.000115070150172 x1[1] (numeric) 1.9994014271670295 absolute error 0.0007136429831424707 relative error 0.03568009630010383% Correct digits 3 h 0.001 x2[1] (analytic) 1.0489575648111926 x2[1] (numeric) 1.0504991968209392 absolute error 0.001541632009746552 relative error 0.14696800532860815% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 88956.23000094325 Order of pole 416485146.7965791 TOP MAIN SOLVE Loop t[1] 2.7509999999998622 x1[1] (analytic) 2.000114955137538 x1[1] (numeric) 1.9994000246244656 absolute error 0.0007149305130722539 relative error 0.03574447114831416% Correct digits 3 h 0.001 x2[1] (analytic) 1.0490555203573828 x2[1] (numeric) 1.0506015981266716 absolute error 0.001546077769288834 relative error 0.14737806906179093% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 89001.29521569033 Order of pole 416906775.7841511 TOP MAIN SOLVE Loop t[1] 2.751999999999862 x1[1] (analytic) 2.0001148402398585 x1[1] (numeric) 1.9993986206786576 absolute error 0.000716219561200937 relative error 0.03580892190745639% Correct digits 3 h 0.001 x2[1] (analytic) 1.049153672068242 x2[1] (numeric) 1.050704206546927 absolute error 0.0015505344786850284 relative error 0.14778907227464522% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 89042.99912790662 Order of pole 417299070.4705289 TOP MAIN SOLVE Loop t[1] 2.752999999999862 x1[1] (analytic) 2.0001147254570197 x1[1] (numeric) 1.9993972153282016 absolute error 0.0007175101288181551 relative error 0.03587344864201259% Correct digits 3 h 0.001 x2[1] (analytic) 1.0492520203364348 x2[1] (numeric) 1.0508070224984565 absolute error 0.0015550021620216459 relative error 0.14820101671312924% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 89091.11171602311 Order of pole 417748063.6302879 TOP MAIN SOLVE Loop t[1] 2.753999999999862 x1[1] (analytic) 2.0001146107889065 x1[1] (numeric) 1.9993958085716923 absolute error 0.0007188022172142094 relative error 0.03593805141649817% Correct digits 3 h 0.001 x2[1] (analytic) 1.0493505655554118 x2[1] (numeric) 1.0509100463988483 absolute error 0.0015594808434364893 relative error 0.14861390412565034% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 89134.15258338166 Order of pole 418153002.1461979 TOP MAIN SOLVE Loop t[1] 2.754999999999862 x1[1] (analytic) 2.000114496235404 x1[1] (numeric) 1.9993944004077229 absolute error 0.0007200958276809555 relative error 0.03600273029550623% Correct digits 3 h 0.001 x2[1] (analytic) 1.0494493081194116 x2[1] (numeric) 1.0510132786665285 absolute error 0.0015639705471168774 relative error 0.1490277362628859% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 89180.69666778951 Order of pole 418588253.38872117 TOP MAIN SOLVE Loop t[1] 2.7559999999998617 x1[1] (analytic) 2.0001143817963976 x1[1] (numeric) 1.999392990834885 absolute error 0.0007213909615124692 relative error 0.03606748534374088% Correct digits 3 h 0.001 x2[1] (analytic) 1.0495482484234617 x2[1] (numeric) 1.0511167197207631 absolute error 0.0015684712973014214 relative error 0.14944251487794294% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 89226.40476522411 Order of pole 419016954.22084904 TOP MAIN SOLVE Loop t[1] 2.7569999999998616 x1[1] (analytic) 2.0001142674717727 x1[1] (numeric) 1.9993915798517694 absolute error 0.0007226876200032706 relative error 0.03613231662592846% Correct digits 3 h 0.001 x2[1] (analytic) 1.0496473868633807 x2[1] (numeric) 1.0512203699816596 absolute error 0.0015729831182789145 relative error 0.14985824172624265% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 89267.64618307762 Order of pole 419406323.87861097 TOP MAIN SOLVE Loop t[1] 2.7579999999998615 x1[1] (analytic) 2.000114153261416 x1[1] (numeric) 1.999390167456965 absolute error 0.0007239858044509884 relative error 0.03619722420695071% Correct digits 3 h 0.001 x2[1] (analytic) 1.0497467238357794 x2[1] (numeric) 1.0513242298701686 absolute error 0.00157750603438922 relative error 0.1502749185655951% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1219.7978169110347 Order of pole 176522.41957148956 TOP MAIN SOLVE Loop t[1] 2.7589999999998613 x1[1] (analytic) 2.000114039165212 x1[1] (numeric) 1.9993887536490593 absolute error 0.0007252855161525851 relative error 0.036262208151656074% Correct digits 3 h 0.001 x2[1] (analytic) 1.0498462597380633 x2[1] (numeric) 1.0514282998080855 absolute error 0.0015820400700221615 relative error 0.15069254715608366% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 89356.03729892861 Order of pole 420238124.67208344 TOP MAIN SOLVE Loop t[1] 2.7599999999998612 x1[1] (analytic) 2.0001139251830473 x1[1] (numeric) 1.9993873384266385 absolute error 0.000726586756408798 relative error 0.03632726852508174% Correct digits 3 h 0.001 x2[1] (analytic) 1.0499459949684329 x2[1] (numeric) 1.0515325802180522 absolute error 0.001586585249619299 relative error 0.15111112926022452% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 89403.40307441256 Order of pole 420681972.4370565 TOP MAIN SOLVE Loop t[1] 2.760999999999861 x1[1] (analytic) 2.000113811314808 x1[1] (numeric) 1.9993859217882874 absolute error 0.0007278895265205865 relative error 0.036392405392275964% Correct digits 3 h 0.001 x2[1] (analytic) 1.0500459299258864 x2[1] (numeric) 1.0516370715235592 absolute error 0.0015911415976728183 relative error 0.15153066664285086% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 89445.50134397429 Order of pole 421079814.01457167 TOP MAIN SOLVE Loop t[1] 2.761999999999861 x1[1] (analytic) 2.00011369756038 x1[1] (numeric) 1.9993845037325895 absolute error 0.0007291938277904642 relative error 0.036457618818364755% Correct digits 3 h 0.001 x2[1] (analytic) 1.0501460650102206 x2[1] (numeric) 1.0517417741489468 absolute error 0.001595709138726198 relative error 0.15195116107116657% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 89492.3079883657 Order of pole 421519453.56275916 TOP MAIN SOLVE Loop t[1] 2.762999999999861 x1[1] (analytic) 2.0001135839196493 x1[1] (numeric) 1.9993830842581266 absolute error 0.0007304996615227211 relative error 0.03652290886856291% Correct digits 3 h 0.001 x2[1] (analytic) 1.050246400622033 x2[1] (numeric) 1.0518466885194067 absolute error 0.0016002878973737644 relative error 0.15237261431469384% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 89536.68035910084 Order of pole 421937779.5950558 TOP MAIN SOLVE Loop t[1] 2.763999999999861 x1[1] (analytic) 2.0001134703925025 x1[1] (numeric) 1.9993816633634793 absolute error 0.0007318070290232015 relative error 0.03658827560816295% Correct digits 3 h 0.001 x2[1] (analytic) 1.0503469371627225 x2[1] (numeric) 1.0519518150609841 absolute error 0.0016048778982615808 relative error 0.15279502814534782% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 89581.30284614464 Order of pole 422358539.7388833 TOP MAIN SOLVE Loop t[1] 2.7649999999998607 x1[1] (analytic) 2.0001133569788263 x1[1] (numeric) 1.9993802410472268 absolute error 0.0007331159315995261 relative error 0.0366537191025462% Correct digits 3 h 0.001 x2[1] (analytic) 1.0504476750344929 x2[1] (numeric) 1.0520571542005794 absolute error 0.0016094791660865582 relative error 0.15321840433734205% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 89626.57027948966 Order of pole 422785169.7572014 TOP MAIN SOLVE Loop t[1] 2.7659999999998606 x1[1] (analytic) 2.0001132436785074 x1[1] (numeric) 1.9993788173079465 absolute error 0.00073442637056087 relative error 0.0367192394171717% Correct digits 3 h 0.001 x2[1] (analytic) 1.0505486146403522 x2[1] (numeric) 1.05216270636595 absolute error 0.0016140917255977882 relative error 0.15364274466730518% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 89671.04816551329 Order of pole 423204977.15959334 TOP MAIN SOLVE Loop t[1] 2.7669999999998605 x1[1] (analytic) 2.0001131304914317 x1[1] (numeric) 1.9993773921442148 absolute error 0.0007357383472168522 relative error 0.03678483661752072% Correct digits 3 h 0.001 x2[1] (analytic) 1.0506497563841155 x2[1] (numeric) 1.0522684719857112 absolute error 0.001618715601595655 relative error 0.15406805091418646% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 89716.60207920622 Order of pole 423635049.77001446 TOP MAIN SOLVE Loop t[1] 2.7679999999998603 x1[1] (analytic) 2.000113017417487 x1[1] (numeric) 1.9993759655546066 absolute error 0.0007370518628802003 relative error 0.03685051076922991% Correct digits 3 h 0.001 x2[1] (analytic) 1.0507511006704067 x2[1] (numeric) 1.052374451489339 absolute error 0.0016233508189322787 relative error 0.15449432485928766% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 89760.88143445284 Order of pole 424053237.35244477 TOP MAIN SOLVE Loop t[1] 2.7689999999998602 x1[1] (analytic) 2.000112904456559 x1[1] (numeric) 1.9993745375376952 absolute error 0.0007383669188638642 relative error 0.03691626193794706% Correct digits 3 h 0.001 x2[1] (analytic) 1.0508526479046594 x2[1] (numeric) 1.0524806453071711 absolute error 0.0016279974025117383 relative error 0.1549215682862743% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 89805.25640255076 Order of pole 424472985.39241135 TOP MAIN SOLVE Loop t[1] 2.76999999999986 x1[1] (analytic) 2.0001127916085357 x1[1] (numeric) 1.9993731080920527 absolute error 0.000739683516483014 relative error 0.03698209018943096% Correct digits 3 h 0.001 x2[1] (analytic) 1.0509543984931193 x2[1] (numeric) 1.0525870538704092 absolute error 0.0016326553772898489 relative error 0.15534978298114407% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 89849.4132888691 Order of pole 424891072.8151001 TOP MAIN SOLVE Loop t[1] 2.77099999999986 x1[1] (analytic) 2.0001126788733044 x1[1] (numeric) 1.9993716772162495 absolute error 0.0007410016570548184 relative error 0.03704799558954031% Correct digits 3 h 0.001 x2[1] (analytic) 1.0510563528428452 x2[1] (numeric) 1.05269367761112 absolute error 0.0016373247682748282 relative error 0.15577897073228028% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1357.72302325165 Order of pole 13900.253393495892 TOP MAIN SOLVE Loop t[1] 2.77199999999986 x1[1] (analytic) 2.0001125662507517 x1[1] (numeric) 1.9993702449088548 absolute error 0.0007423213418968899 relative error 0.03711397820415603% Correct digits 3 h 0.001 x2[1] (analytic) 1.0511585113617112 x2[1] (numeric) 1.0528005169622376 absolute error 0.0016420056005264083 relative error 0.15620913333035671% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 89940.34097613422 Order of pole 425750728.39742374 TOP MAIN SOLVE Loop t[1] 2.77299999999986 x1[1] (analytic) 2.0001124537407655 x1[1] (numeric) 1.9993688111684365 absolute error 0.0007436425723290618 relative error 0.037180038099270056% Correct digits 3 h 0.001 x2[1] (analytic) 1.051260874458408 x2[1] (numeric) 1.052907572357565 absolute error 0.0016466978991569459 relative error 0.15664027256843333% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 89982.7991243275 Order of pole 426154430.4621615 TOP MAIN SOLVE Loop t[1] 2.7739999999998597 x1[1] (analytic) 2.000112341343233 x1[1] (numeric) 1.9993673759935606 absolute error 0.0007449653496722775 relative error 0.037246175340929825% Correct digits 3 h 0.001 x2[1] (analytic) 1.0513634425424438 x2[1] (numeric) 1.0530148442317755 absolute error 0.001651401689331644 relative error 0.15707239024196684% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 90031.61367857276 Order of pole 426614786.51633805 TOP MAIN SOLVE Loop t[1] 2.7749999999998596 x1[1] (analytic) 2.0001122290580415 x1[1] (numeric) 1.999365939382792 absolute error 0.0007462896752494785 relative error 0.037312389995282705% Correct digits 3 h 0.001 x2[1] (analytic) 1.0514662160241475 x2[1] (numeric) 1.0531223330204154 absolute error 0.0016561169962678868 relative error 0.157505488148737% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 90076.28056269571 Order of pole 427038256.8843924 TOP MAIN SOLVE Loop t[1] 2.7759999999998595 x1[1] (analytic) 2.000112116885079 x1[1] (numeric) 1.9993645013346941 absolute error 0.0007476155503849391 relative error 0.037378682128542645% Correct digits 3 h 0.001 x2[1] (analytic) 1.0515691953146693 x2[1] (numeric) 1.0532300391599045 absolute error 0.001660843845235238 relative error 0.1579395680888361% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 90120.40329099796 Order of pole 427457250.8812069 TOP MAIN SOLVE Loop t[1] 2.7769999999998594 x1[1] (analytic) 2.000112004824234 x1[1] (numeric) 1.9993630618478289 absolute error 0.0007489429764051536 relative error 0.03744505180703464% Correct digits 3 h 0.001 x2[1] (analytic) 1.051672380825983 x2[1] (numeric) 1.0533379630875388 absolute error 0.0016655822615558868 relative error 0.158374631864701% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 90164.54663331686 Order of pole 427876754.8321256 TOP MAIN SOLVE Loop t[1] 2.7779999999998592 x1[1] (analytic) 2.0001118928753936 x1[1] (numeric) 1.9993616209207568 absolute error 0.0007502719546368386 relative error 0.03751149909709478% Correct digits 3 h 0.001 x2[1] (analytic) 1.051775772970886 x2[1] (numeric) 1.0534461052414918 absolute error 0.0016703322706057566 relative error 0.1588106812812081% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 90210.58097815751 Order of pole 428313139.83097625 TOP MAIN SOLVE Loop t[1] 2.778999999999859 x1[1] (analytic) 2.000111781038446 x1[1] (numeric) 1.9993601785520367 absolute error 0.0007516024864091531 relative error 0.03757802406518128% Correct digits 3 h 0.001 x2[1] (analytic) 1.0518793721630038 x2[1] (numeric) 1.0535544660608167 absolute error 0.0016750938978129515 relative error 0.15924771814551486% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 90254.73721639172 Order of pole 428733125.9447041 TOP MAIN SOLVE Loop t[1] 2.779999999999859 x1[1] (analytic) 2.0001116693132794 x1[1] (numeric) 1.9993587347402266 absolute error 0.0007529345730528103 relative error 0.037644626777830044% Correct digits 3 h 0.001 x2[1] (analytic) 1.0519831788167886 x2[1] (numeric) 1.0536630459854472 absolute error 0.0016798671686586442 relative error 0.159685744267134% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 90299.86123809595 Order of pole 429161879.58686334 TOP MAIN SOLVE Loop t[1] 2.780999999999859 x1[1] (analytic) 2.000111557699782 x1[1] (numeric) 1.9993572894838827 absolute error 0.0007542682158991898 relative error 0.03771130730161032% Correct digits 3 h 0.001 x2[1] (analytic) 1.0520871933475235 x2[1] (numeric) 1.0537718454562006 absolute error 0.001684652108677076 relative error 0.1601247614579227% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 90344.46885735127 Order of pole 429586614.10817635 TOP MAIN SOLVE Loop t[1] 2.781999999999859 x1[1] (analytic) 2.0001114461978426 x1[1] (numeric) 1.9993558427815594 absolute error 0.0007556034162832237 relative error 0.03777806570326894% Correct digits 3 h 0.001 x2[1] (analytic) 1.0521914161713224 x2[1] (numeric) 1.0538808649147784 absolute error 0.0016894487434560013 relative error 0.16056477153211426% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 90391.11341242475 Order of pole 430029364.842332 TOP MAIN SOLVE Loop t[1] 2.7829999999998587 x1[1] (analytic) 2.0001113348073494 x1[1] (numeric) 1.9993543946318102 absolute error 0.000756940175539178 relative error 0.03784490204951948% Correct digits 3 h 0.001 x2[1] (analytic) 1.0522958477051325 x2[1] (numeric) 1.0539901048037688 absolute error 0.0016942570986362426 relative error 0.1610057763062652% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 90435.2962599003 Order of pole 430450386.00049555 TOP MAIN SOLVE Loop t[1] 2.7839999999998586 x1[1] (analytic) 2.0001112235281906 x1[1] (numeric) 1.999352945033187 absolute error 0.0007582784950035393 relative error 0.0379118164071865% Correct digits 3 h 0.001 x2[1] (analytic) 1.0524004883667355 x2[1] (numeric) 1.054099565566648 absolute error 0.0016990771999125798 relative error 0.16144777759932905% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 90482.19723054151 Order of pole 430895953.36638105 TOP MAIN SOLVE Loop t[1] 2.7849999999998585 x1[1] (analytic) 2.0001111123602557 x1[1] (numeric) 1.99935149398424 absolute error 0.0007596183760156805 relative error 0.03797880884323889% Correct digits 3 h 0.001 x2[1] (analytic) 1.0525053385747503 x2[1] (numeric) 1.054209247647783 absolute error 0.001703909073032639 relative error 0.16189077723253992% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 90526.47442042344 Order of pole 431318535.1354823 TOP MAIN SOLVE Loop t[1] 2.7859999999998584 x1[1] (analytic) 2.0001110013034333 x1[1] (numeric) 1.9993500414835184 absolute error 0.0007609598199149747 relative error 0.03804587942464554% Correct digits 3 h 0.001 x2[1] (analytic) 1.052610398748633 x2[1] (numeric) 1.0543191514924313 absolute error 0.0017087527437982253 relative error 0.1623347770295286% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 90572.00069084401 Order of pole 431752078.0441759 TOP MAIN SOLVE Loop t[1] 2.7869999999998583 x1[1] (analytic) 2.000110890357612 x1[1] (numeric) 1.9993485875295696 absolute error 0.0007623028280423494 relative error 0.03811302821845306% Correct digits 3 h 0.001 x2[1] (analytic) 1.0527156693086803 x2[1] (numeric) 1.054429277546745 absolute error 0.0017136082380646567 relative error 0.1627797788162482% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 90617.51374731527 Order of pole 432185854.5691796 TOP MAIN SOLVE Loop t[1] 2.787999999999858 x1[1] (analytic) 2.000110779522681 x1[1] (numeric) 1.9993471321209395 absolute error 0.0007636474017413963 relative error 0.038180255291841284% Correct digits 3 h 0.001 x2[1] (analytic) 1.0528211506760297 x2[1] (numeric) 1.054539626257771 absolute error 0.00171847558174143 relative error 0.1632257844210268% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 90661.47780590394 Order of pole 432606345.10243124 TOP MAIN SOLVE Loop t[1] 2.788999999999858 x1[1] (analytic) 2.0001106687985297 x1[1] (numeric) 1.999345675256173 absolute error 0.0007649935423568177 relative error 0.03824756071204554% Correct digits 3 h 0.001 x2[1] (analytic) 1.0529268432726626 x2[1] (numeric) 1.0546501980734542 absolute error 0.0017233548007915545 relative error 0.16367279567449303% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 90707.49066439194 Order of pole 433045111.91194415 TOP MAIN SOLVE Loop t[1] 2.789999999999858 x1[1] (analytic) 2.000110558185047 x1[1] (numeric) 1.999344216933813 absolute error 0.0007663412512339818 relative error 0.03831494454633448% Correct digits 3 h 0.001 x2[1] (analytic) 1.0530327475214047 x2[1] (numeric) 1.0547609934426374 absolute error 0.0017282459212326629 relative error 0.16412081440967088% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 90753.01202698718 Order of pole 433479984.45353943 TOP MAIN SOLVE Loop t[1] 2.790999999999858 x1[1] (analytic) 2.0001104476821228 x1[1] (numeric) 1.9993427571524012 absolute error 0.0007676905297215875 relative error 0.03838240686214327% Correct digits 3 h 0.001 x2[1] (analytic) 1.0531388638459287 x2[1] (numeric) 1.0548720128150648 absolute error 0.0017331489691361224 relative error 0.16456984246188425% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 90797.65366980026 Order of pole 433906926.32011706 TOP MAIN SOLVE Loop t[1] 2.7919999999998577 x1[1] (analytic) 2.000110337289646 x1[1] (numeric) 1.999341295910478 absolute error 0.0007690413791678896 relative error 0.03844994772688488% Correct digits 3 h 0.001 x2[1] (analytic) 1.053245192670755 x2[1] (numeric) 1.054983256641383 absolute error 0.0017380639706281453 relative error 0.16501988166885137% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 90845.84655759404 Order of pole 434365900.6021527 TOP MAIN SOLVE Loop t[1] 2.7929999999998576 x1[1] (analytic) 2.0001102270075064 x1[1] (numeric) 1.999339833206582 absolute error 0.0007703938009244737 relative error 0.038517567208138793% Correct digits 3 h 0.001 x2[1] (analytic) 1.0533517344212542 x2[1] (numeric) 1.0550947253731433 absolute error 0.001742990951889123 relative error 0.16547093387061057% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 90887.3655489561 Order of pole 434765442.19995564 TOP MAIN SOLVE Loop t[1] 2.7939999999998575 x1[1] (analytic) 2.0001101168355944 x1[1] (numeric) 1.9993383690392503 absolute error 0.0007717477963440356 relative error 0.038585265373540026% Correct digits 3 h 0.001 x2[1] (analytic) 1.0534584895236485 x2[1] (numeric) 1.0552064194628028 absolute error 0.0017479299391542913 relative error 0.16592300090957243% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 90936.91569778977 Order of pole 435236754.9772024 TOP MAIN SOLVE Loop t[1] 2.7949999999998574 x1[1] (analytic) 2.0001100067737987 x1[1] (numeric) 1.999336903407019 absolute error 0.0007731033667797149 relative error 0.038653042290745794% Correct digits 3 h 0.001 x2[1] (analytic) 1.0535654584050138 x2[1] (numeric) 1.0553183393637267 absolute error 0.0017528809587128436 relative error 0.1663760846304243% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 90979.62212370403 Order of pole 435647425.42880505 TOP MAIN SOLVE Loop t[1] 2.7959999999998573 x1[1] (analytic) 2.00010989682201 x1[1] (numeric) 1.9993354363084224 absolute error 0.0007744605135877602 relative error 0.03872089802756871% Correct digits 3 h 0.001 x2[1] (analytic) 1.053672641493281 x2[1] (numeric) 1.0554304855301901 absolute error 0.0017578440369090398 relative error 0.1668301868802246% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 91027.90609064372 Order of pole 436108606.90141827 TOP MAIN SOLVE Loop t[1] 2.796999999999857 x1[1] (analytic) 2.000109786980118 x1[1] (numeric) 1.9993339677419935 absolute error 0.000775819238124642 relative error 0.03878883265183253% Correct digits 3 h 0.001 x2[1] (analytic) 1.0537800392172372 x2[1] (numeric) 1.0555428584173798 absolute error 0.0017628192001426513 relative error 0.1672853095084339% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 91070.71698216225 Order of pole 436520373.98530567 TOP MAIN SOLVE Loop t[1] 2.797999999999857 x1[1] (analytic) 2.000109677248013 x1[1] (numeric) 1.9993324977062636 absolute error 0.0007771795417492733 relative error 0.0388568462314831% Correct digits 3 h 0.001 x2[1] (analytic) 1.0538876520065283 x2[1] (numeric) 1.055655458481396 absolute error 0.001767806474867628 relative error 0.16774145436677698% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 91115.32442446801 Order of pole 436948834.9165278 TOP MAIN SOLVE Loop t[1] 2.798999999999857 x1[1] (analytic) 2.0001095676255853 x1[1] (numeric) 1.9993310261997628 absolute error 0.0007785414258225654 relative error 0.038924938834566186% Correct digits 3 h 0.001 x2[1] (analytic) 1.053995480291661 x2[1] (numeric) 1.0557682861792543 absolute error 0.0017728058875934316 relative error 0.16819862330935823% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 91159.63566369031 Order of pole 437374616.4298142 TOP MAIN SOLVE Loop t[1] 2.799999999999857 x1[1] (analytic) 2.0001094581127252 x1[1] (numeric) 1.9993295532210194 absolute error 0.0007799048917058737 relative error 0.038993110529149784% Correct digits 3 h 0.001 x2[1] (analytic) 1.0541035245040027 x2[1] (numeric) 1.0558813419688875 absolute error 0.0017778174648848122 relative error 0.16865681819262918% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 91206.74452683619 Order of pole 437825533.7461571 TOP MAIN SOLVE Loop t[1] 2.8009999999998567 x1[1] (analytic) 2.0001093487093233 x1[1] (numeric) 1.9993280787685606 absolute error 0.0007812699407627743 relative error 0.039061361383412874% Correct digits 3 h 0.001 x2[1] (analytic) 1.0542117850757855 x2[1] (numeric) 1.0559946263091473 absolute error 0.0017828412333618093 relative error 0.16911604087537724% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1456.334443236035 Order of pole 115958.80541600466 TOP MAIN SOLVE Loop t[1] 2.8019999999998566 x1[1] (analytic) 2.0001092394152704 x1[1] (numeric) 1.9993266028409118 absolute error 0.0007826365743586194 relative error 0.03912969146562326% Correct digits 3 h 0.001 x2[1] (analytic) 1.0543202624401067 x2[1] (numeric) 1.0561081396598062 absolute error 0.0017878772196995296 relative error 0.16957629321869308% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 91299.62078064101 Order of pole 438716757.4497147 TOP MAIN SOLVE Loop t[1] 2.8029999999998565 x1[1] (analytic) 2.0001091302304563 x1[1] (numeric) 1.9993251254365971 absolute error 0.0007840047938592054 relative error 0.039198100844070986% Correct digits 3 h 0.001 x2[1] (analytic) 1.05442895703093 x2[1] (numeric) 1.0562218824815595 absolute error 0.001792925450629479 relative error 0.17003757708608588% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 91344.9001339105 Order of pole 439152349.39962786 TOP MAIN SOLVE Loop t[1] 2.8039999999998564 x1[1] (analytic) 2.000109021154773 x1[1] (numeric) 1.9993236465541393 absolute error 0.0007853746006338813 relative error 0.03926658958722366% Correct digits 3 h 0.001 x2[1] (analytic) 1.0545378692830891 x2[1] (numeric) 1.0563358552360267 absolute error 0.0017979859529375641 relative error 0.170499894343282% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 91391.95656821306 Order of pole 439604213.72278404 TOP MAIN SOLVE Loop t[1] 2.8049999999998563 x1[1] (analytic) 2.000108912188111 x1[1] (numeric) 1.9993221661920593 absolute error 0.0007867459960515522 relative error 0.03933515776352675% Correct digits 3 h 0.001 x2[1] (analytic) 1.0546469996322874 x2[1] (numeric) 1.0564500583857543 absolute error 0.0018030587534669795 relative error 0.17096324685848754% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 91436.23416826567 Order of pole 440031335.2647475 TOP MAIN SOLVE Loop t[1] 2.805999999999856 x1[1] (analytic) 2.0001088033303605 x1[1] (numeric) 1.9993206843488767 absolute error 0.0007881189814837875 relative error 0.039403805441558915% Correct digits 3 h 0.001 x2[1] (analytic) 1.054756348515101 x2[1] (numeric) 1.0565644923942166 absolute error 0.0018081438791155424 relative error 0.1714276365021239% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 91481.74916562853 Order of pole 440469542.8574486 TOP MAIN SOLVE Loop t[1] 2.806999999999856 x1[1] (analytic) 2.0001086945814137 x1[1] (numeric) 1.9993192010231098 absolute error 0.0007894935583039331 relative error 0.03947253268998761% Correct digits 3 h 0.001 x2[1] (analytic) 1.05486591636898 x2[1] (numeric) 1.0566791577258179 absolute error 0.0018132413568379135 relative error 0.17189306514702696% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 91526.23581723913 Order of pole 440898680.8424176 TOP MAIN SOLVE Loop t[1] 2.807999999999856 x1[1] (analytic) 2.0001085859411614 x1[1] (numeric) 1.9993177162132751 absolute error 0.0007908697278862231 relative error 0.03954133957752475% Correct digits 3 h 0.001 x2[1] (analytic) 1.0549757036322502 x2[1] (numeric) 1.0567940548458947 absolute error 0.0018183512136444868 relative error 0.17235953466833% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 91573.88237376524 Order of pole 441356564.5234958 TOP MAIN SOLVE Loop t[1] 2.808999999999856 x1[1] (analytic) 2.000108477409495 x1[1] (numeric) 1.9993162299178882 absolute error 0.00079224749160689 relative error 0.03961022617298212% Correct digits 3 h 0.001 x2[1] (analytic) 1.0550857107441154 x2[1] (numeric) 1.0569091842207174 absolute error 0.0018234734766020555 relative error 0.17282704694351542% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 91619.42286781225 Order of pole 441796039.27138823 TOP MAIN SOLVE Loop t[1] 2.8099999999998557 x1[1] (analytic) 2.0001083689863064 x1[1] (numeric) 1.9993147421354622 absolute error 0.0007936268508441646 relative error 0.039679192545271434% Correct digits 3 h 0.001 x2[1] (analytic) 1.0551959381446583 x2[1] (numeric) 1.0570245463174919 absolute error 0.0018286081728335901 relative error 0.17329560385238174% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 91665.18017105013 Order of pole 442237436.01588124 TOP MAIN SOLVE Loop t[1] 2.8109999999998556 x1[1] (analytic) 2.0001082606714866 x1[1] (numeric) 1.99931325286451 absolute error 0.0007950078069767219 relative error 0.03974823876332663% Correct digits 3 h 0.001 x2[1] (analytic) 1.0553063862748426 x2[1] (numeric) 1.0571401416043618 absolute error 0.0018337553295191267 relative error 0.17376520727711636% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 91709.10170110824 Order of pole 442662520.9205732 TOP MAIN SOLVE Loop t[1] 2.8119999999998555 x1[1] (analytic) 2.0001081524649273 x1[1] (numeric) 1.9993117621035417 absolute error 0.0007963903613856793 relative error 0.03981736489620375% Correct digits 3 h 0.001 x2[1] (analytic) 1.0554170555765159 x2[1] (numeric) 1.05725597055041 absolute error 0.0018389149738942123 relative error 0.17423585910213615% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 91756.14057817517 Order of pole 443116073.2233929 TOP MAIN SOLVE Loop t[1] 2.8129999999998554 x1[1] (analytic) 2.0001080443665207 x1[1] (numeric) 1.9993102698510667 absolute error 0.0007977745154539306 relative error 0.039886571013047635% Correct digits 3 h 0.001 x2[1] (analytic) 1.0555279464924086 x2[1] (numeric) 1.0573720336256611 absolute error 0.00184408713325257 relative error 0.17470756121432857% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 91801.95406085343 Order of pole 443558681.4078438 TOP MAIN SOLVE Loop t[1] 2.8139999999998553 x1[1] (analytic) 2.0001079363761582 x1[1] (numeric) 1.999308776105593 absolute error 0.0007991602705652578 relative error 0.039955857183047574% Correct digits 3 h 0.001 x2[1] (analytic) 1.0556390594661393 x2[1] (numeric) 1.0574883313010826 absolute error 0.0018492718349432113 relative error 0.1751803155027657% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 91847.91004697766 Order of pole 444002701.82463974 TOP MAIN SOLVE Loop t[1] 2.814999999999855 x1[1] (analytic) 2.000107828493732 x1[1] (numeric) 1.9993072808656267 absolute error 0.0008005476281054413 relative error 0.04002522347549274% Correct digits 3 h 0.001 x2[1] (analytic) 1.055750394942214 x2[1] (numeric) 1.0576048640485871 absolute error 0.0018544691063731022 relative error 0.17565412385894544% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 91895.2223664969 Order of pole 444459534.2636882 TOP MAIN SOLVE Loop t[1] 2.815999999999855 x1[1] (analytic) 2.000107720719135 x1[1] (numeric) 1.9993057841296726 absolute error 0.0008019365894622599 relative error 0.04009466995977222% Correct digits 3 h 0.001 x2[1] (analytic) 1.0558619533660283 x2[1] (numeric) 1.0577216323410346 absolute error 0.0018596789750062737 relative error 0.1761289881766951% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 91939.20202109778 Order of pole 444886214.3826869 TOP MAIN SOLVE Loop t[1] 2.816999999999855 x1[1] (analytic) 2.000107613052258 x1[1] (numeric) 1.999304285896234 absolute error 0.0008033271560241584 relative error 0.04016419670530844% Correct digits 3 h 0.001 x2[1] (analytic) 1.0559737351838703 x2[1] (numeric) 1.0578386366522334 absolute error 0.001864901468363156 relative error 0.17660491035209622% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 2578.6568814882626 Order of pole 452560.7613601876 TOP MAIN SOLVE Loop t[1] 2.817999999999855 x1[1] (analytic) 2.0001075054929944 x1[1] (numeric) 1.9993027861638124 absolute error 0.0008047193291820243 relative error 0.04023380378164592% Correct digits 3 h 0.001 x2[1] (analytic) 1.056085740842921 x2[1] (numeric) 1.057955877456943 absolute error 0.0018701366140221332 relative error 0.17708189228362015% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 92033.5983373977 Order of pole 445798875.1036342 TOP MAIN SOLVE Loop t[1] 2.8189999999998547 x1[1] (analytic) 2.0001073980412363 x1[1] (numeric) 1.9993012849309084 absolute error 0.0008061131103278552 relative error 0.04030349125838469% Correct digits 3 h 0.001 x2[1] (analytic) 1.0561979707912572 x2[1] (numeric) 1.0580733552308759 absolute error 0.0018753844396186548 relative error 0.17755993587203153% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 92076.48686382941 Order of pole 446216306.57143295 TOP MAIN SOLVE Loop t[1] 2.8199999999998546 x1[1] (analytic) 2.000107290696876 x1[1] (numeric) 1.9992997821960206 absolute error 0.0008075085008556471 relative error 0.04037325920522471% Correct digits 3 h 0.001 x2[1] (analytic) 1.0563104254778524 x2[1] (numeric) 1.0581910704506985 absolute error 0.0018806449728461239 relative error 0.17803904302046059% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 92125.0091768309 Order of pole 446685158.8204956 TOP MAIN SOLVE Loop t[1] 2.8209999999998545 x1[1] (analytic) 2.0001071834598068 x1[1] (numeric) 1.9992982779576463 absolute error 0.0008089055021605063 relative error 0.040443107691921436% Correct digits 3 h 0.001 x2[1] (analytic) 1.0564231053525792 x2[1] (numeric) 1.0583090235940344 absolute error 0.0018859182414552311 relative error 0.17851921563432763% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 92169.73048782516 Order of pole 447119761.3196451 TOP MAIN SOLVE Loop t[1] 2.8219999999998544 x1[1] (analytic) 2.000107076329921 x1[1] (numeric) 1.9992967722142811 absolute error 0.0008103041156397595 relative error 0.04051303678834135% Correct digits 3 h 0.001 x2[1] (analytic) 1.056536010866211 x2[1] (numeric) 1.0584272151394654 absolute error 0.0018912042732543988 relative error 0.1790004556213732% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 2822.4465305033136 Order of pole 16852.23468456001 TOP MAIN SOLVE Loop t[1] 2.8229999999998543 x1[1] (analytic) 2.000106969307111 x1[1] (numeric) 1.9992952649644196 absolute error 0.0008117043426916215 relative error 0.04058304656439535% Correct digits 3 h 0.001 x2[1] (analytic) 1.0566491424704232 x2[1] (numeric) 1.0585456455665336 absolute error 0.0018965030961104468 relative error 0.1794827648917088% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 92261.6647635307 Order of pole 448012514.7715797 TOP MAIN SOLVE Loop t[1] 2.823999999999854 x1[1] (analytic) 2.000106862391271 x1[1] (numeric) 1.9992937562065543 absolute error 0.0008131061847167498 relative error 0.04065313709011643% Correct digits 3 h 0.001 x2[1] (analytic) 1.0567625006177963 x2[1] (numeric) 1.0586643153557436 absolute error 0.0019018147379472605 relative error 0.1799661453576784% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 92308.55017551953 Order of pole 448467352.5447781 TOP MAIN SOLVE Loop t[1] 2.824999999999854 x1[1] (analytic) 2.000106755582293 x1[1] (numeric) 1.9992922459391764 absolute error 0.0008145096431164678 relative error 0.040723308435570926% Correct digits 3 h 0.001 x2[1] (analytic) 1.0568760857618165 x2[1] (numeric) 1.058783224988564 absolute error 0.0019071392267475673 relative error 0.18045059893401458% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 92354.68410931062 Order of pole 448915545.05236626 TOP MAIN SOLVE Loop t[1] 2.825999999999854 x1[1] (analytic) 2.0001066488800707 x1[1] (numeric) 1.999290734160776 absolute error 0.0008159147192947636 relative error 0.04079356067095835% Correct digits 3 h 0.001 x2[1] (analytic) 1.0569898983568775 x2[1] (numeric) 1.0589023749474298 absolute error 0.00191247659055227 relative error 0.18093612753776286% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 92400.41707345883 Order of pole 449360854.6304902 TOP MAIN SOLVE Loop t[1] 2.826999999999854 x1[1] (analytic) 2.0001065422844975 x1[1] (numeric) 1.999289220869841 absolute error 0.0008173214146565133 relative error 0.040863893866522664% Correct digits 3 h 0.001 x2[1] (analytic) 1.0571039388582837 x2[1] (numeric) 1.059021765715744 absolute error 0.0019178268574602253 relative error 0.18142273308824847% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 92445.52354511454 Order of pole 449800335.9668344 TOP MAIN SOLVE Loop t[1] 2.8279999999998537 x1[1] (analytic) 2.000106435795466 x1[1] (numeric) 1.999287706064858 absolute error 0.0008187297306081476 relative error 0.04093430809258553% Correct digits 3 h 0.001 x2[1] (analytic) 1.05721820772225 x2[1] (numeric) 1.0591413977778794 absolute error 0.0019231900556293535 relative error 0.18191041750716894% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 92493.959833005 Order of pole 450270311.319872 TOP MAIN SOLVE Loop t[1] 2.8289999999998536 x1[1] (analytic) 2.000106329412871 x1[1] (numeric) 1.9992861897443124 absolute error 0.0008201396685585394 relative error 0.04100480341959072% Correct digits 3 h 0.001 x2[1] (analytic) 1.0573327054059056 x2[1] (numeric) 1.0592612716191814 absolute error 0.0019285662132757508 relative error 0.1823991827184975% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 92541.76075339211 Order of pole 450734965.3070865 TOP MAIN SOLVE Loop t[1] 2.8299999999998535 x1[1] (analytic) 2.000106223136605 x1[1] (numeric) 1.999284671906688 absolute error 0.0008215512299170058 relative error 0.04107537991800422% Correct digits 3 h 0.001 x2[1] (analytic) 1.0574474323672949 x2[1] (numeric) 1.0593813877259686 absolute error 0.001933955358673689 relative error 0.18288903064847076% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 92588.56126728735 Order of pole 451190755.10886997 TOP MAIN SOLVE Loop t[1] 2.8309999999998534 x1[1] (analytic) 2.0001061169665624 x1[1] (numeric) 1.9992831525504666 absolute error 0.0008229644160957506 relative error 0.041146037658436344% Correct digits 3 h 0.001 x2[1] (analytic) 1.0575623890653782 x2[1] (numeric) 1.059501746585536 absolute error 0.0019393575201578361 relative error 0.18337996322578615% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 92635.12138073139 Order of pole 451644258.18484205 TOP MAIN SOLVE Loop t[1] 2.8319999999998533 x1[1] (analytic) 2.0001060109026367 x1[1] (numeric) 1.999281631674129 absolute error 0.0008243792285076434 relative error 0.04121677671153069% Correct digits 3 h 0.001 x2[1] (analytic) 1.0576775759600365 x2[1] (numeric) 1.0596223486861565 absolute error 0.0019447727261199255 relative error 0.1838719823812741% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 92678.83181514371 Order of pole 452072408.5273705 TOP MAIN SOLVE Loop t[1] 2.832999999999853 x1[1] (analytic) 2.000105904944722 x1[1] (numeric) 1.9992801092761545 absolute error 0.0008257956685673307 relative error 0.0412875971480197% Correct digits 3 h 0.001 x2[1] (analytic) 1.0577929935120698 x2[1] (numeric) 1.0597431945170823 absolute error 0.0019502010050125307 relative error 0.1843650900482428% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 92724.04236479844 Order of pole 452514232.5460139 TOP MAIN SOLVE Loop t[1] 2.833999999999853 x1[1] (analytic) 2.0001057990927116 x1[1] (numeric) 1.9992785853550206 absolute error 0.0008272137376910127 relative error 0.04135849903871353% Correct digits 3 h 0.001 x2[1] (analytic) 1.0579086421832018 x2[1] (numeric) 1.059864284568548 absolute error 0.001955642385346179 relative error 0.18485928816219213% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 92772.37920904697 Order of pole 452984871.5642053 TOP MAIN SOLVE Loop t[1] 2.834999999999853 x1[1] (analytic) 2.000105693346501 x1[1] (numeric) 1.9992770599092033 absolute error 0.0008286334372977766 relative error 0.04142948245456662% Correct digits 3 h 0.001 x2[1] (analytic) 1.0580245224360803 x2[1] (numeric) 1.0599856193317714 absolute error 0.001961096895691128 relative error 0.1853545786609692% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1075.2593673597376 Order of pole 3185.3529684770247 TOP MAIN SOLVE Loop t[1] 2.835999999999853 x1[1] (analytic) 2.0001055877059835 x1[1] (numeric) 1.9992755329371772 absolute error 0.0008300547688062654 relative error 0.041500547466511245% Correct digits 3 h 0.001 x2[1] (analytic) 1.0581406347342788 x2[1] (numeric) 1.0601071992989564 absolute error 0.0019665645646775864 relative error 0.18585096348477648% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 92864.39148160316 Order of pole 453884446.88343257 TOP MAIN SOLVE Loop t[1] 2.8369999999998528 x1[1] (analytic) 2.0001054821710538 x1[1] (numeric) 1.9992740044374153 absolute error 0.0008314777336384527 relative error 0.0415716941456462% Correct digits 3 h 0.001 x2[1] (analytic) 1.0582569795423 x2[1] (numeric) 1.0602290249632942 absolute error 0.001972045420994162 relative error 0.18634844457601202% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 92910.17843005066 Order of pole 454332273.449377 TOP MAIN SOLVE Loop t[1] 2.8379999999998526 x1[1] (analytic) 2.0001053767416064 x1[1] (numeric) 1.9992724744083892 absolute error 0.0008329023332172003 relative error 0.04164292256311468% Correct digits 3 h 0.001 x2[1] (analytic) 1.0583735573255761 x2[1] (numeric) 1.060351096818966 absolute error 0.001977539493389857 relative error 0.1868470238794456% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 92957.17209825476 Order of pole 454792007.7177312 TOP MAIN SOLVE Loop t[1] 2.8389999999998525 x1[1] (analytic) 2.0001052714175356 x1[1] (numeric) 1.9992709428485687 absolute error 0.0008343285689669244 relative error 0.041714232790137605% Correct digits 3 h 0.001 x2[1] (analytic) 1.058490368550471 x2[1] (numeric) 1.0604734153611444 absolute error 0.0019830468106734056 relative error 0.18734670334214287% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 93005.76306919394 Order of pole 455266045.7601617 TOP MAIN SOLVE Loop t[1] 2.8399999999998524 x1[1] (analytic) 2.000105166198736 x1[1] (numeric) 1.9992694097564223 absolute error 0.0008357564423138175 relative error 0.041785624898024704% Correct digits 3 h 0.001 x2[1] (analytic) 1.0586074136842822 x2[1] (numeric) 1.060595981085996 absolute error 0.0019885674017137145 relative error 0.18784748491349432% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 93050.14572164121 Order of pole 455702004.1353663 TOP MAIN SOLVE Loop t[1] 2.8409999999998523 x1[1] (analytic) 2.0001050610851028 x1[1] (numeric) 1.9992678751304171 absolute error 0.0008371859546856264 relative error 0.04185709895816342% Correct digits 3 h 0.001 x2[1] (analytic) 1.058724693195243 x2[1] (numeric) 1.0607187944906824 absolute error 0.001994101295439421 relative error 0.18834937054516043% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 93097.97447685571 Order of pole 456170061.1289554 TOP MAIN SOLVE Loop t[1] 2.841999999999852 x1[1] (analytic) 2.0001049560765307 x1[1] (numeric) 1.9992663389690184 absolute error 0.0008386171075123183 relative error 0.041928655042052204% Correct digits 3 h 0.001 x2[1] (analytic) 1.0588422075525248 x2[1] (numeric) 1.0608418560733635 absolute error 0.0019996485208386705 relative error 0.18885236219103743% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 93144.24035384461 Order of pole 456623526.5842026 TOP MAIN SOLVE Loop t[1] 2.842999999999852 x1[1] (analytic) 2.0001048511729147 x1[1] (numeric) 1.99926480127069 absolute error 0.0008400499022247487 relative error 0.042000293221233935% Correct digits 3 h 0.001 x2[1] (analytic) 1.0589599572262367 x2[1] (numeric) 1.0609651663331985 absolute error 0.0020052091069617806 relative error 0.18935646180749655% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 93189.27870094795 Order of pole 457066338.2268263 TOP MAIN SOLVE Loop t[1] 2.843999999999852 x1[1] (analytic) 2.00010474637415 x1[1] (numeric) 1.999263262033894 absolute error 0.0008414843402559935 relative error 0.04207201356736249% Correct digits 3 h 0.001 x2[1] (analytic) 1.0590779426874308 x2[1] (numeric) 1.061088725770348 absolute error 0.0020107830829172446 relative error 0.18986167135299253% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 93236.56156921244 Order of pole 457529451.01513666 TOP MAIN SOLVE Loop t[1] 2.844999999999852 x1[1] (analytic) 2.0001046416801316 x1[1] (numeric) 1.9992617212570913 absolute error 0.0008429204230402387 relative error 0.04214381615214728% Correct digits 3 h 0.001 x2[1] (analytic) 1.0591961644081012 x2[1] (numeric) 1.0612125348859769 absolute error 0.0020163704778757285 relative error 0.1903679927884288% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 93283.32536933845 Order of pole 457988566.0356338 TOP MAIN SOLVE Loop t[1] 2.8459999999998518 x1[1] (analytic) 2.000104537090755 x1[1] (numeric) 1.9992601789387412 absolute error 0.0008443581520136689 relative error 0.04221570104739761% Correct digits 3 h 0.001 x2[1] (analytic) 1.0593146228611872 x2[1] (numeric) 1.061336594182255 absolute error 0.0020219713210678503 relative error 0.19087542807693403% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 93328.3533975641 Order of pole 458431893.56395644 TOP MAIN SOLVE Loop t[1] 2.8469999999998516 x1[1] (analytic) 2.0001044326059154 x1[1] (numeric) 1.9992586350773014 absolute error 0.0008457975286140229 relative error 0.04228766832500051% Correct digits 3 h 0.001 x2[1] (analytic) 1.059433318520575 x2[1] (numeric) 1.0614609041623602 absolute error 0.002027585641785068 relative error 0.191383979183933% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 93376.28565752601 Order of pole 458902264.6108925 TOP MAIN SOLVE Loop t[1] 2.8479999999998515 x1[1] (analytic) 2.0001043282255084 x1[1] (numeric) 1.9992570896712278 absolute error 0.0008472385542805938 relative error 0.04235971805692073% Correct digits 3 h 0.001 x2[1] (analytic) 1.0595522518611002 x2[1] (numeric) 1.06158546533048 absolute error 0.00203321346937968 relative error 0.19189364807713322% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 93424.28106237964 Order of pole 459373398.4982638 TOP MAIN SOLVE Loop t[1] 2.8489999999998514 x1[1] (analytic) 2.0001042239494295 x1[1] (numeric) 1.9992555427189753 absolute error 0.000848681230454229 relative error 0.04243185031520073% Correct digits 3 h 0.001 x2[1] (analytic) 1.059671423358548 x2[1] (numeric) 1.0617102781918135 absolute error 0.002038854833265491 relative error 0.1924044367265747% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1045.8876393626822 Order of pole 69981.07791682576 TOP MAIN SOLVE Loop t[1] 2.8499999999998513 x1[1] (analytic) 2.000104119777575 x1[1] (numeric) 1.9992539942189969 absolute error 0.0008501255585779965 relative error 0.04250406517199396% Correct digits 3 h 0.001 x2[1] (analytic) 1.0597908334896566 x2[1] (numeric) 1.0618353432525736 absolute error 0.002044509762916924 relative error 0.19291634710453248% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 93517.3590684439 Order of pole 460289553.4308671 TOP MAIN SOLVE Loop t[1] 2.850999999999851 x1[1] (analytic) 2.0001040157098395 x1[1] (numeric) 1.999252444169744 absolute error 0.0008515715400956303 relative error 0.04257636269948723% Correct digits 3 h 0.001 x2[1] (analytic) 1.0599104827321193 x2[1] (numeric) 1.061960661019989 absolute error 0.002050178287869686 relative error 0.19342938118556624% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 93564.5758248533 Order of pole 460754022.6618651 TOP MAIN SOLVE Loop t[1] 2.851999999999851 x1[1] (analytic) 2.0001039117461206 x1[1] (numeric) 1.9992508925696664 absolute error 0.000853019176454195 relative error 0.04264874297003382% Correct digits 3 h 0.001 x2[1] (analytic) 1.0600303715645847 x2[1] (numeric) 1.0620862320023061 absolute error 0.002055860437721435 relative error 0.19394354094656968% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 93611.41104540943 Order of pole 461215355.77051646 TOP MAIN SOLVE Loop t[1] 2.852999999999851 x1[1] (analytic) 2.0001038078863127 x1[1] (numeric) 1.9992493394172126 absolute error 0.0008544684691000892 relative error 0.04272120605595376% Correct digits 3 h 0.001 x2[1] (analytic) 1.0601505004666605 x2[1] (numeric) 1.0622120567087914 absolute error 0.002061556242130891 relative error 0.19445882836667325% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 93657.18359332671 Order of pole 461667122.45824087 TOP MAIN SOLVE Loop t[1] 2.853999999999851 x1[1] (analytic) 2.0001037041303134 x1[1] (numeric) 1.9992477847108296 absolute error 0.0008559194194837083 relative error 0.04279375202976687% Correct digits 3 h 0.001 x2[1] (analytic) 1.0602708699189145 x2[1] (numeric) 1.0623381356497328 absolute error 0.0020672657308182796 relative error 0.1949752454272724% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 93705.47511808734 Order of pole 462142399.5391845 TOP MAIN SOLVE Loop t[1] 2.8549999999998508 x1[1] (analytic) 2.0001036004780177 x1[1] (numeric) 1.9992462284489627 absolute error 0.0008573720290550035 relative error 0.0428663809639708% Correct digits 3 h 0.001 x2[1] (analytic) 1.0603914804028762 x2[1] (numeric) 1.0624644693364425 absolute error 0.002072988933566222 relative error 0.19549279411209794% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 93751.13418138202 Order of pole 462593855.808295 TOP MAIN SOLVE Loop t[1] 2.8559999999998507 x1[1] (analytic) 2.0001034969293228 x1[1] (numeric) 1.9992446706300555 absolute error 0.0008588262992672568 relative error 0.042939092931229696% Correct digits 3 h 0.001 x2[1] (analytic) 1.0605123324010401 x2[1] (numeric) 1.0625910582812585 absolute error 0.0020787258802184017 relative error 0.1960114764070765% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 93797.9183098477 Order of pole 463055762.1733179 TOP MAIN SOLVE Loop t[1] 2.8569999999998505 x1[1] (analytic) 2.0001033934841246 x1[1] (numeric) 1.9992431112525502 absolute error 0.0008602822315744163 relative error 0.04301188800424105% Correct digits 3 h 0.001 x2[1] (analytic) 1.0606334263968658 x2[1] (numeric) 1.0627179029975473 absolute error 0.002084476600681562 relative error 0.1965312943005057% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 93842.88437019168 Order of pole 463500728.88428617 TOP MAIN SOLVE Loop t[1] 2.8579999999998504 x1[1] (analytic) 2.0001032901423197 x1[1] (numeric) 1.9992415503148875 absolute error 0.0008617398274322063 relative error 0.043084766255791135% Correct digits 3 h 0.001 x2[1] (analytic) 1.0607547628747807 x2[1] (numeric) 1.0628450039997048 absolute error 0.002090241124924175 relative error 0.19705224978291447% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 93892.72382794763 Order of pole 463991632.44415885 TOP MAIN SOLVE Loop t[1] 2.8589999999998503 x1[1] (analytic) 2.0001031869038055 x1[1] (numeric) 1.9992399878155063 absolute error 0.000863199088299238 relative error 0.04315772775881054% Correct digits 3 h 0.001 x2[1] (analytic) 1.0608763423201835 x2[1] (numeric) 1.0629723618031597 absolute error 0.002096019482976219 relative error 0.19757434484702824% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1104.2607268463626 Order of pole 7410.484240953218 TOP MAIN SOLVE Loop t[1] 2.85999999999985 x1[1] (analytic) 2.0001030837684777 x1[1] (numeric) 1.9992384237528442 absolute error 0.0008646600156334561 relative error 0.04323077258619661% Correct digits 3 h 0.001 x2[1] (analytic) 1.060998165219443 x2[1] (numeric) 1.0630999769243743 absolute error 0.0021018117049314 relative error 0.19809758148796505% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 93984.76715547894 Order of pole 464902796.6093466 TOP MAIN SOLVE Loop t[1] 2.86099999999985 x1[1] (analytic) 2.000102980736234 x1[1] (numeric) 1.9992368581253372 absolute error 0.0008661226108968023 relative error 0.04330390081104645% Correct digits 3 h 0.001 x2[1] (analytic) 1.0611202320599031 x2[1] (numeric) 1.0632278498808476 absolute error 0.002107617820944485 relative error 0.1986219617029698% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 94030.77953974939 Order of pole 465358668.2268197 TOP MAIN SOLVE Loop t[1] 2.86199999999985 x1[1] (analytic) 2.000102877806971 x1[1] (numeric) 1.9992352909314197 absolute error 0.0008675868755514404 relative error 0.04337711250646832% Correct digits 3 h 0.001 x2[1] (analytic) 1.0612425433298822 x2[1] (numeric) 1.063355981191117 absolute error 0.002113437861234857 relative error 0.1991474874917359% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 94081.3859895622 Order of pole 465857674.14451635 TOP MAIN SOLVE Loop t[1] 2.86299999999985 x1[1] (analytic) 2.000102774980586 x1[1] (numeric) 1.9992337221695244 absolute error 0.0008690528110615325 relative error 0.04345040774567037% Correct digits 3 h 0.001 x2[1] (analytic) 1.0613650995186776 x2[1] (numeric) 1.0634843713747606 absolute error 0.0021192718560829604 relative error 0.19967416085605574% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 94127.21757134829 Order of pole 466312209.53860265 TOP MAIN SOLVE Loop t[1] 2.8639999999998498 x1[1] (analytic) 2.0001026722569755 x1[1] (numeric) 1.9992321518380827 absolute error 0.0008705204188927951 relative error 0.04352378660193849% Correct digits 3 h 0.001 x2[1] (analytic) 1.0614879011165652 x2[1] (numeric) 1.0636130209523982 absolute error 0.002125119835832967 relative error 0.20020198380005852% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 94174.36511978044 Order of pole 466779407.2298149 TOP MAIN SOLVE Loop t[1] 2.8649999999998497 x1[1] (analytic) 2.0001025696360375 x1[1] (numeric) 1.9992305799355239 absolute error 0.000871989700513609 relative error 0.043597249148691744% Correct digits 3 h 0.001 x2[1] (analytic) 1.0616109486148033 x2[1] (numeric) 1.063741930445695 absolute error 0.002130981830891665 relative error 0.20073095833009105% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 94220.66805284676 Order of pole 467238968.3826404 TOP MAIN SOLVE Loop t[1] 2.8659999999998496 x1[1] (analytic) 2.0001024671176695 x1[1] (numeric) 1.9992290064602765 absolute error 0.0008734606573930215 relative error 0.043670795459382544% Correct digits 3 h 0.001 x2[1] (analytic) 1.061734242505633 x2[1] (numeric) 1.0638711003773627 absolute error 0.0021368578717295694 relative error 0.2012610864548086% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 94267.98979099971 Order of pole 467708447.6317259 TOP MAIN SOLVE Loop t[1] 2.8669999999998494 x1[1] (analytic) 2.0001023647017684 x1[1] (numeric) 1.9992274314107668 absolute error 0.0008749332910016339 relative error 0.04374442560754102% Correct digits 3 h 0.001 x2[1] (analytic) 1.0618577832822815 x2[1] (numeric) 1.0640005312711618 absolute error 0.002142747988880256 relative error 0.20179237018509788% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 94315.0251648738 Order of pole 468175470.3661201 TOP MAIN SOLVE Loop t[1] 2.8679999999998493 x1[1] (analytic) 2.0001022623882316 x1[1] (numeric) 1.9992258547854198 absolute error 0.000876407602811824 relative error 0.043818139666786105% Correct digits 3 h 0.001 x2[1] (analytic) 1.0619815714389633 x2[1] (numeric) 1.064130223651904 absolute error 0.0021486522129405827 relative error 0.2023248115340837% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 94365.06845058611 Order of pole 468670266.4671005 TOP MAIN SOLVE Loop t[1] 2.8689999999998492 x1[1] (analytic) 2.0001021601769575 x1[1] (numeric) 1.9992242765826589 absolute error 0.000877883594298634 relative error 0.043891937710869924% Correct digits 3 h 0.001 x2[1] (analytic) 1.0621056074708823 x2[1] (numeric) 1.0642601780454535 absolute error 0.002154570574571135 relative error 0.20285841251715667% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 94412.00305894295 Order of pole 469137023.06665015 TOP MAIN SOLVE Loop t[1] 2.869999999999849 x1[1] (analytic) 2.000102058067844 x1[1] (numeric) 1.9992226968009057 absolute error 0.0008793612669382167 relative error 0.04396581981360016% Correct digits 3 h 0.001 x2[1] (analytic) 1.0622298918742337 x2[1] (numeric) 1.0643903949787301 absolute error 0.0021605031044964473 relative error 0.20339317515197994% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 94457.05994656002 Order of pole 469586326.98505074 TOP MAIN SOLVE Loop t[1] 2.870999999999849 x1[1] (analytic) 2.0001019560607878 x1[1] (numeric) 1.9992211154385806 absolute error 0.0008808406222071685 relative error 0.04403978604880669% Correct digits 3 h 0.001 x2[1] (analytic) 1.0623544251462065 x2[1] (numeric) 1.0645208749797108 absolute error 0.002166449833504336 relative error 0.2039291014584119% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 94503.34845089297 Order of pole 470047250.7072623 TOP MAIN SOLVE Loop t[1] 2.871999999999849 x1[1] (analytic) 2.0001018541556883 x1[1] (numeric) 1.9992195324941022 absolute error 0.0008823216615860829 relative error 0.04411383649051919% Correct digits 3 h 0.001 x2[1] (analytic) 1.0624792077849854 x2[1] (numeric) 1.064651618577432 absolute error 0.0021724107924465663 relative error 0.20446619345855457% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 94550.50681965117 Order of pole 470516493.78053594 TOP MAIN SOLVE Loop t[1] 2.872999999999849 x1[1] (analytic) 2.0001017523524425 x1[1] (numeric) 1.9992179479658878 absolute error 0.0008838043865546652 relative error 0.044187971212722985% Correct digits 3 h 0.001 x2[1] (analytic) 1.0626042402897513 x2[1] (numeric) 1.0647826263019913 absolute error 0.0021783860122399634 relative error 0.20500445317684413% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 94599.16479554892 Order of pole 471000111.5066291 TOP MAIN SOLVE Loop t[1] 2.8739999999998487 x1[1] (analytic) 2.0001016506509495 x1[1] (numeric) 1.9992163618523526 absolute error 0.0008852887985968394 relative error 0.04426219028961428% Correct digits 3 h 0.001 x2[1] (analytic) 1.0627295231606857 x2[1] (numeric) 1.06491389868455 absolute error 0.0021843755238644125 relative error 0.20554388263984766% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1078.5224984574972 Order of pole 38077.12726921523 TOP MAIN SOLVE Loop t[1] 2.8749999999998486 x1[1] (analytic) 2.0001015490511067 x1[1] (numeric) 1.9992147741519106 absolute error 0.0008867748991960855 relative error 0.04433649379536712% Correct digits 3 h 0.001 x2[1] (analytic) 1.062855056898971 x2[1] (numeric) 1.0650454362573358 absolute error 0.002190379358364858 relative error 0.20608448387643727% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 94691.87187062015 Order of pole 471924882.13638526 TOP MAIN SOLVE Loop t[1] 2.8759999999998485 x1[1] (analytic) 2.0001014475528134 x1[1] (numeric) 1.999213184862974 absolute error 0.0008882626898394363 relative error 0.04441088180433315% Correct digits 3 h 0.001 x2[1] (analytic) 1.062980842006793 x2[1] (numeric) 1.0651772395536434 absolute error 0.002196397546850415 relative error 0.20662625891769165% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 94740.94047514857 Order of pole 472413239.817284 TOP MAIN SOLVE Loop t[1] 2.8769999999998483 x1[1] (analytic) 2.0001013461559674 x1[1] (numeric) 1.9992115939839534 absolute error 0.0008897521720139245 relative error 0.04448535439086405% Correct digits 3 h 0.001 x2[1] (analytic) 1.0631068789873435 x2[1] (numeric) 1.0653093091078383 absolute error 0.002202430120494814 relative error 0.20716920979692335% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 94788.9479678183 Order of pole 472891504.30417335 TOP MAIN SOLVE Loop t[1] 2.8779999999998482 x1[1] (analytic) 2.000101244860468 x1[1] (numeric) 1.9992100015132581 absolute error 0.0008912433472096914 relative error 0.04455991162946688% Correct digits 3 h 0.001 x2[1] (analytic) 1.0632331683448208 x2[1] (numeric) 1.0654416454553575 absolute error 0.002208477110536622 relative error 0.20771333854968518% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 94835.59753307445 Order of pole 473357528.18464744 TOP MAIN SOLVE Loop t[1] 2.878999999999848 x1[1] (analytic) 2.0001011436662126 x1[1] (numeric) 1.9992084074492957 absolute error 0.0008927362169168784 relative error 0.04463455359464876% Correct digits 3 h 0.001 x2[1] (analytic) 1.0633597105844335 x2[1] (numeric) 1.065574249132713 absolute error 0.0022145385482794655 relative error 0.20825864721377607% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 94883.10688760568 Order of pole 473831773.51515204 TOP MAIN SOLVE Loop t[1] 2.879999999999848 x1[1] (analytic) 2.0001010425731014 x1[1] (numeric) 1.999206811790472 absolute error 0.0008942307826294016 relative error 0.04470928036110548% Correct digits 3 h 0.001 x2[1] (analytic) 1.063486506212401 x2[1] (numeric) 1.0657071206774926 absolute error 0.002220614465091586 relative error 0.2088051378291848% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 94930.04359726659 Order of pole 474301073.3341184 TOP MAIN SOLVE Loop t[1] 2.880999999999848 x1[1] (analytic) 2.000100941581033 x1[1] (numeric) 1.9992052145351915 absolute error 0.0008957270458413991 relative error 0.044784092003543975% Correct digits 3 h 0.001 x2[1] (analytic) 1.0636135557359567 x2[1] (numeric) 1.0658402606283635 absolute error 0.002226704892406728 relative error 0.20935281243815868% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 94977.66050111482 Order of pole 474777043.9625943 TOP MAIN SOLVE Loop t[1] 2.881999999999848 x1[1] (analytic) 2.000100840689906 x1[1] (numeric) 1.9992036156818567 absolute error 0.0008972250080492294 relative error 0.04485898859678218% Correct digits 3 h 0.001 x2[1] (analytic) 1.0637408596633497 x2[1] (numeric) 1.0659736695250732 absolute error 0.0022328098617234726 relative error 0.20990167308512594% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 95024.3867634007 Order of pole 475244932.356841 TOP MAIN SOLVE Loop t[1] 2.8829999999998477 x1[1] (analytic) 2.0001007398996196 x1[1] (numeric) 1.999202015228869 absolute error 0.0008987246707505836 relative error 0.04493397021570466% Correct digits 3 h 0.001 x2[1] (analytic) 1.0638684185038456 x2[1] (numeric) 1.0661073479084524 absolute error 0.002238929404606793 relative error 0.21045172181682728% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 95073.48616565783 Order of pole 475734763.25434303 TOP MAIN SOLVE Loop t[1] 2.8839999999998476 x1[1] (analytic) 2.000100639210073 x1[1] (numeric) 1.9992004131746277 absolute error 0.0009002260354453728 relative error 0.04500903693530698% Correct digits 3 h 0.001 x2[1] (analytic) 1.0639962327677308 x2[1] (numeric) 1.0662412963204166 absolute error 0.002245063552685833 relative error 0.21100296068209182% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 95121.71018962169 Order of pole 476217622.5284906 TOP MAIN SOLVE Loop t[1] 2.8849999999998475 x1[1] (analytic) 2.0001005386211657 x1[1] (numeric) 1.9991988095175308 absolute error 0.0009017291036348407 relative error 0.04508418883065133% Correct digits 3 h 0.001 x2[1] (analytic) 1.0641243029663128 x2[1] (numeric) 1.0663755153039691 absolute error 0.0022512123376563498 relative error 0.2115553917320519% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 95168.40652093789 Order of pole 476685607.4304562 TOP MAIN SOLVE Loop t[1] 2.8859999999998474 x1[1] (analytic) 2.000100438132797 x1[1] (numeric) 1.999197204255975 absolute error 0.0009032338768220072 relative error 0.04515942597688871% Correct digits 3 h 0.001 x2[1] (analytic) 1.0642526296119228 x2[1] (numeric) 1.0665100054032024 absolute error 0.0022573757912796033 relative error 0.21210901702002372% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 95212.89298091545 Order of pole 477133318.43802094 TOP MAIN SOLVE Loop t[1] 2.8869999999998472 x1[1] (analytic) 2.0001003377448665 x1[1] (numeric) 1.9991955973883544 absolute error 0.0009047403565121126 relative error 0.045234748449281124% Correct digits 3 h 0.001 x2[1] (analytic) 1.0643812132179176 x2[1] (numeric) 1.0666447671633008 absolute error 0.0022635539453832454 relative error 0.2126638386015757% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 95262.09105952378 Order of pole 477625661.5130544 TOP MAIN SOLVE Loop t[1] 2.887999999999847 x1[1] (analytic) 2.000100237457274 x1[1] (numeric) 1.9991939889130625 absolute error 0.0009062485442115076 relative error 0.04531015632314612% Correct digits 3 h 0.001 x2[1] (analytic) 1.0645100542986827 x2[1] (numeric) 1.0667798011305423 absolute error 0.0022697468318595426 relative error 0.21321985853434614% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 95312.1369767107 Order of pole 478125845.47724074 TOP MAIN SOLVE Loop t[1] 2.888999999999847 x1[1] (analytic) 2.0001001372699188 x1[1] (numeric) 1.9991923788284909 absolute error 0.000907758441427875 relative error 0.04538564967386784% Correct digits 3 h 0.001 x2[1] (analytic) 1.0646391533696318 x2[1] (numeric) 1.0669151078523011 absolute error 0.0022759544826693734 relative error 0.2137770788784043% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 95356.79534768364 Order of pole 478576146.2219687 TOP MAIN SOLVE Loop t[1] 2.889999999999847 x1[1] (analytic) 2.0001000371827007 x1[1] (numeric) 1.9991907671330293 absolute error 0.0009092700496713402 relative error 0.045461228576952534% Correct digits 3 h 0.001 x2[1] (analytic) 1.064768510947212 x2[1] (numeric) 1.0670506878770498 absolute error 0.002282176929837787 relative error 0.214335501695817% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 95407.29669237445 Order of pole 479081050.15047556 TOP MAIN SOLVE Loop t[1] 2.890999999999847 x1[1] (analytic) 2.00009993719552 x1[1] (numeric) 1.9991891538250663 absolute error 0.0009107833704535828 relative error 0.04553689310798419% Correct digits 3 h 0.001 x2[1] (analytic) 1.064898127548904 x2[1] (numeric) 1.0671865417543613 absolute error 0.002288414205457334 relative error 0.21489512905094688% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 95450.95856387923 Order of pole 479522620.88063973 TOP MAIN SOLVE Loop t[1] 2.8919999999998467 x1[1] (analytic) 2.000099837308276 x1[1] (numeric) 1.9991875389029885 absolute error 0.0009122984052876149 relative error 0.0456126433426134% Correct digits 3 h 0.001 x2[1] (analytic) 1.065028003693224 x2[1] (numeric) 1.0673226700349112 absolute error 0.0022946663416871793 relative error 0.21545596301035352% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1594.8245599604786 Order of pole 13492.389974967979 TOP MAIN SOLVE Loop t[1] 2.8929999999998466 x1[1] (analytic) 2.0000997375208702 x1[1] (numeric) 1.9991859223651807 absolute error 0.0009138151556895568 relative error 0.04568847935664616% Correct digits 3 h 0.001 x2[1] (analytic) 1.0651581398997267 x2[1] (numeric) 1.0674590732704798 absolute error 0.0023009333707531 relative error 0.2160180056427779% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 95550.3706533715 Order of pole 480519243.5503019 TOP MAIN SOLVE Loop t[1] 2.8939999999998465 x1[1] (analytic) 2.0000996378332014 x1[1] (numeric) 1.9991843042100266 absolute error 0.0009153336231748632 relative error 0.045764401225855206% Correct digits 3 h 0.001 x2[1] (analytic) 1.0652885366890072 x2[1] (numeric) 1.0675957520139547 absolute error 0.002307215324947487 relative error 0.21658125901912703% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 95598.61756890302 Order of pole 481004415.70043206 TOP MAIN SOLVE Loop t[1] 2.8949999999998464 x1[1] (analytic) 2.0000995382451703 x1[1] (numeric) 1.999182684435908 absolute error 0.0009168538092623191 relative error 0.04584040902617978% Correct digits 3 h 0.001 x2[1] (analytic) 1.0654191945827025 x2[1] (numeric) 1.0677327068193327 absolute error 0.002313512236630233 relative error 0.21714572521254197% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 95643.95681927448 Order of pole 481462189.9194319 TOP MAIN SOLVE Loop t[1] 2.8959999999998463 x1[1] (analytic) 2.0000994387566777 x1[1] (numeric) 1.999181063041205 absolute error 0.0009183757154727079 relative error 0.045916502833659015% Correct digits 3 h 0.001 x2[1] (analytic) 1.0655501141034944 x2[1] (numeric) 1.0678699382417225 absolute error 0.002319824138228066 relative error 0.21771140629831953% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 95694.19754140124 Order of pole 481966718.96403325 TOP MAIN SOLVE Loop t[1] 2.896999999999846 x1[1] (analytic) 2.000099339367624 x1[1] (numeric) 1.9991794400242966 absolute error 0.0009198993433272573 relative error 0.045992682724354285% Correct digits 3 h 0.001 x2[1] (analytic) 1.0656812957751105 x2[1] (numeric) 1.068007446837346 absolute error 0.0023261510622354375 relative error 0.21827830435398038% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 95741.18207429782 Order of pole 482440823.05635667 TOP MAIN SOLVE Loop t[1] 2.897999999999846 x1[1] (analytic) 2.0000992400779096 x1[1] (numeric) 1.9991778153835593 absolute error 0.0009214246943503035 relative error 0.04606894877448238% Correct digits 3 h 0.001 x2[1] (analytic) 1.0658127401223276 x2[1] (numeric) 1.0681452331635413 absolute error 0.0023324930412136347 relative error 0.21884642145916974% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 95789.86842673237 Order of pole 482930958.5897042 TOP MAIN SOLVE Loop t[1] 2.898999999999846 x1[1] (analytic) 2.000099140887435 x1[1] (numeric) 1.9991761891173687 absolute error 0.0009229517700664047 relative error 0.0461453010602712% Correct digits 3 h 0.001 x2[1] (analytic) 1.065944447670973 x2[1] (numeric) 1.0682832977787649 absolute error 0.00233885010779189 relative error 0.2194157596957461% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 95836.31188922934 Order of pole 483400335.921827 TOP MAIN SOLVE Loop t[1] 2.899999999999846 x1[1] (analytic) 2.0000990417961018 x1[1] (numeric) 1.9991745612240985 absolute error 0.0009244805720032279 relative error 0.04622173965810405% Correct digits 3 h 0.001 x2[1] (analytic) 1.0660764189479264 x2[1] (numeric) 1.0684216412425935 absolute error 0.0023452222946671597 relative error 0.21998632114774452% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 95881.20065397046 Order of pole 483855244.39343923 TOP MAIN SOLVE Loop t[1] 2.9009999999998457 x1[1] (analytic) 2.0000989428038096 x1[1] (numeric) 1.999172931702121 absolute error 0.0009260111016886619 relative error 0.04629826464437538% Correct digits 3 h 0.001 x2[1] (analytic) 1.0662086544811227 x2[1] (numeric) 1.0685602641157268 absolute error 0.0023516096346041238 relative error 0.220558107901361% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 95933.18801817117 Order of pole 484377431.7195513 TOP MAIN SOLVE Loop t[1] 2.9019999999998456 x1[1] (analytic) 2.000098843910461 x1[1] (numeric) 1.9991713005498064 absolute error 0.0009275433606545924 relative error 0.0463748760956794% Correct digits 3 h 0.001 x2[1] (analytic) 1.0663411547995538 x2[1] (numeric) 1.0686991669599892 absolute error 0.0023580121604354076 relative error 0.22113112204495722% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 95980.69614943703 Order of pole 484857827.89763385 TOP MAIN SOLVE Loop t[1] 2.9029999999998455 x1[1] (analytic) 2.000098745115956 x1[1] (numeric) 1.9991696677655235 absolute error 0.0009290773504324612 relative error 0.0464515740885882% Correct digits 3 h 0.001 x2[1] (analytic) 1.0664739204332707 x2[1] (numeric) 1.0688383503383325 absolute error 0.0023644299050618045 relative error 0.2217053656690658% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 96026.76717034374 Order of pole 485324507.72726667 TOP MAIN SOLVE Loop t[1] 2.9039999999998454 x1[1] (analytic) 2.000098646420196 x1[1] (numeric) 1.9991680333476398 absolute error 0.0009306130725561523 relative error 0.04652835869979595% Correct digits 3 h 0.001 x2[1] (analytic) 1.0666069519133856 x2[1] (numeric) 1.0689778148148381 absolute error 0.0023708629014524973 relative error 0.22228084086639485% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 96076.95163389294 Order of pole 485830702.3718139 TOP MAIN SOLVE Loop t[1] 2.9049999999998453 x1[1] (analytic) 2.000098547823083 x1[1] (numeric) 1.9991663972945206 absolute error 0.0009321505285622145 relative error 0.04660523000613003% Correct digits 3 h 0.001 x2[1] (analytic) 1.0667402497720735 x2[1] (numeric) 1.0691175609547188 absolute error 0.002377311182645281 relative error 0.22285754973183325% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 96122.28744412771 Order of pole 486291058.9957123 TOP MAIN SOLVE Loop t[1] 2.905999999999845 x1[1] (analytic) 2.000098449324517 x1[1] (numeric) 1.99916475960453 absolute error 0.0009336897199869743 relative error 0.046682188084406766% Correct digits 3 h 0.001 x2[1] (analytic) 1.0668738145425753 x2[1] (numeric) 1.0692575893243215 absolute error 0.0023837747817461175 relative error 0.22343549436239246% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 96173.39929522443 Order of pole 486806398.2948791 TOP MAIN SOLVE Loop t[1] 2.906999999999845 x1[1] (analytic) 2.000098350924401 x1[1] (numeric) 1.9991631202760305 absolute error 0.000935230648370533 relative error 0.046759233011631166% Correct digits 3 h 0.001 x2[1] (analytic) 1.0670076467592 x2[1] (numeric) 1.0693979004911296 absolute error 0.0023902537319295813 relative error 0.22401467685723236% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 96221.8724083698 Order of pole 487296810.12902087 TOP MAIN SOLVE Loop t[1] 2.907999999999845 x1[1] (analytic) 2.0000982526226356 x1[1] (numeric) 1.9991614793073824 absolute error 0.0009367733152532143 relative error 0.04683636486481937% Correct digits 3 h 0.001 x2[1] (analytic) 1.0671417469573257 x2[1] (numeric) 1.069538495023765 absolute error 0.0023967480664393026 relative error 0.2245950993176867% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 96269.30253527711 Order of pole 487777772.0717672 TOP MAIN SOLVE Loop t[1] 2.908999999999845 x1[1] (analytic) 2.0000981544191228 x1[1] (numeric) 1.999159836696945 absolute error 0.0009383177221777839 relative error 0.04691358372110964% Correct digits 3 h 0.001 x2[1] (analytic) 1.0672761156734023 x2[1] (numeric) 1.0696793734919903 absolute error 0.002403257818587967 relative error 0.22517676384724694% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 96316.26910789173 Order of pole 488254710.5337032 TOP MAIN SOLVE Loop t[1] 2.9099999999998447 x1[1] (analytic) 2.0000980563137647 x1[1] (numeric) 1.9991581924430755 absolute error 0.0009398638706892282 relative error 0.04699088965775123% Correct digits 3 h 0.001 x2[1] (analytic) 1.0674107534449542 x2[1] (numeric) 1.0698205364667113 absolute error 0.002409783021757095 relative error 0.22575967255152504% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 96364.57884412793 Order of pole 488744570.19666296 TOP MAIN SOLVE Loop t[1] 2.9109999999998446 x1[1] (analytic) 2.0000979583064624 x1[1] (numeric) 1.9991565465441297 absolute error 0.0009414117623327556 relative error 0.04706828275200454% Correct digits 3 h 0.001 x2[1] (analytic) 1.0675456608105813 x2[1] (numeric) 1.0699619845199793 absolute error 0.0024163237093979273 relative error 0.2263438275383206% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 96411.50030807596 Order of pole 489221147.11386365 TOP MAIN SOLVE Loop t[1] 2.9119999999998445 x1[1] (analytic) 2.000097860397119 x1[1] (numeric) 1.9991548989984618 absolute error 0.0009429613986573493 relative error 0.04714576308131865% Correct digits 3 h 0.001 x2[1] (analytic) 1.0676808383099627 x2[1] (numeric) 1.070103718224993 absolute error 0.002422879915030318 relative error 0.22692923091750028% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 96463.30752096098 Order of pole 489744978.53016055 TOP MAIN SOLVE Loop t[1] 2.9129999999998444 x1[1] (analytic) 2.0000977625856358 x1[1] (numeric) 1.9991532498044242 absolute error 0.0009445127812115484 relative error 0.04722333072312051% Correct digits 3 h 0.001 x2[1] (analytic) 1.0678162864838574 x2[1] (numeric) 1.070245738156102 absolute error 0.002429451672244509 relative error 0.22751588480114798% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 96511.2600560886 Order of pole 490232357.01812935 TOP MAIN SOLVE Loop t[1] 2.9139999999998443 x1[1] (analytic) 2.000097664871915 x1[1] (numeric) 1.9991515989603676 absolute error 0.0009460659115474446 relative error 0.04730098575501462% Correct digits 3 h 0.001 x2[1] (analytic) 1.067952005874107 x2[1] (numeric) 1.0703880448888068 absolute error 0.002436039014699798 relative error 0.22810379130342348% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 96558.36061444407 Order of pole 490710912.7069344 TOP MAIN SOLVE Loop t[1] 2.914999999999844 x1[1] (analytic) 2.0000975672558594 x1[1] (numeric) 1.9991499464646414 absolute error 0.0009476207912180179 relative error 0.047378728254649935% Correct digits 3 h 0.001 x2[1] (analytic) 1.0680879970236385 x2[1] (numeric) 1.0705306389997638 absolute error 0.002442641976125204 relative error 0.22869295254060834% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 96604.33204964042 Order of pole 491180208.9255349 TOP MAIN SOLVE Loop t[1] 2.915999999999844 x1[1] (analytic) 2.000097469737371 x1[1] (numeric) 1.9991482923155928 absolute error 0.0009491774217782467 relative error 0.04745655829977533% Correct digits 3 h 0.001 x2[1] (analytic) 1.068224260476465 x2[1] (numeric) 1.0706735210667857 absolute error 0.002449260590320801 relative error 0.2292833706312143% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 96654.84783685136 Order of pole 491692489.35612017 TOP MAIN SOLVE Loop t[1] 2.916999999999844 x1[1] (analytic) 2.000097372316352 x1[1] (numeric) 1.9991466365115678 absolute error 0.0009507358047844416 relative error 0.04753447596820628% Correct digits 3 h 0.001 x2[1] (analytic) 1.0683607967776896 x2[1] (numeric) 1.0708166916688449 absolute error 0.0024558948911552747 relative error 0.22987504769573747% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 96701.20079961985 Order of pole 492165661.7381017 TOP MAIN SOLVE Loop t[1] 2.917999999999844 x1[1] (analytic) 2.0000972749927057 x1[1] (numeric) 1.9991449790509106 absolute error 0.0009522959417951338 relative error 0.047612481337869265% Correct digits 3 h 0.001 x2[1] (analytic) 1.0684976064735063 x2[1] (numeric) 1.0709601513860747 absolute error 0.002462544912568365 relative error 0.23046798585687095% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 96751.96605563868 Order of pole 492680649.95715016 TOP MAIN SOLVE Loop t[1] 2.9189999999998437 x1[1] (analytic) 2.0000971777663343 x1[1] (numeric) 1.9991433199319637 absolute error 0.0009538578343706305 relative error 0.047690574486779616% Correct digits 3 h 0.001 x2[1] (analytic) 1.0686346901112025 x2[1] (numeric) 1.071103900799773 absolute error 0.0024692106885704224 relative error 0.2310621872394462% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1837.2368822923931 Order of pole 38126.96904729329 TOP MAIN SOLVE Loop t[1] 2.9199999999998436 x1[1] (analytic) 2.0000970806371408 x1[1] (numeric) 1.9991416591530682 absolute error 0.0009554214840725717 relative error 0.04776875549301924% Correct digits 3 h 0.001 x2[1] (analytic) 1.068772048239162 x2[1] (numeric) 1.0712479404924036 absolute error 0.0024758922532415184 relative error 0.231657653970333% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 96846.99568200708 Order of pole 493650390.952876 TOP MAIN SOLVE Loop t[1] 2.9209999999998435 x1[1] (analytic) 2.0000969836050277 x1[1] (numeric) 1.999139996712563 absolute error 0.0009569868924648173 relative error 0.047847024434781095% Correct digits 3 h 0.001 x2[1] (analytic) 1.0689096814068657 x2[1] (numeric) 1.071392271047599 absolute error 0.0024825896407332237 relative error 0.23225438817858926% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 96895.11423067602 Order of pole 494141318.0715074 TOP MAIN SOLVE Loop t[1] 2.9219999999998434 x1[1] (analytic) 2.0000968866698985 x1[1] (numeric) 1.9991383326087857 absolute error 0.0009585540611127819 relative error 0.04792538139033583% Correct digits 3 h 0.001 x2[1] (analytic) 1.069047590164895 x2[1] (numeric) 1.0715368930501625 absolute error 0.002489302885267497 relative error 0.23285239199533997% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 96944.79568897687 Order of pole 494647570.8156648 TOP MAIN SOLVE Loop t[1] 2.9229999999998433 x1[1] (analytic) 2.0000967898316557 x1[1] (numeric) 1.9991366668400725 absolute error 0.0009601229915832121 relative error 0.04800382643802072% Correct digits 3 h 0.001 x2[1] (analytic) 1.0691857750649338 x2[1] (numeric) 1.071681807086071 absolute error 0.002496032021137129 relative error 0.23345166755380184% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 96993.42566122414 Order of pole 495143632.6566921 TOP MAIN SOLVE Loop t[1] 2.923999999999843 x1[1] (analytic) 2.0000966930902027 x1[1] (numeric) 1.9991349994047574 absolute error 0.0009616936854452973 relative error 0.04808235965629516% Correct digits 3 h 0.001 x2[1] (analytic) 1.0693242366597702 x2[1] (numeric) 1.0718270137424766 absolute error 0.002502777082706409 relative error 0.23405221698932877% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 97042.42454713701 Order of pole 495643898.7495585 TOP MAIN SOLVE Loop t[1] 2.924999999999843 x1[1] (analytic) 2.000096596445443 x1[1] (numeric) 1.999133330301173 absolute error 0.000963266144270003 relative error 0.048160981123707355% Correct digits 3 h 0.001 x2[1] (analytic) 1.069462975503299 x2[1] (numeric) 1.0719725136077096 absolute error 0.00250953810441068 relative error 0.23465404243935314% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 97090.33970618126 Order of pole 496133848.83581823 TOP MAIN SOLVE Loop t[1] 2.925999999999843 x1[1] (analytic) 2.0000964998972797 x1[1] (numeric) 1.99913165952765 absolute error 0.000964840369629627 relative error 0.04823969091887211% Correct digits 3 h 0.001 x2[1] (analytic) 1.0696019921505242 x2[1] (numeric) 1.0721183072712808 absolute error 0.0025163151207565626 relative error 0.23525714604338954% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 97137.76093116157 Order of pole 496619438.7976509 TOP MAIN SOLVE Loop t[1] 2.926999999999843 x1[1] (analytic) 2.000096403445616 x1[1] (numeric) 1.9991299870825179 absolute error 0.0009664163630982436 relative error 0.048318489120493094% Correct digits 3 h 0.001 x2[1] (analytic) 1.0697412871575607 x2[1] (numeric) 1.0722643953238833 absolute error 0.0025231081663226185 relative error 0.2358615299430799% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 97188.51367171686 Order of pole 497136840.07061934 TOP MAIN SOLVE Loop t[1] 2.9279999999998427 x1[1] (analytic) 2.0000963070903564 x1[1] (numeric) 1.9991283129641042 absolute error 0.0009679941262521474 relative error 0.04839737580738492% Correct digits 3 h 0.001 x2[1] (analytic) 1.0698808610816373 x2[1] (numeric) 1.0724107783573957 absolute error 0.0025299172757584643 relative error 0.23646719628209323% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 97234.66329024691 Order of pole 497610537.00885606 TOP MAIN SOLVE Loop t[1] 2.9289999999998426 x1[1] (analytic) 2.0000962108314035 x1[1] (numeric) 1.9991266371707348 absolute error 0.0009695736606687433 relative error 0.04847635105841779% Correct digits 3 h 0.001 x2[1] (analytic) 1.0700207144810978 x2[1] (numeric) 1.072557456964884 absolute error 0.002536742483786103 relative error 0.2370741472062329% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 97286.64628665867 Order of pole 498140762.2850516 TOP MAIN SOLVE Loop t[1] 2.9299999999998425 x1[1] (analytic) 2.0000961146686613 x1[1] (numeric) 1.999124959700734 absolute error 0.0009711549679274345 relative error 0.048555414952561785% Correct digits 3 h 0.001 x2[1] (analytic) 1.0701608479154041 x2[1] (numeric) 1.0727044317406034 absolute error 0.002543583825199258 relative error 0.23768238486335727% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1553.4106605386523 Order of pole 4636.391302608361 TOP MAIN SOLVE Loop t[1] 2.9309999999998424 x1[1] (analytic) 2.0000960186020342 x1[1] (numeric) 1.999123280552424 absolute error 0.0009727380496102889 relative error 0.04863456756892019% Correct digits 3 h 0.001 x2[1] (analytic) 1.0703012619451384 x2[1] (numeric) 1.0728517032800022 absolute error 0.0025504413348638177 relative error 0.2382919114034034% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 97381.42615551704 Order of pole 499113663.3389608 TOP MAIN SOLVE Loop t[1] 2.9319999999998423 x1[1] (analytic) 2.0000959226314254 x1[1] (numeric) 1.9991215997241258 absolute error 0.0009743229072995963 relative error 0.04871380898660744% Correct digits 3 h 0.001 x2[1] (analytic) 1.0704419571320047 x2[1] (numeric) 1.0729992721797228 absolute error 0.002557315047718056 relative error 0.23890272897839085% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 97432.14831884098 Order of pole 499632218.0688565 TOP MAIN SOLVE Loop t[1] 2.932999999999842 x1[1] (analytic) 2.000095826756739 x1[1] (numeric) 1.9991199172141587 absolute error 0.000975909542580311 relative error 0.04879313928487116% Correct digits 3 h 0.001 x2[1] (analytic) 1.0705829340388322 x2[1] (numeric) 1.0731471390376048 absolute error 0.0025642049987726345 relative error 0.2395148397424039% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 97478.78701350052 Order of pole 500111835.6417261 TOP MAIN SOLVE Loop t[1] 2.933999999999842 x1[1] (analytic) 2.00009573097788 x1[1] (numeric) 1.9991182330208401 absolute error 0.0009774979570398301 relative error 0.04887255854308109% Correct digits 3 h 0.001 x2[1] (analytic) 1.0707241932295766 x2[1] (numeric) 1.0732953044526872 absolute error 0.0025711112231106004 relative error 0.24012824585157405% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 97527.74345769695 Order of pole 500614419.3280791 TOP MAIN SOLVE Loop t[1] 2.934999999999842 x1[1] (analytic) 2.0000956352947514 x1[1] (numeric) 1.9991165471424857 absolute error 0.0009790881522657724 relative error 0.04895206684061812% Correct digits 3 h 0.001 x2[1] (analytic) 1.0708657352693225 x2[1] (numeric) 1.0734437690252105 absolute error 0.002578033755888054 relative error 0.24074294946412483% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 97579.03859528512 Order of pole 501139566.0125136 TOP MAIN SOLVE Loop t[1] 2.935999999999842 x1[1] (analytic) 2.0000955397072584 x1[1] (numeric) 1.9991148595774098 absolute error 0.0009806801298486434 relative error 0.04903166425700742% Correct digits 3 h 0.001 x2[1] (analytic) 1.0710075607242866 x2[1] (numeric) 1.0735925333566199 absolute error 0.00258497263233326 relative error 0.241358952740271% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 97623.47908418102 Order of pole 501599144.39341563 TOP MAIN SOLVE Loop t[1] 2.9369999999998417 x1[1] (analytic) 2.0000954442153054 x1[1] (numeric) 1.9991131703239247 absolute error 0.000982273891380725 relative error 0.04911135087186297% Correct digits 3 h 0.001 x2[1] (analytic) 1.0711496701618184 x2[1] (numeric) 1.0737415980495666 absolute error 0.002591927887748202 relative error 0.24197625784234617% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 97674.8022643164 Order of pole 502124956.74329025 TOP MAIN SOLVE Loop t[1] 2.9379999999998416 x1[1] (analytic) 2.000095348818796 x1[1] (numeric) 1.9991114793803413 absolute error 0.000983869438454743 relative error 0.04919112676482102% Correct digits 3 h 0.001 x2[1] (analytic) 1.0712920641504033 x2[1] (numeric) 1.0738909637079115 absolute error 0.0025988995575081386 relative error 0.24259486693474355% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 97722.67150392599 Order of pole 502617700.6504751 TOP MAIN SOLVE Loop t[1] 2.9389999999998415 x1[1] (analytic) 2.0000952535176357 x1[1] (numeric) 1.9991097867449685 absolute error 0.0009854667726671984 relative error 0.04927099201570647% Correct digits 3 h 0.001 x2[1] (analytic) 1.0714347432596656 x2[1] (numeric) 1.0740406309367265 absolute error 0.0026058876770609363 relative error 0.24321478218383583% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 97772.22586226725 Order of pole 503127177.808755 TOP MAIN SOLVE Loop t[1] 2.9399999999998414 x1[1] (analytic) 2.000095158311729 x1[1] (numeric) 1.9991080924161138 absolute error 0.0009870658956152578 relative error 0.049350946704377584% Correct digits 3 h 0.001 x2[1] (analytic) 1.0715777080603692 x2[1] (numeric) 1.0741906003422979 absolute error 0.002612892281928625 relative error 0.24383600575810252% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 97818.69342366366 Order of pole 503607373.0990155 TOP MAIN SOLVE Loop t[1] 2.9409999999998413 x1[1] (analytic) 2.0000950632009804 x1[1] (numeric) 1.9991063963920828 absolute error 0.0009886668088976425 relative error 0.04943099091077032% Correct digits 3 h 0.001 x2[1] (analytic) 1.0717209591244217 x2[1] (numeric) 1.0743408725321277 absolute error 0.002619913407706065 relative error 0.24445853982798757% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 97869.5252462171 Order of pole 504129519.7050099 TOP MAIN SOLVE Loop t[1] 2.941999999999841 x1[1] (analytic) 2.0000949681852953 x1[1] (numeric) 1.9991046986711793 absolute error 0.00099026951411596 relative error 0.04951112471496495% Correct digits 3 h 0.001 x2[1] (analytic) 1.0718644970248745 x2[1] (numeric) 1.074491448114937 absolute error 0.0026269510900625015 relative error 0.24508238656602677% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 97920.38818845284 Order of pole 504652259.2241565 TOP MAIN SOLVE Loop t[1] 2.942999999999841 x1[1] (analytic) 2.0000948732645782 x1[1] (numeric) 1.999102999251706 absolute error 0.0009918740128722625 relative error 0.04959134819706398% Correct digits 3 h 0.001 x2[1] (analytic) 1.072008322335927 x2[1] (numeric) 1.0746423277006683 absolute error 0.002634005364741343 relative error 0.24570754814680862% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 97966.48954745132 Order of pole 505129254.3317144 TOP MAIN SOLVE Loop t[1] 2.943999999999841 x1[1] (analytic) 2.0000947784387346 x1[1] (numeric) 1.9991012981319631 absolute error 0.0009934803067714881 relative error 0.04967166143731421% Correct digits 3 h 0.001 x2[1] (analytic) 1.0721524356329284 x2[1] (numeric) 1.0747935119004872 absolute error 0.0026410762675588284 relative error 0.246334026746832% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 98016.6876928448 Order of pole 505646438.1522931 TOP MAIN SOLVE Loop t[1] 2.944999999999841 x1[1] (analytic) 2.0000946837076694 x1[1] (numeric) 1.9990995953102495 absolute error 0.0009950883974199076 relative error 0.049752064516029086% Correct digits 3 h 0.001 x2[1] (analytic) 1.0722968374923791 x2[1] (numeric) 1.074945001326786 absolute error 0.0026481638344069136 relative error 0.24696182454475757% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 98065.7567342931 Order of pole 506152947.9177461 TOP MAIN SOLVE Loop t[1] 2.9459999999998407 x1[1] (analytic) 2.0000945890712876 x1[1] (numeric) 1.9990978907848627 absolute error 0.0009966982864249019 relative error 0.04983255751357755% Correct digits 3 h 0.001 x2[1] (analytic) 1.0724415284919344 x2[1] (numeric) 1.0750967965931852 absolute error 0.0026552681012508295 relative error 0.2475909437211615% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 98115.33234381584 Order of pole 506664209.0153499 TOP MAIN SOLVE Loop t[1] 2.9469999999998406 x1[1] (analytic) 2.0000944945294954 x1[1] (numeric) 1.9990961845540978 absolute error 0.0009983099753976266 relative error 0.04991314051051724% Correct digits 3 h 0.001 x2[1] (analytic) 1.0725865092104059 x2[1] (numeric) 1.0752488983145365 absolute error 0.002662389104130636 relative error 0.24822138645866218% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 3095.41609657023 Order of pole 723931.2120875875 TOP MAIN SOLVE Loop t[1] 2.9479999999998405 x1[1] (analytic) 2.0000944000821974 x1[1] (numeric) 1.9990944766162488 absolute error 0.0009999234659485712 relative error 0.04999381358737255% Correct digits 3 h 0.001 x2[1] (analytic) 1.0727317802277634 x2[1] (numeric) 1.075401307106925 absolute error 0.0026695268791616655 relative error 0.24885315494194357% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 98213.81859143748 Order of pole 507681893.90777344 TOP MAIN SOLVE Loop t[1] 2.9489999999998404 x1[1] (analytic) 2.0000943057292995 x1[1] (numeric) 1.9990927669696077 absolute error 0.001001538759691778 relative error 0.050074576824845486% Correct digits 3 h 0.001 x2[1] (analytic) 1.0728773421251387 x2[1] (numeric) 1.075554023587672 absolute error 0.0026766814625331925 relative error 0.24948625135761218% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 98261.36542783027 Order of pole 508174584.85229737 TOP MAIN SOLVE Loop t[1] 2.9499999999998403 x1[1] (analytic) 2.000094211470707 x1[1] (numeric) 1.9990910556124648 absolute error 0.0010031558582421773 relative error 0.05015543030368244% Correct digits 3 h 0.001 x2[1] (analytic) 1.073023195484827 x2[1] (numeric) 1.0757070483753366 absolute error 0.0026838528905095416 relative error 0.2501206778942825% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 98312.04913913315 Order of pole 508697720.8763375 TOP MAIN SOLVE Loop t[1] 2.95099999999984 x1[1] (analytic) 2.0000941173063267 x1[1] (numeric) 1.9990893425431089 absolute error 0.0010047747632178083 relative error 0.050236374104785236% Correct digits 3 h 0.001 x2[1] (analytic) 1.073169340890289 x2[1] (numeric) 1.0758603820897197 absolute error 0.002691041199430755 relative error 0.2507564367426205% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 98361.17595935198 Order of pole 509206398.51369673 TOP MAIN SOLVE Loop t[1] 2.95199999999984 x1[1] (analytic) 2.000094023236063 x1[1] (numeric) 1.9990876277598266 absolute error 0.001006395476236488 relative error 0.05031740830904464% Correct digits 3 h 0.001 x2[1] (analytic) 1.0733157789261532 x2[1] (numeric) 1.0760140253518649 absolute error 0.0026982464257117034 relative error 0.25139353009524235% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 98409.40906918836 Order of pole 509706529.58229566 TOP MAIN SOLVE Loop t[1] 2.95299999999984 x1[1] (analytic) 2.000093929259823 x1[1] (numeric) 1.9990859112609034 absolute error 0.0010080179989195859 relative error 0.050398532997528986% Correct digits 3 h 0.001 x2[1] (analytic) 1.0734625101782191 x2[1] (numeric) 1.076167978784062 absolute error 0.0027054686058427535 relative error 0.25203196014675766% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 98458.66064768731 Order of pole 510217284.48099834 TOP MAIN SOLVE Loop t[1] 2.95399999999984 x1[1] (analytic) 2.000093835377512 x1[1] (numeric) 1.9990841930446228 absolute error 0.00100964233288936 relative error 0.050479748251351056% Correct digits 3 h 0.001 x2[1] (analytic) 1.0736095352334591 x2[1] (numeric) 1.0763222430098491 absolute error 0.0027127077763899887 relative error 0.25267172909377184% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 98505.57361708772 Order of pole 510704611.3741002 TOP MAIN SOLVE Loop t[1] 2.9549999999998398 x1[1] (analytic) 2.000093741589037 x1[1] (numeric) 1.9990824731092665 absolute error 0.0010112684797705107 relative error 0.05056105415174575% Correct digits 3 h 0.001 x2[1] (analytic) 1.0737568546800205 x2[1] (numeric) 1.0764768186540157 absolute error 0.0027199639739952097 relative error 0.2533128391348672% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 868.7365598915071 Order of pole 18479.05636020566 TOP MAIN SOLVE Loop t[1] 2.9559999999998396 x1[1] (analytic) 2.0000936478943028 x1[1] (numeric) 1.9990807514531146 absolute error 0.0010128964411881825 relative error 0.050642450779970184% Correct digits 3 h 0.001 x2[1] (analytic) 1.0739044691072284 x2[1] (numeric) 1.0766317063426039 absolute error 0.0027272372353754903 relative error 0.25395529247054266% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 98605.43664376932 Order of pole 511740066.1794257 TOP MAIN SOLVE Loop t[1] 2.9569999999998395 x1[1] (analytic) 2.000093554293217 x1[1] (numeric) 1.9990790280744455 absolute error 0.0010145262187712945 relative error 0.05072393821747017% Correct digits 3 h 0.001 x2[1] (analytic) 1.074052379105587 x2[1] (numeric) 1.0767869067029123 absolute error 0.002734527597325398 relative error 0.2545990913034023% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 98654.62185105866 Order of pole 512250467.99605954 TOP MAIN SOLVE Loop t[1] 2.9579999999998394 x1[1] (analytic) 2.0000934607856853 x1[1] (numeric) 1.9990773029715356 absolute error 0.0010161578141496541 relative error 0.05080551654573595% Correct digits 3 h 0.001 x2[1] (analytic) 1.0742005852667835 x2[1] (numeric) 1.0769424203634976 absolute error 0.002741835096714107 relative error 0.25524423783786687% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 98705.15688279324 Order of pole 512774691.9783655 TOP MAIN SOLVE Loop t[1] 2.9589999999998393 x1[1] (analytic) 2.0000933673716146 x1[1] (numeric) 1.9990755761426602 absolute error 0.001017791228954401 relative error 0.05088718584632439% Correct digits 3 h 0.001 x2[1] (analytic) 1.07434908818369 x2[1] (numeric) 1.0770982479541777 absolute error 0.002749159770487841 relative error 0.2558907342803828% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1636.3211267236727 Order of pole 772141.6600967041 TOP MAIN SOLVE Loop t[1] 2.959999999999839 x1[1] (analytic) 2.000093274050911 x1[1] (numeric) 1.999073847586092 absolute error 0.0010194264648188955 relative error 0.050968946200903364% Correct digits 3 h 0.001 x2[1] (analytic) 1.0744978884503644 x2[1] (numeric) 1.077254390106034 absolute error 0.002756501655669652 relative error 0.2565385828393823% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 98802.47679988452 Order of pole 513787209.743758 TOP MAIN SOLVE Loop t[1] 2.960999999999839 x1[1] (analytic) 2.0000931808234816 x1[1] (numeric) 1.999072117300103 absolute error 0.001021063523378718 relative error 0.051050797691251766% Correct digits 3 h 0.001 x2[1] (analytic) 1.0746469866620547 x2[1] (numeric) 1.077410847451414 absolute error 0.002763860789359196 relative error 0.2571877857252439% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 98853.56994768528 Order of pole 514317982.33044857 TOP MAIN SOLVE Loop t[1] 2.961999999999839 x1[1] (analytic) 2.000093087689233 x1[1] (numeric) 1.9990703852829623 absolute error 0.0010227024062705592 relative error 0.051132740399204006% Correct digits 3 h 0.001 x2[1] (analytic) 1.074796383415201 x2[1] (numeric) 1.077567620623933 absolute error 0.002771237208732069 relative error 0.2578383451502108% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 98903.69698583217 Order of pole 514839129.9017318 TOP MAIN SOLVE Loop t[1] 2.962999999999839 x1[1] (analytic) 2.000092994648072 x1[1] (numeric) 1.9990686515329381 absolute error 0.0010243431151337745 relative error 0.05121477440672771% Correct digits 3 h 0.001 x2[1] (analytic) 1.0749460793074368 x2[1] (numeric) 1.0777247102584784 absolute error 0.002778630951041583 relative error 0.25849026332853753% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 98954.41384185024 Order of pole 515366479.8453352 TOP MAIN SOLVE Loop t[1] 2.9639999999998388 x1[1] (analytic) 2.000092901699906 x1[1] (numeric) 1.9990669160482968 absolute error 0.0010259856516090515 relative error 0.05129689979585711% Correct digits 3 h 0.001 x2[1] (analytic) 1.0750960749375926 x2[1] (numeric) 1.0778821169912107 absolute error 0.0027860420536180985 relative error 0.2591435424764083% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 99002.62614986378 Order of pole 515869564.2204302 TOP MAIN SOLVE Loop t[1] 2.9649999999998387 x1[1] (analytic) 2.000092808844641 x1[1] (numeric) 1.9990651788273028 absolute error 0.001027630017338188 relative error 0.05137911664868198% Correct digits 3 h 0.001 x2[1] (analytic) 1.0752463709056972 x2[1] (numeric) 1.0780398414595669 absolute error 0.0027934705538696925 relative error 0.25979818481198014% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 99053.22809888003 Order of pole 516396117.92443186 TOP MAIN SOLVE Loop t[1] 2.9659999999998385 x1[1] (analytic) 2.0000927160821855 x1[1] (numeric) 1.999063439868219 absolute error 0.0010292762139665346 relative error 0.051461425047469686% Correct digits 3 h 0.001 x2[1] (analytic) 1.075396967812981 x2[1] (numeric) 1.0781978843022624 absolute error 0.002800916489281269 relative error 0.2604541925552804% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 99098.83651847878 Order of pole 516874656.61016816 TOP MAIN SOLVE Loop t[1] 2.9669999999998384 x1[1] (analytic) 2.000092623412446 x1[1] (numeric) 1.9990616991693062 absolute error 0.0010309242431398857 relative error 0.05154382507450982% Correct digits 3 h 0.001 x2[1] (analytic) 1.0755478662618791 x2[1] (numeric) 1.078356246159294 absolute error 0.002808379897414781 relative error 0.2611115679282083% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 99151.85389443388 Order of pole 517425524.58488905 TOP MAIN SOLVE Loop t[1] 2.9679999999998383 x1[1] (analytic) 2.00009253083533 x1[1] (numeric) 1.9990599567288239 absolute error 0.0010325741065060345 relative error 0.05162631681219191% Correct digits 3 h 0.001 x2[1] (analytic) 1.0756990668560311 x2[1] (numeric) 1.0785149276719426 absolute error 0.002815860815911453 relative error 0.2617703131547218% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 99200.49829016582 Order of pole 517934190.4747124 TOP MAIN SOLVE Loop t[1] 2.968999999999838 x1[1] (analytic) 2.0000924383507446 x1[1] (numeric) 1.9990582125450296 absolute error 0.0010342258057149945 relative error 0.05170890034301646% Correct digits 3 h 0.001 x2[1] (analytic) 1.0758505702002858 x2[1] (numeric) 1.0786739294827754 absolute error 0.002823359282489557 relative error 0.2624304304606118% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 99249.533110993 Order of pole 518446473.30507433 TOP MAIN SOLVE Loop t[1] 2.969999999999838 x1[1] (analytic) 2.0000923459585973 x1[1] (numeric) 1.9990564666161792 absolute error 0.0010358793424181112 relative error 0.05179157574955063% Correct digits 3 h 0.001 x2[1] (analytic) 1.0760023769007034 x2[1] (numeric) 1.078833252235649 absolute error 0.0028308753349455262 relative error 0.2630919220735855% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 99303.4562589721 Order of pole 519007357.36084646 TOP MAIN SOLVE Loop t[1] 2.970999999999838 x1[1] (analytic) 2.0000922536587966 x1[1] (numeric) 1.9990547189405266 absolute error 0.0010375347182700612 relative error 0.051874343114528064% Correct digits 3 h 0.001 x2[1] (analytic) 1.0761544875645568 x2[1] (numeric) 1.078992896575711 absolute error 0.002838409011154175 relative error 0.26375479022326737% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 99349.24172092277 Order of pole 519488526.2976238 TOP MAIN SOLVE Loop t[1] 2.971999999999838 x1[1] (analytic) 2.0000921614512492 x1[1] (numeric) 1.9990529695163242 absolute error 0.0010391919349250767 relative error 0.05195720252066026% Correct digits 3 h 0.001 x2[1] (analytic) 1.0763069028003354 x2[1] (numeric) 1.0791528631494034 absolute error 0.002845960349068033 relative error 0.26441903714111775% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 99400.29970916793 Order of pole 520021454.82110417 TOP MAIN SOLVE Loop t[1] 2.9729999999998378 x1[1] (analytic) 2.0000920693358633 x1[1] (numeric) 1.9990512183418225 absolute error 0.0010408509940407207 relative error 0.052040154050825196% Correct digits 3 h 0.001 x2[1] (analytic) 1.076459623217746 x2[1] (numeric) 1.0793131526044655 absolute error 0.0028535293867195666 relative error 0.26508466506061934% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 99448.49597927785 Order of pole 520526831.8887078 TOP MAIN SOLVE Loop t[1] 2.9739999999998377 x1[1] (analytic) 2.0000919773125467 x1[1] (numeric) 1.9990494654152706 absolute error 0.0010425118972761105 relative error 0.05212319778797858% Correct digits 3 h 0.001 x2[1] (analytic) 1.0766126494277166 x2[1] (numeric) 1.0794737655899354 absolute error 0.0028611161622187353 relative error 0.26575167621703016% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 99499.4124838291 Order of pole 521059513.419539 TOP MAIN SOLVE Loop t[1] 2.9749999999998376 x1[1] (analytic) 2.0000918853812073 x1[1] (numeric) 1.9990477107349154 absolute error 0.0010441746462919177 relative error 0.05220633381515386% Correct digits 3 h 0.001 x2[1] (analytic) 1.0767659820423987 x2[1] (numeric) 1.0796347027561533 absolute error 0.0028687207137545467 relative error 0.2664200728475083% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 99549.79935213494 Order of pole 521587026.3628024 TOP MAIN SOLVE Loop t[1] 2.9759999999998374 x1[1] (analytic) 2.0000917935417535 x1[1] (numeric) 1.9990459542990022 absolute error 0.0010458392427512564 relative error 0.05228956221550657% Correct digits 3 h 0.001 x2[1] (analytic) 1.0769196216751684 x2[1] (numeric) 1.0797959647547644 absolute error 0.0028763430795959444 relative error 0.2670898571911745% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 99598.8750825021 Order of pole 522101927.9754192 TOP MAIN SOLVE Loop t[1] 2.9769999999998373 x1[1] (analytic) 2.0000917017940933 x1[1] (numeric) 1.9990441961057746 absolute error 0.001047505688318795 relative error 0.05237288307226996% Correct digits 3 h 0.001 x2[1] (analytic) 1.0770735689406306 x2[1] (numeric) 1.0799575522387208 absolute error 0.0028839832980902536 relative error 0.2677610314889476% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 99647.8503195798 Order of pole 522615800.413415 TOP MAIN SOLVE Loop t[1] 2.977999999999837 x1[1] (analytic) 2.000091610138135 x1[1] (numeric) 1.9990424361534742 absolute error 0.0010491739846607562 relative error 0.052456296468755034% Correct digits 3 h 0.001 x2[1] (analytic) 1.0772278244546207 x2[1] (numeric) 1.0801194658622844 absolute error 0.0028916414076636254 relative error 0.26843359798356553% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 99697.84278645425 Order of pole 523140496.94784147 TOP MAIN SOLVE Loop t[1] 2.978999999999837 x1[1] (analytic) 2.0000915185737864 x1[1] (numeric) 1.9990406744403415 absolute error 0.001050844133444917 relative error 0.052539802488350475% Correct digits 3 h 0.001 x2[1] (analytic) 1.077382388834206 x2[1] (numeric) 1.0802817062810297 absolute error 0.0028993174468237015 relative error 0.26910755891981314% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 99745.37150329896 Order of pole 523640336.3992782 TOP MAIN SOLVE Loop t[1] 2.979999999999837 x1[1] (analytic) 2.0000914271009567 x1[1] (numeric) 1.9990389109646145 absolute error 0.0010525161363421631 relative error 0.05262340121460039% Correct digits 3 h 0.001 x2[1] (analytic) 1.077537262697691 x2[1] (numeric) 1.0804442741518465 absolute error 0.002907011454155617 relative error 0.2697829165441302% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 99796.42781546742 Order of pole 524176149.05536515 TOP MAIN SOLVE Loop t[1] 2.980999999999837 x1[1] (analytic) 2.000091335719554 x1[1] (numeric) 1.9990371457245297 absolute error 0.0010541899950244904 relative error 0.05270709273110442% Correct digits 3 h 0.001 x2[1] (analytic) 1.0776924466646163 x2[1] (numeric) 1.080607170132942 absolute error 0.002914723468325775 relative error 0.27045967310494223% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 99848.42532923933 Order of pole 524721072.4861259 TOP MAIN SOLVE Loop t[1] 2.981999999999837 x1[1] (analytic) 2.000091244429487 x1[1] (numeric) 1.999035378718322 absolute error 0.001055865711165227 relative error 0.05279087712152881% Correct digits 3 h 0.001 x2[1] (analytic) 1.0778479413557638 x2[1] (numeric) 1.080770394883844 absolute error 0.0029224535280802932 relative error 0.27113783085249527% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 99898.62077790718 Order of pole 525248471.41525334 TOP MAIN SOLVE Loop t[1] 2.9829999999998367 x1[1] (analytic) 2.000091153230665 x1[1] (numeric) 1.999033609944224 absolute error 0.0010575432864408096 relative error 0.052874754469695216% Correct digits 3 h 0.001 x2[1] (analytic) 1.0780037473931587 x2[1] (numeric) 1.0809339490654033 absolute error 0.002930201672244559 relative error 0.27181739203879457% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 99945.33081513018 Order of pole 525742413.7923966 TOP MAIN SOLVE Loop t[1] 2.9839999999998366 x1[1] (analytic) 2.0000910621229955 x1[1] (numeric) 1.9990318394004674 absolute error 0.0010592227225281192 relative error 0.05295872485944755% Correct digits 3 h 0.001 x2[1] (analytic) 1.0781598654000704 x2[1] (numeric) 1.0810978333397963 absolute error 0.002937967939725894 relative error 0.27249835891783164% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 99994.44661766452 Order of pole 526259450.8751394 TOP MAIN SOLVE Loop t[1] 2.9849999999998365 x1[1] (analytic) 2.0000909711063883 x1[1] (numeric) 1.9990300670852814 absolute error 0.0010609040211069232 relative error 0.05304278837477397% Correct digits 3 h 0.001 x2[1] (analytic) 1.0783162960010166 x2[1] (numeric) 1.0812620483705275 absolute error 0.00294575236951089 relative error 0.27318073374531593% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 100047.14110777556 Order of pole 526812220.1569322 TOP MAIN SOLVE Loop t[1] 2.9859999999998363 x1[1] (analytic) 2.0000908801807524 x1[1] (numeric) 1.9990282929968939 absolute error 0.0010625871838585432 relative error 0.05312694509974042% Correct digits 3 h 0.001 x2[1] (analytic) 1.0784730398217661 x2[1] (numeric) 1.081426594822433 absolute error 0.002953555000666963 relative error 0.2738645187787988% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 100096.06892848591 Order of pole 527328658.3338016 TOP MAIN SOLVE Loop t[1] 2.9869999999998362 x1[1] (analytic) 2.0000907893459967 x1[1] (numeric) 1.9990265171335306 absolute error 0.0010642722124660775 relative error 0.05321119511850162% Correct digits 3 h 0.001 x2[1] (analytic) 1.0786300974893392 x2[1] (numeric) 1.0815914733616823 absolute error 0.0029613758723430195 relative error 0.2745497162777148% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 100146.96625126923 Order of pole 527864087.15314156 TOP MAIN SOLVE Loop t[1] 2.987999999999836 x1[1] (analytic) 2.00009069860203 x1[1] (numeric) 1.9990247394934157 absolute error 0.0010659591086144005 relative error 0.05329553851530113% Correct digits 3 h 0.001 x2[1] (analytic) 1.0787874696320123 x2[1] (numeric) 1.0817566846557807 absolute error 0.0029692150237683457 relative error 0.2752363285032576% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 100196.7840064839 Order of pole 528390030.5303055 TOP MAIN SOLVE Loop t[1] 2.988999999999836 x1[1] (analytic) 2.000090607948762 x1[1] (numeric) 1.9990229600747715 absolute error 0.001067647873990607 relative error 0.05337997537449352% Correct digits 3 h 0.001 x2[1] (analytic) 1.0789451568793198 x2[1] (numeric) 1.0819222293735733 absolute error 0.0029770724942534965 relative error 0.2759243577184417% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 100246.97640098853 Order of pole 528919475.9087859 TOP MAIN SOLVE Loop t[1] 2.989999999999836 x1[1] (analytic) 2.0000905173861026 x1[1] (numeric) 1.9990211788758188 absolute error 0.0010693385102837905 relative error 0.053464505780533265% Correct digits 3 h 0.001 x2[1] (analytic) 1.079103159862056 x2[1] (numeric) 1.0820881081852465 absolute error 0.002984948323190517 relative error 0.2766138061881025% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 100298.56916430111 Order of pole 529462761.5439732 TOP MAIN SOLVE Loop t[1] 2.990999999999836 x1[1] (analytic) 2.00009042691396 x1[1] (numeric) 1.9990193958947762 absolute error 0.0010710310191837102 relative error 0.05354912981790818% Correct digits 3 h 0.001 x2[1] (analytic) 1.0792614792122783 x2[1] (numeric) 1.0822543217623313 absolute error 0.002992842550052943 relative error 0.27730467617887483% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 100348.01328257668 Order of pole 529985704.65428495 TOP MAIN SOLVE Loop t[1] 2.9919999999998357 x1[1] (analytic) 2.0000903365322444 x1[1] (numeric) 1.9990176111298608 absolute error 0.0010727254023836785 relative error 0.05363384757128367% Correct digits 3 h 0.001 x2[1] (analytic) 1.0794201155633096 x2[1] (numeric) 1.0824208707777054 absolute error 0.0030007552143958005 relative error 0.27799696995917267% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 2407.661638088662 Order of pole 117664.41426724271 TOP MAIN SOLVE Loop t[1] 2.9929999999998356 x1[1] (analytic) 2.000090246240865 x1[1] (numeric) 1.9990158245792877 absolute error 0.0010744216615774516 relative error 0.05371865912534739% Correct digits 3 h 0.001 x2[1] (analytic) 1.0795790695497411 x2[1] (numeric) 1.0825877559055967 absolute error 0.0030086863558556054 relative error 0.2786906897991673% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 100447.2982624038 Order of pole 531035932.3135123 TOP MAIN SOLVE Loop t[1] 2.9939999999998355 x1[1] (analytic) 2.0000901560397324 x1[1] (numeric) 1.9990140362412705 absolute error 0.0010761197984618942 relative error 0.05380356456494238% Correct digits 3 h 0.001 x2[1] (analytic) 1.0797383418074336 x2[1] (numeric) 1.0827549778215855 absolute error 0.003016636014151919 relative error 0.2793858379709111% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 100496.97053956638 Order of pole 531561110.4804351 TOP MAIN SOLVE Loop t[1] 2.9949999999998353 x1[1] (analytic) 2.000090065928756 x1[1] (numeric) 1.9990122461140207 absolute error 0.0010778198147352036 relative error 0.053888563974978314% Correct digits 3 h 0.001 x2[1] (analytic) 1.0798979329735217 x2[1] (numeric) 1.082922537202607 absolute error 0.003024604229085348 relative error 0.2800824167481307% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 100548.83711349068 Order of pole 532109143.8226465 TOP MAIN SOLVE Loop t[1] 2.9959999999998352 x1[1] (analytic) 2.000089975907845 x1[1] (numeric) 1.9990104541957483 absolute error 0.0010795217120969092 relative error 0.05397365744043149% Correct digits 3 h 0.001 x2[1] (analytic) 1.0800578436864152 x2[1] (numeric) 1.0830904347269548 absolute error 0.003032591040539545 relative error 0.28078042840639095% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 100596.42009350791 Order of pole 532614774.76373684 TOP MAIN SOLVE Loop t[1] 2.996999999999835 x1[1] (analytic) 2.00008988597691 x1[1] (numeric) 1.9990086604846615 absolute error 0.0010812254922485387 relative error 0.054058845046378125% Correct digits 3 h 0.001 x2[1] (analytic) 1.0802180745858019 x2[1] (numeric) 1.0832586710742826 absolute error 0.0030405964884807624 relative error 0.2814798752230328% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 100648.7051740535 Order of pole 533167326.3108801 TOP MAIN SOLVE Loop t[1] 2.997999999999835 x1[1] (analytic) 2.0000897961358612 x1[1] (numeric) 1.9990068649789665 absolute error 0.0010829311568947286 relative error 0.054144126878049814% Correct digits 3 h 0.001 x2[1] (analytic) 1.0803786263126514 x2[1] (numeric) 1.0834272469256079 absolute error 0.0030486206129565208 relative error 0.2821807594770279% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 100697.67423313411 Order of pole 533686855.9539489 TOP MAIN SOLVE Loop t[1] 2.998999999999835 x1[1] (analytic) 2.0000897063846086 x1[1] (numeric) 1.9990050676768676 absolute error 0.0010846387077410036 relative error 0.05422950302072262% Correct digits 3 h 0.001 x2[1] (analytic) 1.080539499509215 x2[1] (numeric) 1.083596162963314 absolute error 0.00305666345409894 relative error 0.2828830834492666% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 100749.67590547941 Order of pole 534237206.9219871 TOP MAIN SOLVE Loop t[1] 2.999999999999835 x1[1] (analytic) 2.000089616723062 x1[1] (numeric) 1.9990032685765677 absolute error 0.0010863481464942204 relative error 0.05431497355973921% Correct digits 3 h 0.001 x2[1] (analytic) 1.0807006948190307 x2[1] (numeric) 1.083765419871153 absolute error 0.003064725052122297 relative error 0.28358684942230944% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 100802.84463637449 Order of pole 534799374.6906306 TOP MAIN SOLVE Loop t[1] 3.0009999999998347 x1[1] (analytic) 2.0000895271511325 x1[1] (numeric) 1.9990014676762677 absolute error 0.0010880594748647887 relative error 0.054400538580619835% Correct digits 3 h 0.001 x2[1] (analytic) 1.080862212886925 x2[1] (numeric) 1.0839350183342489 absolute error 0.003072805447323912 relative error 0.2842920596804484% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 100851.3823294836 Order of pole 535315622.36456674 TOP MAIN SOLVE Loop t[1] 3.0019999999998346 x1[1] (analytic) 2.00008943766873 x1[1] (numeric) 1.9989996649741666 absolute error 0.0010897726945635622 relative error 0.05448619816890701% Correct digits 3 h 0.001 x2[1] (analytic) 1.081024054359015 x2[1] (numeric) 1.0841049590390996 absolute error 0.003080904680084595 relative error 0.28499871650972597% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 100899.05493956365 Order of pole 535823681.40652084 TOP MAIN SOLVE Loop t[1] 3.0029999999998345 x1[1] (analytic) 2.000089348275765 x1[1] (numeric) 1.9989978604684617 absolute error 0.001091487807303393 relative error 0.05457195241024315% Correct digits 3 h 0.001 x2[1] (analytic) 1.0811862198827118 x2[1] (numeric) 1.0842752426735807 absolute error 0.0030890227908688672 relative error 0.28570682219793436% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 100949.99827437403 Order of pole 536364781.7765018 TOP MAIN SOLVE Loop t[1] 3.0039999999998344 x1[1] (analytic) 2.0000892589721486 x1[1] (numeric) 1.9989960541573486 absolute error 0.0010932048148000195 relative error 0.05465780139041497% Correct digits 3 h 0.001 x2[1] (analytic) 1.081348710106722 x2[1] (numeric) 1.084445869926947 absolute error 0.0030971598202249595 relative error 0.28641637903459377% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 101001.15627264543 Order of pole 536908024.8191127 TOP MAIN SOLVE Loop t[1] 3.0049999999998342 x1[1] (analytic) 2.0000891697577914 x1[1] (numeric) 1.9989942460390209 absolute error 0.001094923718770513 relative error 0.05474374519527582% Correct digits 3 h 0.001 x2[1] (analytic) 1.0815115256810517 x2[1] (numeric) 1.0846168414898363 absolute error 0.0031053158087845922 relative error 0.2871273893109097% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 101051.97327778609 Order of pole 537448444.4947904 TOP MAIN SOLVE Loop t[1] 3.005999999999834 x1[1] (analytic) 2.0000890806326033 x1[1] (numeric) 1.9989924361116704 absolute error 0.0010966445209328324 relative error 0.05482978391072348% Correct digits 3 h 0.001 x2[1] (analytic) 1.0816746672570081 x2[1] (numeric) 1.0847881580542713 absolute error 0.0031134907972631964 relative error 0.2878398553197719% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 101102.28544575044 Order of pole 537983851.4770516 TOP MAIN SOLVE Loop t[1] 3.006999999999834 x1[1] (analytic) 2.0000889915964963 x1[1] (numeric) 1.9989906243734874 absolute error 0.0010983672230089336 relative error 0.05491591762285552% Correct digits 3 h 0.001 x2[1] (analytic) 1.0818381354872018 x2[1] (numeric) 1.0849598203136634 absolute error 0.0031216848264616903 relative error 0.288553779355897% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 101152.72555612786 Order of pole 538520479.4421691 TOP MAIN SOLVE Loop t[1] 3.007999999999834 x1[1] (analytic) 2.000088902649381 x1[1] (numeric) 1.9989888108226601 absolute error 0.0011000918267207727 relative error 0.05500214641776954% Correct digits 3 h 0.001 x2[1] (analytic) 1.0820019310255509 x2[1] (numeric) 1.0851318289628147 absolute error 0.0031298979372638147 relative error 0.2892691637155594% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 101205.01582620014 Order of pole 539076684.3743579 TOP MAIN SOLVE Loop t[1] 3.008999999999834 x1[1] (analytic) 2.000088813791168 x1[1] (numeric) 1.998986995457375 absolute error 0.001101818333793192 relative error 0.05508847038170747% Correct digits 3 h 0.001 x2[1] (analytic) 1.082166054527282 x2[1] (numeric) 1.085304184697921 absolute error 0.0031381301706390197 relative error 0.2899860106968367% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 101254.39105065212 Order of pole 539603626.2532036 TOP MAIN SOLVE Loop t[1] 3.0099999999998337 x1[1] (analytic) 2.0000887250217687 x1[1] (numeric) 1.9989851782758163 absolute error 0.0011035467459523662 relative error 0.05517488960097785% Correct digits 3 h 0.001 x2[1] (analytic) 1.0823305066489337 x2[1] (numeric) 1.0854768882165746 absolute error 0.00314638156764091 relative error 0.29070432259944373% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 101305.74981069694 Order of pole 540150550.1958153 TOP MAIN SOLVE Loop t[1] 3.0109999999998336 x1[1] (analytic) 2.000088636341095 x1[1] (numeric) 1.9989833592761674 absolute error 0.0011052770649273569 relative error 0.055261404162033505% Correct digits 3 h 0.001 x2[1] (analytic) 1.0824952880483596 x2[1] (numeric) 1.085649940217767 absolute error 0.003154652169407468 relative error 0.2914241017247307% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 101357.28217208921 Order of pole 540699301.9990519 TOP MAIN SOLVE Loop t[1] 3.0119999999998335 x1[1] (analytic) 2.000088547749057 x1[1] (numeric) 1.998981538456609 absolute error 0.0011070092924481134 relative error 0.05534801415137173% Correct digits 3 h 0.001 x2[1] (analytic) 1.0826603993847295 x2[1] (numeric) 1.0858233414018923 absolute error 0.0031629420171628286 relative error 0.2921453503758254% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 101407.53253634326 Order of pole 541236162.7124932 TOP MAIN SOLVE Loop t[1] 3.0129999999998334 x1[1] (analytic) 2.000088459245567 x1[1] (numeric) 1.9989797158153202 absolute error 0.0011087434302470278 relative error 0.055434719655611905% Correct digits 3 h 0.001 x2[1] (analytic) 1.082825841318533 x2[1] (numeric) 1.0859970924707487 absolute error 0.003171251152215726 relative error 0.29286807085746713% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 101460.07990373703 Order of pole 541796077.6870296 TOP MAIN SOLVE Loop t[1] 3.0139999999998333 x1[1] (analytic) 2.0000883708305364 x1[1] (numeric) 1.9989778913504785 absolute error 0.0011104794800578244 relative error 0.055521520761440055% Correct digits 3 h 0.001 x2[1] (analytic) 1.0829916145115825 x2[1] (numeric) 1.086171194127543 absolute error 0.0031795796159603817 relative error 0.29359226547606626% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 101509.17553256496 Order of pole 542321300.8313376 TOP MAIN SOLVE Loop t[1] 3.014999999999833 x1[1] (analytic) 2.0000882825038766 x1[1] (numeric) 1.9989760650602595 absolute error 0.001112217443617114 relative error 0.05560841755568648% Correct digits 3 h 0.001 x2[1] (analytic) 1.0831577196270155 x2[1] (numeric) 1.0863456470768917 absolute error 0.003187927449876282 relative error 0.2943179365396613% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 101559.8605090561 Order of pole 542863313.3156737 TOP MAIN SOLVE Loop t[1] 3.015999999999833 x1[1] (analytic) 2.000088194265499 x1[1] (numeric) 1.998974236942837 absolute error 0.0011139573226621735 relative error 0.055695410125214846% Correct digits 3 h 0.001 x2[1] (analytic) 1.0833241573292964 x2[1] (numeric) 1.0865204520248255 absolute error 0.003196294695529067 relative error 0.29504508635797866% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1611.7314551994 Order of pole 39575.80949588924 TOP MAIN SOLVE Loop t[1] 3.016999999999833 x1[1] (analytic) 2.0000881061153164 x1[1] (numeric) 1.9989724069963826 absolute error 0.0011156991189338328 relative error 0.055782498557066386% Correct digits 3 h 0.001 x2[1] (analytic) 1.083490928284221 x2[1] (numeric) 1.0866956096787908 absolute error 0.0032046813945696417 relative error 0.29577371724232754% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 101658.46757642383 Order of pole 543919914.0777826 TOP MAIN SOLVE Loop t[1] 3.017999999999833 x1[1] (analytic) 2.000088018053239 x1[1] (numeric) 1.9989705752190665 absolute error 0.0011174428341726994 relative error 0.05586968293827131% Correct digits 3 h 0.001 x2[1] (analytic) 1.0836580331589165 x2[1] (numeric) 1.0868711207476534 absolute error 0.0032130875887368404 relative error 0.29650383150582404% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 101710.7095726312 Order of pole 544478641.490776 TOP MAIN SOLVE Loop t[1] 3.0189999999998327 x1[1] (analytic) 2.0000879300791805 x1[1] (numeric) 1.998968741609057 absolute error 0.0011191884701236 relative error 0.05595696335607069% Correct digits 3 h 0.001 x2[1] (analytic) 1.0838254726218475 x2[1] (numeric) 1.0870469859417005 absolute error 0.0032215133198529866 relative error 0.2972354314629575% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 101763.56495760797 Order of pole 545042776.1732465 TOP MAIN SOLVE Loop t[1] 3.0199999999998326 x1[1] (analytic) 2.0000878421930515 x1[1] (numeric) 1.99896690616452 absolute error 0.0011209360285313608 relative error 0.05604433989770567% Correct digits 3 h 0.001 x2[1] (analytic) 1.0839932473428153 x2[1] (numeric) 1.0872232059726445 absolute error 0.0032299586298292216 relative error 0.2979685194300606% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 101814.4041895589 Order of pole 545587792.1402059 TOP MAIN SOLVE Loop t[1] 3.0209999999998325 x1[1] (analytic) 2.000087754394765 x1[1] (numeric) 1.9989650688836207 absolute error 0.0011226855111443612 relative error 0.05613181265059495% Correct digits 3 h 0.001 x2[1] (analytic) 1.0841613579929639 x2[1] (numeric) 1.0873997815536254 absolute error 0.0032384235606615075 relative error 0.29870309772491677% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 101863.41487544873 Order of pole 546114173.6103159 TOP MAIN SOLVE Loop t[1] 3.0219999999998324 x1[1] (analytic) 2.000087666684233 x1[1] (numeric) 1.9989632297645215 absolute error 0.0011244369197114246 relative error 0.0562193817021795% Correct digits 3 h 0.001 x2[1] (analytic) 1.084329805244779 x2[1] (numeric) 1.0875767133992134 absolute error 0.0032469081544344025 relative error 0.29943916866708636% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 101916.8103034557 Order of pole 546685319.301264 TOP MAIN SOLVE Loop t[1] 3.0229999999998323 x1[1] (analytic) 2.0000875790613675 x1[1] (numeric) 1.9989613888053832 absolute error 0.0011261902559842607 relative error 0.056307047140044586% Correct digits 3 h 0.001 x2[1] (analytic) 1.0844985897720942 x2[1] (numeric) 1.0877540022254122 absolute error 0.003255412453317952 relative error 0.3001767345775961% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1336.35565556609 Order of pole 125798.04688651883 TOP MAIN SOLVE Loop t[1] 3.023999999999832 x1[1] (analytic) 2.000087491526081 x1[1] (numeric) 1.9989595460043652 absolute error 0.0011279455217156897 relative error 0.056394809051830995% Correct digits 3 h 0.001 x2[1] (analytic) 1.0846677122500918 x2[1] (numeric) 1.0879316487496618 absolute error 0.0032639364995699083 relative error 0.30091579777912136% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 102017.54189507064 Order of pole 547767332.7690587 TOP MAIN SOLVE Loop t[1] 3.024999999999832 x1[1] (analytic) 2.000087404078286 x1[1] (numeric) 1.9989577013596245 absolute error 0.0011297027186616404 relative error 0.05648266752533492% Correct digits 3 h 0.001 x2[1] (analytic) 1.0848371733553053 x2[1] (numeric) 1.0881096536908408 absolute error 0.0032724803355355103 relative error 0.3016563605959426% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 102067.13379334265 Order of pole 548301052.6322137 TOP MAIN SOLVE Loop t[1] 3.025999999999832 x1[1] (analytic) 2.000087316717895 x1[1] (numeric) 1.9989558548693163 absolute error 0.0011314618485789296 relative error 0.05657062264839701% Correct digits 3 h 0.001 x2[1] (analytic) 1.0850069737656234 x2[1] (numeric) 1.0882880177692704 absolute error 0.003281044003647038 relative error 0.3023984253538806% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 102118.34055639808 Order of pole 548851155.664687 TOP MAIN SOLVE Loop t[1] 3.026999999999832 x1[1] (analytic) 2.000087229444821 x1[1] (numeric) 1.9989540065315943 absolute error 0.0011332229132268168 relative error 0.05665867450897998% Correct digits 3 h 0.001 x2[1] (analytic) 1.0851771141602915 x2[1] (numeric) 1.0884667417067162 absolute error 0.0032896275464247005 relative error 0.303141994380356% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 102170.19521692245 Order of pole 549408501.8889331 TOP MAIN SOLVE Loop t[1] 3.0279999999998317 x1[1] (analytic) 2.0000871422589763 x1[1] (numeric) 1.99895215634461 absolute error 0.0011349859143663377 relative error 0.05674682319513541% Correct digits 3 h 0.001 x2[1] (analytic) 1.0853475952199152 x2[1] (numeric) 1.0886458262263918 absolute error 0.0032982310064766374 relative error 0.30388707000436516% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 102224.85672772901 Order of pole 549994040.2086383 TOP MAIN SOLVE Loop t[1] 3.0289999999998316 x1[1] (analytic) 2.0000870551602743 x1[1] (numeric) 1.9989503043065133 absolute error 0.0011367508537609705 relative error 0.05683506879503695% Correct digits 3 h 0.001 x2[1] (analytic) 1.0855184176264623 x2[1] (numeric) 1.0888252720529614 absolute error 0.0033068544264991395 relative error 0.3046336545564777% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 102271.51167228578 Order of pole 550499485.7558459 TOP MAIN SOLVE Loop t[1] 3.0299999999998315 x1[1] (analytic) 2.000086968148627 x1[1] (numeric) 1.9989484504154522 absolute error 0.0011385177331748597 relative error 0.056923411396891624% Correct digits 3 h 0.001 x2[1] (analytic) 1.0856895820632664 x2[1] (numeric) 1.0890050799125426 absolute error 0.0033154978492762055 relative error 0.30538175036877174% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 102322.27518815834 Order of pole 551046278.327108 TOP MAIN SOLVE Loop t[1] 3.0309999999998314 x1[1] (analytic) 2.000086881223948 x1[1] (numeric) 1.9989465946695728 absolute error 0.0011402865543752583 relative error 0.05701185108906183% Correct digits 3 h 0.001 x2[1] (analytic) 1.0858610892150289 x2[1] (numeric) 1.0891852505327095 absolute error 0.0033241613176806517 relative error 0.30613135977491324% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 905.0516566672221 Order of pole 38747.7824485576 TOP MAIN SOLVE Loop t[1] 3.0319999999998313 x1[1] (analytic) 2.0000867943861502 x1[1] (numeric) 1.9989447370670195 absolute error 0.0011420573191307515 relative error 0.057100387959976615% Correct digits 3 h 0.001 x2[1] (analytic) 1.086032939767822 x2[1] (numeric) 1.089365784642496 absolute error 0.0033328448746741124 relative error 0.3068824851101318% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 102427.1972953611 Order of pole 552174838.8619353 TOP MAIN SOLVE Loop t[1] 3.032999999999831 x1[1] (analytic) 2.0000867076351465 x1[1] (numeric) 1.9989428776059344 absolute error 0.001143830029212145 relative error 0.057189022098176015% Correct digits 3 h 0.001 x2[1] (analytic) 1.0862051344090917 x2[1] (numeric) 1.0895466829723977 absolute error 0.0033415485633059294 relative error 0.3076351287110948% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 102477.72940686034 Order of pole 552720587.225218 TOP MAIN SOLVE Loop t[1] 3.033999999999831 x1[1] (analytic) 2.0000866209708508 x1[1] (numeric) 1.998941016284458 absolute error 0.0011456046863926872 relative error 0.0572777535923222% Correct digits 3 h 0.001 x2[1] (analytic) 1.0863776738276603 x2[1] (numeric) 1.0897279462543759 absolute error 0.0033502724267155948 relative error 0.30838929291610906% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 102528.46768188982 Order of pole 553268167.2650797 TOP MAIN SOLVE Loop t[1] 3.034999999999831 x1[1] (analytic) 2.000086534393176 x1[1] (numeric) 1.9989391531007294 absolute error 0.0011473812924465143 relative error 0.057366582531121764% Correct digits 3 h 0.001 x2[1] (analytic) 1.0865505587137287 x2[1] (numeric) 1.0899095752218597 absolute error 0.003359016508130974 relative error 0.30914498006493296% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 102579.47813033381 Order of pole 553819427.5004215 TOP MAIN SOLVE Loop t[1] 3.035999999999831 x1[1] (analytic) 2.0000864479020355 x1[1] (numeric) 1.998937288052885 absolute error 0.0011491598491504273 relative error 0.05745550900341451% Correct digits 3 h 0.001 x2[1] (analytic) 1.0867237897588802 x2[1] (numeric) 1.0900915706097498 absolute error 0.0033677808508696394 relative error 0.30990219249887546% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 102630.64797950244 Order of pole 554371720.3784466 TOP MAIN SOLVE Loop t[1] 3.0369999999998307 x1[1] (analytic) 2.000086361497343 x1[1] (numeric) 1.99893542113906 absolute error 0.0011509403582832256 relative error 0.057544533098140144% Correct digits 3 h 0.001 x2[1] (analytic) 1.0868973676560822 x2[1] (numeric) 1.0902739331544207 absolute error 0.003376565498338424 relative error 0.3106609325607312% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1926.3223284917794 Order of pole 189036.54154887574 TOP MAIN SOLVE Loop t[1] 3.0379999999998306 x1[1] (analytic) 2.000086275179012 x1[1] (numeric) 1.9989335523573875 absolute error 0.0011527228216245966 relative error 0.057633654904282836% Correct digits 3 h 0.001 x2[1] (analytic) 1.0870712930996902 x2[1] (numeric) 1.0904566635937238 absolute error 0.003385370494033646 relative error 0.3114212025947768% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 102732.71968406909 Order of pole 555475127.3020469 TOP MAIN SOLVE Loop t[1] 3.0389999999998305 x1[1] (analytic) 2.0000861889469563 x1[1] (numeric) 1.9989316817059986 absolute error 0.0011545072409577806 relative error 0.05772287451100433% Correct digits 3 h 0.001 x2[1] (analytic) 1.0872455667854493 x2[1] (numeric) 1.0906397626669908 absolute error 0.0033941958815415507 relative error 0.31218300494678786% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 102785.12126942904 Order of pole 556041813.5121902 TOP MAIN SOLVE Loop t[1] 3.0399999999998304 x1[1] (analytic) 2.0000861028010894 x1[1] (numeric) 1.9989298091830225 absolute error 0.001156293618066906 relative error 0.05781219200751081% Correct digits 3 h 0.001 x2[1] (analytic) 1.087420189410497 x2[1] (numeric) 1.090823231115036 absolute error 0.0034030417045392003 relative error 0.3129463419640966% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 102837.68971746949 Order of pole 556609589.6422424 TOP MAIN SOLVE Loop t[1] 3.0409999999998303 x1[1] (analytic) 2.0000860167413257 x1[1] (numeric) 1.998927934786587 absolute error 0.0011580819547387655 relative error 0.057901607483141666% Correct digits 3 h 0.001 x2[1] (analytic) 1.0875951616733674 x2[1] (numeric) 1.09100706968016 absolute error 0.0034119080067924745 relative error 0.31371121599538315% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 102886.45964707909 Order of pole 557140061.8167458 TOP MAIN SOLVE Loop t[1] 3.04199999999983 x1[1] (analytic) 2.0000859307675785 x1[1] (numeric) 1.9989260585148174 absolute error 0.0011598722527610406 relative error 0.057991121027280726% Correct digits 3 h 0.001 x2[1] (analytic) 1.0877704842739933 x2[1] (numeric) 1.0911912791061518 absolute error 0.0034207948321585135 relative error 0.31447762939087676% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 102939.90336406033 Order of pole 557717173.4147769 TOP MAIN SOLVE Loop t[1] 3.04299999999983 x1[1] (analytic) 2.0000858448797616 x1[1] (numeric) 1.9989241803658377 absolute error 0.0011616645139238546 relative error 0.05808073272943392% Correct digits 3 h 0.001 x2[1] (analytic) 1.0879461579137075 x2[1] (numeric) 1.0913758601382926 absolute error 0.0034297022245850517 relative error 0.3152455845022695% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 102990.39504509624 Order of pole 558265031.9139616 TOP MAIN SOLVE Loop t[1] 3.04399999999983 x1[1] (analytic) 2.0000857590777903 x1[1] (numeric) 1.9989223003377696 absolute error 0.001163458740020662 relative error 0.05817044267927368% Correct digits 3 h 0.001 x2[1] (analytic) 1.0881221832952483 x2[1] (numeric) 1.0915608135233585 absolute error 0.0034386302281101955 relative error 0.3160150836826719% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 103042.66765301816 Order of pole 558831514.1553996 TOP MAIN SOLVE Loop t[1] 3.04499999999983 x1[1] (analytic) 2.0000856733615775 x1[1] (numeric) 1.9989204184287332 absolute error 0.0011652549328442507 relative error 0.05826025096643921% Correct digits 3 h 0.001 x2[1] (analytic) 1.0882985611227602 x2[1] (numeric) 1.0917461400096238 absolute error 0.0034475788868635338 relative error 0.31678612928669% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 103095.3372680771 Order of pole 559401822.8052785 TOP MAIN SOLVE Loop t[1] 3.0459999999998297 x1[1] (analytic) 2.0000855877310384 x1[1] (numeric) 1.9989185346368465 absolute error 0.00116705309419185 relative error 0.05835015768079169% Correct digits 3 h 0.001 x2[1] (analytic) 1.088475292101798 x2[1] (numeric) 1.0919318403468627 absolute error 0.0034565482450648055 relative error 0.31755872367027854% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 103146.59828337838 Order of pole 559958837.781743 TOP MAIN SOLVE Loop t[1] 3.0469999999998296 x1[1] (analytic) 2.000085502186087 x1[1] (numeric) 1.9989166489602257 absolute error 0.0011688532258611328 relative error 0.05844016291221451% Correct digits 3 h 0.001 x2[1] (analytic) 1.088652376939328 x2[1] (numeric) 1.0921179152863543 absolute error 0.0034655383470263423 relative error 0.31833286919094117% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 103194.97554144319 Order of pole 560486504.7555447 TOP MAIN SOLVE Loop t[1] 3.0479999999998295 x1[1] (analytic) 2.0000854167266375 x1[1] (numeric) 1.998914761396985 absolute error 0.001170655329652437 relative error 0.058530266750724314% Correct digits 3 h 0.001 x2[1] (analytic) 1.0888298163437327 x2[1] (numeric) 1.092304365580884 absolute error 0.003474549237151292 relative error 0.3191085682075418% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 103251.16660614469 Order of pole 561093547.8796977 TOP MAIN SOLVE Loop t[1] 3.0489999999998294 x1[1] (analytic) 2.0000853313526052 x1[1] (numeric) 1.9989128719452371 absolute error 0.0011724594073680983 relative error 0.05862046928643763% Correct digits 3 h 0.001 x2[1] (analytic) 1.089007611024813 x2[1] (numeric) 1.092491191984747 absolute error 0.003483580959934063 relative error 0.31988582308032093% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 103299.74368200454 Order of pole 561623660.5983677 TOP MAIN SOLVE Loop t[1] 3.0499999999998293 x1[1] (analytic) 2.0000852460639043 x1[1] (numeric) 1.9989109806030925 absolute error 0.0011742654608117853 relative error 0.05871077060953764% Correct digits 3 h 0.001 x2[1] (analytic) 1.0891857616937903 x2[1] (numeric) 1.0926783952537522 absolute error 0.0034926335599618774 relative error 0.3206646361710137% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 103353.21773736938 Order of pole 562204117.9095391 TOP MAIN SOLVE Loop t[1] 3.050999999999829 x1[1] (analytic) 2.000085160860449 x1[1] (numeric) 1.9989090873686597 absolute error 0.0011760734917891646 relative error 0.05880117081030743% Correct digits 3 h 0.001 x2[1] (analytic) 1.0893642690633103 x2[1] (numeric) 1.0928659761452237 absolute error 0.003501707081913441 relative error 0.3214450098427024% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 994.139227220803 Order of pole 9624.886868084866 TOP MAIN SOLVE Loop t[1] 3.051999999999829 x1[1] (analytic) 2.0000850757421547 x1[1] (numeric) 1.9989071922400454 absolute error 0.0011778835021092338 relative error 0.058891669979196586% Correct digits 3 h 0.001 x2[1] (analytic) 1.0895431338474453 x2[1] (numeric) 1.0930539354180049 absolute error 0.0035108015705596074 relative error 0.32222694645985256% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 103453.50368269964 Order of pole 563297869.8097483 TOP MAIN SOLVE Loop t[1] 3.052999999999829 x1[1] (analytic) 2.0000849907089364 x1[1] (numeric) 1.9989052952153548 absolute error 0.0011796954935816562 relative error 0.058982268206688025% Correct digits 3 h 0.001 x2[1] (analytic) 1.089722356761697 x2[1] (numeric) 1.0932422738324612 absolute error 0.003519917070764267 relative error 0.3230104483883697% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 103508.92231829737 Order of pole 563898978.456807 TOP MAIN SOLVE Loop t[1] 3.053999999999829 x1[1] (analytic) 2.0000849057607084 x1[1] (numeric) 1.9989033962926905 absolute error 0.0011815094680178717 relative error 0.05907296558335351% Correct digits 3 h 0.001 x2[1] (analytic) 1.0899019385230002 x2[1] (numeric) 1.0934309921504832 absolute error 0.003529053627483014 relative error 0.32379551799545137% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 103559.1924061819 Order of pole 564448078.7698593 TOP MAIN SOLVE Loop t[1] 3.0549999999998287 x1[1] (analytic) 2.0000848208973867 x1[1] (numeric) 1.9989014954701538 absolute error 0.001183325427232873 relative error 0.05916376219994236% Correct digits 3 h 0.001 x2[1] (analytic) 1.0900818798497245 x2[1] (numeric) 1.0936200911354896 absolute error 0.003538211285765147 relative error 0.32458215764974596% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 103611.89119575547 Order of pole 565022162.0749308 TOP MAIN SOLVE Loop t[1] 3.0559999999998286 x1[1] (analytic) 2.0000847361188856 x1[1] (numeric) 1.998899592745844 absolute error 0.0011851433730416527 relative error 0.059254658147203994% Correct digits 3 h 0.001 x2[1] (analytic) 1.0902621814616777 x2[1] (numeric) 1.09380957155243 absolute error 0.0035473900907523337 relative error 0.3253703697212048% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 103659.50680568542 Order of pole 565544153.2710544 TOP MAIN SOLVE Loop t[1] 3.0569999999998285 x1[1] (analytic) 2.0000846514251207 x1[1] (numeric) 1.998897688117858 absolute error 0.0011869633072627561 relative error 0.059345653516065376% Correct digits 3 h 0.001 x2[1] (analytic) 1.090442844080109 x2[1] (numeric) 1.093999434167789 absolute error 0.003556590087679945 relative error 0.326160156581179% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 103714.15347523041 Order of pole 566138955.7765274 TOP MAIN SOLVE Loop t[1] 3.0579999999998284 x1[1] (analytic) 2.000084566816007 x1[1] (numeric) 1.9988957815842914 absolute error 0.0011887852317158387 relative error 0.05943674839750904% Correct digits 3 h 0.001 x2[1] (analytic) 1.0906238684277116 x2[1] (numeric) 1.0941896797495878 absolute error 0.0035658113218761667 relative error 0.3269515206023125% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 103765.5222926658 Order of pole 566700367.9313112 TOP MAIN SOLVE Loop t[1] 3.0589999999998283 x1[1] (analytic) 2.0000844822914603 x1[1] (numeric) 1.9988938731432377 absolute error 0.0011906091482225545 relative error 0.0595279428826174% Correct digits 3 h 0.001 x2[1] (analytic) 1.0908052552286251 x2[1] (numeric) 1.0943803090673887 absolute error 0.0035750538387635533 relative error 0.32774446415865927% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 103817.78749686402 Order of pole 567270779.1276562 TOP MAIN SOLVE Loop t[1] 3.059999999999828 x1[1] (analytic) 2.000084397851396 x1[1] (numeric) 1.9988919627927884 absolute error 0.001192435058607666 relative error 0.05961923706262832% Correct digits 3 h 0.001 x2[1] (analytic) 1.0909870052084396 x2[1] (numeric) 1.094571322892297 absolute error 0.003584317683857474 relative error 0.3285389896255152% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 103869.51559315545 Order of pole 567836474.6094935 TOP MAIN SOLVE Loop t[1] 3.060999999999828 x1[1] (analytic) 2.0000843134957296 x1[1] (numeric) 1.9988900505310332 absolute error 0.0011942629646963798 relative error 0.059710631028801864% Correct digits 3 h 0.001 x2[1] (analytic) 1.0911691190941974 x2[1] (numeric) 1.094762721996965 absolute error 0.0035936029027674454 relative error 0.3293350993795143% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 103923.44026032987 Order of pole 568424527.2334057 TOP MAIN SOLVE Loop t[1] 3.061999999999828 x1[1] (analytic) 2.0000842292243766 x1[1] (numeric) 1.9988881363560598 absolute error 0.0011960928683167893 relative error 0.059802124872542425% Correct digits 3 h 0.001 x2[1] (analytic) 1.0913515976143964 x2[1] (numeric) 1.0949545071555942 absolute error 0.0036029095411977963 relative error 0.33013279579866434% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 103975.2193549031 Order of pole 568991420.0511836 TOP MAIN SOLVE Loop t[1] 3.062999999999828 x1[1] (analytic) 2.0000841450372526 x1[1] (numeric) 1.9988862202659539 absolute error 0.001197924771298764 relative error 0.05989371868534321% Correct digits 3 h 0.001 x2[1] (analytic) 1.0915344414989927 x2[1] (numeric) 1.0951466791439397 absolute error 0.003612237644947003 relative error 0.33093208126226004% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 104026.09562636093 Order of pole 569549620.2544131 TOP MAIN SOLVE Loop t[1] 3.0639999999998278 x1[1] (analytic) 2.000084060934274 x1[1] (numeric) 1.9988843022587994 absolute error 0.0011997586754743939 relative error 0.059985412558808446% Correct digits 3 h 0.001 x2[1] (analytic) 1.0917176514794047 x2[1] (numeric) 1.095339238739312 absolute error 0.003621587259907244 relative error 0.33173295815081594% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 104078.32386593742 Order of pole 570120983.8060316 TOP MAIN SOLVE Loop t[1] 3.0649999999998276 x1[1] (analytic) 2.000083976915356 x1[1] (numeric) 1.9988823823326787 absolute error 0.0012015945826775454 relative error 0.06007720658463117% Correct digits 3 h 0.001 x2[1] (analytic) 1.0919012282885145 x2[1] (numeric) 1.0955321867205805 absolute error 0.003630958432065956 relative error 0.3325354288461834% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 104128.94443466017 Order of pole 570676664.4293354 TOP MAIN SOLVE Loop t[1] 3.0659999999998275 x1[1] (analytic) 2.000083892980415 x1[1] (numeric) 1.9988804604856714 absolute error 0.0012034324947436392 relative error 0.06016910085458217% Correct digits 3 h 0.001 x2[1] (analytic) 1.0920851726606713 x2[1] (numeric) 1.0957255238681773 absolute error 0.003640351207506054 relative error 0.333339495731545% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 104179.5478255207 Order of pole 571232871.3450238 TOP MAIN SOLVE Loop t[1] 3.0669999999998274 x1[1] (analytic) 2.000083809129367 x1[1] (numeric) 1.998878536715856 absolute error 0.0012052724135112047 relative error 0.0602610954605876% Correct digits 3 h 0.001 x2[1] (analytic) 1.0922694853316952 x2[1] (numeric) 1.0959192509640996 absolute error 0.003649765632404378 relative error 0.33414516119124527% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 104232.8815167227 Order of pole 571816646.9525526 TOP MAIN SOLVE Loop t[1] 3.0679999999998273 x1[1] (analytic) 2.0000837253621286 x1[1] (numeric) 1.9988766110213085 absolute error 0.0012071143408201035 relative error 0.06035319049464028% Correct digits 3 h 0.001 x2[1] (analytic) 1.092454167038879 x2[1] (numeric) 1.096113368791913 absolute error 0.003659201753033914 relative error 0.33495242761096883% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 104287.88216989946 Order of pole 572418447.7411002 TOP MAIN SOLVE Loop t[1] 3.068999999999827 x1[1] (analytic) 2.000083641678615 x1[1] (numeric) 1.9988746834001034 absolute error 0.0012089582785117514 relative error 0.06044538604881074% Correct digits 3 h 0.001 x2[1] (analytic) 1.0926392185209912 x2[1] (numeric) 1.0963078781367546 absolute error 0.0036686596157633478 relative error 0.335761297377673% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 104341.22975488576 Order of pole 573003139.4099092 TOP MAIN SOLVE Loop t[1] 3.069999999999827 x1[1] (analytic) 2.0000835580787433 x1[1] (numeric) 1.9988727538503128 absolute error 0.001210804228430451 relative error 0.06053768221531381% Correct digits 3 h 0.001 x2[1] (analytic) 1.0928246405182802 x2[1] (numeric) 1.0965027797853364 absolute error 0.0036781392670561797 relative error 0.33657177287948% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 104389.89913368499 Order of pole 573540765.5130265 TOP MAIN SOLVE Loop t[1] 3.070999999999827 x1[1] (analytic) 2.00008347456243 x1[1] (numeric) 1.9988708223700073 absolute error 0.001212652192422503 relative error 0.06063007908646424% Correct digits 3 h 0.001 x2[1] (analytic) 1.0930104337724764 x2[1] (numeric) 1.0966980745259483 absolute error 0.0036876407534718325 relative error 0.3373838565057523% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 104440.34167283673 Order of pole 574096505.1188676 TOP MAIN SOLVE Loop t[1] 3.071999999999827 x1[1] (analytic) 2.0000833911295905 x1[1] (numeric) 1.9988688889572557 absolute error 0.0012145021723348748 relative error 0.06072257675461013% Correct digits 3 h 0.001 x2[1] (analytic) 1.093196599026794 x2[1] (numeric) 1.096893763148461 absolute error 0.003697164121666985 relative error 0.3381975506471886% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 104492.76712081188 Order of pole 574672616.9968556 TOP MAIN SOLVE Loop t[1] 3.0729999999998268 x1[1] (analytic) 2.0000833077801428 x1[1] (numeric) 1.998866953610124 absolute error 0.001216354170018752 relative error 0.06081517531231046% Correct digits 3 h 0.001 x2[1] (analytic) 1.0933831370259364 x2[1] (numeric) 1.0970898464443297 absolute error 0.0037067094183933502 relative error 0.3390128576955932% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 104550.45758034375 Order of pole 575303715.1777958 TOP MAIN SOLVE Loop t[1] 3.0739999999998266 x1[1] (analytic) 2.0000832245140026 x1[1] (numeric) 1.9988650163266772 absolute error 0.0012182081873253203 relative error 0.06090787485212427% Correct digits 3 h 0.001 x2[1] (analytic) 1.0935700485160977 x2[1] (numeric) 1.097286325206597 absolute error 0.0037162766904992317 relative error 0.339829780043992% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 104600.99947750493 Order of pole 575861351.9621656 TOP MAIN SOLVE Loop t[1] 3.0749999999998265 x1[1] (analytic) 2.000083141331087 x1[1] (numeric) 1.9988630771049782 absolute error 0.0012200642261086525 relative error 0.061000675466754875% Correct digits 3 h 0.001 x2[1] (analytic) 1.0937573342449654 x2[1] (numeric) 1.0974832002298958 absolute error 0.00372586598493041 relative error 0.3406483200866875% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 104654.08446328579 Order of pole 576445207.9415329 TOP MAIN SOLVE Loop t[1] 3.0759999999998264 x1[1] (analytic) 2.0000830582313127 x1[1] (numeric) 1.9988611359430875 absolute error 0.0012219222882252634 relative error 0.06109357724902773% Correct digits 3 h 0.001 x2[1] (analytic) 1.0939449949617244 x2[1] (numeric) 1.097680472310453 absolute error 0.0037354773487285886 relative error 0.3414684802190889% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 104702.77464713517 Order of pole 576984471.1301496 TOP MAIN SOLVE Loop t[1] 3.0769999999998263 x1[1] (analytic) 2.0000829752145965 x1[1] (numeric) 1.998859192839064 absolute error 0.001223782375532556 relative error 0.06118658029181273% Correct digits 3 h 0.001 x2[1] (analytic) 1.0941330314170594 x2[1] (numeric) 1.0978781422460926 absolute error 0.0037451108290331714 relative error 0.3422902628378484% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 104752.98524822552 Order of pole 577538911.1807011 TOP MAIN SOLVE Loop t[1] 3.077999999999826 x1[1] (analytic) 2.000082892280856 x1[1] (numeric) 1.9988572477909645 absolute error 0.0012256444898912644 relative error 0.061279684688146256% Correct digits 3 h 0.001 x2[1] (analytic) 1.094321444363158 x2[1] (numeric) 1.0980762108362385 absolute error 0.003754766473080595 relative error 0.34311367034077334% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 104808.16659084808 Order of pole 578145849.3110064 TOP MAIN SOLVE Loop t[1] 3.078999999999826 x1[1] (analytic) 2.0000828094300074 x1[1] (numeric) 1.9988553007968441 absolute error 0.0012275086331632323 relative error 0.061372890531120224% Correct digits 3 h 0.001 x2[1] (analytic) 1.0945102345537137 x2[1] (numeric) 1.098274678881918 absolute error 0.0037644443282043305 relative error 0.34393870512679875% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 104858.99465184404 Order of pole 578708116.7053894 TOP MAIN SOLVE Loop t[1] 3.079999999999826 x1[1] (analytic) 2.0000827266619683 x1[1] (numeric) 1.9988533518547558 absolute error 0.0012293748072125243 relative error 0.061466197913937565% Correct digits 3 h 0.001 x2[1] (analytic) 1.0946994027439287 x2[1] (numeric) 1.098473547185765 absolute error 0.0037741444418362136 relative error 0.3447653695960825% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 104914.03662700024 Order of pole 579313780.207622 TOP MAIN SOLVE Loop t[1] 3.080999999999826 x1[1] (analytic) 2.000082643976656 x1[1] (numeric) 1.9988514009627505 absolute error 0.0012312430139054253 relative error 0.06155960692991223% Correct digits 3 h 0.001 x2[1] (analytic) 1.0948889496905176 x2[1] (numeric) 1.0986728165520232 absolute error 0.003783866861505558 relative error 0.3455936661498967% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 104965.81424576612 Order of pole 579886310.8718684 TOP MAIN SOLVE Loop t[1] 3.0819999999998258 x1[1] (analytic) 2.0000825613739877 x1[1] (numeric) 1.9988494481188774 absolute error 0.0012331132551102186 relative error 0.0616531176724581% Correct digits 3 h 0.001 x2[1] (analytic) 1.09507887615171 x2[1] (numeric) 1.0988724877865494 absolute error 0.003793611634839378 relative error 0.3464235971906208% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 105015.00230966005 Order of pole 580431961.3235714 TOP MAIN SOLVE Loop t[1] 3.0829999999998257 x1[1] (analytic) 2.0000824788538805 x1[1] (numeric) 1.998847493321184 absolute error 0.0012349855326965198 relative error 0.06174673023505566% Correct digits 3 h 0.001 x2[1] (analytic) 1.095269182887253 x2[1] (numeric) 1.0990725616968167 absolute error 0.0038033788095637178 relative error 0.34725516512183635% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 105076.43144756342 Order of pole 581104757.8682305 TOP MAIN SOLVE Loop t[1] 3.0839999999998255 x1[1] (analytic) 2.000082396416252 x1[1] (numeric) 1.998845536567715 absolute error 0.001236859848537275 relative error 0.06184044471135192% Correct digits 3 h 0.001 x2[1] (analytic) 1.095459870658415 x2[1] (numeric) 1.0992730390919174 absolute error 0.003813168433502323 relative error 0.3480883723481771% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 105123.30512448763 Order of pole 581627363.6750593 TOP MAIN SOLVE Loop t[1] 3.0849999999998254 x1[1] (analytic) 2.00008231406102 x1[1] (numeric) 1.9988435778565137 absolute error 0.0012387362045065409 relative error 0.06193426119504942% Correct digits 3 h 0.001 x2[1] (analytic) 1.0956509402279888 x2[1] (numeric) 1.099473920782567 absolute error 0.0038229805545781925 relative error 0.3489232212754444% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 105178.60534306825 Order of pole 582237996.9396693 TOP MAIN SOLVE Loop t[1] 3.0859999999998253 x1[1] (analytic) 2.000082231788103 x1[1] (numeric) 1.9988416171856216 absolute error 0.0012406146024812603 relative error 0.06202817977999498% Correct digits 3 h 0.001 x2[1] (analytic) 1.095842392360294 x2[1] (numeric) 1.0996752075811065 absolute error 0.003832815220812469 relative error 0.34975971431047775% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 105227.71400244017 Order of pole 582784123.8140062 TOP MAIN SOLVE Loop t[1] 3.086999999999825 x1[1] (analytic) 2.0000821495974166 x1[1] (numeric) 1.998839654553078 absolute error 0.0012424950443385985 relative error 0.0621222005600466% Correct digits 3 h 0.001 x2[1] (analytic) 1.0960342278211805 x2[1] (numeric) 1.0998769003015065 absolute error 0.0038426724803259926 relative error 0.3505978538612692% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 105280.52549032282 Order of pole 583369072.0768372 TOP MAIN SOLVE Loop t[1] 3.087999999999825 x1[1] (analytic) 2.0000820674888806 x1[1] (numeric) 1.9988376899569202 absolute error 0.0012443775319603834 relative error 0.06221632362929535% Correct digits 3 h 0.001 x2[1] (analytic) 1.0962264473780317 x2[1] (numeric) 1.10007899975937 absolute error 0.0038525523813384144 relative error 0.3514376423368546% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 105335.00145865725 Order of pole 583972203.9067351 TOP MAIN SOLVE Loop t[1] 3.088999999999825 x1[1] (analytic) 2.000081985462412 x1[1] (numeric) 1.9988357233951837 absolute error 0.001246262067228221 relative error 0.062310549081821244% Correct digits 3 h 0.001 x2[1] (analytic) 1.0964190517997667 x2[1] (numeric) 1.1002815067719358 absolute error 0.0038624549721690826 relative error 0.35227908214736703% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 105383.46028521337 Order of pole 584512486.1125739 TOP MAIN SOLVE Loop t[1] 3.089999999999825 x1[1] (analytic) 2.0000819035179283 x1[1] (numeric) 1.9988337548659016 absolute error 0.0012481486520266039 relative error 0.06240487701184862% Correct digits 3 h 0.001 x2[1] (analytic) 1.0966120418568446 x2[1] (numeric) 1.1004844221580816 absolute error 0.003872380301237044 relative error 0.35312217570400867% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 105440.24826502518 Order of pole 585139745.605087 TOP MAIN SOLVE Loop t[1] 3.0909999999998248 x1[1] (analytic) 2.0000818216553484 x1[1] (numeric) 1.9988317843671057 absolute error 0.0012500372882426891 relative error 0.062499307513735% Correct digits 3 h 0.001 x2[1] (analytic) 1.0968054183212672 x2[1] (numeric) 1.1006877467383278 absolute error 0.0038823284170605987 relative error 0.3539669254189825% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 105489.24815288575 Order of pole 585685935.1203005 TOP MAIN SOLVE Loop t[1] 3.0919999999998247 x1[1] (analytic) 2.0000817398745903 x1[1] (numeric) 1.9988298118968255 absolute error 0.001251927977764744 relative error 0.06259384068189347% Correct digits 3 h 0.001 x2[1] (analytic) 1.0969991819665812 x2[1] (numeric) 1.10089148133484 absolute error 0.003892299368258856 relative error 0.3548133337056062% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 105544.91538704048 Order of pole 586302291.9704158 TOP MAIN SOLVE Loop t[1] 3.0929999999998246 x1[1] (analytic) 2.000081658175572 x1[1] (numeric) 1.9988278374530886 absolute error 0.0012538207224834785 relative error 0.0626884766108592% Correct digits 3 h 0.001 x2[1] (analytic) 1.0971933335678825 x2[1] (numeric) 1.1010956267714334 absolute error 0.003902293203550844 relative error 0.35566140297820287% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 105599.06370073996 Order of pole 586902917.3735617 TOP MAIN SOLVE Loop t[1] 3.0939999999998244 x1[1] (analytic) 2.000081576558212 x1[1] (numeric) 1.9988258610339202 absolute error 0.0012557155242918228 relative error 0.06278321539527842% Correct digits 3 h 0.001 x2[1] (analytic) 1.0973878739018188 x2[1] (numeric) 1.1013001838735745 absolute error 0.003912309971755734 relative error 0.35651113565209314% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 105650.62565560668 Order of pole 587477408.2228011 TOP MAIN SOLVE Loop t[1] 3.0949999999998243 x1[1] (analytic) 2.0000814950224286 x1[1] (numeric) 1.9988238826373441 absolute error 0.0012576123850844834 relative error 0.06287805712988613% Correct digits 3 h 0.001 x2[1] (analytic) 1.097582803746592 x2[1] (numeric) 1.1015051534683862 absolute error 0.003922349721794172 relative error 0.3573625341436888% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 105703.52363158973 Order of pole 588065530.1245273 TOP MAIN SOLVE Loop t[1] 3.0959999999998242 x1[1] (analytic) 2.00008141356814 x1[1] (numeric) 1.998821902261382 absolute error 0.0012595113067579433 relative error 0.0629730019095062% Correct digits 3 h 0.001 x2[1] (analytic) 1.0977781238819628 x2[1] (numeric) 1.1017105363846498 absolute error 0.003932412502686944 relative error 0.3582156008703423% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 105752.78418506359 Order of pole 588616680.9506143 TOP MAIN SOLVE Loop t[1] 3.096999999999824 x1[1] (analytic) 2.000081332195265 x1[1] (numeric) 1.9988199199040535 absolute error 0.0012614122912113501 relative error 0.06306804982909567% Correct digits 3 h 0.001 x2[1] (analytic) 1.0979738350892525 x2[1] (numeric) 1.101916333452809 absolute error 0.003942498363556535 relative error 0.3590703382504607% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 105813.29120715475 Order of pole 589284852.0878528 TOP MAIN SOLVE Loop t[1] 3.097999999999824 x1[1] (analytic) 2.0000812509037225 x1[1] (numeric) 1.998817935563376 absolute error 0.0012633153403465158 relative error 0.06316320098374482% Correct digits 3 h 0.001 x2[1] (analytic) 1.0981699381513472 x2[1] (numeric) 1.102122545504973 absolute error 0.003952607353625792 relative error 0.35992674870335534% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 105862.0510023591 Order of pole 589830881.4183056 TOP MAIN SOLVE Loop t[1] 3.098999999999824 x1[1] (analytic) 2.0000811696934306 x1[1] (numeric) 1.9988159492373654 absolute error 0.0012652204560652525 relative error 0.06325845546854399% Correct digits 3 h 0.001 x2[1] (analytic) 1.0983664338527002 x2[1] (numeric) 1.1023291733749199 absolute error 0.003962739522219705 relative error 0.36078483464937533% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 105914.8322549934 Order of pole 590418990.5199767 TOP MAIN SOLVE Loop t[1] 3.099999999999824 x1[1] (analytic) 2.0000810885643086 x1[1] (numeric) 1.9988139609240352 absolute error 0.0012671276402733689 relative error 0.06335381337878326% Correct digits 3 h 0.001 x2[1] (analytic) 1.0985633229793346 x2[1] (numeric) 1.1025362178980997 absolute error 0.00397289491876518 relative error 0.36164459850985897% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 105968.2096216492 Order of pole 591014442.7334993 TOP MAIN SOLVE Loop t[1] 3.1009999999998237 x1[1] (analytic) 2.000081007516275 x1[1] (numeric) 1.9988119706213971 absolute error 0.0012690368948777841 relative error 0.06344927480980832% Correct digits 3 h 0.001 x2[1] (analytic) 1.0987606063188482 x2[1] (numeric) 1.1027436799116384 absolute error 0.003983073592790154 relative error 0.36250604270702347% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 106021.06071126676 Order of pole 591604393.3624369 TOP MAIN SOLVE Loop t[1] 3.1019999999998236 x1[1] (analytic) 2.000080926549249 x1[1] (numeric) 1.998809978327461 absolute error 0.0012709482217878598 relative error 0.06354483985708688% Correct digits 3 h 0.001 x2[1] (analytic) 1.0989582846604147 x2[1] (numeric) 1.1029515602543405 absolute error 0.003993275593925816 relative error 0.3633691696641392% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 106078.08517165565 Order of pole 592238042.7207904 TOP MAIN SOLVE Loop t[1] 3.1029999999998235 x1[1] (analytic) 2.0000808456631494 x1[1] (numeric) 1.9988079840402346 absolute error 0.0012728616229147338 relative error 0.06364050861617557% Correct digits 3 h 0.001 x2[1] (analytic) 1.0991563587947888 x2[1] (numeric) 1.103159859766693 absolute error 0.004003500971904161 relative error 0.3642339818052775% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 106128.3793317764 Order of pole 592801405.5742056 TOP MAIN SOLVE Loop t[1] 3.1039999999998233 x1[1] (analytic) 2.0000807648578958 x1[1] (numeric) 1.9988059877577233 absolute error 0.0012747771001724306 relative error 0.06373628118277526% Correct digits 3 h 0.001 x2[1] (analytic) 1.0993548295143074 x2[1] (numeric) 1.1033685792908685 absolute error 0.004013749776561104 relative error 0.3651004815555656% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 106178.8132624762 Order of pole 593366936.3192525 TOP MAIN SOLVE Loop t[1] 3.1049999999998232 x1[1] (analytic) 2.000080684133407 x1[1] (numeric) 1.9988039894779313 absolute error 0.0012766946554756409 relative error 0.0638321576526202% Correct digits 3 h 0.001 x2[1] (analytic) 1.099553697612894 x2[1] (numeric) 1.1035777196707288 absolute error 0.0040240220578349195 relative error 0.3659686713410159% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 106233.67102619194 Order of pole 593978960.5700842 TOP MAIN SOLVE Loop t[1] 3.105999999999823 x1[1] (analytic) 2.000080603489602 x1[1] (numeric) 1.9988019891988598 absolute error 0.0012786142907421638 relative error 0.06392813812160002% Correct digits 3 h 0.001 x2[1] (analytic) 1.0997529638860617 x2[1] (numeric) 1.103787281751828 absolute error 0.004034317865766246 relative error 0.3668385535884962% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 106281.9566224415 Order of pole 594522836.46591 TOP MAIN SOLVE Loop t[1] 3.106999999999823 x1[1] (analytic) 2.0000805229264005 x1[1] (numeric) 1.9987999869185087 absolute error 0.0012805360078917971 relative error 0.06402422268570428% Correct digits 3 h 0.001 x2[1] (analytic) 1.099952629130916 x2[1] (numeric) 1.1039972663814157 absolute error 0.004044637250499639 relative error 0.367710130725843% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 106340.77651201599 Order of pole 595177085.7835196 TOP MAIN SOLVE Loop t[1] 3.107999999999823 x1[1] (analytic) 2.000080442443722 x1[1] (numeric) 1.9987979826348758 absolute error 0.0012824598088463368 relative error 0.06412041144102244% Correct digits 3 h 0.001 x2[1] (analytic) 1.100152694146159 x2[1] (numeric) 1.1042076744084413 absolute error 0.004054980262282237 relative error 0.3685834051817101% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 106392.0147776754 Order of pole 595751905.7921958 TOP MAIN SOLVE Loop t[1] 3.108999999999823 x1[1] (analytic) 2.000080362041486 x1[1] (numeric) 1.9987959763459568 absolute error 0.0012843856955293553 relative error 0.06421670448373286% Correct digits 3 h 0.001 x2[1] (analytic) 1.1003531597320908 x2[1] (numeric) 1.1044185066835561 absolute error 0.004065346951465321 relative error 0.3694583793856814% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 106445.4241439599 Order of pole 596350063.1923515 TOP MAIN SOLVE Loop t[1] 3.1099999999998227 x1[1] (analytic) 2.0000802817196126 x1[1] (numeric) 1.9987939680497455 absolute error 0.0012863136698670896 relative error 0.064313101910147% Correct digits 3 h 0.001 x2[1] (analytic) 1.1005540266906142 x2[1] (numeric) 1.104629764059118 absolute error 0.004075737368503862 relative error 0.37033505576820047% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 106497.57534490163 Order of pole 596935351.2631464 TOP MAIN SOLVE Loop t[1] 3.1109999999998226 x1[1] (analytic) 2.0000802014780206 x1[1] (numeric) 1.9987919577442335 absolute error 0.0012882437337871089 relative error 0.06440960381664304% Correct digits 3 h 0.001 x2[1] (analytic) 1.1007552958252376 x2[1] (numeric) 1.104841447389194 absolute error 0.0040861515639565305 relative error 0.3712134367605416% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 106553.12725663873 Order of pole 597556328.1310763 TOP MAIN SOLVE Loop t[1] 3.1119999999998225 x1[1] (analytic) 2.0000801213166297 x1[1] (numeric) 1.9987899454274105 absolute error 0.0012901758892192028 relative error 0.06450621029971014% Correct digits 3 h 0.001 x2[1] (analytic) 1.1009569679410778 x2[1] (numeric) 1.1050535575295644 absolute error 0.004096589588486577 relative error 0.3720935247948603% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 106602.82377245714 Order of pole 598117000.4908772 TOP MAIN SOLVE Loop t[1] 3.1129999999998224 x1[1] (analytic) 2.0000800412353605 x1[1] (numeric) 1.9987879310972643 absolute error 0.0012921101380962696 relative error 0.06460292145599286% Correct digits 3 h 0.001 x2[1] (analytic) 1.101159043844864 x2[1] (numeric) 1.1052660953377251 absolute error 0.004107051492861169 relative error 0.3729753223041038% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 106659.20486485184 Order of pole 598747384.1835413 TOP MAIN SOLVE Loop t[1] 3.1139999999998222 x1[1] (analytic) 2.0000799612341322 x1[1] (numeric) 1.9987859147517804 absolute error 0.0012940464823518738 relative error 0.06469973738216914% Correct digits 3 h 0.001 x2[1] (analytic) 1.1013615243449395 x2[1] (numeric) 1.1054790616728922 absolute error 0.004117537327952725 relative error 0.373858831722102% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 106710.91627618572 Order of pole 599329202.9010302 TOP MAIN SOLVE Loop t[1] 3.114999999999822 x1[1] (analytic) 2.0000798813128653 x1[1] (numeric) 1.9987838963889424 absolute error 0.0012959849239229104 relative error 0.06479665817508337% Correct digits 3 h 0.001 x2[1] (analytic) 1.101564410251267 x2[1] (numeric) 1.105692457396005 absolute error 0.004128047144738023 relative error 0.3747440554834569% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 106765.4061336936 Order of pole 599940769.0325011 TOP MAIN SOLVE Loop t[1] 3.115999999999822 x1[1] (analytic) 2.00007980147148 x1[1] (numeric) 1.998781876006732 absolute error 0.0012979254647478289 relative error 0.0648936839316577% Correct digits 3 h 0.001 x2[1] (analytic) 1.1017677023754302 x2[1] (numeric) 1.1059062833697293 absolute error 0.00413858099429909 relative error 0.37563099602359357% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 106816.90918161605 Order of pole 600520974.6446943 TOP MAIN SOLVE Loop t[1] 3.116999999999822 x1[1] (analytic) 2.000079721709896 x1[1] (numeric) 1.998779853603129 absolute error 0.001299868106766855 relative error 0.0649908147489031% Correct digits 3 h 0.001 x2[1] (analytic) 1.1019714015306379 x2[1] (numeric) 1.1061205404584609 absolute error 0.004149138927822982 relative error 0.37651965577870977% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 106873.57970880732 Order of pole 601155741.8056642 TOP MAIN SOLVE Loop t[1] 3.117999999999822 x1[1] (analytic) 2.000079642028034 x1[1] (numeric) 1.9987778291761107 absolute error 0.001301812851923101 relative error 0.06508805072397483% Correct digits 3 h 0.001 x2[1] (analytic) 1.1021755085317266 x2[1] (numeric) 1.1063352295283293 absolute error 0.004159720996602667 relative error 0.377410037185827% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 106923.34453740188 Order of pole 601718542.5540473 TOP MAIN SOLVE Loop t[1] 3.1189999999998217 x1[1] (analytic) 2.0000795624258134 x1[1] (numeric) 1.9987758027236529 absolute error 0.0013037597021605674 relative error 0.06518539195407264% Correct digits 3 h 0.001 x2[1] (analytic) 1.1023800241951647 x2[1] (numeric) 1.106550351447201 absolute error 0.0041703272520363655 relative error 0.3783021426826992% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 106979.58273426956 Order of pole 602349945.0069742 TOP MAIN SOLVE Loop t[1] 3.1199999999998216 x1[1] (analytic) 2.0000794829031556 x1[1] (numeric) 1.998773774243729 absolute error 0.0013057086594265854 relative error 0.0652828385365627% Correct digits 3 h 0.001 x2[1] (analytic) 1.1025849493390552 x2[1] (numeric) 1.1067659070846831 absolute error 0.004180957745627989 relative error 0.37919597470782324% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 107035.61216035819 Order of pole 602978977.1626776 TOP MAIN SOLVE Loop t[1] 3.1209999999998215 x1[1] (analytic) 2.0000794034599805 x1[1] (numeric) 1.9987717437343107 absolute error 0.0013076597256698186 relative error 0.06538039056887791% Correct digits 3 h 0.001 x2[1] (analytic) 1.1027902847831381 x2[1] (numeric) 1.1069818973121266 absolute error 0.004191612528988475 relative error 0.3800915357005298% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 107087.39747599405 Order of pole 603563751.6801634 TOP MAIN SOLVE Loop t[1] 3.1219999999998214 x1[1] (analytic) 2.000079324096209 x1[1] (numeric) 1.9987697111933673 absolute error 0.0013096129028415948 relative error 0.06547804814858428% Correct digits 3 h 0.001 x2[1] (analytic) 1.1029960313487954 x2[1] (numeric) 1.1071983230026297 absolute error 0.004202291653834234 relative error 0.38098882810081136% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 107140.02751015233 Order of pole 604158060.1787177 TOP MAIN SOLVE Loop t[1] 3.1229999999998213 x1[1] (analytic) 2.0000792448117615 x1[1] (numeric) 1.9987676766188665 absolute error 0.0013115681928950185 relative error 0.06557581137333673% Correct digits 3 h 0.001 x2[1] (analytic) 1.1032021898590534 x2[1] (numeric) 1.107415185031042 absolute error 0.004212995171988698 relative error 0.3818878543494331% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 107194.55073734462 Order of pole 604772167.8592561 TOP MAIN SOLVE Loop t[1] 3.123999999999821 x1[1] (analytic) 2.000079165606559 x1[1] (numeric) 1.9987656400087734 absolute error 0.0013135255977856364 relative error 0.06567368034091224% Correct digits 3 h 0.001 x2[1] (analytic) 1.103408761138586 x2[1] (numeric) 1.1076324842739678 absolute error 0.004223723135381663 relative error 0.3827886168878417% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 107246.79398836312 Order of pole 605363173.6227597 TOP MAIN SOLVE Loop t[1] 3.124999999999821 x1[1] (analytic) 2.0000790864805222 x1[1] (numeric) 1.9987636013610517 absolute error 0.0013154851194705497 relative error 0.06577165514916555% Correct digits 3 h 0.001 x2[1] (analytic) 1.1036157460137184 x2[1] (numeric) 1.1078502216097688 absolute error 0.004234475596050391 relative error 0.38369111815823576% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 107299.62039195566 Order of pole 605959970.9484857 TOP MAIN SOLVE Loop t[1] 3.125999999999821 x1[1] (analytic) 2.0000790074335715 x1[1] (numeric) 1.9987615606736626 absolute error 0.001317446759908858 relative error 0.06586973589605132% Correct digits 3 h 0.001 x2[1] (analytic) 1.1038231453124294 x2[1] (numeric) 1.1080683979185686 absolute error 0.0042452526061391715 relative error 0.38459536060349436% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 107355.14222045903 Order of pole 606585860.665163 TOP MAIN SOLVE Loop t[1] 3.126999999999821 x1[1] (analytic) 2.0000789284656286 x1[1] (numeric) 1.9987595179445654 absolute error 0.0013194105210632134 relative error 0.06596792267970177% Correct digits 3 h 0.001 x2[1] (analytic) 1.1040309598643567 x2[1] (numeric) 1.1082870140822558 absolute error 0.004256054217899097 relative error 0.3855013466671264% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 107406.1674092073 Order of pole 607164954.6929945 TOP MAIN SOLVE Loop t[1] 3.1279999999998207 x1[1] (analytic) 2.000078849576614 x1[1] (numeric) 1.9987574731717175 absolute error 0.0013213764048967125 relative error 0.06606621559827142% Correct digits 3 h 0.001 x2[1] (analytic) 1.104239190500798 x2[1] (numeric) 1.1085060709844878 absolute error 0.004266880483689839 relative error 0.38640907879340075% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 107460.78740335042 Order of pole 607781874.0951838 TOP MAIN SOLVE Loop t[1] 3.1289999999998206 x1[1] (analytic) 2.000078770766449 x1[1] (numeric) 1.998755426353074 absolute error 0.001323344413375116 relative error 0.06616461475004796% Correct digits 3 h 0.001 x2[1] (analytic) 1.1044478380547151 x2[1] (numeric) 1.108725569510694 absolute error 0.004277731455978762 relative error 0.38731855942723475% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 107516.11335652077 Order of pole 608406781.5212226 TOP MAIN SOLVE Loop t[1] 3.1299999999998205 x1[1] (analytic) 2.000078692035055 x1[1] (numeric) 1.998753377486588 absolute error 0.0013253145484668494 relative error 0.06626312023345234% Correct digits 3 h 0.001 x2[1] (analytic) 1.1046569033607383 x2[1] (numeric) 1.1089455105480792 absolute error 0.00428860718734092 relative error 0.38822979101416316% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 107569.94644501322 Order of pole 609016067.837169 TOP MAIN SOLVE Loop t[1] 3.1309999999998204 x1[1] (analytic) 2.0000786133823527 x1[1] (numeric) 1.9987513265702108 absolute error 0.0013272868121418924 relative error 0.06636173214698318% Correct digits 3 h 0.001 x2[1] (analytic) 1.1048663872551687 x2[1] (numeric) 1.109165894985628 absolute error 0.004299507730459284 relative error 0.38914277600032676% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1165.6647518905627 Order of pole 5182.3269065033555 TOP MAIN SOLVE Loop t[1] 3.1319999999998203 x1[1] (analytic) 2.000078534808264 x1[1] (numeric) 1.9987492736018915 absolute error 0.0013292612063726672 relative error 0.06646045058926127% Correct digits 3 h 0.001 x2[1] (analytic) 1.1050762905759812 x2[1] (numeric) 1.1093867237141075 absolute error 0.004310433138126291 relative error 0.3900575168325829% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 107678.24137836482 Order of pole 610242014.1061109 TOP MAIN SOLVE Loop t[1] 3.13299999999982 x1[1] (analytic) 2.00007845631271 x1[1] (numeric) 1.998747218579577 absolute error 0.0013312377331331504 relative error 0.06655927565898509% Correct digits 3 h 0.001 x2[1] (analytic) 1.1052866141628286 x2[1] (numeric) 1.1096079976260713 absolute error 0.004321383463242734 relative error 0.3909740159583726% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 107729.78369420959 Order of pole 610828113.4148828 TOP MAIN SOLVE Loop t[1] 3.13399999999982 x1[1] (analytic) 2.0000783778956124 x1[1] (numeric) 1.9987451615012122 absolute error 0.0013332163944002051 relative error 0.06665820745499745% Correct digits 3 h 0.001 x2[1] (analytic) 1.1054973588570447 x2[1] (numeric) 1.109829717615863 absolute error 0.004332358758818211 relative error 0.3918922758257301% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 107784.6602961297 Order of pole 611450143.2553654 TOP MAIN SOLVE Loop t[1] 3.13499999999982 x1[1] (analytic) 2.000078299556893 x1[1] (numeric) 1.9987431023647402 absolute error 0.0013351971921526928 relative error 0.06675724607624106% Correct digits 3 h 0.001 x2[1] (analytic) 1.1057085255016483 x2[1] (numeric) 1.1100518845796195 absolute error 0.004343359077971121 relative error 0.3928122988832508% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 107840.1868198793 Order of pole 612079254.1095867 TOP MAIN SOLVE Loop t[1] 3.13599999999982 x1[1] (analytic) 2.0000782212964725 x1[1] (numeric) 1.998741041168102 absolute error 0.0013371801283705853 relative error 0.06685639162171421% Correct digits 3 h 0.001 x2[1] (analytic) 1.1059201149413447 x2[1] (numeric) 1.1102744994152751 absolute error 0.004354384473930439 relative error 0.39373408758022144% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 107895.79529318598 Order of pole 612709299.0136192 TOP MAIN SOLVE Loop t[1] 3.1369999999998197 x1[1] (analytic) 2.0000781431142736 x1[1] (numeric) 1.998738977909236 absolute error 0.001339165205037629 relative error 0.06695564419060383% Correct digits 3 h 0.001 x2[1] (analytic) 1.1061321280225318 x2[1] (numeric) 1.1104975630225649 absolute error 0.004365435000033058 relative error 0.3946576443663459% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 107947.57554939965 Order of pole 613299061.7057841 TOP MAIN SOLVE Loop t[1] 3.1379999999998196 x1[1] (analytic) 2.000078065010218 x1[1] (numeric) 1.9987369125860792 absolute error 0.0013411524241386807 relative error 0.06705500388215242% Correct digits 3 h 0.001 x2[1] (analytic) 1.1063445655933004 x2[1] (numeric) 1.1107210763030284 absolute error 0.004376510709727999 relative error 0.39558297169209694% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 108003.82021085962 Order of pole 613936461.9313489 TOP MAIN SOLVE Loop t[1] 3.1389999999998195 x1[1] (analytic) 2.0000779869842273 x1[1] (numeric) 1.9987348451965663 absolute error 0.0013431417876610396 relative error 0.0671544707957246% Correct digits 3 h 0.001 x2[1] (analytic) 1.1065574285034412 x2[1] (numeric) 1.110945040160013 absolute error 0.004387611656571755 relative error 0.3965100720082609% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 108053.17647345246 Order of pole 614501396.2229519 TOP MAIN SOLVE Loop t[1] 3.1399999999998194 x1[1] (analytic) 2.0000779090362237 x1[1] (numeric) 1.9987327757386297 absolute error 0.0013451332975940034 relative error 0.06725404503078491% Correct digits 3 h 0.001 x2[1] (analytic) 1.1067707176044443 x2[1] (numeric) 1.1111694554986773 absolute error 0.004398737894232951 relative error 0.39743894776632893% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 108109.43588349497 Order of pole 615139922.6824694 TOP MAIN SOLVE Loop t[1] 3.1409999999998193 x1[1] (analytic) 2.000077831166129 x1[1] (numeric) 1.9987307042102003 absolute error 0.0013471269559286458 relative error 0.0673537266868867% Correct digits 3 h 0.001 x2[1] (analytic) 1.1069844337495058 x2[1] (numeric) 1.111394323225996 absolute error 0.004409889476490125 relative error 0.3983696014182633% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 108162.32310881393 Order of pole 615742286.3762872 TOP MAIN SOLVE Loop t[1] 3.141999999999819 x1[1] (analytic) 2.000077753373865 x1[1] (numeric) 1.9987286306092062 absolute error 0.0013491227646589277 relative error 0.06745351586372765% Correct digits 3 h 0.001 x2[1] (analytic) 1.107198577793529 x2[1] (numeric) 1.1116196442507618 absolute error 0.004421066457232836 relative error 0.3993020354165664% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 108217.0668464981 Order of pole 616365794.140446 TOP MAIN SOLVE Loop t[1] 3.142999999999819 x1[1] (analytic) 2.0000776756593552 x1[1] (numeric) 1.998726554933574 absolute error 0.0013511207257812519 relative error 0.06755341266112752% Correct digits 3 h 0.001 x2[1] (analytic) 1.10741315059313 x2[1] (numeric) 1.1118454194835905 absolute error 0.004432268890460556 relative error 0.4002362522141474% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 108270.09997476633 Order of pole 616970645.183345 TOP MAIN SOLVE Loop t[1] 3.143999999999819 x1[1] (analytic) 2.000077598022521 x1[1] (numeric) 1.998724477181228 absolute error 0.0013531208412929097 relative error 0.06765341717895054% Correct digits 3 h 0.001 x2[1] (analytic) 1.1076281530066385 x2[1] (numeric) 1.1120716498369239 absolute error 0.004443496830285332 relative error 0.401172254264532% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 108323.06986398205 Order of pole 617575296.9966303 TOP MAIN SOLVE Loop t[1] 3.144999999999819 x1[1] (analytic) 2.000077520463284 x1[1] (numeric) 1.9987223973500905 absolute error 0.0013551231131936348 relative error 0.06775352951718308% Correct digits 3 h 0.001 x2[1] (analytic) 1.1078435858941036 x2[1] (numeric) 1.1122983362250336 absolute error 0.004454750330930013 relative error 0.40211004402166867% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 108376.31668252163 Order of pole 618183630.5208522 TOP MAIN SOLVE Loop t[1] 3.1459999999998187 x1[1] (analytic) 2.0000774429815684 x1[1] (numeric) 1.9987203154380815 absolute error 0.0013571275434869357 relative error 0.06785374977600016% Correct digits 3 h 0.001 x2[1] (analytic) 1.1080594501172958 x2[1] (numeric) 1.1125254795640247 absolute error 0.004466029446728914 relative error 0.4030496239399568% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 108432.69480866384 Order of pole 618824918.5138022 TOP MAIN SOLVE Loop t[1] 3.1469999999998186 x1[1] (analytic) 2.000077365577295 x1[1] (numeric) 1.9987182314431193 absolute error 0.0013591341341758767 relative error 0.06795407805555467% Correct digits 3 h 0.001 x2[1] (analytic) 1.108275746539711 x2[1] (numeric) 1.1127530807718393 absolute error 0.0044773342321282605 relative error 0.4039909964742544% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 108490.23214751497 Order of pole 619479446.8395511 TOP MAIN SOLVE Loop t[1] 3.1479999999998185 x1[1] (analytic) 2.000077288250388 x1[1] (numeric) 1.9987161453631197 absolute error 0.0013611428872684073 relative error 0.06805451445624369% Correct digits 3 h 0.001 x2[1] (analytic) 1.108492476026574 x2[1] (numeric) 1.1129811407682608 absolute error 0.004488664741686854 relative error 0.4049341640799055% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 108543.24215990884 Order of pole 620086314.5704571 TOP MAIN SOLVE Loop t[1] 3.1489999999998184 x1[1] (analytic) 2.000077211000769 x1[1] (numeric) 1.9987140571959967 absolute error 0.0013631538047722547 relative error 0.06815505907845328% Correct digits 3 h 0.001 x2[1] (analytic) 1.1087096394448415 x2[1] (numeric) 1.1132096604749167 absolute error 0.004500021030075185 relative error 0.4058791292126276% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 108594.92648733396 Order of pole 620678416.3508614 TOP MAIN SOLVE Loop t[1] 3.1499999999998183 x1[1] (analytic) 2.0000771338283605 x1[1] (numeric) 1.9987119669396622 absolute error 0.0013651668886982549 relative error 0.06825571202272485% Correct digits 3 h 0.001 x2[1] (analytic) 1.1089272376632062 x2[1] (numeric) 1.1134386408152828 absolute error 0.004511403152076543 relative error 0.4068258943285788% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 888.2401569787114 Order of pole 7414.325307214472 TOP MAIN SOLVE Loop t[1] 3.150999999999818 x1[1] (analytic) 2.0000770567330863 x1[1] (numeric) 1.998709874592026 absolute error 0.0013671821410603524 relative error 0.06835647338975526% Correct digits 3 h 0.001 x2[1] (analytic) 1.1091452715521 x2[1] (numeric) 1.113668082714687 absolute error 0.004522811162587015 relative error 0.40777446188432537% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 108704.48629123092 Order of pole 621931162.7444791 TOP MAIN SOLVE Loop t[1] 3.151999999999818 x1[1] (analytic) 2.0000769797148688 x1[1] (numeric) 1.9987077801509956 absolute error 0.001369199563873158 relative error 0.06845734328027471% Correct digits 3 h 0.001 x2[1] (analytic) 1.1093637419836972 x2[1] (numeric) 1.1138979871003127 absolute error 0.004534245116615487 relative error 0.4087248343368086% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 108758.61634295664 Order of pole 622550558.4618344 TOP MAIN SOLVE Loop t[1] 3.152999999999818 x1[1] (analytic) 2.000076902773631 x1[1] (numeric) 1.9987056836144765 absolute error 0.001371219159154391 relative error 0.06855832179516878% Correct digits 3 h 0.001 x2[1] (analytic) 1.1095826498319181 x2[1] (numeric) 1.1141283549012029 absolute error 0.004545705069284756 relative error 0.40967701414341223% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 108811.59163453688 Order of pole 623158015.4874392 TOP MAIN SOLVE Loop t[1] 3.153999999999818 x1[1] (analytic) 2.000076825909296 x1[1] (numeric) 1.9987035849803723 absolute error 0.001373240928923769 relative error 0.06865940903542302% Correct digits 3 h 0.001 x2[1] (analytic) 1.1098019959724332 x2[1] (numeric) 1.1143591870482634 absolute error 0.0045571910758301915 relative error 0.4106310037618088% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 108866.76639392196 Order of pole 623789477.1449051 TOP MAIN SOLVE Loop t[1] 3.1549999999998177 x1[1] (analytic) 2.000076749121787 x1[1] (numeric) 1.9987014842465842 absolute error 0.0013752648752025642 relative error 0.06876060510210065% Correct digits 3 h 0.001 x2[1] (analytic) 1.1100217812826656 x2[1] (numeric) 1.1145904844742671 absolute error 0.00456870319160152 relative error 0.4115868056500871% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 108919.9913931277 Order of pole 624400483.0098766 TOP MAIN SOLVE Loop t[1] 3.1559999999998176 x1[1] (analytic) 2.000076672411027 x1[1] (numeric) 1.9986993814110117 absolute error 0.0013772910000151573 relative error 0.06886191009642036% Correct digits 3 h 0.001 x2[1] (analytic) 1.110242006641795 x2[1] (numeric) 1.1148222481138572 absolute error 0.004580241472062152 relative error 0.4125444222666587% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 108977.03380573126 Order of pole 625053028.2813448 TOP MAIN SOLVE Loop t[1] 3.1569999999998175 x1[1] (analytic) 2.0000765957769393 x1[1] (numeric) 1.9986972764715518 absolute error 0.001379319305387483 relative error 0.06896332411967852% Correct digits 3 h 0.001 x2[1] (analytic) 1.110462672930762 x2[1] (numeric) 1.1150544789035512 absolute error 0.004591805972789187 relative error 0.41350385607022455% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 109030.98009671437 Order of pole 625672672.3159616 TOP MAIN SOLVE Loop t[1] 3.1579999999998174 x1[1] (analytic) 2.0000765192194474 x1[1] (numeric) 1.9986951694260997 absolute error 0.001381349793347697 relative error 0.06906484727328255% Correct digits 3 h 0.001 x2[1] (analytic) 1.11068378103227 x2[1] (numeric) 1.1152871777817452 absolute error 0.004603396749475186 relative error 0.41446510951990195% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 109086.23471924901 Order of pole 626305925.5310769 TOP MAIN SOLVE Loop t[1] 3.1589999999998173 x1[1] (analytic) 2.0000764427384747 x1[1] (numeric) 1.9986930602725483 absolute error 0.0013833824659263971 relative error 0.06916647965876196% Correct digits 3 h 0.001 x2[1] (analytic) 1.1109053318307902 x2[1] (numeric) 1.1155203456887164 absolute error 0.004615013857926176 relative error 0.4154281850750106% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 109144.43626194789 Order of pole 626972178.8302197 TOP MAIN SOLVE Loop t[1] 3.159999999999817 x1[1] (analytic) 2.000076366333945 x1[1] (numeric) 1.9986909490087885 absolute error 0.0013854173251564017 relative error 0.06926822137775733% Correct digits 3 h 0.001 x2[1] (analytic) 1.111127326212564 x2[1] (numeric) 1.115753983566628 absolute error 0.004626657354063868 relative error 0.41639308519523943% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 109196.38537569491 Order of pole 627571191.2368199 TOP MAIN SOLVE Loop t[1] 3.160999999999817 x1[1] (analytic) 2.0000762900057816 x1[1] (numeric) 1.9986888356327088 absolute error 0.0013874543730727495 relative error 0.06937007253202021% Correct digits 3 h 0.001 x2[1] (analytic) 1.111349765065608 x2[1] (numeric) 1.1159880923595324 absolute error 0.004638327293924549 relative error 0.4173598123405126% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 109251.4446747531 Order of pole 628203693.7688339 TOP MAIN SOLVE Loop t[1] 3.161999999999817 x1[1] (analytic) 2.000076213753908 x1[1] (numeric) 1.998686720142196 absolute error 0.0013894936117118117 relative error 0.0694720332233688% Correct digits 3 h 0.001 x2[1] (analytic) 1.1115726492797153 x2[1] (numeric) 1.1162226730133755 absolute error 0.004650023733660191 relative error 0.41832836897105613% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 109306.89050520324 Order of pole 628841112.1256934 TOP MAIN SOLVE Loop t[1] 3.162999999999817 x1[1] (analytic) 2.0000761375782483 x1[1] (numeric) 1.9986846025351346 absolute error 0.001391535043113734 relative error 0.06957410355381001% Correct digits 3 h 0.001 x2[1] (analytic) 1.1117959797464618 x2[1] (numeric) 1.1164577264759998 absolute error 0.004661746729538008 relative error 0.4192987575473236% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 109358.53575837902 Order of pole 629437851.0385085 TOP MAIN SOLVE Loop t[1] 3.1639999999998167 x1[1] (analytic) 2.000076061478726 x1[1] (numeric) 1.998682482809407 absolute error 0.0013935786693191066 relative error 0.06967628362537298% Correct digits 3 h 0.001 x2[1] (analytic) 1.1120197573592074 x2[1] (numeric) 1.1166932536971488 absolute error 0.004673496337941341 relative error 0.4202709805300425% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 109411.10187797633 Order of pole 630044005.5977045 TOP MAIN SOLVE Loop t[1] 3.1649999999998166 x1[1] (analytic) 2.000075985455265 x1[1] (numeric) 1.9986803609628934 absolute error 0.0013956244923718497 relative error 0.06977857354025338% Correct digits 3 h 0.001 x2[1] (analytic) 1.1122439830131012 x2[1] (numeric) 1.1169292556284705 absolute error 0.004685272615369218 relative error 0.4212450403801402% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 109469.611972942 Order of pole 630715728.8407229 TOP MAIN SOLVE Loop t[1] 3.1659999999998165 x1[1] (analytic) 2.0000759095077902 x1[1] (numeric) 1.998678236993472 absolute error 0.0013976725143183266 relative error 0.06988097340076896% Correct digits 3 h 0.001 x2[1] (analytic) 1.112468657605084 x2[1] (numeric) 1.1171657332235212 absolute error 0.004697075618437241 relative error 0.4222209395587897% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 109523.2695179828 Order of pole 631334969.4015391 TOP MAIN SOLVE Loop t[1] 3.1669999999998164 x1[1] (analytic) 2.0000758336362243 x1[1] (numeric) 1.9986761108990188 absolute error 0.0013997227372055665 relative error 0.06998348330927083% Correct digits 3 h 0.001 x2[1] (analytic) 1.112693782033892 x2[1] (numeric) 1.1174026874377694 absolute error 0.0047089054038773615 relative error 0.42319868052735565% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 109577.0207096105 Order of pole 631955340.1107379 TOP MAIN SOLVE Loop t[1] 3.1679999999998163 x1[1] (analytic) 2.0000757578404924 x1[1] (numeric) 1.9986739826774078 absolute error 0.0014017751630845954 relative error 0.07008610336830991% Correct digits 3 h 0.001 x2[1] (analytic) 1.1129193572000622 x2[1] (numeric) 1.1176401192285996 absolute error 0.00472076202853744 relative error 0.4241782657473195% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 109628.01272092009 Order of pole 632546362.1269466 TOP MAIN SOLVE Loop t[1] 3.168999999999816 x1[1] (analytic) 2.000075682120518 x1[1] (numeric) 1.9986718523265108 absolute error 0.0014038297940073274 relative error 0.07018883368048155% Correct digits 3 h 0.001 x2[1] (analytic) 1.1131453840059324 x2[1] (numeric) 1.1178780295553166 absolute error 0.004732645549384129 relative error 0.42515969768050593% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 109687.60530489494 Order of pole 633231114.72037 TOP MAIN SOLVE Loop t[1] 3.169999999999816 x1[1] (analytic) 2.0000756064762264 x1[1] (numeric) 1.9986697198441974 absolute error 0.0014058866320290075 relative error 0.0702916743485476% Correct digits 3 h 0.001 x2[1] (analytic) 1.1133718633556486 x2[1] (numeric) 1.1181164193791484 absolute error 0.004744556023499769 relative error 0.4261429787887676% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 109740.89270157348 Order of pole 633847224.1570649 TOP MAIN SOLVE Loop t[1] 3.170999999999816 x1[1] (analytic) 2.0000755309075404 x1[1] (numeric) 1.998667585228335 absolute error 0.0014079456792053247 relative error 0.07039462547529217% Correct digits 3 h 0.001 x2[1] (analytic) 1.1135987961551659 x2[1] (numeric) 1.1183552896632507 absolute error 0.004756493508084825 relative error 0.4271281115341712% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 109797.645825483 Order of pole 634502098.6053091 TOP MAIN SOLVE Loop t[1] 3.171999999999816 x1[1] (analytic) 2.000075455414386 x1[1] (numeric) 1.9986654484767892 absolute error 0.0014100069375968527 relative error 0.07049768716374354% Correct digits 3 h 0.001 x2[1] (analytic) 1.113826183312254 x2[1] (numeric) 1.1185946413727108 absolute error 0.004768458060456782 relative error 0.42811509837886214% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 109853.17792781988 Order of pole 635143475.6599433 TOP MAIN SOLVE Loop t[1] 3.1729999999998157 x1[1] (analytic) 2.000075379996687 x1[1] (numeric) 1.9986633095874229 absolute error 0.0014120704092639436 relative error 0.07060085951691894% Correct digits 3 h 0.001 x2[1] (analytic) 1.1140540257364995 x2[1] (numeric) 1.1188344754745514 absolute error 0.004780449738051917 relative error 0.4291039417851903% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 109909.72984584067 Order of pole 635796231.2827997 TOP MAIN SOLVE Loop t[1] 3.1739999999998156 x1[1] (analytic) 2.0000753046543673 x1[1] (numeric) 1.9986611685580975 absolute error 0.0014141360962698357 relative error 0.07070414263797994% Correct digits 3 h 0.001 x2[1] (analytic) 1.1142823243393096 x2[1] (numeric) 1.119074792937734 absolute error 0.004792468598424415 relative error 0.43009464421559496% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 109965.01423441568 Order of pole 636435896.2050331 TOP MAIN SOLVE Loop t[1] 3.1749999999998155 x1[1] (analytic) 2.000075229387353 x1[1] (numeric) 1.998659025386672 absolute error 0.0014162040006808763 relative error 0.07080753663024349% Correct digits 3 h 0.001 x2[1] (analytic) 1.1145110800339175 x2[1] (numeric) 1.1193155947331637 absolute error 0.004804514699246143 relative error 0.4310872081325498% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 110016.45895935548 Order of pole 637034158.7630805 TOP MAIN SOLVE Loop t[1] 3.1759999999998154 x1[1] (analytic) 2.0000751541955677 x1[1] (numeric) 1.9986568800710032 absolute error 0.0014182741245645225 relative error 0.07091104159708207% Correct digits 3 h 0.001 x2[1] (analytic) 1.1147402937353834 x2[1] (numeric) 1.119556881833692 absolute error 0.0048165880983086495 relative error 0.43208163599870814% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 110076.43627978374 Order of pole 637725316.7031559 TOP MAIN SOLVE Loop t[1] 3.1769999999998153 x1[1] (analytic) 2.0000750790789366 x1[1] (numeric) 1.9986547326089457 absolute error 0.0014203464699908963 relative error 0.07101465764200143% Correct digits 3 h 0.001 x2[1] (analytic) 1.1149699663605999 x2[1] (numeric) 1.1197986552141217 absolute error 0.004828688853521834 relative error 0.43307793027674757% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 110125.86330686652 Order of pole 638302683.3256892 TOP MAIN SOLVE Loop t[1] 3.177999999999815 x1[1] (analytic) 2.000075004037385 x1[1] (numeric) 1.998652582998352 absolute error 0.001422421039033006 relative error 0.07111838486865159% Correct digits 3 h 0.001 x2[1] (analytic) 1.1152000988282957 x2[1] (numeric) 1.1200409158512101 absolute error 0.00484081702291439 relative error 0.43407609342937453% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 110181.56669467207 Order of pole 638947708.7081922 TOP MAIN SOLVE Loop t[1] 3.178999999999815 x1[1] (analytic) 2.000074929070837 x1[1] (numeric) 1.9986504312370723 absolute error 0.0014244978337645264 relative error 0.07122222338071589% Correct digits 3 h 0.001 x2[1] (analytic) 1.1154306920590387 x2[1] (numeric) 1.1202836647236736 absolute error 0.004852972664634914 relative error 0.43507612791938943% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 110237.40898723614 Order of pole 639595222.0705478 TOP MAIN SOLVE Loop t[1] 3.179999999999815 x1[1] (analytic) 2.000074854179218 x1[1] (numeric) 1.9986482773229552 absolute error 0.0014265768562629066 relative error 0.07132617328206643% Correct digits 3 h 0.001 x2[1] (analytic) 1.1156617469752388 x2[1] (numeric) 1.1205269028121907 absolute error 0.0048651558369519066 relative error 0.43607803620965097% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 110296.64468852729 Order of pole 640279624.7980858 TOP MAIN SOLVE Loop t[1] 3.180999999999815 x1[1] (analytic) 2.0000747793624534 x1[1] (numeric) 1.9986461212538469 absolute error 0.0014286581086064842 relative error 0.0714302346766197% Correct digits 3 h 0.001 x2[1] (analytic) 1.1158932645011541 x2[1] (numeric) 1.1207706310994068 absolute error 0.004877366598252664 relative error 0.43708182076294083% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 110348.31748322156 Order of pole 640882150.4316254 TOP MAIN SOLVE Loop t[1] 3.1819999999998148 x1[1] (analytic) 2.0000747046204683 x1[1] (numeric) 1.998643963027591 absolute error 0.0014307415928773715 relative error 0.07153440766848092% Correct digits 3 h 0.001 x2[1] (analytic) 1.1161252455628923 x2[1] (numeric) 1.1210148505699375 absolute error 0.004889605007045272 relative error 0.4380874840421078% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 110405.25159551005 Order of pole 641542665.9207531 TOP MAIN SOLVE Loop t[1] 3.1829999999998146 x1[1] (analytic) 2.0000746299531875 x1[1] (numeric) 1.9986418026420292 absolute error 0.0014328273111583467 relative error 0.07163869236178864% Correct digits 3 h 0.001 x2[1] (analytic) 1.1163576910884152 x2[1] (numeric) 1.1212595622103732 absolute error 0.004901871121957946 relative error 0.43909502850997234% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 110459.84859743688 Order of pole 642177268.612871 TOP MAIN SOLVE Loop t[1] 3.1839999999998145 x1[1] (analytic) 2.0000745553605372 x1[1] (numeric) 1.9986396400950013 absolute error 0.0014349152655359632 relative error 0.07174308886087012% Correct digits 3 h 0.001 x2[1] (analytic) 1.1165906020075427 x2[1] (numeric) 1.1215047670092824 absolute error 0.00491416500173969 relative error 0.44010445662935055% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 110513.832120551 Order of pole 642806588.6332741 TOP MAIN SOLVE Loop t[1] 3.1849999999998144 x1[1] (analytic) 2.0000744808424415 x1[1] (numeric) 1.9986374753843448 absolute error 0.001437005458096774 relative error 0.07184759727005266% Correct digits 3 h 0.001 x2[1] (analytic) 1.1168239792519559 x2[1] (numeric) 1.1217504659572162 absolute error 0.004926486705260302 relative error 0.44111577086301845% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 110569.08091406498 Order of pole 643449012.4036481 TOP MAIN SOLVE Loop t[1] 3.1859999999998143 x1[1] (analytic) 2.000074406398827 x1[1] (numeric) 1.998635308507895 absolute error 0.0014390978909322172 relative error 0.07195221769390775% Correct digits 3 h 0.001 x2[1] (analytic) 1.1170578237552016 x2[1] (numeric) 1.121996660046712 absolute error 0.004938836291510373 relative error 0.44212897367367604% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 110625.15784379347 Order of pole 644101557.9644889 TOP MAIN SOLVE Loop t[1] 3.186999999999814 x1[1] (analytic) 2.0000743320296195 x1[1] (numeric) 1.9986331394634849 absolute error 0.0014411925661346192 relative error 0.0720569502370513% Correct digits 3 h 0.001 x2[1] (analytic) 1.1172921364526949 x2[1] (numeric) 1.1222433502722973 absolute error 0.004951213819602396 relative error 0.44314406752401103% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 110678.35461188346 Order of pole 644722287.5733463 TOP MAIN SOLVE Loop t[1] 3.187999999999814 x1[1] (analytic) 2.0000742577347435 x1[1] (numeric) 1.9986309682489456 absolute error 0.0014432894857978606 relative error 0.07216179500417702% Correct digits 3 h 0.001 x2[1] (analytic) 1.1175269182817245 x2[1] (numeric) 1.1224905376304941 absolute error 0.0049636193487696545 relative error 0.4441610548765631% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 110732.35479621742 Order of pole 645352684.1047224 TOP MAIN SOLVE Loop t[1] 3.188999999999814 x1[1] (analytic) 2.000074183514125 x1[1] (numeric) 1.9986287948621058 absolute error 0.0014453886520191528 relative error 0.07226675210014505% Correct digits 3 h 0.001 x2[1] (analytic) 1.117762170181455 x2[1] (numeric) 1.1227382231198226 absolute error 0.004976052938367559 relative error 0.44517993819380713% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 110792.91788298168 Order of pole 646055232.8011394 TOP MAIN SOLVE Loop t[1] 3.189999999999814 x1[1] (analytic) 2.00007410936769 x1[1] (numeric) 1.998626619300792 absolute error 0.0014474900668981494 relative error 0.07237182162993767% Correct digits 3 h 0.001 x2[1] (analytic) 1.1179978930929315 x2[1] (numeric) 1.1229864077408054 absolute error 0.004988514647873865 relative error 0.44620071993813715% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 110846.0448250367 Order of pole 646676783.8344748 TOP MAIN SOLVE Loop t[1] 3.1909999999998138 x1[1] (analytic) 2.000074035295365 x1[1] (numeric) 1.9986244415628287 absolute error 0.0014495937325362807 relative error 0.07247700369862603% Correct digits 3 h 0.001 x2[1] (analytic) 1.118234087959083 x2[1] (numeric) 1.123235092495971 absolute error 0.00500100453688801 relative error 0.4472234025717699% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 110901.25342999728 Order of pole 647321368.1533749 TOP MAIN SOLVE Loop t[1] 3.1919999999998137 x1[1] (analytic) 2.000073961297075 x1[1] (numeric) 1.9986222616460383 absolute error 0.001451699651036531 relative error 0.07258229841135896% Correct digits 3 h 0.001 x2[1] (analytic) 1.1184707557247264 x2[1] (numeric) 1.123484278389859 absolute error 0.005013522665132664 relative error 0.44824798855684805% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 110958.40267308113 Order of pole 647987096.184366 TOP MAIN SOLVE Loop t[1] 3.1929999999998135 x1[1] (analytic) 2.0000738873727464 x1[1] (numeric) 1.9986200795482407 absolute error 0.0014538078245056596 relative error 0.072687705873474% Correct digits 3 h 0.001 x2[1] (analytic) 1.11870789733657 x2[1] (numeric) 1.123733966429023 absolute error 0.005026069092452845 relative error 0.44927448035532386% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 111010.71865174289 Order of pole 648600847.4989662 TOP MAIN SOLVE Loop t[1] 3.1939999999998134 x1[1] (analytic) 2.0000738135223046 x1[1] (numeric) 1.998617895267254 absolute error 0.0014559182550506478 relative error 0.07279322619031987% Correct digits 3 h 0.001 x2[1] (analytic) 1.1189455137432174 x2[1] (numeric) 1.1239841576220344 absolute error 0.0050386438788170285 relative error 0.4503028804290222% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 111065.48751749516 Order of pole 649241109.5807203 TOP MAIN SOLVE Loop t[1] 3.1949999999998133 x1[1] (analytic) 2.000073739745677 x1[1] (numeric) 1.9986157088008938 absolute error 0.0014580309447833617 relative error 0.07289885946748945% Correct digits 3 h 0.001 x2[1] (analytic) 1.1191836058951719 x2[1] (numeric) 1.124234852979488 absolute error 0.005051247084316257 relative error 0.45133319123952403% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1082.3512841578101 Order of pole 1375042.2580863372 TOP MAIN SOLVE Loop t[1] 3.195999999999813 x1[1] (analytic) 2.000073666042789 x1[1] (numeric) 1.9986135201469737 absolute error 0.0014601458958152236 relative error 0.07300460581055347% Correct digits 3 h 0.001 x2[1] (analytic) 1.1194221747448385 x2[1] (numeric) 1.1244860535140047 absolute error 0.005063878769166141 relative error 0.45236541524830914% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 111176.99907757448 Order of pole 650545724.53034 TOP MAIN SOLVE Loop t[1] 3.196999999999813 x1[1] (analytic) 2.0000735924135666 x1[1] (numeric) 1.9986113293033048 absolute error 0.0014622631102618744 relative error 0.07311046532529358% Correct digits 3 h 0.001 x2[1] (analytic) 1.1196612212465307 x2[1] (numeric) 1.1247377602402358 absolute error 0.005076538993705082 relative error 0.45339955491655926% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 111234.68797318418 Order of pole 651218829.739022 TOP MAIN SOLVE Loop t[1] 3.197999999999813 x1[1] (analytic) 2.000073518857937 x1[1] (numeric) 1.9986091362676965 absolute error 0.0014643825902405094 relative error 0.07321643811756916% Correct digits 3 h 0.001 x2[1] (analytic) 1.119900746356471 x2[1] (numeric) 1.1249899741748672 absolute error 0.005089227818396269 relative error 0.45443561270530114% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 111288.20562797322 Order of pole 651847771.4960084 TOP MAIN SOLVE Loop t[1] 3.198999999999813 x1[1] (analytic) 2.0000734453758264 x1[1] (numeric) 1.9986069410379557 absolute error 0.0014665043378707665 relative error 0.0733225242933617% Correct digits 3 h 0.001 x2[1] (analytic) 1.120140751032797 x2[1] (numeric) 1.1252426963366238 absolute error 0.005101945303826794 relative error 0.45547359107528906% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 111345.55650682622 Order of pole 652518200.13768 TOP MAIN SOLVE Loop t[1] 3.1999999999998128 x1[1] (analytic) 2.000073371967161 x1[1] (numeric) 1.9986047436118872 absolute error 0.0014686283552738377 relative error 0.0734287239587304% Correct digits 3 h 0.001 x2[1] (analytic) 1.1203812362355647 x2[1] (numeric) 1.125495927746273 absolute error 0.0051146915107083135 relative error 0.45651349248702777% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1063.253129806145 Order of pole 3108.690076326805 TOP MAIN SOLVE Loop t[1] 3.2009999999998127 x1[1] (analytic) 2.0000732986318677 x1[1] (numeric) 1.9986025439872936 absolute error 0.0014707546445740238 relative error 0.07353503721988991% Correct digits 3 h 0.001 x2[1] (analytic) 1.120622202926752 x2[1] (numeric) 1.1257496694266294 absolute error 0.005127466499877276 relative error 0.45755531940075483% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 111457.29571566975 Order of pole 653827750.6114628 TOP MAIN SOLVE Loop t[1] 3.2019999999998126 x1[1] (analytic) 2.000073225369873 x1[1] (numeric) 1.9986003421619751 absolute error 0.001472883207897846 relative error 0.0736414641831659% Correct digits 3 h 0.001 x2[1] (analytic) 1.1208636520702626 x2[1] (numeric) 1.1260039224025582 absolute error 0.005140270332295582 relative error 0.45859907427646324% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 111510.74140159336 Order of pole 654457389.2123044 TOP MAIN SOLVE Loop t[1] 3.2029999999998124 x1[1] (analytic) 2.0000731521811037 x1[1] (numeric) 1.99859813813373 absolute error 0.0014750140473736018 relative error 0.07374800495497284% Correct digits 3 h 0.001 x2[1] (analytic) 1.1211055846319298 x2[1] (numeric) 1.12625868770098 absolute error 0.005153103069050147 relative error 0.45964475957382395% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 111569.74612697508 Order of pole 655147759.7179786 TOP MAIN SOLVE Loop t[1] 3.2039999999998123 x1[1] (analytic) 2.000073079065486 x1[1] (numeric) 1.9985959319003546 absolute error 0.001477147165131587 relative error 0.07385465964182514% Correct digits 3 h 0.001 x2[1] (analytic) 1.1213480015795207 x2[1] (numeric) 1.1265139663508743 absolute error 0.0051659647713535595 relative error 0.46069237775220784% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 111624.58352048621 Order of pole 655792460.6421424 TOP MAIN SOLVE Loop t[1] 3.204999999999812 x1[1] (analytic) 2.0000730060229484 x1[1] (numeric) 1.998593723459642 absolute error 0.0014792825633063167 relative error 0.07396142835044811% Correct digits 3 h 0.001 x2[1] (analytic) 1.1215909038827405 x2[1] (numeric) 1.1267697593832842 absolute error 0.005178855500543644 relative error 0.46174193127060886% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 111681.82295624033 Order of pole 656464024.286737 TOP MAIN SOLVE Loop t[1] 3.205999999999812 x1[1] (analytic) 2.000072933053416 x1[1] (numeric) 1.9985915128093843 absolute error 0.0014814202440318613 relative error 0.07406831118754492% Correct digits 3 h 0.001 x2[1] (analytic) 1.121834292513235 x2[1] (numeric) 1.1270260678313202 absolute error 0.005191775318085234 relative error 0.46279342258776457% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 111736.50845556674 Order of pole 657107761.689844 TOP MAIN SOLVE Loop t[1] 3.206999999999812 x1[1] (analytic) 2.000072860156817 x1[1] (numeric) 1.9985892999473704 absolute error 0.0014835602094467326 relative error 0.07417530826004073% Correct digits 3 h 0.001 x2[1] (analytic) 1.122078168444595 x2[1] (numeric) 1.1272828927301644 absolute error 0.005204724285569284 relative error 0.46384685416203947% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 111790.94614953682 Order of pole 657749197.9888811 TOP MAIN SOLVE Loop t[1] 3.207999999999812 x1[1] (analytic) 2.000072787333078 x1[1] (numeric) 1.9985870848713878 absolute error 0.0014857024616903303 relative error 0.07428241967490515% Correct digits 3 h 0.001 x2[1] (analytic) 1.1223225326523618 x2[1] (numeric) 1.1275402351170742 absolute error 0.005217702464712426 relative error 0.46490222845134693% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 111848.15916508796 Order of pole 658421622.9548701 TOP MAIN SOLVE Loop t[1] 3.208999999999812 x1[1] (analytic) 2.0000727145821267 x1[1] (numeric) 1.9985848675792213 absolute error 0.0014878470029053847 relative error 0.07438964553927427% Correct digits 3 h 0.001 x2[1] (analytic) 1.1225673861140284 x2[1] (numeric) 1.1277980960313878 absolute error 0.005230709917359411 relative error 0.46595954791332983% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 111902.00703525406 Order of pole 659057308.4514697 TOP MAIN SOLVE Loop t[1] 3.2099999999998117 x1[1] (analytic) 2.0000726419038894 x1[1] (numeric) 1.9985826480686537 absolute error 0.0014899938352357367 relative error 0.07449698596033974% Correct digits 3 h 0.001 x2[1] (analytic) 1.1228127298090456 x2[1] (numeric) 1.128056476514527 absolute error 0.005243746705481334 relative error 0.46701881500516357% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 111960.80193616962 Order of pole 659748341.4338171 TOP MAIN SOLVE Loop t[1] 3.2109999999998116 x1[1] (analytic) 2.0000725692982946 x1[1] (numeric) 1.9985804263374654 absolute error 0.0014921429608292236 relative error 0.07460444104549302% Correct digits 3 h 0.001 x2[1] (analytic) 1.123058564718825 x2[1] (numeric) 1.1283153776100017 absolute error 0.005256812891176743 relative error 0.46808003218361705% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 112013.64690415362 Order of pole 660373479.9517937 TOP MAIN SOLVE Loop t[1] 3.2119999999998115 x1[1] (analytic) 2.0000724967652688 x1[1] (numeric) 1.9985782023834346 absolute error 0.001494294381834127 relative error 0.07471201090214778% Correct digits 3 h 0.001 x2[1] (analytic) 1.1233048918267425 x2[1] (numeric) 1.1285748003634144 absolute error 0.005269908536671863 relative error 0.46914320190503445% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 112072.11262687179 Order of pole 661060822.6754329 TOP MAIN SOLVE Loop t[1] 3.2129999999998113 x1[1] (analytic) 2.00007242430474 x1[1] (numeric) 1.9985759762043376 absolute error 0.0014964481004025032 relative error 0.07481969563790644% Correct digits 3 h 0.001 x2[1] (analytic) 1.1235517121181435 x2[1] (numeric) 1.1288347458224643 absolute error 0.005283033704320816 relative error 0.47020832662531653% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 112129.64334670675 Order of pole 661739290.4356973 TOP MAIN SOLVE Loop t[1] 3.2139999999998112 x1[1] (analytic) 2.0000723519166352 x1[1] (numeric) 1.998573747797948 absolute error 0.0014986041186872967 relative error 0.07492749536041583% Correct digits 3 h 0.001 x2[1] (analytic) 1.1237990265803455 x2[1] (numeric) 1.1290952150369515 absolute error 0.005296188456606066 relative error 0.47127540879992186% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 112183.09742515428 Order of pole 662372247.4672282 TOP MAIN SOLVE Loop t[1] 3.214999999999811 x1[1] (analytic) 2.0000722796008827 x1[1] (numeric) 1.9985715171620373 absolute error 0.0015007624388454488 relative error 0.07503541017752259% Correct digits 3 h 0.001 x2[1] (analytic) 1.124046836202643 x2[1] (numeric) 1.129356209058781 absolute error 0.005309372856137973 relative error 0.47234445088378857% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 112239.65491294269 Order of pole 663040192.4216832 TOP MAIN SOLVE Loop t[1] 3.215999999999811 x1[1] (analytic) 2.0000722073574093 x1[1] (numeric) 1.998569284294375 absolute error 0.0015029230630343449 relative error 0.07514344019709561% Correct digits 3 h 0.001 x2[1] (analytic) 1.1242951419763105 x2[1] (numeric) 1.129617728941967 absolute error 0.005322586965656573 relative error 0.47341545533145446% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 112294.99926041 Order of pole 663694446.5216472 TOP MAIN SOLVE Loop t[1] 3.216999999999811 x1[1] (analytic) 2.0000721351861435 x1[1] (numeric) 1.9985670491927283 absolute error 0.001505085993415145 relative error 0.07525158552719245% Correct digits 3 h 0.001 x2[1] (analytic) 1.1245439448946082 x2[1] (numeric) 1.1298797757426375 absolute error 0.005335830848029355 relative error 0.4744884245968197% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 112352.90114362587 Order of pole 664377908.2496222 TOP MAIN SOLVE Loop t[1] 3.217999999999811 x1[1] (analytic) 2.0000720630870132 x1[1] (numeric) 1.998564811854862 absolute error 0.00150725123215123 relative error 0.07535984627598175% Correct digits 3 h 0.001 x2[1] (analytic) 1.124793245952784 x2[1] (numeric) 1.1301423505190378 absolute error 0.005349104566253704 relative error 0.47556336113332653% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 112407.22439395745 Order of pole 665021934.773991 TOP MAIN SOLVE Loop t[1] 3.2189999999998107 x1[1] (analytic) 2.000071991059946 x1[1] (numeric) 1.9985625722785387 absolute error 0.0015094187814070903 relative error 0.07546822255168766% Correct digits 3 h 0.001 x2[1] (analytic) 1.1250430461480783 x2[1] (numeric) 1.1304054543315354 absolute error 0.0053624081834571236 relative error 0.4766402673939396% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 112465.98805922751 Order of pole 665715010.887399 TOP MAIN SOLVE Loop t[1] 3.2199999999998106 x1[1] (analytic) 2.0000719191048693 x1[1] (numeric) 1.9985603304615192 absolute error 0.0015115886433501036 relative error 0.07557671446267862% Correct digits 3 h 0.001 x2[1] (analytic) 1.1252933464797286 x2[1] (numeric) 1.130669088242624 absolute error 0.0053757417628954585 relative error 0.4777191458309488% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 112521.36313758364 Order of pole 666371850.8945464 TOP MAIN SOLVE Loop t[1] 3.2209999999998105 x1[1] (analytic) 2.000071847221712 x1[1] (numeric) 1.998558086401561 absolute error 0.0015137608201509778 relative error 0.07568532211748963% Correct digits 3 h 0.001 x2[1] (analytic) 1.125544147948972 x2[1] (numeric) 1.130933253316928 absolute error 0.005389105367956004 relative error 0.4787999988962073% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 112577.27976056054 Order of pole 667034844.3076496 TOP MAIN SOLVE Loop t[1] 3.2219999999998103 x1[1] (analytic) 2.000071775410402 x1[1] (numeric) 1.9985558400964207 absolute error 0.0015159353139810872 relative error 0.075794045624689% Correct digits 3 h 0.001 x2[1] (analytic) 1.1257954515590511 x2[1] (numeric) 1.1311979506212062 absolute error 0.005402499062155064 relative error 0.47988282904087465% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 112635.58477961739 Order of pole 667724347.1456679 TOP MAIN SOLVE Loop t[1] 3.2229999999998102 x1[1] (analytic) 2.000071703670867 x1[1] (numeric) 1.9985535915438517 absolute error 0.0015181121270153586 relative error 0.07590288509302265% Correct digits 3 h 0.001 x2[1] (analytic) 1.1260472583152166 x2[1] (numeric) 1.1314631812243565 absolute error 0.0054159229091399474 relative error 0.48096763871555537% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 112688.72019925751 Order of pole 668357004.5688329 TOP MAIN SOLVE Loop t[1] 3.22399999999981 x1[1] (analytic) 2.0000716320030363 x1[1] (numeric) 1.9985513407416056 absolute error 0.0015202912614307174 relative error 0.07601184063133642% Correct digits 3 h 0.001 x2[1] (analytic) 1.1262995692247313 x2[1] (numeric) 1.13172894619742 absolute error 0.005429376972688749 relative error 0.4820544303702403% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 112751.05739249225 Order of pole 669091351.1224513 TOP MAIN SOLVE Loop t[1] 3.22499999999981 x1[1] (analytic) 2.000071560406837 x1[1] (numeric) 1.9985490876874312 absolute error 0.0015224727194058651 relative error 0.07612091234856502% Correct digits 3 h 0.001 x2[1] (analytic) 1.1265523852968755 x2[1] (numeric) 1.1319952466135859 absolute error 0.005442861316710346 relative error 0.4831432064542664% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 112806.07099262514 Order of pole 669745849.7591984 TOP MAIN SOLVE Loop t[1] 3.22599999999981 x1[1] (analytic) 2.0000714888821984 x1[1] (numeric) 1.9985468323790758 absolute error 0.0015246565031226122 relative error 0.07623010035379853% Correct digits 3 h 0.001 x2[1] (analytic) 1.1268057075429492 x2[1] (numeric) 1.1322620835481947 absolute error 0.005456376005245511 relative error 0.4842339694163767% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 112856.93933616458 Order of pole 670354454.5067002 TOP MAIN SOLVE Loop t[1] 3.22699999999981 x1[1] (analytic) 2.000071417429049 x1[1] (numeric) 1.998544574814284 absolute error 0.0015268426147647673 relative error 0.07633940475622697% Correct digits 3 h 0.001 x2[1] (analytic) 1.127059536976278 x2[1] (numeric) 1.1325294580787435 absolute error 0.00546992110246558 relative error 0.48532672170456154% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 112914.79276491457 Order of pole 671040577.5825021 TOP MAIN SOLVE Loop t[1] 3.2279999999998097 x1[1] (analytic) 2.0000713460473167 x1[1] (numeric) 1.9985423149907984 absolute error 0.0015290310565183596 relative error 0.07644882566515138% Correct digits 3 h 0.001 x2[1] (analytic) 1.127313874612215 x2[1] (numeric) 1.1327973712848898 absolute error 0.00548349667267467 relative error 0.486421465766217% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 112972.38199157477 Order of pole 671724388.656663 TOP MAIN SOLVE Loop t[1] 3.2289999999998096 x1[1] (analytic) 2.0000712747369307 x1[1] (numeric) 1.9985400529063588 absolute error 0.0015312218305718606 relative error 0.07655836318999493% Correct digits 3 h 0.001 x2[1] (analytic) 1.1275687214681476 x2[1] (numeric) 1.133065824248456 absolute error 0.005497102780308349 relative error 0.4875182040479859% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 113031.40842568196 Order of pole 672424595.9623771 TOP MAIN SOLVE Loop t[1] 3.2299999999998095 x1[1] (analytic) 2.000071203497819 x1[1] (numeric) 1.9985377885587035 absolute error 0.0015334149391157403 relative error 0.0766680174402807% Correct digits 3 h 0.001 x2[1] (analytic) 1.1278240785634983 x2[1] (numeric) 1.1333348180534335 absolute error 0.00551073948993519 relative error 0.48861693899585656% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 113085.9314407966 Order of pole 673075309.6326388 TOP MAIN SOLVE Loop t[1] 3.2309999999998094 x1[1] (analytic) 2.000071132329911 x1[1] (numeric) 1.998535521945568 absolute error 0.0015356103843431335 relative error 0.07677778852566504% Correct digits 3 h 0.001 x2[1] (analytic) 1.1280799469197322 x2[1] (numeric) 1.1336043537859877 absolute error 0.005524406866255438 relative error 0.4897176730550041% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 110939.88192306555 Order of pole 110914.49174242625 TOP MAIN SOLVE Loop t[1] 3.2319999999998092 x1[1] (analytic) 2.0000710612331356 x1[1] (numeric) 1.9985332530646858 absolute error 0.001537808168449839 relative error 0.07688767655593745% Correct digits 3 h 0.001 x2[1] (analytic) 1.1283363275603584 x2[1] (numeric) 1.1338744325344616 absolute error 0.005538104974103231 relative error 0.4908204086699477% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 113197.63785446415 Order of pole 674406656.5280489 TOP MAIN SOLVE Loop t[1] 3.232999999999809 x1[1] (analytic) 2.0000709902074214 x1[1] (numeric) 1.9985309819137878 absolute error 0.0015400082936336545 relative error 0.0769976816409874% Correct digits 3 h 0.001 x2[1] (analytic) 1.1285932215109353 x2[1] (numeric) 1.1341450553893806 absolute error 0.005551833878445267 relative error 0.49192514828439216% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 113253.47307645246 Order of pole 675072819.1016725 TOP MAIN SOLVE Loop t[1] 3.233999999999809 x1[1] (analytic) 2.000070919252697 x1[1] (numeric) 1.998528708490603 absolute error 0.0015422107620941539 relative error 0.07710780389079316% Correct digits 3 h 0.001 x2[1] (analytic) 1.1288506297990746 x2[1] (numeric) 1.1344162234434565 absolute error 0.0055655936443819165 relative error 0.49303189434128614% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 113306.87290001819 Order of pole 675712060.0447218 TOP MAIN SOLVE Loop t[1] 3.234999999999809 x1[1] (analytic) 2.000070848368892 x1[1] (numeric) 1.9985264327928578 absolute error 0.0015444155760342415 relative error 0.07721804341549957% Correct digits 3 h 0.001 x2[1] (analytic) 1.129108553454445 x2[1] (numeric) 1.1346879377915924 absolute error 0.005579384337147442 relative error 0.49414064928280144% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 113367.08280996731 Order of pole 676427609.300665 TOP MAIN SOLVE Loop t[1] 3.235999999999809 x1[1] (analytic) 2.0000707775559357 x1[1] (numeric) 1.9985241548182766 absolute error 0.0015466227376590425 relative error 0.0773284003253624% Correct digits 3 h 0.001 x2[1] (analytic) 1.1293669935087776 x2[1] (numeric) 1.1349601995308867 absolute error 0.0055932060221091096 relative error 0.49525141555021357% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 113424.01072279806 Order of pole 677106553.717891 TOP MAIN SOLVE Loop t[1] 3.2369999999998087 x1[1] (analytic) 2.000070706813757 x1[1] (numeric) 1.9985218745645816 absolute error 0.001548832249175236 relative error 0.07743887473071524% Correct digits 3 h 0.001 x2[1] (analytic) 1.1296259509958675 x2[1] (numeric) 1.1352330097606376 absolute error 0.005607058764770079 relative error 0.4963641955841178% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 113481.66344118881 Order of pole 677794976.2551953 TOP MAIN SOLVE Loop t[1] 3.2379999999998086 x1[1] (analytic) 2.0000706361422846 x1[1] (numeric) 1.9985195920294923 absolute error 0.001551044112792388 relative error 0.07754946674203596% Correct digits 3 h 0.001 x2[1] (analytic) 1.129885426951581 x2[1] (numeric) 1.1355063695823473 absolute error 0.00562094263076629 relative error 0.49747899182411215% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 113536.2623818659 Order of pole 678448988.6698593 TOP MAIN SOLVE Loop t[1] 3.2389999999998085 x1[1] (analytic) 2.000070565541449 x1[1] (numeric) 1.9985173072107263 absolute error 0.0015532583307225067 relative error 0.07766017646992453% Correct digits 3 h 0.001 x2[1] (analytic) 1.1301454224138574 x2[1] (numeric) 1.1357802800997272 absolute error 0.0056348576858697985 relative error 0.49859580670905224% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 113594.32096920926 Order of pole 679141722.4649373 TOP MAIN SOLVE Loop t[1] 3.2399999999998084 x1[1] (analytic) 2.0000704950111783 x1[1] (numeric) 1.9985150201059987 absolute error 0.001555474905179599 relative error 0.0777710040250809% Correct digits 3 h 0.001 x2[1] (analytic) 1.130405938422714 x2[1] (numeric) 1.1360547424187013 absolute error 0.005648803995987217 relative error 0.4997146426768729% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 113654.2467938267 Order of pole 679856696.670895 TOP MAIN SOLVE Loop t[1] 3.2409999999998083 x1[1] (analytic) 2.000070424551403 x1[1] (numeric) 1.9985127307130224 absolute error 0.0015576938383805583 relative error 0.07788194951834931% Correct digits 3 h 0.001 x2[1] (analytic) 1.130666976020251 x2[1] (numeric) 1.1363297576474112 absolute error 0.005662781627160163 relative error 0.5008355021645859% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 113705.97458177476 Order of pole 680478568.8752217 TOP MAIN SOLVE Loop t[1] 3.241999999999808 x1[1] (analytic) 2.0000703541620517 x1[1] (numeric) 1.998510439029508 absolute error 0.00155991513254361 relative error 0.07799301306064062% Correct digits 3 h 0.001 x2[1] (analytic) 1.1309285362506538 x2[1] (numeric) 1.1366053268962204 absolute error 0.005676790645566587 relative error 0.5019583876083581% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 113765.2954922839 Order of pole 681186925.7287463 TOP MAIN SOLVE Loop t[1] 3.242999999999808 x1[1] (analytic) 2.0000702838430553 x1[1] (numeric) 1.998508145053164 absolute error 0.0015621387898911987 relative error 0.07810419476307659% Correct digits 3 h 0.001 x2[1] (analytic) 1.1311906201601991 x2[1] (numeric) 1.136881451277719 absolute error 0.00569083111751989 relative error 0.5030833014433902% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 113823.70995262459 Order of pole 681885366.2015628 TOP MAIN SOLVE Loop t[1] 3.243999999999808 x1[1] (analytic) 2.0000702135943422 x1[1] (numeric) 1.9985058487816965 absolute error 0.0015643648126457688 relative error 0.07821549473677908% Correct digits 3 h 0.001 x2[1] (analytic) 1.131453228797258 x2[1] (numeric) 1.1371581319067277 absolute error 0.0057049031094695835 relative error 0.5042102461039358% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 113877.38756660924 Order of pole 682531597.8656386 TOP MAIN SOLVE Loop t[1] 3.244999999999808 x1[1] (analytic) 2.000070143415843 x1[1] (numeric) 1.9985035502128088 absolute error 0.0015665932030344276 relative error 0.07832691309310298% Correct digits 3 h 0.001 x2[1] (analytic) 1.1317163632123008 x2[1] (numeric) 1.1374353699003024 absolute error 0.005719006688001516 relative error 0.505339224023279% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 113938.04364710193 Order of pole 683256227.7117268 TOP MAIN SOLVE Loop t[1] 3.2459999999998077 x1[1] (analytic) 2.000070073307487 x1[1] (numeric) 1.9985012493442025 absolute error 0.0015688239632847267 relative error 0.07843844994342548% Correct digits 3 h 0.001 x2[1] (analytic) 1.1319800244579001 x2[1] (numeric) 1.1377131663777393 absolute error 0.005733141919839202 relative error 0.5064702376338113% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 113987.94605205156 Order of pole 683860169.0220382 TOP MAIN SOLVE Loop t[1] 3.2469999999998076 x1[1] (analytic) 2.000070003269205 x1[1] (numeric) 1.9984989461735767 absolute error 0.0015710570956282144 relative error 0.07855010539932354% Correct digits 3 h 0.001 x2[1] (analytic) 1.1322442135887365 x2[1] (numeric) 1.1379915224605786 absolute error 0.0057473088718420495 relative error 0.5076032893668323% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 114050.06059797444 Order of pole 684601715.7761983 TOP MAIN SOLVE Loop t[1] 3.2479999999998075 x1[1] (analytic) 2.0000699333009258 x1[1] (numeric) 1.9984966406986284 absolute error 0.001573292602297327 relative error 0.07866187957241859% Correct digits 3 h 0.001 x2[1] (analytic) 1.1325089316616022 x2[1] (numeric) 1.138270439272609 absolute error 0.005761507611006911 relative error 0.5087383816526465% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 114106.126155768 Order of pole 685275872.2718488 TOP MAIN SOLVE Loop t[1] 3.2489999999998074 x1[1] (analytic) 2.0000698634025795 x1[1] (numeric) 1.9984943329170521 absolute error 0.0015755304855273877 relative error 0.07877377257447635% Correct digits 3 h 0.001 x2[1] (analytic) 1.132774179735404 x2[1] (numeric) 1.138549917939873 absolute error 0.005775738204468972 relative error 0.5098755169205995% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 114162.02911735474 Order of pole 685947831.7735713 TOP MAIN SOLVE Loop t[1] 3.2499999999998073 x1[1] (analytic) 2.000069793574097 x1[1] (numeric) 1.99849202282654 absolute error 0.0015777707475570502 relative error 0.07888578451742904% Correct digits 3 h 0.001 x2[1] (analytic) 1.1330399588711706 x2[1] (numeric) 1.1388299595906706 absolute error 0.005790000719499977 relative error 0.5110146975988792% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 114223.69607123102 Order of pole 686686247.4865217 TOP MAIN SOLVE Loop t[1] 3.250999999999807 x1[1] (analytic) 2.0000697238154084 x1[1] (numeric) 1.9984897104247819 absolute error 0.0015800133906265224 relative error 0.07899791551328667% Correct digits 3 h 0.001 x2[1] (analytic) 1.133306270132053 x2[1] (numeric) 1.1391105653555642 absolute error 0.005804295223511113 relative error 0.5121559261147294% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 114277.05376929349 Order of pole 687330289.293565 TOP MAIN SOLVE Loop t[1] 3.251999999999807 x1[1] (analytic) 2.000069654126443 x1[1] (numeric) 1.9984873957094653 absolute error 0.0015822584169777887 relative error 0.07911016567414804% Correct digits 3 h 0.001 x2[1] (analytic) 1.1335731145833319 x2[1] (numeric) 1.1393917363673831 absolute error 0.005818621784051237 relative error 0.5132992048942507% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 114334.11255639528 Order of pole 688017177.6785609 TOP MAIN SOLVE Loop t[1] 3.252999999999807 x1[1] (analytic) 2.000069584507132 x1[1] (numeric) 1.9984850786782757 absolute error 0.0015845058288561642 relative error 0.07922253511227845% Correct digits 3 h 0.001 x2[1] (analytic) 1.1338404932924202 x2[1] (numeric) 1.1396734737612277 absolute error 0.005832980468807536 relative error 0.5144445363624173% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 114390.83479042706 Order of pole 688700720.939954 TOP MAIN SOLVE Loop t[1] 3.253999999999807 x1[1] (analytic) 2.0000695149574055 x1[1] (numeric) 1.998482759328896 absolute error 0.0015867556285094064 relative error 0.07933502394006535% Correct digits 3 h 0.001 x2[1] (analytic) 1.1341084073288676 x2[1] (numeric) 1.139955778674475 absolute error 0.005847371345607311 relative error 0.5155919229431914% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 114450.90980303394 Order of pole 689422037.304326 TOP MAIN SOLVE Loop t[1] 3.2549999999998067 x1[1] (analytic) 2.000069445477194 x1[1] (numeric) 1.998480437659007 absolute error 0.0015890078181870493 relative error 0.079447632269985% Correct digits 3 h 0.001 x2[1] (analytic) 1.1343768577643658 x2[1] (numeric) 1.1402386522467818 absolute error 0.005861794482415972 relative error 0.516741367059305% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 114507.32659768022 Order of pole 690102156.5899631 TOP MAIN SOLVE Loop t[1] 3.2559999999998066 x1[1] (analytic) 2.000069376066428 x1[1] (numeric) 1.9984781136662868 absolute error 0.0015912624001412912 relative error 0.07956036021464691% Correct digits 3 h 0.001 x2[1] (analytic) 1.1346458456727515 x2[1] (numeric) 1.1405220956200903 absolute error 0.0058762499473388186 relative error 0.517892871132374% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 114566.48583953915 Order of pole 690814260.0308187 TOP MAIN SOLVE Loop t[1] 3.2569999999998065 x1[1] (analytic) 2.000069306725038 x1[1] (numeric) 1.9984757873484116 absolute error 0.001593519376626551 relative error 0.0796732078867716% Correct digits 3 h 0.001 x2[1] (analytic) 1.1349153721300114 x2[1] (numeric) 1.1408061099386324 absolute error 0.005890737808621038 relative error 0.5190464375828561% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 114623.57800408277 Order of pole 691502809.9907624 TOP MAIN SOLVE Loop t[1] 3.2579999999998064 x1[1] (analytic) 2.000069237452955 x1[1] (numeric) 1.9984734587030548 absolute error 0.0015957787499001341 relative error 0.07978617539922388% Correct digits 3 h 0.001 x2[1] (analytic) 1.1351854382142863 x2[1] (numeric) 1.1410906963489342 absolute error 0.005905258134647928 relative error 0.5202020688300273% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 114676.31068689922 Order of pole 692142903.6013504 TOP MAIN SOLVE Loop t[1] 3.2589999999998063 x1[1] (analytic) 2.0000691682501093 x1[1] (numeric) 1.998471127727888 absolute error 0.0015980405222213445 relative error 0.07989926286496853% Correct digits 3 h 0.001 x2[1] (analytic) 1.1354560450058755 x2[1] (numeric) 1.1413758559998206 absolute error 0.005919810993945118 relative error 0.5213597672919594% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 114738.79936723622 Order of pole 692892873.3900731 TOP MAIN SOLVE Loop t[1] 3.259999999999806 x1[1] (analytic) 2.000069099116432 x1[1] (numeric) 1.9984687944205801 absolute error 0.0016003046958517064 relative error 0.08001247039708134% Correct digits 3 h 0.001 x2[1] (analytic) 1.135727193587241 x2[1] (numeric) 1.14166159004242 absolute error 0.005934396455179014 relative error 0.5225195353855162% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 114794.67435862312 Order of pole 693569465.9633828 TOP MAIN SOLVE Loop t[1] 3.260999999999806 x1[1] (analytic) 2.0000690300518533 x1[1] (numeric) 1.998466458778798 absolute error 0.0016025712730554087 relative error 0.08012579810877131% Correct digits 3 h 0.001 x2[1] (analytic) 1.1359988850430127 x2[1] (numeric) 1.141947899630169 absolute error 0.005949014587156354 relative error 0.5236813755262713% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 114852.26314298224 Order of pole 694264810.84713 TOP MAIN SOLVE Loop t[1] 3.261999999999806 x1[1] (analytic) 2.000068961056305 x1[1] (numeric) 1.9984641208002056 absolute error 0.0016048402560993047 relative error 0.0802392461133807% Correct digits 3 h 0.001 x2[1] (analytic) 1.1362711204599907 x2[1] (numeric) 1.1422347859188167 absolute error 0.005963665458825984 relative error 0.5248452901286221% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 114907.8503521744 Order of pole 694939386.7017269 TOP MAIN SOLVE Loop t[1] 3.262999999999806 x1[1] (analytic) 2.000068892129718 x1[1] (numeric) 1.9984617804824654 absolute error 0.0016071116472524682 relative error 0.08035281452436271% Correct digits 3 h 0.001 x2[1] (analytic) 1.1365439009271516 x2[1] (numeric) 1.1425222500664292 absolute error 0.005978349139277528 relative error 0.5260112816056296% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 114965.91506834391 Order of pole 695641003.510499 TOP MAIN SOLVE Loop t[1] 3.2639999999998057 x1[1] (analytic) 2.0000688232720223 x1[1] (numeric) 1.998459437823237 absolute error 0.0016093854487853054 relative error 0.08046650345523729% Correct digits 3 h 0.001 x2[1] (analytic) 1.136817227535652 x2[1] (numeric) 1.142810293233395 absolute error 0.005993065697742939 relative error 0.5271793523691114% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 115021.99860972712 Order of pole 696321212.4221033 TOP MAIN SOLVE Loop t[1] 3.2649999999998056 x1[1] (analytic) 2.000068754483151 x1[1] (numeric) 1.9984570928201775 absolute error 0.0016116616629733294 relative error 0.08058031301977957% Correct digits 3 h 0.001 x2[1] (analytic) 1.1370911013788336 x2[1] (numeric) 1.1430989165824295 absolute error 0.006007815203595834 relative error 0.5283495048295404% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 115076.60352223163 Order of pole 696984973.8234864 TOP MAIN SOLVE Loop t[1] 3.2659999999998055 x1[1] (analytic) 2.000068685763033 x1[1] (numeric) 1.998454745470942 absolute error 0.001613940292091165 relative error 0.08069424333172044% Correct digits 3 h 0.001 x2[1] (analytic) 1.1373655235522262 x2[1] (numeric) 1.1433881212785786 absolute error 0.0060225977263523855 relative error 0.5295217413960795% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 115142.33696573353 Order of pole 697774863.5760498 TOP MAIN SOLVE Loop t[1] 3.2669999999998054 x1[1] (analytic) 2.0000686171116016 x1[1] (numeric) 1.9984523957731835 absolute error 0.0016162213384181001 relative error 0.08080829450502382% Correct digits 3 h 0.001 x2[1] (analytic) 1.1376404951535533 x2[1] (numeric) 1.1436779084892248 absolute error 0.006037413335671538 relative error 0.5306960644765583% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 115197.1670004481 Order of pole 698441400.3309213 TOP MAIN SOLVE Loop t[1] 3.2679999999998053 x1[1] (analytic) 2.000068548528787 x1[1] (numeric) 1.9984500437245518 absolute error 0.001618504804235199 relative error 0.08092246665374249% Correct digits 3 h 0.001 x2[1] (analytic) 1.1379160172827358 x2[1] (numeric) 1.1439682793840908 absolute error 0.00605226210135501 relative error 0.5318724764774285% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 115257.37778597223 Order of pole 699169884.6547208 TOP MAIN SOLVE Loop t[1] 3.268999999999805 x1[1] (analytic) 2.000068480014521 x1[1] (numeric) 1.998447689322695 absolute error 0.0016207906918261905 relative error 0.08103675989206245% Correct digits 3 h 0.001 x2[1] (analytic) 1.1381920910418972 x2[1] (numeric) 1.144259235135245 absolute error 0.006067144093347743 relative error 0.5330509798037605% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1487.3768603704143 Order of pole 8250.963715419615 TOP MAIN SOLVE Loop t[1] 3.269999999999805 x1[1] (analytic) 2.0000684115687353 x1[1] (numeric) 1.998445332565259 absolute error 0.0016230790034763576 relative error 0.08115117433424743% Correct digits 3 h 0.001 x2[1] (analytic) 1.138468717535367 x2[1] (numeric) 1.1445507769171053 absolute error 0.006082059381738336 relative error 0.534231576859238% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 115365.2117803846 Order of pole 700484373.0381422 TOP MAIN SOLVE Loop t[1] 3.270999999999805 x1[1] (analytic) 2.000068343191361 x1[1] (numeric) 1.9984429734498865 absolute error 0.001625369741474314 relative error 0.08126571009472766% Correct digits 3 h 0.001 x2[1] (analytic) 1.1387458978696856 x2[1] (numeric) 1.1448429059064447 absolute error 0.006097008036759055 relative error 0.535414270046115% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 115429.37830786589 Order of pole 701259434.8197442 TOP MAIN SOLVE Loop t[1] 3.271999999999805 x1[1] (analytic) 2.00006827488233 x1[1] (numeric) 1.9984406119742189 absolute error 0.001627662908111116 relative error 0.08138036728805552% Correct digits 3 h 0.001 x2[1] (analytic) 1.1390236331536092 x2[1] (numeric) 1.1451356232823957 absolute error 0.006111990128786493 relative error 0.5365990617652292% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 115481.40795894187 Order of pole 701895161.8257943 TOP MAIN SOLVE Loop t[1] 3.2729999999998047 x1[1] (analytic) 2.0000682066415734 x1[1] (numeric) 1.9984382481358944 absolute error 0.00162995850567893 relative error 0.08149514602883892% Correct digits 3 h 0.001 x2[1] (analytic) 1.1393019244981133 x2[1] (numeric) 1.1454289302264549 absolute error 0.006127005728341572 relative error 0.5377859544159594% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 115542.78928006486 Order of pole 702639115.7978374 TOP MAIN SOLVE Loop t[1] 3.2739999999998046 x1[1] (analytic) 2.000068138469024 x1[1] (numeric) 1.9984358819325494 absolute error 0.0016322565364745856 relative error 0.08161004643191885% Correct digits 3 h 0.001 x2[1] (analytic) 1.1395807730163978 x2[1] (numeric) 1.1457228279224876 absolute error 0.006142054906089767 relative error 0.5389749503962004% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 115600.4995150826 Order of pole 703341130.5756376 TOP MAIN SOLVE Loop t[1] 3.2749999999998045 x1[1] (analytic) 2.000068070364613 x1[1] (numeric) 1.9984335133618174 absolute error 0.001634557002795578 relative error 0.08172506861216967% Correct digits 3 h 0.001 x2[1] (analytic) 1.1398601798238912 x2[1] (numeric) 1.146017317556733 absolute error 0.0061571377328417665 relative error 0.5401660521023768% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 993.9180435887325 Order of pole 21009.312721472856 TOP MAIN SOLVE Loop t[1] 3.2759999999998044 x1[1] (analytic) 2.000068002328272 x1[1] (numeric) 1.9984311424213301 absolute error 0.0016368599069418455 relative error 0.08184021268458785% Correct digits 3 h 0.001 x2[1] (analytic) 1.1401401460382552 x2[1] (numeric) 1.1463124003178085 absolute error 0.0061722542795532576 relative error 0.5413592619293803% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 115712.6968069401 Order of pole 704710106.6288024 TOP MAIN SOLVE Loop t[1] 3.2769999999998043 x1[1] (analytic) 2.0000679343599335 x1[1] (numeric) 1.9984287691087164 absolute error 0.0016391652512171007 relative error 0.08195547876435859% Correct digits 3 h 0.001 x2[1] (analytic) 1.140420672779389 x2[1] (numeric) 1.1466080773967147 absolute error 0.006187404617325587 relative error 0.5425545822705831% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 115777.4582535096 Order of pole 705494073.4636446 TOP MAIN SOLVE Loop t[1] 3.277999999999804 x1[1] (analytic) 2.0000678664595295 x1[1] (numeric) 1.9984263934216029 absolute error 0.0016414730379266107 relative error 0.08207086696674476% Correct digits 3 h 0.001 x2[1] (analytic) 1.140701761169434 x2[1] (numeric) 1.1469043499868403 absolute error 0.006202588817406429 relative error 0.5437520155178518% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 115834.05070975445 Order of pole 706184998.1164138 TOP MAIN SOLVE Loop t[1] 3.278999999999804 x1[1] (analytic) 2.0000677986269917 x1[1] (numeric) 1.998424015357614 absolute error 0.001643783269377641 relative error 0.08218637740710924% Correct digits 3 h 0.001 x2[1] (analytic) 1.1409834123327778 x2[1] (numeric) 1.1472012192839667 absolute error 0.006217806951188898 relative error 0.5449515640614256% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 115894.15316617541 Order of pole 706916634.8756332 TOP MAIN SOLVE Loop t[1] 3.279999999999804 x1[1] (analytic) 2.000067730862253 x1[1] (numeric) 1.998421634914372 absolute error 0.00164609594788101 relative error 0.08230201020099247% Correct digits 3 h 0.001 x2[1] (analytic) 1.14126562739606 x2[1] (numeric) 1.1474986864862728 absolute error 0.006233059090212878 relative error 0.5461532302899879% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 115948.37143579796 Order of pole 707580505.0509356 TOP MAIN SOLVE Loop t[1] 3.280999999999804 x1[1] (analytic) 2.000067663165245 x1[1] (numeric) 1.998419252089496 absolute error 0.00164841107574909 relative error 0.08241776546401264% Correct digits 3 h 0.001 x2[1] (analytic) 1.1415484074881745 x2[1] (numeric) 1.1477967527943398 absolute error 0.006248345306165248 relative error 0.5473570165906412% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 116004.6939026707 Order of pole 708269082.4113404 TOP MAIN SOLVE Loop t[1] 3.2819999999998037 x1[1] (analytic) 2.0000675955358997 x1[1] (numeric) 1.9984168668806033 absolute error 0.001650728655296474 relative error 0.08253364331189898% Correct digits 3 h 0.001 x2[1] (analytic) 1.141831753740276 x2[1] (numeric) 1.148095419411156 absolute error 0.006263665670879881 relative error 0.5485629253488628% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 116060.73697954955 Order of pole 708954969.2697064 TOP MAIN SOLVE Loop t[1] 3.2829999999998036 x1[1] (analytic) 2.0000675279741507 x1[1] (numeric) 1.9984144792853087 absolute error 0.0016530486888419738 relative error 0.08264964386059159% Correct digits 3 h 0.001 x2[1] (analytic) 1.142115667285784 x2[1] (numeric) 1.1483946875421216 absolute error 0.006279020256337642 relative error 0.5497709589484586% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 116121.74875966935 Order of pole 709698827.6918455 TOP MAIN SOLVE Loop t[1] 3.2839999999998035 x1[1] (analytic) 2.000067460479929 x1[1] (numeric) 1.9984120893012245 absolute error 0.0016553711787044012 relative error 0.08276576722603068% Correct digits 3 h 0.001 x2[1] (analytic) 1.1424001492603864 x2[1] (numeric) 1.1486945583950539 absolute error 0.0062944091346675 relative error 0.5509811197716169% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 116185.48810500096 Order of pole 710473142.8640766 TOP MAIN SOLVE Loop t[1] 3.2849999999998034 x1[1] (analytic) 2.0000673930531683 x1[1] (numeric) 1.9984096969259608 absolute error 0.001657696127207453 relative error 0.08288201352440058% Correct digits 3 h 0.001 x2[1] (analytic) 1.1426852008020456 x2[1] (numeric) 1.1489950331801915 absolute error 0.006309832378145863 relative error 0.5521934101988036% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 116242.11337674643 Order of pole 711167474.4848224 TOP MAIN SOLVE Loop t[1] 3.2859999999998033 x1[1] (analytic) 2.0000673256938004 x1[1] (numeric) 1.9984073021571254 absolute error 0.0016600235366750482 relative error 0.08299838287189683% Correct digits 3 h 0.001 x2[1] (analytic) 1.1429708230510016 x2[1] (numeric) 1.1492961131101997 absolute error 0.00632529005919813 relative error 0.5534078326088542% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 116295.28263163178 Order of pole 711822388.0878328 TOP MAIN SOLVE Loop t[1] 3.286999999999803 x1[1] (analytic) 2.0000672584017583 x1[1] (numeric) 1.9984049049923234 absolute error 0.0016623534094348802 relative error 0.08311487538490364% Correct digits 3 h 0.001 x2[1] (analytic) 1.1432570171497778 x2[1] (numeric) 1.1495977994001754 absolute error 0.006340782250397581 relative error 0.55462438937883% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 116356.78206673605 Order of pole 712572657.9850633 TOP MAIN SOLVE Loop t[1] 3.287999999999803 x1[1] (analytic) 2.0000671911769743 x1[1] (numeric) 1.9984025054291576 absolute error 0.001664685747816641 relative error 0.0832314911799052% Correct digits 3 h 0.001 x2[1] (analytic) 1.143543784243184 x2[1] (numeric) 1.1499000932676509 absolute error 0.006356309024466933 relative error 0.5558430828841103% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 116410.32330519457 Order of pole 713232504.5392253 TOP MAIN SOLVE Loop t[1] 3.288999999999803 x1[1] (analytic) 2.000067124019382 x1[1] (numeric) 1.9984001034652286 absolute error 0.0016670205541533534 relative error 0.08334823037355214% Correct digits 3 h 0.001 x2[1] (analytic) 1.143831125478323 x2[1] (numeric) 1.1502029959326003 absolute error 0.006371870454277229 relative error 0.5570639154982483% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 116472.29832010019 Order of pole 713987986.301704 TOP MAIN SOLVE Loop t[1] 3.289999999999803 x1[1] (analytic) 2.000067056928913 x1[1] (numeric) 1.998397699098134 absolute error 0.0016693578307791501 relative error 0.08346509308255072% Correct digits 3 h 0.001 x2[1] (analytic) 1.1441190420045941 x2[1] (numeric) 1.1505065086174435 absolute error 0.006387466612849391 relative error 0.5582868895930623% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 116531.07910496359 Order of pole 714709379.5231004 TOP MAIN SOLVE Loop t[1] 3.2909999999998027 x1[1] (analytic) 2.0000669899055015 x1[1] (numeric) 1.9983952923254698 absolute error 0.0016716975800317169 relative error 0.08358207942378473% Correct digits 3 h 0.001 x2[1] (analytic) 1.1444075349736966 x2[1] (numeric) 1.1508106325470515 absolute error 0.006403097573354888 relative error 0.5595120075386483% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 116587.14569312592 Order of pole 715399368.2415636 TOP MAIN SOLVE Loop t[1] 3.2919999999998026 x1[1] (analytic) 2.0000669229490797 x1[1] (numeric) 1.9983928831448292 absolute error 0.0016740398042505156 relative error 0.08369918951422683% Correct digits 3 h 0.001 x2[1] (analytic) 1.1446966055396366 x2[1] (numeric) 1.1511153689487506 absolute error 0.006418763409113959 relative error 0.560739271703178% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 116646.90892594196 Order of pole 716130856.9731126 TOP MAIN SOLVE Loop t[1] 3.2929999999998025 x1[1] (analytic) 2.000066856059581 x1[1] (numeric) 1.998390471553803 absolute error 0.0016763845057778948 relative error 0.08381642347099402% Correct digits 3 h 0.001 x2[1] (analytic) 1.1449862548587302 x2[1] (numeric) 1.1514207190523282 absolute error 0.006434464193598055 relative error 0.5619686844530677% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 116702.98578417065 Order of pole 716821229.7914298 TOP MAIN SOLVE Loop t[1] 3.2939999999998024 x1[1] (analytic) 2.0000667892369384 x1[1] (numeric) 1.9983880575499795 absolute error 0.0016787316869588675 relative error 0.08393378141133646% Correct digits 3 h 0.001 x2[1] (analytic) 1.1452764840896086 x2[1] (numeric) 1.1517266840900375 absolute error 0.006450200000428952 relative error 0.5632002481528535% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 116761.10009550276 Order of pole 717536627.7239891 TOP MAIN SOLVE Loop t[1] 3.2949999999998023 x1[1] (analytic) 2.000066722481085 x1[1] (numeric) 1.9983856411309449 absolute error 0.0016810813501402233 relative error 0.08405126345259321% Correct digits 3 h 0.001 x2[1] (analytic) 1.1455672943932225 x2[1] (numeric) 1.1520332652966019 absolute error 0.006465970903379414 relative error 0.5644339651652043% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 116821.04686401517 Order of pole 718271613.6456565 TOP MAIN SOLVE Loop t[1] 3.295999999999802 x1[1] (analytic) 2.000066655791954 x1[1] (numeric) 1.9983832222942826 absolute error 0.001683433497671416 relative error 0.08416886971223653% Correct digits 3 h 0.001 x2[1] (analytic) 1.1458586869328464 x2[1] (numeric) 1.1523404639092205 absolute error 0.006481776976374087 relative error 0.5656698378509526% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 116876.23156897274 Order of pole 718952958.8450634 TOP MAIN SOLVE Loop t[1] 3.296999999999802 x1[1] (analytic) 2.000066589169479 x1[1] (numeric) 1.9983808010375737 absolute error 0.0016857881319052304 relative error 0.08428660030790516% Correct digits 3 h 0.001 x2[1] (analytic) 1.146150662874085 x2[1] (numeric) 1.152648281167573 absolute error 0.006497618293487939 relative error 0.5669078685689126% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 116937.69109197377 Order of pole 719707536.2120048 TOP MAIN SOLVE Loop t[1] 3.297999999999802 x1[1] (analytic) 2.0000665226135927 x1[1] (numeric) 1.9983783773583972 absolute error 0.0016881452551955611 relative error 0.08440445535729343% Correct digits 3 h 0.001 x2[1] (analytic) 1.1464432233848751 x2[1] (numeric) 1.1529567183138243 absolute error 0.006513494928949148 relative error 0.5681480596760864% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 116993.67560689055 Order of pole 720399274.6464874 TOP MAIN SOLVE Loop t[1] 3.298999999999802 x1[1] (analytic) 2.0000664561242294 x1[1] (numeric) 1.998375951254329 absolute error 0.0016905048699003 relative error 0.08452243497829545% Correct digits 3 h 0.001 x2[1] (analytic) 1.1467363696354929 x2[1] (numeric) 1.1532657765926302 absolute error 0.006529406957137329 relative error 0.5693904135274612% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 117058.92552813792 Order of pole 721197128.2740694 TOP MAIN SOLVE Loop t[1] 3.2999999999998018 x1[1] (analytic) 2.0000663897013222 x1[1] (numeric) 1.9983735227229436 absolute error 0.001692866978378671 relative error 0.08464053928887198% Correct digits 3 h 0.001 x2[1] (analytic) 1.1470301027985566 x2[1] (numeric) 1.1535754572511416 absolute error 0.006545354452585084 relative error 0.5706349324761% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 117110.42975255448 Order of pole 721837422.7976813 TOP MAIN SOLVE Loop t[1] 3.3009999999998016 x1[1] (analytic) 2.0000663233448046 x1[1] (numeric) 1.998371091761812 absolute error 0.0016952315829925624 relative error 0.08475876840711698% Correct digits 3 h 0.001 x2[1] (analytic) 1.1473244240490328 x2[1] (numeric) 1.1538857615390101 absolute error 0.006561337489977337 relative error 0.5718816188730352% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 117173.18907638622 Order of pole 722607957.8336238 TOP MAIN SOLVE Loop t[1] 3.3019999999998015 x1[1] (analytic) 2.0000662570546104 x1[1] (numeric) 1.9983686583685034 absolute error 0.0016975986861069714 relative error 0.08487712245127986% Correct digits 3 h 0.001 x2[1] (analytic) 1.14761933456424 x2[1] (numeric) 1.1541966907083925 absolute error 0.006577356144152446 relative error 0.5731304750673201% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 117229.99773272115 Order of pole 723309986.8413501 TOP MAIN SOLVE Loop t[1] 3.3029999999998014 x1[1] (analytic) 2.0000661908306734 x1[1] (numeric) 1.9983662225405845 absolute error 0.0016999682900888935 relative error 0.08499560153970992% Correct digits 3 h 0.001 x2[1] (analytic) 1.1479148355238538 x2[1] (numeric) 1.1545082460139562 absolute error 0.006593410490102425 relative error 0.5743815034060001% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 117288.96305296039 Order of pole 724037782.1340982 TOP MAIN SOLVE Loop t[1] 3.3039999999998013 x1[1] (analytic) 2.000066124672927 x1[1] (numeric) 1.9983637842756192 absolute error 0.0017023403973077667 relative error 0.08511420579087865% Correct digits 3 h 0.001 x2[1] (analytic) 1.148210928109911 x2[1] (numeric) 1.1548204287128838 absolute error 0.006609500602972718 relative error 0.5756347062340476% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 117352.43894646947 Order of pole 724817974.4740697 TOP MAIN SOLVE Loop t[1] 3.304999999999801 x1[1] (analytic) 2.0000660585813055 x1[1] (numeric) 1.9983613435711696 absolute error 0.0017047150101359154 relative error 0.08523293532340179% Correct digits 3 h 0.001 x2[1] (analytic) 1.1485076135068164 x2[1] (numeric) 1.155133240064879 absolute error 0.006625626558062647 relative error 0.5768900858943522% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 117408.40532217128 Order of pole 725510786.8464402 TOP MAIN SOLVE Loop t[1] 3.305999999999801 x1[1] (analytic) 2.0000659925557427 x1[1] (numeric) 1.9983589004247946 absolute error 0.0017070921309481069 relative error 0.08535179025601723% Correct digits 3 h 0.001 x2[1] (analytic) 1.1488048929013446 x2[1] (numeric) 1.1554466813321709 absolute error 0.006641788430826301 relative error 0.5781476447277523% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 117463.41400253585 Order of pole 726193922.2017791 TOP MAIN SOLVE Loop t[1] 3.306999999999801 x1[1] (analytic) 2.000065926596172 x1[1] (numeric) 1.9983564548340513 absolute error 0.0017094717621206623 relative error 0.08547077070754064% Correct digits 3 h 0.001 x2[1] (analytic) 1.1491027674826462 x2[1] (numeric) 1.1557607537795187 absolute error 0.006657986296872531 relative error 0.5794073850729874% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 117519.01527732146 Order of pole 726884111.8696247 TOP MAIN SOLVE Loop t[1] 3.307999999999801 x1[1] (analytic) 2.000065860702528 x1[1] (numeric) 1.998354006796494 absolute error 0.001711853906034122 relative error 0.08558987679699853% Correct digits 3 h 0.001 x2[1] (analytic) 1.1494012384422532 x2[1] (numeric) 1.1560754586742181 absolute error 0.006674220231964956 relative error 0.5806693092666503% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 117584.17613118456 Order of pole 727685469.2485992 TOP MAIN SOLVE Loop t[1] 3.3089999999998008 x1[1] (analytic) 2.000065794874745 x1[1] (numeric) 1.9983515563096748 absolute error 0.0017142385650701364 relative error 0.08570910864347298% Correct digits 3 h 0.001 x2[1] (analytic) 1.149700306974083 x2[1] (numeric) 1.1563907972861054 absolute error 0.006690490312022401 relative error 0.5819334196431785% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 117636.4999757308 Order of pole 728338249.2404104 TOP MAIN SOLVE Loop t[1] 3.3099999999998007 x1[1] (analytic) 2.0000657291127566 x1[1] (numeric) 1.9983491033711431 absolute error 0.0017166257416134645 relative error 0.08582846636620146% Correct digits 3 h 0.001 x2[1] (analytic) 1.149999974274443 x2[1] (numeric) 1.1567067708875622 absolute error 0.006706796613119348 relative error 0.5831997185348456% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1230.3039290001398 Order of pole 30562.279187893047 TOP MAIN SOLVE Loop t[1] 3.3109999999998005 x1[1] (analytic) 2.0000656634164975 x1[1] (numeric) 1.998346647978446 absolute error 0.00171901543805153 relative error 0.08594795008455475% Correct digits 3 h 0.001 x2[1] (analytic) 1.1503002415420351 x2[1] (numeric) 1.157023380753522 absolute error 0.006723139211486817 relative error 0.584468208271791% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 117756.11227053132 Order of pole 729819762.5465537 TOP MAIN SOLVE Loop t[1] 3.3119999999998004 x1[1] (analytic) 2.000065597785902 x1[1] (numeric) 1.9983441901291281 absolute error 0.0017214076567737546 relative error 0.08606755991800344% Correct digits 3 h 0.001 x2[1] (analytic) 1.1506011099779623 x2[1] (numeric) 1.1573406281614738 absolute error 0.006739518183511484 relative error 0.5857388911818943% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 117820.56962358556 Order of pole 730614414.0611681 TOP MAIN SOLVE Loop t[1] 3.3129999999998003 x1[1] (analytic) 2.000065532220904 x1[1] (numeric) 1.9983417298207315 absolute error 0.0017238024001724472 relative error 0.08618729598616252% Correct digits 3 h 0.001 x2[1] (analytic) 1.1509025807857314 x2[1] (numeric) 1.157658514391468 absolute error 0.006755933605736564 relative error 0.5870117695908048% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 117876.03972397957 Order of pole 731304105.5697296 TOP MAIN SOLVE Loop t[1] 3.3139999999998 x1[1] (analytic) 2.000065466721438 x1[1] (numeric) 1.998339267050796 absolute error 0.0017261996706421368 relative error 0.08630715840875801% Correct digits 3 h 0.001 x2[1] (analytic) 1.1512046551712585 x2[1] (numeric) 1.1579770407261212 absolute error 0.006772385554862703 relative error 0.5882868458219718% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 117934.0059501009 Order of pole 732024691.3367751 TOP MAIN SOLVE Loop t[1] 3.3149999999998 x1[1] (analytic) 2.000065401287439 x1[1] (numeric) 1.9983368018168588 absolute error 0.0017285994705802388 relative error 0.0864271473056602% Correct digits 3 h 0.001 x2[1] (analytic) 1.1515073343428746 x2[1] (numeric) 1.1582962084506216 absolute error 0.006788874107747089 relative error 0.5895641221965178% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 117998.75063636825 Order of pole 732824154.3839085 TOP MAIN SOLVE Loop t[1] 3.3159999999998 x1[1] (analytic) 2.0000653359188414 x1[1] (numeric) 1.9983343341164546 absolute error 0.0017310018023868334 relative error 0.08654726279687265% Correct digits 3 h 0.001 x2[1] (analytic) 1.1518106195113293 x2[1] (numeric) 1.1586160188527344 absolute error 0.006805399341405005 relative error 0.5908436010333264% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 118059.3205976252 Order of pole 733575783.3759335 TOP MAIN SOLVE Loop t[1] 3.3169999999998 x1[1] (analytic) 2.00006527061558 x1[1] (numeric) 1.9983318639471157 absolute error 0.0017334066684642213 relative error 0.08666750500250991% Correct digits 3 h 0.001 x2[1] (analytic) 1.1521145118897969 x2[1] (numeric) 1.158936473222806 absolute error 0.006821961333009163 relative error 0.5921252846489363% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 118115.54932962454 Order of pole 734276679.3199744 TOP MAIN SOLVE Loop t[1] 3.3179999999997998 x1[1] (analytic) 2.0000652053775885 x1[1] (numeric) 1.998329391306372 absolute error 0.0017358140712164793 relative error 0.08678787404277544% Correct digits 3 h 0.001 x2[1] (analytic) 1.152419012693879 x2[1] (numeric) 1.1592575728537704 absolute error 0.0068385601598914825 relative error 0.5934091753576468% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 118173.30811649142 Order of pole 734996838.8063356 TOP MAIN SOLVE Loop t[1] 3.3189999999997997 x1[1] (analytic) 2.0000651402048026 x1[1] (numeric) 1.9983269161917507 absolute error 0.0017382240130519033 relative error 0.0869083700380835% Correct digits 3 h 0.001 x2[1] (analytic) 1.1527241231416125 x2[1] (numeric) 1.1595793190411532 absolute error 0.006855195899540645 relative error 0.594695275471257% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 118227.09234546885 Order of pole 735669118.5635055 TOP MAIN SOLVE Loop t[1] 3.3199999999997996 x1[1] (analytic) 2.000065075097157 x1[1] (numeric) 1.998324438600777 absolute error 0.0017406364963801213 relative error 0.08702899310891504% Correct digits 3 h 0.001 x2[1] (analytic) 1.1530298444534726 x2[1] (numeric) 1.1599017130830775 absolute error 0.0068718686296049825 relative error 0.5959835872992686% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 118291.08818437187 Order of pole 736461707.9395677 TOP MAIN SOLVE Loop t[1] 3.3209999999997994 x1[1] (analytic) 2.0000650100545867 x1[1] (numeric) 1.998321958530973 absolute error 0.001743051523613648 relative error 0.08714974337589536% Correct digits 3 h 0.001 x2[1] (analytic) 1.1533361778523765 x2[1] (numeric) 1.1602247562802692 absolute error 0.0068885784278927 relative error 0.5972741131488565% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 118349.92590318286 Order of pole 737194999.5618044 TOP MAIN SOLVE Loop t[1] 3.3219999999997993 x1[1] (analytic) 2.0000649450770265 x1[1] (numeric) 1.9983194759798588 absolute error 0.0017454690971676623 relative error 0.08727062095978293% Correct digits 3 h 0.001 x2[1] (analytic) 1.1536431245636913 x2[1] (numeric) 1.1605484499360619 absolute error 0.006905325372370541 relative error 0.5985668553247037% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 118406.3889780822 Order of pole 737900851.215114 TOP MAIN SOLVE Loop t[1] 3.3229999999997992 x1[1] (analytic) 2.000064880164411 x1[1] (numeric) 1.9983169909449519 absolute error 0.001747889219459342 relative error 0.08739162598143618% Correct digits 3 h 0.001 x2[1] (analytic) 1.1539506858152369 x2[1] (numeric) 1.160872795356402 absolute error 0.006922109541165122 relative error 0.5998618161290686% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 118464.02694003975 Order of pole 738621015.9236497 TOP MAIN SOLVE Loop t[1] 3.323999999999799 x1[1] (analytic) 2.000064815316676 x1[1] (numeric) 1.998314503423767 absolute error 0.0017503118929089734 relative error 0.08751275856186898% Correct digits 3 h 0.001 x2[1] (analytic) 1.1542588628372907 x2[1] (numeric) 1.1611977938498543 absolute error 0.006938931012563598 relative error 0.6011589978617942% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 118525.22773909285 Order of pole 739381954.1497849 TOP MAIN SOLVE Loop t[1] 3.324999999999799 x1[1] (analytic) 2.000064750533756 x1[1] (numeric) 1.9983120134138168 absolute error 0.001752737119939285 relative error 0.08763401882221729% Correct digits 3 h 0.001 x2[1] (analytic) 1.1545676568625938 x2[1] (numeric) 1.1615234467276072 absolute error 0.00695578986501344 relative error 0.602458402820239% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 118589.27552057551 Order of pole 740178173.4479665 TOP MAIN SOLVE Loop t[1] 3.325999999999799 x1[1] (analytic) 2.000064685815587 x1[1] (numeric) 1.9983095209126112 absolute error 0.001755164902975892 relative error 0.08775540688376138% Correct digits 3 h 0.001 x2[1] (analytic) 1.1548770691263552 x2[1] (numeric) 1.1618497553034774 absolute error 0.0069726861771222115 relative error 0.603760033299209% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 118645.76914280532 Order of pole 740885758.1204811 TOP MAIN SOLVE Loop t[1] 3.326999999999799 x1[1] (analytic) 2.0000646211621036 x1[1] (numeric) 1.9983070259176576 absolute error 0.0017575952444459642 relative error 0.08787692286785931% Correct digits 3 h 0.001 x2[1] (analytic) 1.1551871008662569 x2[1] (numeric) 1.1621767208939162 absolute error 0.006989620027659349 relative error 0.6050638915910628% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 118701.57558784125 Order of pole 741585633.9337584 TOP MAIN SOLVE Loop t[1] 3.3279999999997987 x1[1] (analytic) 2.0000645565732413 x1[1] (numeric) 1.9983045284264613 absolute error 0.0017600281467800016 relative error 0.08799856689603561% Correct digits 3 h 0.001 x2[1] (analytic) 1.1554977533224584 x2[1] (numeric) 1.162504344818014 absolute error 0.007006591495555492 relative error 0.6063699799856037% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 118763.71649772587 Order of pole 742360424.3577951 TOP MAIN SOLVE Loop t[1] 3.3289999999997986 x1[1] (analytic) 2.0000644920489354 x1[1] (numeric) 1.9983020284365247 absolute error 0.0017624636124107251 relative error 0.08812033908992586% Correct digits 3 h 0.001 x2[1] (analytic) 1.155809027737602 x2[1] (numeric) 1.162832628397505 absolute error 0.007023600659902929 relative error 0.6076783007700701% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 118822.58702775091 Order of pole 743096947.7487013 TOP MAIN SOLVE Loop t[1] 3.3299999999997985 x1[1] (analytic) 2.000064427589122 x1[1] (numeric) 1.9982995259453478 absolute error 0.001764901643774186 relative error 0.08824223957133215% Correct digits 3 h 0.001 x2[1] (analytic) 1.1561209253568183 x2[1] (numeric) 1.1631615729567746 absolute error 0.007040647599956262 relative error 0.6089888562291421% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 118887.01722246446 Order of pole 743898525.4575088 TOP MAIN SOLVE Loop t[1] 3.3309999999997983 x1[1] (analytic) 2.0000643631937356 x1[1] (numeric) 1.9982970209504278 absolute error 0.001767342243307768 relative error 0.08836426846212322% Correct digits 3 h 0.001 x2[1] (analytic) 1.1564334474277305 x2[1] (numeric) 1.1634911798228624 absolute error 0.007057732395131966 relative error 0.6103016486448545% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 118938.10983339093 Order of pole 744544308.121969 TOP MAIN SOLVE Loop t[1] 3.3319999999997982 x1[1] (analytic) 2.000064298862713 x1[1] (numeric) 1.99829451344926 absolute error 0.0017697854134528512 relative error 0.08848642588436761% Correct digits 3 h 0.001 x2[1] (analytic) 1.156746595200459 x2[1] (numeric) 1.1638214503254687 absolute error 0.007074855125009716 relative error 0.6116166802966622% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 119005.53432767623 Order of pole 745383200.1132822 TOP MAIN SOLVE Loop t[1] 3.332999999999798 x1[1] (analytic) 2.000064234595989 x1[1] (numeric) 1.998292003439337 absolute error 0.0017722311566519267 relative error 0.0886087119601894% Correct digits 3 h 0.001 x2[1] (analytic) 1.1570603699276283 x2[1] (numeric) 1.1641523857969598 absolute error 0.007092015869331503 relative error 0.6129339534613127% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 119060.39004281281 Order of pole 746074450.3404311 TOP MAIN SOLVE Loop t[1] 3.333999999999798 x1[1] (analytic) 2.0000641703934994 x1[1] (numeric) 1.9982894909181486 absolute error 0.0017746794753508155 relative error 0.0887311268118792% Correct digits 3 h 0.001 x2[1] (analytic) 1.157374772864369 x2[1] (numeric) 1.1644839875723731 absolute error 0.007109214708004075 relative error 0.6142534704130096% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 119124.55947375101 Order of pole 746874888.3563262 TOP MAIN SOLVE Loop t[1] 3.334999999999798 x1[1] (analytic) 2.0000641062551803 x1[1] (numeric) 1.9982869758831823 absolute error 0.0017771303719980036 relative error 0.0888536705618608% Correct digits 3 h 0.001 x2[1] (analytic) 1.1576898052683262 x2[1] (numeric) 1.1648162569894227 absolute error 0.007126451721096494 relative error 0.6155752334231487% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 689.7739685945312 Order of pole 85047.68416104445 TOP MAIN SOLVE Loop t[1] 3.335999999999798 x1[1] (analytic) 2.0000640421809677 x1[1] (numeric) 1.998284458331923 absolute error 0.0017795838490446414 relative error 0.08897634333269129% Correct digits 3 h 0.001 x2[1] (analytic) 1.1580054683996615 x2[1] (numeric) 1.165149195388504 absolute error 0.00714372698884258 relative error 0.6168992447604809% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 119238.38250266865 Order of pole 748306998.7970175 TOP MAIN SOLVE Loop t[1] 3.3369999999997977 x1[1] (analytic) 2.000063978170797 x1[1] (numeric) 1.9982819382618533 absolute error 0.0017820399089438776 relative error 0.08909914524702764% Correct digits 3 h 0.001 x2[1] (analytic) 1.1583217635210599 x2[1] (numeric) 1.1654828041127003 absolute error 0.007161040591640466 relative error 0.618225506691023% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 119298.4110318929 Order of pole 749059876.0757482 TOP MAIN SOLVE Loop t[1] 3.3379999999997976 x1[1] (analytic) 2.000063914224605 x1[1] (numeric) 1.998279415670453 absolute error 0.0017844985541517477 relative error 0.08922207642767113% Correct digits 3 h 0.001 x2[1] (analytic) 1.1586386918977343 x2[1] (numeric) 1.165817084507787 absolute error 0.0071783926100528195 relative error 0.619554021478027% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 119360.26508497224 Order of pole 749836052.8892206 TOP MAIN SOLVE Loop t[1] 3.3389999999997975 x1[1] (analytic) 2.0000638503423267 x1[1] (numeric) 1.9982768905551997 absolute error 0.0017869597871269516 relative error 0.08934513699755632% Correct digits 3 h 0.001 x2[1] (analytic) 1.1589562547974306 x2[1] (numeric) 1.166152037922238 absolute error 0.007195783124807509 relative error 0.6208847913819864% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 119419.90764580718 Order of pole 750584899.5193138 TOP MAIN SOLVE Loop t[1] 3.3399999999997974 x1[1] (analytic) 2.000063786523899 x1[1] (numeric) 1.9982743629135682 absolute error 0.0017894236103306316 relative error 0.08946832707973985% Correct digits 3 h 0.001 x2[1] (analytic) 1.1592744534904331 x2[1] (numeric) 1.1664876657072305 absolute error 0.007213212216797382 relative error 0.622217818660567% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 119479.80277527201 Order of pole 751337841.196608 TOP MAIN SOLVE Loop t[1] 3.3409999999997972 x1[1] (analytic) 2.0000637227692577 x1[1] (numeric) 1.9982718327430309 absolute error 0.0017918900262268167 relative error 0.0895916467974227% Correct digits 3 h 0.001 x2[1] (analytic) 1.1595932892495684 x2[1] (numeric) 1.1668239692166502 absolute error 0.007230679967081821 relative error 0.6235531055686913% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 119539.094987602 Order of pole 752084063.9088572 TOP MAIN SOLVE Loop t[1] 3.341999999999797 x1[1] (analytic) 2.000063659078339 x1[1] (numeric) 1.9982693000410574 absolute error 0.0017943590372815343 relative error 0.08971509627390577% Correct digits 3 h 0.001 x2[1] (analytic) 1.1599127633502124 x2[1] (numeric) 1.1671609498070976 absolute error 0.007248186456885186 relative error 0.6248906543583521% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 119599.90626207255 Order of pole 752848811.8648021 TOP MAIN SOLVE Loop t[1] 3.342999999999797 x1[1] (analytic) 2.00006359545108 x1[1] (numeric) 1.9982667648051153 absolute error 0.0017968306459645866 relative error 0.0898386756326787% Correct digits 3 h 0.001 x2[1] (analytic) 1.1602328770702932 x2[1] (numeric) 1.1674986088378925 absolute error 0.007265731767599259 relative error 0.6262304672787739% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 119657.20767410747 Order of pole 753572577.6119711 TOP MAIN SOLVE Loop t[1] 3.343999999999797 x1[1] (analytic) 2.000063531887416 x1[1] (numeric) 1.9982642270326691 absolute error 0.001799304854746664 relative error 0.08996238499727555% Correct digits 3 h 0.001 x2[1] (analytic) 1.1605536316902985 x2[1] (numeric) 1.1678369476710802 absolute error 0.0072833159807816905 relative error 0.6275725465762269% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 119717.32980878848 Order of pole 754330006.8114982 TOP MAIN SOLVE Loop t[1] 3.344999999999797 x1[1] (analytic) 2.0000634683872835 x1[1] (numeric) 1.9982616867211813 absolute error 0.0018017816661022312 relative error 0.09008622449141909% Correct digits 3 h 0.001 x2[1] (analytic) 1.160875028493278 x2[1] (numeric) 1.1681759676714363 absolute error 0.007300939178158217 relative error 0.6289168944941684% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 119776.13539290776 Order of pole 755072366.7191372 TOP MAIN SOLVE Loop t[1] 3.3459999999997967 x1[1] (analytic) 2.00006340495062 x1[1] (numeric) 1.9982591438681114 absolute error 0.0018042610825086403 relative error 0.09021019423897644% Correct digits 3 h 0.001 x2[1] (analytic) 1.1611970687648525 x2[1] (numeric) 1.1685156702064727 absolute error 0.0073186014416202205 relative error 0.6302635132729799% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 119835.46853520905 Order of pole 755820771.9143999 TOP MAIN SOLVE Loop t[1] 3.3469999999997966 x1[1] (analytic) 2.0000633415773614 x1[1] (numeric) 1.9982565984709166 absolute error 0.001806743106444797 relative error 0.09033429436389243% Correct digits 3 h 0.001 x2[1] (analytic) 1.1615197537932143 x2[1] (numeric) 1.168856056646443 absolute error 0.007336302853228727 relative error 0.6316124051502624% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 119897.71357910374 Order of pole 756604106.3047544 TOP MAIN SOLVE Loop t[1] 3.3479999999997965 x1[1] (analytic) 2.000063278267444 x1[1] (numeric) 1.9982540505270514 absolute error 0.001809227740392716 relative error 0.09045852499026732% Correct digits 3 h 0.001 x2[1] (analytic) 1.1618430848691357 x2[1] (numeric) 1.1691971283643474 absolute error 0.007354043495211737 relative error 0.6329635723605533% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 119957.18895025372 Order of pole 757355677.480319 TOP MAIN SOLVE Loop t[1] 3.3489999999997964 x1[1] (analytic) 2.0000632150208055 x1[1] (numeric) 1.998251500033968 absolute error 0.0018117149868375204 relative error 0.0905828862423568% Correct digits 3 h 0.001 x2[1] (analytic) 1.1621670632859733 x2[1] (numeric) 1.1695388867359393 absolute error 0.0073718234499660085 relative error 0.6343170171354298% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 120020.67923261953 Order of pole 758154870.1084981 TOP MAIN SOLVE Loop t[1] 3.3499999999997963 x1[1] (analytic) 2.0000631518373817 x1[1] (numeric) 1.9982489469891158 absolute error 0.001814204848265888 relative error 0.09070737824449429% Correct digits 3 h 0.001 x2[1] (analytic) 1.1624916903396727 x2[1] (numeric) 1.1698813331397298 absolute error 0.00738964280005705 relative error 0.6356727417034562% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 120074.67858360881 Order of pole 758842107.7257599 TOP MAIN SOLVE Loop t[1] 3.350999999999796 x1[1] (analytic) 2.0000630887171096 x1[1] (numeric) 1.9982463913899418 absolute error 0.0018166973271678266 relative error 0.09083200112117971% Correct digits 3 h 0.001 x2[1] (analytic) 1.162816967328774 x2[1] (numeric) 1.1702244689569934 absolute error 0.007407501628219348 relative error 0.6370307482901526% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 120141.5673678776 Order of pole 759681801.3742079 TOP MAIN SOLVE Loop t[1] 3.351999999999796 x1[1] (analytic) 2.000063025659926 x1[1] (numeric) 1.9982438332338903 absolute error 0.0018191924260357872 relative error 0.09095675499703515% Correct digits 3 h 0.001 x2[1] (analytic) 1.1631428955544176 x2[1] (numeric) 1.1705682955717744 absolute error 0.007425400017356809 relative error 0.6383910391179801% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 120199.41654761422 Order of pole 760415678.7210081 TOP MAIN SOLVE Loop t[1] 3.352999999999796 x1[1] (analytic) 2.0000629626657687 x1[1] (numeric) 1.9982412725184033 absolute error 0.001821690147365329 relative error 0.09108163999683806% Correct digits 3 h 0.001 x2[1] (analytic) 1.1634694763203481 x2[1] (numeric) 1.1709128143708913 absolute error 0.007443338050543202 relative error 0.6397536164063288% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 120259.94567353792 Order of pole 761181727.1866267 TOP MAIN SOLVE Loop t[1] 3.353999999999796 x1[1] (analytic) 2.0000628997345737 x1[1] (numeric) 1.9982387092409202 absolute error 0.0018241904936535658 relative error 0.09120665624544369% Correct digits 3 h 0.001 x2[1] (analytic) 1.1637967109329206 x2[1] (numeric) 1.171258026743943 absolute error 0.007461315811022384 relative error 0.6411184823714837% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 120320.29663696824 Order of pole 761944969.9887308 TOP MAIN SOLVE Loop t[1] 3.3549999999997957 x1[1] (analytic) 2.0000628368662787 x1[1] (numeric) 1.9982361433988773 absolute error 0.0018266934674013857 relative error 0.09133180386789597% Correct digits 3 h 0.001 x2[1] (analytic) 1.164124600701105 x2[1] (numeric) 1.171603934083314 absolute error 0.007479333382208964 relative error 0.6424856392266313% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1408.9259614167765 Order of pole 1967.4559948089257 TOP MAIN SOLVE Loop t[1] 3.3559999999997956 x1[1] (analytic) 2.00006277406082 x1[1] (numeric) 1.998233574989709 absolute error 0.0018291990711110095 relative error 0.09145708298930548% Correct digits 3 h 0.001 x2[1] (analytic) 1.1644531469364927 x2[1] (numeric) 1.1719505377841806 absolute error 0.007497390847687857 relative error 0.6438550891817678% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 120435.21857881811 Order of pole 763405830.620752 TOP MAIN SOLVE Loop t[1] 3.3569999999997955 x1[1] (analytic) 2.000062711318136 x1[1] (numeric) 1.998231004010847 absolute error 0.0018317073072890988 relative error 0.09158249373500478% Correct digits 3 h 0.001 x2[1] (analytic) 1.1647823509533004 x2[1] (numeric) 1.1722978392445158 absolute error 0.0075154882912154 relative error 0.645226834443744% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 120499.01002686731 Order of pole 764212038.6287199 TOP MAIN SOLVE Loop t[1] 3.3579999999997954 x1[1] (analytic) 2.000062648638163 x1[1] (numeric) 1.9982284304597202 absolute error 0.0018342181784427591 relative error 0.09170803623034875% Correct digits 3 h 0.001 x2[1] (analytic) 1.165112214068376 x2[1] (numeric) 1.1726458398650954 absolute error 0.007533625796719345 relative error 0.6466008772162116% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 120559.12366893991 Order of pole 764974422.770814 TOP MAIN SOLVE Loop t[1] 3.3589999999997953 x1[1] (analytic) 2.0000625860208388 x1[1] (numeric) 1.998225854333755 absolute error 0.0018367316870837591 relative error 0.09183371060092527% Correct digits 3 h 0.001 x2[1] (analytic) 1.165442737601204 x2[1] (numeric) 1.1729945410495033 absolute error 0.00755180344829931 relative error 0.6479772196996106% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 120614.46472102749 Order of pole 765681048.8206644 TOP MAIN SOLVE Loop t[1] 3.359999999999795 x1[1] (analytic) 2.0000625234661005 x1[1] (numeric) 1.9982232756303755 absolute error 0.0018392478357249775 relative error 0.09195951697237785% Correct digits 3 h 0.001 x2[1] (analytic) 1.1657739228739095 x2[1] (numeric) 1.1733439442041373 absolute error 0.007570021330227883 relative error 0.649355864091211% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 120679.23685707546 Order of pole 766500183.1224872 TOP MAIN SOLVE Loop t[1] 3.360999999999795 x1[1] (analytic) 2.000062460973886 x1[1] (numeric) 1.9982206943470027 absolute error 0.00184176662688329 relative error 0.09208545547054979% Correct digits 3 h 0.001 x2[1] (analytic) 1.166105771211266 x2[1] (numeric) 1.1736940507382148 absolute error 0.007588279526948849 relative error 0.6507368125849078% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 120738.72395010044 Order of pole 767256433.5285076 TOP MAIN SOLVE Loop t[1] 3.361999999999795 x1[1] (analytic) 2.000062398544132 x1[1] (numeric) 1.9982181104810555 absolute error 0.0018442880630766822 relative error 0.0922115262213399% Correct digits 3 h 0.001 x2[1] (analytic) 1.1664382839406982 x2[1] (numeric) 1.174044862063778 absolute error 0.007606578123079855 relative error 0.6521200673713976% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 120802.63994025589 Order of pole 768066378.6385243 TOP MAIN SOLVE Loop t[1] 3.362999999999795 x1[1] (analytic) 2.000062336176777 x1[1] (numeric) 1.99821552402995 absolute error 0.001846812146826915 relative error 0.09233772935083576% Correct digits 3 h 0.001 x2[1] (analytic) 1.1667714623922887 x2[1] (numeric) 1.1743963795957 absolute error 0.007624917203411297 relative error 0.6535056306380305% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 120860.42669761834 Order of pole 768803651.2329476 TOP MAIN SOLVE Loop t[1] 3.3639999999997947 x1[1] (analytic) 2.0000622738717575 x1[1] (numeric) 1.9982129349910998 absolute error 0.001849338880657747 relative error 0.09246406498522482% Correct digits 3 h 0.001 x2[1] (analytic) 1.1671053078987834 x2[1] (numeric) 1.1747486047516906 absolute error 0.007643296852907211 relative error 0.654893504568833% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 120920.28400298738 Order of pole 769565597.8309213 TOP MAIN SOLVE Loop t[1] 3.3649999999997946 x1[1] (analytic) 2.0000622116290123 x1[1] (numeric) 1.9982103433619156 absolute error 0.0018518682670967124 relative error 0.09259053325088329% Correct digits 3 h 0.001 x2[1] (analytic) 1.1674398217955952 x2[1] (numeric) 1.1751015389523016 absolute error 0.007661717156706382 relative error 0.6562836913445511% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 120985.02469375599 Order of pole 770386462.7349141 TOP MAIN SOLVE Loop t[1] 3.3659999999997945 x1[1] (analytic) 2.0000621494484787 x1[1] (numeric) 1.998207749139806 absolute error 0.0018544003086726768 relative error 0.092717134274254% Correct digits 3 h 0.001 x2[1] (analytic) 1.1677750054208116 x2[1] (numeric) 1.1754551836209324 absolute error 0.007680178200120791 relative error 0.6576761931424635% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 121041.42163459072 Order of pole 771108026.4908742 TOP MAIN SOLVE Loop t[1] 3.3669999999997944 x1[1] (analytic) 2.000062087330095 x1[1] (numeric) 1.9982051523221769 absolute error 0.001856935007918059 relative error 0.0928438681819574% Correct digits 3 h 0.001 x2[1] (analytic) 1.1681108601151988 x2[1] (numeric) 1.1758095401838362 absolute error 0.007698680068637387 relative error 0.6590710121364803% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 121101.06736352995 Order of pole 771868492.0086737 TOP MAIN SOLVE Loop t[1] 3.3679999999997943 x1[1] (analytic) 2.000062025273798 x1[1] (numeric) 1.9982025529064313 absolute error 0.0018594723673666103 relative error 0.0929707351006806% Correct digits 3 h 0.001 x2[1] (analytic) 1.1684473872222072 x2[1] (numeric) 1.1761646100701255 absolute error 0.007717222847918315 relative error 0.6604681504971098% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 121161.59693812049 Order of pole 772641002.3647119 TOP MAIN SOLVE Loop t[1] 3.368999999999794 x1[1] (analytic) 2.0000619632795265 x1[1] (numeric) 1.99819995088997 absolute error 0.0018620123895565222 relative error 0.09309773515733269% Correct digits 3 h 0.001 x2[1] (analytic) 1.168784588087976 x2[1] (numeric) 1.1765203947117777 absolute error 0.0077358066238018 relative error 0.6618676103914809% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 121227.35835185228 Order of pole 773476127.481712 TOP MAIN SOLVE Loop t[1] 3.369999999999794 x1[1] (analytic) 2.0000619013472183 x1[1] (numeric) 1.9981973462701905 absolute error 0.001864555077027763 relative error 0.09322486847891161% Correct digits 3 h 0.001 x2[1] (analytic) 1.1691224640613407 x2[1] (numeric) 1.176876895543641 absolute error 0.007754431482300372 relative error 0.663269393983137% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 121280.86905489703 Order of pole 774164692.2556791 TOP MAIN SOLVE Loop t[1] 3.370999999999794 x1[1] (analytic) 2.0000618394768113 x1[1] (numeric) 1.9981947390444885 absolute error 0.0018671004323227436 relative error 0.09335213519253742% Correct digits 3 h 0.001 x2[1] (analytic) 1.1694610164938364 x2[1] (numeric) 1.17723411400344 absolute error 0.007773097509603533 relative error 0.6646735034322113% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1677.2898381783334 Order of pole 11163.956410172714 TOP MAIN SOLVE Loop t[1] 3.371999999999794 x1[1] (analytic) 2.000061777668244 x1[1] (numeric) 1.998192129210257 absolute error 0.0018696484579872052 relative error 0.0934795354254967% Correct digits 3 h 0.001 x2[1] (analytic) 1.1698002467397044 x2[1] (numeric) 1.1775920515317813 absolute error 0.007791804792076862 relative error 0.666079940895297% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 121404.11555415319 Order of pole 775737287.5214251 TOP MAIN SOLVE Loop t[1] 3.3729999999997937 x1[1] (analytic) 2.000061715921454 x1[1] (numeric) 1.9981895167648855 absolute error 0.0018721991565686658 relative error 0.0936070693051649% Correct digits 3 h 0.001 x2[1] (analytic) 1.1701401561558968 x2[1] (numeric) 1.1779507095721597 absolute error 0.007810553416262911 relative error 0.6674887085254697% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 121463.33193923194 Order of pole 776495498.2305915 TOP MAIN SOLVE Loop t[1] 3.3739999999997936 x1[1] (analytic) 2.0000616542363807 x1[1] (numeric) 1.9981869017057623 absolute error 0.0018747525306184176 relative error 0.0937347369591061% Correct digits 3 h 0.001 x2[1] (analytic) 1.1704807461020827 x2[1] (numeric) 1.1783100895709642 absolute error 0.007829343468881422 relative error 0.6688998084722524% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 121530.94575162788 Order of pole 777354951.7870549 TOP MAIN SOLVE Loop t[1] 3.3749999999997935 x1[1] (analytic) 2.000061592612961 x1[1] (numeric) 1.998184284030272 absolute error 0.0018773085826890856 relative error 0.09386253851495113% Correct digits 3 h 0.001 x2[1] (analytic) 1.1708220179406532 x2[1] (numeric) 1.1786701929774828 absolute error 0.007848175036829552 relative error 0.6703132428815805% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 121583.06733881157 Order of pole 778028288.8663642 TOP MAIN SOLVE Loop t[1] 3.3759999999997934 x1[1] (analytic) 2.0000615310511343 x1[1] (numeric) 1.9981816637357968 absolute error 0.0018798673153375134 relative error 0.09399047410054166% Correct digits 3 h 0.001 x2[1] (analytic) 1.1711639730367271 x2[1] (numeric) 1.1790310212439092 absolute error 0.007867048207182092 relative error 0.6717290138957669% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 121649.19279212697 Order of pole 778870692.6961206 TOP MAIN SOLVE Loop t[1] 3.3769999999997933 x1[1] (analytic) 2.0000614695508383 x1[1] (numeric) 1.9981790408197166 absolute error 0.0018824287311216548 relative error 0.09411854384377492% Correct digits 3 h 0.001 x2[1] (analytic) 1.1715066127581557 x2[1] (numeric) 1.1793925758253483 absolute error 0.00788596306719258 relative error 0.6731471236535435% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1190.7777999543246 Order of pole 16300.08077956327 TOP MAIN SOLVE Loop t[1] 3.377999999999793 x1[1] (analytic) 2.000061408112012 x1[1] (numeric) 1.9981764152794084 absolute error 0.0018849928326034604 relative error 0.09424674787274796% Correct digits 3 h 0.001 x2[1] (analytic) 1.171849938475529 x2[1] (numeric) 1.179754858179822 absolute error 0.007904919704293079 relative error 0.6745675742899868% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 121770.74923394805 Order of pole 780428072.4412838 TOP MAIN SOLVE Loop t[1] 3.378999999999793 x1[1] (analytic) 2.0000613467345936 x1[1] (numeric) 1.9981737871122467 absolute error 0.0018875596223468794 relative error 0.09437508631565775% Correct digits 3 h 0.001 x2[1] (analytic) 1.1721939515621815 x2[1] (numeric) 1.1801178697682753 absolute error 0.007923918206093727 relative error 0.6759903679364264% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 121831.1840170799 Order of pole 781203189.0551083 TOP MAIN SOLVE Loop t[1] 3.379999999999793 x1[1] (analytic) 2.0000612854185222 x1[1] (numeric) 1.9981711563156033 absolute error 0.0018901291029189693 relative error 0.09450355930085667% Correct digits 3 h 0.001 x2[1] (analytic) 1.1725386533941964 x2[1] (numeric) 1.1804816120545816 absolute error 0.007942958660385191 relative error 0.6774155067205997% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 121886.76456583182 Order of pole 781920700.011048 TOP MAIN SOLVE Loop t[1] 3.380999999999793 x1[1] (analytic) 2.000061224163736 x1[1] (numeric) 1.9981685228868473 absolute error 0.0018927012768887863 relative error 0.09463216695679709% Correct digits 3 h 0.001 x2[1] (analytic) 1.1728840453504121 x2[1] (numeric) 1.1808460865055492 absolute error 0.0079620411551371 relative error 0.6788429927664633% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 121950.71786145726 Order of pole 782738447.0033534 TOP MAIN SOLVE Loop t[1] 3.3819999999997927 x1[1] (analytic) 2.0000611629701743 x1[1] (numeric) 1.9981658868233456 absolute error 0.0018952761468287171 relative error 0.09476090941209782% Correct digits 3 h 0.001 x2[1] (analytic) 1.1732301288124278 x2[1] (numeric) 1.1812112945909268 absolute error 0.007981165778498944 relative error 0.6802728281942159% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 122011.9453273587 Order of pole 783525129.6094476 TOP MAIN SOLVE Loop t[1] 3.3829999999997926 x1[1] (analytic) 2.0000611018377756 x1[1] (numeric) 1.9981632481224618 absolute error 0.001897853715313813 relative error 0.09488978679551098% Correct digits 3 h 0.001 x2[1] (analytic) 1.1735769051646083 x2[1] (numeric) 1.1815772377834095 absolute error 0.008000332618801176 relative error 0.681705015120337% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 122070.56922974694 Order of pole 784279426.276537 TOP MAIN SOLVE Loop t[1] 3.3839999999997925 x1[1] (analytic) 2.0000610407664783 x1[1] (numeric) 1.9981606067815574 absolute error 0.0019004339849209018 relative error 0.09501879923587749% Correct digits 3 h 0.001 x2[1] (analytic) 1.1739243757940898 x2[1] (numeric) 1.1819439175586448 absolute error 0.008019541764554994 relative error 0.6831395556575143% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 122139.08387638595 Order of pole 785153964.0527612 TOP MAIN SOLVE Loop t[1] 3.3849999999997924 x1[1] (analytic) 2.0000609797562223 x1[1] (numeric) 1.9981579627979908 absolute error 0.0019030169582314738 relative error 0.09514794686227133% Correct digits 3 h 0.001 x2[1] (analytic) 1.1742725420907858 x2[1] (numeric) 1.1823113353952381 absolute error 0.00803879330445234 relative error 0.6845764519145882% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 122196.90827692655 Order of pole 785900301.1233784 TOP MAIN SOLVE Loop t[1] 3.3859999999997923 x1[1] (analytic) 2.0000609188069456 x1[1] (numeric) 1.9981553161691183 absolute error 0.0019056026378272417 relative error 0.09527722980377772% Correct digits 3 h 0.001 x2[1] (analytic) 1.174621405447393 x2[1] (numeric) 1.1826794927747595 absolute error 0.00805808732736657 relative error 0.6860157059965534% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 122259.33793938055 Order of pole 786702823.2450223 TOP MAIN SOLVE Loop t[1] 3.386999999999792 x1[1] (analytic) 2.000060857918588 x1[1] (numeric) 1.9981526668922933 absolute error 0.0019081910262948032 relative error 0.09540664818972601% Correct digits 3 h 0.001 x2[1] (analytic) 1.1749709672593953 x2[1] (numeric) 1.1830483911817486 absolute error 0.008077423922353333 relative error 0.6874573200045803% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 122317.07130204946 Order of pole 787447925.1101624 TOP MAIN SOLVE Loop t[1] 3.387999999999792 x1[1] (analytic) 2.000060797091088 x1[1] (numeric) 1.9981500149648663 absolute error 0.001910782126221866 relative error 0.09553620214950115% Correct digits 3 h 0.001 x2[1] (analytic) 1.1753212289250707 x2[1] (numeric) 1.1834180321037213 absolute error 0.00809680317865058 relative error 0.6889012960359596% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 122379.13540134775 Order of pole 788247430.3478583 TOP MAIN SOLVE Loop t[1] 3.388999999999792 x1[1] (analytic) 2.0000607363243854 x1[1] (numeric) 1.9981473603841855 absolute error 0.0019133759401999129 relative error 0.09566589181267676% Correct digits 3 h 0.001 x2[1] (analytic) 1.1756721918454973 x2[1] (numeric) 1.1837884170311757 absolute error 0.008116225185678339 relative error 0.6903476361840277% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 122442.76537278033 Order of pole 789065616.3864883 TOP MAIN SOLVE Loop t[1] 3.389999999999792 x1[1] (analytic) 2.0000606756184194 x1[1] (numeric) 1.9981447031475963 absolute error 0.0019159724708230907 relative error 0.09579571730895971% Correct digits 3 h 0.001 x2[1] (analytic) 1.1760238574245572 x2[1] (numeric) 1.1841595474575972 absolute error 0.008135690033040044 relative error 0.6917963425382256% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 122504.82972450826 Order of pole 789864939.1263462 TOP MAIN SOLVE Loop t[1] 3.3909999999997917 x1[1] (analytic) 2.0000606149731284 x1[1] (numeric) 1.9981420432524415 absolute error 0.001918571720686879 relative error 0.09592567876812352% Correct digits 3 h 0.001 x2[1] (analytic) 1.1763762270689437 x2[1] (numeric) 1.1845314248794658 absolute error 0.008155197810522097 relative error 0.6932474171840048% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 122558.86282931281 Order of pole 790567556.0496721 TOP MAIN SOLVE Loop t[1] 3.3919999999997916 x1[1] (analytic) 2.000060554388453 x1[1] (numeric) 1.998139380696061 absolute error 0.0019211736923918643 relative error 0.096055776320197% Correct digits 3 h 0.001 x2[1] (analytic) 1.1767293021881662 x2[1] (numeric) 1.1849040507962614 absolute error 0.008174748608095195 relative error 0.6947008622028861% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 122626.1184990656 Order of pole 791430511.2378349 TOP MAIN SOLVE Loop t[1] 3.3929999999997915 x1[1] (analytic) 2.0000604938643316 x1[1] (numeric) 1.9981367154757925 absolute error 0.001923778388539077 relative error 0.0961860100952312% Correct digits 3 h 0.001 x2[1] (analytic) 1.1770830841945557 x2[1] (numeric) 1.1852774267104693 absolute error 0.008194342515913666 relative error 0.6961566796723462% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 122689.7136245318 Order of pole 792249545.1485018 TOP MAIN SOLVE Loop t[1] 3.3939999999997914 x1[1] (analytic) 2.000060433400704 x1[1] (numeric) 1.9981340475889706 absolute error 0.0019263858117335442 relative error 0.096316380223477% Correct digits 3 h 0.001 x2[1] (analytic) 1.1774375745032712 x2[1] (numeric) 1.1856515541275874 absolute error 0.008213979624316137 relative error 0.6976148716658198% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 115588.5752031766 Order of pole 115563.19373704273 TOP MAIN SOLVE Loop t[1] 3.3949999999997913 x1[1] (analytic) 2.0000603729975097 x1[1] (numeric) 1.9981313770329276 absolute error 0.0019289959645820698 relative error 0.09644688683527412% Correct digits 3 h 0.001 x2[1] (analytic) 1.1777927745323047 x2[1] (numeric) 1.1860264345561313 absolute error 0.008233660023826639 relative error 0.6990754402527373% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 122810.60492400013 Order of pole 793813268.8688831 TOP MAIN SOLVE Loop t[1] 3.395999999999791 x1[1] (analytic) 2.0000603126546888 x1[1] (numeric) 1.9981287038049929 absolute error 0.0019316088496958983 relative error 0.09657753006118427% Correct digits 3 h 0.001 x2[1] (analytic) 1.178148685702487 x2[1] (numeric) 1.186402069507641 absolute error 0.008253383805153947 relative error 0.7005383874984129% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 122868.85872956183 Order of pole 794568530.5513601 TOP MAIN SOLVE Loop t[1] 3.396999999999791 x1[1] (analytic) 2.0000602523721804 x1[1] (numeric) 1.998126027902493 absolute error 0.0019342244696873845 relative error 0.09670831003182473% Correct digits 3 h 0.001 x2[1] (analytic) 1.178505309437493 x2[1] (numeric) 1.1867784604966858 absolute error 0.008273151059192685 relative error 0.7020037154640826% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 122929.65163866444 Order of pole 795356642.3922092 TOP MAIN SOLVE Loop t[1] 3.397999999999791 x1[1] (analytic) 2.0000601921499244 x1[1] (numeric) 1.9981233493227524 absolute error 0.0019368428271719917 relative error 0.09683922687796818% Correct digits 3 h 0.001 x2[1] (analytic) 1.1788626471638488 x2[1] (numeric) 1.1871556090408721 absolute error 0.00829296187702333 relative error 0.7034714262068481% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 122992.24007561553 Order of pole 796165239.9057665 TOP MAIN SOLVE Loop t[1] 3.398999999999791 x1[1] (analytic) 2.0000601319878606 x1[1] (numeric) 1.9981206680630923 absolute error 0.001939463924768292 relative error 0.09697028073054274% Correct digits 3 h 0.001 x2[1] (analytic) 1.1792207003109356 x2[1] (numeric) 1.187533516660848 absolute error 0.008312816349912433 relative error 0.7049415217796396% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 123052.42413714956 Order of pole 796945918.786733 TOP MAIN SOLVE Loop t[1] 3.3999999999997907 x1[1] (analytic) 2.0000600718859287 x1[1] (numeric) 1.9981179841208314 absolute error 0.0019420877650973 relative error 0.09710147172059864% Correct digits 3 h 0.001 x2[1] (analytic) 1.1795794703109965 x2[1] (numeric) 1.1879121848803103 absolute error 0.008332714569313726 relative error 0.706414004231254% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 123115.01176067293 Order of pole 797755437.356799 TOP MAIN SOLVE Loop t[1] 3.4009999999997906 x1[1] (analytic) 2.000060011844069 x1[1] (numeric) 1.9981152974932859 absolute error 0.0019447143507829168 relative error 0.09723279997933047% Correct digits 3 h 0.001 x2[1] (analytic) 1.1799389585991422 x2[1] (numeric) 1.18829161522601 absolute error 0.008352656626867683 relative error 0.7078888756062601% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 123175.13688450684 Order of pole 798536443.8585689 TOP MAIN SOLVE Loop t[1] 3.4019999999997905 x1[1] (analytic) 2.0000599518622204 x1[1] (numeric) 1.998112608177769 absolute error 0.0019473436844514858 relative error 0.09736426563805492% Correct digits 3 h 0.001 x2[1] (analytic) 1.1802991666133562 x2[1] (numeric) 1.1886718092277588 absolute error 0.008372642614402626 relative error 0.7093661379450372% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 123238.28090239159 Order of pole 799354602.7292641 TOP MAIN SOLVE Loop t[1] 3.4029999999997904 x1[1] (analytic) 2.000059891940324 x1[1] (numeric) 1.9981099161715914 absolute error 0.0019499757687326813 relative error 0.09749586882825521% Correct digits 3 h 0.001 x2[1] (analytic) 1.1806600957945013 x2[1] (numeric) 1.1890527684184353 absolute error 0.008392672623934061 relative error 0.7108457932836616% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 123298.98494913777 Order of pole 800142029.5148053 TOP MAIN SOLVE Loop t[1] 3.4039999999997903 x1[1] (analytic) 2.00005983207832 x1[1] (numeric) 1.9981072214720612 absolute error 0.0019526106062586202 relative error 0.09762760968153669% Correct digits 3 h 0.001 x2[1] (analytic) 1.1810217475863243 x2[1] (numeric) 1.1894344943339907 absolute error 0.008412746747666455 relative error 0.7123278436540004% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 123362.24226263662 Order of pole 800962246.6499329 TOP MAIN SOLVE Loop t[1] 3.40499999999979 x1[1] (analytic) 2.0000597722761477 x1[1] (numeric) 1.9981045240764836 absolute error 0.0019552481996640836 relative error 0.09775948832963793% Correct digits 3 h 0.001 x2[1] (analytic) 1.181384123435463 x2[1] (numeric) 1.1898169885134555 absolute error 0.008432865077992568 relative error 0.7138122910835988% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 123426.92976396774 Order of pole 801800658.4831147 TOP MAIN SOLVE Loop t[1] 3.40599999999979 x1[1] (analytic) 2.000059712533748 x1[1] (numeric) 1.9981018239821615 absolute error 0.0019578885515862954 relative error 0.09789150490441965% Correct digits 3 h 0.001 x2[1] (analytic) 1.1817472247914511 x2[1] (numeric) 1.190200252498945 absolute error 0.008453027707493899 relative error 0.7152991375956603% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 123492.0162074845 Order of pole 802643651.890428 TOP MAIN SOLVE Loop t[1] 3.40699999999979 x1[1] (analytic) 2.00005965285106 x1[1] (numeric) 1.9980991211863945 absolute error 0.001960531664665588 relative error 0.098023659537898% Correct digits 3 h 0.001 x2[1] (analytic) 1.1821110531067245 x2[1] (numeric) 1.190584287835666 absolute error 0.00847323472894157 relative error 0.7167883852090655% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 123545.6222576821 Order of pole 803346962.5216842 TOP MAIN SOLVE Loop t[1] 3.40799999999979 x1[1] (analytic) 2.0000595932280256 x1[1] (numeric) 1.99809641568648 absolute error 0.0019631775415456243 relative error 0.09815595236225562% Correct digits 3 h 0.001 x2[1] (analytic) 1.1824756098366265 x2[1] (numeric) 1.1909690960719232 absolute error 0.008493486235296777 relative error 0.7182800359383528% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 123613.0587883581 Order of pole 804219857.8369236 TOP MAIN SOLVE Loop t[1] 3.4089999999997898 x1[1] (analytic) 2.0000595336645843 x1[1] (numeric) 1.9980937074797123 absolute error 0.001965826184872066 relative error 0.09828838350977509% Correct digits 3 h 0.001 x2[1] (analytic) 1.1828408964394148 x2[1] (numeric) 1.1913546787591247 absolute error 0.008513782319709895 relative error 0.7197740917935848% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 123674.28928747392 Order of pole 805016420.2776259 TOP MAIN SOLVE Loop t[1] 3.4099999999997896 x1[1] (analytic) 2.0000594741606768 x1[1] (numeric) 1.9980909965633833 absolute error 0.001968477597293461 relative error 0.09842095311288335% Correct digits 3 h 0.001 x2[1] (analytic) 1.1832069143762656 x2[1] (numeric) 1.1917410374517887 absolute error 0.008534123075523148 relative error 0.7212705547805187% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 123735.79705231113 Order of pole 805817550.4772204 TOP MAIN SOLVE Loop t[1] 3.4109999999997895 x1[1] (analytic) 2.000059414716243 x1[1] (numeric) 1.998088282934782 absolute error 0.001971131781461022 relative error 0.09855366130414055% Correct digits 3 h 0.001 x2[1] (analytic) 1.1835736651112811 x2[1] (numeric) 1.1921281737075498 absolute error 0.008554508596268606 relative error 0.722769426900378% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 123795.48930538085 Order of pole 806597861.8632944 TOP MAIN SOLVE Loop t[1] 3.4119999999997894 x1[1] (analytic) 2.0000593553312243 x1[1] (numeric) 1.9980855665911947 absolute error 0.001973788740029514 relative error 0.09868650821628443% Correct digits 3 h 0.001 x2[1] (analytic) 1.1839411501114947 x2[1] (numeric) 1.1925160890871644 absolute error 0.008574938975669744 relative error 0.7242707101499276% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 123855.19494700915 Order of pole 807377800.8541678 TOP MAIN SOLVE Loop t[1] 3.4129999999997893 x1[1] (analytic) 2.0000592960055608 x1[1] (numeric) 1.9980828475299053 absolute error 0.001976448475655479 relative error 0.09881949398214161% Correct digits 3 h 0.001 x2[1] (analytic) 1.184309370846876 x2[1] (numeric) 1.1929047851545185 absolute error 0.008595414307642546 relative error 0.7257744065215103% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 123916.10018765254 Order of pole 808173018.7884626 TOP MAIN SOLVE Loop t[1] 3.413999999999789 x1[1] (analytic) 2.0000592367391934 x1[1] (numeric) 1.9980801257481946 absolute error 0.001979110990998789 relative error 0.09895261873470522% Correct digits 3 h 0.001 x2[1] (analytic) 1.1846783287903386 x2[1] (numeric) 1.1932942634766326 absolute error 0.008615934686293958 relative error 0.7272805180028564% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 123981.95060871638 Order of pole 809028840.8843479 TOP MAIN SOLVE Loop t[1] 3.414999999999789 x1[1] (analytic) 2.0000591775320626 x1[1] (numeric) 1.9980774012433409 absolute error 0.0019817762887217594 relative error 0.0990858826070905% Correct digits 3 h 0.001 x2[1] (analytic) 1.185048025417744 x2[1] (numeric) 1.1936845256236683 absolute error 0.008636500205924325 relative error 0.7287890465772349% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 124044.90411432019 Order of pole 809849421.5797642 TOP MAIN SOLVE Loop t[1] 3.415999999999789 x1[1] (analytic) 2.0000591183841094 x1[1] (numeric) 1.9980746740126196 absolute error 0.001984444371489813 relative error 0.09921928573256815% Correct digits 3 h 0.001 x2[1] (analytic) 1.1854184622079094 x2[1] (numeric) 1.1940755731689354 absolute error 0.00865711096102606 relative error 0.7302999942232803% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 124108.72394448704 Order of pole 810681865.5810128 TOP MAIN SOLVE Loop t[1] 3.416999999999789 x1[1] (analytic) 2.0000590592952747 x1[1] (numeric) 1.9980719440533035 absolute error 0.00198711524197126 relative error 0.09935282824455317% Correct digits 3 h 0.001 x2[1] (analytic) 1.1857896406426112 x2[1] (numeric) 1.1944674076888968 absolute error 0.008677767046285645 relative error 0.7318133629151061% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 124166.25690068254 Order of pole 811437316.0966063 TOP MAIN SOLVE Loop t[1] 3.4179999999997888 x1[1] (analytic) 2.0000590002654994 x1[1] (numeric) 1.9980692113626626 absolute error 0.001989788902836853 relative error 0.09948651027658269% Correct digits 3 h 0.001 x2[1] (analytic) 1.186161562206594 x2[1] (numeric) 1.194860030763176 absolute error 0.008698468556582073 relative error 0.7333291546221137% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 124223.88734117166 Order of pole 812194032.505216 TOP MAIN SOLVE Loop t[1] 3.4189999999997887 x1[1] (analytic) 2.000058941294724 x1[1] (numeric) 1.9980664759379643 absolute error 0.001992465356759787 relative error 0.09962033196231601% Correct digits 3 h 0.001 x2[1] (analytic) 1.1865342283875735 x2[1] (numeric) 1.195253443974563 absolute error 0.008719215586989515 relative error 0.7348473713091606% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 124288.27850395016 Order of pole 813034347.7636213 TOP MAIN SOLVE Loop t[1] 3.4199999999997885 x1[1] (analytic) 2.0000588823828904 x1[1] (numeric) 1.9980637377764732 absolute error 0.001995144606417254 relative error 0.09975429343561218% Correct digits 3 h 0.001 x2[1] (analytic) 1.1869076406762449 x2[1] (numeric) 1.1956476489090206 absolute error 0.008740008232775764 relative error 0.7363680149363697% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 124353.45337293141 Order of pole 813884910.1663786 TOP MAIN SOLVE Loop t[1] 3.4209999999997884 x1[1] (analytic) 2.0000588235299386 x1[1] (numeric) 1.998060996875451 absolute error 0.0019978266544875556 relative error 0.09988839483038586% Correct digits 3 h 0.001 x2[1] (analytic) 1.1872818005662866 x2[1] (numeric) 1.1960426471556909 absolute error 0.008760846589404236 relative error 0.7378910874592416% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 124416.87640985854 Order of pole 814714881.0765907 TOP MAIN SOLVE Loop t[1] 3.4219999999997883 x1[1] (analytic) 2.000058764735811 x1[1] (numeric) 1.998058253232157 absolute error 0.002000511503653879 relative error 0.10002263628079588% Correct digits 2 h 0.001 x2[1] (analytic) 1.1876567095543686 x2[1] (numeric) 1.196438440306901 absolute error 0.008781730752532413 relative error 0.739416590828463% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 124479.19797837883 Order of pole 815530601.4852239 TOP MAIN SOLVE Loop t[1] 3.422999999999788 x1[1] (analytic) 2.0000587060004476 x1[1] (numeric) 1.9980555068438473 absolute error 0.0020031991566002993 relative error 0.10015701792104552% Correct digits 2 h 0.001 x2[1] (analytic) 1.1880323691401569 x2[1] (numeric) 1.196835029958171 absolute error 0.008802660818014063 relative error 0.7409445269900368% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 124538.97960087059 Order of pole 816316440.6315074 TOP MAIN SOLVE Loop t[1] 3.423999999999788 x1[1] (analytic) 2.0000586473237902 x1[1] (numeric) 1.9980527577077756 absolute error 0.0020058896160146666 relative error 0.10029153988552679% Correct digits 2 h 0.001 x2[1] (analytic) 1.1884087808263193 x2[1] (numeric) 1.1972324177082183 absolute error 0.008823636881899022 relative error 0.7424748978852048% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 124602.84578352864 Order of pole 817152522.4901685 TOP MAIN SOLVE Loop t[1] 3.424999999999788 x1[1] (analytic) 2.0000585887057802 x1[1] (numeric) 1.9980500058211927 absolute error 0.0020085828845874953 relative error 0.10042620230876492% Correct digits 2 h 0.001 x2[1] (analytic) 1.1887859461185324 x2[1] (numeric) 1.197630605158966 absolute error 0.008844659040433633 relative error 0.7440077054504263% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 124668.16413561658 Order of pole 818007504.3918844 TOP MAIN SOLVE Loop t[1] 3.425999999999788 x1[1] (analytic) 2.0000585301463594 x1[1] (numeric) 1.998047251181347 absolute error 0.0020112789650124085 relative error 0.10056100532544056% Correct digits 2 h 0.001 x2[1] (analytic) 1.1891638665254873 x2[1] (numeric) 1.1980295939155476 absolute error 0.008865727390060307 relative error 0.7455429516172815% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 124732.72814957275 Order of pole 818853227.1672447 TOP MAIN SOLVE Loop t[1] 3.4269999999997878 x1[1] (analytic) 2.000058471645468 x1[1] (numeric) 1.9980444937854835 absolute error 0.0020139778599845837 relative error 0.10069594907031212% Correct digits 2 h 0.001 x2[1] (analytic) 1.1895425435588958 x2[1] (numeric) 1.1984293855863148 absolute error 0.008886842027419073 relative error 0.7470806383125442% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 124791.79870474833 Order of pole 819631176.2561249 TOP MAIN SOLVE Loop t[1] 3.4279999999997877 x1[1] (analytic) 2.000058413203049 x1[1] (numeric) 1.9980417336308451 absolute error 0.002016679572203639 relative error 0.10083103367836002% Correct digits 2 h 0.001 x2[1] (analytic) 1.1899219787334951 x2[1] (numeric) 1.198829981782843 absolute error 0.008908003049347801 relative error 0.7486207674581421% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 124853.9481310188 Order of pole 820447629.4706758 TOP MAIN SOLVE Loop t[1] 3.4289999999997876 x1[1] (analytic) 2.0000583548190427 x1[1] (numeric) 1.9980389707146715 absolute error 0.0020193841043711913 relative error 0.10096625928466457% Correct digits 2 h 0.001 x2[1] (analytic) 1.190302173567056 x2[1] (numeric) 1.199231384119938 absolute error 0.008929210552881983 relative error 0.7501633409710776% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 124920.84091343217 Order of pole 821323745.3509924 TOP MAIN SOLVE Loop t[1] 3.4299999999997874 x1[1] (analytic) 2.0000582964933913 x1[1] (numeric) 1.9980362050342 absolute error 0.0020220914591912997 relative error 0.10110162602442829% Correct digits 2 h 0.001 x2[1] (analytic) 1.1906831295803875 x2[1] (numeric) 1.199633594215643 absolute error 0.008950464635255617 relative error 0.751708360763445% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 124981.54929537988 Order of pole 822123904.2889488 TOP MAIN SOLVE Loop t[1] 3.4309999999997873 x1[1] (analytic) 2.0000582382260363 x1[1] (numeric) 1.9980334365866645 absolute error 0.0020248016393717982 relative error 0.10123713403304237% Correct digits 2 h 0.001 x2[1] (analytic) 1.1910648482973434 x2[1] (numeric) 1.2000366136912446 absolute error 0.00897176539390121 relative error 0.7532558287423703% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 125039.29421310451 Order of pole 822887870.2611897 TOP MAIN SOLVE Loop t[1] 3.431999999999787 x1[1] (analytic) 2.0000581800169197 x1[1] (numeric) 1.998030665369297 absolute error 0.0020275146476227413 relative error 0.10137278344600902% Correct digits 2 h 0.001 x2[1] (analytic) 1.1914473312448282 x2[1] (numeric) 1.200440444171279 absolute error 0.008993112926450886 relative error 0.7548057468100459% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 125101.63303739576 Order of pole 823708211.5938594 TOP MAIN SOLVE Loop t[1] 3.432999999999787 x1[1] (analytic) 2.000058121865983 x1[1] (numeric) 1.998027891379326 absolute error 0.0020302304866572918 relative error 0.1015085743989859% Correct digits 2 h 0.001 x2[1] (analytic) 1.1918305799528028 x2[1] (numeric) 1.2008450872835394 absolute error 0.00901450733073661 relative error 0.7563581168636896% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 125165.20669127922 Order of pole 824545474.4643112 TOP MAIN SOLVE Loop t[1] 3.433999999999787 x1[1] (analytic) 2.0000580637731686 x1[1] (numeric) 1.9980251146139774 absolute error 0.0020329491591912774 relative error 0.10164450702776393% Correct digits 2 h 0.001 x2[1] (analytic) 1.1922145959542925 x2[1] (numeric) 1.2012505446590815 absolute error 0.009035948704789076 relative error 0.7579129407953918% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 125227.99080387379 Order of pole 825371604.0089673 TOP MAIN SOLVE Loop t[1] 3.434999999999787 x1[1] (analytic) 2.0000580057384174 x1[1] (numeric) 1.9980223350704747 absolute error 0.002035670667942746 relative error 0.101780581468245% Correct digits 2 h 0.001 x2[1] (analytic) 1.1925993807853903 x2[1] (numeric) 1.2016568179322311 absolute error 0.009057437146840819 relative error 0.7594702204923177% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 125289.66285579764 Order of pole 826186613.8464539 TOP MAIN SOLVE Loop t[1] 3.435999999999787 x1[1] (analytic) 2.0000579477616722 x1[1] (numeric) 1.9980195527460383 absolute error 0.0020383950156339647 relative error 0.10191679785654194% Correct digits 2 h 0.001 x2[1] (analytic) 1.192984935985265 x2[1] (numeric) 1.2020639087405895 absolute error 0.009078972755324655 relative error 0.7610299578365165% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 125356.95141647648 Order of pole 827069909.6555132 TOP MAIN SOLVE Loop t[1] 3.4369999999997867 x1[1] (analytic) 2.000057889842875 x1[1] (numeric) 1.9980167676378857 absolute error 0.0020411222049891986 relative error 0.10205315632886755% Correct digits 2 h 0.001 x2[1] (analytic) 1.1933712630961673 x2[1] (numeric) 1.2024718187250412 absolute error 0.009100555628873908 relative error 0.7625921547048803% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 125416.00297340126 Order of pole 827852561.4459858 TOP MAIN SOLVE Loop t[1] 3.4379999999997866 x1[1] (analytic) 2.0000578319819673 x1[1] (numeric) 1.9980139797432321 absolute error 0.0020438522387351554 relative error 0.10218965702155672% Correct digits 2 h 0.001 x2[1] (analytic) 1.1937583636634346 x2[1] (numeric) 1.2028805495297594 absolute error 0.00912218586632485 relative error 0.7641568129692902% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 125477.87617501286 Order of pole 828670494.8118819 TOP MAIN SOLVE Loop t[1] 3.4389999999997864 x1[1] (analytic) 2.0000577741788916 x1[1] (numeric) 1.9980111890592893 absolute error 0.0020465851196023177 relative error 0.10232630007113307% Correct digits 2 h 0.001 x2[1] (analytic) 1.194146239235499 x2[1] (numeric) 1.2032901028022136 absolute error 0.009143863566714705 relative error 0.7657239344963874% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 125541.82637313465 Order of pole 829515227.943123 TOP MAIN SOLVE Loop t[1] 3.4399999999997863 x1[1] (analytic) 2.00005771643359 x1[1] (numeric) 1.9980083955832668 absolute error 0.0020493208503233884 relative error 0.10246308561423127% Correct digits 2 h 0.001 x2[1] (analytic) 1.194534891363892 x2[1] (numeric) 1.2037004801931754 absolute error 0.009165588829283422 relative error 0.7672935211476634% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 125607.7766120533 Order of pole 830383596.541598 TOP MAIN SOLVE Loop t[1] 3.4409999999997862 x1[1] (analytic) 2.0000576587460053 x1[1] (numeric) 1.998005599312371 absolute error 0.002052059433634179 relative error 0.1026000137876414% Correct digits 2 h 0.001 x2[1] (analytic) 1.194924321603252 x2[1] (numeric) 1.2041116833567256 absolute error 0.009187361753473677 relative error 0.768865574779399% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 125661.77625465942 Order of pole 831104230.8599423 TOP MAIN SOLVE Loop t[1] 3.441999999999786 x1[1] (analytic) 2.000057601116079 x1[1] (numeric) 1.998002800243806 absolute error 0.002054800872273166 relative error 0.10273708472828676% Correct digits 2 h 0.001 x2[1] (analytic) 1.1953145315113285 x2[1] (numeric) 1.2045237139502605 absolute error 0.009209182438931984 relative error 0.7704400972426985% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 125733.85071259292 Order of pole 832050750.9913834 TOP MAIN SOLVE Loop t[1] 3.442999999999786 x1[1] (analytic) 2.000057543543754 x1[1] (numeric) 1.9979999983747723 absolute error 0.0020575451689817115 relative error 0.10287429857323502% Correct digits 2 h 0.001 x2[1] (analytic) 1.195705522648991 x2[1] (numeric) 1.204936573634499 absolute error 0.009231050985508027 relative error 0.7720170903833716% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 125788.01730386305 Order of pole 832774282.9871912 TOP MAIN SOLVE Loop t[1] 3.443999999999786 x1[1] (analytic) 2.000057486028972 x1[1] (numeric) 1.997997193702468 absolute error 0.002060292326504065 relative error 0.10301165545969815% Correct digits 2 h 0.001 x2[1] (analytic) 1.1960972965802332 x2[1] (numeric) 1.2053502640734888 absolute error 0.009252967493255548 relative error 0.7735965560419497% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 125856.98071904332 Order of pole 833683333.6357399 TOP MAIN SOLVE Loop t[1] 3.444999999999786 x1[1] (analytic) 2.000057428571677 x1[1] (numeric) 1.9979943862240888 absolute error 0.002063042347588029 relative error 0.1031491555250657% Correct digits 2 h 0.001 x2[1] (analytic) 1.1964898548721803 x2[1] (numeric) 1.205764786934613 absolute error 0.009274932062432795 relative error 0.7751784960536607% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 107958.40473099532 Order of pole 107932.74343086156 TOP MAIN SOLVE Loop t[1] 3.4459999999997857 x1[1] (analytic) 2.0000573711718097 x1[1] (numeric) 1.997991575936827 absolute error 0.002065795234982737 relative error 0.10328679890679397% Correct digits 2 h 0.001 x2[1] (analytic) 1.1968831990950946 x2[1] (numeric) 1.2061801438885977 absolute error 0.009296944793503181 relative error 0.7767629122484259% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 125985.75982655914 Order of pole 835387971.9425653 TOP MAIN SOLVE Loop t[1] 3.4469999999997856 x1[1] (analytic) 2.000057313829314 x1[1] (numeric) 1.9979887628378723 absolute error 0.0020685509914417644 relative error 0.10342458574256115% Correct digits 2 h 0.001 x2[1] (analytic) 1.1972773308223823 x2[1] (numeric) 1.2065963366095174 absolute error 0.00931900578713507 relative error 0.7783498064507794% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 126045.47264619019 Order of pole 836182561.4223781 TOP MAIN SOLVE Loop t[1] 3.4479999999997855 x1[1] (analytic) 2.000057256544132 x1[1] (numeric) 1.9979859469244117 absolute error 0.002071309619720463 relative error 0.10356251617013437% Correct digits 2 h 0.001 x2[1] (analytic) 1.197672251630599 x2[1] (numeric) 1.2070133667748022 absolute error 0.009341115144203105 relative error 0.7799391804799204% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 111159.35554157758 Order of pole 111133.92397893015 TOP MAIN SOLVE Loop t[1] 3.4489999999997853 x1[1] (analytic) 2.0000571993162066 x1[1] (numeric) 1.997983128193629 absolute error 0.0020740711225775144 relative error 0.10370059032744725% Correct digits 2 h 0.001 x2[1] (analytic) 1.1980679630994577 x2[1] (numeric) 1.2074312360652453 absolute error 0.009363272965787539 relative error 0.781531036149595% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 126168.46390790206 Order of pole 837817293.0650452 TOP MAIN SOLVE Loop t[1] 3.4499999999997852 x1[1] (analytic) 2.0000571421454807 x1[1] (numeric) 1.997980306642706 absolute error 0.00207683550277471 relative error 0.10383880835258878% Correct digits 2 h 0.001 x2[1] (analytic) 1.1984644668118334 x2[1] (numeric) 1.2078499461650085 absolute error 0.00938547935317513 relative error 0.7831253752681105% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 126239.28107418012 Order of pole 838752224.227312 TOP MAIN SOLVE Loop t[1] 3.450999999999785 x1[1] (analytic) 2.0000570850318966 x1[1] (numeric) 1.9979774822688205 absolute error 0.0020796027630760605 relative error 0.10397717038375909% Correct digits 2 h 0.001 x2[1] (analytic) 1.1988617643537696 x2[1] (numeric) 1.2082694987616298 absolute error 0.009407734407860247 relative error 0.7847221996383679% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 126301.87881429697 Order of pole 839584834.5749006 TOP MAIN SOLVE Loop t[1] 3.451999999999785 x1[1] (analytic) 2.0000570279753975 x1[1] (numeric) 1.9979746550691486 absolute error 0.0020823729062489083 relative error 0.10411567655932476% Correct digits 2 h 0.001 x2[1] (analytic) 1.1992598573144861 x2[1] (numeric) 1.20868989554603 absolute error 0.009430038231543758 relative error 0.7863215110577061% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 126363.34771153417 Order of pole 840403528.7606668 TOP MAIN SOLVE Loop t[1] 3.452999999999785 x1[1] (analytic) 2.0000569709759266 x1[1] (numeric) 1.997971825040863 absolute error 0.0020851459350637036 relative error 0.10425432701780779% Correct digits 2 h 0.001 x2[1] (analytic) 1.1996587472863833 x2[1] (numeric) 1.2091111382125188 absolute error 0.009452390926135479 relative error 0.7879233113180475% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 126417.86654410536 Order of pole 841136673.2992061 TOP MAIN SOLVE Loop t[1] 3.453999999999785 x1[1] (analytic) 2.000056914033427 x1[1] (numeric) 1.9979689921811334 absolute error 0.0020879218522935616 relative error 0.10439312189786346% Correct digits 2 h 0.001 x2[1] (analytic) 1.2000584358650506 x2[1] (numeric) 1.2095332284588027 absolute error 0.009474792593752168 relative error 0.7895276022056672% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 126485.4586343043 Order of pole 842032290.5055488 TOP MAIN SOLVE Loop t[1] 3.4549999999997847 x1[1] (analytic) 2.000056857147841 x1[1] (numeric) 1.9979661564871274 absolute error 0.002090700660713596 relative error 0.10453206133824698% Correct digits 2 h 0.001 x2[1] (analytic) 1.2004589246492707 x2[1] (numeric) 1.2099561679859914 absolute error 0.00949724333672064 relative error 0.7911343855013931% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 126549.06018331384 Order of pole 842879182.6446793 TOP MAIN SOLVE Loop t[1] 3.4559999999997846 x1[1] (analytic) 2.000056800319112 x1[1] (numeric) 1.997963317956009 absolute error 0.0020934823631031385 relative error 0.10467114547792443% Correct digits 2 h 0.001 x2[1] (analytic) 1.2008602152410286 x2[1] (numeric) 1.210379958498604 absolute error 0.00951974325757532 relative error 0.7927436629803395% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 126611.19137104419 Order of pole 843707593.3662375 TOP MAIN SOLVE Loop t[1] 3.4569999999997845 x1[1] (analytic) 2.0000567435471837 x1[1] (numeric) 1.9979604765849397 absolute error 0.0020962669622439645 relative error 0.10481037445598408% Correct digits 2 h 0.001 x2[1] (analytic) 1.2012623092455148 x2[1] (numeric) 1.2108046017045764 absolute error 0.009542292459061574 relative error 0.7943554364121246% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 126679.37565999561 Order of pole 844612667.5625132 TOP MAIN SOLVE Loop t[1] 3.4579999999997844 x1[1] (analytic) 2.000056686831999 x1[1] (numeric) 1.9979576323710782 absolute error 0.002099054460920957 relative error 0.10494974841166958% Correct digits 2 h 0.001 x2[1] (analytic) 1.2016652082711345 x2[1] (numeric) 1.2112300993152683 absolute error 0.009564891044133716 relative error 0.7959697075606409% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 126740.46238869589 Order of pole 845429578.0858321 TOP MAIN SOLVE Loop t[1] 3.4589999999997842 x1[1] (analytic) 2.0000566301735008 x1[1] (numeric) 1.9979547853115802 absolute error 0.0021018448619205543 relative error 0.10508926748430236% Correct digits 2 h 0.001 x2[1] (analytic) 1.2020689139295129 x2[1] (numeric) 1.2116564530454697 absolute error 0.009587539115956778 relative error 0.797586478184143% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 126801.59795260458 Order of pole 846246533.7556967 TOP MAIN SOLVE Loop t[1] 3.459999999999784 x1[1] (analytic) 2.000056573571633 x1[1] (numeric) 1.9979519354035988 absolute error 0.0021046381680343007 relative error 0.10522893181345912% Correct digits 2 h 0.001 x2[1] (analytic) 1.2024734278355012 x2[1] (numeric) 1.2120836646134079 absolute error 0.009610236777906733 relative error 0.7992057500352031% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 126869.72427899057 Order of pole 847151844.5432316 TOP MAIN SOLVE Loop t[1] 3.460999999999784 x1[1] (analytic) 2.000056517026339 x1[1] (numeric) 1.997949082644284 absolute error 0.0021074343820548513 relative error 0.10536874153877214% Correct digits 2 h 0.001 x2[1] (analytic) 1.2028787516071842 x2[1] (numeric) 1.2125117357407542 absolute error 0.009632984133570055 relative error 0.800827524860613% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 126926.25875719264 Order of pole 847913201.5963756 TOP MAIN SOLVE Loop t[1] 3.461999999999784 x1[1] (analytic) 2.0000564605375617 x1[1] (numeric) 1.997946227030783 absolute error 0.002110233506778636 relative error 0.10550869680006242% Correct digits 2 h 0.001 x2[1] (analytic) 1.2032848868658854 x2[1] (numeric) 1.2129406681526314 absolute error 0.009655781286745935 relative error 0.8024518044015074% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 126990.67062223068 Order of pole 848773359.6247483 TOP MAIN SOLVE Loop t[1] 3.462999999999784 x1[1] (analytic) 2.0000564041052447 x1[1] (numeric) 1.9979433685602404 absolute error 0.002113035545004305 relative error 0.10564879773726196% Correct digits 2 h 0.001 x2[1] (analytic) 1.203691835236175 x2[1] (numeric) 1.2133704635776195 absolute error 0.009678628341444506 relative error 0.8040785903931528% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 127053.25779753883 Order of pole 849611629.6868205 TOP MAIN SOLVE Loop t[1] 3.4639999999997837 x1[1] (analytic) 2.0000563477293323 x1[1] (numeric) 1.9979405072297973 absolute error 0.002115840499534949 relative error 0.10578904449052481% Correct digits 2 h 0.001 x2[1] (analytic) 1.2040995983458749 x2[1] (numeric) 1.2138011237477642 absolute error 0.009701525401889288 relative error 0.8057078845650896% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 127124.9878725499 Order of pole 850564333.0283855 TOP MAIN SOLVE Loop t[1] 3.4649999999997836 x1[1] (analytic) 2.0000562914097673 x1[1] (numeric) 1.9979376430365927 absolute error 0.0021186483731745476 relative error 0.10592943720004945% Correct digits 2 h 0.001 x2[1] (analytic) 1.2045081778260665 x2[1] (numeric) 1.2142326503985827 absolute error 0.009724472572516296 relative error 0.8073396886409957% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 127181.33454474687 Order of pole 851323928.8569115 TOP MAIN SOLVE Loop t[1] 3.4659999999997835 x1[1] (analytic) 2.000056235146494 x1[1] (numeric) 1.9979347759777624 absolute error 0.002121459168731743 relative error 0.10606997600626748% Correct digits 2 h 0.001 x2[1] (analytic) 1.2049175753110963 x2[1] (numeric) 1.214665045269071 absolute error 0.009747469957974708 relative error 0.8089740043386802% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 127249.16873964858 Order of pole 852229572.4954867 TOP MAIN SOLVE Loop t[1] 3.4669999999997834 x1[1] (analytic) 2.0000561789394555 x1[1] (numeric) 1.997931906050439 absolute error 0.0021242728890165097 relative error 0.10621066104967716% Correct digits 2 h 0.001 x2[1] (analytic) 1.205327792438583 x2[1] (numeric) 1.2150983101017112 absolute error 0.009770517663128198 relative error 0.8106108333701307% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 127308.00891506055 Order of pole 853021264.7318847 TOP MAIN SOLVE Loop t[1] 3.4679999999997833 x1[1] (analytic) 2.0000561227885965 x1[1] (numeric) 1.997929033251753 absolute error 0.002127089536843485 relative error 0.10635149247100982% Correct digits 2 h 0.001 x2[1] (analytic) 1.205738830849424 x2[1] (numeric) 1.2155324466424775 absolute error 0.0097936157930536 relative error 0.8122501774413413% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 127377.04553073592 Order of pole 853941839.3880079 TOP MAIN SOLVE Loop t[1] 3.468999999999783 x1[1] (analytic) 2.0000560666938596 x1[1] (numeric) 1.9979261575788314 absolute error 0.0021299091150281946 relative error 0.10649247041104129% Correct digits 2 h 0.001 x2[1] (analytic) 1.2061506921878011 x2[1] (numeric) 1.2159674566408445 absolute error 0.009816764453043358 relative error 0.8138920382524525% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 127438.57249363653 Order of pole 854768771.574269 TOP MAIN SOLVE Loop t[1] 3.469999999999783 x1[1] (analytic) 2.00005601065519 x1[1] (numeric) 1.9979232790287986 absolute error 0.002132731626391271 relative error 0.10663359501080265% Correct digits 2 h 0.001 x2[1] (analytic) 1.2065633781011884 x2[1] (numeric) 1.2164033418497933 absolute error 0.009839963748604852 relative error 0.815536417497633% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 127504.85306263666 Order of pole 855656379.2428622 TOP MAIN SOLVE Loop t[1] 3.470999999999783 x1[1] (analytic) 2.000055954672531 x1[1] (numeric) 1.997920397598776 absolute error 0.0021355570737549012 relative error 0.10677486641140277% Correct digits 2 h 0.001 x2[1] (analytic) 1.2069768902403584 x2[1] (numeric) 1.2168401040258185 absolute error 0.009863213785460179 relative error 0.817183316864999% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 127565.93380768439 Order of pole 856478790.7947671 TOP MAIN SOLVE Loop t[1] 3.471999999999783 x1[1] (analytic) 2.0000558987458263 x1[1] (numeric) 1.9979175132858822 absolute error 0.0021383854599441587 relative error 0.10691628475409486% Correct digits 2 h 0.001 x2[1] (analytic) 1.2073912302593879 x2[1] (numeric) 1.2172777449289363 absolute error 0.009886514669548374 relative error 0.8188327380367357% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 127634.47036655314 Order of pole 857395281.0615261 TOP MAIN SOLVE Loop t[1] 3.4729999999997827 x1[1] (analytic) 2.0000558428750206 x1[1] (numeric) 1.997914626087233 absolute error 0.0021412167877876698 relative error 0.1070578501803097% Correct digits 2 h 0.001 x2[1] (analytic) 1.2078063998156654 x2[1] (numeric) 1.21771626632269 absolute error 0.009909866507024523 relative error 0.8204846826889608% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 127694.18328825239 Order of pole 858201573.9801071 TOP MAIN SOLVE Loop t[1] 3.4739999999997826 x1[1] (analytic) 2.0000557870600577 x1[1] (numeric) 1.9979117359999408 absolute error 0.002144051060116947 relative error 0.10719956283162244% Correct digits 2 h 0.001 x2[1] (analytic) 1.208222400569898 x2[1] (numeric) 1.218155669974158 absolute error 0.009933269404259981 relative error 0.8221391524916792% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1303.3550257923696 Order of pole 51203.81029596011 TOP MAIN SOLVE Loop t[1] 3.4749999999997825 x1[1] (analytic) 2.0000557313008818 x1[1] (numeric) 1.9979088430211158 absolute error 0.002146888279765946 relative error 0.10734142284973035% Correct digits 2 h 0.001 x2[1] (analytic) 1.208639234186117 x2[1] (numeric) 1.2185959576539611 absolute error 0.009956723467844153 relative error 0.8237961491088687% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 127826.68758493167 Order of pole 859978463.8564662 TOP MAIN SOLVE Loop t[1] 3.4759999999997824 x1[1] (analytic) 2.0000556755974372 x1[1] (numeric) 1.997905947147865 absolute error 0.0021497284495721747 relative error 0.10748343037650833% Correct digits 2 h 0.001 x2[1] (analytic) 1.209056902331685 x2[1] (numeric) 1.219037131136269 absolute error 0.009980228804584046 relative error 0.8254556741983788% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 127888.57466400061 Order of pole 860814761.6323562 TOP MAIN SOLVE Loop t[1] 3.4769999999997823 x1[1] (analytic) 2.000055619949668 x1[1] (numeric) 1.9979030483772926 absolute error 0.0021525715723755834 relative error 0.1076255855539534% Correct digits 2 h 0.001 x2[1] (analytic) 1.2094754066773035 x2[1] (numeric) 1.219479192198808 absolute error 0.010003785521504494 relative error 0.8271177294118865% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 103631.94224546102 Order of pole 103606.37913665459 TOP MAIN SOLVE Loop t[1] 3.477999999999782 x1[1] (analytic) 2.0000555643575195 x1[1] (numeric) 1.9979001467064998 absolute error 0.0021554176510196754 relative error 0.10776788852424023% Correct digits 2 h 0.001 x2[1] (analytic) 1.2098947488970178 x2[1] (numeric) 1.2199221426228668 absolute error 0.010027393725849043 relative error 0.8287823163949066% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 128012.65891091408 Order of pole 862488336.7435423 TOP MAIN SOLVE Loop t[1] 3.478999999999782 x1[1] (analytic) 2.000055508820935 x1[1] (numeric) 1.997897242132585 absolute error 0.0021582666883499524 relative error 0.10791033942964341% Correct digits 2 h 0.001 x2[1] (analytic) 1.2103149306682255 x2[1] (numeric) 1.2203659841933054 absolute error 0.010051053525079956 relative error 0.830449436786728% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 128081.48787222522 Order of pole 863411760.0185168 TOP MAIN SOLVE Loop t[1] 3.479999999999782 x1[1] (analytic) 2.000055453339859 x1[1] (numeric) 1.9978943346526432 absolute error 0.0021611186872159127 relative error 0.10805293841263736% Correct digits 2 h 0.001 x2[1] (analytic) 1.2107359536716817 x2[1] (numeric) 1.2208107186985615 absolute error 0.010074765026879762 relative error 0.8321190922204794% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 128144.35291631517 Order of pole 864260743.8900696 TOP MAIN SOLVE Loop t[1] 3.480999999999782 x1[1] (analytic) 2.0000553979142364 x1[1] (numeric) 1.9978914242637673 absolute error 0.002163973650469053 relative error 0.10819568561579641% Correct digits 2 h 0.001 x2[1] (analytic) 1.2111578195915071 x2[1] (numeric) 1.2212563479306573 absolute error 0.010098528339150148 relative error 0.8337912843229733% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 128204.9984712194 Order of pole 865082008.3999622 TOP MAIN SOLVE Loop t[1] 3.4819999999997817 x1[1] (analytic) 2.000055342544012 x1[1] (numeric) 1.9978885109630469 absolute error 0.0021668315809650895 relative error 0.10833858118190585% Correct digits 2 h 0.001 x2[1] (analytic) 1.2115805301151934 x2[1] (numeric) 1.221702873685207 absolute error 0.010122343570013514 relative error 0.835466014714772% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 128268.4477119027 Order of pole 865938291.9784812 TOP MAIN SOLVE Loop t[1] 3.4829999999997816 x1[1] (analytic) 2.00005528722913 x1[1] (numeric) 1.9978855947475687 absolute error 0.0021696924815612917 relative error 0.10848162525382868% Correct digits 2 h 0.001 x2[1] (analytic) 1.212004086933611 x2[1] (numeric) 1.2221502977614238 absolute error 0.010146210827812752 relative error 0.8371432850101043% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1075.066603739975 Order of pole 3615.626398908228 TOP MAIN SOLVE Loop t[1] 3.4839999999997815 x1[1] (analytic) 2.0000552319695353 x1[1] (numeric) 1.9978826756144163 absolute error 0.0021725563551189264 relative error 0.10862481797462775% Correct digits 2 h 0.001 x2[1] (analytic) 1.2124284917410153 x2[1] (numeric) 1.222598621962128 absolute error 0.010170130221112794 relative error 0.8388230968169311% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 128396.98577228372 Order of pole 867674728.805525 TOP MAIN SOLVE Loop t[1] 3.4849999999997814 x1[1] (analytic) 2.0000551767651724 x1[1] (numeric) 1.997879753560671 absolute error 0.002175423204501481 relative error 0.10876815948747691% Correct digits 2 h 0.001 x2[1] (analytic) 1.212853746235054 x2[1] (numeric) 1.2230478480937532 absolute error 0.01019410185869929 relative error 0.8405054517367709% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 128462.07375680699 Order of pole 868554240.3646529 TOP MAIN SOLVE Loop t[1] 3.4859999999997813 x1[1] (analytic) 2.0000551216159868 x1[1] (numeric) 1.99787682858341 absolute error 0.0021782930325766614 relative error 0.10891164993576095% Correct digits 2 h 0.001 x2[1] (analytic) 1.2132798521167727 x2[1] (numeric) 1.2234979779663533 absolute error 0.010218125849580595 relative error 0.8421903513648017% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 128526.83262825737 Order of pole 869430765.435315 TOP MAIN SOLVE Loop t[1] 3.486999999999781 x1[1] (analytic) 2.0000550665219223 x1[1] (numeric) 1.997873900679709 absolute error 0.002181165842213284 relative error 0.10905528946292023% Correct digits 2 h 0.001 x2[1] (analytic) 1.2137068110906237 x2[1] (numeric) 1.223949013393611 absolute error 0.010242202302987335 relative error 0.8438777972897593% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 128589.43572692647 Order of pole 870279151.5937182 TOP MAIN SOLVE Loop t[1] 3.487999999999781 x1[1] (analytic) 2.0000550114829245 x1[1] (numeric) 1.99787096984664 absolute error 0.002184041636284606 relative error 0.10919907821261707% Correct digits 2 h 0.001 x2[1] (analytic) 1.2141346248644709 x2[1] (numeric) 1.2244009561928444 absolute error 0.010266331328373512 relative error 0.8455677910939656% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 128655.10328362837 Order of pole 871166549.2859398 TOP MAIN SOLVE Loop t[1] 3.488999999999781 x1[1] (analytic) 2.000054956498938 x1[1] (numeric) 1.9978680360812717 absolute error 0.002186920417666105 relative error 0.10934301632862489% Correct digits 2 h 0.001 x2[1] (analytic) 1.214563295149597 x2[1] (numeric) 1.2248538081850138 absolute error 0.010290513035416726 relative error 0.847260334353283% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 128717.6019346554 Order of pole 872014095.6671618 TOP MAIN SOLVE Loop t[1] 3.489999999999781 x1[1] (analytic) 2.000054901569908 x1[1] (numeric) 1.9978650993806708 absolute error 0.0021898021892372554 relative error 0.10948710395491687% Correct digits 2 h 0.001 x2[1] (analytic) 1.2149928236607115 x2[1] (numeric) 1.2253075711947297 absolute error 0.010314747534018176 relative error 0.8489554286370489% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 757.4930003099205 Order of pole 6215.616557793725 TOP MAIN SOLVE Loop t[1] 3.4909999999997807 x1[1] (analytic) 2.00005484669578 x1[1] (numeric) 1.9978621597419006 absolute error 0.00219268695387953 relative error 0.10963134123556614% Correct digits 2 h 0.001 x2[1] (analytic) 1.2154232121159565 x2[1] (numeric) 1.22576224705026 absolute error 0.010339034934303548 relative error 0.8506530755080857% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 128848.16097811074 Order of pole 873783508.9542003 TOP MAIN SOLVE Loop t[1] 3.4919999999997806 x1[1] (analytic) 2.000054791876498 x1[1] (numeric) 1.9978592171620213 absolute error 0.0021955747144768445 relative error 0.10977572831476806% Correct digits 2 h 0.001 x2[1] (analytic) 1.215854462236914 x2[1] (numeric) 1.2262178375835373 absolute error 0.010363375346623238 relative error 0.8523532765226545% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 128918.03756557712 Order of pole 874725556.332095 TOP MAIN SOLVE Loop t[1] 3.4929999999997805 x1[1] (analytic) 2.0000547371120088 x1[1] (numeric) 1.9978562716380903 absolute error 0.002198465473918443 relative error 0.10992026533698425% Correct digits 2 h 0.001 x2[1] (analytic) 1.2162865757486123 x2[1] (numeric) 1.2266743446301656 absolute error 0.010387768881553239 relative error 0.8540560332304638% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 128974.68018274136 Order of pole 875502698.491004 TOP MAIN SOLVE Loop t[1] 3.4939999999997804 x1[1] (analytic) 2.000054682402256 x1[1] (numeric) 1.997853323167162 absolute error 0.0022013592350940137 relative error 0.11006495244669869% Correct digits 2 h 0.001 x2[1] (analytic) 1.2167195543795333 x2[1] (numeric) 1.2271317700294286 absolute error 0.010412215649895362 relative error 0.8557613471746229% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 129043.45214594764 Order of pole 876431691.4078971 TOP MAIN SOLVE Loop t[1] 3.4949999999997803 x1[1] (analytic) 2.000054627747186 x1[1] (numeric) 1.997850371746288 absolute error 0.0022042560008976864 relative error 0.11020978978861733% Correct digits 2 h 0.001 x2[1] (analytic) 1.2171533998616197 x2[1] (numeric) 1.227590115624297 absolute error 0.01043671576267724 relative error 0.8574692198915772% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 129107.5043111351 Order of pole 877302202.1574388 TOP MAIN SOLVE Loop t[1] 3.49599999999978 x1[1] (analytic) 2.0000545731467434 x1[1] (numeric) 1.9978474173725171 absolute error 0.002207155774226255 relative error 0.11035477750757937% Correct digits 2 h 0.001 x2[1] (analytic) 1.217588113930281 x2[1] (numeric) 1.2280493832614348 absolute error 0.010461269331153655 relative error 0.859179652911154% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 129169.22423514047 Order of pole 878144327.1286155 TOP MAIN SOLVE Loop t[1] 3.49699999999978 x1[1] (analytic) 2.0000545186008742 x1[1] (numeric) 1.9978444600428948 absolute error 0.0022100585579793997 relative error 0.11049991574856832% Correct digits 2 h 0.001 x2[1] (analytic) 1.2180236983244017 x2[1] (numeric) 1.228509574791208 absolute error 0.010485876466806321 relative error 0.8608926477564782% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 129234.01510116336 Order of pole 879025525.0465947 TOP MAIN SOLVE Loop t[1] 3.49799999999978 x1[1] (analytic) 2.0000544641095237 x1[1] (numeric) 1.9978414997544638 absolute error 0.00221296435505991 relative error 0.11064520465672315% Correct digits 2 h 0.001 x2[1] (analytic) 1.2184601547863472 x2[1] (numeric) 1.2289706920676913 absolute error 0.010510537281344101 relative error 0.8626082059439266% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 118309.90050151605 Order of pole 118284.2292276656 TOP MAIN SOLVE Loop t[1] 3.49899999999978 x1[1] (analytic) 2.000054409672637 x1[1] (numeric) 1.9978385365042635 absolute error 0.002215873168373683 relative error 0.11079064437733825% Correct digits 2 h 0.001 x2[1] (analytic) 1.2188974850619707 x2[1] (numeric) 1.2294327369486757 absolute error 0.01053525188670501 relative error 0.8643263289832271% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 129362.06797446305 Order of pole 880769573.3317424 TOP MAIN SOLVE Loop t[1] 3.4999999999997797 x1[1] (analytic) 2.0000543552901604 x1[1] (numeric) 1.997835570289331 absolute error 0.002218785000829504 relative error 0.11093623505585232% Correct digits 2 h 0.001 x2[1] (analytic) 1.2193356909006219 x2[1] (numeric) 1.229895711295676 absolute error 0.010560020395054215 relative error 0.8660470183772285% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 129425.15755625187 Order of pole 881629681.9826642 TOP MAIN SOLVE Loop t[1] 3.5009999999997796 x1[1] (analytic) 2.0000543009620384 x1[1] (numeric) 1.9978326011066998 absolute error 0.002221699855338599 relative error 0.11108197683782625% Correct digits 2 h 0.001 x2[1] (analytic) 1.2197747740551512 x2[1] (numeric) 1.2303596169739384 absolute error 0.01058484291878714 relative error 0.8677702756220924% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 721.0847613626388 Order of pole 65347.93299275016 TOP MAIN SOLVE Loop t[1] 3.5019999999997795 x1[1] (analytic) 2.000054246688218 x1[1] (numeric) 1.997829628953401 absolute error 0.0022246177348168583 relative error 0.11122786986905396% Correct digits 2 h 0.001 x2[1] (analytic) 1.2202147362819191 x2[1] (numeric) 1.230824455852447 absolute error 0.01060971957052792 relative error 0.869496102207099% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 129561.89936579403 Order of pole 883487566.3776706 TOP MAIN SOLVE Loop t[1] 3.5029999999997794 x1[1] (analytic) 2.000054192468644 x1[1] (numeric) 1.9978266538264624 absolute error 0.0022275386421817256 relative error 0.11137391429540716% Correct digits 2 h 0.001 x2[1] (analytic) 1.220655579340803 x2[1] (numeric) 1.2312902298039332 absolute error 0.01063465046313028 relative error 0.8712244996146551% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 129625.57289943827 Order of pole 884358101.0957239 TOP MAIN SOLVE Loop t[1] 3.5039999999997793 x1[1] (analytic) 2.0000541383032626 x1[1] (numeric) 1.9978236757229086 absolute error 0.0022304625803539757 relative error 0.11152011026292413% Correct digits 2 h 0.001 x2[1] (analytic) 1.2210973049952019 x2[1] (numeric) 1.2317569407048812 absolute error 0.010659635709679316 relative error 0.872955469320375% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 129694.4796917797 Order of pole 885293831.7203717 TOP MAIN SOLVE Loop t[1] 3.504999999999779 x1[1] (analytic) 2.0000540841920196 x1[1] (numeric) 1.9978206946397619 absolute error 0.002233389552257714 relative error 0.11166645791780962% Correct digits 2 h 0.001 x2[1] (analytic) 1.221539915012046 x2[1] (numeric) 1.2322245904355367 absolute error 0.010684675423490608 relative error 0.874689012792942% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 129756.92427912091 Order of pole 886148348.2596279 TOP MAIN SOLVE Loop t[1] 3.505999999999779 x1[1] (analytic) 2.0000540301348604 x1[1] (numeric) 1.997817710574041 absolute error 0.0022363195608194886 relative error 0.11181295740639052% Correct digits 2 h 0.001 x2[1] (analytic) 1.221983411161804 x2[1] (numeric) 1.2326931808799142 absolute error 0.010709769718110218 relative error 0.8764251314940418% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 129820.064007392 Order of pole 887013446.0393177 TOP MAIN SOLVE Loop t[1] 3.506999999999779 x1[1] (analytic) 2.0000539761317317 x1[1] (numeric) 1.9978147235227617 absolute error 0.002239252608970066 relative error 0.11195960887520466% Correct digits 2 h 0.001 x2[1] (analytic) 1.2224277952184874 x2[1] (numeric) 1.2331627139258043 absolute error 0.01073491870731691 relative error 0.8781638268784809% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 129883.3369228492 Order of pole 887879302.8440566 TOP MAIN SOLVE Loop t[1] 3.507999999999779 x1[1] (analytic) 2.000053922182579 x1[1] (numeric) 1.9978117334829373 absolute error 0.0022421886996417673 relative error 0.1121064124708676% Correct digits 2 h 0.001 x2[1] (analytic) 1.2228730689596599 x2[1] (numeric) 1.2336331914647818 absolute error 0.010760122505121927 relative error 0.8799051003941016% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 129947.69830785453 Order of pole 888759868.8751146 TOP MAIN SOLVE Loop t[1] 3.5089999999997787 x1[1] (analytic) 2.0000538682873485 x1[1] (numeric) 1.9978087404515774 absolute error 0.0022451278357711324 relative error 0.11225336834020583% Correct digits 2 h 0.001 x2[1] (analytic) 1.2233192341664445 x2[1] (numeric) 1.2341046153922124 absolute error 0.010785381225767887 relative error 0.881648953481625% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 130016.13275675991 Order of pole 889693423.5876625 TOP MAIN SOLVE Loop t[1] 3.5099999999997786 x1[1] (analytic) 2.0000538144459865 x1[1] (numeric) 1.9978057444256891 absolute error 0.002248070020297366 relative error 0.11240047663017905% Correct digits 2 h 0.001 x2[1] (analytic) 1.2237662926235293 x2[1] (numeric) 1.2345769876072612 absolute error 0.010810694983731883 relative error 0.8833953875748405% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 130075.43123867757 Order of pole 890510297.4367381 TOP MAIN SOLVE Loop t[1] 3.5109999999997785 x1[1] (analytic) 2.0000537606584388 x1[1] (numeric) 1.9978027454022764 absolute error 0.0022510152561623364 relative error 0.11254773748788025% Correct digits 2 h 0.001 x2[1] (analytic) 1.2242142461191758 x2[1] (numeric) 1.2350503100129 absolute error 0.010836063893724157 relative error 0.8851444041004305% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 130147.41931903106 Order of pole 891489716.5293652 TOP MAIN SOLVE Loop t[1] 3.5119999999997784 x1[1] (analytic) 2.0000537069246516 x1[1] (numeric) 1.9977997433783403 absolute error 0.002253963546311244 relative error 0.11269515106056889% Correct digits 2 h 0.001 x2[1] (analytic) 1.2246630964452254 x2[1] (numeric) 1.2355245845159144 absolute error 0.010861488070688985 relative error 0.8868960044779776% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 130203.25078565566 Order of pole 892262609.4280672 TOP MAIN SOLVE Loop t[1] 3.5129999999997783 x1[1] (analytic) 2.0000536532445716 x1[1] (numeric) 1.9977967383508788 absolute error 0.0022569148936928407 relative error 0.11284271749568207% Correct digits 2 h 0.001 x2[1] (analytic) 1.225112845397107 x2[1] (numeric) 1.2359998130269123 absolute error 0.010886967629805344 relative error 0.8886501901199519% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 130269.08519843002 Order of pole 893165042.1401972 TOP MAIN SOLVE Loop t[1] 3.513999999999778 x1[1] (analytic) 2.0000535996181448 x1[1] (numeric) 1.997793730316887 absolute error 0.0022598693012578774 relative error 0.11299043694075686% Correct digits 2 h 0.001 x2[1] (analytic) 1.2255634947738436 x2[1] (numeric) 1.2364759974603308 absolute error 0.010912502686487136 relative error 0.8904069624316647% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 130335.2925659823 Order of pole 894072210.1601456 TOP MAIN SOLVE Loop t[1] 3.514999999999778 x1[1] (analytic) 2.0000535460453173 x1[1] (numeric) 1.9977907192733564 absolute error 0.0022628267719608797 relative error 0.11313830954351901% Correct digits 2 h 0.001 x2[1] (analytic) 1.2260150463780601 x2[1] (numeric) 1.2369531397344447 absolute error 0.010938093356384515 relative error 0.8921663228113099% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 130402.78201648775 Order of pole 894996739.6377916 TOP MAIN SOLVE Loop t[1] 3.515999999999778 x1[1] (analytic) 2.0000534925260363 x1[1] (numeric) 1.9977877052172763 absolute error 0.0022657873087599256 relative error 0.11328633545187193% Correct digits 2 h 0.001 x2[1] (analytic) 1.2264675020159905 x2[1] (numeric) 1.237431241771373 absolute error 0.010963739755382562 relative error 0.8939282726497891% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 130465.47414100105 Order of pole 895859194.2721738 TOP MAIN SOLVE Loop t[1] 3.516999999999778 x1[1] (analytic) 2.0000534390602476 x1[1] (numeric) 1.9977846881456327 absolute error 0.00226875091461487 relative error 0.11343451481380785% Correct digits 2 h 0.001 x2[1] (analytic) 1.2269208634974846 x2[1] (numeric) 1.2379103054970884 absolute error 0.010989441999603722 relative error 0.8956928133308454% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 130537.11641326107 Order of pole 896837165.8254895 TOP MAIN SOLVE Loop t[1] 3.5179999999997777 x1[1] (analytic) 2.000053385647898 x1[1] (numeric) 1.9977816680554084 absolute error 0.002271717592489564 relative error 0.11358284777751884% Correct digits 2 h 0.001 x2[1] (analytic) 1.2273751326360158 x2[1] (numeric) 1.2383903328414227 absolute error 0.011015200205406916 relative error 0.8974599462309237% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 130603.53537258792 Order of pole 897748880.4486588 TOP MAIN SOLVE Loop t[1] 3.5189999999997776 x1[1] (analytic) 2.000053332288934 x1[1] (numeric) 1.9977786449435833 absolute error 0.0022746873453507455 relative error 0.1137313344913413% Correct digits 2 h 0.001 x2[1] (analytic) 1.227830311248688 x2[1] (numeric) 1.2388713257380766 absolute error 0.011041014489388656 relative error 0.8992296727191955% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 130666.75802531323 Order of pole 898620365.8894578 TOP MAIN SOLVE Loop t[1] 3.5199999999997775 x1[1] (analytic) 2.000053278983302 x1[1] (numeric) 1.9977756188071343 absolute error 0.0022776601761678172 relative error 0.11387997510374487% Correct digits 2 h 0.001 x2[1] (analytic) 1.2282864011562424 x2[1] (numeric) 1.2393532861246261 absolute error 0.011066884968383706 relative error 0.9010019941575464% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 130731.5109156359 Order of pole 899512162.3572088 TOP MAIN SOLVE Loop t[1] 3.5209999999997774 x1[1] (analytic) 2.0000532257309493 x1[1] (numeric) 1.9977725896430352 absolute error 0.0022806360879141785 relative error 0.11402876976339897% Correct digits 2 h 0.001 x2[1] (analytic) 1.2287434041830665 x2[1] (numeric) 1.2398362159425314 absolute error 0.01109281175946486 relative error 0.9027769119004914% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 130791.83404800374 Order of pole 900346393.0098995 TOP MAIN SOLVE Loop t[1] 3.5219999999997773 x1[1] (analytic) 2.0000531725318225 x1[1] (numeric) 1.997769557448257 absolute error 0.002283615083565449 relative error 0.1141777186190841% Correct digits 2 h 0.001 x2[1] (analytic) 1.2292013221571996 x2[1] (numeric) 1.2403201171371434 absolute error 0.011118794979943836 relative error 0.9045544272951799% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 130859.95236993828 Order of pole 901282384.5644695 TOP MAIN SOLVE Loop t[1] 3.522999999999777 x1[1] (analytic) 2.000053119385868 x1[1] (numeric) 1.9977665222197674 absolute error 0.002286597166100801 relative error 0.1143268218197584% Correct digits 2 h 0.001 x2[1] (analytic) 1.2296601569103405 x2[1] (numeric) 1.2408049916577124 absolute error 0.011144834747371934 relative error 0.906334541681385% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 130925.82396144654 Order of pole 902189927.5339414 TOP MAIN SOLVE Loop t[1] 3.523999999999777 x1[1] (analytic) 2.000053066293033 x1[1] (numeric) 1.997763483954531 absolute error 0.002289582338502072 relative error 0.11447607951451319% Correct digits 2 h 0.001 x2[1] (analytic) 1.2301199102778555 x2[1] (numeric) 1.2412908414573958 absolute error 0.011170931179540267 relative error 0.9081172563914531% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 130990.0926412116 Order of pole 903076780.9056767 TOP MAIN SOLVE Loop t[1] 3.524999999999777 x1[1] (analytic) 2.0000530132532646 x1[1] (numeric) 1.99776044264951 absolute error 0.002292570603754651 relative error 0.11462549185261747% Correct digits 2 h 0.001 x2[1] (analytic) 1.2305805840987856 x2[1] (numeric) 1.2417776684932655 absolute error 0.011197084394479973 relative error 0.9099025727502555% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 131055.41072662565 Order of pole 903978236.5773786 TOP MAIN SOLVE Loop t[1] 3.525999999999777 x1[1] (analytic) 2.000052960266509 x1[1] (numeric) 1.9977573983016628 absolute error 0.002295561964846371 relative error 0.11477505898346237% Correct digits 2 h 0.001 x2[1] (analytic) 1.2310421802158527 x2[1] (numeric) 1.2422654747263162 absolute error 0.011223294510463555 relative error 0.9116904920752307% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 131120.11371761173 Order of pole 904871589.7506473 TOP MAIN SOLVE Loop t[1] 3.5269999999997768 x1[1] (analytic) 2.0000529073327136 x1[1] (numeric) 1.997754350907945 absolute error 0.0022985564247686163 relative error 0.11492478105661662% Correct digits 2 h 0.001 x2[1] (analytic) 1.2315047004754682 x2[1] (numeric) 1.242754262121473 absolute error 0.01124956164600488 relative error 0.9134810156763159% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 131192.59365790727 Order of pole 905866541.7352747 TOP MAIN SOLVE Loop t[1] 3.5279999999997766 x1[1] (analytic) 2.000052854451826 x1[1] (numeric) 1.9977513004653094 absolute error 0.002301553986516547 relative error 0.11507465822183766% Correct digits 2 h 0.001 x2[1] (analytic) 1.2319681467277412 x2[1] (numeric) 1.2432440326475998 absolute error 0.011275885919858508 relative error 0.9152741448558266% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 999.9962523050842 Order of pole 5188.424058100617 TOP MAIN SOLVE Loop t[1] 3.5289999999997765 x1[1] (analytic) 2.0000528016237924 x1[1] (numeric) 1.9977482469707053 absolute error 0.0023045546530870986 relative error 0.11522469062897184% Correct digits 2 h 0.001 x2[1] (analytic) 1.2324325208264828 x2[1] (numeric) 1.2437347882775058 absolute error 0.01130226745102303 relative error 0.9170698809086606% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 131324.18643307616 Order of pole 907682868.2610992 TOP MAIN SOLVE Loop t[1] 3.5299999999997764 x1[1] (analytic) 2.0000527488485607 x1[1] (numeric) 1.9977451904210795 absolute error 0.0023075584274812044 relative error 0.11537487842806526% Correct digits 2 h 0.001 x2[1] (analytic) 1.232897824629217 x2[1] (numeric) 1.2442265309879552 absolute error 0.011328706358738172 relative error 0.918868225121995% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 131385.71476509093 Order of pole 908538515.7992326 TOP MAIN SOLVE Loop t[1] 3.5309999999997763 x1[1] (analytic) 2.000052696126078 x1[1] (numeric) 1.9977421308133751 absolute error 0.0023105653127026837 relative error 0.11552522176930842% Correct digits 2 h 0.001 x2[1] (analytic) 1.2333640599971856 x2[1] (numeric) 1.244719262759674 absolute error 0.011355202762488359 relative error 0.9206691787755086% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 131448.78266811726 Order of pole 909413032.9727349 TOP MAIN SOLVE Loop t[1] 3.531999999999776 x1[1] (analytic) 2.000052643456291 x1[1] (numeric) 1.9977390681445328 absolute error 0.0023135753117582425 relative error 0.1156757208030361% Correct digits 2 h 0.001 x2[1] (analytic) 1.2338312287953574 x2[1] (numeric) 1.245212985577358 absolute error 0.011381756782000485 relative error 0.9224727431411331% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 124046.539791316 Order of pole 124020.87703059464 TOP MAIN SOLVE Loop t[1] 3.532999999999776 x1[1] (analytic) 2.0000525908391475 x1[1] (numeric) 1.9977360024114899 absolute error 0.0023165884276576953 relative error 0.11582637567973855% Correct digits 2 h 0.001 x2[1] (analytic) 1.2342993328924345 x2[1] (numeric) 1.2457077014296813 absolute error 0.011408368537246805 relative error 0.9242789194832215% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 131582.60005355676 Order of pole 911263530.9518429 TOP MAIN SOLVE Loop t[1] 3.533999999999776 x1[1] (analytic) 2.0000525382745953 x1[1] (numeric) 1.9977329336111804 absolute error 0.0023196046634148537 relative error 0.1159771865501058% Correct digits 2 h 0.001 x2[1] (analytic) 1.23476837416086 x2[1] (numeric) 1.2462034123093038 absolute error 0.011435038148443821 relative error 0.9260877090583888% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 131640.42916700142 Order of pole 912071908.5312164 TOP MAIN SOLVE Loop t[1] 3.534999999999776 x1[1] (analytic) 2.000052485762581 x1[1] (numeric) 1.9977298617405357 absolute error 0.0023226240220453054 relative error 0.11612815356491678% Correct digits 2 h 0.001 x2[1] (analytic) 1.2352383544768262 x2[1] (numeric) 1.2467001202128791 absolute error 0.011461765736052953 relative error 0.927899113115499% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 131707.72858275558 Order of pole 913002746.9392915 TOP MAIN SOLVE Loop t[1] 3.5359999999997758 x1[1] (analytic) 2.0000524333030523 x1[1] (numeric) 1.9977267867964839 absolute error 0.002325646506568413 relative error 0.1162792768751391% Correct digits 2 h 0.001 x2[1] (analytic) 1.2357092757202808 x2[1] (numeric) 1.247197827141063 absolute error 0.011488551420782311 relative error 0.9297131328957425% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 131780.16210303872 Order of pole 914001902.5908629 TOP MAIN SOLVE Loop t[1] 3.5369999999997757 x1[1] (analytic) 2.000052380895957 x1[1] (numeric) 1.99772370877595 absolute error 0.0023286721200070915 relative error 0.11643055663191798% Correct digits 2 h 0.001 x2[1] (analytic) 1.2361811397749358 x2[1] (numeric) 1.2476965350985214 absolute error 0.011515395323585587 relative error 0.9315297696324769% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 131842.1459298712 Order of pole 914865659.362272 TOP MAIN SOLVE Loop t[1] 3.5379999999997755 x1[1] (analytic) 2.0000523285412433 x1[1] (numeric) 1.9977206276758561 absolute error 0.002331700865387143 relative error 0.11658199298654304% Correct digits 2 h 0.001 x2[1] (analytic) 1.2366539485282746 x2[1] (numeric) 1.2481962460939375 absolute error 0.01154229756566294 relative error 0.9333490245512316% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 131909.90046331665 Order of pole 915805445.8789347 TOP MAIN SOLVE Loop t[1] 3.5389999999997754 x1[1] (analytic) 2.0000522762388573 x1[1] (numeric) 1.9977175434931211 absolute error 0.0023347327457361455 relative error 0.11673358609039271% Correct digits 2 h 0.001 x2[1] (analytic) 1.237127703871559 x2[1] (numeric) 1.248696962140021 absolute error 0.011569258268462113 relative error 0.9351708988697303% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 2134.0351135517094 Order of pole 90380.81346038944 TOP MAIN SOLVE Loop t[1] 3.5399999999997753 x1[1] (analytic) 2.000052223988748 x1[1] (numeric) 1.9977144562246607 absolute error 0.0023377677640874506 relative error 0.116885336095134% Correct digits 2 h 0.001 x2[1] (analytic) 1.2376024076998366 x2[1] (numeric) 1.2491986852535157 absolute error 0.01159627755367909 relative error 0.9369953937978769% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 132043.89500263115 Order of pole 917663511.7986188 TOP MAIN SOLVE Loop t[1] 3.540999999999775 x1[1] (analytic) 2.0000521717908626 x1[1] (numeric) 1.9977113658673877 absolute error 0.0023408059234748535 relative error 0.11703724315245623% Correct digits 2 h 0.001 x2[1] (analytic) 1.2380780619119498 x2[1] (numeric) 1.2497014174552075 absolute error 0.011623355543257663 relative error 0.9388225105376512% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 132107.53465917645 Order of pole 918551180.0958861 TOP MAIN SOLVE Loop t[1] 3.541999999999775 x1[1] (analytic) 2.000052119645149 x1[1] (numeric) 1.9977082724182118 absolute error 0.0023438472269372568 relative error 0.11718930741430399% Correct digits 2 h 0.001 x2[1] (analytic) 1.2385546684105422 x2[1] (numeric) 1.2502051607699323 absolute error 0.011650492359390086 relative error 0.9406522502830946% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1364.4698977887308 Order of pole 12917.745076634686 TOP MAIN SOLVE Loop t[1] 3.542999999999775 x1[1] (analytic) 2.0000520675515547 x1[1] (numeric) 1.9977051758740394 absolute error 0.0023468916775153392 relative error 0.11734152903271075% Correct digits 2 h 0.001 x2[1] (analytic) 1.2390322291020663 x2[1] (numeric) 1.2507099172265845 absolute error 0.011677688124518193 relative error 0.9424846142203323% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 132240.60559452392 Order of pole 920401292.0005534 TOP MAIN SOLVE Loop t[1] 3.543999999999775 x1[1] (analytic) 2.0000520155100285 x1[1] (numeric) 1.997702076231774 absolute error 0.0023499392782544426 relative error 0.11749390815994304% Correct digits 2 h 0.001 x2[1] (analytic) 1.2395107458967922 x2[1] (numeric) 1.2512156888581252 absolute error 0.011704942961332954 relative error 0.9443196035274684% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 132307.54154559376 Order of pole 921333777.7886767 TOP MAIN SOLVE Loop t[1] 3.5449999999997748 x1[1] (analytic) 2.0000519635205176 x1[1] (numeric) 1.9976989734883162 absolute error 0.002352990032201463 relative error 0.1176464449483452% Correct digits 2 h 0.001 x2[1] (analytic) 1.239990220708813 x2[1] (numeric) 1.25172247770159 absolute error 0.011732256992777135 relative error 0.9461572193747343% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 132374.4447798439 Order of pole 922264240.6131506 TOP MAIN SOLVE Loop t[1] 3.5459999999997747 x1[1] (analytic) 2.00005191158297 x1[1] (numeric) 1.997695867640563 absolute error 0.002356043942407071 relative error 0.11779913955045027% Correct digits 2 h 0.001 x2[1] (analytic) 1.240470655456055 x2[1] (numeric) 1.2522302857980974 absolute error 0.011759630342042415 relative error 0.9479974629241855% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 132439.10592644184 Order of pole 923166215.4483013 TOP MAIN SOLVE Loop t[1] 3.5469999999997746 x1[1] (analytic) 2.0000518596973342 x1[1] (numeric) 1.9976927586854085 absolute error 0.0023591010119257128 relative error 0.11795199211898001% Correct digits 2 h 0.001 x2[1] (analytic) 1.2409520520602835 x2[1] (numeric) 1.2527391151928564 absolute error 0.01178706313257294 relative error 0.9498403353299215% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 132511.02980204727 Order of pole 924164355.7738525 TOP MAIN SOLVE Loop t[1] 3.5479999999997744 x1[1] (analytic) 2.0000518078635583 x1[1] (numeric) 1.9976896466197438 absolute error 0.002362161243814498 relative error 0.11810500280678941% Correct digits 2 h 0.001 x2[1] (analytic) 1.2414344124471115 x2[1] (numeric) 1.253248967935176 absolute error 0.011814555488064427 relative error 0.9516858377379448% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 132573.64387351988 Order of pole 925041396.3258163 TOP MAIN SOLVE Loop t[1] 3.5489999999997743 x1[1] (analytic) 2.00005175608159 x1[1] (numeric) 1.997686531440457 absolute error 0.002365224641132757 relative error 0.11825817176684454% Correct digits 2 h 0.001 x2[1] (analytic) 1.2419177385460076 x2[1] (numeric) 1.2537598460784718 absolute error 0.011842107532464174 relative error 0.9535339712860923% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 132639.6081132664 Order of pole 925962943.8251164 TOP MAIN SOLVE Loop t[1] 3.5499999999997742 x1[1] (analytic) 2.0000517043513777 x1[1] (numeric) 1.9976834131444328 absolute error 0.002368291206944928 relative error 0.11841149915236673% Correct digits 2 h 0.001 x2[1] (analytic) 1.2424020322903022 x2[1] (numeric) 1.2542717516802755 absolute error 0.011869719389973277 relative error 0.9553847371041465% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 132706.7256270023 Order of pole 926899659.4522104 TOP MAIN SOLVE Loop t[1] 3.550999999999774 x1[1] (analytic) 2.00005165267287 x1[1] (numeric) 1.9976802917285528 absolute error 0.0023713609443172246 relative error 0.11856498511666619% Correct digits 2 h 0.001 x2[1] (analytic) 1.242887295617197 x2[1] (numeric) 1.2547846868022428 absolute error 0.011897391185045736 relative error 0.9572381363136945% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 132771.86639020592 Order of pole 927809898.5751046 TOP MAIN SOLVE Loop t[1] 3.551999999999774 x1[1] (analytic) 2.0000516010460148 x1[1] (numeric) 1.9976771671896958 absolute error 0.0023744338563189693 relative error 0.11871862981320856% Correct digits 2 h 0.001 x2[1] (analytic) 1.2433735304677718 x2[1] (numeric) 1.255298653510161 absolute error 0.01192512304238913 relative error 0.9590941700281136% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 132836.78035774885 Order of pole 928718977.3805815 TOP MAIN SOLVE Loop t[1] 3.552999999999774 x1[1] (analytic) 2.0000515494707605 x1[1] (numeric) 1.9976740395247372 absolute error 0.0023775099460232596 relative error 0.11887243339564821% Correct digits 2 h 0.001 x2[1] (analytic) 1.2438607387869922 x2[1] (numeric) 1.2558136538739577 absolute error 0.011952915086965499 relative error 0.9609528393525735% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 132902.64530131168 Order of pole 929640749.293193 TOP MAIN SOLVE Loop t[1] 3.553999999999774 x1[1] (analytic) 2.000051497947056 x1[1] (numeric) 1.9976709087305493 absolute error 0.0023805892165067455 relative error 0.11902639601781707% Correct digits 2 h 0.001 x2[1] (analytic) 1.2443489225237185 x2[1] (numeric) 1.25632968996771 absolute error 0.011980767443991569 relative error 0.9628141453839852% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 132965.3610991761 Order of pole 930521731.5257343 TOP MAIN SOLVE Loop t[1] 3.5549999999997737 x1[1] (analytic) 2.000051446474849 x1[1] (numeric) 1.9976677748040013 absolute error 0.0023836716708478534 relative error 0.11918051783363605% Correct digits 2 h 0.001 x2[1] (analytic) 1.2448380836307116 x2[1] (numeric) 1.2568467638696517 absolute error 0.012008680238940084 relative error 0.9646780892110406% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 133040.63110558872 Order of pole 931567608.3508658 TOP MAIN SOLVE Loop t[1] 3.5559999999997736 x1[1] (analytic) 2.000051395054089 x1[1] (numeric) 1.9976646377419591 absolute error 0.0023867573121298946 relative error 0.11933479899727015% Correct digits 2 h 0.001 x2[1] (analytic) 1.2453282240646424 x2[1] (numeric) 1.2573648776621813 absolute error 0.012036653597538916 relative error 0.9665446719140702% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 133108.263159251 Order of pole 932514216.6209501 TOP MAIN SOLVE Loop t[1] 3.5569999999997735 x1[1] (analytic) 2.000051343684724 x1[1] (numeric) 1.9976614975412859 absolute error 0.002389846143437957 relative error 0.11948923966297327% Correct digits 2 h 0.001 x2[1] (analytic) 1.2458193457860989 x2[1] (numeric) 1.2578840334318717 absolute error 0.012064687645772842 relative error 0.9684138945651186% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 133174.53671308592 Order of pole 933442701.3408216 TOP MAIN SOLVE Loop t[1] 3.5579999999997733 x1[1] (analytic) 2.0000512923667024 x1[1] (numeric) 1.9976583541988413 absolute error 0.002392938167861125 relative error 0.11964383998519915% Correct digits 2 h 0.001 x2[1] (analytic) 1.2463114507595945 x2[1] (numeric) 1.2584042332694776 absolute error 0.012092782509883104 relative error 0.9702857582278384% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 133241.21052352624 Order of pole 934378086.6088623 TOP MAIN SOLVE Loop t[1] 3.5589999999997732 x1[1] (analytic) 2.0000512410999733 x1[1] (numeric) 1.9976552077114822 absolute error 0.0023960333884911478 relative error 0.11979860011853471% Correct digits 2 h 0.001 x2[1] (analytic) 1.2468045409535755 x2[1] (numeric) 1.258925479269944 absolute error 0.012120938316368512 relative error 0.972160263957511% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 133297.64425230288 Order of pole 935178599.6380712 TOP MAIN SOLVE Loop t[1] 3.559999999999773 x1[1] (analytic) 2.0000511898844855 x1[1] (numeric) 1.997652058076062 absolute error 0.002399131808423549 relative error 0.11995352021775567% Correct digits 2 h 0.001 x2[1] (analytic) 1.2472986183404289 x2[1] (numeric) 1.2594477735324148 absolute error 0.012149155191985894 relative error 0.974037412801013% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 133368.6528629511 Order of pole 936172703.6847711 TOP MAIN SOLVE Loop t[1] 3.560999999999773 x1[1] (analytic) 2.0000511387201874 x1[1] (numeric) 1.9976489052894308 absolute error 0.0024022334307565174 relative error 0.12010860043777093% Correct digits 2 h 0.001 x2[1] (analytic) 1.2477936848964901 x2[1] (numeric) 1.259971118160241 absolute error 0.01217743326375098 relative error 0.9759172057968182% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 133436.95016758764 Order of pole 937129353.8989362 TOP MAIN SOLVE Loop t[1] 3.561999999999773 x1[1] (analytic) 2.0000510876070283 x1[1] (numeric) 1.9976457493484363 absolute error 0.0024053382585920158 relative error 0.12026384093367812% Correct digits 2 h 0.001 x2[1] (analytic) 1.2482897426020523 x2[1] (numeric) 1.2604955152609898 absolute error 0.01220577265893752 relative error 0.9777996439748564% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 133503.94457165242 Order of pole 938071297.7852 TOP MAIN SOLVE Loop t[1] 3.562999999999773 x1[1] (analytic) 2.0000510365449564 x1[1] (numeric) 1.9976425902499222 absolute error 0.002408446295034228 relative error 0.12041924186068596% Correct digits 2 h 0.001 x2[1] (analytic) 1.248786793441372 x2[1] (numeric) 1.2610209669464516 absolute error 0.012234173505079715 relative error 0.9796847283566412% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 133567.94536073768 Order of pole 938973245.7646731 TOP MAIN SOLVE Loop t[1] 3.5639999999997727 x1[1] (analytic) 2.000050985533921 x1[1] (numeric) 1.9976394279907295 absolute error 0.002411557543191556 relative error 0.12057480337421407% Correct digits 2 h 0.001 x2[1] (analytic) 1.2492848394026788 x2[1] (numeric) 1.2615474753326499 absolute error 0.012262635929971122 relative error 0.9815724599551102% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 133639.81052910417 Order of pole 939978460.1285814 TOP MAIN SOLVE Loop t[1] 3.5649999999997726 x1[1] (analytic) 2.0000509345738715 x1[1] (numeric) 1.997636262567696 absolute error 0.002414672006175511 relative error 0.12073052562983744% Correct digits 2 h 0.001 x2[1] (analytic) 1.2497838824781828 x2[1] (numeric) 1.262075042539849 absolute error 0.012291160061666195 relative error 0.9834628397746807% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 133706.30185828215 Order of pole 940914773.7934202 TOP MAIN SOLVE Loop t[1] 3.5659999999997725 x1[1] (analytic) 2.0000508836647564 x1[1] (numeric) 1.997633093977656 absolute error 0.002417789687100269 relative error 0.12088640878326438% Correct digits 2 h 0.001 x2[1] (analytic) 1.2502839246640824 x2[1] (numeric) 1.2626036706925632 absolute error 0.012319746028480738 relative error 0.985355868811216% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 133776.9122393524 Order of pole 941905641.4259212 TOP MAIN SOLVE Loop t[1] 3.5669999999997724 x1[1] (analytic) 2.000050832806525 x1[1] (numeric) 1.9976299222174414 absolute error 0.002420910589083558 relative error 0.12104245299038081% Correct digits 2 h 0.001 x2[1] (analytic) 1.2507849679605727 x2[1] (numeric) 1.2631333619195642 absolute error 0.012348393958991455 relative error 0.9872515480519192% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 133839.86446166193 Order of pole 942795385.0877793 TOP MAIN SOLVE Loop t[1] 3.5679999999997722 x1[1] (analytic) 2.0000507819991267 x1[1] (numeric) 1.99762674728388 absolute error 0.002424034715246659 relative error 0.12119865840725026% Correct digits 2 h 0.001 x2[1] (analytic) 1.2512870143718529 x2[1] (numeric) 1.2636641183538906 absolute error 0.01237710398203773 relative error 0.9891498784754068% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 133901.19753558168 Order of pole 943663939.7587513 TOP MAIN SOLVE Loop t[1] 3.568999999999772 x1[1] (analytic) 2.00005073124251 x1[1] (numeric) 1.9976235691737971 absolute error 0.0024271620687128515 relative error 0.12135502519003621% Correct digits 2 h 0.001 x2[1] (analytic) 1.2517900659061343 x2[1] (numeric) 1.264195942132856 absolute error 0.012405876226721624 relative error 0.9910508610516391% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 133976.64178892513 Order of pole 944721158.5616986 TOP MAIN SOLVE Loop t[1] 3.569999999999772 x1[1] (analytic) 2.0000506805366247 x1[1] (numeric) 1.9976203878840146 absolute error 0.0024302926526100777 relative error 0.12151155349513526% Correct digits 2 h 0.001 x2[1] (analytic) 1.2522941245756496 x2[1] (numeric) 1.2647288353980577 absolute error 0.012434710822408102 relative error 0.9929544967418663% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 134038.84965583784 Order of pole 945602358.0255085 TOP MAIN SOLVE Loop t[1] 3.570999999999772 x1[1] (analytic) 2.00005062988142 x1[1] (numeric) 1.997617203411351 absolute error 0.0024334264700687225 relative error 0.12166824347906617% Correct digits 2 h 0.001 x2[1] (analytic) 1.2527991923966593 x2[1] (numeric) 1.2652628002953854 absolute error 0.012463607898726137 relative error 0.9948607864986497% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 73133.31616311184 Order of pole 73108.05295705737 TOP MAIN SOLVE Loop t[1] 3.571999999999772 x1[1] (analytic) 2.000050579276845 x1[1] (numeric) 1.997614015752622 absolute error 0.0024365635242229455 relative error 0.12182509529853638% Correct digits 2 h 0.001 x2[1] (analytic) 1.2533052713894608 x2[1] (numeric) 1.2657978389750295 absolute error 0.012492567585568715 relative error 0.9967697312657905% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 134175.63768214462 Order of pole 947531363.9206443 TOP MAIN SOLVE Loop t[1] 3.5729999999997717 x1[1] (analytic) 2.0000505287228494 x1[1] (numeric) 1.99761082490464 absolute error 0.002439703818209349 relative error 0.12198210911037553% Correct digits 2 h 0.001 x2[1] (analytic) 1.253812363578396 x2[1] (numeric) 1.26633395359149 absolute error 0.012521590013093942 relative error 0.9986813319783487% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 134241.62935920485 Order of pole 948464694.5080891 TOP MAIN SOLVE Loop t[1] 3.5739999999997716 x1[1] (analytic) 2.000050478219382 x1[1] (numeric) 1.9976076308642141 absolute error 0.0024428473551680874 relative error 0.12213928507159086% Correct digits 2 h 0.001 x2[1] (analytic) 1.254320470991859 x2[1] (numeric) 1.2668711463035847 absolute error 0.012550675311725712 relative error 1.000595589562627% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 134306.30861147688 Order of pole 949381060.1292216 TOP MAIN SOLVE Loop t[1] 3.5749999999997715 x1[1] (analytic) 2.0000504277663937 x1[1] (numeric) 1.9976044336281502 absolute error 0.0024459941382435346 relative error 0.12229662333940047% Correct digits 2 h 0.001 x2[1] (analytic) 1.2548295956623066 x2[1] (numeric) 1.2674094192744585 absolute error 0.01257982361215193 relative error 1.002512504935957% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 134377.86380888865 Order of pole 950388978.1815164 TOP MAIN SOLVE Loop t[1] 3.5759999999997714 x1[1] (analytic) 2.0000503773638325 x1[1] (numeric) 1.9976012331932511 absolute error 0.0024491441705813966 relative error 0.12245412407108927% Correct digits 2 h 0.001 x2[1] (analytic) 1.2553397396262622 x2[1] (numeric) 1.2679487746715914 absolute error 0.012609035045329176 relative error 1.0044320790070038% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 134432.66662630276 Order of pole 951175930.0365229 TOP MAIN SOLVE Loop t[1] 3.5769999999997713 x1[1] (analytic) 2.000050327011649 x1[1] (numeric) 1.9975980295563163 absolute error 0.00245229745533293 relative error 0.12261178742421949% Correct digits 2 h 0.001 x2[1] (analytic) 1.2558509049243285 x2[1] (numeric) 1.2684892146668079 absolute error 0.01263830974247937 relative error 1.0063543126754282% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 134511.93879884767 Order of pole 952286147.577293 TOP MAIN SOLVE Loop t[1] 3.577999999999771 x1[1] (analytic) 2.0000502767097927 x1[1] (numeric) 1.9975948227141422 absolute error 0.002455453995650503 relative error 0.12276961355640907% Correct digits 2 h 0.001 x2[1] (analytic) 1.256363093601192 x2[1] (numeric) 1.269030741436285 absolute error 0.012667647835092888 relative error 1.0082792068320645% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 134569.68909864713 Order of pole 953112795.034782 TOP MAIN SOLVE Loop t[1] 3.578999999999771 x1[1] (analytic) 2.000050226458213 x1[1] (numeric) 1.997591612663522 absolute error 0.0024586137946909226 relative error 0.12292760262549789% Correct digits 2 h 0.001 x2[1] (analytic) 1.2568763077056333 x2[1] (numeric) 1.2695733571605612 absolute error 0.012697049454927889 relative error 1.0102067623587985% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 134641.28486055142 Order of pole 954124665.0726883 TOP MAIN SOLVE Loop t[1] 3.579999999999771 x1[1] (analytic) 2.0000501762568597 x1[1] (numeric) 1.9975883994012456 absolute error 0.002461776855614106 relative error 0.12308575478948126% Correct digits 2 h 0.001 x2[1] (analytic) 1.2573905492905348 x2[1] (numeric) 1.2701170640245454 absolute error 0.012726514734010541 relative error 1.012136980128513% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 134708.3579452034 Order of pole 955075234.0672661 TOP MAIN SOLVE Loop t[1] 3.580999999999771 x1[1] (analytic) 2.0000501261056822 x1[1] (numeric) 1.9975851829240998 absolute error 0.002464943181582413 relative error 0.12324407020647671% Correct digits 2 h 0.001 x2[1] (analytic) 1.2579058204128883 x2[1] (numeric) 1.2706618642175256 absolute error 0.01275604380463724 relative error 1.0140698610051955% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 134780.54474807117 Order of pole 956094603.2754859 TOP MAIN SOLVE Loop t[1] 3.5819999999997707 x1[1] (analytic) 2.0000500760046314 x1[1] (numeric) 1.997581963228868 absolute error 0.0024681127757633092 relative error 0.12340254903485696% Correct digits 2 h 0.001 x2[1] (analytic) 1.2584221231338044 x2[1] (numeric) 1.2712077599331773 absolute error 0.012785636799372835 relative error 1.0160054058437253% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 134844.27068766762 Order of pole 957002255.7018505 TOP MAIN SOLVE Loop t[1] 3.5829999999997706 x1[1] (analytic) 2.0000500259536564 x1[1] (numeric) 1.9975787403123306 absolute error 0.0024712856413258155 relative error 0.12356119143307259% Correct digits 2 h 0.001 x2[1] (analytic) 1.2589394595185197 x2[1] (numeric) 1.2717547533695726 absolute error 0.012815293851052845 relative error 1.017943615489981% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 134908.1964353779 Order of pole 957912318.0024511 TOP MAIN SOLVE Loop t[1] 3.5839999999997705 x1[1] (analytic) 2.0000499759527073 x1[1] (numeric) 1.9975755141712648 absolute error 0.002474461781442505 relative error 0.12371999755975176% Correct digits 2 h 0.001 x2[1] (analytic) 1.259457831636405 x2[1] (numeric) 1.2723028467291893 absolute error 0.012845015092784351 relative error 1.0198844907808395% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 134987.83607510434 Order of pole 959033608.3687394 TOP MAIN SOLVE Loop t[1] 3.5849999999997704 x1[1] (analytic) 2.000049926001734 x1[1] (numeric) 1.9975722848024442 absolute error 0.0024776411992899483 relative error 0.12387896757372246% Correct digits 2 h 0.001 x2[1] (analytic) 1.2599772415609751 x2[1] (numeric) 1.2728520422189191 absolute error 0.012874800657943997 relative error 1.0218280325439462% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 135040.92536945667 Order of pole 959800343.353729 TOP MAIN SOLVE Loop t[1] 3.5859999999997703 x1[1] (analytic) 2.0000498761006873 x1[1] (numeric) 1.9975690522026397 absolute error 0.0024808238980476016 relative error 0.124038101633957% Correct digits 2 h 0.001 x2[1] (analytic) 1.2604976913698949 x2[1] (numeric) 1.273402342050077 absolute error 0.012904650680182206 relative error 1.0237742415979814% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 135117.27296153636 Order of pole 960878832.0817163 TOP MAIN SOLVE Loop t[1] 3.58699999999977 x1[1] (analytic) 2.0000498262495165 x1[1] (numeric) 1.9975658163686185 absolute error 0.0024840098808980304 relative error 0.12419739989958317% Correct digits 2 h 0.001 x2[1] (analytic) 1.2610191831449897 x2[1] (numeric) 1.2739537484384098 absolute error 0.012934565293420075 relative error 1.0257231187523403% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1067.8269617625806 Order of pole 32604.771517676712 TOP MAIN SOLVE Loop t[1] 3.58799999999977 x1[1] (analytic) 2.0000497764481717 x1[1] (numeric) 1.9975625772971448 absolute error 0.0024871991510269087 relative error 0.12435686252988418% Correct digits 2 h 0.001 x2[1] (analytic) 1.2615417189722515 x2[1] (numeric) 1.274506263604105 absolute error 0.01296454463185337 relative error 1.0276746648073818% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 135250.09974296667 Order of pole 962770049.3215631 TOP MAIN SOLVE Loop t[1] 3.58899999999977 x1[1] (analytic) 2.0000497266966035 x1[1] (numeric) 1.9975593349849796 absolute error 0.002490391711623907 relative error 0.12451648968434302% Correct digits 2 h 0.001 x2[1] (analytic) 1.26206530094185 x2[1] (numeric) 1.2750598897717995 absolute error 0.012994588829949416 relative error 1.029628880554109% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 135320.99641127512 Order of pole 963777989.5345302 TOP MAIN SOLVE Loop t[1] 3.58999999999977 x1[1] (analytic) 2.0000496769947618 x1[1] (numeric) 1.9975560894288804 absolute error 0.002493587565881361 relative error 0.124676281522576% Correct digits 2 h 0.001 x2[1] (analytic) 1.2625899311481383 x2[1] (numeric) 1.2756146291705897 absolute error 0.01302469802245132 relative error 1.031585766774434% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 135388.4182781268 Order of pole 964738639.5624145 TOP MAIN SOLVE Loop t[1] 3.5909999999997697 x1[1] (analytic) 2.000049627342597 x1[1] (numeric) 1.9975528406256018 absolute error 0.0024967867169953806 relative error 0.12483623820438808% Correct digits 2 h 0.001 x2[1] (analytic) 1.2631156116896627 x2[1] (numeric) 1.2761704840340384 absolute error 0.013054872344375745 relative error 1.0335453242409312% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 135451.95352100738 Order of pole 965647419.0070537 TOP MAIN SOLVE Loop t[1] 3.5919999999997696 x1[1] (analytic) 2.00004957774006 x1[1] (numeric) 1.997549588571895 absolute error 0.002499989168164962 relative error 0.12499635988972858% Correct digits 2 h 0.001 x2[1] (analytic) 1.2636423446691714 x2[1] (numeric) 1.2767274566001858 absolute error 0.01308511193101447 relative error 1.0355075537168885% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 135518.78648609013 Order of pole 966601604.0854516 TOP MAIN SOLVE Loop t[1] 3.5929999999997695 x1[1] (analytic) 2.0000495281871005 x1[1] (numeric) 1.997546333264508 absolute error 0.0025031949225924333 relative error 0.12515664673871338% Correct digits 2 h 0.001 x2[1] (analytic) 1.264170132193621 x2[1] (numeric) 1.277285549111557 absolute error 0.01311541691793594 relative error 1.0374724559563615% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1202.431988014796 Order of pole 15098.948491760922 TOP MAIN SOLVE Loop t[1] 3.5939999999997694 x1[1] (analytic) 2.0000494786836693 x1[1] (numeric) 1.9975430747001854 absolute error 0.002506403983483896 relative error 0.12531709891164708% Correct digits 2 h 0.001 x2[1] (analytic) 1.2646989763741876 x2[1] (numeric) 1.2778447638151715 absolute error 0.013145787440983936 relative error 1.0394400317039934% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 135667.73406226185 Order of pole 968714222.0445387 TOP MAIN SOLVE Loop t[1] 3.5949999999997693 x1[1] (analytic) 2.000049429229717 x1[1] (numeric) 1.9975398128756687 absolute error 0.0025096163540481164 relative error 0.1254777165689675% Correct digits 2 h 0.001 x2[1] (analytic) 1.2652288793262734 x2[1] (numeric) 1.2784051029625527 absolute error 0.01317622363627935 relative error 1.041410281695088% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 135720.98385628583 Order of pole 969488073.6937627 TOP MAIN SOLVE Loop t[1] 3.595999999999769 x1[1] (analytic) 2.0000493798251937 x1[1] (numeric) 1.997536547787696 absolute error 0.0025128320374976365 relative error 0.1256384998713012% Correct digits 2 h 0.001 x2[1] (analytic) 1.2657598431695154 x2[1] (numeric) 1.278966568809736 absolute error 0.013206725640220629 relative error 1.043383206655572% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 135789.18131414265 Order of pole 970462869.8044306 TOP MAIN SOLVE Loop t[1] 3.596999999999769 x1[1] (analytic) 2.00004933047005 x1[1] (numeric) 1.9975332794330023 absolute error 0.002516051037047884 relative error 0.12579944897941908% Correct digits 2 h 0.001 x2[1] (analytic) 1.2662918700277945 x2[1] (numeric) 1.2795291636172785 absolute error 0.013237293589484 relative error 1.0453588073019413% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 135856.82897657383 Order of pole 971430942.650121 TOP MAIN SOLVE Loop t[1] 3.597999999999769 x1[1] (analytic) 2.000049281164237 x1[1] (numeric) 1.9975300078083191 absolute error 0.0025192733559178393 relative error 0.1259605640542697% Correct digits 2 h 0.001 x2[1] (analytic) 1.2668249620292436 x2[1] (numeric) 1.280092889650268 absolute error 0.013267927621024356 relative error 1.0473370843412602% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 135927.03988246387 Order of pole 972432820.6114818 TOP MAIN SOLVE Loop t[1] 3.598999999999769 x1[1] (analytic) 2.0000492319077052 x1[1] (numeric) 1.9975267329103747 absolute error 0.00252249899733048 relative error 0.12612184525700135% Correct digits 2 h 0.001 x2[1] (analytic) 1.2673591213062558 x2[1] (numeric) 1.280657749178331 absolute error 0.013298627872075253 relative error 1.0493180384710905% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 135998.23514236425 Order of pole 973448936.1899242 TOP MAIN SOLVE Loop t[1] 3.5999999999997687 x1[1] (analytic) 2.000049182700405 x1[1] (numeric) 1.9975234547358944 absolute error 0.002525727964510782 relative error 0.12628329274886238% Correct digits 2 h 0.001 x2[1] (analytic) 1.267894349995494 x2[1] (numeric) 1.2812237444756442 absolute error 0.013329394480150247 relative error 1.0513016703795248% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1378.0119948273018 Order of pole 39472.86347299964 TOP MAIN SOLVE Loop t[1] 3.6009999999997686 x1[1] (analytic) 2.000049133542288 x1[1] (numeric) 1.9975201732816001 absolute error 0.0025289602606879402 relative error 0.126444906691312% Correct digits 2 h 0.001 x2[1] (analytic) 1.2684306502378977 x2[1] (numeric) 1.281790877820941 absolute error 0.013360227583043338 relative error 1.0532879807451507% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 136136.29123452413 Order of pole 975425035.5105551 TOP MAIN SOLVE Loop t[1] 3.6019999999997685 x1[1] (analytic) 2.000049084433304 x1[1] (numeric) 1.9975168885442103 absolute error 0.0025321958890938134 relative error 0.12660668724594268% Correct digits 2 h 0.001 x2[1] (analytic) 1.2689680241786938 x2[1] (numeric) 1.282359151497522 absolute error 0.0133911273188283 relative error 1.0552769702369258% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 136204.91400635795 Order of pole 976407218.1139439 TOP MAIN SOLVE Loop t[1] 3.6029999999997684 x1[1] (analytic) 2.000049035373405 x1[1] (numeric) 1.9975136005204401 absolute error 0.002535434852964702 relative error 0.1267686345745689% Correct digits 2 h 0.001 x2[1] (analytic) 1.2695064739674027 x2[1] (numeric) 1.2829285677932643 absolute error 0.01342209382586157 relative error 1.0572686395143354% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 136271.0136206994 Order of pole 977357549.3308347 TOP MAIN SOLVE Loop t[1] 3.6039999999997683 x1[1] (analytic) 2.000048986362541 x1[1] (numeric) 1.9975103092070017 absolute error 0.0025386771555393484 relative error 0.1269307488391273% Correct digits 2 h 0.001 x2[1] (analytic) 1.2700460017578494 x2[1] (numeric) 1.2834991290006295 absolute error 0.013453127242780027 relative error 1.0592629892271443% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 123361.2833605485 Order of pole 123335.96629715494 TOP MAIN SOLVE Loop t[1] 3.604999999999768 x1[1] (analytic) 2.0000489374006634 x1[1] (numeric) 1.9975070146006035 absolute error 0.002541922800059826 relative error 0.12709303020172105% Correct digits 2 h 0.001 x2[1] (analytic) 1.27058660970817 x2[1] (numeric) 1.2840708374166745 absolute error 0.013484227708504548 relative error 1.061260020015607% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 136406.23842967313 Order of pole 979299584.7436851 TOP MAIN SOLVE Loop t[1] 3.605999999999768 x1[1] (analytic) 2.0000488884877234 x1[1] (numeric) 1.997503716697951 absolute error 0.002545171789772427 relative error 0.1272554788246642% Correct digits 2 h 0.001 x2[1] (analytic) 1.2711282999808213 x2[1] (numeric) 1.2846436953430593 absolute error 0.013515395362238003 relative error 1.0632597325102369% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1016.6588986222436 Order of pole 518.043555434024 TOP MAIN SOLVE Loop t[1] 3.606999999999768 x1[1] (analytic) 2.000048839623672 x1[1] (numeric) 1.9975004154957465 absolute error 0.0025484241279254416 relative error 0.12741809487037084% Correct digits 2 h 0.001 x2[1] (analytic) 1.2716710747425897 x2[1] (numeric) 1.285217705086057 absolute error 0.013546630343467259 relative error 1.065262127331893% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 136545.04878021622 Order of pole 981291598.8646259 TOP MAIN SOLVE Loop t[1] 3.607999999999768 x1[1] (analytic) 2.0000487908084597 x1[1] (numeric) 1.9974971109906885 absolute error 0.0025516798177711575 relative error 0.12758087850145483% Correct digits 2 h 0.001 x2[1] (analytic) 1.2722149361645998 x2[1] (numeric) 1.2857928689565625 absolute error 0.013577932791962732 relative error 1.0672672050916727% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 136611.6290267134 Order of pole 982249606.2989249 TOP MAIN SOLVE Loop t[1] 3.6089999999997677 x1[1] (analytic) 2.0000487420420385 x1[1] (numeric) 1.9974938031794727 absolute error 0.0025549388625658587 relative error 0.12774382988072983% Correct digits 2 h 0.001 x2[1] (analytic) 1.2727598864223217 x2[1] (numeric) 1.2863691892701026 absolute error 0.013609302847780835 relative error 1.0692749663910335% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 136677.9200319762 Order of pole 983205969.3933864 TOP MAIN SOLVE Loop t[1] 3.6099999999997676 x1[1] (analytic) 2.0000486933243593 x1[1] (numeric) 1.9974904920587913 absolute error 0.0025582012655680497 relative error 0.12790694917112058% Correct digits 2 h 0.001 x2[1] (analytic) 1.2733059276955823 x2[1] (numeric) 1.2869466683468445 absolute error 0.013640740651262195 relative error 1.071285411821579% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 136754.82590141162 Order of pole 984305074.3640423 TOP MAIN SOLVE Loop t[1] 3.6109999999997675 x1[1] (analytic) 2.0000486446553736 x1[1] (numeric) 1.997487177625333 absolute error 0.002561467030040676 relative error 0.12807023653577385% Correct digits 2 h 0.001 x2[1] (analytic) 1.273853062168571 x2[1] (numeric) 1.2875253085116052 absolute error 0.0136722463430341 relative error 1.0732985419651822% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 136810.0107320822 Order of pole 985111107.1347243 TOP MAIN SOLVE Loop t[1] 3.6119999999997674 x1[1] (analytic) 2.0000485960350325 x1[1] (numeric) 1.9974838598757834 absolute error 0.002564736159249126 relative error 0.12823369213795854% Correct digits 2 h 0.001 x2[1] (analytic) 1.2744012920298518 x2[1] (numeric) 1.2881051120938611 absolute error 0.013703820064009387 relative error 1.0753143573938237% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 136884.13612086125 Order of pole 986172532.3870186 TOP MAIN SOLVE Loop t[1] 3.6129999999997673 x1[1] (analytic) 2.000048547463287 x1[1] (numeric) 1.9974805388068249 absolute error 0.0025680086564623394 relative error 0.1283973161411212% Correct digits 2 h 0.001 x2[1] (analytic) 1.274950619472368 x2[1] (numeric) 1.2886860814277572 absolute error 0.013735461955389106 relative error 1.0773328586697308% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 136950.43588410236 Order of pole 987131342.3323616 TOP MAIN SOLVE Loop t[1] 3.613999999999767 x1[1] (analytic) 2.0000484989400897 x1[1] (numeric) 1.9974772144151363 absolute error 0.0025712845249534766 relative error 0.12856110870891926% Correct digits 2 h 0.001 x2[1] (analytic) 1.2755010466934553 x2[1] (numeric) 1.2892682188521165 absolute error 0.01376717215866119 relative error 1.0793540463452% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 137021.9874048593 Order of pole 988159720.8362719 TOP MAIN SOLVE Loop t[1] 3.614999999999767 x1[1] (analytic) 2.000048450465391 x1[1] (numeric) 1.9974738866973933 absolute error 0.002574563767997473 relative error 0.12872507000509906% Correct digits 2 h 0.001 x2[1] (analytic) 1.276052575894847 x2[1] (numeric) 1.2898515267104491 absolute error 0.013798950815602007 relative error 1.0813779209626475% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 137092.2513442108 Order of pole 989171289.4605211 TOP MAIN SOLVE Loop t[1] 3.615999999999767 x1[1] (analytic) 2.000048402039143 x1[1] (numeric) 1.9974705556502683 absolute error 0.002577846388874594 relative error 0.12888920019367325% Correct digits 2 h 0.001 x2[1] (analytic) 1.2766052092826854 x2[1] (numeric) 1.290436007350962 absolute error 0.013830798068276584 relative error 1.083404483054554% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 137163.48161297108 Order of pole 990197950.061248 TOP MAIN SOLVE Loop t[1] 3.616999999999767 x1[1] (analytic) 2.0000483536612967 x1[1] (numeric) 1.99746722127043 absolute error 0.0025811323908666584 relative error 0.1290534994387324% Correct digits 2 h 0.001 x2[1] (analytic) 1.2771589490675284 x2[1] (numeric) 1.2910216631265683 absolute error 0.013862714059039938 relative error 1.0854337331434978% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 137234.34778226246 Order of pole 991218219.7401195 TOP MAIN SOLVE Loop t[1] 3.6179999999997667 x1[1] (analytic) 2.000048305331804 x1[1] (numeric) 1.9974638835545442 absolute error 0.0025844217772597045 relative error 0.1292179679045779% Correct digits 2 h 0.001 x2[1] (analytic) 1.2777137974643604 x2[1] (numeric) 1.2916084963948966 absolute error 0.013894698930536187 relative error 1.0874656717420128% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 137294.2270378869 Order of pole 992092601.0173016 TOP MAIN SOLVE Loop t[1] 3.6189999999997666 x1[1] (analytic) 2.000048257050617 x1[1] (numeric) 1.997460542499273 absolute error 0.002587714551343767 relative error 0.12938260575571092% Correct digits 2 h 0.001 x2[1] (analytic) 1.2782697566926 x2[1] (numeric) 1.2921965095183006 absolute error 0.01392675282570055 relative error 1.0895002993526721% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 137363.01124451836 Order of pole 993087341.2464612 TOP MAIN SOLVE Loop t[1] 3.6199999999997665 x1[1] (analytic) 2.0000482088176867 x1[1] (numeric) 1.9974571981012754 absolute error 0.002591010716411324 relative error 0.12954741315675486% Correct digits 2 h 0.001 x2[1] (analytic) 1.2788268289761089 x2[1] (numeric) 1.292785704863868 absolute error 0.013958875887759126 relative error 1.091537616468% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 137427.70162251135 Order of pole 994026130.3077197 TOP MAIN SOLVE Loop t[1] 3.6209999999997664 x1[1] (analytic) 2.0000481606329656 x1[1] (numeric) 1.997453850357207 absolute error 0.0025943102757586267 relative error 0.12971239027252182% Correct digits 2 h 0.001 x2[1] (analytic) 1.279385016543201 x2[1] (numeric) 1.293376084803431 absolute error 0.01399106826023 relative error 1.0935776235704855% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 137499.4771306536 Order of pole 995061727.9087999 TOP MAIN SOLVE Loop t[1] 3.6219999999997663 x1[1] (analytic) 2.0000481124964047 x1[1] (numeric) 1.9974504992637203 absolute error 0.0025976132326843704 relative error 0.1298775372679461% Correct digits 2 h 0.001 x2[1] (analytic) 1.2799443216266513 x2[1] (numeric) 1.293967651713575 absolute error 0.014023330086923691 relative error 1.095620321132545% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 137579.4661016574 Order of pole 996209176.8450125 TOP MAIN SOLVE Loop t[1] 3.622999999999766 x1[1] (analytic) 2.000048064407957 x1[1] (numeric) 1.997447144817464 absolute error 0.0026009195904928006 relative error 0.13004285430823936% Correct digits 2 h 0.001 x2[1] (analytic) 1.2805047464637054 x2[1] (numeric) 1.2945604079756483 absolute error 0.01405566151194293 relative error 1.0976657096164324% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 137635.42068542083 Order of pole 997031215.0865737 TOP MAIN SOLVE Loop t[1] 3.623999999999766 x1[1] (analytic) 2.0000480163675727 x1[1] (numeric) 1.9974437870150836 absolute error 0.0026042293524890514 relative error 0.1302083415586579% Correct digits 2 h 0.001 x2[1] (analytic) 1.2810662932960868 x2[1] (numeric) 1.2951543559757717 absolute error 0.014088062679684876 relative error 1.0997137894743414% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 137711.4731123458 Order of pole 998126923.3200432 TOP MAIN SOLVE Loop t[1] 3.624999999999766 x1[1] (analytic) 2.0000479683752053 x1[1] (numeric) 1.9974404258532212 absolute error 0.00260754252198403 relative error 0.13037399918474654% Correct digits 2 h 0.001 x2[1] (analytic) 1.2816289643700083 x2[1] (numeric) 1.2957494981048483 absolute error 0.014120533734840013 relative error 1.1017645611482445% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 137775.76020269038 Order of pole 999063630.5679544 TOP MAIN SOLVE Loop t[1] 3.625999999999766 x1[1] (analytic) 2.0000479204308066 x1[1] (numeric) 1.997437061328516 absolute error 0.0026108591022906413 relative error 0.13053982735215% Correct digits 2 h 0.001 x2[1] (analytic) 1.2821927619361784 x2[1] (numeric) 1.2963458367585725 absolute error 0.01415307482239414 relative error 1.103818025069979% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 137839.79382810454 Order of pole 999997495.9511391 TOP MAIN SOLVE Loop t[1] 3.6269999999997657 x1[1] (analytic) 2.000047872534328 x1[1] (numeric) 1.9974336934376031 absolute error 0.002614179096724678 relative error 0.13070582622665747% Correct digits 2 h 0.001 x2[1] (analytic) 1.2827576882498122 x2[1] (numeric) 1.2969433743374401 absolute error 0.014185686087627936 relative error 1.1058741816611375% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 137915.0575825684 Order of pole 1001083968.9438087 TOP MAIN SOLVE Loop t[1] 3.6279999999997656 x1[1] (analytic) 2.000047824685722 x1[1] (numeric) 1.9974303221771148 absolute error 0.002617502508607039 relative error 0.13087199597431332% Correct digits 2 h 0.001 x2[1] (analytic) 1.2833237455706399 x2[1] (numeric) 1.2975421132467577 absolute error 0.014218367676117838 relative error 1.1079330313330664% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 137984.96581608578 Order of pole 1002097580.0182467 TOP MAIN SOLVE Loop t[1] 3.6289999999997655 x1[1] (analytic) 2.0000477768849403 x1[1] (numeric) 1.9974269475436799 absolute error 0.0026208293412604 relative error 0.1310383367612509% Correct digits 2 h 0.001 x2[1] (analytic) 1.2838909361629152 x2[1] (numeric) 1.2981420558966525 absolute error 0.014251119733737383 relative error 1.1099945744868966% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1238.6792098379 Order of pole 4841.931648789243 TOP MAIN SOLVE Loop t[1] 3.6299999999997654 x1[1] (analytic) 2.000047729131936 x1[1] (numeric) 1.9974235695339237 absolute error 0.002624159598012321 relative error 0.13120484875384764% Correct digits 2 h 0.001 x2[1] (analytic) 1.2844592622954252 x2[1] (numeric) 1.2987432047020817 absolute error 0.014283942406656536 relative error 1.1120588115134191% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 125224.84349233352 Order of pole 125199.3267826023 TOP MAIN SOLVE Loop t[1] 3.6309999999997653 x1[1] (analytic) 2.000047681426661 x1[1] (numeric) 1.9974201881444682 absolute error 0.0026274932821925834 relative error 0.13137153211859215% Correct digits 2 h 0.001 x2[1] (analytic) 1.285028726241499 x2[1] (numeric) 1.2993455620828422 absolute error 0.014316835841343245 relative error 1.1141257427931337% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 138188.3307009058 Order of pole 1005056938.6240683 TOP MAIN SOLVE Loop t[1] 3.631999999999765 x1[1] (analytic) 2.000047633769067 x1[1] (numeric) 1.997416803371932 absolute error 0.0026308303971349645 relative error 0.1315383870221728% Correct digits 2 h 0.001 x2[1] (analytic) 1.2855993302790172 x2[1] (numeric) 1.2999491304635808 absolute error 0.014349800184563666 relative error 1.1161953686961932% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 138256.5033778786 Order of pole 1006050133.0376512 TOP MAIN SOLVE Loop t[1] 3.632999999999765 x1[1] (analytic) 2.0000475861591065 x1[1] (numeric) 1.9974134152129301 absolute error 0.0026341709461763507 relative error 0.1317054136314334% Correct digits 2 h 0.001 x2[1] (analytic) 1.2861710766904206 x2[1] (numeric) 1.3005539122738035 absolute error 0.014382835583382825 relative error 1.1182676895823829% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 138326.51076031584 Order of pole 1007067429.1674188 TOP MAIN SOLVE Loop t[1] 3.633999999999765 x1[1] (analytic) 2.000047538596733 x1[1] (numeric) 1.9974100236640748 absolute error 0.0026375149326580694 relative error 0.13187261211343979% Correct digits 2 h 0.001 x2[1] (analytic) 1.286743967762719 x2[1] (numeric) 1.3011599099478846 absolute error 0.014415942185165509 relative error 1.1203427058011177% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 138401.4314717547 Order of pole 1008153779.0687783 TOP MAIN SOLVE Loop t[1] 3.634999999999765 x1[1] (analytic) 2.0000474910818973 x1[1] (numeric) 1.9974066287219743 absolute error 0.002640862359923002 relative error 0.13203998263533556% Correct digits 2 h 0.001 x2[1] (analytic) 1.2873180057875016 x2[1] (numeric) 1.3017671259250778 absolute error 0.014449120137576266 relative error 1.1224204176913681% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 138467.657300793 Order of pole 1009122486.6137967 TOP MAIN SOLVE Loop t[1] 3.6359999999997648 x1[1] (analytic) 2.000047443614553 x1[1] (numeric) 1.9974032303832336 absolute error 0.002644213231319359 relative error 0.13220752536453076% Correct digits 2 h 0.001 x2[1] (analytic) 1.2878931930609447 x2[1] (numeric) 1.3023755626495253 absolute error 0.014482369588580513 relative error 1.1245008255816744% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 138535.00810317154 Order of pole 1010105937.8952941 TOP MAIN SOLVE Loop t[1] 3.6369999999997646 x1[1] (analytic) 2.0000473961946525 x1[1] (numeric) 1.9973998286444545 absolute error 0.0026475675501980156 relative error 0.13237524046856858% Correct digits 2 h 0.001 x2[1] (analytic) 1.2884695318838224 x2[1] (numeric) 1.302985222570267 absolute error 0.014515690686444538 relative error 1.1265839297900742% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 90938.40979194519 Order of pole 90912.95921332964 TOP MAIN SOLVE Loop t[1] 3.6379999999997645 x1[1] (analytic) 2.000047348822148 x1[1] (numeric) 1.997396423502235 absolute error 0.0026509253199129557 relative error 0.13254312811514776% Correct digits 2 h 0.001 x2[1] (analytic) 1.2890470245615138 x2[1] (numeric) 1.3035961081412513 absolute error 0.014549083579737498 relative error 1.1286697306241842% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 138682.58642803293 Order of pole 1012250938.6688387 TOP MAIN SOLVE Loop t[1] 3.6389999999997644 x1[1] (analytic) 2.000047301496992 x1[1] (numeric) 1.9973930149531702 absolute error 0.0026542865438219376 relative error 0.1327111884721557% Correct digits 2 h 0.001 x2[1] (analytic) 1.2896256734040146 x2[1] (numeric) 1.3042082218213444 absolute error 0.014582548417329866 relative error 1.130758228381007% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 138745.2056375304 Order of pole 1013171072.2632449 TOP MAIN SOLVE Loop t[1] 3.6399999999997643 x1[1] (analytic) 2.000047254219138 x1[1] (numeric) 1.9973896029938516 absolute error 0.0026576512252864948 relative error 0.1328794217076686% Correct digits 2 h 0.001 x2[1] (analytic) 1.2902054807259442 x2[1] (numeric) 1.3048215660743405 absolute error 0.014616085348396313 relative error 1.1328494233470825% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 138807.94348134194 Order of pole 1014093872.3796982 TOP MAIN SOLVE Loop t[1] 3.640999999999764 x1[1] (analytic) 2.000047206988538 x1[1] (numeric) 1.997386187620867 absolute error 0.002661019367671269 relative error 0.13304782798991796% Correct digits 2 h 0.001 x2[1] (analytic) 1.2907864488465568 x2[1] (numeric) 1.3054361433689712 absolute error 0.01464969452241438 relative error 1.1349433157983109% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 138885.68146137 Order of pole 1015222906.7335465 TOP MAIN SOLVE Loop t[1] 3.641999999999764 x1[1] (analytic) 2.0000471598051455 x1[1] (numeric) 1.9973827688308012 absolute error 0.002664390974344233 relative error 0.133216407487302% Correct digits 2 h 0.001 x2[1] (analytic) 1.291368580089749 x2[1] (numeric) 1.3060519561789157 absolute error 0.0146833760891667 relative error 1.137039906000053% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 138952.20772704008 Order of pole 1016198510.4108293 TOP MAIN SOLVE Loop t[1] 3.642999999999764 x1[1] (analytic) 2.0000471126689123 x1[1] (numeric) 1.9973793466202354 absolute error 0.0026677660486769117 relative error 0.13338516036839645% Correct digits 2 h 0.001 x2[1] (analytic) 1.29195187678407 x2[1] (numeric) 1.3066690069828104 absolute error 0.014717130198740325 relative error 1.1391391942070044% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 139021.8373649567 Order of pole 1017216624.9356859 TOP MAIN SOLVE Loop t[1] 3.643999999999764 x1[1] (analytic) 2.0000470655797917 x1[1] (numeric) 1.9973759209857473 absolute error 0.0026711445940443834 relative error 0.1335540868019547% Correct digits 2 h 0.001 x2[1] (analytic) 1.2925363412627313 x2[1] (numeric) 1.3072872982642596 absolute error 0.014750957001528286 relative error 1.1412411806632436% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 139103.14064874756 Order of pole 1018395903.8120395 TOP MAIN SOLVE Loop t[1] 3.6449999999997638 x1[1] (analytic) 2.000047018537737 x1[1] (numeric) 1.9973724919239113 absolute error 0.002674526613825723 relative error 0.13372318695693003% Correct digits 2 h 0.001 x2[1] (analytic) 1.2931219758636145 x2[1] (numeric) 1.3079068325118444 absolute error 0.014784856648229816 relative error 1.1433458656021769% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 139159.4465603721 Order of pole 1019231529.5958325 TOP MAIN SOLVE Loop t[1] 3.6459999999997637 x1[1] (analytic) 2.0000469715427007 x1[1] (numeric) 1.9973690594312985 absolute error 0.0026779121114022253 relative error 0.13389246100238664% Correct digits 2 h 0.001 x2[1] (analytic) 1.293708782929283 x2[1] (numeric) 1.3085276122191334 absolute error 0.014818829289850344 relative error 1.145453249246463% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 107749.57115698112 Order of pole 107724.32807916141 TOP MAIN SOLVE Loop t[1] 3.6469999999997635 x1[1] (analytic) 2.000046924594636 x1[1] (numeric) 1.997365623504476 absolute error 0.002681301090160071 relative error 0.13406190910763302% Correct digits 2 h 0.001 x2[1] (analytic) 1.2942967648069892 x2[1] (numeric) 1.3091496398846927 absolute error 0.014852875077703498 relative error 1.1475633318080973% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 139303.10719841038 Order of pole 1021333567.154735 TOP MAIN SOLVE Loop t[1] 3.6479999999997634 x1[1] (analytic) 2.000046877693496 x1[1] (numeric) 1.9973621841400084 absolute error 0.0026846935534874383 relative error 0.1342315314420777% Correct digits 2 h 0.001 x2[1] (analytic) 1.2948859238486843 x2[1] (numeric) 1.3097729180120952 absolute error 0.014886994163410883 relative error 1.1496761134883202% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1018.7519841991289 Order of pole 2498.817880904362 TOP MAIN SOLVE Loop t[1] 3.6489999999997633 x1[1] (analytic) 2.000046830839233 x1[1] (numeric) 1.997358741334456 absolute error 0.002688089504777169 relative error 0.1344013281753622% Correct digits 2 h 0.001 x2[1] (analytic) 1.2954762624110292 x2[1] (numeric) 1.3103974491099315 absolute error 0.0149211866989023 relative error 1.1517915944775605% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 139444.32018956993 Order of pole 1023404169.7250905 TOP MAIN SOLVE Loop t[1] 3.649999999999763 x1[1] (analytic) 2.000046784031802 x1[1] (numeric) 1.997355295084376 absolute error 0.0026914889474258796 relative error 0.1345712994773168% Correct digits 2 h 0.001 x2[1] (analytic) 1.2960677828554026 x2[1] (numeric) 1.3110232356918194 absolute error 0.01495545283641686 relative error 1.1539097749554494% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 139508.1261376931 Order of pole 1024345941.4571222 TOP MAIN SOLVE Loop t[1] 3.650999999999763 x1[1] (analytic) 2.000046737271154 x1[1] (numeric) 1.9973518453863224 absolute error 0.0026948918848317405 relative error 0.13474144551784958% Correct digits 2 h 0.001 x2[1] (analytic) 1.2966604875479097 x2[1] (numeric) 1.3116502802764145 absolute error 0.014989792728504758 relative error 1.1560306550908845% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 133077.67837976178 Order of pole 133052.38284751 TOP MAIN SOLVE Loop t[1] 3.651999999999763 x1[1] (analytic) 2.000046690557244 x1[1] (numeric) 1.9973483922368451 absolute error 0.0026982983203989175 relative error 0.13491176646716832% Correct digits 2 h 0.001 x2[1] (analytic) 1.2972543788593942 x2[1] (numeric) 1.3122785853874193 absolute error 0.015024206528025053 relative error 1.158154235041783% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 139641.28289171617 Order of pole 1026308511.4709721 TOP MAIN SOLVE Loop t[1] 3.652999999999763 x1[1] (analytic) 2.000046643890024 x1[1] (numeric) 1.9973449356324913 absolute error 0.0027017082575329088 relative error 0.13508226249554742% Correct digits 2 h 0.001 x2[1] (analytic) 1.297849459165445 x2[1] (numeric) 1.3129081535535942 absolute error 0.015058694388149219 relative error 1.160280514955286% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 112097.39533360973 Order of pole 112071.87837397057 TOP MAIN SOLVE Loop t[1] 3.6539999999997628 x1[1] (analytic) 2.0000465972694483 x1[1] (numeric) 1.9973414755698042 absolute error 0.0027051216996440974 relative error 0.1352529337735055% Correct digits 2 h 0.001 x2[1] (analytic) 1.298445730846408 x2[1] (numeric) 1.3135389873087677 absolute error 0.015093256462359816 relative error 1.1624094949675787% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 139785.15599636262 Order of pole 1028420632.4003727 TOP MAIN SOLVE Loop t[1] 3.6549999999997627 x1[1] (analytic) 2.00004655069547 x1[1] (numeric) 1.997338012045324 absolute error 0.002708538650145975 relative error 0.1354237804717167% Correct digits 2 h 0.001 x2[1] (analytic) 1.2990431962873934 x2[1] (numeric) 1.3141710891918459 absolute error 0.015127892904452489 relative error 1.164541175203975% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 899.8749221982089 Order of pole 46818.83805155775 TOP MAIN SOLVE Loop t[1] 3.6559999999997626 x1[1] (analytic) 2.0000465041680417 x1[1] (numeric) 1.9973345450555868 absolute error 0.0027119591124549203 relative error 0.13559480276099942% Correct digits 2 h 0.001 x2[1] (analytic) 1.2996418578782873 x2[1] (numeric) 1.3148044617468229 absolute error 0.015162603868535518 relative error 1.1666755557788067% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 139931.160083716 Order of pole 1030564878.4131857 TOP MAIN SOLVE Loop t[1] 3.6569999999997624 x1[1] (analytic) 2.000046457687118 x1[1] (numeric) 1.9973310745971258 absolute error 0.002715383089992418 relative error 0.13576600081242737% Correct digits 2 h 0.001 x2[1] (analytic) 1.3002417180137602 x2[1] (numeric) 1.3154391075227911 absolute error 0.015197389509030934 relative error 1.168812636795438% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 140004.98388019262 Order of pole 1031647869.9635135 TOP MAIN SOLVE Loop t[1] 3.6579999999997623 x1[1] (analytic) 2.000046411252652 x1[1] (numeric) 1.9973276006664706 absolute error 0.002718810586181508 relative error 0.13593737479715212% Correct digits 2 h 0.001 x2[1] (analytic) 1.3008427790932766 x2[1] (numeric) 1.3160750290739518 absolute error 0.015232249980675183 relative error 1.1709524183462419% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 140067.08531609873 Order of pole 1032570767.0700108 TOP MAIN SOLVE Loop t[1] 3.658999999999762 x1[1] (analytic) 2.0000463648645974 x1[1] (numeric) 1.9973241232601473 absolute error 0.002722241604450115 relative error 0.13610892488656934% Correct digits 2 h 0.001 x2[1] (analytic) 1.301445043521105 x2[1] (numeric) 1.3167122289596247 absolute error 0.015267185438519792 relative error 1.1730949005125788% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 140142.61920420214 Order of pole 1033680738.834589 TOP MAIN SOLVE Loop t[1] 3.659999999999762 x1[1] (analytic) 2.0000463185229074 x1[1] (numeric) 1.9973206423746783 absolute error 0.0027256761482290504 relative error 0.13628065125221908% Correct digits 2 h 0.001 x2[1] (analytic) 1.302048513706327 x2[1] (numeric) 1.3173507097442585 absolute error 0.015302196037931592 relative error 1.1752400833647398% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 140206.64648950755 Order of pole 1034630643.7671157 TOP MAIN SOLVE Loop t[1] 3.660999999999762 x1[1] (analytic) 2.0000462722275363 x1[1] (numeric) 1.9973171580065827 absolute error 0.0027291142209535657 relative error 0.13645255406586346% Correct digits 2 h 0.001 x2[1] (analytic) 1.302653192062847 x2[1] (numeric) 1.317990473997441 absolute error 0.01533728193459405 relative error 1.1773879669619767% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 140286.6085202094 Order of pole 1035801760.2662958 TOP MAIN SOLVE Loop t[1] 3.661999999999762 x1[1] (analytic) 2.000046225978437 x1[1] (numeric) 1.9973136701523764 absolute error 0.0027325558260606897 relative error 0.13662463349935342% Correct digits 2 h 0.001 x2[1] (analytic) 1.3032590810094027 x2[1] (numeric) 1.3186315242939102 absolute error 0.015372443284507487 relative error 1.1795385513524443% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 95590.9171122877 Order of pole 95565.31522461437 TOP MAIN SOLVE Loop t[1] 3.662999999999762 x1[1] (analytic) 2.000046179775564 x1[1] (numeric) 1.9973101788085712 absolute error 0.00273600096699278 relative error 0.13679688972480633% Correct digits 2 h 0.001 x2[1] (analytic) 1.303866182969574 x2[1] (numeric) 1.319273863213563 absolute error 0.015407680243989086 relative error 1.181691836573127% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 140413.2903349475 Order of pole 1037686828.416364 TOP MAIN SOLVE Loop t[1] 3.6639999999997617 x1[1] (analytic) 2.0000461336188704 x1[1] (numeric) 1.997306683971676 absolute error 0.002739449647194414 relative error 0.13696932291445058% Correct digits 2 h 0.001 x2[1] (analytic) 1.3044745003717921 x2[1] (numeric) 1.3199174933414672 absolute error 0.015442992969675107 relative error 1.1838478226499372% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 140486.60651868736 Order of pole 1038767300.2673966 TOP MAIN SOLVE Loop t[1] 3.6649999999997616 x1[1] (analytic) 2.0000460875083106 x1[1] (numeric) 1.997303185638196 absolute error 0.0027429018701146113 relative error 0.1371419332407366% Correct digits 2 h 0.001 x2[1] (analytic) 1.3050840356493512 x2[1] (numeric) 1.320562417267871 absolute error 0.015478381618519776 relative error 1.1860065095975547% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 140556.96443382054 Order of pole 1039807562.4996648 TOP MAIN SOLVE Loop t[1] 3.6659999999997614 x1[1] (analytic) 2.0000460414438384 x1[1] (numeric) 1.9972996838046326 absolute error 0.002746357639205721 relative error 0.13731472087628135% Correct digits 2 h 0.001 x2[1] (analytic) 1.3056947912404158 x2[1] (numeric) 1.3212086375882133 absolute error 0.01551384634779751 relative error 1.1881678974195256% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 140628.68289876502 Order of pole 1040867764.3152823 TOP MAIN SOLVE Loop t[1] 3.6669999999997613 x1[1] (analytic) 2.0000459954254075 x1[1] (numeric) 1.9972961784674843 absolute error 0.0027498169579232012 relative error 0.13748768599385727% Correct digits 2 h 0.001 x2[1] (analytic) 1.306306769588032 x2[1] (numeric) 1.3218561569031346 absolute error 0.015549387315102692 relative error 1.1903319861081696% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 140698.01692345468 Order of pole 1041894350.0208886 TOP MAIN SOLVE Loop t[1] 3.6679999999997612 x1[1] (analytic) 2.0000459494529723 x1[1] (numeric) 1.9972926696232456 absolute error 0.002753279829726729 relative error 0.1376608287664477% Correct digits 2 h 0.001 x2[1] (analytic) 1.3069199731401373 x2[1] (numeric) 1.322504977818487 absolute error 0.015585004678349668 relative error 1.1924987756445078% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 140768.1363040309 Order of pole 1042934022.3237318 TOP MAIN SOLVE Loop t[1] 3.668999999999761 x1[1] (analytic) 2.0000459035264866 x1[1] (numeric) 1.9972891572684075 absolute error 0.0027567462580790902 relative error 0.1378341493671914% Correct digits 2 h 0.001 x2[1] (analytic) 1.30753440434957 x2[1] (numeric) 1.3231551029453448 absolute error 0.015620698595774751 relative error 1.1946682659983414% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 140835.68439550913 Order of pole 1043937987.1519313 TOP MAIN SOLVE Loop t[1] 3.669999999999761 x1[1] (analytic) 2.000045857645904 x1[1] (numeric) 1.997285641399458 absolute error 0.002760216246446179 relative error 0.1380076479693826% Correct digits 2 h 0.001 x2[1] (analytic) 1.308150065674078 x2[1] (numeric) 1.323806534900015 absolute error 0.015656469225936887 relative error 1.1968404571282307% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 140912.27008239215 Order of pole 1045069862.4735482 TOP MAIN SOLVE Loop t[1] 3.670999999999761 x1[1] (analytic) 2.0000458118111792 x1[1] (numeric) 1.997282122012881 absolute error 0.00276368979829833 relative error 0.1381813247465376% Correct digits 2 h 0.001 x2[1] (analytic) 1.308766959576331 x2[1] (numeric) 1.324459276304048 absolute error 0.01569231672771698 relative error 1.1990153489813677% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 140981.70432770654 Order of pole 1046099721.8719554 TOP MAIN SOLVE Loop t[1] 3.671999999999761 x1[1] (analytic) 2.0000457660222666 x1[1] (numeric) 1.997278599105157 absolute error 0.0027671669171096536 relative error 0.13835517987236132% Correct digits 2 h 0.001 x2[1] (analytic) 1.309385088523928 x2[1] (numeric) 1.325113329784247 absolute error 0.01572824126031902 relative error 1.2011929414935902% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 877.6385578425385 Order of pole 5762.462543316897 TOP MAIN SOLVE Loop t[1] 3.6729999999997607 x1[1] (analytic) 2.0000457202791195 x1[1] (numeric) 1.9972750726727633 absolute error 0.002770647606356258 relative error 0.13852921352065872% Correct digits 2 h 0.001 x2[1] (analytic) 1.3100044549894085 x2[1] (numeric) 1.3257686979726804 absolute error 0.015764242983271837 relative error 1.2033732345894421% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 141124.02339373116 Order of pole 1048212106.3143138 TOP MAIN SOLVE Loop t[1] 3.6739999999997606 x1[1] (analytic) 2.000045674581693 x1[1] (numeric) 1.9972715427121734 absolute error 0.0027741318695193584 relative error 0.13870342586549003% Correct digits 2 h 0.001 x2[1] (analytic) 1.3106250614502621 x2[1] (numeric) 1.3264253835066904 absolute error 0.01580032205642823 relative error 1.2055562281820327% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 141192.68550675438 Order of pole 1049233212.0451611 TOP MAIN SOLVE Loop t[1] 3.6749999999997605 x1[1] (analytic) 2.000045628929941 x1[1] (numeric) 1.9972680092198574 absolute error 0.002777619710083723 relative error 0.13887781708109317% Correct digits 2 h 0.001 x2[1] (analytic) 1.3112469103889386 x2[1] (numeric) 1.3270833890289049 absolute error 0.01583647863996629 relative error 1.2077419221730645% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 141258.24908124292 Order of pole 1050212993.1611549 TOP MAIN SOLVE Loop t[1] 3.6759999999997603 x1[1] (analytic) 2.0000455833238178 x1[1] (numeric) 1.9972644721922816 absolute error 0.002781111131536118 relative error 0.139052387341806% Correct digits 2 h 0.001 x2[1] (analytic) 1.311870004292857 x2[1] (numeric) 1.3277427171872478 absolute error 0.01587271289439074 relative error 1.2099303164528619% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 141334.42486693157 Order of pole 1051340067.4256728 TOP MAIN SOLVE Loop t[1] 3.6769999999997602 x1[1] (analytic) 2.000045537763278 x1[1] (numeric) 1.9972609316259093 absolute error 0.0027846061373686393 relative error 0.13922713682223273% Correct digits 2 h 0.001 x2[1] (analytic) 1.3124943456544167 x2[1] (numeric) 1.3284033706349492 absolute error 0.015909024980532482 relative error 1.2121214109002625% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 141398.9014322842 Order of pole 1052305540.044424 TOP MAIN SOLVE Loop t[1] 3.67799999999976 x1[1] (analytic) 2.000045492248276 x1[1] (numeric) 1.9972573875171997 absolute error 0.0027881047310762685 relative error 0.139402065697122% Correct digits 2 h 0.001 x2[1] (analytic) 1.313119936971007 x2[1] (numeric) 1.3290653520305562 absolute error 0.015945415059549273 relative error 1.214315205382594% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 141477.2613555454 Order of pole 1053464545.4147527 TOP MAIN SOLVE Loop t[1] 3.67899999999976 x1[1] (analytic) 2.0000454467787665 x1[1] (numeric) 1.9972538398626087 absolute error 0.002791606916157763 relative error 0.1395771741414111% Correct digits 2 h 0.001 x2[1] (analytic) 1.3137467807450163 x2[1] (numeric) 1.3297286640379438 absolute error 0.01598188329292749 relative error 1.2165116997557384% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 71824.62963182069 Order of pole 71799.33958718137 TOP MAIN SOLVE Loop t[1] 3.67999999999976 x1[1] (analytic) 2.0000454013547033 x1[1] (numeric) 1.9972502886585888 absolute error 0.0027951126961145434 relative error 0.13975246233017072% Correct digits 2 h 0.001 x2[1] (analytic) 1.3143748794838437 x2[1] (numeric) 1.3303933093263254 absolute error 0.016018429842481696 relative error 1.2187108938640208% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 113870.58233628451 Order of pole 113844.84977242653 TOP MAIN SOLVE Loop t[1] 3.68099999999976 x1[1] (analytic) 2.000045355976042 x1[1] (numeric) 1.9972467339015885 absolute error 0.002798622074453583 relative error 0.13992793043874885% Correct digits 2 h 0.001 x2[1] (analytic) 1.3150042356999072 x2[1] (numeric) 1.3310592905702634 absolute error 0.01605505487035619 relative error 1.220912787540257% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 141687.83774535806 Order of pole 1056605824.4560233 TOP MAIN SOLVE Loop t[1] 3.6819999999997597 x1[1] (analytic) 2.000045310642736 x1[1] (numeric) 1.9972431755880533 absolute error 0.0028021350546827417 relative error 0.14010357864253814% Correct digits 2 h 0.001 x2[1] (analytic) 1.3156348519106558 x2[1] (numeric) 1.33172661044968 absolute error 0.016091758539024337 relative error 1.2231173806056272% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 141755.5207999621 Order of pole 1057617862.695266 TOP MAIN SOLVE Loop t[1] 3.6829999999997596 x1[1] (analytic) 2.0000452653547414 x1[1] (numeric) 1.9972396137144248 absolute error 0.002805651640316542 relative error 0.14027940711726408% Correct digits 2 h 0.001 x2[1] (analytic) 1.3162667306385776 x2[1] (numeric) 1.3323952716498684 absolute error 0.016128541011290798 relative error 1.2253246728697724% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 141833.02470651906 Order of pole 1058767971.0757432 TOP MAIN SOLVE Loop t[1] 3.6839999999997595 x1[1] (analytic) 2.000045220112012 x1[1] (numeric) 1.9972360482771412 absolute error 0.0028091718348706163 relative error 0.14045541603870784% Correct digits 2 h 0.001 x2[1] (analytic) 1.3168998744112108 x2[1] (numeric) 1.3330652768615023 absolute error 0.01616540245029152 relative error 1.2275346641307194% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 756.1612537181456 Order of pole 644.4174657809998 TOP MAIN SOLVE Loop t[1] 3.6849999999997594 x1[1] (analytic) 2.000045174914502 x1[1] (numeric) 1.997232479272637 absolute error 0.0028126956418650373 relative error 0.1406316055828726% Correct digits 2 h 0.001 x2[1] (analytic) 1.317534285761154 x2[1] (numeric) 1.333736628780648 absolute error 0.01620234301949397 relative error 1.229747354174825% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 129040.68552901501 Order of pole 129014.72224872616 TOP MAIN SOLVE Loop t[1] 3.6859999999997592 x1[1] (analytic) 2.0000451297621678 x1[1] (numeric) 1.9972289066973432 absolute error 0.002816223064824541 relative error 0.14080797592599462% Correct digits 2 h 0.001 x2[1] (analytic) 1.3181699672260763 x2[1] (numeric) 1.3344093301087747 absolute error 0.01623936288269845 relative error 1.2319627427768025% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 142039.54824792556 Order of pole 1061859800.8726785 TOP MAIN SOLVE Loop t[1] 3.686999999999759 x1[1] (analytic) 2.0000450846549627 x1[1] (numeric) 1.9972253305476872 absolute error 0.0028197541072754184 relative error 0.14098452724438798% Correct digits 2 h 0.001 x2[1] (analytic) 1.3188069213487268 x2[1] (numeric) 1.3350833835527651 absolute error 0.016276462204038333 relative error 1.2341808296996657% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 142118.50915658247 Order of pole 1063032581.0385723 TOP MAIN SOLVE Loop t[1] 3.687999999999759 x1[1] (analytic) 2.0000450395928424 x1[1] (numeric) 1.997221750820093 absolute error 0.0028232887727495104 relative error 0.1411612597146442% Correct digits 2 h 0.001 x2[1] (analytic) 1.3194451506769456 x2[1] (numeric) 1.3357587918249267 absolute error 0.016313641147981173 relative error 1.2364016146947379% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 142183.01482409824 Order of pole 1064006703.7283021 TOP MAIN SOLVE Loop t[1] 3.688999999999759 x1[1] (analytic) 2.000044994575762 x1[1] (numeric) 1.9972181675109806 absolute error 0.0028268270647815452 relative error 0.14133817351349914% Correct digits 2 h 0.001 x2[1] (analytic) 1.3200846577636731 x2[1] (numeric) 1.3364355576430023 absolute error 0.01635089987932914 relative error 1.2386250975016138% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 142253.35915038726 Order of pole 1065059922.5761232 TOP MAIN SOLVE Loop t[1] 3.689999999999759 x1[1] (analytic) 2.000044949603676 x1[1] (numeric) 1.997214580616767 absolute error 0.0028303689869091375 relative error 0.14151526881783313% Correct digits 2 h 0.001 x2[1] (analytic) 1.3207254451669612 x2[1] (numeric) 1.3371136837301807 absolute error 0.01638823856321947 relative error 1.240851277848117% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 142325.9875007879 Order of pole 1066145269.4638044 TOP MAIN SOLVE Loop t[1] 3.6909999999997587 x1[1] (analytic) 2.00004490467654 x1[1] (numeric) 1.9972109901338648 absolute error 0.002833914542675009 relative error 0.14169254580478172% Correct digits 2 h 0.001 x2[1] (analytic) 1.3213675154499827 x2[1] (numeric) 1.3377931728151085 absolute error 0.0164256573651258 relative error 1.2430801554503295% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 142401.43682404578 Order of pole 1067271470.5882969 TOP MAIN SOLVE Loop t[1] 3.6919999999997586 x1[1] (analytic) 2.000044859794308 x1[1] (numeric) 1.997207396058684 absolute error 0.0028374637356241017 relative error 0.1418700046515915% Correct digits 2 h 0.001 x2[1] (analytic) 1.322010871181042 x2[1] (numeric) 1.3384740276319 absolute error 0.01646315645085794 relative error 1.2453117300124987% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 142474.16952486342 Order of pole 1068360480.3468964 TOP MAIN SOLVE Loop t[1] 3.6929999999997585 x1[1] (analytic) 2.000044814956936 x1[1] (numeric) 1.9972037983876305 absolute error 0.0028410165693055767 relative error 0.14204764553572005% Correct digits 2 h 0.001 x2[1] (analytic) 1.3226555149335857 x2[1] (numeric) 1.3391562509201487 absolute error 0.016500735986562987 relative error 1.2475460012270494% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 142549.22982686653 Order of pole 1069481694.8351344 TOP MAIN SOLVE Loop t[1] 3.6939999999997584 x1[1] (analytic) 2.0000447701643793 x1[1] (numeric) 1.9972001971171065 absolute error 0.0028445730472728137 relative error 0.14222546863483584% Correct digits 2 h 0.001 x2[1] (analytic) 1.3233014492862119 x2[1] (numeric) 1.3398398454249383 absolute error 0.01653839613872643 relative error 1.2497829687745927% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 142611.77554253506 Order of pole 1070429911.0054446 TOP MAIN SOLVE Loop t[1] 3.6949999999997583 x1[1] (analytic) 2.0000447254165925 x1[1] (numeric) 1.9971965922435106 absolute error 0.002848133173081857 relative error 0.1424034741267406% Correct digits 2 h 0.001 x2[1] (analytic) 1.3239486768226811 x2[1] (numeric) 1.3405248138968533 absolute error 0.01657613707417216 relative error 1.2520226323238535% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 142680.90342835285 Order of pole 1071469724.0750881 TOP MAIN SOLVE Loop t[1] 3.695999999999758 x1[1] (analytic) 2.0000446807135313 x1[1] (numeric) 1.9971929837632383 absolute error 0.00285169695029297 relative error 0.14258166218944696% Correct digits 2 h 0.001 x2[1] (analytic) 1.3245972001319268 x2[1] (numeric) 1.3412111590919904 absolute error 0.01661395896006357 relative error 1.254264991531679% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 142754.98715045193 Order of pole 1072579877.9246271 TOP MAIN SOLVE Loop t[1] 3.696999999999758 x1[1] (analytic) 2.0000446360551507 x1[1] (numeric) 1.9971893716726807 absolute error 0.0028552643824699686 relative error 0.14276003300114526% Correct digits 2 h 0.001 x2[1] (analytic) 1.3252470218080654 x2[1] (numeric) 1.3418988837719696 absolute error 0.016651861963904224 relative error 1.2565100460430163% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 142836.5575520428 Order of pole 1073796835.8287678 TOP MAIN SOLVE Loop t[1] 3.697999999999758 x1[1] (analytic) 2.000044591441406 x1[1] (numeric) 1.997185755968226 absolute error 0.002858835473179999 relative error 0.14293858674019233% Correct digits 2 h 0.001 x2[1] (analytic) 1.325898144450407 x2[1] (numeric) 1.3425879907039449 absolute error 0.016689846253537866 relative error 1.2587577954908378% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 115844.58629514542 Order of pole 115819.30604436497 TOP MAIN SOLVE Loop t[1] 3.698999999999758 x1[1] (analytic) 2.0000445468722527 x1[1] (numeric) 1.9971821366462583 absolute error 0.0028624102259944273 relative error 0.14311732358515591% Correct digits 2 h 0.001 x2[1] (analytic) 1.326550570663465 x2[1] (numeric) 1.3432784826606157 absolute error 0.016727911997150624 relative error 1.2610082394962354% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 142965.18373906316 Order of pole 1075744602.2903244 TOP MAIN SOLVE Loop t[1] 3.6999999999997577 x1[1] (analytic) 2.0000445023476465 x1[1] (numeric) 1.9971785137031584 absolute error 0.002865988644488171 relative error 0.14329624371478145% Correct digits 2 h 0.001 x2[1] (analytic) 1.327204303056968 x2[1] (numeric) 1.3439703624202375 absolute error 0.01676605936326947 relative error 1.2632613776682289% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 143038.61940088755 Order of pole 1076848997.848859 TOP MAIN SOLVE Loop t[1] 3.7009999999997576 x1[1] (analytic) 2.000044457867543 x1[1] (numeric) 1.9971748871353032 absolute error 0.0028695707322397013 relative error 0.1434753473079919% Correct digits 2 h 0.001 x2[1] (analytic) 1.3278593442458682 x2[1] (numeric) 1.3446636327666337 absolute error 0.016804288520765542 relative error 1.2655172096039442% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 143116.54903829543 Order of pole 1078017089.2250414 TOP MAIN SOLVE Loop t[1] 3.7019999999997575 x1[1] (analytic) 2.0000444134318967 x1[1] (numeric) 1.9971712569390665 absolute error 0.0028731564928301534 relative error 0.1436546345438437% Correct digits 2 h 0.001 x2[1] (analytic) 1.328515696850353 x2[1] (numeric) 1.3453582964892061 absolute error 0.01684259963885304 relative error 1.2677757348884549% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1285.3799051620688 Order of pole 34451.45533962533 TOP MAIN SOLVE Loop t[1] 3.7029999999997574 x1[1] (analytic) 2.000044369040664 x1[1] (numeric) 1.9971676231108177 absolute error 0.002876745929846436 relative error 0.14383410560168164% Correct digits 2 h 0.001 x2[1] (analytic) 1.3291733634958571 x2[1] (numeric) 1.3460543563829466 absolute error 0.01688099288708944 relative error 1.2700369530947238% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 143255.4127688818 Order of pole 1080114776.9072988 TOP MAIN SOLVE Loop t[1] 3.7039999999997573 x1[1] (analytic) 2.0000443246938007 x1[1] (numeric) 1.9971639856469232 absolute error 0.002880339046877456 relative error 0.14401376066095062% Correct digits 2 h 0.001 x2[1] (analytic) 1.3298323468130695 x2[1] (numeric) 1.3467518152484477 absolute error 0.01691946843537817 relative error 1.272300863783733% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 99995.34826975969 Order of pole 99970.19570105971 TOP MAIN SOLVE Loop t[1] 3.704999999999757 x1[1] (analytic) 2.0000442803912617 x1[1] (numeric) 1.9971603445437454 absolute error 0.002883935847516339 relative error 0.14419359990130642% Correct digits 2 h 0.001 x2[1] (analytic) 1.3304926494379463 x2[1] (numeric) 1.3474506758919143 absolute error 0.016958026453967934 relative error 1.2745674665043574% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 944.4184547342211 Order of pole 8424.553185779723 TOP MAIN SOLVE Loop t[1] 3.705999999999757 x1[1] (analytic) 2.0000442361330033 x1[1] (numeric) 1.9971566997976433 absolute error 0.002887536335359986 relative error 0.14437362350259358% Correct digits 2 h 0.001 x2[1] (analytic) 1.3311542740117217 x2[1] (numeric) 1.348150941125175 absolute error 0.01699666711345338 relative error 1.2768367607933409% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 143467.26563486512 Order of pole 1083315905.042344 TOP MAIN SOLVE Loop t[1] 3.706999999999757 x1[1] (analytic) 2.000044191918981 x1[1] (numeric) 1.9971530514049722 absolute error 0.0028911405140088497 relative error 0.14455383164483426% Correct digits 2 h 0.001 x2[1] (analytic) 1.3318172231809162 x2[1] (numeric) 1.3488526137656933 absolute error 0.0170353905847771 relative error 1.2791087461753738% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 143543.8802761143 Order of pole 1084466735.5214937 TOP MAIN SOLVE Loop t[1] 3.707999999999757 x1[1] (analytic) 2.0000441477491506 x1[1] (numeric) 1.9971493993620835 absolute error 0.0028947483870671586 relative error 0.1447342245082394% Correct digits 2 h 0.001 x2[1] (analytic) 1.3324814995973502 x2[1] (numeric) 1.349555696636578 absolute error 0.017074197039227856 relative error 1.281383422162885% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 143615.9867531208 Order of pole 1085555446.57655 TOP MAIN SOLVE Loop t[1] 3.7089999999997567 x1[1] (analytic) 2.000044103623468 x1[1] (numeric) 1.9971457436653253 absolute error 0.0028983599581426933 relative error 0.14491480227319747% Correct digits 2 h 0.001 x2[1] (analytic) 1.3331471059181519 x2[1] (numeric) 1.350260192566596 absolute error 0.01711308664844413 relative error 1.283660788256235% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 143681.2857215651 Order of pole 1086549572.4299858 TOP MAIN SOLVE Loop t[1] 3.7099999999997566 x1[1] (analytic) 2.000044059541889 x1[1] (numeric) 1.997142084311042 absolute error 0.0029019752308472313 relative error 0.1450955651202969% Correct digits 2 h 0.001 x2[1] (analytic) 1.3338140448057696 x2[1] (numeric) 1.3509661043901826 absolute error 0.017152059584413015 relative error 1.2859408439435576% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 143757.03008224338 Order of pole 1087691211.2174306 TOP MAIN SOLVE Loop t[1] 3.7109999999997565 x1[1] (analytic) 2.0000440155043697 x1[1] (numeric) 1.9971384212955738 absolute error 0.002905594208795881 relative error 0.1452765132302926% Correct digits 2 h 0.001 x2[1] (analytic) 1.3344823189279817 x2[1] (numeric) 1.351673434947453 absolute error 0.01719111601947132 relative error 1.2882235887007714% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 143830.66989335782 Order of pole 1088804176.8694942 TOP MAIN SOLVE Loop t[1] 3.7119999999997564 x1[1] (analytic) 2.0000439715108658 x1[1] (numeric) 1.9971347546152582 absolute error 0.002909216895607525 relative error 0.1454576467841282% Correct digits 2 h 0.001 x2[1] (analytic) 1.335151930957908 x2[1] (numeric) 1.352382187084214 absolute error 0.01723025612630602 relative error 1.290509021991537% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 143907.77918308874 Order of pole 1089968108.1324391 TOP MAIN SOLVE Loop t[1] 3.7129999999997563 x1[1] (analytic) 2.0000439275613333 x1[1] (numeric) 1.9971310842664285 absolute error 0.002912843294904821 relative error 0.14563896596293613% Correct digits 2 h 0.001 x2[1] (analytic) 1.3358228835740191 x2[1] (numeric) 1.3530923636519754 absolute error 0.017269480077956256 relative error 1.2927971432673349% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 124561.93057350638 Order of pole 124536.62495295772 TOP MAIN SOLVE Loop t[1] 3.713999999999756 x1[1] (analytic) 2.0000438836557284 x1[1] (numeric) 1.997127410245414 absolute error 0.002916473410314424 relative error 0.1458204709480486% Correct digits 2 h 0.001 x2[1] (analytic) 1.3364951794601483 x2[1] (numeric) 1.3538039675079607 absolute error 0.01730878804781244 relative error 1.2950879519673235% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 144041.04398286558 Order of pole 1091996988.1269865 TOP MAIN SOLVE Loop t[1] 3.714999999999756 x1[1] (analytic) 2.000043839794007 x1[1] (numeric) 1.997123732548541 absolute error 0.002920107245466097 relative error 0.14600216192095325% Correct digits 2 h 0.001 x2[1] (analytic) 1.3371688213055026 x2[1] (numeric) 1.3545170015151196 absolute error 0.017348180209616926 relative error 1.2973814475183154% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 144117.2069188145 Order of pole 1093146913.4768581 TOP MAIN SOLVE Loop t[1] 3.715999999999756 x1[1] (analytic) 2.0000437959761257 x1[1] (numeric) 1.9971200511721314 absolute error 0.002923744803994266 relative error 0.1461840390633709% Correct digits 2 h 0.001 x2[1] (analytic) 1.3378438118046714 x2[1] (numeric) 1.3552314685421385 absolute error 0.017387656737467116 relative error 1.2996776293349375% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 144184.99642914615 Order of pole 1094180237.603483 TOP MAIN SOLVE Loop t[1] 3.716999999999756 x1[1] (analytic) 2.00004375220204 x1[1] (numeric) 1.9971163661125042 absolute error 0.0029273860895357995 relative error 0.14636610255714452% Correct digits 2 h 0.001 x2[1] (analytic) 1.3385201536576399 x2[1] (numeric) 1.3559473714634527 absolute error 0.0174272178058128 relative error 1.301976496819356% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 144259.630945073 Order of pole 1095311788.844597 TOP MAIN SOLVE Loop t[1] 3.7179999999997557 x1[1] (analytic) 2.000043708471707 x1[1] (numeric) 1.9971126773659742 absolute error 0.0029310311057326732 relative error 0.14654835258437235% Correct digits 2 h 0.001 x2[1] (analytic) 1.3391978495697987 x2[1] (numeric) 1.3566647131592577 absolute error 0.017466863589459036 relative error 1.3042780493614186% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 144329.81029743335 Order of pole 1096379821.978219 TOP MAIN SOLVE Loop t[1] 3.7189999999997556 x1[1] (analytic) 2.0000436647850823 x1[1] (numeric) 1.9971089849288528 absolute error 0.0029346798562295273 relative error 0.1467307893272859% Correct digits 2 h 0.001 x2[1] (analytic) 1.3398769022519532 x2[1] (numeric) 1.3573834965155205 absolute error 0.017506594263567266 relative error 1.3065822863386662% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 144411.58070731806 Order of pole 1097614030.397728 TOP MAIN SOLVE Loop t[1] 3.7199999999997555 x1[1] (analytic) 2.0000436211421224 x1[1] (numeric) 1.9971052887974474 absolute error 0.0029383323446749987 relative error 0.14691341296831656% Correct digits 2 h 0.001 x2[1] (analytic) 1.3405573144203378 x2[1] (numeric) 1.3581037244239915 absolute error 0.017546410003653756 relative error 1.3088892071161382% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 144479.94186398896 Order of pole 1098655557.636095 TOP MAIN SOLVE Loop t[1] 3.7209999999997554 x1[1] (analytic) 2.0000435775427836 x1[1] (numeric) 1.997101588968062 absolute error 0.002941988574721721 relative error 0.14709622369009548% Correct digits 2 h 0.001 x2[1] (analytic) 1.3412390887966237 x2[1] (numeric) 1.358825399782216 absolute error 0.01758631098559227 relative error 1.311198811046502% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 144556.4882707613 Order of pole 1099815156.7644513 TOP MAIN SOLVE Loop t[1] 3.7219999999997553 x1[1] (analytic) 2.000043533987022 x1[1] (numeric) 1.9970978854369965 absolute error 0.002945648550025437 relative error 0.14727922167540933% Correct digits 2 h 0.001 x2[1] (analytic) 1.3419222281079306 x2[1] (numeric) 1.3595485254935455 absolute error 0.017626297385614942 relative error 1.3135110974700437% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 144624.49170520104 Order of pole 1100854386.341545 TOP MAIN SOLVE Loop t[1] 3.722999999999755 x1[1] (analytic) 2.000043490474795 x1[1] (numeric) 1.9970941782005476 absolute error 0.0029493122742472178 relative error 0.14746240710731115% Correct digits 2 h 0.001 x2[1] (analytic) 1.3426067350868391 x2[1] (numeric) 1.3602731044671499 absolute error 0.017666369380310742 relative error 1.3158260657144767% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 144689.7284486369 Order of pole 1101856999.8702903 TOP MAIN SOLVE Loop t[1] 3.723999999999755 x1[1] (analytic) 2.000043447006058 x1[1] (numeric) 1.997090467255008 absolute error 0.0029529797510501332 relative error 0.14764578016895394% Correct digits 2 h 0.001 x2[1] (analytic) 1.3432926124713995 x2[1] (numeric) 1.3609991396180283 absolute error 0.017706527146628792 relative error 1.3181437150951194% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 122072.5715169888 Order of pole 122047.15378344382 TOP MAIN SOLVE Loop t[1] 3.724999999999755 x1[1] (analytic) 2.000043403580768 x1[1] (numeric) 1.997086752596667 absolute error 0.00295665098410125 relative error 0.14782934104369055% Correct digits 2 h 0.001 x2[1] (analytic) 1.343979863005144 x2[1] (numeric) 1.3617266338670218 absolute error 0.017746770861877703 relative error 1.3204640449147695% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 126240.69053963623 Order of pole 126215.30564915207 TOP MAIN SOLVE Loop t[1] 3.725999999999755 x1[1] (analytic) 2.000043360198882 x1[1] (numeric) 1.9970830342218095 absolute error 0.00296032597707252 relative error 0.14801308991511805% Correct digits 2 h 0.001 x2[1] (analytic) 1.3446684894370973 x2[1] (numeric) 1.3624555901408242 absolute error 0.01778710070372691 relative error 1.32278705446373% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 144913.2157580493 Order of pole 1105256599.294145 TOP MAIN SOLVE Loop t[1] 3.7269999999997547 x1[1] (analytic) 2.000043316860356 x1[1] (numeric) 1.9970793121267174 absolute error 0.002964004733638559 relative error 0.1481970269669668% Correct digits 2 h 0.001 x2[1] (analytic) 1.3453584945217878 x2[1] (numeric) 1.3631860113719945 absolute error 0.01782751685020667 relative error 1.3251127430197347% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 791.1455349190616 Order of pole 1756.6742726656075 TOP MAIN SOLVE Loop t[1] 3.7279999999997546 x1[1] (analytic) 2.0000432735651468 x1[1] (numeric) 1.9970755863076686 absolute error 0.002967687257478202 relative error 0.148381152383178% Correct digits 2 h 0.001 x2[1] (analytic) 1.3460498810192585 x2[1] (numeric) 1.3639179004989677 absolute error 0.017868019479709174 relative error 1.3274411098479588% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 145054.982036704 Order of pole 1107423953.194785 TOP MAIN SOLVE Loop t[1] 3.7289999999997545 x1[1] (analytic) 2.0000432303132114 x1[1] (numeric) 1.9970718567609371 absolute error 0.0029713735522742812 relative error 0.14856546634789275% Correct digits 2 h 0.001 x2[1] (analytic) 1.3467426516950778 x2[1] (numeric) 1.3646512604660677 absolute error 0.017908608770989876 relative error 1.3297721542010423% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 119254.76047659459 Order of pole 119229.35059951272 TOP MAIN SOLVE Loop t[1] 3.7299999999997544 x1[1] (analytic) 2.000043187104506 x1[1] (numeric) 1.9970681234827936 absolute error 0.0029750636217122928 relative error 0.14874996904538543% Correct digits 2 h 0.001 x2[1] (analytic) 1.347436809320351 x2[1] (numeric) 1.365386094223518 absolute error 0.01794928490316705 relative error 1.332105875318984% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 145201.46831937518 Order of pole 1109659242.39021 TOP MAIN SOLVE Loop t[1] 3.7309999999997543 x1[1] (analytic) 2.000043143938988 x1[1] (numeric) 1.9970643864695046 absolute error 0.002978757469483506 relative error 0.14893466066021893% Correct digits 2 h 0.001 x2[1] (analytic) 1.3481323566717311 x2[1] (numeric) 1.366122404727455 absolute error 0.017990048055723795 relative error 1.3344422724292162% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 145266.40646161095 Order of pole 1110659477.6671982 TOP MAIN SOLVE Loop t[1] 3.731999999999754 x1[1] (analytic) 2.0000431008166135 x1[1] (numeric) 1.9970606457173332 absolute error 0.002982455099280301 relative error 0.14911954137701186% Correct digits 2 h 0.001 x2[1] (analytic) 1.3488292965314301 x2[1] (numeric) 1.3668601949399377 absolute error 0.01803089840850758 relative error 1.3367813447464978% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 145353.0187238444 Order of pole 1111971313.199393 TOP MAIN SOLVE Loop t[1] 3.732999999999754 x1[1] (analytic) 2.0000430577373405 x1[1] (numeric) 1.9970569012225388 absolute error 0.002986156514801719 relative error 0.14930461138071566% Correct digits 2 h 0.001 x2[1] (analytic) 1.3495276316872304 x2[1] (numeric) 1.3675994678289616 absolute error 0.018071836141731135 relative error 1.3391230914729062% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 145424.73111188965 Order of pole 1113069980.137854 TOP MAIN SOLVE Loop t[1] 3.733999999999754 x1[1] (analytic) 2.0000430147011246 x1[1] (numeric) 1.9970531529813766 absolute error 0.0029898617197479105 relative error 0.1494898708563375% Correct digits 2 h 0.001 x2[1] (analytic) 1.350227364932494 x2[1] (numeric) 1.3683402263684692 absolute error 0.018112861435975125 relative error 1.3414675117979626% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 145498.71685353958 Order of pole 1114201507.7987108 TOP MAIN SOLVE Loop t[1] 3.734999999999754 x1[1] (analytic) 2.0000429717079236 x1[1] (numeric) 1.9970494009900985 absolute error 0.0029935707178250226 relative error 0.14967531998918415% Correct digits 2 h 0.001 x2[1] (analytic) 1.3509284990661774 x2[1] (numeric) 1.3690824735383629 absolute error 0.018153974472185475 relative error 1.3438146048983584% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 145569.69252476658 Order of pole 1115289542.3863003 TOP MAIN SOLVE Loop t[1] 3.7359999999997537 x1[1] (analytic) 2.0000429287576944 x1[1] (numeric) 1.9970456452449525 absolute error 0.0029972835127418662 relative error 0.1498609589646957% Correct digits 2 h 0.001 x2[1] (analytic) 1.3516310368928386 x2[1] (numeric) 1.3698262123245164 absolute error 0.018195175431677812 relative error 1.3461643699382126% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 145642.01228384528 Order of pole 1116398112.1347554 TOP MAIN SOLVE Loop t[1] 3.7369999999997536 x1[1] (analytic) 2.000042885850394 x1[1] (numeric) 1.9970418857421828 absolute error 0.003001000108211249 relative error 0.150046787968512% Correct digits 2 h 0.001 x2[1] (analytic) 1.3523349812226524 x2[1] (numeric) 1.3705714457187868 absolute error 0.018236464496134364 relative error 1.3485168060687664% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 145710.96321607492 Order of pole 1117460118.6939127 TOP MAIN SOLVE Loop t[1] 3.7379999999997535 x1[1] (analytic) 2.0000428429859793 x1[1] (numeric) 1.99703812247803 absolute error 0.00300472050794931 relative error 0.15023280718643953% Correct digits 2 h 0.001 x2[1] (analytic) 1.3530403348714175 x2[1] (numeric) 1.3713181767190261 absolute error 0.01827784184760861 relative error 1.3508719124286561% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 145784.77361338114 Order of pole 1118592423.7137961 TOP MAIN SOLVE Loop t[1] 3.7389999999997534 x1[1] (analytic) 2.0000428001644077 x1[1] (numeric) 1.9970343554487309 absolute error 0.00300844471567685 relative error 0.15041901680451786% Correct digits 2 h 0.001 x2[1] (analytic) 1.3537471006605715 x2[1] (numeric) 1.3720664083290943 absolute error 0.018319307668522855 relative error 1.3532296881436574% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 145860.597626088 Order of pole 1119752249.8049586 TOP MAIN SOLVE Loop t[1] 3.7399999999997533 x1[1] (analytic) 2.0000427573856365 x1[1] (numeric) 1.9970305846505183 absolute error 0.0030121727351182237 relative error 0.15060541700896418% Correct digits 2 h 0.001 x2[1] (analytic) 1.3544552814171997 x2[1] (numeric) 1.3728161435588704 absolute error 0.018360862141670653 relative error 1.355590132326793% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 145927.86548812085 Order of pole 1120791745.5603359 TOP MAIN SOLVE Loop t[1] 3.740999999999753 x1[1] (analytic) 2.0000427146496222 x1[1] (numeric) 1.9970268100796214 absolute error 0.0030159045700008935 relative error 0.1507920079861512% Correct digits 2 h 0.001 x2[1] (analytic) 1.3551648799740474 x2[1] (numeric) 1.3735673854242647 absolute error 0.018402505450217266 relative error 1.3579532440782918% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 146008.33058273702 Order of pole 1122020529.2502398 TOP MAIN SOLVE Loop t[1] 3.741999999999753 x1[1] (analytic) 2.0000426719563227 x1[1] (numeric) 1.9970230317322657 absolute error 0.0030196402240569853 relative error 0.15097878992268465% Correct digits 2 h 0.001 x2[1] (analytic) 1.3558758991695314 x2[1] (numeric) 1.3743201369472315 absolute error 0.0184442377777001 relative error 1.3603190224855477% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 146074.66092099957 Order of pole 1123045614.0973194 TOP MAIN SOLVE Loop t[1] 3.742999999999753 x1[1] (analytic) 2.000042629305695 x1[1] (numeric) 1.9970192496046728 absolute error 0.0030233797010223995 relative error 0.15116576300535908% Correct digits 2 h 0.001 x2[1] (analytic) 1.3565883418477502 x2[1] (numeric) 1.3750744011557805 absolute error 0.018486059308030267 relative error 1.3626874666231619% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 146148.7826274181 Order of pole 1124184950.2116466 TOP MAIN SOLVE Loop t[1] 3.743999999999753 x1[1] (analytic) 2.000042586697697 x1[1] (numeric) 1.9970154636930606 absolute error 0.0030271230046365893 relative error 0.15135292742114664% Correct digits 2 h 0.001 x2[1] (analytic) 1.3573022108584976 x2[1] (numeric) 1.3758301810839888 absolute error 0.01852797022549124 relative error 1.3650585755527684% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 146222.1803355804 Order of pole 1125314945.1565893 TOP MAIN SOLVE Loop t[1] 3.7449999999997527 x1[1] (analytic) 2.000042544132286 x1[1] (numeric) 1.9970116739936432 absolute error 0.0030308701386427828 relative error 0.15154028335720823% Correct digits 2 h 0.001 x2[1] (analytic) 1.3580175090572713 x2[1] (numeric) 1.3765874797720141 absolute error 0.018569970714742867 relative error 1.3674323483232587% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 146298.1637238327 Order of pole 1126481698.1046586 TOP MAIN SOLVE Loop t[1] 3.7459999999997526 x1[1] (analytic) 2.0000425016094185 x1[1] (numeric) 1.997007880502631 absolute error 0.0030346211067875384 relative error 0.15172783100087137% Correct digits 2 h 0.001 x2[1] (analytic) 1.3587342393052864 x2[1] (numeric) 1.3773463002661055 absolute error 0.018612060960819132 relative error 1.3698087839705417% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 146360.44618192565 Order of pole 1127451158.5915763 TOP MAIN SOLVE Loop t[1] 3.7469999999997525 x1[1] (analytic) 2.0000424591290527 x1[1] (numeric) 1.9970040832162304 absolute error 0.0030383759128223 relative error 0.15191557053970767% Correct digits 2 h 0.001 x2[1] (analytic) 1.3594524044694865 x2[1] (numeric) 1.3781066456186168 absolute error 0.01865424114913039 relative error 1.3721878815176345% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 146443.3466824313 Order of pole 1128719274.1169004 TOP MAIN SOLVE Loop t[1] 3.7479999999997524 x1[1] (analytic) 2.000042416691146 x1[1] (numeric) 1.997000282130644 absolute error 0.0030421345605020633 relative error 0.15210350216146645% Correct digits 2 h 0.001 x2[1] (analytic) 1.3601720074225538 x2[1] (numeric) 1.3788685188880185 absolute error 0.018696511465464694 relative error 1.3745696399746887% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 146508.58411500094 Order of pole 1129733703.5969553 TOP MAIN SOLVE Loop t[1] 3.7489999999997523 x1[1] (analytic) 2.0000423742956563 x1[1] (numeric) 1.996996477242071 absolute error 0.003045897053585378 relative error 0.1522916260540747% Correct digits 2 h 0.001 x2[1] (analytic) 1.360893051042923 x2[1] (numeric) 1.3796319231389094 absolute error 0.01873887209598646 relative error 1.3769540583388158% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 146585.1015246343 Order of pole 1130910874.918952 TOP MAIN SOLVE Loop t[1] 3.749999999999752 x1[1] (analytic) 2.0000423319425407 x1[1] (numeric) 1.9969926685467063 absolute error 0.0030496633958343455 relative error 0.152479942405637% Correct digits 2 h 0.001 x2[1] (analytic) 1.36161553821479 x2[1] (numeric) 1.3803968614420292 absolute error 0.018781323227239133 relative error 1.3793411355942125% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1283.774743291624 Order of pole 40385.022198154846 TOP MAIN SOLVE Loop t[1] 3.750999999999752 x1[1] (analytic) 2.0000422896317573 x1[1] (numeric) 1.9969888560407412 absolute error 0.0030534335910161747 relative error 0.1526684514045133% Correct digits 2 h 0.001 x2[1] (analytic) 1.3623394718281265 x2[1] (numeric) 1.3811633368742717 absolute error 0.018823865046145194 relative error 1.381730870712085% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 146739.14631979965 Order of pole 1133282497.1903799 TOP MAIN SOLVE Loop t[1] 3.751999999999752 x1[1] (analytic) 2.0000422473632633 x1[1] (numeric) 1.9969850397203632 absolute error 0.0030572076429000727 relative error 0.1528571532391635% Correct digits 2 h 0.001 x2[1] (analytic) 1.3630648547786886 x2[1] (numeric) 1.3819313525186958 absolute error 0.01886649774000726 relative error 1.3841232626506597% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 146802.78866685677 Order of pole 1134274304.2523808 TOP MAIN SOLVE Loop t[1] 3.752999999999752 x1[1] (analytic) 2.000042205137017 x1[1] (numeric) 1.996981219581756 absolute error 0.003060985555260798 relative error 0.15304604809832495% Correct digits 2 h 0.001 x2[1] (analytic) 1.36379168996803 x2[1] (numeric) 1.3827009114645386 absolute error 0.018909221496508533 relative error 1.3865183103551395% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 122687.65432265613 Order of pole 122662.29531709178 TOP MAIN SOLVE Loop t[1] 3.7539999999997518 x1[1] (analytic) 2.000042162952975 x1[1] (numeric) 1.9969773956210997 absolute error 0.003064767331875551 relative error 0.1532351361708573% Correct digits 2 h 0.001 x2[1] (analytic) 1.3645199803035137 x2[1] (numeric) 1.3834720168072274 absolute error 0.018952036503713687 relative error 1.3889160127576978% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 103507.91666110522 Order of pole 103482.11869774382 TOP MAIN SOLVE Loop t[1] 3.7549999999997516 x1[1] (analytic) 2.000042120811097 x1[1] (numeric) 1.99697356783457 absolute error 0.0030685529765268615 relative error 0.15342441764588644% Correct digits 2 h 0.001 x2[1] (analytic) 1.3652497286983232 x2[1] (numeric) 1.3842446716483925 absolute error 0.018994942950069316 relative error 1.3913163687774366% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 147026.61123761325 Order of pole 1137732174.4232948 TOP MAIN SOLVE Loop t[1] 3.7559999999997515 x1[1] (analytic) 2.000042078711339 x1[1] (numeric) 1.9969697362183392 absolute error 0.0030723424929997023 relative error 0.15361389271266057% Correct digits 2 h 0.001 x2[1] (analytic) 1.3659809380714742 x2[1] (numeric) 1.3850188790958793 absolute error 0.019037941024405036 relative error 1.3937193773203946% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 147102.17692040442 Order of pole 1138899019.3034036 TOP MAIN SOLVE Loop t[1] 3.7569999999997514 x1[1] (analytic) 2.0000420366536598 x1[1] (numeric) 1.9969659007685756 absolute error 0.0030761358850841525 relative error 0.15380356156068314% Correct digits 2 h 0.001 x2[1] (analytic) 1.3667136113478258 x2[1] (numeric) 1.385794642263761 absolute error 0.01908103091593527 relative error 1.3961250372796052% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 147175.19293072444 Order of pole 1140029867.2261858 TOP MAIN SOLVE Loop t[1] 3.7579999999997513 x1[1] (analytic) 2.0000419946380177 x1[1] (numeric) 1.996962061481444 absolute error 0.003079933156573622 relative error 0.15399342437962416% Correct digits 2 h 0.001 x2[1] (analytic) 1.3674477514580938 x2[1] (numeric) 1.3865719642723509 absolute error 0.019124212814257024 relative error 1.398533347534858% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 147246.29722309808 Order of pole 1141135106.1130972 TOP MAIN SOLVE Loop t[1] 3.758999999999751 x1[1] (analytic) 2.00004195266437 x1[1] (numeric) 1.9969582183531052 absolute error 0.003083734311264852 relative error 0.15418348135932017% Correct digits 2 h 0.001 x2[1] (analytic) 1.36818336133886 x2[1] (numeric) 1.3873508482482146 absolute error 0.019167486909354547 relative error 1.4009443069529703% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 147323.58324492833 Order of pole 1142331991.6314964 TOP MAIN SOLVE Loop t[1] 3.759999999999751 x1[1] (analytic) 2.000041910732675 x1[1] (numeric) 1.9969543713797155 absolute error 0.0030875393529594675 relative error 0.15437373268985197% Correct digits 2 h 0.001 x2[1] (analytic) 1.3689204439325862 x2[1] (numeric) 1.3881312973241835 absolute error 0.019210853391597338 relative error 1.403357914387565% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 147400.42639234764 Order of pole 1143518785.4862697 TOP MAIN SOLVE Loop t[1] 3.760999999999751 x1[1] (analytic) 2.0000418688428905 x1[1] (numeric) 1.9969505205574285 absolute error 0.003091348285461981 relative error 0.15456417856144472% Correct digits 2 h 0.001 x2[1] (analytic) 1.3696590021876245 x2[1] (numeric) 1.388913314639366 absolute error 0.019254312451741473 relative error 1.4057741686790954% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 147475.45159295862 Order of pole 1144681972.4787147 TOP MAIN SOLVE Loop t[1] 3.761999999999751 x1[1] (analytic) 2.000041826994975 x1[1] (numeric) 1.9969466658823931 absolute error 0.003095161112582012 relative error 0.1547548191645788% Correct digits 2 h 0.001 x2[1] (analytic) 1.3703990390582304 x2[1] (numeric) 1.389696903339161 absolute error 0.01929786428093072 relative error 1.4081930686548536% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 2168.383753408355 Order of pole 39725.498128722335 TOP MAIN SOLVE Loop t[1] 3.7629999999997508 x1[1] (analytic) 2.0000417851888868 x1[1] (numeric) 1.9969428073507547 absolute error 0.0030989778381320665 relative error 0.15494565468987911% Correct digits 2 h 0.001 x2[1] (analytic) 1.3711405575045723 x2[1] (numeric) 1.3904820665752708 absolute error 0.019341509070698537 relative error 1.4106146131290438% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 147617.34371059388 Order of pole 1146891724.836069 TOP MAIN SOLVE Loop t[1] 3.7639999999997507 x1[1] (analytic) 2.000041743424583 x1[1] (numeric) 1.9969389449586548 absolute error 0.0031027984659284247 relative error 0.1551366853281592% Correct digits 2 h 0.001 x2[1] (analytic) 1.3718835604927468 x2[1] (numeric) 1.3912688075057127 absolute error 0.019385247012965845 relative error 1.4130388009025445% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 108795.26028090504 Order of pole 108769.89414164893 TOP MAIN SOLVE Loop t[1] 3.7649999999997505 x1[1] (analytic) 2.0000417017020236 x1[1] (numeric) 1.9969350787022309 absolute error 0.0031066229997926964 relative error 0.15532791127049894% Correct digits 2 h 0.001 x2[1] (analytic) 1.3726280509947875 x2[1] (numeric) 1.392057129294832 absolute error 0.01942907830004459 relative error 1.4154656307630982% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 147764.73710462693 Order of pole 1149183647.380535 TOP MAIN SOLVE Loop t[1] 3.7659999999997504 x1[1] (analytic) 2.0000416600211652 x1[1] (numeric) 1.9969312085776167 absolute error 0.00311045144354849 relative error 0.15551933270807838% Correct digits 2 h 0.001 x2[1] (analytic) 1.373374031988678 x2[1] (numeric) 1.3928470351133153 absolute error 0.01947300312463729 relative error 1.4178951014852028% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 147847.75956690326 Order of pole 1150467444.9671881 TOP MAIN SOLVE Loop t[1] 3.7669999999997503 x1[1] (analytic) 2.0000416183819674 x1[1] (numeric) 1.9969273345809424 absolute error 0.003114283801024964 relative error 0.1557109498323549% Correct digits 2 h 0.001 x2[1] (analytic) 1.3741215064583643 x2[1] (numeric) 1.3936385281382024 absolute error 0.019517021679838154 relative error 1.4203272118301218% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 132608.84707858125 Order of pole 132583.27659847745 TOP MAIN SOLVE Loop t[1] 3.76799999999975 x1[1] (analytic) 2.0000415767843878 x1[1] (numeric) 1.9969234567083336 absolute error 0.003118120076054165 relative error 0.15590276283493032% Correct digits 2 h 0.001 x2[1] (analytic) 1.374870477393766 x2[1] (numeric) 1.3944316115528996 absolute error 0.01956113415913352 relative error 1.4227619605458417% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 147994.51464573073 Order of pole 1152751506.1123307 TOP MAIN SOLVE Loop t[1] 3.76899999999975 x1[1] (analytic) 2.0000415352283847 x1[1] (numeric) 1.9969195749559128 absolute error 0.003121960272471913 relative error 0.15609477190759524% Correct digits 2 h 0.001 x2[1] (analytic) 1.3756209477907888 x2[1] (numeric) 1.3952262885471918 absolute error 0.019605340756402967 relative error 1.4251993463670811% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 128979.45449581702 Order of pole 128954.07161110465 TOP MAIN SOLVE Loop t[1] 3.76999999999975 x1[1] (analytic) 2.000041493713917 x1[1] (numeric) 1.996915689319798 absolute error 0.003125804394118914 relative error 0.15628697724238438% Correct digits 2 h 0.001 x2[1] (analytic) 1.376372920651336 x2[1] (numeric) 1.396022562317256 absolute error 0.01964964166591998 relative error 1.4276393680152653% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 148138.28543991476 Order of pole 1154998984.1098986 TOP MAIN SOLVE Loop t[1] 3.77099999999975 x1[1] (analytic) 2.000041452240943 x1[1] (numeric) 1.9969117997961034 absolute error 0.003129652444839426 relative error 0.15647937903151019% Correct digits 2 h 0.001 x2[1] (analytic) 1.3771263989833207 x2[1] (numeric) 1.3968204360656737 absolute error 0.019694037082353066 relative error 1.430082024198535% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 641.1045747498597 Order of pole 3209.202033983822 TOP MAIN SOLVE Loop t[1] 3.7719999999997498 x1[1] (analytic) 2.000041410809421 x1[1] (numeric) 1.9969079063809398 absolute error 0.0031335044284812597 relative error 0.15667197746736272% Correct digits 2 h 0.001 x2[1] (analytic) 1.377881385800678 x2[1] (numeric) 1.397619913001444 absolute error 0.019738527200765965 relative error 1.432527313611689% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 148290.5944004937 Order of pole 1157369895.3156388 TOP MAIN SOLVE Loop t[1] 3.7729999999997497 x1[1] (analytic) 2.00004136941931 x1[1] (numeric) 1.9969040090704138 absolute error 0.003137360348896445 relative error 0.15686477274254296% Correct digits 2 h 0.001 x2[1] (analytic) 1.378637884123377 x2[1] (numeric) 1.3984209963399958 absolute error 0.01978311221661877 relative error 1.4349752349361915% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 148359.4878511408 Order of pole 1158449853.8265443 TOP MAIN SOLVE Loop t[1] 3.7739999999997496 x1[1] (analytic) 2.000041328070569 x1[1] (numeric) 1.9969001078606279 absolute error 0.003141220209941009 relative error 0.15705776504985178% Correct digits 2 h 0.001 x2[1] (analytic) 1.3793958969774325 x2[1] (numeric) 1.3992236893032017 absolute error 0.019827792325769256 relative error 1.4374257868401972% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 148422.6323543079 Order of pole 1159447096.0339828 TOP MAIN SOLVE Loop t[1] 3.7749999999997494 x1[1] (analytic) 2.0000412867631554 x1[1] (numeric) 1.9968962027476809 absolute error 0.0031450840154745308 relative error 0.15725095458226765% Correct digits 2 h 0.001 x2[1] (analytic) 1.380155427394918 x2[1] (numeric) 1.4000279951193901 absolute error 0.019872567724472212 relative error 1.4398789679784285% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 148496.67398086615 Order of pole 1160605024.3198097 TOP MAIN SOLVE Loop t[1] 3.7759999999997493 x1[1] (analytic) 2.000041245497029 x1[1] (numeric) 1.9968922937276679 absolute error 0.0031489517693610303 relative error 0.15744434153299106% Correct digits 2 h 0.001 x2[1] (analytic) 1.3809164784139762 x2[1] (numeric) 1.4008339170233581 absolute error 0.019917438609381888 relative error 1.4423347769922812% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 148574.9996386816 Order of pole 1161824192.1876626 TOP MAIN SOLVE Loop t[1] 3.7769999999997492 x1[1] (analytic) 2.0000412042721476 x1[1] (numeric) 1.9968883807966795 absolute error 0.0031528234754680806 relative error 0.15763792609540023% Correct digits 2 h 0.001 x2[1] (analytic) 1.3816790530788334 x2[1] (numeric) 1.4016414582563852 absolute error 0.019962405177551767 relative error 1.4447932125097351% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 148660.47497371212 Order of pole 1163151168.460433 TOP MAIN SOLVE Loop t[1] 3.777999999999749 x1[1] (analytic) 2.0000411630884707 x1[1] (numeric) 1.9968844639508032 absolute error 0.0031566991376674736 relative error 0.1578317084630842% Correct digits 2 h 0.001 x2[1] (analytic) 1.3824431544398097 x2[1] (numeric) 1.4024506220662454 absolute error 0.020007467626435682 relative error 1.447254273145362% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 2523.6737430344624 Order of pole 218865.8780409869 TOP MAIN SOLVE Loop t[1] 3.778999999999749 x1[1] (analytic) 2.000041121945957 x1[1] (numeric) 1.9968805431861218 absolute error 0.0031605787598349977 relative error 0.15802568882983195% Correct digits 2 h 0.001 x2[1] (analytic) 1.3832087855533322 x2[1] (numeric) 1.4032614117072209 absolute error 0.020052626153888697 relative error 1.4497179575003163% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 148806.13622843803 Order of pole 1165434184.0553668 TOP MAIN SOLVE Loop t[1] 3.779999999999749 x1[1] (analytic) 2.0000410808445652 x1[1] (numeric) 1.9968766184987148 absolute error 0.0031644623458504384 relative error 0.15821986738963223% Correct digits 2 h 0.001 x2[1] (analytic) 1.3839759494819466 x2[1] (numeric) 1.4040738304401148 absolute error 0.020097880958168224 relative error 1.4521842641623444% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 148876.44695091966 Order of pole 1166540465.2750878 TOP MAIN SOLVE Loop t[1] 3.780999999999749 x1[1] (analytic) 2.000041039784254 x1[1] (numeric) 1.9968726898846574 absolute error 0.0031683498995966897 relative error 0.15841424433662932% Correct digits 2 h 0.001 x2[1] (analytic) 1.3847446492943307 x2[1] (numeric) 1.4048878815322643 absolute error 0.020143232237933573 relative error 1.4546531917056775% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 148959.30139924612 Order of pole 1167832272.5309412 TOP MAIN SOLVE Loop t[1] 3.7819999999997487 x1[1] (analytic) 2.000040998764983 x1[1] (numeric) 1.996868757340021 absolute error 0.0031722414249619746 relative error 0.15860881986523379% Correct digits 2 h 0.001 x2[1] (analytic) 1.385514888065305 x2[1] (numeric) 1.4057035682575536 absolute error 0.02018868019224862 relative error 1.4571247386911548% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 149026.64871080316 Order of pole 1168893107.0431006 TOP MAIN SOLVE Loop t[1] 3.7829999999997486 x1[1] (analytic) 2.0000409577867106 x1[1] (numeric) 1.996864820860873 absolute error 0.003176136925837625 relative error 0.1588035941700118% Correct digits 2 h 0.001 x2[1] (analytic) 1.3862866688758462 x2[1] (numeric) 1.406520893896427 absolute error 0.02023422502058092 relative error 1.4595989036660835% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 149102.38887776958 Order of pole 1170081270.2139604 TOP MAIN SOLVE Loop t[1] 3.7839999999997485 x1[1] (analytic) 2.0000409168493958 x1[1] (numeric) 1.996860880443277 absolute error 0.003180036406118747 relative error 0.1589985674457182% Correct digits 2 h 0.001 x2[1] (analytic) 1.387059994813099 x2[1] (numeric) 1.4073398617359028 absolute error 0.020279866922803702 relative error 1.462075685164313% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 149179.49311716543 Order of pole 1171290791.6247559 TOP MAIN SOLVE Loop t[1] 3.7849999999997483 x1[1] (analytic) 2.000040875952998 x1[1] (numeric) 1.9968569360832924 absolute error 0.0031839398697055543 relative error 0.1591937398873631% Correct digits 2 h 0.001 x2[1] (analytic) 1.3878348689703888 x2[1] (numeric) 1.4081604750695846 absolute error 0.02032560609919587 relative error 1.464555081706161% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 149248.3599122903 Order of pole 1172376597.780879 TOP MAIN SOLVE Loop t[1] 3.7859999999997482 x1[1] (analytic) 2.0000408350974763 x1[1] (numeric) 1.996852987776975 absolute error 0.003187847320501369 relative error 0.1593891116901122% Correct digits 2 h 0.001 x2[1] (analytic) 1.3886112944472335 x2[1] (numeric) 1.408982737197677 absolute error 0.020371442750443558 relative error 1.4670370917984537% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 149326.23686754936 Order of pole 1173598537.5150244 TOP MAIN SOLVE Loop t[1] 3.786999999999748 x1[1] (analytic) 2.0000407942827896 x1[1] (numeric) 1.9968490355203765 absolute error 0.003191758762413066 relative error 0.1595846830493087% Correct digits 2 h 0.001 x2[1] (analytic) 1.3893892743493566 x2[1] (numeric) 1.409806651426997 absolute error 0.020417377077640353 relative error 1.4695217139344694% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 149407.9787872166 Order of pole 1174875300.9877377 TOP MAIN SOLVE Loop t[1] 3.787999999999748 x1[1] (analytic) 2.0000407535088973 x1[1] (numeric) 1.9968450793095447 absolute error 0.003195674199352627 relative error 0.15978045416055123% Correct digits 2 h 0.001 x2[1] (analytic) 1.3901688117886992 x2[1] (numeric) 1.4106322210709872 absolute error 0.02046340928228796 relative error 1.4720089465939137% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 149478.95000669453 Order of pole 1175995888.7585008 TOP MAIN SOLVE Loop t[1] 3.788999999999748 x1[1] (analytic) 2.0000407127757582 x1[1] (numeric) 1.996841119140523 absolute error 0.003199593635235143 relative error 0.15997642521959385% Correct digits 2 h 0.001 x2[1] (analytic) 1.3909499098834324 x2[1] (numeric) 1.4114594494497308 absolute error 0.020509539566298418 relative error 1.4744987882430076% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 149544.92869616297 Order of pole 1177042707.7339692 TOP MAIN SOLVE Loop t[1] 3.789999999999748 x1[1] (analytic) 2.000040672083332 x1[1] (numeric) 1.9968371550093518 absolute error 0.0032035170739801444 relative error 0.16017259642241263% Correct digits 2 h 0.001 x2[1] (analytic) 1.3917325717579698 x2[1] (numeric) 1.412288339889963 absolute error 0.020555768131993224 relative error 1.476991237334351% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 149620.62211557815 Order of pole 1178234727.7535033 TOP MAIN SOLVE Loop t[1] 3.7909999999997477 x1[1] (analytic) 2.000040631431578 x1[1] (numeric) 1.9968331869120666 absolute error 0.003207444519511382 relative error 0.16036896796519456% Correct digits 2 h 0.001 x2[1] (analytic) 1.3925168005429807 x2[1] (numeric) 1.4131188957250853 absolute error 0.02060209518210465 relative error 1.4794862923069458% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 149698.6223838441 Order of pole 1179459831.861498 TOP MAIN SOLVE Loop t[1] 3.7919999999997476 x1[1] (analytic) 2.0000405908204555 x1[1] (numeric) 1.9968292148446993 absolute error 0.003211375975756159 relative error 0.16056554004430432% Correct digits 2 h 0.001 x2[1] (analytic) 1.3933025993754014 x2[1] (numeric) 1.4139511202951787 absolute error 0.020648520919777313 relative error 1.4819839515862359% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 149775.02705883153 Order of pole 1180664817.4614158 TOP MAIN SOLVE Loop t[1] 3.7929999999997475 x1[1] (analytic) 2.0000405502499237 x1[1] (numeric) 1.9968252388032781 absolute error 0.0032153114466455524 relative error 0.1607623128562953% Correct digits 2 h 0.001 x2[1] (analytic) 1.3940899713984485 x2[1] (numeric) 1.4147850169470166 absolute error 0.02069504554856816 relative error 1.484484213584035% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 149853.40668694014 Order of pole 1181895721.2328885 TOP MAIN SOLVE Loop t[1] 3.7939999999997474 x1[1] (analytic) 2.000040509719942 x1[1] (numeric) 1.9968212587838268 absolute error 0.0032192509361153032 relative error 0.16095928659795408% Correct digits 2 h 0.001 x2[1] (analytic) 1.3948789197616318 x2[1] (numeric) 1.4156205890340792 absolute error 0.02074166927244736 relative error 1.4869870766985185% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 652.5154512045951 Order of pole 1362.3338984292343 TOP MAIN SOLVE Loop t[1] 3.7949999999997472 x1[1] (analytic) 2.0000404692304703 x1[1] (numeric) 1.9968172747823654 absolute error 0.003223194448104927 relative error 0.16115646146625592% Correct digits 2 h 0.001 x2[1] (analytic) 1.3956694476207656 x2[1] (numeric) 1.416457839916566 absolute error 0.020788392295800318 relative error 1.4894925393142937% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 131513.41624784147 Order of pole 131487.7065342108 TOP MAIN SOLVE Loop t[1] 3.795999999999747 x1[1] (analytic) 2.0000404287814675 x1[1] (numeric) 1.9968132867949098 absolute error 0.0032271419865577133 relative error 0.16135383765836486% Correct digits 2 h 0.001 x2[1] (analytic) 1.3964615581379827 x2[1] (numeric) 1.4172967729614094 absolute error 0.020835214823426762 relative error 1.4920005998022654% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 150074.13330416818 Order of pole 1185384335.6696641 TOP MAIN SOLVE Loop t[1] 3.796999999999747 x1[1] (analytic) 2.0000403883728937 x1[1] (numeric) 1.996809294817472 absolute error 0.003231093555421616 relative error 0.16155141537167803% Correct digits 2 h 0.001 x2[1] (analytic) 1.3972552544817467 x2[1] (numeric) 1.418137391542289 absolute error 0.020882137060542316 relative error 1.4945112565196736% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 150144.3819702715 Order of pole 1186499462.297674 TOP MAIN SOLVE Loop t[1] 3.797999999999747 x1[1] (analytic) 2.0000403480047084 x1[1] (numeric) 1.9968052988460603 absolute error 0.00323504915864814 relative error 0.16174919480377023% Correct digits 2 h 0.001 x2[1] (analytic) 1.398050539826864 x2[1] (numeric) 1.418979699039644 absolute error 0.020929159212780046 relative error 1.4970245078101352% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 150216.29892569676 Order of pole 1187638266.52202 TOP MAIN SOLVE Loop t[1] 3.798999999999747 x1[1] (analytic) 2.000040307676871 x1[1] (numeric) 1.9968012988766783 absolute error 0.0032390088001925665 relative error 0.1619471761524051% Correct digits 2 h 0.001 x2[1] (analytic) 1.3988474173544974 x2[1] (numeric) 1.4198236988406872 absolute error 0.020976281486189796 relative error 1.4995403520035213% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 150301.7989552879 Order of pole 1188981337.1394846 TOP MAIN SOLVE Loop t[1] 3.7999999999997467 x1[1] (analytic) 2.000040267389341 x1[1] (numeric) 1.9967972949053265 absolute error 0.003242972484014617 relative error 0.16214535961556809% Correct digits 2 h 0.001 x2[1] (analytic) 1.399645890252178 x2[1] (numeric) 1.420669394339419 absolute error 0.021023504087241074 relative error 1.502058787416095% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 150377.8958901368 Order of pole 1190184635.5764263 TOP MAIN SOLVE Loop t[1] 3.8009999999997466 x1[1] (analytic) 2.0000402271420787 x1[1] (numeric) 1.9967932869280007 absolute error 0.003246940214078009 relative error 0.16234374539144472% Correct digits 2 h 0.001 x2[1] (analytic) 1.400445961713819 x2[1] (numeric) 1.4215167889366405 absolute error 0.021070827222821498 relative error 1.5045798123503262% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 150454.88882010558 Order of pole 1191400699.6820114 TOP MAIN SOLVE Loop t[1] 3.8019999999997465 x1[1] (analytic) 2.0000401869350437 x1[1] (numeric) 1.9967892749406928 absolute error 0.0032509119943509024 relative error 0.16254233367844242% Correct digits 2 h 0.001 x2[1] (analytic) 1.4012476349397271 x2[1] (numeric) 1.422365886039967 absolute error 0.021118251100239904 relative error 1.5071034250950424% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 150536.24955906012 Order of pole 1192683029.5323935 TOP MAIN SOLVE Loop t[1] 3.8029999999997464 x1[1] (analytic) 2.000040146768195 x1[1] (numeric) 1.996785258939391 absolute error 0.0032548878288041205 relative error 0.16274112467510196% Correct digits 2 h 0.001 x2[1] (analytic) 1.4020509131366163 x2[1] (numeric) 1.423216689063842 absolute error 0.021165775927225683 relative error 1.5096296239253104% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 150594.19701385038 Order of pole 1193619509.4757147 TOP MAIN SOLVE Loop t[1] 3.8039999999997463 x1[1] (analytic) 2.0000401066414937 x1[1] (numeric) 1.9967812389200792 absolute error 0.0032588677214144823 relative error 0.1629401185802637% Correct digits 2 h 0.001 x2[1] (analytic) 1.402855799517621 x2[1] (numeric) 1.4240692014295508 absolute error 0.021213401911929886 relative error 1.512158407102442% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 150679.75273661624 Order of pole 1194965449.477777 TOP MAIN SOLVE Loop t[1] 3.804999999999746 x1[1] (analytic) 2.0000400665548987 x1[1] (numeric) 1.9967772148787375 absolute error 0.003262851676161249 relative error 0.16313931559289027% Correct digits 2 h 0.001 x2[1] (analytic) 1.4036622973023076 x2[1] (numeric) 1.4249234265652342 absolute error 0.02126112926292656 relative error 1.514689772874019% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 94475.38467485021 Order of pole 94449.71806683378 TOP MAIN SOLVE Loop t[1] 3.805999999999746 x1[1] (analytic) 2.0000400265083704 x1[1] (numeric) 1.9967731868113416 absolute error 0.0032668396970287894 relative error 0.16333871591219964% Correct digits 2 h 0.001 x2[1] (analytic) 1.4044704097166882 x2[1] (numeric) 1.4257793679059017 absolute error 0.02130895818921341 relative error 1.517223719473868% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 119486.85133819902 Order of pole 119461.54210026277 TOP MAIN SOLVE Loop t[1] 3.806999999999746 x1[1] (analytic) 2.0000399865018688 x1[1] (numeric) 1.9967691547138637 absolute error 0.003270831788005024 relative error 0.1635383197375873% Correct digits 2 h 0.001 x2[1] (analytic) 1.4052801399932335 x2[1] (numeric) 1.4266370288934465 absolute error 0.021356888900212923 relative error 1.519760245122069% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 150901.99467248475 Order of pole 1198499336.923935 TOP MAIN SOLVE Loop t[1] 3.807999999999746 x1[1] (analytic) 2.0000399465353533 x1[1] (numeric) 1.9967651185822717 absolute error 0.0032748279530816493 relative error 0.16373812726863765% Correct digits 2 h 0.001 x2[1] (analytic) 1.4060914913708862 x2[1] (numeric) 1.4274964129766579 absolute error 0.021404921605771676 relative error 1.5222993480248348% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 150970.11630035643 Order of pole 1199587694.7505772 TOP MAIN SOLVE Loop t[1] 3.8089999999997457 x1[1] (analytic) 2.0000399066087846 x1[1] (numeric) 1.9967610784125291 absolute error 0.0032788281962554677 relative error 0.1639381387051903% Correct digits 2 h 0.001 x2[1] (analytic) 1.4069044670950726 x2[1] (numeric) 1.428357523611236 absolute error 0.02145305651616347 relative error 1.524841026374662% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 151048.76075805956 Order of pole 1200833865.3460007 TOP MAIN SOLVE Loop t[1] 3.8099999999997456 x1[1] (analytic) 2.0000398667221226 x1[1] (numeric) 1.9967570342005962 absolute error 0.003282832521526391 relative error 0.16413835424724033% Correct digits 2 h 0.001 x2[1] (analytic) 1.4077190704177165 x2[1] (numeric) 1.4292203642598054 absolute error 0.021501293842088876 relative error 1.5273852783502275% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 151127.73590802675 Order of pole 1202087884.9830046 TOP MAIN SOLVE Loop t[1] 3.8109999999997455 x1[1] (analytic) 2.0000398268753274 x1[1] (numeric) 1.9967529859424287 absolute error 0.0032868409328987713 relative error 0.16433877409500489% Correct digits 2 h 0.001 x2[1] (analytic) 1.4085353045972522 x2[1] (numeric) 1.4300849383919287 absolute error 0.02154963379467656 relative error 1.529932102116413% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 151197.10850934315 Order of pole 1203197807.8998642 TOP MAIN SOLVE Loop t[1] 3.8119999999997454 x1[1] (analytic) 2.0000397870683586 x1[1] (numeric) 1.996748933633978 absolute error 0.003290853434380514 relative error 0.16453939844887883% Correct digits 2 h 0.001 x2[1] (analytic) 1.4093531728986377 x2[1] (numeric) 1.4309512494841208 absolute error 0.021598076585483073 relative error 1.5324814958242146% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 151276.26557498734 Order of pole 1204454291.1685133 TOP MAIN SOLVE Loop t[1] 3.8129999999997453 x1[1] (analytic) 2.0000397473011775 x1[1] (numeric) 1.9967448772711922 absolute error 0.0032948700299852973 relative error 0.16474022750954542% Correct digits 2 h 0.001 x2[1] (analytic) 1.410172678593367 x2[1] (numeric) 1.4318193010198625 absolute error 0.02164662242649551 relative error 1.5350334576108648% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 151358.34669205506 Order of pole 1205753994.5295959 TOP MAIN SOLVE Loop t[1] 3.813999999999745 x1[1] (analytic) 2.0000397075737433 x1[1] (numeric) 1.9967408168500147 absolute error 0.003298890723728576 relative error 0.16494126147777707% Correct digits 2 h 0.001 x2[1] (analytic) 1.410993824959484 x2[1] (numeric) 1.4326890964896148 absolute error 0.021695271530130844 relative error 1.5375879855997112% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 151436.485911549 Order of pole 1206997116.802272 TOP MAIN SOLVE Loop t[1] 3.814999999999745 x1[1] (analytic) 2.0000396678860164 x1[1] (numeric) 1.996736752366385 absolute error 0.0033029155196313553 relative error 0.16514250055462354% Correct digits 2 h 0.001 x2[1] (analytic) 1.411816615281595 x2[1] (numeric) 1.433560639390833 absolute error 0.021744024109237925 relative error 1.5401450779002877% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 151500.45133028502 Order of pole 1208028045.9583616 TOP MAIN SOLVE Loop t[1] 3.815999999999745 x1[1] (analytic) 2.000039628237958 x1[1] (numeric) 1.996732683816239 absolute error 0.0033069444217188604 relative error 0.16534394494134552% Correct digits 2 h 0.001 x2[1] (analytic) 1.4126410528508822 x2[1] (numeric) 1.4344339332279794 absolute error 0.021792880377097257 relative error 1.542704732608228% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 151583.0245886877 Order of pole 1209338615.5554452 TOP MAIN SOLVE Loop t[1] 3.816999999999745 x1[1] (analytic) 2.0000395886295275 x1[1] (numeric) 1.9967286111955076 absolute error 0.0033109774340198683 relative error 0.16554559483938142% Correct digits 2 h 0.001 x2[1] (analytic) 1.413467140965117 x2[1] (numeric) 1.4353089815125395 absolute error 0.021841840547422553 relative error 1.5452669478053038% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 151659.66480465673 Order of pole 1210562486.8368564 TOP MAIN SOLVE Loop t[1] 3.8179999999997447 x1[1] (analytic) 2.0000395490606855 x1[1] (numeric) 1.9967245345001186 absolute error 0.0033150145605669312 relative error 0.1657474504503584% Correct digits 2 h 0.001 x2[1] (analytic) 1.4142948829286723 x2[1] (numeric) 1.4361857877630342 absolute error 0.021890904834361846 relative error 1.5478317215594337% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 151744.0294183043 Order of pole 1211899937.4950345 TOP MAIN SOLVE Loop t[1] 3.8189999999997446 x1[1] (analytic) 2.0000395095313928 x1[1] (numeric) 1.996720453725995 absolute error 0.003319055805397708 relative error 0.1659495119761589% Correct digits 2 h 0.001 x2[1] (analytic) 1.4151242820525376 x2[1] (numeric) 1.4370643555050346 absolute error 0.021940073452497044 relative error 1.5503990519245787% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 151806.8856234237 Order of pole 1212919271.1098723 TOP MAIN SOLVE Loop t[1] 3.8199999999997445 x1[1] (analytic) 2.0000394700416098 x1[1] (numeric) 1.9967163688690563 absolute error 0.003323101172553411 relative error 0.166151779618843% Correct digits 2 h 0.001 x2[1] (analytic) 1.4159553416543296 x2[1] (numeric) 1.4379446882711768 absolute error 0.02198934661684726 relative error 1.5529689369409092% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 151878.922054588 Order of pole 1214071843.7061656 TOP MAIN SOLVE Loop t[1] 3.8209999999997444 x1[1] (analytic) 2.0000394305912965 x1[1] (numeric) 1.9967122799252177 absolute error 0.003327150666078804 relative error 0.1663542535806485% Correct digits 2 h 0.001 x2[1] (analytic) 1.4167880650583078 x2[1] (numeric) 1.4388267896011746 absolute error 0.022038724542866817 relative error 1.5555413746345905% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 4713.580085156384 Order of pole 844638.3355313713 TOP MAIN SOLVE Loop t[1] 3.8219999999997443 x1[1] (analytic) 2.000039391180414 x1[1] (numeric) 1.99670818689039 absolute error 0.0033312042900239813 relative error 0.16655693406407962% Correct digits 2 h 0.001 x2[1] (analytic) 1.4176224555953867 x2[1] (numeric) 1.4397106630418348 absolute error 0.022088207446448127 relative error 1.5581163630179171% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 152046.43522733104 Order of pole 1216737233.4972184 TOP MAIN SOLVE Loop t[1] 3.822999999999744 x1[1] (analytic) 2.0000393518089226 x1[1] (numeric) 1.9967040897604804 absolute error 0.0033352620484421447 relative error 0.16675982127179592% Correct digits 2 h 0.001 x2[1] (analytic) 1.4184585166031491 x2[1] (numeric) 1.440596312147071 absolute error 0.022137795543921923 relative error 1.560693900089258% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 152099.59502361855 Order of pole 1217611611.3911426 TOP MAIN SOLVE Loop t[1] 3.823999999999744 x1[1] (analytic) 2.000039312476783 x1[1] (numeric) 1.9966999885313916 absolute error 0.0033393239453911594 relative error 0.16696291540669023% Correct digits 2 h 0.001 x2[1] (analytic) 1.4192962514258602 x2[1] (numeric) 1.441483740477918 absolute error 0.022187489052057696 relative error 1.5632739838330154% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 152184.6079412212 Order of pole 1218965013.4454162 TOP MAIN SOLVE Loop t[1] 3.824999999999744 x1[1] (analytic) 2.000039273183956 x1[1] (numeric) 1.9966958831990225 absolute error 0.0033433899849335535 relative error 0.16716621667188838% Correct digits 2 h 0.001 x2[1] (analytic) 1.4201356634144795 x2[1] (numeric) 1.4423729516025456 absolute error 0.02223728818806614 relative error 1.5658566122197288% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 152261.70043175516 Order of pole 1220196974.5454888 TOP MAIN SOLVE Loop t[1] 3.825999999999744 x1[1] (analytic) 2.000039233930402 x1[1] (numeric) 1.9966917737592675 absolute error 0.0033474601711342977 relative error 0.16736972527063856% Correct digits 2 h 0.001 x2[1] (analytic) 1.4209767559266762 x2[1] (numeric) 1.4432639490962738 absolute error 0.022287193169597597 relative error 1.5684417832058921% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 152351.1832886047 Order of pole 1221618729.6224904 TOP MAIN SOLVE Loop t[1] 3.8269999999997437 x1[1] (analytic) 2.000039194716082 x1[1] (numeric) 1.9966876602080175 absolute error 0.0033515345080645798 relative error 0.16757344140649957% Correct digits 2 h 0.001 x2[1] (analytic) 1.421819532326841 x2[1] (numeric) 1.444156736541586 absolute error 0.022337204214744943 relative error 1.571029494734088% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 152412.10576373604 Order of pole 1222612095.4406714 TOP MAIN SOLVE Loop t[1] 3.8279999999997436 x1[1] (analytic) 2.0000391555409567 x1[1] (numeric) 1.9966835425411587 absolute error 0.00335561299979803 relative error 0.1677773652831525% Correct digits 2 h 0.001 x2[1] (analytic) 1.4226639959861 x2[1] (numeric) 1.4450513175281443 absolute error 0.02238732154204426 relative error 1.5736197447329643% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 152496.58282876445 Order of pole 1223957079.1670094 TOP MAIN SOLVE Loop t[1] 3.8289999999997435 x1[1] (analytic) 2.000039116404987 x1[1] (numeric) 1.9966794207545735 absolute error 0.0033596956504136077 relative error 0.16798149710454485% Correct digits 2 h 0.001 x2[1] (analytic) 1.4235101502823289 x2[1] (numeric) 1.4459476956528035 absolute error 0.0224375453704746 relative error 1.576212531117147% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 152567.97582051903 Order of pole 1225109220.2968562 TOP MAIN SOLVE Loop t[1] 3.8299999999997434 x1[1] (analytic) 2.000039077308134 x1[1] (numeric) 1.9966752948441402 absolute error 0.003363782463993603 relative error 0.1681858370747906% Correct digits 2 h 0.001 x2[1] (analytic) 1.424357998600165 x2[1] (numeric) 1.4468458745196249 absolute error 0.022487875919459777 relative error 1.578807851787295% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 152655.13891310128 Order of pole 1226500120.3975368 TOP MAIN SOLVE Loop t[1] 3.8309999999997433 x1[1] (analytic) 2.0000390382503577 x1[1] (numeric) 1.9966711648057327 absolute error 0.003367873444624969 relative error 0.16839038539823695% Correct digits 2 h 0.001 x2[1] (analytic) 1.4252075443310233 x2[1] (numeric) 1.447745857739892 absolute error 0.022538313408868804 relative error 1.5814057046300607% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 84859.02020528422 Order of pole 84833.60819373539 TOP MAIN SOLVE Loop t[1] 3.831999999999743 x1[1] (analytic) 2.00003899923162 x1[1] (numeric) 1.9966670306352212 absolute error 0.0033719685963988777 relative error 0.168595142279442% Correct digits 2 h 0.001 x2[1] (analytic) 1.4260587908731064 x2[1] (numeric) 1.4486476489321243 absolute error 0.02258885805901789 relative error 1.5840060875181614% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 152798.23597747475 Order of pole 1228810682.7919269 TOP MAIN SOLVE Loop t[1] 3.832999999999743 x1[1] (analytic) 2.0000389602518815 x1[1] (numeric) 1.9966628923284715 absolute error 0.0033760679234100532 relative error 0.1688001079231415% Correct digits 2 h 0.001 x2[1] (analytic) 1.4269117416314214 x2[1] (numeric) 1.4495512517220912 absolute error 0.02263951009066978 relative error 1.5866089983102598% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 123830.40941121447 Order of pole 123804.87186070155 TOP MAIN SOLVE Loop t[1] 3.833999999999743 x1[1] (analytic) 2.0000389213111034 x1[1] (numeric) 1.996658749881345 absolute error 0.0033801714297583274 relative error 0.16900528253432656% Correct digits 2 h 0.001 x2[1] (analytic) 1.427766400017792 x2[1] (numeric) 1.4504566697428276 absolute error 0.022690269725035517 relative error 1.5892144348510207% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 152946.21426567863 Order of pole 1231196139.752059 TOP MAIN SOLVE Loop t[1] 3.834999999999743 x1[1] (analytic) 2.0000388824092465 x1[1] (numeric) 1.9966546032896997 absolute error 0.0033842791195468624 relative error 0.1692106663181548% Correct digits 2 h 0.001 x2[1] (analytic) 1.4286227694508726 x2[1] (numeric) 1.4513639066346478 absolute error 0.02274113718377513 relative error 1.5918223949710855% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 153029.99925551994 Order of pole 1232537980.1433046 TOP MAIN SOLVE Loop t[1] 3.8359999999997427 x1[1] (analytic) 2.000038843546272 x1[1] (numeric) 1.9966504525493887 absolute error 0.0033883909968832615 relative error 0.1694162594800059% Correct digits 2 h 0.001 x2[1] (analytic) 1.429480853356161 x2[1] (numeric) 1.4522729660451603 absolute error 0.02279211268899939 relative error 1.5944328764871285% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 153105.52212830514 Order of pole 1233754708.8297381 TOP MAIN SOLVE Loop t[1] 3.8369999999997426 x1[1] (analytic) 2.000038804722141 x1[1] (numeric) 1.9966462976562611 absolute error 0.0033925070658797907 relative error 0.16962206222549273% Correct digits 2 h 0.001 x2[1] (analytic) 1.4303406551660136 x2[1] (numeric) 1.453183851629282 absolute error 0.02284319646326849 relative error 1.597045877201692% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 153183.25540066353 Order of pole 1235007798.6903365 TOP MAIN SOLVE Loop t[1] 3.8379999999997425 x1[1] (analytic) 2.0000387659368144 x1[1] (numeric) 1.9966421386061624 absolute error 0.0033966273306520467 relative error 0.1698280747603946% Correct digits 2 h 0.001 x2[1] (analytic) 1.4312021783196585 x2[1] (numeric) 1.454096567049254 absolute error 0.022894388729595594 relative error 1.599661394903365% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 153265.5273394413 Order of pole 1236330494.591844 TOP MAIN SOLVE Loop t[1] 3.8389999999997424 x1[1] (analytic) 2.000038727190254 x1[1] (numeric) 1.9966379753949333 absolute error 0.0034007517953209554 relative error 0.1700342972907573% Correct digits 2 h 0.001 x2[1] (analytic) 1.4320654262632087 x2[1] (numeric) 1.4550111159746546 absolute error 0.02294568971144595 relative error 1.6022794273666523% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 149110.87811927506 Order of pole 149085.35529988573 TOP MAIN SOLVE Loop t[1] 3.8399999999997423 x1[1] (analytic) 2.0000386884824213 x1[1] (numeric) 1.9966338080184107 absolute error 0.0034048804640105512 relative error 0.17024073002278212% Correct digits 2 h 0.001 x2[1] (analytic) 1.4329304024496763 x2[1] (numeric) 1.4559275020824152 absolute error 0.022997099632738882 relative error 1.6048999723520436% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 153420.35448030394 Order of pole 1238826717.4914298 TOP MAIN SOLVE Loop t[1] 3.840999999999742 x1[1] (analytic) 2.0000386498132765 x1[1] (numeric) 1.9966296364724272 absolute error 0.0034090133408493095 relative error 0.17044737316289238% Correct digits 2 h 0.001 x2[1] (analytic) 1.4337971103389866 x2[1] (numeric) 1.4568457290568346 absolute error 0.023048618717848024 relative error 1.6075230276059587% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 153491.2854104798 Order of pole 1239978732.2438593 TOP MAIN SOLVE Loop t[1] 3.841999999999742 x1[1] (analytic) 2.0000386111827817 x1[1] (numeric) 1.9966254607528113 absolute error 0.0034131504299703685 relative error 0.17065422691774443% Correct digits 2 h 0.001 x2[1] (analytic) 1.434665553397992 x2[1] (numeric) 1.457765800589594 absolute error 0.023100247191601975 relative error 1.610148590860724% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 153557.15020589225 Order of pole 1241054442.1319659 TOP MAIN SOLVE Loop t[1] 3.842999999999742 x1[1] (analytic) 2.0000385725908982 x1[1] (numeric) 1.9966212808553871 absolute error 0.0034172917355110854 relative error 0.1708612914942057% Correct digits 2 h 0.001 x2[1] (analytic) 1.4355357351004847 x2[1] (numeric) 1.4586877203797715 absolute error 0.023151985279286746 relative error 1.612776659834675% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 68837.97605331472 Order of pole 68812.65064823409 TOP MAIN SOLVE Loop t[1] 3.843999999999742 x1[1] (analytic) 2.000038534037587 x1[1] (numeric) 1.9966170967759749 absolute error 0.003421437261612148 relative error 0.17106856709931012% Correct digits 2 h 0.001 x2[1] (analytic) 1.4364076589272123 x2[1] (numeric) 1.459611492133857 absolute error 0.023203833206644653 relative error 1.6154072322320074% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 147469.99494514955 Order of pole 147443.9092298875 TOP MAIN SOLVE Loop t[1] 3.8449999999997417 x1[1] (analytic) 2.00003849552281 x1[1] (numeric) 1.9966129085103905 absolute error 0.003425587012419351 relative error 0.17127605394034692% Correct digits 2 h 0.001 x2[1] (analytic) 1.4372813283658905 x2[1] (numeric) 1.460537119565767 absolute error 0.02325579119987653 relative error 1.6180403057428625% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 153802.00999636974 Order of pole 1244999965.27722 TOP MAIN SOLVE Loop t[1] 3.8459999999997416 x1[1] (analytic) 2.0000384570465286 x1[1] (numeric) 1.9966087160544457 absolute error 0.0034297409920829303 relative error 0.1714837522248274% Correct digits 2 h 0.001 x2[1] (analytic) 1.4381567469112175 x2[1] (numeric) 1.46146460639686 absolute error 0.0233078594856424 relative error 1.6206758780433046% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 112692.66050190906 Order of pole 112667.25392814152 TOP MAIN SOLVE Loop t[1] 3.8469999999997415 x1[1] (analytic) 2.000038418608704 x1[1] (numeric) 1.9966045194039481 absolute error 0.003433899204756008 relative error 0.17169166216040724% Correct digits 2 h 0.001 x2[1] (analytic) 1.4390339180648875 x2[1] (numeric) 1.4623939563559503 absolute error 0.023360038291062812 relative error 1.6233139467953448% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 153945.93230537488 Order of pole 1247340862.5045564 TOP MAIN SOLVE Loop t[1] 3.8479999999997414 x1[1] (analytic) 2.0000383802092982 x1[1] (numeric) 1.996600318554701 absolute error 0.0034380616545972575 relative error 0.17189978395501962% Correct digits 2 h 0.001 x2[1] (analytic) 1.4399128453356063 x2[1] (numeric) 1.463325173179324 absolute error 0.023412327843717717 relative error 1.6259545096467913% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 113186.58728199944 Order of pole 113160.8883770543 TOP MAIN SOLVE Loop t[1] 3.8489999999997413 x1[1] (analytic) 2.000038341848273 x1[1] (numeric) 1.9965961135025034 absolute error 0.0034422283457693492 relative error 0.17210811781679755% Correct digits 2 h 0.001 x2[1] (analytic) 1.4407935322391026 x2[1] (numeric) 1.4642582606107535 absolute error 0.023464728371650923 relative error 1.6285975642314936% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 154100.81592044202 Order of pole 1249852208.760936 TOP MAIN SOLVE Loop t[1] 3.849999999999741 x1[1] (analytic) 2.000038303525589 x1[1] (numeric) 1.9965919042431506 absolute error 0.003446399282438506 relative error 0.1723166639540517% Correct digits 2 h 0.001 x2[1] (analytic) 1.4416759822981446 x2[1] (numeric) 1.4651932224015123 absolute error 0.023517240103367643 relative error 1.6312431081690988% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 154182.72794543084 Order of pole 1251176583.4237468 TOP MAIN SOLVE Loop t[1] 3.850999999999741 x1[1] (analytic) 2.000038265241209 x1[1] (numeric) 1.996587690772433 absolute error 0.0034505744687760576 relative error 0.17252542257534811% Correct digits 2 h 0.001 x2[1] (analytic) 1.4425601990425532 x2[1] (numeric) 1.4661300623103908 absolute error 0.02356986326783761 relative error 1.6338911390652016% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 154255.3889586195 Order of pole 1252362276.1211843 TOP MAIN SOLVE Loop t[1] 3.851999999999741 x1[1] (analytic) 2.000038226995094 x1[1] (numeric) 1.9965834730861372 absolute error 0.003454753908956665 relative error 0.17273439388941936% Correct digits 2 h 0.001 x2[1] (analytic) 1.4434461860092151 x2[1] (numeric) 1.4670687841037104 absolute error 0.023622598094495295 relative error 1.636541654511288% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 154349.65220986973 Order of pole 1253874150.910182 TOP MAIN SOLVE Loop t[1] 3.852999999999741 x1[1] (analytic) 2.000038188787206 x1[1] (numeric) 1.9965792511800455 absolute error 0.0034589376071603173 relative error 0.17294357810526442% Correct digits 2 h 0.001 x2[1] (analytic) 1.4443339467420988 x2[1] (numeric) 1.4680093915553392 absolute error 0.023675444813240354 relative error 1.6391946520846994% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 154409.78213514155 Order of pole 1254869127.237712 TOP MAIN SOLVE Loop t[1] 3.8539999999997407 x1[1] (analytic) 2.000038150617507 x1[1] (numeric) 1.9965750250499361 absolute error 0.0034631255675707795 relative error 0.17315297543207103% Correct digits 2 h 0.001 x2[1] (analytic) 1.4452234847922678 x2[1] (numeric) 1.4689518884467065 absolute error 0.023728403654438734 relative error 1.6418501293486374% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 383.8200848765748 Order of pole 46904.93983704203 TOP MAIN SOLVE Loop t[1] 3.8549999999997406 x1[1] (analytic) 2.0000381124859583 x1[1] (numeric) 1.996570794691583 absolute error 0.0034673177943753686 relative error 0.1733625860792046% Correct digits 2 h 0.001 x2[1] (analytic) 1.446114803717894 x2[1] (numeric) 1.469896278566819 absolute error 0.02378147484892512 relative error 1.6445080838522679% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 154578.13344162123 Order of pole 1257591460.143138 TOP MAIN SOLVE Loop t[1] 3.8559999999997405 x1[1] (analytic) 2.0000380743925223 x1[1] (numeric) 1.9965665601007554 absolute error 0.003471514291766953 relative error 0.17357241025630807% Correct digits 2 h 0.001 x2[1] (analytic) 1.4470079070842738 x2[1] (numeric) 1.4708425657122752 absolute error 0.02383465862800138 relative error 1.6471685131305402% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 154647.95259428755 Order of pole 1258736777.743305 TOP MAIN SOLVE Loop t[1] 3.8569999999997404 x1[1] (analytic) 2.0000380363371604 x1[1] (numeric) 1.996562321273219 absolute error 0.003475715063941287 relative error 0.1737824481731687% Correct digits 2 h 0.001 x2[1] (analytic) 1.4479027984638406 x2[1] (numeric) 1.4717907536872803 absolute error 0.023887955223439672 relative error 1.6498314147043374% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 154727.4521893365 Order of pole 1260028073.1072795 TOP MAIN SOLVE Loop t[1] 3.8579999999997403 x1[1] (analytic) 2.000037998319835 x1[1] (numeric) 1.9965580782047352 absolute error 0.0034799201150998993 relative error 0.17399270003986242% Correct digits 2 h 0.001 x2[1] (analytic) 1.4487994814361804 x2[1] (numeric) 1.4727408463036624 absolute error 0.023941364867481996 relative error 1.6524967860803732% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 101067.04960785915 Order of pole 101041.56671395528 TOP MAIN SOLVE Loop t[1] 3.85899999999974 x1[1] (analytic) 2.0000379603405083 x1[1] (numeric) 1.9965538308910604 absolute error 0.0034841294494478703 relative error 0.17420316606664277% Correct digits 2 h 0.001 x2[1] (analytic) 1.4496979595880453 x2[1] (numeric) 1.473692847380887 absolute error 0.023994887792841757 relative error 1.6551646247512335% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 154877.01745682495 Order of pole 1262471421.4369261 TOP MAIN SOLVE Loop t[1] 3.85999999999974 x1[1] (analytic) 2.0000379223991414 x1[1] (numeric) 1.9965495793279477 absolute error 0.0034883430711936114 relative error 0.17441384646392988% Correct digits 2 h 0.001 x2[1] (analytic) 1.4505982365133678 x2[1] (numeric) 1.4746467607460725 absolute error 0.02404852423270465 relative error 1.6578349281953668% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 154958.7542039438 Order of pole 1263800986.2095916 TOP MAIN SOLVE Loop t[1] 3.86099999999974 x1[1] (analytic) 2.0000378844956974 x1[1] (numeric) 1.9965453235111454 absolute error 0.0034925609845519734 relative error 0.17462474144246576% Correct digits 2 h 0.001 x2[1] (analytic) 1.451500315813276 x2[1] (numeric) 1.4756025902340058 absolute error 0.024102274420729763 relative error 1.660507693877094% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 78721.60098824695 Order of pole 78696.33809009171 TOP MAIN SOLVE Loop t[1] 3.86199999999974 x1[1] (analytic) 2.0000378466301374 x1[1] (numeric) 1.9965410634363976 absolute error 0.0034967831937398053 relative error 0.17483585121309245% Correct digits 2 h 0.001 x2[1] (analytic) 1.4524042010961071 x2[1] (numeric) 1.4765603396871572 absolute error 0.024156138591050036 relative error 1.6631829192465686% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 155113.91763390607 Order of pole 1266332096.7885494 TOP MAIN SOLVE Loop t[1] 3.8629999999997398 x1[1] (analytic) 2.0000378088024244 x1[1] (numeric) 1.9965367990994443 absolute error 0.0035010097029801734 relative error 0.17504717598696276% Correct digits 2 h 0.001 x2[1] (analytic) 1.4533098959774227 x2[1] (numeric) 1.4775200129556962 absolute error 0.024210116978273577 relative error 1.6658606017398014% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 135275.95324144542 Order of pole 135250.82754729237 TOP MAIN SOLVE Loop t[1] 3.8639999999997396 x1[1] (analytic) 2.00003777101252 x1[1] (numeric) 1.996532530496021 absolute error 0.0035052405164988087 relative error 0.17525871597536277% Correct digits 2 h 0.001 x2[1] (analytic) 1.454217404080022 x2[1] (numeric) 1.4784816138975068 absolute error 0.024264209817484783 relative error 1.668540738778669% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 155275.26545819422 Order of pole 1268960030.7183094 TOP MAIN SOLVE Loop t[1] 3.8649999999997395 x1[1] (analytic) 2.000037733260387 x1[1] (numeric) 1.9965282576218595 absolute error 0.0035094756385274373 relative error 0.17547047138987829% Correct digits 2 h 0.001 x2[1] (analytic) 1.4551267290339578 x2[1] (numeric) 1.4794451463782026 absolute error 0.02431841734424478 relative error 1.6712233277708741% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 155340.50133857306 Order of pole 1270037780.831939 TOP MAIN SOLVE Loop t[1] 3.8659999999997394 x1[1] (analytic) 2.000037695545987 x1[1] (numeric) 1.9965239804726866 absolute error 0.0035137150733002276 relative error 0.17568244244221728% Correct digits 2 h 0.001 x2[1] (analytic) 1.4560378744765499 x2[1] (numeric) 1.4804106142711426 absolute error 0.024372739794592757 relative error 1.6739083661099703% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 94174.03650268835 Order of pole 94148.4247767724 TOP MAIN SOLVE Loop t[1] 3.8669999999997393 x1[1] (analytic) 2.000037657869282 x1[1] (numeric) 1.9965196990442253 absolute error 0.0035179588250566773 relative error 0.17589462934435424% Correct digits 2 h 0.001 x2[1] (analytic) 1.4569508440524 x2[1] (numeric) 1.4813780214574472 absolute error 0.024427177405047296 relative error 1.6765958511753853% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 155495.58283835172 Order of pole 1272578199.321156 TOP MAIN SOLVE Loop t[1] 3.867999999999739 x1[1] (analytic) 2.0000376202302355 x1[1] (numeric) 1.996515413332194 absolute error 0.003522206898041391 relative error 0.1761070323085188% Correct digits 2 h 0.001 x2[1] (analytic) 1.4578656414134068 x2[1] (numeric) 1.4823473718260127 absolute error 0.02448173041260593 relative error 1.6792857803323213% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 155573.3713342094 Order of pole 1273850482.461218 TOP MAIN SOLVE Loop t[1] 3.868999999999739 x1[1] (analytic) 2.000037582628809 x1[1] (numeric) 1.9965111233323072 absolute error 0.0035264592965018604 relative error 0.1763196515470851% Correct digits 2 h 0.001 x2[1] (analytic) 1.4587822702187798 x2[1] (numeric) 1.4833186692735276 absolute error 0.024536399054747804 relative error 1.681978150931871% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 155661.73658034686 Order of pole 1275287317.9528215 TOP MAIN SOLVE Loop t[1] 3.869999999999739 x1[1] (analytic) 2.0000375450649654 x1[1] (numeric) 1.9965068290402748 absolute error 0.0035307160246906832 relative error 0.1765324872726826% Correct digits 2 h 0.001 x2[1] (analytic) 1.4597007341350539 x2[1] (numeric) 1.484291917704488 absolute error 0.024591183569434127 relative error 1.6846729603109805% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 155733.33450024598 Order of pole 1276466680.6038418 TOP MAIN SOLVE Loop t[1] 3.870999999999739 x1[1] (analytic) 2.0000375075386665 x1[1] (numeric) 1.9965025304518025 absolute error 0.0035349770868640107 relative error 0.17674553969811835% Correct digits 2 h 0.001 x2[1] (analytic) 1.460621036836105 x2[1] (numeric) 1.4852671210312132 absolute error 0.024646084195108164 relative error 1.687370205792379% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 155815.66009163787 Order of pole 1277812804.3785877 TOP MAIN SOLVE Loop t[1] 3.8719999999997388 x1[1] (analytic) 2.0000374700498758 x1[1] (numeric) 1.9964982275625918 absolute error 0.003539242487283989 relative error 0.17695880903649916% Correct digits 2 h 0.001 x2[1] (analytic) 1.461543182003164 x2[1] (numeric) 1.4862442831738614 absolute error 0.02470110117069746 relative error 1.6900698846846653% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 155885.23763652082 Order of pole 1278964292.9240053 TOP MAIN SOLVE Loop t[1] 3.8729999999997387 x1[1] (analytic) 2.0000374325985546 x1[1] (numeric) 1.9964939203683396 absolute error 0.0035435122302149846 relative error 0.177172295501043% Correct digits 2 h 0.001 x2[1] (analytic) 1.462467173324831 x2[1] (numeric) 1.4872234080604456 absolute error 0.024756234735614724 relative error 1.6927719942823003% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 71662.1586599751 Order of pole 71636.69390231503 TOP MAIN SOLVE Loop t[1] 3.8739999999997385 x1[1] (analytic) 2.000037395184666 x1[1] (numeric) 1.9964896088647388 absolute error 0.0035477863199273596 relative error 0.17738599930526738% Correct digits 2 h 0.001 x2[1] (analytic) 1.4633930144970917 x2[1] (numeric) 1.488204499626849 absolute error 0.024811485129757394 relative error 1.6954765318655074% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 156041.60076438144 Order of pole 1281529501.8969855 TOP MAIN SOLVE Loop t[1] 3.8749999999997384 x1[1] (analytic) 2.0000373578081727 x1[1] (numeric) 1.9964852930474781 absolute error 0.0035520647606945843 relative error 0.1775999206628454% Correct digits 2 h 0.001 x2[1] (analytic) 1.4643207092233306 x2[1] (numeric) 1.489187561816841 absolute error 0.024866852593510513 relative error 1.698183494700405% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 117230.6412573859 Order of pole 117205.8329007125 TOP MAIN SOLVE Loop t[1] 3.8759999999997383 x1[1] (analytic) 2.0000373204690374 x1[1] (numeric) 1.9964809729122415 absolute error 0.0035563475567959024 relative error 0.17781405978773876% Correct digits 2 h 0.001 x2[1] (analytic) 1.4652502612143468 x2[1] (numeric) 1.4901725985820928 absolute error 0.024922337367746072 relative error 1.7008928800388907% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 156199.61838609222 Order of pole 1284123377.2330666 TOP MAIN SOLVE Loop t[1] 3.876999999999738 x1[1] (analytic) 2.000037283167222 x1[1] (numeric) 1.9964766484547087 absolute error 0.003560634712513222 relative error 0.17802841689404245% Correct digits 2 h 0.001 x2[1] (analytic) 1.4661816741883675 x2[1] (numeric) 1.4911596138821934 absolute error 0.02497793969382589 relative error 1.7036046851187727% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 156278.5123713847 Order of pole 1285420454.606916 TOP MAIN SOLVE Loop t[1] 3.877999999999738 x1[1] (analytic) 2.0000372459026905 x1[1] (numeric) 1.9964723196705556 absolute error 0.0035649262321348907 relative error 0.17824299219617323% Correct digits 2 h 0.001 x2[1] (analytic) 1.4671149518710656 x2[1] (numeric) 1.4921486116846654 absolute error 0.02503365981359984 relative error 1.7063189071635794% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 156348.01468155233 Order of pole 1286572062.8172975 TOP MAIN SOLVE Loop t[1] 3.878999999999738 x1[1] (analytic) 2.0000372086754044 x1[1] (numeric) 1.996467986555453 absolute error 0.003569222119951254 relative error 0.17845778590864808% Correct digits 2 h 0.001 x2[1] (analytic) 1.4680500979955706 x2[1] (numeric) 1.493139595964981 absolute error 0.02508949796941029 relative error 1.7090355433827975% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 80107.08744350332 Order of pole 80081.48206451887 TOP MAIN SOLVE Loop t[1] 3.879999999999738 x1[1] (analytic) 2.000037171485327 x1[1] (numeric) 1.9964636491050682 absolute error 0.0035735223802588756 relative error 0.1786727982462946% Correct digits 2 h 0.001 x2[1] (analytic) 1.4689871163024875 x2[1] (numeric) 1.4941325707065773 absolute error 0.025145454404089884 relative error 1.7117545909716503% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 153829.3593160382 Order of pole 153804.25659532758 TOP MAIN SOLVE Loop t[1] 3.8809999999997378 x1[1] (analytic) 2.0000371343324215 x1[1] (numeric) 1.9964593073150636 absolute error 0.003577827017357871 relative error 0.1788880294241181% Correct digits 2 h 0.001 x2[1] (analytic) 1.4699260105399088 x2[1] (numeric) 1.4951275399008734 absolute error 0.025201529360964647 relative error 1.7144760471112448% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 156587.6765843989 Order of pole 1290515129.3652902 TOP MAIN SOLVE Loop t[1] 3.8819999999997377 x1[1] (analytic) 2.0000370972166497 x1[1] (numeric) 1.9964549611810973 absolute error 0.0035821360355523524 relative error 0.17910347965732384% Correct digits 2 h 0.001 x2[1] (analytic) 1.470866784463432 x2[1] (numeric) 1.4961245075472853 absolute error 0.025257723083853323 relative error 1.7171999089684569% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 156666.82863260602 Order of pole 1291819086.7959225 TOP MAIN SOLVE Loop t[1] 3.8829999999997376 x1[1] (analytic) 2.0000370601379758 x1[1] (numeric) 1.9964506106988233 absolute error 0.003586449439152428 relative error 0.1793191491614166% Correct digits 2 h 0.001 x2[1] (analytic) 1.4718094418361722 x2[1] (numeric) 1.4971234776532427 absolute error 0.02531403581707048 relative error 1.719926173696078% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 156731.82090925242 Order of pole 1292905993.0159562 TOP MAIN SOLVE Loop t[1] 3.8839999999997374 x1[1] (analytic) 2.0000370230963616 x1[1] (numeric) 1.9964462558638911 absolute error 0.0035907672324704265 relative error 0.17953503815201244% Correct digits 2 h 0.001 x2[1] (analytic) 1.4727539864287789 x2[1] (numeric) 1.4981244542342045 absolute error 0.025370467805425623 relative error 1.722654838432686% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 840.1609537807774 Order of pole 5050.410757803131 TOP MAIN SOLVE Loop t[1] 3.8849999999997373 x1[1] (analytic) 2.0000369860917706 x1[1] (numeric) 1.9964418966719457 absolute error 0.003595089419824893 relative error 0.1797511468450381% Correct digits 2 h 0.001 x2[1] (analytic) 1.4737004220194498 x2[1] (numeric) 1.499127441313675 absolute error 0.025427019294225195 relative error 1.725385900302715% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 75169.90360966389 Order of pole 75144.38863331419 TOP MAIN SOLVE Loop t[1] 3.885999999999737 x1[1] (analytic) 2.0000369491241656 x1[1] (numeric) 1.9964375331186281 absolute error 0.0035994160055374813 relative error 0.17996747545657585% Correct digits 2 h 0.001 x2[1] (analytic) 1.4746487523939475 x2[1] (numeric) 1.5001324429232203 absolute error 0.025483690529272796 relative error 1.7281193564164026% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 156982.49378540152 Order of pole 1297027896.2224615 TOP MAIN SOLVE Loop t[1] 3.886999999999737 x1[1] (analytic) 2.0000369121935098 x1[1] (numeric) 1.9964331651995748 absolute error 0.003603746993934953 relative error 0.18018402420296328% Correct digits 2 h 0.001 x2[1] (analytic) 1.475598981345613 x2[1] (numeric) 1.5011394631024844 absolute error 0.025540481756871403 relative error 1.7308552038698746% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 152474.57592489824 Order of pole 152448.24222620152 TOP MAIN SOLVE Loop t[1] 3.887999999999737 x1[1] (analytic) 2.0000368752997666 x1[1] (numeric) 1.9964287929104176 absolute error 0.0036080823893489544 relative error 0.18040079330078218% Correct digits 2 h 0.001 x2[1] (analytic) 1.476551112675382 x2[1] (numeric) 1.5021485058992046 absolute error 0.025597393223822484 relative error 1.7335934397450175% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 157135.0972298794 Order of pole 1299557546.6929479 TOP MAIN SOLVE Loop t[1] 3.888999999999737 x1[1] (analytic) 2.000036838442898 x1[1] (numeric) 1.9964244162467844 absolute error 0.003612422196113574 relative error 0.1806177829667366% Correct digits 2 h 0.001 x2[1] (analytic) 1.4775051501917993 x2[1] (numeric) 1.503159575369229 absolute error 0.025654425177429774 relative error 1.7363340611096685% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 157213.87382988384 Order of pole 1300859750.2836325 TOP MAIN SOLVE Loop t[1] 3.889999999999737 x1[1] (analytic) 2.0000368016228682 x1[1] (numeric) 1.9964200352042984 absolute error 0.0036167664185697834 relative error 0.1808349934178746% Correct digits 2 h 0.001 x2[1] (analytic) 1.4784610977110348 x2[1] (numeric) 1.504172675576532 absolute error 0.02571157786549705 relative error 1.7390770650173966% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 149722.48336318773 Order of pole 149696.8844798803 TOP MAIN SOLVE Loop t[1] 3.8909999999997367 x1[1] (analytic) 2.00003676483964 x1[1] (numeric) 1.9964156497785788 absolute error 0.0036211150610614418 relative error 0.18105242487138865% Correct digits 2 h 0.001 x2[1] (analytic) 1.4794189590568987 x2[1] (numeric) 1.50518781059323 absolute error 0.02576885153633124 relative error 1.7418224485076486% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 157370.11270013422 Order of pole 1303447278.5942209 TOP MAIN SOLVE Loop t[1] 3.8919999999997366 x1[1] (analytic) 2.0000367280931766 x1[1] (numeric) 1.99641125996524 absolute error 0.0036254681279366263 relative error 0.18127007754468222% Correct digits 2 h 0.001 x2[1] (analytic) 1.480378738060855 x2[1] (numeric) 1.506204984499599 absolute error 0.025826246438743983 relative error 1.7445702086057875% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 80256.85162798187 Order of pole 80231.45590817962 TOP MAIN SOLVE Loop t[1] 3.8929999999997364 x1[1] (analytic) 2.0000366913834413 x1[1] (numeric) 1.9964068657598921 absolute error 0.0036298256235491877 relative error 0.1814879516554473% Correct digits 2 h 0.001 x2[1] (analytic) 1.4813404385620403 x2[1] (numeric) 1.5072242013840904 absolute error 0.02588376282205007 relative error 1.7473203423229189% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 157529.90116335824 Order of pole 1306093493.918277 TOP MAIN SOLVE Loop t[1] 3.8939999999997363 x1[1] (analytic) 2.0000366547103976 x1[1] (numeric) 1.996402467158141 absolute error 0.0036341875522565292 relative error 0.1817060474215536% Correct digits 2 h 0.001 x2[1] (analytic) 1.482304064407276 x2[1] (numeric) 1.5082454653433468 absolute error 0.02594140093607078 relative error 1.7500728466560524% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 157614.64353273387 Order of pole 1307493348.782484 TOP MAIN SOLVE Loop t[1] 3.8949999999997362 x1[1] (analytic) 2.0000366180740086 x1[1] (numeric) 1.9963980641555883 absolute error 0.003638553918420273 relative error 0.18192436506108178% Correct digits 2 h 0.001 x2[1] (analytic) 1.483269619451085 x2[1] (numeric) 1.5092687804822191 absolute error 0.025999161031134088 relative error 1.7528277185880488% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 152898.35158512567 Order of pole 152872.48217323358 TOP MAIN SOLVE Loop t[1] 3.895999999999736 x1[1] (analytic) 2.0000365814742374 x1[1] (numeric) 1.9963936567478306 absolute error 0.0036429247264067044 relative error 0.18214290479234563% Correct digits 2 h 0.001 x2[1] (analytic) 1.4842371075557073 x2[1] (numeric) 1.5102941509137828 absolute error 0.02605704335807557 relative error 1.7555849550876144% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 157772.29511591827 Order of pole 1310109014.9214969 TOP MAIN SOLVE Loop t[1] 3.896999999999736 x1[1] (analytic) 2.000036544911048 x1[1] (numeric) 1.996389244930461 absolute error 0.0036472999805869932 relative error 0.18236166683390315% Correct digits 2 h 0.001 x2[1] (analytic) 1.4852065325911143 x2[1] (numeric) 1.5113215807593545 absolute error 0.026115048168240174 relative error 1.758344553109355% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 157844.22573668387 Order of pole 1311309903.022261 TOP MAIN SOLVE Loop t[1] 3.897999999999736 x1[1] (analytic) 2.000036508384403 x1[1] (numeric) 1.9963848286990673 absolute error 0.0036516796853358624 relative error 0.1825806514044901% Correct digits 2 h 0.001 x2[1] (analytic) 1.4861778984350265 x2[1] (numeric) 1.512351074148508 absolute error 0.026173175713481545 relative error 1.7611065095936627% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 157930.83514399873 Order of pole 1312741436.6508613 TOP MAIN SOLVE Loop t[1] 3.898999999999736 x1[1] (analytic) 2.000036471894267 x1[1] (numeric) 1.9963804080492333 absolute error 0.003656063845033586 relative error 0.1827998587231196% Correct digits 2 h 0.001 x2[1] (analytic) 1.4871512089729264 x2[1] (numeric) 1.5133826352190913 absolute error 0.026231426246164924 relative error 1.7638708214668484% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 97121.16751712149 Order of pole 97095.75789275768 TOP MAIN SOLVE Loop t[1] 3.8999999999997357 x1[1] (analytic) 2.0000364354406024 x1[1] (numeric) 1.9963759829765384 absolute error 0.00366045246406399 relative error 0.18301928900898262% Correct digits 2 h 0.001 x2[1] (analytic) 1.4881264680980755 x2[1] (numeric) 1.5144162681172428 absolute error 0.026289800019167364 relative error 1.7666374856410878% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 158088.30024160663 Order of pole 1315362616.4109535 TOP MAIN SOLVE Loop t[1] 3.9009999999997356 x1[1] (analytic) 2.0000363990233736 x1[1] (numeric) 1.9963715534765576 absolute error 0.003664845546816009 relative error 0.18323894248152528% Correct digits 2 h 0.001 x2[1] (analytic) 1.4891036797115305 x2[1] (numeric) 1.5154519769974086 absolute error 0.026348297285878175 relative error 1.7694064990143852% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 114652.46829619053 Order of pole 114626.86809418407 TOP MAIN SOLVE Loop t[1] 3.9019999999997355 x1[1] (analytic) 2.0000363626425437 x1[1] (numeric) 1.9963671195448613 absolute error 0.003669243097682351 relative error 0.1834588193603826% Correct digits 2 h 0.001 x2[1] (analytic) 1.4900828477221566 x2[1] (numeric) 1.5164897660223582 absolute error 0.026406918300201587 relative error 1.77217785847069% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 158248.57490469306 Order of pole 1318029232.5364845 TOP MAIN SOLVE Loop t[1] 3.9029999999997353 x1[1] (analytic) 2.0000363262980763 x1[1] (numeric) 1.9963626811770157 absolute error 0.003673645121060609 relative error 0.18367891986543378% Correct digits 2 h 0.001 x2[1] (analytic) 1.491063976046646 x2[1] (numeric) 1.5175296393632018 absolute error 0.026465663316555865 relative error 1.7749515608797675% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 158313.56571517384 Order of pole 1319127378.34999 TOP MAIN SOLVE Loop t[1] 3.9039999999997352 x1[1] (analytic) 2.0000362899899353 x1[1] (numeric) 1.996358238368582 absolute error 0.003678051621353262 relative error 0.18389924421680223% Correct digits 2 h 0.001 x2[1] (analytic) 1.492047068609531 x2[1] (numeric) 1.5185716011994068 absolute error 0.02652453258987575 relative error 1.7777276030973004% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 158414.15555489782 Order of pole 1320781533.613401 TOP MAIN SOLVE Loop t[1] 3.904999999999735 x1[1] (analytic) 2.0000362537180845 x1[1] (numeric) 1.996353791115118 absolute error 0.003682462602966563 relative error 0.18411979263480016% Correct digits 2 h 0.001 x2[1] (analytic) 1.4930321293432016 x2[1] (numeric) 1.5196156557188147 absolute error 0.02658352637561312 relative error 1.780505981964866% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 158479.49796062006 Order of pole 1321887258.8765514 TOP MAIN SOLVE Loop t[1] 3.905999999999735 x1[1] (analytic) 2.0000362174824873 x1[1] (numeric) 1.996349339412176 absolute error 0.003686878070311206 relative error 0.18434056533996185% Correct digits 2 h 0.001 x2[1] (analytic) 1.4940191621879202 x2[1] (numeric) 1.5206618071176574 absolute error 0.026642644929737225 relative error 1.7832866943098866% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 158550.02598626105 Order of pole 1323071636.3596282 TOP MAIN SOLVE Loop t[1] 3.906999999999735 x1[1] (analytic) 2.0000361812831073 x1[1] (numeric) 1.9963448832553046 absolute error 0.0036912980278027696 relative error 0.18456156255306574% Correct digits 2 h 0.001 x2[1] (analytic) 1.495008171091837 x2[1] (numeric) 1.5217100596005748 absolute error 0.02670188850873778 relative error 1.7860697369457728% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 158629.97845452427 Order of pole 1324405652.3797803 TOP MAIN SOLVE Loop t[1] 3.907999999999735 x1[1] (analytic) 2.0000361451199087 x1[1] (numeric) 1.9963404226400474 absolute error 0.0036957224798612742 relative error 0.1847827844951124% Correct digits 2 h 0.001 x2[1] (analytic) 1.495999160011008 x2[1] (numeric) 1.5227604173806308 absolute error 0.02676125736962276 relative error 1.788855106671707% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 91491.06866706243 Order of pole 91465.21048799319 TOP MAIN SOLVE Loop t[1] 3.9089999999997347 x1[1] (analytic) 2.0000361089928553 x1[1] (numeric) 1.996335957561944 absolute error 0.0037001514309114025 relative error 0.18500423138733543% Correct digits 2 h 0.001 x2[1] (analytic) 1.4969921329094076 x2[1] (numeric) 1.5238128846793308 absolute error 0.026820751769923268 relative error 1.7916428002729097% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 158792.9303538682 Order of pole 1327123609.5097396 TOP MAIN SOLVE Loop t[1] 3.9099999999997346 x1[1] (analytic) 2.000036072901911 x1[1] (numeric) 1.996331488016529 absolute error 0.003704584885381834 relative error 0.18522590345116843% Correct digits 2 h 0.001 x2[1] (analytic) 1.497987093758947 x2[1] (numeric) 1.5248674657266381 absolute error 0.026880371967691108 relative error 1.794432814520406% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 158877.1713117891 Order of pole 1328527001.8192592 TOP MAIN SOLVE Loop t[1] 3.9109999999997345 x1[1] (analytic) 2.00003603684704 x1[1] (numeric) 1.9963270139993332 absolute error 0.003709022847706578 relative error 0.18544780090831128% Correct digits 2 h 0.001 x2[1] (analytic) 1.498984046539489 x2[1] (numeric) 1.5259241647609914 absolute error 0.02694011822150233 relative error 1.7972251461712019% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 158961.0897750637 Order of pole 1329925226.1387746 TOP MAIN SOLVE Loop t[1] 3.9119999999997344 x1[1] (analytic) 2.0000360008282048 x1[1] (numeric) 1.9963225355058825 absolute error 0.003713465322322307 relative error 0.18566992398059734% Correct digits 2 h 0.001 x2[1] (analytic) 1.4999829952388641 x2[1] (numeric) 1.5269829860293211 absolute error 0.026999990790457007 relative error 1.800019791968202% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 159032.80520864786 Order of pole 1331133532.9843924 TOP MAIN SOLVE Loop t[1] 3.9129999999997342 x1[1] (analytic) 2.000035964845371 x1[1] (numeric) 1.9963180525316984 absolute error 0.0037179123136728 relative error 0.1858922728902149% Correct digits 2 h 0.001 x2[1] (analytic) 1.5009839438528862 x2[1] (numeric) 1.5280439337870673 absolute error 0.027059989934181017 relative error 1.8028167486402644% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 157733.6982504056 Order of pole 157707.8205384601 TOP MAIN SOLVE Loop t[1] 3.913999999999734 x1[1] (analytic) 2.000035928898502 x1[1] (numeric) 1.9963135650722978 absolute error 0.003722363826204278 relative error 0.18611484785947466% Correct digits 2 h 0.001 x2[1] (analytic) 1.5019868963853695 x2[1] (numeric) 1.5291070122981956 absolute error 0.027120115912826037 relative error 1.8056160129021355% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 159207.745214064 Order of pole 1334048682.008474 TOP MAIN SOLVE Loop t[1] 3.914999999999734 x1[1] (analytic) 2.000035892987562 x1[1] (numeric) 1.9963090731231934 absolute error 0.0037268198643687356 relative error 0.18633764911097583% Correct digits 2 h 0.001 x2[1] (analytic) 1.502991856848143 x2[1] (numeric) 1.530172225835215 absolute error 0.02718036898707199 relative error 1.808417581454548% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 159287.64094454027 Order of pole 1335386804.7441206 TOP MAIN SOLVE Loop t[1] 3.915999999999734 x1[1] (analytic) 2.000035857112515 x1[1] (numeric) 1.996304576679893 absolute error 0.003731280432622164 relative error 0.1865606768675175% Correct digits 2 h 0.001 x2[1] (analytic) 1.5039988292610682 x2[1] (numeric) 1.531239578679195 absolute error 0.02724074941812682 relative error 1.8112214509841413% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 159353.93336065445 Order of pole 1336512353.8598938 TOP MAIN SOLVE Loop t[1] 3.916999999999734 x1[1] (analytic) 2.0000358212733254 x1[1] (numeric) 1.9963000757379006 absolute error 0.0037357455354247726 relative error 0.18678393135210974% Correct digits 2 h 0.001 x2[1] (analytic) 1.5050078176520538 x2[1] (numeric) 1.5323090751197823 absolute error 0.02730125746772849 relative error 1.814027618163531% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 159434.72480046374 Order of pole 1337865388.3674433 TOP MAIN SOLVE Loop t[1] 3.9179999999997337 x1[1] (analytic) 2.0000357854699566 x1[1] (numeric) 1.9962955702927148 absolute error 0.003740215177241879 relative error 0.18700741278801794% Correct digits 2 h 0.001 x2[1] (analytic) 1.5060188260570728 x2[1] (numeric) 1.5333807194552183 absolute error 0.02736189339814543 relative error 1.816836079651272% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 159508.51859497098 Order of pole 1339113320.5547802 TOP MAIN SOLVE Loop t[1] 3.9189999999997336 x1[1] (analytic) 2.0000357497023735 x1[1] (numeric) 1.9962910603398303 absolute error 0.003744689362543241 relative error 0.18723112139872952% Correct digits 2 h 0.001 x2[1] (analytic) 1.5070318585201778 x2[1] (numeric) 1.5344545159923564 absolute error 0.027422657472178535 relative error 1.8196468320919288% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 159590.49795313916 Order of pole 1340486435.1119025 TOP MAIN SOLVE Loop t[1] 3.9199999999997335 x1[1] (analytic) 2.00003571397054 x1[1] (numeric) 1.9962865458747372 absolute error 0.003749168095802835 relative error 0.18745505740794283% Correct digits 2 h 0.001 x2[1] (analytic) 1.5080469190935182 x2[1] (numeric) 1.535530469046679 absolute error 0.027483549953160713 relative error 1.8224598721159804% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 159671.57629220167 Order of pole 1341847532.138517 TOP MAIN SOLVE Loop t[1] 3.9209999999997334 x1[1] (analytic) 2.00003567827442 x1[1] (numeric) 1.9962820268929211 absolute error 0.003753651381499079 relative error 0.18767922103957835% Correct digits 2 h 0.001 x2[1] (analytic) 1.5090640118373553 x2[1] (numeric) 1.5366085829423146 absolute error 0.027544571104959337 relative error 1.8252751963399185% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 159750.11478251065 Order of pole 1343168536.947043 TOP MAIN SOLVE Loop t[1] 3.9219999999997333 x1[1] (analytic) 2.000035642613979 x1[1] (numeric) 1.996277503389863 absolute error 0.0037581392241159417 relative error 0.18790361251783397% Correct digits 2 h 0.001 x2[1] (analytic) 1.5100831408200794 x2[1] (numeric) 1.537688862012056 absolute error 0.027605721191976462 relative error 1.8280928013661981% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 159830.7476418821 Order of pole 1344523678.278708 TOP MAIN SOLVE Loop t[1] 3.922999999999733 x1[1] (analytic) 2.0000356069891807 x1[1] (numeric) 1.9962729753610393 absolute error 0.0037626316281413885 relative error 0.18812823206710752% Correct digits 2 h 0.001 x2[1] (analytic) 1.5111043101182258 x2[1] (numeric) 1.5387713105973762 absolute error 0.027667000479150383 relative error 1.8309126837832772% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 159909.35865339087 Order of pole 1345848608.6957905 TOP MAIN SOLVE Loop t[1] 3.923999999999733 x1[1] (analytic) 2.000035571399989 x1[1] (numeric) 1.996268442801922 absolute error 0.00376712859806716 relative error 0.18835307991198563% Correct digits 2 h 0.001 x2[1] (analytic) 1.5121275238164904 x2[1] (numeric) 1.5398559330484476 absolute error 0.027728409231957185 relative error 1.8337348401656541% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 159993.27685450407 Order of pole 1347257137.0570984 TOP MAIN SOLVE Loop t[1] 3.924999999999733 x1[1] (analytic) 2.0000355358463686 x1[1] (numeric) 1.9962639057079785 absolute error 0.003771630138390103 relative error 0.18857815627731017% Correct digits 2 h 0.001 x2[1] (analytic) 1.5131527860077472 x2[1] (numeric) 1.5409427337241577 absolute error 0.027789947716410524 relative error 1.8365592670737905% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 160075.9191810792 Order of pole 1348645259.107538 TOP MAIN SOLVE Loop t[1] 3.925999999999733 x1[1] (analytic) 2.000035500328284 x1[1] (numeric) 1.9962593640746717 absolute error 0.0037761362536123944 relative error 0.1888034613881895% Correct digits 2 h 0.001 x2[1] (analytic) 1.5141801007930644 x2[1] (numeric) 1.5420317169921278 absolute error 0.0278516161990634 relative error 1.839385961054163% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 160147.62133843038 Order of pole 1349865231.909199 TOP MAIN SOLVE Loop t[1] 3.9269999999997327 x1[1] (analytic) 2.0000354648457 x1[1] (numeric) 1.9962548178974602 absolute error 0.003780646948239985 relative error 0.18902899546992066% Correct digits 2 h 0.001 x2[1] (analytic) 1.5152094722817204 x2[1] (numeric) 1.5431228872287297 absolute error 0.027913414947009274 relative error 1.8422149186392744% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 160220.76147798597 Order of pole 1351103420.6304388 TOP MAIN SOLVE Loop t[1] 3.9279999999997326 x1[1] (analytic) 2.000035429398581 x1[1] (numeric) 1.9962502671717974 absolute error 0.0037851622267837115 relative error 0.18925475874804504% Correct digits 2 h 0.001 x2[1] (analytic) 1.5162409045912202 x2[1] (numeric) 1.5442162488191036 absolute error 0.027975344227883392 relative error 1.845046136347678% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 160320.42492851373 Order of pole 1352765955.990698 TOP MAIN SOLVE Loop t[1] 3.9289999999997325 x1[1] (analytic) 2.000035393986891 x1[1] (numeric) 1.996245711893133 absolute error 0.0037896820937581843 relative error 0.18948075144829277% Correct digits 2 h 0.001 x2[1] (analytic) 1.5172744018473114 x2[1] (numeric) 1.5453118061571753 absolute error 0.0280374043098639 relative error 1.8478796106839877% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 160394.41707244344 Order of pole 1354021444.1073813 TOP MAIN SOLVE Loop t[1] 3.9299999999997324 x1[1] (analytic) 2.0000353586105954 x1[1] (numeric) 1.9962411520569114 absolute error 0.0037942065536840097 relative error 0.18970697379669363% Correct digits 2 h 0.001 x2[1] (analytic) 1.5183099681840033 x2[1] (numeric) 1.546409563645675 absolute error 0.028099595461671623 relative error 1.850715338138796% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 160469.1370942531 Order of pole 1355287718.261027 TOP MAIN SOLVE Loop t[1] 3.9309999999997323 x1[1] (analytic) 2.000035323269658 x1[1] (numeric) 1.996236587658573 absolute error 0.0037987356110851245 relative error 0.18993342601944405% Correct digits 2 h 0.001 x2[1] (analytic) 1.5193476077435792 x2[1] (numeric) 1.5475095256961529 absolute error 0.028161917952573612 relative error 1.853553315188851% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 160555.45038118245 Order of pole 1356739721.8196096 TOP MAIN SOLVE Loop t[1] 3.931999999999732 x1[1] (analytic) 2.0000352879640446 x1[1] (numeric) 1.9962320186935534 absolute error 0.0038032692704912385 relative error 0.19016010834302896% Correct digits 2 h 0.001 x2[1] (analytic) 1.520387324676617 x2[1] (numeric) 1.5486116967289985 absolute error 0.028224372052381375 relative error 1.8563935382968701% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 160637.51479238248 Order of pole 1358125956.1555274 TOP MAIN SOLVE Loop t[1] 3.932999999999732 x1[1] (analytic) 2.0000352526937184 x1[1] (numeric) 1.9962274451572835 absolute error 0.0038078075364349484 relative error 0.1903870209940779% Correct digits 2 h 0.001 x2[1] (analytic) 1.5214291231420036 x2[1] (numeric) 1.5497160811734578 absolute error 0.0282869580314542 relative error 1.8592360039116997% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 160711.4202141485 Order of pole 1359381132.8293731 TOP MAIN SOLVE Loop t[1] 3.933999999999732 x1[1] (analytic) 2.0000352174586453 x1[1] (numeric) 1.9962228670451896 absolute error 0.003812350413455734 relative error 0.19061416419956426% Correct digits 2 h 0.001 x2[1] (analytic) 1.5224730073069517 x2[1] (numeric) 1.550822683467651 absolute error 0.02834967616069939 relative error 1.8620807084682651% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 160791.0137459002 Order of pole 1360732758.5794468 TOP MAIN SOLVE Loop t[1] 3.934999999999732 x1[1] (analytic) 2.0000351822587894 x1[1] (numeric) 1.9962182843526939 absolute error 0.0038168979060955177 relative error 0.19084153818658375% Correct digits 2 h 0.001 x2[1] (analytic) 1.5235189813470165 x2[1] (numeric) 1.5519315080585905 absolute error 0.028412526711574015 relative error 1.8649276483876251% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 129598.09576213502 Order of pole 129572.80946511646 TOP MAIN SOLVE Loop t[1] 3.9359999999997317 x1[1] (analytic) 2.000035147094116 x1[1] (numeric) 1.9962136970752136 absolute error 0.003821450018902439 relative error 0.19106914318254292% Correct digits 2 h 0.001 x2[1] (analytic) 1.5245670494461139 x2[1] (numeric) 1.553042559402198 absolute error 0.028475509956084055 relative error 1.867776820076848% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 160960.34452029743 Order of pole 1363588090.257653 TOP MAIN SOLVE Loop t[1] 3.9369999999997316 x1[1] (analytic) 2.0000351119645896 x1[1] (numeric) 1.9962091052081614 absolute error 0.0038260067564281908 relative error 0.19129697941502588% Correct digits 2 h 0.001 x2[1] (analytic) 1.5256172157965349 x2[1] (numeric) 1.554155841963323 absolute error 0.02853862616678815 relative error 1.8706282199292006% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 161040.7115448551 Order of pole 1364950879.2515655 TOP MAIN SOLVE Loop t[1] 3.9379999999997315 x1[1] (analytic) 2.000035076870175 x1[1] (numeric) 1.9962045087469455 absolute error 0.003830568123229572 relative error 0.19152504711187218% Correct digits 2 h 0.001 x2[1] (analytic) 1.526669484598964 x2[1] (numeric) 1.555271360215761 absolute error 0.028601875616797168 relative error 1.873481844324052% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 161118.32941086934 Order of pole 1366270249.0493546 TOP MAIN SOLVE Loop t[1] 3.9389999999997314 x1[1] (analytic) 2.0000350418108375 x1[1] (numeric) 1.9961999076869694 absolute error 0.0038351341238680448 relative error 0.19175334650115447% Correct digits 2 h 0.001 x2[1] (analytic) 1.527723860062495 x2[1] (numeric) 1.5563891186422705 absolute error 0.028665258579775532 relative error 1.8763376896269013% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 161197.43145848156 Order of pole 1367612584.688392 TOP MAIN SOLVE Loop t[1] 3.9399999999997313 x1[1] (analytic) 2.0000350067865416 x1[1] (numeric) 1.996195302023632 absolute error 0.0038397047629095127 relative error 0.19198187781116743% Correct digits 2 h 0.001 x2[1] (analytic) 1.5287803464046492 x2[1] (numeric) 1.557509121734591 absolute error 0.02872877532994189 relative error 1.879195752189356% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 92533.96916550404 Order of pole 92508.43585350522 TOP MAIN SOLVE Loop t[1] 3.940999999999731 x1[1] (analytic) 2.0000349717972528 x1[1] (numeric) 1.9961906917523278 absolute error 0.003844280044924986 relative error 0.1922106412704611% Correct digits 2 h 0.001 x2[1] (analytic) 1.5298389478513905 x2[1] (numeric) 1.5586313739934625 absolute error 0.028792426142072003 relative error 1.8820560283492611% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 161356.20898332942 Order of pole 1370312425.0094328 TOP MAIN SOLVE Loop t[1] 3.941999999999731 x1[1] (analytic) 2.0000349368429355 x1[1] (numeric) 1.9961860768684463 absolute error 0.0038488599744892493 relative error 0.19243963710777437% Correct digits 2 h 0.001 x2[1] (analytic) 1.5308996686371439 x2[1] (numeric) 1.5597558799286415 absolute error 0.028856211291497624 relative error 1.8849185144305605% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 161445.57093824408 Order of pole 1371822799.514963 TOP MAIN SOLVE Loop t[1] 3.942999999999731 x1[1] (analytic) 2.0000349019235553 x1[1] (numeric) 1.9961814573673726 absolute error 0.003853444556182639 relative error 0.19266886555212348% Correct digits 2 h 0.001 x2[1] (analytic) 1.5319625130048113 x2[1] (numeric) 1.56088264405892 absolute error 0.028920131054108733 relative error 1.8877832067433824% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 96802.80700249574 Order of pole 96777.1490923007 TOP MAIN SOLVE Loop t[1] 3.943999999999731 x1[1] (analytic) 2.000034867039077 x1[1] (numeric) 1.9961768332444874 absolute error 0.0038580337945894883 relative error 0.19289832683272465% Correct digits 2 h 0.001 x2[1] (analytic) 1.533027485205789 x2[1] (numeric) 1.562011670912144 absolute error 0.02898418570635508 relative error 1.8906501015840778% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 161597.22742185 Order of pole 1374411540.4285312 TOP MAIN SOLVE Loop t[1] 3.9449999999997307 x1[1] (analytic) 2.0000348321894657 x1[1] (numeric) 1.9961722044951664 absolute error 0.0038626276942992366 relative error 0.19312802117904943% Correct digits 2 h 0.001 x2[1] (analytic) 1.5340945894999845 x2[1] (numeric) 1.5631429650252313 absolute error 0.02904837552524686 relative error 1.8935191952352006% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 161687.67799153863 Order of pole 1375937444.367123 TOP MAIN SOLVE Loop t[1] 3.9459999999997306 x1[1] (analytic) 2.000034797374686 x1[1] (numeric) 1.996167571114781 absolute error 0.003867226259905099 relative error 0.1933579488207581% Correct digits 2 h 0.001 x2[1] (analytic) 1.5351638301558341 x2[1] (numeric) 1.5642765309441888 absolute error 0.029112700788354706 relative error 1.8963904839654464% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 161756.12683947317 Order of pole 1377119035.2924764 TOP MAIN SOLVE Loop t[1] 3.9469999999997305 x1[1] (analytic) 2.0000347625947046 x1[1] (numeric) 1.9961629330986979 absolute error 0.003871829496006729 relative error 0.19358810998783288% Correct digits 2 h 0.001 x2[1] (analytic) 1.5362352114503195 x2[1] (numeric) 1.565412373224132 absolute error 0.029177161773812577 relative error 1.8992639640297777% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 161826.27125078748 Order of pole 1378322979.2530239 TOP MAIN SOLVE Loop t[1] 3.9479999999997304 x1[1] (analytic) 2.0000347278494854 x1[1] (numeric) 1.9961582904422788 absolute error 0.0038764374072066676 relative error 0.19381850491040037% Correct digits 2 h 0.001 x2[1] (analytic) 1.537308737668984 x2[1] (numeric) 1.5665504964293027 absolute error 0.029241758760318648 relative error 1.9021396316694217% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 161938.88668308026 Order of pole 1380207919.213363 TOP MAIN SOLVE Loop t[1] 3.9489999999997303 x1[1] (analytic) 2.000034693138994 x1[1] (numeric) 1.996153643140881 absolute error 0.0038810499981130064 relative error 0.19404913381886468% Correct digits 2 h 0.001 x2[1] (analytic) 1.5383844131059519 x2[1] (numeric) 1.567690905133087 absolute error 0.02930649202713509 relative error 1.90501748311179% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 162015.7546391252 Order of pole 1381521828.3914695 TOP MAIN SOLVE Loop t[1] 3.94999999999973 x1[1] (analytic) 2.000034658463196 x1[1] (numeric) 1.9961489911898576 absolute error 0.003885667273338278 relative error 0.194279996943852% Correct digits 2 h 0.001 x2[1] (analytic) 1.5394622420639432 x2[1] (numeric) 1.5688336039180342 absolute error 0.02937136185409095 relative error 1.9078975145706092% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 162088.0880649748 Order of pole 1382767252.4044619 TOP MAIN SOLVE Loop t[1] 3.95099999999973 x1[1] (analytic) 2.000034623822056 x1[1] (numeric) 1.9961443345845562 absolute error 0.0038902892374999 relative error 0.19451109451623275% Correct digits 2 h 0.001 x2[1] (analytic) 1.540542228854293 x2[1] (numeric) 1.5699785973758749 absolute error 0.029436368521581935 relative error 1.9107797222458403% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 162169.04398730522 Order of pole 1384149603.374387 TOP MAIN SOLVE Loop t[1] 3.95199999999973 x1[1] (analytic) 2.0000345892155402 x1[1] (numeric) 1.9961396733203205 absolute error 0.0038949158952197305 relative error 0.19474242676709938% Correct digits 2 h 0.001 x2[1] (analytic) 1.5416243777969671 x2[1] (numeric) 1.5711258901075391 absolute error 0.029501512310571965 relative error 1.91366410232372% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 162251.99024705213 Order of pole 1385564089.2611814 TOP MAIN SOLVE Loop t[1] 3.95299999999973 x1[1] (analytic) 2.0000345546436136 x1[1] (numeric) 1.9961350073924893 absolute error 0.0038995472511242912 relative error 0.1949739939277775% Correct digits 2 h 0.001 x2[1] (analytic) 1.5427086932205798 x2[1] (numeric) 1.572275486723175 absolute error 0.029566793502595168 relative error 1.91655065097683% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 162322.29742638348 Order of pole 1386774417.7780962 TOP MAIN SOLVE Loop t[1] 3.9539999999997297 x1[1] (analytic) 2.0000345201062415 x1[1] (numeric) 1.9961303367963965 absolute error 0.0039041833098449885 relative error 0.19520579622983703% Correct digits 2 h 0.001 x2[1] (analytic) 1.5437951794624118 x2[1] (numeric) 1.573427391842167 absolute error 0.02963221237975522 relative error 1.9194393643639889% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 161393.49603989415 Order of pole 161367.83806706493 TOP MAIN SOLVE Loop t[1] 3.9549999999997296 x1[1] (analytic) 2.0000344856033894 x1[1] (numeric) 1.9961256615273715 absolute error 0.003908824076017892 relative error 0.1954378339050809% Correct digits 2 h 0.001 x2[1] (analytic) 1.5448838408684265 x2[1] (numeric) 1.5745816100931551 absolute error 0.029697769224728665 relative error 1.92233023863041% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 162493.3865955938 Order of pole 1389691442.714317 TOP MAIN SOLVE Loop t[1] 3.9559999999997295 x1[1] (analytic) 2.000034451135023 x1[1] (numeric) 1.996120981580739 absolute error 0.003913469554283955 relative error 0.19567010718555644% Correct digits 2 h 0.001 x2[1] (analytic) 1.5459746817932885 x2[1] (numeric) 1.5757381461140525 absolute error 0.029763464320764044 relative error 1.9252232699075793% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 162574.72383871514 Order of pole 1391084370.391023 TOP MAIN SOLVE Loop t[1] 3.9569999999997294 x1[1] (analytic) 2.0000344167011077 x1[1] (numeric) 1.9961162969518191 absolute error 0.003918119749288573 relative error 0.1959026163035329% Correct digits 2 h 0.001 x2[1] (analytic) 1.54706770660038 x2[1] (numeric) 1.5768970045520645 absolute error 0.02982929795168454 relative error 1.9281184543133696% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 117716.95155105798 Order of pole 117692.187675899 TOP MAIN SOLVE Loop t[1] 3.9579999999997293 x1[1] (analytic) 2.0000343823016093 x1[1] (numeric) 1.9961116076359273 absolute error 0.003922774665682027 relative error 0.19613536149152383% Correct digits 2 h 0.001 x2[1] (analytic) 1.548162919661819 x2[1] (numeric) 1.5780581900637074 absolute error 0.02989527040188844 relative error 1.9310157879520051% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 82020.3881220319 Order of pole 81995.16115671398 TOP MAIN SOLVE Loop t[1] 3.958999999999729 x1[1] (analytic) 2.0000343479364933 x1[1] (numeric) 1.996106913628374 absolute error 0.00392743430811926 relative error 0.19636834298227596% Correct digits 2 h 0.001 x2[1] (analytic) 1.5492603253584762 x2[1] (numeric) 1.5792217073148267 absolute error 0.029961381956350452 relative error 1.9339152669140884% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 162817.8114334172 Order of pole 1395248479.7921374 TOP MAIN SOLVE Loop t[1] 3.959999999999729 x1[1] (analytic) 2.000034313605725 x1[1] (numeric) 1.9961022149244654 absolute error 0.003932098681259433 relative error 0.19660156100874696% Correct digits 2 h 0.001 x2[1] (analytic) 1.5503599280799933 x2[1] (numeric) 1.580387560980616 absolute error 0.030027632900622603 relative error 1.9368168872765963% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 85865.89122007656 Order of pole 85840.2570851793 TOP MAIN SOLVE Loop t[1] 3.960999999999729 x1[1] (analytic) 2.0000342793092702 x1[1] (numeric) 1.9960975115195028 absolute error 0.003936767789767481 relative error 0.19683501580418308% Correct digits 2 h 0.001 x2[1] (analytic) 1.5514617322247999 x2[1] (numeric) 1.5815557557456354 absolute error 0.030094023520835567 relative error 1.9397206451029032% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 83524.81451661835 Order of pole 83499.52812140223 TOP MAIN SOLVE Loop t[1] 3.961999999999729 x1[1] (analytic) 2.000034245047095 x1[1] (numeric) 1.9960928034087828 absolute error 0.003941441638312115 relative error 0.1970687076020194% Correct digits 2 h 0.001 x2[1] (analytic) 1.5525657422001309 x2[1] (numeric) 1.5827262963038313 absolute error 0.030160554103700443 relative error 1.942626536442838% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 163066.48135709044 Order of pole 1399507383.4850507 TOP MAIN SOLVE Loop t[1] 3.9629999999997287 x1[1] (analytic) 2.0000342108191647 x1[1] (numeric) 1.9960880905875973 absolute error 0.003946120231567374 relative error 0.19730263663595735% Correct digits 2 h 0.001 x2[1] (analytic) 1.5536719624220447 x2[1] (numeric) 1.5838991873585537 absolute error 0.03022722493650898 relative error 1.9455345573326341% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 163150.3577777547 Order of pole 1400944416.5137327 TOP MAIN SOLVE Loop t[1] 3.9639999999997286 x1[1] (analytic) 2.0000341766254452 x1[1] (numeric) 1.9960833730512333 absolute error 0.0039508035742119585 relative error 0.19753680313993163% Correct digits 2 h 0.001 x2[1] (analytic) 1.5547803973154415 x2[1] (numeric) 1.5850744336225762 absolute error 0.030294036307134675 relative error 1.948444703794942% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 163229.181802001 Order of pole 1402302343.2606022 TOP MAIN SOLVE Loop t[1] 3.9649999999997285 x1[1] (analytic) 2.0000341424659025 x1[1] (numeric) 1.9960786507949735 absolute error 0.003955491670929012 relative error 0.19777120734809892% Correct digits 2 h 0.001 x2[1] (analytic) 1.5558910513140787 x2[1] (numeric) 1.5862520398181141 absolute error 0.030360988504035458 relative error 1.9513569718389403% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 163297.7835783511 Order of pole 1403493409.999704 TOP MAIN SOLVE Loop t[1] 3.9659999999997284 x1[1] (analytic) 2.000034108340502 x1[1] (numeric) 1.9960739238140954 absolute error 0.003960184526406785 relative error 0.19800584949487124% Correct digits 2 h 0.001 x2[1] (analytic) 1.557003928860591 x2[1] (numeric) 1.5874320106768443 absolute error 0.030428081816253227 relative error 1.9542713574602455% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 163383.52817938203 Order of pole 1404964422.6867497 TOP MAIN SOLVE Loop t[1] 3.9669999999997283 x1[1] (analytic) 2.00003407424921 x1[1] (numeric) 1.9960691921038722 absolute error 0.003964882145337967 relative error 0.19824072981488267% Correct digits 2 h 0.001 x2[1] (analytic) 1.5581190344065072 x2[1] (numeric) 1.588614350939923 absolute error 0.03049531653341586 relative error 1.9571878566409806% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 612.3255732946781 Order of pole 6075.155100676126 TOP MAIN SOLVE Loop t[1] 3.967999999999728 x1[1] (analytic) 2.0000340401919923 x1[1] (numeric) 1.9960644556595721 absolute error 0.003969584532420134 relative error 0.1984758485430116% Correct digits 2 h 0.001 x2[1] (analytic) 1.5592363724122682 x2[1] (numeric) 1.5897990653580059 absolute error 0.030562692945737657 relative error 1.9601064653497424% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 411.04310675721416 Order of pole 20014.387510628803 TOP MAIN SOLVE Loop t[1] 3.968999999999728 x1[1] (analytic) 2.0000340061688147 x1[1] (numeric) 1.9960597144764587 absolute error 0.003974291692355969 relative error 0.19871120591439162% Correct digits 2 h 0.001 x2[1] (analytic) 1.5603559473472441 x2[1] (numeric) 1.5909861586912657 absolute error 0.030630211344021552 relative error 1.9630271795416854% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 163632.69470486374 Order of pole 1409248727.588959 TOP MAIN SOLVE Loop t[1] 3.969999999999728 x1[1] (analytic) 2.000033972179643 x1[1] (numeric) 1.9960549685497908 absolute error 0.0039790036298523734 relative error 0.1989468021643674% Correct digits 2 h 0.001 x2[1] (analytic) 1.5614777636897537 x2[1] (numeric) 1.592175635709413 absolute error 0.030697872019659345 relative error 1.965949995158473% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 163722.13934384234 Order of pole 1410782519.4891276 TOP MAIN SOLVE Loop t[1] 3.970999999999728 x1[1] (analytic) 2.000033938224444 x1[1] (numeric) 1.9960502178748225 absolute error 0.003983720349621578 relative error 0.19918263752854998% Correct digits 2 h 0.001 x2[1] (analytic) 1.5626018259270809 x2[1] (numeric) 1.5933675011917139 absolute error 0.03076567526463303 relative error 1.968874908128305% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 127191.90062700243 Order of pole 127166.22255847817 TOP MAIN SOLVE Loop t[1] 3.9719999999997277 x1[1] (analytic) 2.000033904303183 x1[1] (numeric) 1.9960454624468031 absolute error 0.003988441856380032 relative error 0.19941871224276145% Correct digits 2 h 0.001 x2[1] (analytic) 1.5637281385554926 x2[1] (numeric) 1.59456175992701 absolute error 0.03083362137151746 relative error 1.9718019143660281% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 163880.1938018091 Order of pole 1413513701.8261719 TOP MAIN SOLVE Loop t[1] 3.9729999999997276 x1[1] (analytic) 2.0000338704158263 x1[1] (numeric) 1.9960407022609772 absolute error 0.003993168154849069 relative error 0.19965502654306805% Correct digits 2 h 0.001 x2[1] (analytic) 1.5648567060802578 x2[1] (numeric) 1.5957584167137377 absolute error 0.030901710633479906 relative error 1.9747310097730462% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 163961.22818619703 Order of pole 1414912176.3269906 TOP MAIN SOLVE Loop t[1] 3.9739999999997275 x1[1] (analytic) 2.00003383656234 x1[1] (numeric) 1.9960359373125844 absolute error 0.0039978992497555765 relative error 0.1998915806658136% Correct digits 2 h 0.001 x2[1] (analytic) 1.5659875330156654 x2[1] (numeric) 1.5969574763599461 absolute error 0.030969943344280715 relative error 1.9776621902373028% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 164037.84495159742 Order of pole 1416242382.6986203 TOP MAIN SOLVE Loop t[1] 3.9749999999997274 x1[1] (analytic) 2.0000338027426903 x1[1] (numeric) 1.99603116759686 absolute error 0.004002635145830213 relative error 0.20012837484753068% Correct digits 2 h 0.001 x2[1] (analytic) 1.5671206238850413 x2[1] (numeric) 1.598158943683318 absolute error 0.031038319798276648 relative error 1.9805954516334356% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 94674.46200418902 Order of pole 94649.12312675909 TOP MAIN SOLVE Loop t[1] 3.9759999999997273 x1[1] (analytic) 2.0000337689568437 x1[1] (numeric) 1.9960263931090343 absolute error 0.0040073758478094135 relative error 0.20036540932504043% Correct digits 2 h 0.001 x2[1] (analytic) 1.5682559832207676 x2[1] (numeric) 1.5993628235111876 absolute error 0.03110684029041999 relative error 1.9835307898226584% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 164213.28669590596 Order of pole 1419259401.324912 TOP MAIN SOLVE Loop t[1] 3.976999999999727 x1[1] (analytic) 2.0000337352047657 x1[1] (numeric) 1.9960216138443327 absolute error 0.004012121360432941 relative error 0.20060268433533074% Correct digits 2 h 0.001 x2[1] (analytic) 1.5693936155642998 x2[1] (numeric) 1.6005691206805615 absolute error 0.03117550511626166 relative error 1.9864682006529015% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 164288.42326636132 Order of pole 1420566485.708264 TOP MAIN SOLVE Loop t[1] 3.977999999999727 x1[1] (analytic) 2.000033701486423 x1[1] (numeric) 1.9960168297979761 absolute error 0.004016871688446777 relative error 0.20084020011570017% Correct digits 2 h 0.001 x2[1] (analytic) 1.5705335254661863 x2[1] (numeric) 1.6017778400381362 absolute error 0.03124431457194987 relative error 1.9894076799586642% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 157769.34881832552 Order of pole 157743.40050998228 TOP MAIN SOLVE Loop t[1] 3.978999999999727 x1[1] (analytic) 2.0000336678017816 x1[1] (numeric) 1.9960120409651803 absolute error 0.004021626836601344 relative error 0.20107795690366936% Correct digits 2 h 0.001 x2[1] (analytic) 1.5716757174860843 x2[1] (numeric) 1.6029889864403193 absolute error 0.03131326895423503 relative error 1.9923492235612708% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 164459.9376827835 Order of pole 1423528251.0801735 TOP MAIN SOLVE Loop t[1] 3.979999999999727 x1[1] (analytic) 2.000033634150808 x1[1] (numeric) 1.9960072473411563 absolute error 0.0040263868096517275 relative error 0.20131595493699217% Correct digits 2 h 0.001 x2[1] (analytic) 1.5728201961927808 x2[1] (numeric) 1.6042025647532476 absolute error 0.03138236856046683 relative error 1.9952928272686226% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 164531.89538603395 Order of pole 1424785644.9235125 TOP MAIN SOLVE Loop t[1] 3.9809999999997268 x1[1] (analytic) 2.0000336005334685 x1[1] (numeric) 1.9960024489211108 absolute error 0.004031151612357675 relative error 0.20155419445365552% Correct digits 2 h 0.001 x2[1] (analytic) 1.5739669661642084 x2[1] (numeric) 1.6054185798528076 absolute error 0.03145161368859917 relative error 1.998238486875454% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 912.4800427746671 Order of pole 14879.435334909176 TOP MAIN SOLVE Loop t[1] 3.9819999999997266 x1[1] (analytic) 2.00003356694973 x1[1] (numeric) 1.9959976457002453 absolute error 0.0040359212494847085 relative error 0.20179267569193501% Correct digits 2 h 0.001 x2[1] (analytic) 1.5751160319874657 x2[1] (numeric) 1.6066370366246538 absolute error 0.0315210046371881 relative error 2.0011861981631416% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 125602.82244641968 Order of pole 125576.98304679443 TOP MAIN SOLVE Loop t[1] 3.9829999999997265 x1[1] (analytic) 2.000033533399558 x1[1] (numeric) 1.9959928376737563 absolute error 0.00404069572580168 relative error 0.20203139889027286% Correct digits 2 h 0.001 x2[1] (analytic) 1.5762673982588344 x2[1] (numeric) 1.6078579399642297 absolute error 0.031590541705395214 relative error 2.0041359568998596% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 164785.74130540877 Order of pole 1429177016.410855 TOP MAIN SOLVE Loop t[1] 3.9839999999997264 x1[1] (analytic) 2.0000334998829197 x1[1] (numeric) 1.9959880248368362 absolute error 0.0040454750460834354 relative error 0.2022703642874109% Correct digits 2 h 0.001 x2[1] (analytic) 1.5774210695837978 x2[1] (numeric) 1.6090812947767863 absolute error 0.0316602251929885 relative error 2.0070877588405764% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 164864.47361461405 Order of pole 1430545136.4980438 TOP MAIN SOLVE Loop t[1] 3.9849999999997263 x1[1] (analytic) 2.0000334663997807 x1[1] (numeric) 1.995983207184672 absolute error 0.00405025921510882 relative error 0.20250957212229098% Correct digits 2 h 0.001 x2[1] (analytic) 1.5785770505770595 x2[1] (numeric) 1.6103071059774023 absolute error 0.031730055400342794 relative error 2.010041599727024% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 137797.44876728323 Order of pole 137772.3060932645 TOP MAIN SOLVE Loop t[1] 3.985999999999726 x1[1] (analytic) 2.000033432950109 x1[1] (numeric) 1.995978384712446 absolute error 0.004055048237662895 relative error 0.20274902263416558% Correct digits 2 h 0.001 x2[1] (analytic) 1.5797353458625618 x2[1] (numeric) 1.6115353784910036 absolute error 0.03180003262844178 relative error 2.012997475287763% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 393.7486342920757 Order of pole 18196.414122471524 TOP MAIN SOLVE Loop t[1] 3.986999999999726 x1[1] (analytic) 2.0000333995338697 x1[1] (numeric) 1.9959735574153357 absolute error 0.004059842118534052 relative error 0.20298871606245394% Correct digits 2 h 0.001 x2[1] (analytic) 1.5808959600735037 x2[1] (numeric) 1.6127661172523828 absolute error 0.03187015717887909 relative error 2.015955381238199% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 165110.6547672036 Order of pole 1434821882.7843704 TOP MAIN SOLVE Loop t[1] 3.987999999999726 x1[1] (analytic) 2.00003336615103 x1[1] (numeric) 1.9959687252885137 absolute error 0.004064640862516455 relative error 0.20322865264686385% Correct digits 2 h 0.001 x2[1] (analytic) 1.582058897852361 x2[1] (numeric) 1.6139993272062199 absolute error 0.03194042935385877 relative error 2.018915313280547% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 165194.74370156924 Order of pole 1436284283.9497108 TOP MAIN SOLVE Loop t[1] 3.988999999999726 x1[1] (analytic) 2.0000333328015563 x1[1] (numeric) 1.995963888327148 absolute error 0.004069444474408268 relative error 0.20346883262730298% Correct digits 2 h 0.001 x2[1] (analytic) 1.5832241638509028 x2[1] (numeric) 1.6152350133071005 absolute error 0.0320108494561977 relative error 2.0218772671039313% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 165283.80795026905 Order of pole 1437826867.742391 TOP MAIN SOLVE Loop t[1] 3.9899999999997258 x1[1] (analytic) 2.0000332994854157 x1[1] (numeric) 1.9959590465264017 absolute error 0.004074252959014091 relative error 0.20370925624400085% Correct digits 2 h 0.001 x2[1] (analytic) 1.584391762730211 x2[1] (numeric) 1.6164731805195371 absolute error 0.03208141778932605 relative error 2.024841238384351% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 80458.36582313733 Order of pole 80432.95128930683 TOP MAIN SOLVE Loop t[1] 3.9909999999997257 x1[1] (analytic) 2.0000332662025744 x1[1] (numeric) 1.995954199881433 absolute error 0.004079066321141411 relative error 0.20394992373733153% Correct digits 2 h 0.001 x2[1] (analytic) 1.5855616991606996 x2[1] (numeric) 1.6177138338179884 absolute error 0.03215213465728883 relative error 2.0278072227847224% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 165454.55325240394 Order of pole 1440792696.9301684 TOP MAIN SOLVE Loop t[1] 3.9919999999997255 x1[1] (analytic) 2.0000332329529993 x1[1] (numeric) 1.9959493483873951 absolute error 0.004083884565604157 relative error 0.20419083534799085% Correct digits 2 h 0.001 x2[1] (analytic) 1.5867339778221325 x2[1] (numeric) 1.6189569781868791 absolute error 0.03222300036474657 relative error 2.030775215954861% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 838.2891835333946 Order of pole 43063.4360692694 TOP MAIN SOLVE Loop t[1] 3.9929999999997254 x1[1] (analytic) 2.0000331997366576 x1[1] (numeric) 1.9959444920394367 absolute error 0.004088707697220917 relative error 0.20443199131690779% Correct digits 2 h 0.001 x2[1] (analytic) 1.5879086034036425 x2[1] (numeric) 1.6202026186206202 absolute error 0.03229401521697772 relative error 2.033745213531579% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 165611.5121775177 Order of pole 1443538851.6320539 TOP MAIN SOLVE Loop t[1] 3.9939999999997253 x1[1] (analytic) 2.000033166553515 x1[1] (numeric) 1.9959396308327013 absolute error 0.0040935357208138345 relative error 0.20467339188518918% Correct digits 2 h 0.001 x2[1] (analytic) 1.5890855806037503 x2[1] (numeric) 1.6214507601236285 absolute error 0.03236517951987827 relative error 2.0367172111385963% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 165691.8967440647 Order of pole 1444938190.0753179 TOP MAIN SOLVE Loop t[1] 3.994999999999725 x1[1] (analytic) 2.0000331334035395 x1[1] (numeric) 1.9959347647623278 absolute error 0.004098368641211714 relative error 0.20491503729427468% Correct digits 2 h 0.001 x2[1] (analytic) 1.5902649141303824 x2[1] (numeric) 1.6227014077103472 absolute error 0.03243649357996481 relative error 2.039691204386681% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 152954.45284486355 Order of pole 152929.58300438427 TOP MAIN SOLVE Loop t[1] 3.995999999999725 x1[1] (analytic) 2.000033100286697 x1[1] (numeric) 1.99592989382345 absolute error 0.004103206463246911 relative error 0.2051569277857818% Correct digits 2 h 0.001 x2[1] (analytic) 1.5914466087008914 x2[1] (numeric) 1.6239545664052657 absolute error 0.03250795770437431 relative error 2.042667188873573% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 165860.21034898225 Order of pole 1447871988.1436453 TOP MAIN SOLVE Loop t[1] 3.996999999999725 x1[1] (analytic) 2.000033067202955 x1[1] (numeric) 1.9959250180111971 absolute error 0.004108049191757779 relative error 0.20539906360162752% Correct digits 2 h 0.001 x2[1] (analytic) 1.5926306690420735 x2[1] (numeric) 1.6252102412429394 absolute error 0.032579572200865936 relative error 2.045645160184044% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 165926.53151892664 Order of pole 1449050545.4856703 TOP MAIN SOLVE Loop t[1] 3.997999999999725 x1[1] (analytic) 2.00003303415228 x1[1] (numeric) 1.9959201373206932 absolute error 0.004112896831586665 relative error 0.20564144498392894% Correct digits 2 h 0.001 x2[1] (analytic) 1.5938170998901888 x2[1] (numeric) 1.626468437268011 absolute error 0.03265133737782211 relative error 2.048625113889902% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 166019.34122898584 Order of pole 1450660992.8398864 TOP MAIN SOLVE Loop t[1] 3.9989999999997248 x1[1] (analytic) 2.000033001134639 x1[1] (numeric) 1.9959152517470578 absolute error 0.004117749387581471 relative error 0.2058840721750806% Correct digits 2 h 0.001 x2[1] (analytic) 1.595005905990978 x2[1] (numeric) 1.6277291595352288 absolute error 0.03272325354425076 relative error 2.051607045550078% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 166100.44872225646 Order of pole 1452080278.2525873 TOP MAIN SOLVE Loop t[1] 3.9999999999997247 x1[1] (analytic) 2.0000329681499998 x1[1] (numeric) 1.995910361285405 absolute error 0.004122606864594758 relative error 0.20612694541771012% Correct digits 2 h 0.001 x2[1] (analytic) 1.596197092099684 x2[1] (numeric) 1.628992413109469 absolute error 0.032795321009785106 relative error 2.0545909507105535% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 166191.17239130367 Order of pole 1453661530.875169 TOP MAIN SOLVE Loop t[1] 4.000999999999725 x1[1] (analytic) 2.000032935198328 x1[1] (numeric) 1.9959054659308446 absolute error 0.00412746926748353 relative error 0.20637006495466736% Correct digits 2 h 0.001 x2[1] (analytic) 1.59739066298107 x2[1] (numeric) 1.6302582030657546 absolute error 0.03286754008468473 relative error 2.057576824904368% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 73769.34079675504 Order of pole 73743.60949187966 TOP MAIN SOLVE Loop t[1] 4.001999999999725 x1[1] (analytic) 2.000032902279592 x1[1] (numeric) 1.9959005656784812 absolute error 0.0041323366011107865 relative error 0.20661343102910174% Correct digits 2 h 0.001 x2[1] (analytic) 1.5985866234094361 x2[1] (numeric) 1.6315265344892762 absolute error 0.03293991107984007 relative error 2.060564663651847% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 166360.52943098452 Order of pole 1456617041.1878502 TOP MAIN SOLVE Loop t[1] 4.002999999999726 x1[1] (analytic) 2.0000328693937584 x1[1] (numeric) 1.9958956605234144 absolute error 0.004137208870343967 relative error 0.20685704388438478% Correct digits 2 h 0.001 x2[1] (analytic) 1.5997849781686437 x2[1] (numeric) 1.6327974124754123 absolute error 0.03301243430676859 relative error 2.0635544624603% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 67378.23359674761 Order of pole 67352.64559040825 TOP MAIN SOLVE Loop t[1] 4.003999999999726 x1[1] (analytic) 2.0000328365407936 x1[1] (numeric) 1.995890750460739 absolute error 0.004142086080054508 relative error 0.20710090376408796% Correct digits 2 h 0.001 x2[1] (analytic) 1.6009857320521284 x2[1] (numeric) 1.6340708421297498 absolute error 0.033085110077621493 relative error 2.066546216824388% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 100393.48742982153 Order of pole 100367.86622386913 TOP MAIN SOLVE Loop t[1] 4.004999999999726 x1[1] (analytic) 2.0000328037206656 x1[1] (numeric) 1.9958858354855453 absolute error 0.004146968235120285 relative error 0.20734501091210458% Correct digits 2 h 0.001 x2[1] (analytic) 1.6021888898629246 x2[1] (numeric) 1.6353468285681043 absolute error 0.03315793870517969 relative error 2.069539922225807% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 134971.43227063562 Order of pole 134946.64395818874 TOP MAIN SOLVE Loop t[1] 4.005999999999727 x1[1] (analytic) 2.000032770933341 x1[1] (numeric) 1.995880915592918 absolute error 0.004151855340423172 relative error 0.20758936557252783% Correct digits 2 h 0.001 x2[1] (analytic) 1.6033944564136813 x2[1] (numeric) 1.6366253769165406 absolute error 0.03323092050285936 relative error 2.072535574133585% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 166686.8563498724 Order of pole 1462347332.8091311 TOP MAIN SOLVE Loop t[1] 4.006999999999727 x1[1] (analytic) 2.000032738178788 x1[1] (numeric) 1.9958759907779373 absolute error 0.004156747400850591 relative error 0.20783396798972845% Correct digits 2 h 0.001 x2[1] (analytic) 1.6046024365266824 x2[1] (numeric) 1.6379064923113935 absolute error 0.03330405578471107 relative error 2.0755331680039655% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 596.9045747858222 Order of pole 32888.25496173032 TOP MAIN SOLVE Loop t[1] 4.007999999999727 x1[1] (analytic) 2.000032705456973 x1[1] (numeric) 1.9958710610356785 absolute error 0.004161644421294408 relative error 0.2080788184082992% Correct digits 2 h 0.001 x2[1] (analytic) 1.6058128350338674 x2[1] (numeric) 1.6391901798992878 absolute error 0.03337734486542043 relative error 2.078532699280392% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 166858.16008615232 Order of pole 1465351191.1523898 TOP MAIN SOLVE Loop t[1] 4.008999999999728 x1[1] (analytic) 2.0000326727678632 x1[1] (numeric) 1.9958661263612116 absolute error 0.0041665464066515945 relative error 0.20832391707308828% Correct digits 2 h 0.001 x2[1] (analytic) 1.6070256567768468 x2[1] (numeric) 1.6404764448371594 absolute error 0.03345078806031254 relative error 2.0815341633937305% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 166948.7020095081 Order of pole 1466933392.3427157 TOP MAIN SOLVE Loop t[1] 4.009999999999728 x1[1] (analytic) 2.000032640111426 x1[1] (numeric) 1.9958611867496021 absolute error 0.004171453361824007 relative error 0.2085692642291881% Correct digits 2 h 0.001 x2[1] (analytic) 1.6082409066069265 x2[1] (numeric) 1.6417652922922759 absolute error 0.03352438568534932 relative error 2.0845375557620414% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 167022.74082099003 Order of pole 1468247219.5056376 TOP MAIN SOLVE Loop t[1] 4.010999999999728 x1[1] (analytic) 2.0000326074876296 x1[1] (numeric) 1.9958562421959103 absolute error 0.004176365291719275 relative error 0.2088148601219796% Correct digits 2 h 0.001 x2[1] (analytic) 1.6094585893851239 x2[1] (numeric) 1.643056727442257 absolute error 0.033598138057133076 relative error 2.087542871790748% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 167087.51313581664 Order of pole 1469405349.3500154 TOP MAIN SOLVE Loop t[1] 4.011999999999729 x1[1] (analytic) 2.0000325748964403 x1[1] (numeric) 1.9958512926951917 absolute error 0.004181282201248582 relative error 0.2090607049970216% Correct digits 2 h 0.001 x2[1] (analytic) 1.610678709982187 x2[1] (numeric) 1.6443507554750956 absolute error 0.033672045492908476 relative error 2.090550106872702% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 167189.60717546637 Order of pole 1471182040.196521 TOP MAIN SOLVE Loop t[1] 4.012999999999729 x1[1] (analytic) 2.000032542337826 x1[1] (numeric) 1.995846338242497 absolute error 0.004186204095328883 relative error 0.20930679910016137% Correct digits 2 h 0.001 x2[1] (analytic) 1.6119012732786173 x2[1] (numeric) 1.6456473815891783 absolute error 0.03374610831056102 relative error 2.0935592563880308% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 146122.0186144576 Order of pole 146096.60745511798 TOP MAIN SOLVE Loop t[1] 4.013999999999729 x1[1] (analytic) 2.0000325098117537 x1[1] (numeric) 1.9958413788328713 absolute error 0.0041911309788824624 relative error 0.2095531426775127% Correct digits 2 h 0.001 x2[1] (analytic) 1.6131262841646854 x2[1] (numeric) 1.6469466109933064 absolute error 0.03382032682862102 relative error 2.0965703157043265% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 133212.88529257354 Order of pole 133187.169160414 TOP MAIN SOLVE Loop t[1] 4.01499999999973 x1[1] (analytic) 2.0000324773181912 x1[1] (numeric) 1.9958364144613556 absolute error 0.004196062856835603 relative error 0.20979973597538928% Correct digits 2 h 0.001 x2[1] (analytic) 1.6143537475404526 x2[1] (numeric) 1.6482484489067164 absolute error 0.033894701366263824 relative error 2.0995832801766077% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 167446.18720292853 Order of pole 1475694425.3415146 TOP MAIN SOLVE Loop t[1] 4.01599999999973 x1[1] (analytic) 2.0000324448571063 x1[1] (numeric) 1.9958314451229853 absolute error 0.004200999734121025 relative error 0.2100465792404267% Correct digits 2 h 0.001 x2[1] (analytic) 1.6155836683157905 x2[1] (numeric) 1.6495529005591016 absolute error 0.033969232243311165 relative error 2.10259814514734% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 167532.78693817192 Order of pole 1477217082.7717896 TOP MAIN SOLVE Loop t[1] 4.01699999999973 x1[1] (analytic) 2.0000324124284665 x1[1] (numeric) 1.995826470812791 absolute error 0.004205941615675446 relative error 0.2102936727194603% Correct digits 2 h 0.001 x2[1] (analytic) 1.6168160514104002 x2[1] (numeric) 1.6508599711906322 absolute error 0.034043919780232024 relative error 2.105614905946439% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 167602.93591781677 Order of pole 1478469402.227921 TOP MAIN SOLVE Loop t[1] 4.017999999999731 x1[1] (analytic) 2.0000323800322386 x1[1] (numeric) 1.9958214915257988 absolute error 0.004210888506439803 relative error 0.21054101665953665% Correct digits 2 h 0.001 x2[1] (analytic) 1.6180509017538314 x2[1] (numeric) 1.652169666051977 absolute error 0.03411876429814553 relative error 2.1086335578913897% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 63913.61019568203 Order of pole 63888.14728029432 TOP MAIN SOLVE Loop t[1] 4.018999999999731 x1[1] (analytic) 2.000032347668391 x1[1] (numeric) 1.995816507257029 absolute error 0.004215840411361915 relative error 0.21078861130804616% Correct digits 2 h 0.001 x2[1] (analytic) 1.6192882242855038 x2[1] (numeric) 1.6534819904043239 absolute error 0.03419376611882008 relative error 2.1116540962871366% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 113550.16786537794 Order of pole 113524.233170209 TOP MAIN SOLVE Loop t[1] 4.019999999999731 x1[1] (analytic) 2.0000323153368913 x1[1] (numeric) 1.9958115180014975 absolute error 0.004220797335393822 relative error 0.21103645691259038% Correct digits 2 h 0.001 x2[1] (analytic) 1.6205280239547255 x2[1] (numeric) 1.6547969495194013 absolute error 0.034268925564675756 relative error 2.114676516426177% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 116883.3641357965 Order of pole 116857.76338909511 TOP MAIN SOLVE Loop t[1] 4.020999999999732 x1[1] (analytic) 2.0000322830377066 x1[1] (numeric) 1.995806523754215 absolute error 0.004225759283491559 relative error 0.21128455372097066% Correct digits 2 h 0.001 x2[1] (analytic) 1.6217703057207125 x2[1] (numeric) 1.656114548679499 absolute error 0.034344242958786575 relative error 2.1177008135886446% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1020.5881189742239 Order of pole 208529.70604193007 TOP MAIN SOLVE Loop t[1] 4.021999999999732 x1[1] (analytic) 2.000032250770805 x1[1] (numeric) 1.9958015245101874 absolute error 0.004230726260617601 relative error 0.21153290198131028% Correct digits 2 h 0.001 x2[1] (analytic) 1.6230150745526097 x2[1] (numeric) 1.6574347931774898 absolute error 0.034419718624880025 relative error 2.1207269830422217% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 168031.30686192113 Order of pole 1486025189.7705653 TOP MAIN SOLVE Loop t[1] 4.022999999999732 x1[1] (analytic) 2.000032218536154 x1[1] (numeric) 1.9957965202644152 absolute error 0.004235698271738864 relative error 0.21178150194195464% Correct digits 2 h 0.001 x2[1] (analytic) 1.6242623354295103 x2[1] (numeric) 1.6587576883168498 absolute error 0.034495352887339514 relative error 2.1237550200422377% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 168124.05092486384 Order of pole 1487658293.686604 TOP MAIN SOLVE Loop t[1] 4.023999999999733 x1[1] (analytic) 2.000032186333722 x1[1] (numeric) 1.9957915110118942 absolute error 0.004240675321827592 relative error 0.21203035385151547% Correct digits 2 h 0.001 x2[1] (analytic) 1.625512093340476 x2[1] (numeric) 1.6600832394116805 absolute error 0.03457114607120437 relative error 2.12678491983161% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 168200.3948630224 Order of pole 1489018073.1104202 TOP MAIN SOLVE Loop t[1] 4.024999999999733 x1[1] (analytic) 2.000032154163476 x1[1] (numeric) 1.9957864967476153 absolute error 0.004245657415860471 relative error 0.21227945795882666% Correct digits 2 h 0.001 x2[1] (analytic) 1.626764353284556 x2[1] (numeric) 1.6614114517867298 absolute error 0.034647098502173845 relative error 2.129816677641038% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 168279.6026414926 Order of pole 1490428827.1877763 TOP MAIN SOLVE Loop t[1] 4.025999999999733 x1[1] (analytic) 2.000032122025384 x1[1] (numeric) 1.995781477466564 absolute error 0.00425064455881996 relative error 0.2125288145130107% Correct digits 2 h 0.001 x2[1] (analytic) 1.6280191202708076 x2[1] (numeric) 1.662742330777413 absolute error 0.03472321050660532 relative error 2.1328502886888328% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 168365.6522497841 Order of pole 1491947036.1272433 TOP MAIN SOLVE Loop t[1] 4.026999999999734 x1[1] (analytic) 2.0000320899194146 x1[1] (numeric) 1.9957764531637214 absolute error 0.004255636755693182 relative error 0.2127784237634232% Correct digits 2 h 0.001 x2[1] (analytic) 1.6292763993183166 x2[1] (numeric) 1.6640758817298347 absolute error 0.03479948241151809 relative error 2.1358857481810984% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 168437.91316866374 Order of pole 1493245475.1292048 TOP MAIN SOLVE Loop t[1] 4.027999999999734 x1[1] (analytic) 2.0000320578455346 x1[1] (numeric) 1.995771423834063 absolute error 0.004260634011471698 relative error 0.213028285959642% Correct digits 2 h 0.001 x2[1] (analytic) 1.630536195456217 x2[1] (numeric) 1.66541211000081 absolute error 0.034875914544592934 relative error 2.1389230513116457% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 94740.82471759431 Order of pole 94715.43277066763 TOP MAIN SOLVE Loop t[1] 4.028999999999734 x1[1] (analytic) 2.0000320258037125 x1[1] (numeric) 1.9957663894725592 absolute error 0.0042656363311532886 relative error 0.2132784013515555% Correct digits 2 h 0.001 x2[1] (analytic) 1.631798513723711 x2[1] (numeric) 1.6667510209578853 absolute error 0.03495250723417431 relative error 2.1419621932620734% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 168618.07954051162 Order of pole 1496429271.0022655 TOP MAIN SOLVE Loop t[1] 4.029999999999735 x1[1] (analytic) 2.0000319937939164 x1[1] (numeric) 1.995761350074176 absolute error 0.004270643719740397 relative error 0.2135287701892855% Correct digits 2 h 0.001 x2[1] (analytic) 1.6330633591700894 x2[1] (numeric) 1.6680926199793613 absolute error 0.035029260809271934 relative error 2.1450031692018086% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 168704.48140099843 Order of pole 1497958061.4788425 TOP MAIN SOLVE Loop t[1] 4.030999999999735 x1[1] (analytic) 2.000031961816114 x1[1] (numeric) 1.9957563056338739 absolute error 0.0042756561822403505 relative error 0.2137793927231979% Correct digits 2 h 0.001 x2[1] (analytic) 1.6343307368547515 x2[1] (numeric) 1.6694369124543131 absolute error 0.03510617559956164 relative error 2.148045974288107% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 95195.78929313006 Order of pole 95170.34087337744 TOP MAIN SOLVE Loop t[1] 4.031999999999735 x1[1] (analytic) 2.0000319298702736 x1[1] (numeric) 1.9957512561466084 absolute error 0.00428067372366514 relative error 0.21403026920389187% Correct digits 2 h 0.001 x2[1] (analytic) 1.635600651847226 x2[1] (numeric) 1.6707839037826124 absolute error 0.03518325193538652 relative error 2.1510906036660606% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 168868.8832424914 Order of pole 1500883531.0521884 TOP MAIN SOLVE Loop t[1] 4.032999999999736 x1[1] (analytic) 2.000031897956363 x1[1] (numeric) 1.99574620160733 absolute error 0.004285696349032975 relative error 0.21428139988227732% Correct digits 2 h 0.001 x2[1] (analytic) 1.6368731092271904 x2[1] (numeric) 1.6721335993749489 absolute error 0.03526049014775845 relative error 2.154137052468644% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 168958.09212538635 Order of pole 1502462993.0456786 TOP MAIN SOLVE Loop t[1] 4.033999999999736 x1[1] (analytic) 2.0000318660743504 x1[1] (numeric) 1.9957411420109843 absolute error 0.004290724063366058 relative error 0.21453278500946407% Correct digits 2 h 0.001 x2[1] (analytic) 1.6381481140844918 x2[1] (numeric) 1.6734860046528521 absolute error 0.03533789056836034 relative error 2.1571853158167906% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 91134.35748437383 Order of pole 91109.02244880259 TOP MAIN SOLVE Loop t[1] 4.034999999999736 x1[1] (analytic) 2.000031834224204 x1[1] (numeric) 1.9957360773525115 absolute error 0.004295756871692369 relative error 0.21478442483685056% Correct digits 2 h 0.001 x2[1] (analytic) 1.6394256715191675 x2[1] (numeric) 1.6748411250487134 absolute error 0.03541545352954589 relative error 2.1602353888193235% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 169126.34211744324 Order of pole 1505463113.1488926 TOP MAIN SOLVE Loop t[1] 4.035999999999737 x1[1] (analytic) 2.0000318024058914 x1[1] (numeric) 1.995731007626847 absolute error 0.004300794779044326 relative error 0.21503631961605738% Correct digits 2 h 0.001 x2[1] (analytic) 1.640705786641465 x2[1] (numeric) 1.676198966005807 absolute error 0.03549317936434204 relative error 2.1632872665730525% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 169220.79010692524 Order of pole 1507128296.261664 TOP MAIN SOLVE Loop t[1] 4.036999999999737 x1[1] (analytic) 2.0000317706193815 x1[1] (numeric) 1.9957259328289214 absolute error 0.004305837790460121 relative error 0.21528846959899361% Correct digits 2 h 0.001 x2[1] (analytic) 1.6419884645718617 x2[1] (numeric) 1.6775595329783122 absolute error 0.03557106840645052 relative error 2.166340944162812% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 169293.00082814138 Order of pole 1508430167.9932601 TOP MAIN SOLVE Loop t[1] 4.037999999999737 x1[1] (analytic) 2.000031738864642 x1[1] (numeric) 1.9957208529536594 absolute error 0.004310885910982387 relative error 0.21554087503779057% Correct digits 2 h 0.001 x2[1] (analytic) 1.6432737104410875 x2[1] (numeric) 1.6789228314313354 absolute error 0.03564912099024786 relative error 2.169396416661405% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 59690.690162718995 Order of pole 59665.419046873816 TOP MAIN SOLVE Loop t[1] 4.038999999999738 x1[1] (analytic) 2.0000317071416416 x1[1] (numeric) 1.9957157679959814 absolute error 0.004315939145660197 relative error 0.21579353618490127% Correct digits 2 h 0.001 x2[1] (analytic) 1.6445615293901434 x2[1] (numeric) 1.6802888668409317 absolute error 0.035727337450788266 relative error 2.172453679129726% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 169459.0164938054 Order of pole 1511395020.4471219 TOP MAIN SOLVE Loop t[1] 4.039999999999738 x1[1] (analytic) 2.000031675450348 x1[1] (numeric) 1.9957106779508025 absolute error 0.004320997499545509 relative error 0.21604645329292338% Correct digits 2 h 0.001 x2[1] (analytic) 1.6458519265703226 x2[1] (numeric) 1.681657644694127 absolute error 0.03580571812380429 relative error 2.175512726616747% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 74260.64782271736 Order of pole 74235.38496633757 TOP MAIN SOLVE Loop t[1] 4.040999999999738 x1[1] (analytic) 2.0000316437907304 x1[1] (numeric) 1.9957055828130326 absolute error 0.004326060977697832 relative error 0.21629962661483176% Correct digits 2 h 0.001 x2[1] (analytic) 1.6471449071432314 x2[1] (numeric) 1.6830291704889395 absolute error 0.035884263345708156 relative error 2.1785735541595406% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 169633.06134613405 Order of pole 1514494994.9908674 TOP MAIN SOLVE Loop t[1] 4.041999999999739 x1[1] (analytic) 2.000031612162756 x1[1] (numeric) 1.9957004825775764 absolute error 0.004331129585179561 relative error 0.21655305640374586% Correct digits 2 h 0.001 x2[1] (analytic) 1.6484404762808098 x2[1] (numeric) 1.6844034497344025 absolute error 0.03596297345359267 relative error 2.181636156783281% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 169708.05335593884 Order of pole 1515845283.2980382 TOP MAIN SOLVE Loop t[1] 4.042999999999739 x1[1] (analytic) 2.000031580566394 x1[1] (numeric) 1.9956953772393338 absolute error 0.004336203327060195 relative error 0.21680674291314014% Correct digits 2 h 0.001 x2[1] (analytic) 1.649738639165352 x2[1] (numeric) 1.6857804879505858 absolute error 0.036041848785233865 relative error 2.1847005295013533% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 56639.86870965362 Order of pole 56614.63431323239 TOP MAIN SOLVE Loop t[1] 4.043999999999739 x1[1] (analytic) 2.000031549001613 x1[1] (numeric) 1.9956902667931993 absolute error 0.004341282208413677 relative error 0.21706068639671122% Correct digits 2 h 0.001 x2[1] (analytic) 1.6510394009895266 x2[1] (numeric) 1.6871602906686183 absolute error 0.03612088967909166 relative error 2.1877666673153366% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 169895.15681248342 Order of pole 1519170489.9073253 TOP MAIN SOLVE Loop t[1] 4.04499999999974 x1[1] (analytic) 2.0000315174683805 x1[1] (numeric) 1.9956851512340628 absolute error 0.004346366234317722 relative error 0.2173148871083446% Correct digits 2 h 0.001 x2[1] (analytic) 1.652342766956399 x2[1] (numeric) 1.6885428634307096 absolute error 0.03620009647431055 relative error 2.190834565214989% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 169981.73621725346 Order of pole 1520714699.9689724 TOP MAIN SOLVE Loop t[1] 4.04599999999974 x1[1] (analytic) 2.0000314859666655 x1[1] (numeric) 1.9956800305568083 absolute error 0.004351455409857152 relative error 0.2175693453022808% Correct digits 2 h 0.001 x2[1] (analytic) 1.6536487422794501 x2[1] (numeric) 1.6899282117901726 absolute error 0.03627946951072247 relative error 2.1939042181783734% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 170048.6114652431 Order of pole 1521934569.0575264 TOP MAIN SOLVE Loop t[1] 4.04699999999974 x1[1] (analytic) 2.000031454496437 x1[1] (numeric) 1.9956749047563156 absolute error 0.004356549740121229 relative error 0.2178240612329825% Correct digits 2 h 0.001 x2[1] (analytic) 1.6549573321825988 x2[1] (numeric) 1.6913163413114456 absolute error 0.03635900912884682 relative error 2.196975621171795% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 170134.40866857933 Order of pole 1523471993.7122247 TOP MAIN SOLVE Loop t[1] 4.047999999999741 x1[1] (analytic) 2.000031423057662 x1[1] (numeric) 1.9956697738274585 absolute error 0.004361649230203657 relative error 0.21807903515513455% Correct digits 2 h 0.001 x2[1] (analytic) 1.6562685419002223 x2[1] (numeric) 1.6927072575701148 absolute error 0.03643871566989243 relative error 2.2000487691498756% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 110413.24003537788 Order of pole 110387.80802257174 TOP MAIN SOLVE Loop t[1] 4.048999999999741 x1[1] (analytic) 2.0000313916503107 x1[1] (numeric) 1.9956646377651062 absolute error 0.004366753885204577 relative error 0.21833426732374353% Correct digits 2 h 0.001 x2[1] (analytic) 1.6575823766771771 x2[1] (numeric) 1.694100966152936 absolute error 0.03651858947575892 relative error 2.2031236570555737% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 144372.76191424008 Order of pole 144347.5351333097 TOP MAIN SOLVE Loop t[1] 4.049999999999741 x1[1] (analytic) 2.000031360274351 x1[1] (numeric) 1.9956594965641228 absolute error 0.004371863710228352 relative error 0.21858975799402708% Correct digits 2 h 0.001 x2[1] (analytic) 1.6588988417688193 x2[1] (numeric) 1.695497472657858 absolute error 0.0365986308890387 relative error 2.206200279820257% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 170404.47897153583 Order of pole 1528292634.8275456 TOP MAIN SOLVE Loop t[1] 4.050999999999742 x1[1] (analytic) 2.0000313289297518 x1[1] (numeric) 1.9956543502193669 absolute error 0.004376978710384893 relative error 0.21884550742148043% Correct digits 2 h 0.001 x2[1] (analytic) 1.660217942441027 x2[1] (numeric) 1.696896782694044 absolute error 0.03667884025301693 relative error 2.2092786323636426% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 150276.83858902965 Order of pole 150251.0268622044 TOP MAIN SOLVE Loop t[1] 4.051999999999742 x1[1] (analytic) 2.000031297616481 x1[1] (numeric) 1.9956491987256921 absolute error 0.004382098890788999 relative error 0.219101515861843% Correct digits 2 h 0.001 x2[1] (analytic) 1.6615396839702206 x2[1] (numeric) 1.6982989018818946 absolute error 0.036759217911674025 relative error 2.2123587095938935% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 129535.15316501651 Order of pole 129508.5913229797 TOP MAIN SOLVE Loop t[1] 4.052999999999742 x1[1] (analytic) 2.000031266334508 x1[1] (numeric) 1.995644042077947 absolute error 0.0043872242565610176 relative error 0.21935778357113184% Correct digits 2 h 0.001 x2[1] (analytic) 1.6628640716433827 x2[1] (numeric) 1.69970383585307 absolute error 0.036839764209687376 relative error 2.215440506407671% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 170643.67563782094 Order of pole 1532605051.9222236 TOP MAIN SOLVE Loop t[1] 4.053999999999743 x1[1] (analytic) 2.0000312350838017 x1[1] (numeric) 1.9956388802709752 absolute error 0.0043923548128264045 relative error 0.2196143108056192% Correct digits 2 h 0.001 x2[1] (analytic) 1.6641911107580827 x2[1] (numeric) 1.7011115902505132 absolute error 0.03692047949243049 relative error 2.2185240176900263% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 95161.51345375377 Order of pole 95135.99392652845 TOP MAIN SOLVE Loop t[1] 4.054999999999743 x1[1] (analytic) 2.00003120386433 x1[1] (numeric) 1.9956337132996147 absolute error 0.0043974905647155005 relative error 0.21987109782182174% Correct digits 2 h 0.001 x2[1] (analytic) 1.6655208066224931 x2[1] (numeric) 1.7025221707284715 absolute error 0.03700136410597832 relative error 2.22160923831467% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 102711.4012111976 Order of pole 102686.10017189884 TOP MAIN SOLVE Loop t[1] 4.055999999999743 x1[1] (analytic) 2.0000311726760627 x1[1] (numeric) 1.9956285411586983 absolute error 0.004402631517364419 relative error 0.2201281448765447% Correct digits 2 h 0.001 x2[1] (analytic) 1.666853164555416 x2[1] (numeric) 1.70393558295252 absolute error 0.03708241839710391 relative error 2.2246961631437134% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 170905.8908635053 Order of pole 1537313546.3280497 TOP MAIN SOLVE Loop t[1] 4.056999999999744 x1[1] (analytic) 2.0000311415189675 x1[1] (numeric) 1.995623363843054 absolute error 0.0044077776759134935 relative error 0.22038545222680433% Correct digits 2 h 0.001 x2[1] (analytic) 1.6681881898862996 x2[1] (numeric) 1.7053518325995844 absolute error 0.03716364271328487 relative error 2.2277847870280074% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 170997.77999870846 Order of pole 1538960272.541751 TOP MAIN SOLVE Loop t[1] 4.057999999999744 x1[1] (analytic) 2.000031110393014 x1[1] (numeric) 1.9956181813475047 absolute error 0.004412929045509495 relative error 0.22064302012993872% Correct digits 2 h 0.001 x2[1] (analytic) 1.669525887955263 x2[1] (numeric) 1.706770925357963 absolute error 0.03724503740270002 relative error 2.2308751048068833% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 114567.45038141031 Order of pole 114541.85615615411 TOP MAIN SOLVE Loop t[1] 4.058999999999744 x1[1] (analytic) 2.0000310792981715 x1[1] (numeric) 1.9956129936668676 absolute error 0.0044180856313038586 relative error 0.22090084884351915% Correct digits 2 h 0.001 x2[1] (analytic) 1.6708662641131158 x2[1] (numeric) 1.70819286692735 absolute error 0.03732660281423428 relative error 2.2339671113083956% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 171171.03241779565 Order of pole 1542077014.5642636 TOP MAIN SOLVE Loop t[1] 4.059999999999745 x1[1] (analytic) 2.0000310482344075 x1[1] (numeric) 1.9956078007959552 absolute error 0.004423247438452238 relative error 0.22115893862532804% Correct digits 2 h 0.001 x2[1] (analytic) 1.6722093237213798 x2[1] (numeric) 1.7096176630188582 absolute error 0.03740833929747844 relative error 2.237060801349254% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 171245.08801169926 Order of pole 1543427252.597965 TOP MAIN SOLVE Loop t[1] 4.060999999999745 x1[1] (analytic) 2.000031017201692 x1[1] (numeric) 1.9956026027295746 absolute error 0.004428414472117392 relative error 0.22141728973350275% Correct digits 2 h 0.001 x2[1] (analytic) 1.673555072152311 x2[1] (numeric) 1.7110453193550414 absolute error 0.03749024720273053 relative error 2.240156169734851% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 171346.6115529742 Order of pole 1545234767.5826445 TOP MAIN SOLVE Loop t[1] 4.061999999999745 x1[1] (analytic) 2.000030986199994 x1[1] (numeric) 1.9955973994625278 absolute error 0.0044335867374660776 relative error 0.2216759024263807% Correct digits 2 h 0.001 x2[1] (analytic) 1.67490351478892 x2[1] (numeric) 1.7124758416699186 absolute error 0.03757232688099865 relative error 2.243253211259379% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 171417.53603283025 Order of pole 1546530896.1845424 TOP MAIN SOLVE Loop t[1] 4.062999999999746 x1[1] (analytic) 2.0000309552292816 x1[1] (numeric) 1.9955921909896113 absolute error 0.004438764239670379 relative error 0.2219347769625657% Correct digits 2 h 0.001 x2[1] (analytic) 1.676254657024995 x2[1] (numeric) 1.7139092357089956 absolute error 0.03765457868400057 relative error 2.246351920705751% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 171498.42002575262 Order of pole 1547998173.7364542 TOP MAIN SOLVE Loop t[1] 4.063999999999746 x1[1] (analytic) 2.000030924289525 x1[1] (numeric) 1.9955869773056167 absolute error 0.004443946983908376 relative error 0.22219391360096133% Correct digits 2 h 0.001 x2[1] (analytic) 1.677608504265122 x2[1] (numeric) 1.7153455072292885 absolute error 0.03773700296416638 relative error 2.249452292845708% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 84130.76634149814 Order of pole 84105.01607369033 TOP MAIN SOLVE Loop t[1] 4.064999999999746 x1[1] (analytic) 2.0000308933806923 x1[1] (numeric) 1.9955817584053306 absolute error 0.0044491349753617015 relative error 0.22245331260064885% Correct digits 2 h 0.001 x2[1] (analytic) 1.6789650619247076 x2[1] (numeric) 1.7167846619993468 absolute error 0.03781960007463914 relative error 2.252554322439804% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 171685.71595063483 Order of pole 1551363346.134141 TOP MAIN SOLVE Loop t[1] 4.065999999999747 x1[1] (analytic) 2.0000308625027534 x1[1] (numeric) 1.9955765342835339 absolute error 0.004454328219219539 relative error 0.22271297422108688% Correct digits 2 h 0.001 x2[1] (analytic) 1.6803243354299997 x2[1] (numeric) 1.7182267057992768 absolute error 0.03790237036927713 relative error 2.255658004237486% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 76915.58234118114 Order of pole 76890.15181688173 TOP MAIN SOLVE Loop t[1] 4.066999999999747 x1[1] (analytic) 2.0000308316556765 x1[1] (numeric) 1.9955713049350023 absolute error 0.0044595267206741784 relative error 0.22297289872188963% Correct digits 2 h 0.001 x2[1] (analytic) 1.681686330218109 x2[1] (numeric) 1.719671644420764 absolute error 0.03798531420265494 relative error 2.258763332977106% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 171856.6062958459 Order of pole 1554453264.1199207 TOP MAIN SOLVE Loop t[1] 4.067999999999747 x1[1] (analytic) 2.000030800839432 x1[1] (numeric) 1.9955660703545068 absolute error 0.004464730484925017 relative error 0.22323308636302638% Correct digits 2 h 0.001 x2[1] (analytic) 1.6830510517370325 x2[1] (numeric) 1.721119483667097 absolute error 0.038068431930064595 relative error 2.2618703033859355% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 145987.76780848484 Order of pole 145962.6427922276 TOP MAIN SOLVE Loop t[1] 4.068999999999748 x1[1] (analytic) 2.0000307700539874 x1[1] (numeric) 1.9955608305368127 absolute error 0.004469939517174781 relative error 0.22349353740463318% Correct digits 2 h 0.001 x2[1] (analytic) 1.684418505445673 x2[1] (numeric) 1.7225702293531904 absolute error 0.03815172390751731 relative error 2.264978910180217% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 172014.6263966066 Order of pole 1557330230.6200325 TOP MAIN SOLVE Loop t[1] 4.069999999999748 x1[1] (analytic) 2.0000307392993135 x1[1] (numeric) 1.99555558547668 absolute error 0.004475153822633526 relative error 0.22375425210721223% Correct digits 2 h 0.001 x2[1] (analytic) 1.6857886968138631 x2[1] (numeric) 1.7240238873056077 absolute error 0.03823519049174462 relative error 2.268089148065178% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 168997.043900125 Order of pole 168970.79552942226 TOP MAIN SOLVE Loop t[1] 4.070999999999748 x1[1] (analytic) 2.0000307085753786 x1[1] (numeric) 1.9955503351688637 absolute error 0.004480373406514859 relative error 0.22401523073144353% Correct digits 2 h 0.001 x2[1] (analytic) 1.6871616313223852 x2[1] (numeric) 1.7254804633625858 absolute error 0.03831883204020059 relative error 2.2712010117351094% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 640.4260076168732 Order of pole 6516.712525847244 TOP MAIN SOLVE Loop t[1] 4.071999999999749 x1[1] (analytic) 2.0000306778821524 x1[1] (numeric) 1.9955450796081136 absolute error 0.004485598274038827 relative error 0.22427647353832897% Correct digits 2 h 0.001 x2[1] (analytic) 1.688537314462994 x2[1] (numeric) 1.7269399633740572 absolute error 0.03840264891106315 relative error 2.274314495873392% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 71546.31666961387 Order of pole 71521.02007971077 TOP MAIN SOLVE Loop t[1] 4.072999999999749 x1[1] (analytic) 2.0000306472196043 x1[1] (numeric) 1.995539818789174 absolute error 0.00449082843043036 relative error 0.22453798078911463% Correct digits 2 h 0.001 x2[1] (analytic) 1.6899157517384404 x2[1] (numeric) 1.7284023932016739 absolute error 0.03848664146323344 relative error 2.277429595152402% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 135382.21182795896 Order of pole 135356.78183251023 TOP MAIN SOLVE Loop t[1] 4.073999999999749 x1[1] (analytic) 2.000030616587703 x1[1] (numeric) 1.9955345527067843 absolute error 0.00449606388091861 relative error 0.22479975274525776% Correct digits 2 h 0.001 x2[1] (analytic) 1.6912969486624896 x2[1] (numeric) 1.7298677587188307 absolute error 0.03857081005634111 relative error 2.2805463042337806% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 172453.2996957749 Order of pole 1565274242.332636 TOP MAIN SOLVE Loop t[1] 4.07499999999975 x1[1] (analytic) 2.0000305859864187 x1[1] (numeric) 1.9955292813556782 absolute error 0.004501304630740499 relative error 0.22506178966860388% Correct digits 2 h 0.001 x2[1] (analytic) 1.6926809107599472 x2[1] (numeric) 1.731336065810689 absolute error 0.03865515505074191 relative error 2.283664617768228% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 172537.76506213378 Order of pole 1566808841.9609947 TOP MAIN SOLVE Loop t[1] 4.07599999999975 x1[1] (analytic) 2.00003055541572 x1[1] (numeric) 1.9955240047305844 absolute error 0.004506550685135391 relative error 0.2253240918211209% Correct digits 2 h 0.001 x2[1] (analytic) 1.6940676435666782 x2[1] (numeric) 1.7328073203742007 absolute error 0.03873967680752255 relative error 2.2867845303957464% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 172617.61964405855 Order of pole 1568267758.0940604 TOP MAIN SOLVE Loop t[1] 4.07699999999975 x1[1] (analytic) 2.000030524875577 x1[1] (numeric) 1.9955187228262266 absolute error 0.004511802049350422 relative error 0.2255866594651651% Correct digits 2 h 0.001 x2[1] (analytic) 1.6954571526296311 x2[1] (numeric) 1.7342815283181303 absolute error 0.03882437568849917 relative error 2.289906036745493% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 81369.83402863891 Order of pole 81344.54320185869 TOP MAIN SOLVE Loop t[1] 4.077999999999751 x1[1] (analytic) 2.0000304943659586 x1[1] (numeric) 1.9955134356373223 absolute error 0.004517058728636281 relative error 0.22584949286327058% Correct digits 2 h 0.001 x2[1] (analytic) 1.6968494435068597 x2[1] (numeric) 1.7357586955630804 absolute error 0.038909252056220645 relative error 2.2930291314359232% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 172800.04599817455 Order of pole 1571572656.278447 TOP MAIN SOLVE Loop t[1] 4.078999999999751 x1[1] (analytic) 2.000030463886835 x1[1] (numeric) 1.9955081431585848 absolute error 0.0045223207282500955 relative error 0.22611259227829322% Correct digits 2 h 0.001 x2[1] (analytic) 1.6982445217675437 x2[1] (numeric) 1.737238828041514 absolute error 0.03899430627397038 relative error 2.2961538090748475% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 172894.3199652467 Order of pole 1573277473.5820763 TOP MAIN SOLVE Loop t[1] 4.079999999999751 x1[1] (analytic) 2.000030433438175 x1[1] (numeric) 1.9955028453847214 absolute error 0.004527588053453435 relative error 0.22637595797331111% Correct digits 2 h 0.001 x2[1] (analytic) 1.6996423929920144 x2[1] (numeric) 1.7387219316977796 absolute error 0.03907953870576519 relative error 2.299280064259306% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 125428.72913775871 Order of pole 125403.52808231214 TOP MAIN SOLVE Loop t[1] 4.080999999999752 x1[1] (analytic) 2.0000304030199483 x1[1] (numeric) 1.9954975423104344 absolute error 0.004532860709513864 relative error 0.22663959021170207% Correct digits 2 h 0.001 x2[1] (analytic) 1.7010430627717728 x2[1] (numeric) 1.7402080124881334 absolute error 0.03916494971636064 relative error 2.3024078915758386% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 173040.12093708888 Order of pole 1575968636.2655432 TOP MAIN SOLVE Loop t[1] 4.081999999999752 x1[1] (analytic) 2.000030372632125 x1[1] (numeric) 1.9954922339304206 absolute error 0.004538138701704275 relative error 0.22690348925711024% Correct digits 2 h 0.001 x2[1] (analytic) 1.7024465367095158 x2[1] (numeric) 1.7416970763807647 absolute error 0.03925053967124881 relative error 2.305537285600295% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 58635.78958096076 Order of pole 58610.40915651039 TOP MAIN SOLVE Loop t[1] 4.082999999999752 x1[1] (analytic) 2.000030342274674 x1[1] (numeric) 1.995486920239372 absolute error 0.004543422035302225 relative error 0.22716765537341302% Correct digits 2 h 0.001 x2[1] (analytic) 1.7038528204191556 x2[1] (numeric) 1.7431891293558186 absolute error 0.039336308936662956 relative error 2.308668240898063% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 173220.16030785316 Order of pole 1579239643.1367638 TOP MAIN SOLVE Loop t[1] 4.083999999999753 x1[1] (analytic) 2.0000303119475653 x1[1] (numeric) 1.9954816012319743 absolute error 0.004548710715591042 relative error 0.22743208882477656% Correct digits 2 h 0.001 x2[1] (analytic) 1.7052619195258447 x2[1] (numeric) 1.7446841774054207 absolute error 0.039422257879575984 relative error 2.3118007520239185% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 173310.35912644205 Order of pole 1580879311.3068354 TOP MAIN SOLVE Loop t[1] 4.084999999999753 x1[1] (analytic) 2.0000302816507687 x1[1] (numeric) 1.9954762769029089 absolute error 0.00455400474785983 relative error 0.22769678987565542% Correct digits 2 h 0.001 x2[1] (analytic) 1.7066738396659962 x2[1] (numeric) 1.7461822265337006 absolute error 0.039508386867704415 relative error 2.3149348135222128% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 173409.94178026725 Order of pole 1582682662.9971366 TOP MAIN SOLVE Loop t[1] 4.085999999999753 x1[1] (analytic) 2.0000302513842536 x1[1] (numeric) 1.9954709472468513 absolute error 0.0045593041374023535 relative error 0.22796175879073752% Correct digits 2 h 0.001 x2[1] (analytic) 1.7080885864873077 x2[1] (numeric) 1.7476832827568163 absolute error 0.03959469626950862 relative error 2.318070419926832% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 173485.1352577106 Order of pole 1584070335.1807742 TOP MAIN SOLVE Loop t[1] 4.086999999999754 x1[1] (analytic) 2.0000302211479903 x1[1] (numeric) 1.995465612258472 absolute error 0.004564608889518373 relative error 0.2282269958350104% Correct digits 2 h 0.001 x2[1] (analytic) 1.7095061656487835 x2[1] (numeric) 1.7491873521029784 absolute error 0.03968118645419483 relative error 2.3212075657612625% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 173574.06084361539 Order of pole 1585692612.7599447 TOP MAIN SOLVE Loop t[1] 4.087999999999754 x1[1] (analytic) 2.000030190941948 x1[1] (numeric) 1.995460271932436 absolute error 0.004569919009511869 relative error 0.22849250127367274% Correct digits 2 h 0.001 x2[1] (analytic) 1.7109265828207574 x2[1] (numeric) 1.7506944406124736 absolute error 0.03976785779171621 relative error 2.324346245538604% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 173656.43581208304 Order of pole 1587200396.995746 TOP MAIN SOLVE Loop t[1] 4.088999999999754 x1[1] (analytic) 2.000030160766096 x1[1] (numeric) 1.9954549262634027 absolute error 0.0045752345026934815 relative error 0.22875827537225604% Correct digits 2 h 0.001 x2[1] (analytic) 1.7123498436849152 x2[1] (numeric) 1.7522045543376894 absolute error 0.03985471065277424 relative error 2.3274864537615945% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 58707.270861308265 Order of pole 58681.68643309314 TOP MAIN SOLVE Loop t[1] 4.089999999999755 x1[1] (analytic) 2.0000301306204054 x1[1] (numeric) 1.9954495752460268 absolute error 0.004580555374378514 relative error 0.22902431839652512% Correct digits 2 h 0.001 x2[1] (analytic) 1.713775953934317 x2[1] (numeric) 1.7537176993431383 absolute error 0.03994174540882134 relative error 2.330628184922716% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 173834.77434598267 Order of pole 1590456262.797461 TOP MAIN SOLVE Loop t[1] 4.090999999999755 x1[1] (analytic) 2.0000301005048455 x1[1] (numeric) 1.9954442188749573 absolute error 0.0045858816298882665 relative error 0.22929063061254443% Correct digits 2 h 0.001 x2[1] (analytic) 1.715204919273421 x2[1] (numeric) 1.7552338817054818 absolute error 0.04002896243206089 relative error 2.333771433504143% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 173930.08656419153 Order of pole 1592191203.6707006 TOP MAIN SOLVE Loop t[1] 4.091999999999755 x1[1] (analytic) 2.0000300704193856 x1[1] (numeric) 1.9954388571448374 absolute error 0.004591213274548256 relative error 0.22955721228658957% Correct digits 2 h 0.001 x2[1] (analytic) 1.716636745418105 x2[1] (numeric) 1.756753107513555 absolute error 0.04011636209544989 relative error 2.3369161939778427% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 145937.77840690123 Order of pole 145912.07144838572 TOP MAIN SOLVE Loop t[1] 4.092999999999756 x1[1] (analytic) 2.0000300403639963 x1[1] (numeric) 1.9954334900503057 absolute error 0.004596550313690662 relative error 0.22982406368526898% Correct digits 2 h 0.001 x2[1] (analytic) 1.7180714380956914 x2[1] (numeric) 1.758275382868391 absolute error 0.04020394477269962 relative error 2.3400624608055662% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 172929.35960708323 Order of pole 172903.40674148186 TOP MAIN SOLVE Loop t[1] 4.093999999999756 x1[1] (analytic) 2.000030010338648 x1[1] (numeric) 1.995428117585995 absolute error 0.004601892752652992 relative error 0.2300911850754576% Correct digits 2 h 0.001 x2[1] (analytic) 1.7195090030449673 x2[1] (numeric) 1.7598007138832454 absolute error 0.040291710838278094 relative error 2.3432102284389384% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 118088.9121339087 Order of pole 118063.53572477317 TOP MAIN SOLVE Loop t[1] 4.094999999999756 x1[1] (analytic) 2.0000299803433093 x1[1] (numeric) 1.9954227397465327 absolute error 0.0046072405967765295 relative error 0.23035857672421928% Correct digits 2 h 0.001 x2[1] (analytic) 1.7209494460162098 x2[1] (numeric) 1.7613291066836203 absolute error 0.0403796606674105 relative error 2.3463594913194306% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 97727.3347191106 Order of pole 97701.8658059405 TOP MAIN SOLVE Loop t[1] 4.095999999999757 x1[1] (analytic) 2.000029950377951 x1[1] (numeric) 1.9954173565265414 absolute error 0.004612593851409663 relative error 0.23062623889897294% Correct digits 2 h 0.001 x2[1] (analytic) 1.7223927727712072 x2[1] (numeric) 1.762860567407289 absolute error 0.040467794636081855 relative error 2.3495102438784654% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 174358.62053776163 Order of pole 1600054901.3832939 TOP MAIN SOLVE Loop t[1] 4.096999999999757 x1[1] (analytic) 2.0000299204425436 x1[1] (numeric) 1.9954119679206375 absolute error 0.00461795252190611 relative error 0.23089417186740402% Correct digits 2 h 0.001 x2[1] (analytic) 1.7238389890832837 x2[1] (numeric) 1.7643951022043212 absolute error 0.04055611312103746 relative error 2.352662480537391% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 174446.62922477955 Order of pole 1601672770.0586264 TOP MAIN SOLVE Loop t[1] 4.097999999999757 x1[1] (analytic) 2.000029890537056 x1[1] (numeric) 1.9954065739234326 absolute error 0.004623316613623585 relative error 0.23116237589739785% Correct digits 2 h 0.001 x2[1] (analytic) 1.7252881007373215 x2[1] (numeric) 1.7659327172371067 absolute error 0.040644616499785124 relative error 2.3558161957075567% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 129235.61086301757 Order of pole 129210.48264569006 TOP MAIN SOLVE Loop t[1] 4.098999999999758 x1[1] (analytic) 2.0000298606614595 x1[1] (numeric) 1.9954011745295324 absolute error 0.004628686131927129 relative error 0.2314308512572061% Correct digits 2 h 0.001 x2[1] (analytic) 1.726740113529784 x2[1] (numeric) 1.7674734186803809 absolute error 0.04073330515059692 relative error 2.3589713837903683% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 174609.77754496527 Order of pole 1604679949.2372415 TOP MAIN SOLVE Loop t[1] 4.099999999999758 x1[1] (analytic) 2.0000298308157234 x1[1] (numeric) 1.9953957697335378 absolute error 0.004634061082185559 relative error 0.23169959821526917% Correct digits 2 h 0.001 x2[1] (analytic) 1.728195033268739 x2[1] (numeric) 1.7690172127212487 absolute error 0.040822179452509655 relative error 2.3621280391772594% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 174710.98872724024 Order of pole 1606523674.8549607 TOP MAIN SOLVE Loop t[1] 4.100999999999758 x1[1] (analytic) 2.000029800999818 x1[1] (numeric) 1.995390359530044 absolute error 0.00463944146977413 relative error 0.2319686170403494% Correct digits 2 h 0.001 x2[1] (analytic) 1.7296528657738832 x2[1] (numeric) 1.77056410555921 absolute error 0.04091123978532685 relative error 2.365286156249757% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 174780.63920098284 Order of pole 1607826237.3808749 TOP MAIN SOLVE Loop t[1] 4.101999999999759 x1[1] (analytic) 2.0000297712137134 x1[1] (numeric) 1.9953849439136406 absolute error 0.0046448273000727625 relative error 0.2322379080014424% Correct digits 2 h 0.001 x2[1] (analytic) 1.7311136168765622 x2[1] (numeric) 1.7721141034061842 absolute error 0.04100048652962207 relative error 2.3684457293796233% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 80020.3119362192 Order of pole 79994.6640112835 TOP MAIN SOLVE Loop t[1] 4.102999999999759 x1[1] (analytic) 2.0000297414573804 x1[1] (numeric) 1.9953795228789122 absolute error 0.004650218578468257 relative error 0.23250747136788769% Correct digits 2 h 0.001 x2[1] (analytic) 1.7325772924197984 x2[1] (numeric) 1.773667212486535 absolute error 0.04108992006673651 relative error 2.371606752928662% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 63642.57619371139 Order of pole 63617.137208832195 TOP MAIN SOLVE Loop t[1] 4.103999999999759 x1[1] (analytic) 2.000029711730789 x1[1] (numeric) 1.9953740964204376 absolute error 0.004655615310351413 relative error 0.2327773074092249% Correct digits 2 h 0.001 x2[1] (analytic) 1.73404389825831 x2[1] (numeric) 1.7752234390370953 absolute error 0.041179540778785384 relative error 2.3747692212490414% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 801.0777457778332 Order of pole 6679.921993081268 TOP MAIN SOLVE Loop t[1] 4.10499999999976 x1[1] (analytic) 2.000029682033909 x1[1] (numeric) 1.9953686645327904 absolute error 0.004661017501118581 relative error 0.2330474163952711% Correct digits 2 h 0.001 x2[1] (analytic) 1.735513440258538 x2[1] (numeric) 1.7767827893071926 absolute error 0.04126934904865465 relative error 2.377933128683048% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 175139.98897427306 Order of pole 1614435114.2933428 TOP MAIN SOLVE Loop t[1] 4.10599999999976 x1[1] (analytic) 2.0000296523667114 x1[1] (numeric) 1.9953632272105386 absolute error 0.004666425156172771 relative error 0.2333177985961764% Correct digits 2 h 0.001 x2[1] (analytic) 1.736985924298666 x2[1] (numeric) 1.7783452695586734 absolute error 0.041359345260007396 relative error 2.3810984695634105% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 175244.86645600846 Order of pole 1616349430.0914018 TOP MAIN SOLVE Loop t[1] 4.10699999999976 x1[1] (analytic) 2.0000296227291656 x1[1] (numeric) 1.995357784448245 absolute error 0.004671838280920548 relative error 0.2335884542822687% Correct digits 2 h 0.001 x2[1] (analytic) 1.738461356268648 x2[1] (numeric) 1.779910886065929 absolute error 0.041449529797281004 relative error 2.384265238213079% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 175335.6474599315 Order of pole 1618022007.8843148 TOP MAIN SOLVE Loop t[1] 4.107999999999761 x1[1] (analytic) 2.000029593121243 x1[1] (numeric) 1.9953523362404668 absolute error 0.004677256880776026 relative error 0.23385938372425313% Correct digits 2 h 0.001 x2[1] (analytic) 1.7399397420702283 x2[1] (numeric) 1.7814796451159198 absolute error 0.04153990304569155 relative error 2.3874334289454318% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 175399.97307336892 Order of pole 1619235257.667841 TOP MAIN SOLVE Loop t[1] 4.108999999999761 x1[1] (analytic) 2.0000295635429133 x1[1] (numeric) 1.995346882581756 absolute error 0.004682680961157315 relative error 0.23413058719303487% Correct digits 2 h 0.001 x2[1] (analytic) 1.741421087616967 x2[1] (numeric) 1.7830515530082012 absolute error 0.04163046539123427 relative error 2.390603036064249% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 87427.93378666065 Order of pole 87402.53114366825 TOP MAIN SOLVE Loop t[1] 4.109999999999761 x1[1] (analytic) 2.000029533994147 x1[1] (numeric) 1.9953414234666587 absolute error 0.00468811052748852 relative error 0.23440206495981872% Correct digits 2 h 0.001 x2[1] (analytic) 1.7429053988342627 x2[1] (numeric) 1.7846266160549482 absolute error 0.04172121722068556 relative error 2.393774053863777% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 175578.23453964794 Order of pole 1622523163.8203733 TOP MAIN SOLVE Loop t[1] 4.110999999999762 x1[1] (analytic) 2.0000295044749152 x1[1] (numeric) 1.9953359588897157 absolute error 0.004693545585199521 relative error 0.2346738172960982% Correct digits 2 h 0.001 x2[1] (analytic) 1.7443926816593776 x2[1] (numeric) 1.7862048405809812 absolute error 0.041812158921603615 relative error 2.3969464766287154% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 175678.65187083796 Order of pole 1624367779.5931015 TOP MAIN SOLVE Loop t[1] 4.111999999999762 x1[1] (analytic) 2.0000294749851877 x1[1] (numeric) 1.9953304888454626 absolute error 0.004698986139725081 relative error 0.23494584447361117% Correct digits 2 h 0.001 x2[1] (analytic) 1.7458829420414592 x2[1] (numeric) 1.7877862329237908 absolute error 0.04190329088233158 relative error 2.400120298634346% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 175762.57701970663 Order of pole 1625924318.0382009 TOP MAIN SOLVE Loop t[1] 4.112999999999762 x1[1] (analytic) 2.0000294455249352 x1[1] (numeric) 1.9953250133284293 absolute error 0.004704432196505959 relative error 0.23521814676439506% Correct digits 2 h 0.001 x2[1] (analytic) 1.7473761859415662 x2[1] (numeric) 1.789370799433564 absolute error 0.041994613491997734 relative error 2.4032955141464925% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 175854.8133814652 Order of pole 1627623286.928323 TOP MAIN SOLVE Loop t[1] 4.113999999999763 x1[1] (analytic) 2.000029416094128 x1[1] (numeric) 1.9953195323331403 absolute error 0.004709883760987799 relative error 0.2354907244407317% Correct digits 2 h 0.001 x2[1] (analytic) 1.7488724193326903 x2[1] (numeric) 1.7909585464732085 absolute error 0.04208612714051818 relative error 2.4064721174216244% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 175800.29874641885 Order of pole 175774.23867883696 TOP MAIN SOLVE Loop t[1] 4.114999999999763 x1[1] (analytic) 2.000029386692737 x1[1] (numeric) 1.9953140458541145 absolute error 0.0047153408386224616 relative error 0.23576357777521376% Correct digits 2 h 0.001 x2[1] (analytic) 1.7503716481997824 x2[1] (numeric) 1.7925494804183792 absolute error 0.042177832218596834 relative error 2.409650102706804% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 176031.6574460015 Order of pole 1630899561.713336 TOP MAIN SOLVE Loop t[1] 4.115999999999763 x1[1] (analytic) 2.0000293573207326 x1[1] (numeric) 1.9953085538858657 absolute error 0.004720803434866916 relative error 0.23603670704068916% Correct digits 2 h 0.001 x2[1] (analytic) 1.7518738785397745 x2[1] (numeric) 1.7941436076575032 absolute error 0.04226972911772875 relative error 2.4128294642398287% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 176119.23704474792 Order of pole 1632521683.5403717 TOP MAIN SOLVE Loop t[1] 4.116999999999764 x1[1] (analytic) 2.0000293279780856 x1[1] (numeric) 1.9953030564229017 absolute error 0.004726271555183903 relative error 0.2363101125102946% Correct digits 2 h 0.001 x2[1] (analytic) 1.7533791163616046 x2[1] (numeric) 1.7957409345918054 absolute error 0.0423618182302008 relative error 2.4160101962492173% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 176203.01944376828 Order of pole 1634081607.492828 TOP MAIN SOLVE Loop t[1] 4.117999999999764 x1[1] (analytic) 2.0000292986647668 x1[1] (numeric) 1.995297553459725 absolute error 0.004731745205041715 relative error 0.23658379445744424% Correct digits 2 h 0.001 x2[1] (analytic) 1.7548873676862404 x2[1] (numeric) 1.7973414676353343 absolute error 0.04245409994909388 relative error 2.4191922929542864% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 780.4049540250588 Order of pole 2817.3005986593394 TOP MAIN SOLVE Loop t[1] 4.118999999999764 x1[1] (analytic) 2.0000292693807467 x1[1] (numeric) 1.995292044990833 absolute error 0.004737224389913752 relative error 0.23685775315580765% Correct digits 2 h 0.001 x2[1] (analytic) 1.7563986385467045 x2[1] (numeric) 1.7989452132149875 absolute error 0.04254657466828293 relative error 2.4223757485650985% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 176385.4373293704 Order of pole 1637457407.204312 TOP MAIN SOLVE Loop t[1] 4.119999999999765 x1[1] (analytic) 2.0000292401259956 x1[1] (numeric) 1.9952865310107166 absolute error 0.004742709115278965 relative error 0.237131988879332% Correct digits 2 h 0.001 x2[1] (analytic) 1.7579129349880964 x2[1] (numeric) 1.8005521777705376 absolute error 0.042639242782441134 relative error 2.425560557282654% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 176458.05680553764 Order of pole 1638825581.212141 TOP MAIN SOLVE Loop t[1] 4.120999999999765 x1[1] (analytic) 2.0000292109004847 x1[1] (numeric) 1.9952810115138624 absolute error 0.004748199386622298 relative error 0.23740650190226417% Correct digits 2 h 0.001 x2[1] (analytic) 1.7594302630676188 x2[1] (numeric) 1.8021623677546579 absolute error 0.04273210468703903 relative error 2.4287467132987888% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 101979.46676237794 Order of pole 101953.91141111146 TOP MAIN SOLVE Loop t[1] 4.121999999999765 x1[1] (analytic) 2.0000291817041846 x1[1] (numeric) 1.9952754864947506 absolute error 0.004753695209434028 relative error 0.23768129249911743% Correct digits 2 h 0.001 x2[1] (analytic) 1.7609506288546006 x2[1] (numeric) 1.803775789632948 absolute error 0.042825160778347415 relative error 2.431934210796289% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 111016.24340382412 Order of pole 110990.83096918995 TOP MAIN SOLVE Loop t[1] 4.122999999999766 x1[1] (analytic) 2.0000291525370666 x1[1] (numeric) 1.9952699559478562 absolute error 0.004759196589210424 relative error 0.23795636094470485% Correct digits 2 h 0.001 x2[1] (analytic) 1.7624740384305215 x2[1] (numeric) 1.8053924498839606 absolute error 0.04291841145343911 relative error 2.435123043948939% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 176727.3338660021 Order of pole 1643826439.9759881 TOP MAIN SOLVE Loop t[1] 4.123999999999766 x1[1] (analytic) 2.0000291233991008 x1[1] (numeric) 1.9952644198676488 absolute error 0.004764703531451975 relative error 0.23823170751405054% Correct digits 2 h 0.001 x2[1] (analytic) 1.7640004978890365 x2[1] (numeric) 1.807012354999226 absolute error 0.04301185711018962 relative error 2.438313206921513% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 176838.48547193434 Order of pole 1645870854.2633395 TOP MAIN SOLVE Loop t[1] 4.124999999999766 x1[1] (analytic) 2.0000290942902588 x1[1] (numeric) 1.9952588782485923 absolute error 0.004770216041666497 relative error 0.23850733248254483% Correct digits 2 h 0.001 x2[1] (analytic) 1.7655300133360001 x2[1] (numeric) 1.8086355114832795 absolute error 0.043105498147279375 relative error 2.4415046938698466% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 122029.68584064163 Order of pole 122003.79678917461 TOP MAIN SOLVE Loop t[1] 4.125999999999767 x1[1] (analytic) 2.000029065210511 x1[1] (numeric) 1.9952533310851448 absolute error 0.004775734125366027 relative error 0.2387832361257891% Correct digits 2 h 0.001 x2[1] (analytic) 1.7670625908894904 x2[1] (numeric) 1.810261925853686 absolute error 0.0431993349641957 relative error 2.4446974989409034% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 177006.77064177376 Order of pole 1649012714.426883 TOP MAIN SOLVE Loop t[1] 4.126999999999767 x1[1] (analytic) 2.000029036159828 x1[1] (numeric) 1.9952477783717595 absolute error 0.004781257788068594 relative error 0.2390594187196845% Correct digits 2 h 0.001 x2[1] (analytic) 1.7685982366798347 x2[1] (numeric) 1.8118916046410678 absolute error 0.043293367961233065 relative error 2.447891616272733% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 115850.95264766304 Order of pole 115824.91094326881 TOP MAIN SOLVE Loop t[1] 4.127999999999767 x1[1] (analytic) 2.000029007138181 x1[1] (numeric) 1.9952422201028834 absolute error 0.004786787035297779 relative error 0.2393358805404097% Correct digits 2 h 0.001 x2[1] (analytic) 1.7701369568496321 x2[1] (numeric) 1.8135245543891294 absolute error 0.04338759753949728 relative error 2.4510870399946647% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 177178.18861754253 Order of pole 1652210388.866993 TOP MAIN SOLVE Loop t[1] 4.128999999999768 x1[1] (analytic) 2.000028978145542 x1[1] (numeric) 1.9952366562729584 absolute error 0.004792321872583383 relative error 0.23961262186445412% Correct digits 2 h 0.001 x2[1] (analytic) 1.7716787575537805 x2[1] (numeric) 1.8151607816546842 absolute error 0.04348202410090374 relative error 2.4542837642271507% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 177254.72029604026 Order of pole 1653653078.6155665 TOP MAIN SOLVE Loop t[1] 4.129999999999768 x1[1] (analytic) 2.0000289491818806 x1[1] (numeric) 1.9952310868764207 absolute error 0.004797862305459866 relative error 0.2398896429685405% Correct digits 2 h 0.001 x2[1] (analytic) 1.773223644959499 x2[1] (numeric) 1.8168002930076805 absolute error 0.04357664804818162 relative error 2.45748178308196% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 160554.24744049378 Order of pole 160528.60090267574 TOP MAIN SOLVE Loop t[1] 4.130999999999768 x1[1] (analytic) 2.0000289202471686 x1[1] (numeric) 1.9952255119077007 absolute error 0.004803408339467907 relative error 0.24016694412970238% Correct digits 2 h 0.001 x2[1] (analytic) 1.7747716252463535 x2[1] (numeric) 1.8184430950312285 absolute error 0.04367146978487502 relative error 2.4606810906621885% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 902.2191663793244 Order of pole 14514.68864353666 TOP MAIN SOLVE Loop t[1] 4.131999999999769 x1[1] (analytic) 2.0000288913413766 x1[1] (numeric) 1.9952199313612238 absolute error 0.004808959980152849 relative error 0.2404445256252065% Correct digits 2 h 0.001 x2[1] (analytic) 1.7763227046062817 x2[1] (numeric) 1.8200891943216255 absolute error 0.043766489715343804 relative error 2.463881681062257% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 177517.68755683326 Order of pole 1658570129.1731858 TOP MAIN SOLVE Loop t[1] 4.132999999999769 x1[1] (analytic) 2.000028862464476 x1[1] (numeric) 1.995214345231409 absolute error 0.004814517233067139 relative error 0.24072238773267468% Correct digits 2 h 0.001 x2[1] (analytic) 1.7778768892436179 x2[1] (numeric) 1.8217385974883835 absolute error 0.04386170824476565 relative error 2.467083548367977% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 177634.25561845428 Order of pole 1660713658.3098674 TOP MAIN SOLVE Loop t[1] 4.133999999999769 x1[1] (analytic) 2.000028833616438 x1[1] (numeric) 1.9952087535126706 absolute error 0.0048200801037674434 relative error 0.24100053072993996% Correct digits 2 h 0.001 x2[1] (analytic) 1.7794341853751172 x2[1] (numeric) 1.823391311154255 absolute error 0.043957125779137796 relative error 2.470286686656597% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 177700.13324715945 Order of pole 1661977630.0380967 TOP MAIN SOLVE Loop t[1] 4.13499999999977 x1[1] (analytic) 2.0000288047972337 x1[1] (numeric) 1.9952031561994166 absolute error 0.004825648597817089 relative error 0.2412789548951682% Correct digits 2 h 0.001 x2[1] (analytic) 1.7809945992299803 x2[1] (numeric) 1.8250473419552595 absolute error 0.04405274272527926 relative error 2.473491089996883% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 177799.81806429385 Order of pole 1663829858.825985 TOP MAIN SOLVE Loop t[1] 4.13599999999977 x1[1] (analytic) 2.0000287760068343 x1[1] (numeric) 1.9951975532860498 absolute error 0.0048312227207845115 relative error 0.24155766050678076% Correct digits 2 h 0.001 x2[1] (analytic) 1.782558137049879 x2[1] (numeric) 1.8267066965407104 absolute error 0.044148559490831296 relative error 2.4766967524490866% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 177889.49788548608 Order of pole 1665505416.629135 TOP MAIN SOLVE Loop t[1] 4.13699999999977 x1[1] (analytic) 2.0000287472452105 x1[1] (numeric) 1.995191944766967 absolute error 0.004836802478243474 relative error 0.24183664784346545% Correct digits 2 h 0.001 x2[1] (analytic) 1.7841248050889817 x2[1] (numeric) 1.8283693815732414 absolute error 0.04424457648425961 relative error 2.4799036680650235% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 177962.42899133294 Order of pole 1666889953.5301378 TOP MAIN SOLVE Loop t[1] 4.137999999999771 x1[1] (analytic) 2.000028718512334 x1[1] (numeric) 1.99518633063656 absolute error 0.004842387875773957 relative error 0.2421159171842209% Correct digits 2 h 0.001 x2[1] (analytic) 1.7856946096139763 x2[1] (numeric) 1.830035403728833 absolute error 0.04434079411485681 relative error 2.483111830888161% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 160612.50482119815 Order of pole 160586.13672407594 TOP MAIN SOLVE Loop t[1] 4.138999999999771 x1[1] (analytic) 2.0000286898081763 x1[1] (numeric) 1.9951807108892148 absolute error 0.004847978918961493 relative error 0.2423954688083232% Correct digits 2 h 0.001 x2[1] (analytic) 1.7872675569040979 x2[1] (numeric) 1.83170476969684 absolute error 0.04443721279274215 relative error 2.4863212349535524% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 107784.85952388731 Order of pole 107759.37270895104 TOP MAIN SOLVE Loop t[1] 4.139999999999771 x1[1] (analytic) 2.000028661132708 x1[1] (numeric) 1.9951750855193113 absolute error 0.004853575613396721 relative error 0.242675302995304% Correct digits 2 h 0.001 x2[1] (analytic) 1.788843653251152 x2[1] (numeric) 1.8333774861800172 absolute error 0.04453383292886515 relative error 2.4895318742879895% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 178236.07648718293 Order of pole 1672016883.6557276 TOP MAIN SOLVE Loop t[1] 4.140999999999772 x1[1] (analytic) 2.0000286324859013 x1[1] (numeric) 1.9951694545212244 absolute error 0.004859177964676942 relative error 0.24295542002502782% Correct digits 2 h 0.001 x2[1] (analytic) 1.79042290495954 x2[1] (numeric) 1.8350535598945468 absolute error 0.04463065493500684 relative error 2.4927437429100254% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 178313.57995732597 Order of pole 1673481498.6003945 TOP MAIN SOLVE Loop t[1] 4.141999999999772 x1[1] (analytic) 2.000028603867727 x1[1] (numeric) 1.995163817889323 absolute error 0.004864785978403896 relative error 0.2432358201775814% Correct digits 2 h 0.001 x2[1] (analytic) 1.7920053183462856 x2[1] (numeric) 1.8367329975700655 absolute error 0.04472767922377985 relative error 2.4959568348299235% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 178400.32954325728 Order of pole 1675112607.182598 TOP MAIN SOLVE Loop t[1] 4.142999999999772 x1[1] (analytic) 2.000028575278156 x1[1] (numeric) 1.9951581756179702 absolute error 0.004870399660185987 relative error 0.24351650373338443% Correct digits 2 h 0.001 x2[1] (analytic) 1.7935908997410588 x2[1] (numeric) 1.8384158059496911 absolute error 0.04482490620863233 relative error 2.499171144049834% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 178509.92649544493 Order of pole 1677148335.933104 TOP MAIN SOLVE Loop t[1] 4.143999999999773 x1[1] (analytic) 2.000028546717161 x1[1] (numeric) 1.995152527701524 absolute error 0.004876019015636723 relative error 0.24379747097311197% Correct digits 2 h 0.001 x2[1] (analytic) 1.7951796554862014 x2[1] (numeric) 1.8401019917900496 absolute error 0.04492233630384823 relative error 2.5023866645637534% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 169044.81303956037 Order of pole 169018.7022456302 TOP MAIN SOLVE Loop t[1] 4.144999999999773 x1[1] (analytic) 2.0000285181847124 x1[1] (numeric) 1.9951468741343366 absolute error 0.004881644050375833 relative error 0.24407872217774992% Correct digits 2 h 0.001 x2[1] (analytic) 1.7967715919367526 x2[1] (numeric) 1.8417915618613023 absolute error 0.04501996992454971 relative error 2.505603390357612% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 78885.97131783524 Order of pole 78860.44429062883 TOP MAIN SOLVE Loop t[1] 4.145999999999773 x1[1] (analytic) 2.000028489680782 x1[1] (numeric) 1.9951412149107541 absolute error 0.004887274770027927 relative error 0.24436025762852853% Correct digits 2 h 0.001 x2[1] (analytic) 1.7983667154604752 x2[1] (numeric) 1.8434845229471728 absolute error 0.04511780748669758 relative error 2.508821315409248% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 178783.7897149591 Order of pole 1682291407.363587 TOP MAIN SOLVE Loop t[1] 4.146999999999774 x1[1] (analytic) 2.0000284612053414 x1[1] (numeric) 1.9951355500251176 absolute error 0.004892911180223836 relative error 0.24464207760698883% Correct digits 2 h 0.001 x2[1] (analytic) 1.7999650324378793 x2[1] (numeric) 1.845180881844974 absolute error 0.045215849407094666 relative error 2.5120404336885453% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 178884.30174425023 Order of pole 1684167963.6200907 TOP MAIN SOLVE Loop t[1] 4.147999999999774 x1[1] (analytic) 2.000028432758362 x1[1] (numeric) 1.995129879471762 absolute error 0.004898553286599938 relative error 0.2449241823949494% Correct digits 2 h 0.001 x2[1] (analytic) 1.8015665492622488 x2[1] (numeric) 1.846880645365636 absolute error 0.0453140961033871 relative error 2.5152607391574553% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 178949.40122176922 Order of pole 1685423206.73085 TOP MAIN SOLVE Loop t[1] 4.148999999999774 x1[1] (analytic) 2.0000284043398153 x1[1] (numeric) 1.995124203245017 absolute error 0.004904201094798388 relative error 0.2452065722745175% Correct digits 2 h 0.001 x2[1] (analytic) 1.8031712723396678 x2[1] (numeric) 1.8485838203337324 absolute error 0.04541254799406458 relative error 2.51848222576996% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 179046.04384779325 Order of pole 1687239747.8227518 TOP MAIN SOLVE Loop t[1] 4.149999999999775 x1[1] (analytic) 2.0000283759496726 x1[1] (numeric) 1.995118521339206 absolute error 0.0049098546104666685 relative error 0.24548924752806692% Correct digits 2 h 0.001 x2[1] (analytic) 1.804779208089045 x2[1] (numeric) 1.8502904135875087 absolute error 0.04551120549846366 relative error 2.521704887472208% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 91835.26063569868 Order of pole 91809.75253409476 TOP MAIN SOLVE Loop t[1] 4.150999999999775 x1[1] (analytic) 2.0000283475879064 x1[1] (numeric) 1.9951128337486472 absolute error 0.004915513839259145 relative error 0.2457722084383154% Correct digits 2 h 0.001 x2[1] (analytic) 1.8063903629421394 x2[1] (numeric) 1.8520004319789085 absolute error 0.04561006903676912 relative error 2.524928718202537% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 179228.3614901621 Order of pole 1690669223.4456525 TOP MAIN SOLVE Loop t[1] 4.151999999999775 x1[1] (analytic) 2.0000283192544877 x1[1] (numeric) 1.9951071404676533 absolute error 0.0049211787868344015 relative error 0.2460554552881919% Correct digits 2 h 0.001 x2[1] (analytic) 1.8080047433435873 x2[1] (numeric) 1.853713882373602 absolute error 0.04570913903001461 relative error 2.5281537118914623% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 170465.84306838742 Order of pole 170439.81022407813 TOP MAIN SOLVE Loop t[1] 4.152999999999776 x1[1] (analytic) 2.000028290949388 x1[1] (numeric) 1.9951014414905308 absolute error 0.004926849458857241 relative error 0.24633898836093604% Correct digits 2 h 0.001 x2[1] (analytic) 1.8096223557509261 x2[1] (numeric) 1.8554307716510126 absolute error 0.04580841590008644 relative error 2.5313798624618364% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 126482.40710474642 Order of pole 126457.29925778948 TOP MAIN SOLVE Loop t[1] 4.153999999999776 x1[1] (analytic) 2.000028262672579 x1[1] (numeric) 1.9950957368115807 absolute error 0.00493252586099846 relative error 0.2466228079400873% Correct digits 2 h 0.001 x2[1] (analytic) 1.8112432066346218 x2[1] (numeric) 1.8571511067043454 absolute error 0.04590790006972356 relative error 2.534607163828798% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 179495.11192285662 Order of pole 1695709514.3919322 TOP MAIN SOLVE Loop t[1] 4.154999999999776 x1[1] (analytic) 2.0000282344240334 x1[1] (numeric) 1.9950900264250984 absolute error 0.0049382079989350736 relative error 0.246906914309496% Correct digits 2 h 0.001 x2[1] (analytic) 1.8128673024780946 x2[1] (numeric) 1.8588748944406137 absolute error 0.046007591962519134 relative error 2.5378356098998074% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 96566.74864974283 Order of pole 96540.48184615624 TOP MAIN SOLVE Loop t[1] 4.155999999999777 x1[1] (analytic) 2.000028206203722 x1[1] (numeric) 1.9950843103253735 absolute error 0.0049438958783485365 relative error 0.24719130775323442% Correct digits 2 h 0.001 x2[1] (analytic) 1.8144946497777439 x2[1] (numeric) 1.8606021417806677 absolute error 0.046107492002923856 relative error 2.541065194574783% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 628.8161106623019 Order of pole 9011.027106599387 TOP MAIN SOLVE Loop t[1] 4.156999999999777 x1[1] (analytic) 2.0000281780116165 x1[1] (numeric) 1.9950785885066897 absolute error 0.0049495895049267435 relative error 0.24747598855569702% Correct digits 2 h 0.001 x2[1] (analytic) 1.816125255042975 x2[1] (numeric) 1.8623328556592216 absolute error 0.046207600616246625 relative error 2.544295911746088% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 179742.58788480167 Order of pole 1700414766.7811043 TOP MAIN SOLVE Loop t[1] 4.157999999999777 x1[1] (analytic) 2.0000281498476893 x1[1] (numeric) 1.9950728609633255 absolute error 0.0049552888843638065 relative error 0.24776095700158884% Correct digits 2 h 0.001 x2[1] (analytic) 1.8177591247962253 x2[1] (numeric) 1.8640670430248811 absolute error 0.046307918228655875 relative error 2.547527755298552% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 179848.93257427285 Order of pole 1702406422.9959624 TOP MAIN SOLVE Loop t[1] 4.158999999999778 x1[1] (analytic) 2.0000281217119116 x1[1] (numeric) 1.995067127689553 absolute error 0.0049609940223585 relative error 0.24804621337584837% Correct digits 2 h 0.001 x2[1] (analytic) 1.8193962655729905 x2[1] (numeric) 1.8658047108401723 absolute error 0.0464084452671818 relative error 2.550760719109544% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 179927.51548641484 Order of pole 1703912689.3427699 TOP MAIN SOLVE Loop t[1] 4.159999999999778 x1[1] (analytic) 2.000028093604256 x1[1] (numeric) 1.9950613886796393 absolute error 0.004966704924616483 relative error 0.24833175796375795% Correct digits 2 h 0.001 x2[1] (analytic) 1.8210366839218497 x2[1] (numeric) 1.8675458660815683 absolute error 0.046509182159718554 relative error 2.5539947970490475% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 89515.91065219759 Order of pole 89490.31320178455 TOP MAIN SOLVE Loop t[1] 4.160999999999778 x1[1] (analytic) 2.000028065524694 x1[1] (numeric) 1.9950556439278453 absolute error 0.004972421596848742 relative error 0.2486175910508666% Correct digits 2 h 0.001 x2[1] (analytic) 1.8226803864044925 x2[1] (numeric) 1.8692905157395179 absolute error 0.046610129335025396 relative error 2.5572299829796705% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 167543.18367371528 Order of pole 167517.97142044728 TOP MAIN SOLVE Loop t[1] 4.161999999999779 x1[1] (analytic) 2.0000280374731974 x1[1] (numeric) 1.9950498934284262 absolute error 0.004978144044771149 relative error 0.24890371292296753% Correct digits 2 h 0.001 x2[1] (analytic) 1.8243273795957449 x2[1] (numeric) 1.8710386668184735 absolute error 0.04671128722272866 relative error 2.5604662707567036% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 117800.46691766227 Order of pole 117774.76082221471 TOP MAIN SOLVE Loop t[1] 4.162999999999779 x1[1] (analytic) 2.0000280094497382 x1[1] (numeric) 1.9950441371756313 absolute error 0.004983872274106904 relative error 0.24919012386622036% Correct digits 2 h 0.001 x2[1] (analytic) 1.8259776700835961 x2[1] (numeric) 1.872790326336919 absolute error 0.04681265625332287 relative error 2.563703654228133% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 180300.38477753455 Order of pole 1710963447.7587495 TOP MAIN SOLVE Loop t[1] 4.163999999999779 x1[1] (analytic) 2.0000279814542883 x1[1] (numeric) 1.9950383751637046 absolute error 0.004989606290583648 relative error 0.2494768241670067% Correct digits 2 h 0.001 x2[1] (analytic) 1.8276312644692243 x2[1] (numeric) 1.874545501327398 absolute error 0.04691423685817364 relative error 2.5669421272347486% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 180394.75256851732 Order of pole 1712749471.2577646 TOP MAIN SOLVE Loop t[1] 4.16499999999978 x1[1] (analytic) 2.0000279534868204 x1[1] (numeric) 1.995032607386884 absolute error 0.004995346099936349 relative error 0.24976381411207443% Correct digits 2 h 0.001 x2[1] (analytic) 1.8292881693670229 x2[1] (numeric) 1.8763041988365419 absolute error 0.047016029469518994 relative error 2.570181683610169% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 180478.56892964253 Order of pole 1714351776.5151145 TOP MAIN SOLVE Loop t[1] 4.16599999999978 x1[1] (analytic) 2.0000279255473052 x1[1] (numeric) 1.9950268338394017 absolute error 0.005001091707903527 relative error 0.2500510939883494% Correct digits 2 h 0.001 x2[1] (analytic) 1.830948391404628 x2[1] (numeric) 1.878066425925098 absolute error 0.04711803452047003 relative error 2.5734223171808255% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 74176.65144714918 Order of pole 74151.206689446 TOP MAIN SOLVE Loop t[1] 4.16699999999978 x1[1] (analytic) 2.000027897635716 x1[1] (numeric) 1.9950210545154843 absolute error 0.005006843120231919 relative error 0.2503386640831678% Correct digits 2 h 0.001 x2[1] (analytic) 1.8326119372229441 x2[1] (numeric) 1.8798321896679582 absolute error 0.047220252445014044 relative error 2.5766640217660832% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 95168.85251998239 Order of pole 95143.73617249476 TOP MAIN SOLVE Loop t[1] 4.167999999999781 x1[1] (analytic) 2.000027869752025 x1[1] (numeric) 1.9950152694093524 absolute error 0.00501260034267248 relative error 0.2506265246840771% Correct digits 2 h 0.001 x2[1] (analytic) 1.8342788134761705 x2[1] (numeric) 1.8816014971541863 absolute error 0.04732268367801584 relative error 2.579906791178266% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 180755.32704355253 Order of pole 1719606929.6448686 TOP MAIN SOLVE Loop t[1] 4.168999999999781 x1[1] (analytic) 2.0000278418962028 x1[1] (numeric) 1.9950094785152206 absolute error 0.00501836338098216 relative error 0.2509146760789244% Correct digits 2 h 0.001 x2[1] (analytic) 1.835949026831828 x2[1] (numeric) 1.8833743554870481 absolute error 0.0474253286552202 relative error 2.5831506192227383% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 78427.54190638362 Order of pole 78402.07446903926 TOP MAIN SOLVE Loop t[1] 4.169999999999781 x1[1] (analytic) 2.000027814068223 x1[1] (numeric) 1.9950036818272985 absolute error 0.0050241322409243505 relative error 0.2512031185558789% Correct digits 2 h 0.001 x2[1] (analytic) 1.8376225839707863 x2[1] (numeric) 1.8851507717840381 absolute error 0.047528187813251854 relative error 2.586395499697855% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 180927.52372243482 Order of pole 1722893647.7762764 TOP MAIN SOLVE Loop t[1] 4.170999999999782 x1[1] (analytic) 2.000027786268057 x1[1] (numeric) 1.9949978793397891 absolute error 0.005029906928267991 relative error 0.251491852403387% Correct digits 2 h 0.001 x2[1] (analytic) 1.839299491587291 x2[1] (numeric) 1.886930753176909 absolute error 0.04763126158961817 relative error 2.589641426395058% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 84784.76320239695 Order of pole 84758.9479595552 TOP MAIN SOLVE Loop t[1] 4.171999999999782 x1[1] (analytic) 2.0000277584956776 x1[1] (numeric) 1.99499207104689 absolute error 0.005035687448787574 relative error 0.2517808779101731% Correct digits 2 h 0.001 x2[1] (analytic) 1.8409797563889874 x2[1] (numeric) 1.8887143068117 absolute error 0.047734550422712685 relative error 2.5928883930990207% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 181114.81620251783 Order of pole 1726454456.5324967 TOP MAIN SOLVE Loop t[1] 4.172999999999782 x1[1] (analytic) 2.0000277307510568 x1[1] (numeric) 1.9949862569427927 absolute error 0.00504147380826403 relative error 0.25207019536528324% Correct digits 2 h 0.001 x2[1] (analytic) 1.8426633850969514 x2[1] (numeric) 1.8905014398487652 absolute error 0.0478380547518138 relative error 2.596136393587525% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51617.02006012854 Order of pole 51591.77166036155 TOP MAIN SOLVE Loop t[1] 4.173999999999783 x1[1] (analytic) 2.000027703034166 x1[1] (numeric) 1.9949804370216835 absolute error 0.005047266012482732 relative error 0.2523598050579857% Correct digits 2 h 0.001 x2[1] (analytic) 1.844350384445714 x2[1] (numeric) 1.8922921594628026 absolute error 0.04794177501708852 relative error 2.599385421631614% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 118789.26650284961 Order of pole 118763.27000414293 TOP MAIN SOLVE Loop t[1] 4.174999999999783 x1[1] (analytic) 2.000027675344979 x1[1] (numeric) 1.9949746112777422 absolute error 0.005053064067236601 relative error 0.2526497072779262% Correct digits 2 h 0.001 x2[1] (analytic) 1.8460407611832887 x2[1] (numeric) 1.894086472842883 absolute error 0.04804571165959426 relative error 2.602635470995644% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 80567.36088513855 Order of pole 80542.46250189819 TOP MAIN SOLVE Loop t[1] 4.175999999999783 x1[1] (analytic) 2.000027647683467 x1[1] (numeric) 1.9949687797051432 absolute error 0.005058867978323889 relative error 0.25293990231501673% Correct digits 2 h 0.001 x2[1] (analytic) 1.8477345220711985 x2[1] (numeric) 1.895884387192478 absolute error 0.0481498651212795 relative error 2.6058865354372673% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 47059.51397897285 Order of pole 47034.220115018325 TOP MAIN SOLVE Loop t[1] 4.176999999999784 x1[1] (analytic) 2.000027620049603 x1[1] (numeric) 1.9949629422980546 absolute error 0.0050646777515483965 relative error 0.25323039045944706% Correct digits 2 h 0.001 x2[1] (analytic) 1.8494316738845034 x2[1] (numeric) 1.8976859097294894 absolute error 0.048254235844986004 relative error 2.6091386087075024% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 63899.84047146734 Order of pole 63874.439581780796 TOP MAIN SOLVE Loop t[1] 4.177999999999784 x1[1] (analytic) 2.0000275924433586 x1[1] (numeric) 1.9949570990506393 absolute error 0.005070493392719255 relative error 0.25352117200167346% Correct digits 2 h 0.001 x2[1] (analytic) 1.851132223411826 x2[1] (numeric) 1.899491047686278 absolute error 0.04835882427445215 relative error 2.6123916845508686% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 105669.31922429345 Order of pole 105643.1413780304 TOP MAIN SOLVE Loop t[1] 4.178999999999784 x1[1] (analytic) 2.000027564864707 x1[1] (numeric) 1.994951249957054 absolute error 0.0050763149076527014 relative error 0.2538122472325071% Correct digits 2 h 0.001 x2[1] (analytic) 1.8528361774553808 x2[1] (numeric) 1.901299808309693 absolute error 0.04846363085431227 relative error 2.6156457567052955% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 65337.33888736691 Order of pole 65312.19172844461 TOP MAIN SOLVE Loop t[1] 4.179999999999785 x1[1] (analytic) 2.00002753731362 x1[1] (numeric) 1.9949453950114497 absolute error 0.0050821423021703005 relative error 0.25410361644302604% Correct digits 2 h 0.001 x2[1] (analytic) 1.8545435428310004 x2[1] (numeric) 1.9031121988611 absolute error 0.04856865603009952 relative error 2.6189008189022314% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 181834.69451982906 Order of pole 1740211688.2189193 TOP MAIN SOLVE Loop t[1] 4.180999999999785 x1[1] (analytic) 2.0000275097900704 x1[1] (numeric) 1.9949395342079712 absolute error 0.005087975582099169 relative error 0.25439527992458566% Correct digits 2 h 0.001 x2[1] (analytic) 1.8562543263681617 x2[1] (numeric) 1.9049282266164107 absolute error 0.048673900248249025 relative error 2.622156864866762% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 181935.76681185787 Order of pole 1742137276.6750836 TOP MAIN SOLVE Loop t[1] 4.1819999999997854 x1[1] (analytic) 2.0000274822940307 x1[1] (numeric) 1.9949336675407578 absolute error 0.005093814753272863 relative error 0.2546872379688633% Correct digits 2 h 0.001 x2[1] (analytic) 1.8579685349100157 x2[1] (numeric) 1.9067478988661126 absolute error 0.048779363956096944 relative error 2.6254138883175115% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 182018.39401628185 Order of pole 1743730962.382465 TOP MAIN SOLVE Loop t[1] 4.182999999999786 x1[1] (analytic) 2.0000274548254735 x1[1] (numeric) 1.994927795003943 absolute error 0.005099659821530489 relative error 0.2549794908678139% Correct digits 2 h 0.001 x2[1] (analytic) 1.859686175313412 x2[1] (numeric) 1.908571222915297 absolute error 0.048885047601884946 relative error 2.628671882966833% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 61557.07907071603 Order of pole 61531.94395660107 TOP MAIN SOLVE Loop t[1] 4.183999999999786 x1[1] (analytic) 2.000027427384371 x1[1] (numeric) 1.994921916591654 absolute error 0.005105510792716705 relative error 0.25527203891367006% Correct digits 2 h 0.001 x2[1] (analytic) 1.8614072544489282 x2[1] (numeric) 1.9103982060836886 absolute error 0.048990951634760416 relative error 2.6319308425207706% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 182200.08030498607 Order of pole 1747210581.6068716 TOP MAIN SOLVE Loop t[1] 4.1849999999997864 x1[1] (analytic) 2.0000273999706955 x1[1] (numeric) 1.9949160322980128 absolute error 0.00511136767268261 relative error 0.2555648823989862% Correct digits 2 h 0.001 x2[1] (analytic) 1.8631317792008972 x2[1] (numeric) 1.912228855705676 absolute error 0.04909707650477868 relative error 2.6351907606791274% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 182292.84420784615 Order of pole 1748989988.2490149 TOP MAIN SOLVE Loop t[1] 4.185999999999787 x1[1] (analytic) 2.00002737258442 x1[1] (numeric) 1.9949101421171347 absolute error 0.005117230467285294 relative error 0.2558580216166166% Correct digits 2 h 0.001 x2[1] (analytic) 1.8648597564674338 x2[1] (numeric) 1.9140631791303389 absolute error 0.049203422662905005 relative error 2.638451631135526% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 149379.48319161692 Order of pole 149353.27333057573 TOP MAIN SOLVE Loop t[1] 4.186999999999787 x1[1] (analytic) 2.0000273452255173 x1[1] (numeric) 1.9949042460431297 absolute error 0.005123099182387625 relative error 0.25615145685970403% Correct digits 2 h 0.001 x2[1] (analytic) 1.866591193160463 x2[1] (numeric) 1.9159011837214797 absolute error 0.04930999056101659 relative error 2.641713447577464% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 182457.1916643198 Order of pole 1752168984.8481066 TOP MAIN SOLVE Loop t[1] 4.1879999999997874 x1[1] (analytic) 2.00002731789396 x1[1] (numeric) 1.9948983440701016 absolute error 0.0051289738238582405 relative error 0.2564451884216801% Correct digits 2 h 0.001 x2[1] (analytic) 1.868326096205748 x2[1] (numeric) 1.9177428768576512 absolute error 0.04941678065190325 relative error 2.6449762036863005% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 80637.50213721547 Order of pole 80612.00075102829 TOP MAIN SOLVE Loop t[1] 4.188999999999788 x1[1] (analytic) 2.0000272905897205 x1[1] (numeric) 1.9948924361921485 absolute error 0.005134854397571997 relative error 0.25673921659628723% Correct digits 2 h 0.001 x2[1] (analytic) 1.8700644725429163 x2[1] (numeric) 1.9195882659321875 absolute error 0.049523793389271153 relative error 2.648239893137408% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 91571.07901840804 Order of pole 91545.72756684199 TOP MAIN SOLVE Loop t[1] 4.189999999999788 x1[1] (analytic) 2.0000272633127714 x1[1] (numeric) 1.9948865224033625 absolute error 0.0051407409094088585 relative error 0.2570335416775232% Correct digits 2 h 0.001 x2[1] (analytic) 1.8718063291254898 x2[1] (numeric) 1.9214373583532327 absolute error 0.04963102922774287 relative error 2.6515045096001226% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 182748.25471065415 Order of pole 1757741239.9969456 TOP MAIN SOLVE Loop t[1] 4.1909999999997885 x1[1] (analytic) 2.0000272360630857 x1[1] (numeric) 1.9948806026978299 absolute error 0.005146633365255893 relative error 0.25732816395974095% Correct digits 2 h 0.001 x2[1] (analytic) 1.8735516729209105 x2[1] (numeric) 1.9232901615437712 absolute error 0.04973848862286068 relative error 2.654770046737874% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 182842.31504230527 Order of pole 1759547465.9813037 TOP MAIN SOLVE Loop t[1] 4.191999999999789 x1[1] (analytic) 2.000027208840636 x1[1] (numeric) 1.9948746770696308 absolute error 0.005152531771005275 relative error 0.25762308373754894% Correct digits 2 h 0.001 x2[1] (analytic) 1.8753005109105694 x2[1] (numeric) 1.9251466829416568 absolute error 0.04984617203108743 relative error 2.6580364982081814% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 182940.93214706008 Order of pole 1761436416.2983458 TOP MAIN SOLVE Loop t[1] 4.192999999999789 x1[1] (analytic) 2.0000271816453954 x1[1] (numeric) 1.9948687455128398 absolute error 0.005158436132555622 relative error 0.25791830130587756% Correct digits 2 h 0.001 x2[1] (analytic) 1.877052850089835 x2[1] (numeric) 1.9270069299996428 absolute error 0.049954079909807936 relative error 2.6613038576626735% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 183024.59279644184 Order of pole 1763057311.3220594 TOP MAIN SOLVE Loop t[1] 4.1939999999997895 x1[1] (analytic) 2.0000271544773365 x1[1] (numeric) 1.9948628080215252 absolute error 0.0051643464558113195 relative error 0.25821381695994566% Correct digits 2 h 0.001 x2[1] (analytic) 1.878808697468079 x2[1] (numeric) 1.9288709101854122 absolute error 0.05006221271733313 relative error 2.6645721187472673% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 183109.18316393264 Order of pole 1764697847.6505556 TOP MAIN SOLVE Loop t[1] 4.19499999999979 x1[1] (analytic) 2.000027127336432 x1[1] (numeric) 1.9948568645897495 absolute error 0.005170262746682308 relative error 0.25850963099525% Correct digits 2 h 0.001 x2[1] (analytic) 1.8805680600687078 x2[1] (numeric) 1.9307386309816068 absolute error 0.050170570912899004 relative error 2.6678412751020555% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 183213.26430597712 Order of pole 1766693080.0703404 TOP MAIN SOLVE Loop t[1] 4.19599999999979 x1[1] (analytic) 2.0000271002226544 x1[1] (numeric) 1.9948509152115694 absolute error 0.005176185011084966 relative error 0.25880574370760895% Correct digits 2 h 0.001 x2[1] (analytic) 1.8823309449291867 x2[1] (numeric) 1.9326100998858575 absolute error 0.05027915495667079 relative error 2.671111320361484% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51030.264733956916 Order of pole 51004.74937135023 TOP MAIN SOLVE Loop t[1] 4.1969999999997905 x1[1] (analytic) 2.0000270731359775 x1[1] (numeric) 1.9948449598810354 absolute error 0.005182113254942111 relative error 0.25910215539316306% Correct digits 2 h 0.001 x2[1] (analytic) 1.8840973591010723 x2[1] (numeric) 1.9344853244108149 absolute error 0.050387965309742544 relative error 2.674382248154273% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 158585.27039142765 Order of pole 158559.74982698285 TOP MAIN SOLVE Loop t[1] 4.197999999999791 x1[1] (analytic) 2.0000270460763736 x1[1] (numeric) 1.9948389985921922 absolute error 0.005188047484181446 relative error 0.25939886634829706% Correct digits 2 h 0.001 x2[1] (analytic) 1.8858673096500365 x2[1] (numeric) 1.9363643120841785 absolute error 0.05049700243414201 relative error 2.677654052103635% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 55424.066232956786 Order of pole 55398.3814331262 TOP MAIN SOLVE Loop t[1] 4.198999999999791 x1[1] (analytic) 2.0000270190438156 x1[1] (numeric) 1.9948330313390785 absolute error 0.005193987704737113 relative error 0.25969587686971773% Correct digits 2 h 0.001 x2[1] (analytic) 1.8876408036558971 x2[1] (numeric) 1.9382470704487273 absolute error 0.0506062667928302 relative error 2.6809267258271956% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 183593.67445141255 Order of pole 1774012429.055561 TOP MAIN SOLVE Loop t[1] 4.1999999999997915 x1[1] (analytic) 2.000026992038277 x1[1] (numeric) 1.9948270581157272 absolute error 0.005199933922549693 relative error 0.2599931872544536% Correct digits 2 h 0.001 x2[1] (analytic) 1.8894178482126465 x2[1] (numeric) 1.94013360706235 absolute error 0.050715758849703585 relative error 2.6842002629370594% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 59888.17693265886 Order of pole 59862.63978637321 TOP MAIN SOLVE Loop t[1] 4.200999999999792 x1[1] (analytic) 2.00002696505973 x1[1] (numeric) 1.994821078916165 absolute error 0.005205886143565097 relative error 0.2602907977997999% Correct digits 2 h 0.001 x2[1] (analytic) 1.8911984504284785 x2[1] (numeric) 1.9420239294980752 absolute error 0.05082547906959678 relative error 2.6874746570399064% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 734.4581652548557 Order of pole 6903.285910121856 TOP MAIN SOLVE Loop t[1] 4.201999999999792 x1[1] (analytic) 2.0000269381081486 x1[1] (numeric) 1.9948150937344125 absolute error 0.005211844373736119 relative error 0.2605887088033959% Correct digits 2 h 0.001 x2[1] (analytic) 1.892982617425818 x2[1] (numeric) 1.9439180453441014 absolute error 0.05093542791828343 relative error 2.6907499017369862% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 183845.1843869519 Order of pole 1778910989.3215725 TOP MAIN SOLVE Loop t[1] 4.2029999999997925 x1[1] (analytic) 2.0000269111835047 x1[1] (numeric) 1.9948091025644847 absolute error 0.005217808619019992 relative error 0.260886920563103% Correct digits 2 h 0.001 x2[1] (analytic) 1.8947703563413487 x2[1] (numeric) 1.9458159622038278 absolute error 0.05104560586247908 relative error 2.69402599062422% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 178860.33975433337 Order of pole 178834.38517199966 TOP MAIN SOLVE Loop t[1] 4.203999999999793 x1[1] (analytic) 2.0000268842857722 x1[1] (numeric) 1.9948031054003903 absolute error 0.005223778885381947 relative error 0.2611854333771821% Correct digits 2 h 0.001 x2[1] (analytic) 1.8965616743260423 x2[1] (numeric) 1.9477176876958848 absolute error 0.051156013369842546 relative error 2.697302917292222% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 80222.8472802222 Order of pole 80196.62940690455 TOP MAIN SOLVE Loop t[1] 4.204999999999793 x1[1] (analytic) 2.0000268574149245 x1[1] (numeric) 1.9947971022361324 absolute error 0.005229755178792095 relative error 0.2614842475441385% Correct digits 2 h 0.001 x2[1] (analytic) 1.8983565785451866 x2[1] (numeric) 1.949623229454164 absolute error 0.05126665090897742 relative error 2.7005806753263304% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 184140.79179492645 Order of pole 1784609262.6210926 TOP MAIN SOLVE Loop t[1] 4.2059999999997935 x1[1] (analytic) 2.0000268305709334 x1[1] (numeric) 1.9947910930657076 absolute error 0.005235737505225879 relative error 0.261783363362744% Correct digits 2 h 0.001 x2[1] (analytic) 1.900155076178414 x2[1] (numeric) 1.9515325951278493 absolute error 0.05137751894943521 relative error 2.7038592583067227% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 105548.61816579883 Order of pole 105522.91086627646 TOP MAIN SOLVE Loop t[1] 4.206999999999794 x1[1] (analytic) 2.0000268037537734 x1[1] (numeric) 1.9947850778831067 absolute error 0.005241725870666736 relative error 0.26208278113216993% Correct digits 2 h 0.001 x2[1] (analytic) 1.9019571744197312 x2[1] (numeric) 1.9534457923814472 absolute error 0.051488617961716 relative error 2.7071386598083986% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 902.1479077248481 Order of pole 63665.254098185556 TOP MAIN SOLVE Loop t[1] 4.207999999999794 x1[1] (analytic) 2.0000267769634172 x1[1] (numeric) 1.9947790566823147 absolute error 0.005247720281102541 relative error 0.2623825011518097% Correct digits 2 h 0.001 x2[1] (analytic) 1.9037628804775466 x2[1] (numeric) 1.9553628288948177 absolute error 0.05159994841727111 relative error 2.7104188734012715% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 184402.28867047123 Order of pole 1789700244.9593596 TOP MAIN SOLVE Loop t[1] 4.2089999999997945 x1[1] (analytic) 2.000026750199838 x1[1] (numeric) 1.9947730294573103 absolute error 0.005253720742527612 relative error 0.2626825237213789% Correct digits 2 h 0.001 x2[1] (analytic) 1.9055722015747005 x2[1] (numeric) 1.9572837123632045 absolute error 0.051711510788504 relative error 2.713699892650163% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 126945.51883954665 Order of pole 126920.11779883676 TOP MAIN SOLVE Loop t[1] 4.209999999999795 x1[1] (analytic) 2.0000267234630087 x1[1] (numeric) 1.9947669962020662 absolute error 0.005259727260942482 relative error 0.26298284914090364% Correct digits 2 h 0.001 x2[1] (analytic) 1.907385144948493 x2[1] (numeric) 1.9592084504972669 absolute error 0.05182330554877379 relative error 2.716981711114942% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 184581.94514023678 Order of pole 1793193551.2529836 TOP MAIN SOLVE Loop t[1] 4.210999999999795 x1[1] (analytic) 2.000026696752903 x1[1] (numeric) 1.9947609569105493 absolute error 0.005265739842353678 relative error 0.26328347771071% Correct digits 2 h 0.001 x2[1] (analytic) 1.9092017178507137 x2[1] (numeric) 1.9611370510231094 absolute error 0.05193533317239574 relative error 2.7202643223504954% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 184681.6506512687 Order of pole 1795126515.5741913 TOP MAIN SOLVE Loop t[1] 4.2119999999997955 x1[1] (analytic) 2.0000266700694938 x1[1] (numeric) 1.9947549115767202 absolute error 0.005271758492773504 relative error 0.26358440973141267% Correct digits 2 h 0.001 x2[1] (analytic) 1.9110219275476692 x2[1] (numeric) 1.9630695216823137 absolute error 0.05204759413464455 relative error 2.7235477199068536% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 62288.26181177979 Order of pole 62262.9002278762 TOP MAIN SOLVE Loop t[1] 4.212999999999796 x1[1] (analytic) 2.000026643412755 x1[1] (numeric) 1.9947488601945336 absolute error 0.005277783218221588 relative error 0.26388564550399274% Correct digits 2 h 0.001 x2[1] (analytic) 1.9128457813202149 x2[1] (numeric) 1.965005870231969 absolute error 0.052160088911754166 relative error 2.7268318973291263% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 100861.81867690367 Order of pole 100836.1403603292 TOP MAIN SOLVE Loop t[1] 4.213999999999796 x1[1] (analytic) 2.0000266167826593 x1[1] (numeric) 1.9947428027579381 absolute error 0.005283814024721112 relative error 0.26418718532960894% Correct digits 2 h 0.001 x2[1] (analytic) 1.914673286463781 x2[1] (numeric) 1.9669461044447034 absolute error 0.052272817980922426 relative error 2.7301168481577% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 184943.09154061307 Order of pole 1800230608.7414432 TOP MAIN SOLVE Loop t[1] 4.2149999999997965 x1[1] (analytic) 2.0000265901791807 x1[1] (numeric) 1.9947367392608764 absolute error 0.005289850918304362 relative error 0.2644890295098751% Correct digits 2 h 0.001 x2[1] (analytic) 1.9165044502884045 x2[1] (numeric) 1.9688902321087147 absolute error 0.05238578182031017 relative error 2.7334025659281362% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 185059.95132858574 Order of pole 1802475634.835315 TOP MAIN SOLVE Loop t[1] 4.215999999999797 x1[1] (analytic) 2.000026563602292 x1[1] (numeric) 1.9947306696972846 absolute error 0.005295893905007398 relative error 0.2647911783465939% Correct digits 2 h 0.001 x2[1] (analytic) 1.918339280118756 x2[1] (numeric) 1.970838261027802 absolute error 0.05249898090904592 relative error 2.73668904417137% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 178437.9747206114 Order of pole 178412.37858348145 TOP MAIN SOLVE Loop t[1] 4.216999999999797 x1[1] (analytic) 2.0000265370519674 x1[1] (numeric) 1.9947245940610936 absolute error 0.005301942990873831 relative error 0.26509363214194537% Correct digits 2 h 0.001 x2[1] (analytic) 1.9201777832941704 x2[1] (numeric) 1.9727901990213963 absolute error 0.05261241572722586 relative error 2.739976276413654% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 185233.75735319935 Order of pole 1805875948.597717 TOP MAIN SOLVE Loop t[1] 4.2179999999997975 x1[1] (analytic) 2.0000265105281794 x1[1] (numeric) 1.9947185123462274 absolute error 0.005307998181951934 relative error 0.2653963911983429% Correct digits 2 h 0.001 x2[1] (analytic) 1.9220199671686766 x2[1] (numeric) 1.974746053924593 absolute error 0.05272608675591628 relative error 2.743264256176639% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 86522.69170546277 Order of pole 86497.33000300752 TOP MAIN SOLVE Loop t[1] 4.218999999999798 x1[1] (analytic) 2.000026484030902 x1[1] (numeric) 1.9947124245466046 absolute error 0.005314059484297529 relative error 0.2656994558185771% Correct digits 2 h 0.001 x2[1] (analytic) 1.9238658391110253 x2[1] (numeric) 1.9767058335881815 absolute error 0.05283999447715626 relative error 2.74655297697746% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 185412.38998883907 Order of pole 1809366885.7394524 TOP MAIN SOLVE Loop t[1] 4.219999999999798 x1[1] (analytic) 2.000026457560109 x1[1] (numeric) 1.9947063306561372 absolute error 0.005320126903971767 relative error 0.26600282630570526% Correct digits 2 h 0.001 x2[1] (analytic) 1.9257154065047206 x2[1] (numeric) 1.9786695458786787 absolute error 0.0529541393739581 relative error 2.749842432328709% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 185503.92283009988 Order of pole 1811162196.8873715 TOP MAIN SOLVE Loop t[1] 4.2209999999997985 x1[1] (analytic) 2.000026431115773 x1[1] (numeric) 1.9947002306687314 absolute error 0.005326200447041574 relative error 0.26630650296307323% Correct digits 2 h 0.001 x2[1] (analytic) 1.927568676748047 x2[1] (numeric) 1.9806371986783586 absolute error 0.05306852193031153 relative error 2.7531326157386053% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 95727.60268503876 Order of pole 95702.0892750913 TOP MAIN SOLVE Loop t[1] 4.221999999999799 x1[1] (analytic) 2.0000264046978686 x1[1] (numeric) 1.9946941245782872 absolute error 0.005332280119581423 relative error 0.2666104860944042% Correct digits 2 h 0.001 x2[1] (analytic) 1.9294256572541018 x2[1] (numeric) 1.982608799885285 absolute error 0.05318314263118329 relative error 2.7564235207109182% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 155308.97487386432 Order of pole 155283.588851998 TOP MAIN SOLVE Loop t[1] 4.222999999999799 x1[1] (analytic) 2.0000263783063685 x1[1] (numeric) 1.9946880123786985 absolute error 0.005338365927670008 relative error 0.26691477600363256% Correct digits 2 h 0.001 x2[1] (analytic) 1.9312863554508226 x2[1] (numeric) 1.984584357413343 absolute error 0.053298001962520436 relative error 2.7597151407450924% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 185797.9768866626 Order of pole 1816888425.5212173 TOP MAIN SOLVE Loop t[1] 4.2239999999997995 x1[1] (analytic) 2.000026351941247 x1[1] (numeric) 1.994681894063853 absolute error 0.005344457877393793 relative error 0.2672193729950811% Correct digits 2 h 0.001 x2[1] (analytic) 1.9331507787810174 x2[1] (numeric) 1.9865638791922702 absolute error 0.0534131004112528 relative error 2.7630074693363227% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 185885.7619254694 Order of pole 1818609843.6664405 TOP MAIN SOLVE Loop t[1] 4.2249999999998 x1[1] (analytic) 2.000026325602477 x1[1] (numeric) 1.9946757696276327 absolute error 0.005350555974844351 relative error 0.267524277373328% Correct digits 2 h 0.001 x2[1] (analytic) 1.9350189347023958 x2[1] (numeric) 1.9885473731676886 absolute error 0.05352843846529276 relative error 2.766300499975489% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 185986.0337578916 Order of pole 1820565043.0161421 TOP MAIN SOLVE Loop t[1] 4.2259999999998 x1[1] (analytic) 2.0000262992900333 x1[1] (numeric) 1.994669639063913 absolute error 0.005356660226120358 relative error 0.2678294894433067% Correct digits 2 h 0.001 x2[1] (analytic) 1.9368908306875972 x2[1] (numeric) 1.9905348473011368 absolute error 0.05364401661353968 relative error 2.76959422614934% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 63634.881285243 Order of pole 63609.46007115672 TOP MAIN SOLVE Loop t[1] 4.2269999999998005 x1[1] (analytic) 2.0000262730038885 x1[1] (numeric) 1.994663502366563 absolute error 0.005362770637325376 relative error 0.26813500951019503% Correct digits 2 h 0.001 x2[1] (analytic) 1.9387664742242205 x2[1] (numeric) 1.9925263095701016 absolute error 0.053759835345881024 relative error 2.772888641340496% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 143835.0041670764 Order of pole 143809.40127439768 TOP MAIN SOLVE Loop t[1] 4.227999999999801 x1[1] (analytic) 2.000026246744017 x1[1] (numeric) 1.9946573595294466 absolute error 0.005368887214570295 relative error 0.268440837879537% Correct digits 2 h 0.001 x2[1] (analytic) 1.9406458728148561 x2[1] (numeric) 1.9945217679680496 absolute error 0.053875895153193465 relative error 2.7761837390274553% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 186252.5294593268 Order of pole 1825799688.128252 TOP MAIN SOLVE Loop t[1] 4.228999999999801 x1[1] (analytic) 2.000026220510392 x1[1] (numeric) 1.9946512105464205 absolute error 0.005375009963971333 relative error 0.26874697485714316% Correct digits 2 h 0.001 x2[1] (analytic) 1.9425290339771135 x2[1] (numeric) 1.9965212305044602 absolute error 0.05399219652734666 relative error 2.77947951268474% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 127974.08289097015 Order of pole 127948.49141856775 TOP MAIN SOLVE Loop t[1] 4.2299999999998015 x1[1] (analytic) 2.000026194302987 x1[1] (numeric) 1.9946450554113357 absolute error 0.005381138891651371 relative error 0.26905342074915717% Correct digits 2 h 0.001 x2[1] (analytic) 1.9444159652436535 x2[1] (numeric) 1.9985247052048565 absolute error 0.05410873996120302 relative error 2.78277595578283% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 186440.4929307771 Order of pole 1829484916.1615677 TOP MAIN SOLVE Loop t[1] 4.230999999999802 x1[1] (analytic) 2.000026168121777 x1[1] (numeric) 1.9946388941180373 absolute error 0.005387274003739728 relative error 0.26936017586204447% Correct digits 2 h 0.001 x2[1] (analytic) 1.9463066741622164 x2[1] (numeric) 2.000532200110838 absolute error 0.05422552594862151 relative error 2.7860730617883114% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 140649.3317595731 Order of pole 140623.29283063393 TOP MAIN SOLVE Loop t[1] 4.231999999999802 x1[1] (analytic) 2.000026141966735 x1[1] (numeric) 1.9946327266603638 absolute error 0.005393415306371052 relative error 0.26966724050253726% Correct digits 2 h 0.001 x2[1] (analytic) 1.948201168295654 x2[1] (numeric) 2.002543723280113 absolute error 0.054342554984458946 relative error 2.7893708241638864% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 186617.50413639244 Order of pole 1832973269.146002 TOP MAIN SOLVE Loop t[1] 4.2329999999998025 x1[1] (analytic) 2.000026115837835 x1[1] (numeric) 1.994626553032148 absolute error 0.005399562805686875 relative error 0.2699746149777116% Correct digits 2 h 0.001 x2[1] (analytic) 1.9500994552219575 x2[1] (numeric) 2.00455928278653 absolute error 0.05445982756457268 relative error 2.7926692363684675% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 186720.1196828227 Order of pole 1834974251.239168 TOP MAIN SOLVE Loop t[1] 4.233999999999803 x1[1] (analytic) 2.0000260897350506 x1[1] (numeric) 1.9946203732272163 absolute error 0.0054057165078342795 relative error 0.27028229959492134% Correct digits 2 h 0.001 x2[1] (analytic) 1.9520015425342911 x2[1] (numeric) 2.0065788867201118 absolute error 0.05457734418582061 relative error 2.795968291857118% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 186835.4632084523 Order of pole 1837221605.171874 TOP MAIN SOLVE Loop t[1] 4.234999999999803 x1[1] (analytic) 2.000026063658356 x1[1] (numeric) 1.9946141872393885 absolute error 0.005411876418967454 relative error 0.27059029466187545% Correct digits 2 h 0.001 x2[1] (analytic) 1.9539074378410188 x2[1] (numeric) 2.0086025431870853 absolute error 0.054695105346066475 relative error 2.79926798408128% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 186907.86603265916 Order of pole 1838665530.432291 TOP MAIN SOLVE Loop t[1] 4.2359999999998035 x1[1] (analytic) 2.000026037607725 x1[1] (numeric) 1.9946079950624789 absolute error 0.005418042545246138 relative error 0.2708986004865605% Correct digits 2 h 0.001 x2[1] (analytic) 1.9558171487657385 x2[1] (numeric) 2.0106302603099167 absolute error 0.05481311154417812 relative error 2.8025683064886273% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 187014.69662754887 Order of pole 1840754403.4128428 TOP MAIN SOLVE Loop t[1] 4.236999999999804 x1[1] (analytic) 2.000026011583132 x1[1] (numeric) 1.9946017966902954 absolute error 0.00542421489283651 relative error 0.2712072173772851% Correct digits 2 h 0.001 x2[1] (analytic) 1.9577306829473087 x2[1] (numeric) 2.0126620462273412 absolute error 0.054931363280032564 relative error 2.8058692525232805% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 66209.74686506102 Order of pole 66184.27305637528 TOP MAIN SOLVE Loop t[1] 4.237999999999804 x1[1] (analytic) 2.0000259855845504 x1[1] (numeric) 1.9945955921166394 absolute error 0.0054303934679109656 relative error 0.27151614564266857% Correct digits 2 h 0.001 x2[1] (analytic) 1.959648048039882 x2[1] (numeric) 2.0146979090943984 absolute error 0.05504986105451648 relative error 2.8091708156257726% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 88653.34809954018 Order of pole 88627.62765326814 TOP MAIN SOLVE Loop t[1] 4.2389999999998045 x1[1] (analytic) 2.0000259596119543 x1[1] (numeric) 1.9945893813353064 absolute error 0.0054365782766478965 relative error 0.27182538559163016% Correct digits 2 h 0.001 x2[1] (analytic) 1.9615692517129342 x2[1] (numeric) 2.016737857082463 absolute error 0.05516860536952861 relative error 2.8124729892331257% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 187291.19304453165 Order of pole 1846205899.5097184 TOP MAIN SOLVE Loop t[1] 4.239999999999805 x1[1] (analytic) 2.0000259336653174 x1[1] (numeric) 1.9945831643400855 absolute error 0.005442769325231911 relative error 0.27213493753339996% Correct digits 2 h 0.001 x2[1] (analytic) 1.9634943016512951 x2[1] (numeric) 2.018781898379278 absolute error 0.05528759672798267 relative error 2.815775766778946% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 187390.04636181152 Order of pole 1848148908.4327445 TOP MAIN SOLVE Loop t[1] 4.240999999999805 x1[1] (analytic) 2.000025907744615 x1[1] (numeric) 1.99457694112476 absolute error 0.005448966619854945 relative error 0.2724448017775742% Correct digits 2 h 0.001 x2[1] (analytic) 1.965423205555181 x2[1] (numeric) 2.020830041188988 absolute error 0.055406835633806883 relative error 2.819079141693348% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 98293.98957886534 Order of pole 98268.68584253584 TOP MAIN SOLVE Loop t[1] 4.2419999999998055 x1[1] (analytic) 2.0000258818498198 x1[1] (numeric) 1.9945707116831066 absolute error 0.0054551701667131525 relative error 0.2727549786339603% Correct digits 2 h 0.001 x2[1] (analytic) 1.967355971140222 x2[1] (numeric) 2.022882293732171 absolute error 0.05552632259194912 relative error 2.8223831074031653% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 187564.68847490166 Order of pole 1851608332.7393575 TOP MAIN SOLVE Loop t[1] 4.242999999999806 x1[1] (analytic) 2.0000258559809065 x1[1] (numeric) 1.9945644760088956 absolute error 0.005461379972010905 relative error 0.27306546841277646% Correct digits 2 h 0.001 x2[1] (analytic) 1.9692926061374967 x2[1] (numeric) 2.024938664245873 absolute error 0.05564605810837642 relative error 2.8256876573318728% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 187686.58148202635 Order of pole 1853987485.4372628 TOP MAIN SOLVE Loop t[1] 4.243999999999806 x1[1] (analytic) 2.0000258301378495 x1[1] (numeric) 1.9945582340958916 absolute error 0.005467596041957901 relative error 0.2733762714245072% Correct digits 2 h 0.001 x2[1] (analytic) 1.9712331182935603 x2[1] (numeric) 2.0269991609836393 absolute error 0.05576604269007901 relative error 2.8289927848997416% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 187757.7502613876 Order of pole 1855418501.8179364 TOP MAIN SOLVE Loop t[1] 4.2449999999998065 x1[1] (analytic) 2.000025804320622 x1[1] (numeric) 1.9945519859378527 absolute error 0.005473818382769391 relative error 0.2736873879799147% Correct digits 2 h 0.001 x2[1] (analytic) 1.973177515370477 x2[1] (numeric) 2.029063792215548 absolute error 0.05588627684507119 relative error 2.832298483523829% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 187831.5278784594 Order of pole 1856897837.0937908 TOP MAIN SOLVE Loop t[1] 4.245999999999807 x1[1] (analytic) 2.0000257785291993 x1[1] (numeric) 1.9945457315285304 absolute error 0.005480047000668842 relative error 0.27399881839017187% Correct digits 2 h 0.001 x2[1] (analytic) 1.9751258051458505 x2[1] (numeric) 2.031132566228244 absolute error 0.05600676108239333 relative error 2.8356047466180305% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 799.4267598659918 Order of pole 4425.509836657152 TOP MAIN SOLVE Loop t[1] 4.246999999999807 x1[1] (analytic) 2.0000257527635554 x1[1] (numeric) 1.9945394708616708 absolute error 0.005486281901884604 relative error 0.2743105629666958% Correct digits 2 h 0.001 x2[1] (analytic) 1.9770779954128554 x2[1] (numeric) 2.0332054913249697 absolute error 0.0561274959121143 relative error 2.838911567593149% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 92791.863660445 Order of pole 92766.18877611714 TOP MAIN SOLVE Loop t[1] 4.2479999999998075 x1[1] (analytic) 2.000025727023664 x1[1] (numeric) 1.9945332039310129 absolute error 0.005492523092651025 relative error 0.2746226220212036% Correct digits 2 h 0.001 x2[1] (analytic) 1.9790340939802686 x2[1] (numeric) 2.0352825758256023 absolute error 0.05624848184533371 relative error 2.842218939856956% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 188146.7484671047 Order of pole 1863096436.565554 TOP MAIN SOLVE Loop t[1] 4.248999999999808 x1[1] (analytic) 2.0000257013094993 x1[1] (numeric) 1.9945269307302897 absolute error 0.005498770579209555 relative error 0.2749349958657673% Correct digits 2 h 0.001 x2[1] (analytic) 1.9809941086724994 x2[1] (numeric) 2.0373638280666837 absolute error 0.05636971939418434 relative error 2.845526856814265% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 114573.59848574788 Order of pole 114548.29592254912 TOP MAIN SOLVE Loop t[1] 4.249999999999808 x1[1] (analytic) 2.0000256756210364 x1[1] (numeric) 1.9945206512532283 absolute error 0.005505024367808087 relative error 0.27524768481278117% Correct digits 2 h 0.001 x2[1] (analytic) 1.9829580473296227 x2[1] (numeric) 2.039449256401455 absolute error 0.05649120907183236 relative error 2.8488353118668854% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 133294.92639330926 Order of pole 133268.9145022732 TOP MAIN SOLVE Loop t[1] 4.2509999999998085 x1[1] (analytic) 2.0000256499582485 x1[1] (numeric) 1.9945143654935489 absolute error 0.005511284464699617 relative error 0.27556068917489474% Correct digits 2 h 0.001 x2[1] (analytic) 1.9849259178074075 x2[1] (numeric) 2.04153886919989 absolute error 0.05661295139248246 relative error 2.852144298413835% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 89730.98447662497 Order of pole 89705.33444736231 TOP MAIN SOLVE Loop t[1] 4.251999999999809 x1[1] (analytic) 2.000025624321111 x1[1] (numeric) 1.9945080734449658 absolute error 0.005517550876145361 relative error 0.2758740092651682% Correct digits 2 h 0.001 x2[1] (analytic) 1.9868977279773519 x2[1] (numeric) 2.043632674848728 absolute error 0.05673494687137626 relative error 2.8554538098512015% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 72502.48525157257 Order of pole 72476.8237855652 TOP MAIN SOLVE Loop t[1] 4.252999999999809 x1[1] (analytic) 2.000025598709598 x1[1] (numeric) 1.9945017751011873 absolute error 0.0055238236084105274 relative error 0.27618764539686186% Correct digits 2 h 0.001 x2[1] (analytic) 1.988873485726712 x2[1] (numeric) 2.0457306817515097 absolute error 0.05685719602479766 relative error 2.858763839572364% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 118057.01434831352 Order of pole 118031.23375985923 TOP MAIN SOLVE Loop t[1] 4.2539999999998095 x1[1] (analytic) 2.0000255731236836 x1[1] (numeric) 1.9944954704559148 absolute error 0.005530102667768766 relative error 0.2765015978836576% Correct digits 2 h 0.001 x2[1] (analytic) 1.9908531989585343 x2[1] (numeric) 2.047832898328607 absolute error 0.056979699370072856 relative error 2.862074380967938% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 177014.13269860292 Order of pole 176988.48997676704 TOP MAIN SOLVE Loop t[1] 4.25499999999981 x1[1] (analytic) 2.000025547563342 x1[1] (numeric) 1.9944891595028436 absolute error 0.005536388060498609 relative error 0.2768158670394818% Correct digits 2 h 0.001 x2[1] (analytic) 1.9928368755916868 x2[1] (numeric) 2.0499393330172606 absolute error 0.05710245742557385 relative error 2.865385427425902% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 96089.49497570755 Order of pole 96063.79611359669 TOP MAIN SOLVE Loop t[1] 4.25599999999981 x1[1] (analytic) 2.0000255220285483 x1[1] (numeric) 1.9944828422356626 absolute error 0.005542679792885696 relative error 0.277130453178616% Correct digits 2 h 0.001 x2[1] (analytic) 1.9948245235608917 x2[1] (numeric) 2.052049994271611 absolute error 0.05722547071071937 relative error 2.8686969723315903% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 188888.4579399235 Order of pole 1877831048.230673 TOP MAIN SOLVE Loop t[1] 4.2569999999998105 x1[1] (analytic) 2.0000254965192763 x1[1] (numeric) 1.9944765186480549 absolute error 0.005548977871221439 relative error 0.2774453566156304% Correct digits 2 h 0.001 x2[1] (analytic) 1.9968161508167561 x2[1] (numeric) 2.0541648905627343 absolute error 0.057348739745978206 relative error 2.872009009067805% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 924.4872621282999 Order of pole 26397.924853539913 TOP MAIN SOLVE Loop t[1] 4.257999999999811 x1[1] (analytic) 2.000025471035501 x1[1] (numeric) 1.9944701887336966 absolute error 0.005555282301804576 relative error 0.2777605776654615% Correct digits 2 h 0.001 x2[1] (analytic) 1.998811765325805 x2[1] (numeric) 2.056284030378674 absolute error 0.057472265052868954 relative error 2.875321531014753% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 58970.65045601871 Order of pole 58945.225996357665 TOP MAIN SOLVE Loop t[1] 4.258999999999811 x1[1] (analytic) 2.000025445577197 x1[1] (numeric) 1.9944638524862581 absolute error 0.005561593090938732 relative error 0.2780761166432903% Correct digits 2 h 0.001 x2[1] (analytic) 2.000811375070511 x2[1] (numeric) 2.058407422224477 absolute error 0.057596047153965824 relative error 2.878634531550285% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 189156.73407128046 Order of pole 1883192364.896916 TOP MAIN SOLVE Loop t[1] 4.2599999999998115 x1[1] (analytic) 2.0000254201443384 x1[1] (numeric) 1.994457509899403 absolute error 0.0055679102449353035 relative error 0.27839197386468606% Correct digits 2 h 0.001 x2[1] (analytic) 2.00281498804933 x2[1] (numeric) 2.060535074622227 absolute error 0.05772008657289707 relative error 2.8819480040497583% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 189261.15075476936 Order of pole 1885255487.6672559 TOP MAIN SOLVE Loop t[1] 4.260999999999812 x1[1] (analytic) 2.0000253947369 x1[1] (numeric) 1.9944511609667888 absolute error 0.0055742337701112366 relative error 0.2787081496454958% Correct digits 2 h 0.001 x2[1] (analytic) 2.0048226122767265 x2[1] (numeric) 2.0626669961110773 absolute error 0.057844383834350754 relative error 2.8852619418862813% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 183254.95985561266 Order of pole 183230.3953812338 TOP MAIN SOLVE Loop t[1] 4.261999999999812 x1[1] (analytic) 2.000025369354856 x1[1] (numeric) 1.9944448056820663 absolute error 0.005580563672789696 relative error 0.27902464430187734% Correct digits 2 h 0.001 x2[1] (analytic) 2.0068342557832155 x2[1] (numeric) 2.0648031952472876 absolute error 0.05796893946407211 relative error 2.8885763384305165% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 189446.00265045188 Order of pole 1888944333.323539 TOP MAIN SOLVE Loop t[1] 4.2629999999998125 x1[1] (analytic) 2.0000253439981814 x1[1] (numeric) 1.9944384440388803 absolute error 0.0055868999593011726 relative error 0.27934145815035494% Correct digits 2 h 0.001 x2[1] (analytic) 2.0088499266153854 x2[1] (numeric) 2.066943680604256 absolute error 0.0580937539888704 relative error 2.8918911870509794% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 189545.23528238782 Order of pole 1890916017.175864 TOP MAIN SOLVE Loop t[1] 4.263999999999813 x1[1] (analytic) 2.000025318666851 x1[1] (numeric) 1.9944320760308694 absolute error 0.00559324263598171 relative error 0.2796585915077303% Correct digits 2 h 0.001 x2[1] (analytic) 2.0108696328359343 x2[1] (numeric) 2.0690884607725537 absolute error 0.058218827936619366 relative error 2.895206481114005% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 189631.48238245287 Order of pole 1892654549.3414178 TOP MAIN SOLVE Loop t[1] 4.264999999999813 x1[1] (analytic) 2.0000252933608396 x1[1] (numeric) 1.9944257016516653 absolute error 0.005599591709174234 relative error 0.2799760446911493% Correct digits 2 h 0.001 x2[1] (analytic) 2.012893382523704 x2[1] (numeric) 2.071237544359961 absolute error 0.058344161836257236 relative error 2.8985222139836893% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 189752.00618582693 Order of pole 1895024729.5349922 TOP MAIN SOLVE Loop t[1] 4.2659999999998135 x1[1] (analytic) 2.000025268080121 x1[1] (numeric) 1.9944193208948937 absolute error 0.0056059471852274445 relative error 0.28029381801804665% Correct digits 2 h 0.001 x2[1] (analytic) 2.014921183773707 x2[1] (numeric) 2.0733909399914996 absolute error 0.05846975621779249 relative error 2.9018383790221316% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 103924.34280118819 Order of pole 103898.36366626399 TOP MAIN SOLVE Loop t[1] 4.266999999999814 x1[1] (analytic) 2.000025242824671 x1[1] (numeric) 1.994412933754174 absolute error 0.005612309070496924 relative error 0.28061191180620104% Correct digits 2 h 0.001 x2[1] (analytic) 2.016953044697164 x2[1] (numeric) 2.075548656309468 absolute error 0.058595611612303866 relative error 2.9051549695893746% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 69670.57807560955 Order of pole 69645.40310211798 TOP MAIN SOLVE Loop t[1] 4.267999999999814 x1[1] (analytic) 2.0000252175944633 x1[1] (numeric) 1.994406540223119 absolute error 0.0056186773713442495 relative error 0.28093032637369103% Correct digits 2 h 0.001 x2[1] (analytic) 2.018988973421535 x2[1] (numeric) 2.077710701973477 absolute error 0.05872172855194169 relative error 2.9084719790434166% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 190035.58534873897 Order of pole 1900695074.9759426 TOP MAIN SOLVE Loop t[1] 4.2689999999998145 x1[1] (analytic) 2.0000251923894736 x1[1] (numeric) 1.994400140295335 absolute error 0.0056250520941385496 relative error 0.2812490620389725% Correct digits 2 h 0.001 x2[1] (analytic) 2.021028978090549 x2[1] (numeric) 2.0798770856604825 absolute error 0.05884810756993364 relative error 2.9117894007404503% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 190104.85375866448 Order of pole 1902113183.816059 TOP MAIN SOLVE Loop t[1] 4.269999999999815 x1[1] (analytic) 2.000025167209676 x1[1] (numeric) 1.9943937339644222 absolute error 0.005631433245253614 relative error 0.28156811912073476% Correct digits 2 h 0.001 x2[1] (analytic) 2.023073066864241 x2[1] (numeric) 2.082047816064822 absolute error 0.05897474920058121 relative error 2.915107228034623% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 190205.33900842455 Order of pole 1904120248.9188845 TOP MAIN SOLVE Loop t[1] 4.270999999999815 x1[1] (analytic) 2.000025142055046 x1[1] (numeric) 1.9943873212239742 absolute error 0.0056378208310716715 relative error 0.28188749793808865% Correct digits 2 h 0.001 x2[1] (analytic) 2.025121247918981 x2[1] (numeric) 2.084222901898249 absolute error 0.05910165397926814 relative error 2.918425454278411% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 190310.33527510267 Order of pole 1906206571.6364043 TOP MAIN SOLVE Loop t[1] 4.2719999999998155 x1[1] (analytic) 2.0000251169255576 x1[1] (numeric) 1.9943809020675785 absolute error 0.0056442148579791684 relative error 0.2822071988103563% Correct digits 2 h 0.001 x2[1] (analytic) 2.0271735294475075 x2[1] (numeric) 2.086402351889966 absolute error 0.05922882244245864 relative error 2.921744072822471% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 190402.7215657387 Order of pole 1908066055.7874374 TOP MAIN SOLVE Loop t[1] 4.272999999999816 x1[1] (analytic) 2.000025091821186 x1[1] (numeric) 1.9943744764888156 absolute error 0.0056506153323705455 relative error 0.2825272220572592% Correct digits 2 h 0.001 x2[1] (analytic) 2.0292299196589636 x2[1] (numeric) 2.088586174786663 absolute error 0.0593562551276996 relative error 2.925063077015695% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 190492.07758129342 Order of pole 1909861230.5792706 TOP MAIN SOLVE Loop t[1] 4.273999999999816 x1[1] (analytic) 2.0000250667419066 x1[1] (numeric) 1.9943680444812601 absolute error 0.00565702226064646 relative error 0.28284756799883004% Correct digits 2 h 0.001 x2[1] (analytic) 2.031290426778925 x2[1] (numeric) 2.0907743793525495 absolute error 0.0594839525736246 relative error 2.928382460205358% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 110543.2376420685 Order of pole 110517.30779393757 TOP MAIN SOLVE Loop t[1] 4.2749999999998165 x1[1] (analytic) 2.000025041687694 x1[1] (numeric) 1.9943616060384801 absolute error 0.00566343564921401 relative error 0.28316823695542315% Correct digits 2 h 0.001 x2[1] (analytic) 2.033355059049435 x2[1] (numeric) 2.0929669743693906 absolute error 0.05961191531995569 relative error 2.9317022157371486% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 190680.12860218255 Order of pole 1913637300.1882062 TOP MAIN SOLVE Loop t[1] 4.275999999999817 x1[1] (analytic) 2.000025016658523 x1[1] (numeric) 1.9943551611540369 absolute error 0.0056698555044860655 relative error 0.2834892292476818% Correct digits 2 h 0.001 x2[1] (analytic) 2.035423824729038 x2[1] (numeric) 2.0951639686365424 absolute error 0.05974014390750426 relative error 2.9350223369551576% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 550.7956092331364 Order of pole 9736.807871625913 TOP MAIN SOLVE Loop t[1] 4.276999999999817 x1[1] (analytic) 2.0000249916543686 x1[1] (numeric) 1.9943487098214858 absolute error 0.0056762818328828235 relative error 0.2838105451966153% Correct digits 2 h 0.001 x2[1] (analytic) 2.037496732092812 x2[1] (numeric) 2.0973653709709867 absolute error 0.05986863887817462 relative error 2.938342817202% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 190876.59128141767 Order of pole 1917576269.0970933 TOP MAIN SOLVE Loop t[1] 4.2779999999998175 x1[1] (analytic) 2.000024966675206 x1[1] (numeric) 1.9943422520343754 absolute error 0.005682714640830477 relative error 0.2841321851235331% Correct digits 2 h 0.001 x2[1] (analytic) 2.039573789432402 x2[1] (numeric) 2.099571190207367 absolute error 0.05999740077496485 relative error 2.9416636498188025% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 190982.45864089177 Order of pole 1919693003.3644907 TOP MAIN SOLVE Loop t[1] 4.278999999999818 x1[1] (analytic) 2.00002494172101 x1[1] (numeric) 1.994335787786248 absolute error 0.005689153934761881 relative error 0.28445414935007746% Correct digits 2 h 0.001 x2[1] (analytic) 2.0416550050560525 x2[1] (numeric) 2.101781435198023 absolute error 0.06012643014197039 relative error 2.9449848281453237% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 57295.819056638895 Order of pole 57270.48587696951 TOP MAIN SOLVE Loop t[1] 4.279999999999818 x1[1] (analytic) 2.0000249167917556 x1[1] (numeric) 1.994329317070639 absolute error 0.005695599721116551 relative error 0.2847764381982238% Correct digits 2 h 0.001 x2[1] (analytic) 2.0437403872886413 x2[1] (numeric) 2.1039961148130266 absolute error 0.06025572752438535 relative error 2.9483063455199665% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 191166.16772049677 Order of pole 1923396847.9869416 TOP MAIN SOLVE Loop t[1] 4.2809999999998185 x1[1] (analytic) 2.000024891887418 x1[1] (numeric) 1.9943228398810782 absolute error 0.005702052006339775 relative error 0.2850990519902362% Correct digits 2 h 0.001 x2[1] (analytic) 2.0458299444717123 x2[1] (numeric) 2.106215237940218 absolute error 0.06038529346850563 relative error 2.951628195279873% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 191254.09065660703 Order of pole 1925169830.1957858 TOP MAIN SOLVE Loop t[1] 4.281999999999819 x1[1] (analytic) 2.0000248670079723 x1[1] (numeric) 1.994316356211088 absolute error 0.005708510796884392 relative error 0.28542199104875615% Correct digits 2 h 0.001 x2[1] (analytic) 2.0479236849635103 x2[1] (numeric) 2.108438813485239 absolute error 0.06051512852172891 relative error 2.9549503707608697% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 191353.56899469113 Order of pole 1927176217.0471733 TOP MAIN SOLVE Loop t[1] 4.282999999999819 x1[1] (analytic) 2.000024842153394 x1[1] (numeric) 1.994309866054185 absolute error 0.005714976099209013 relative error 0.28574525569671383% Correct digits 2 h 0.001 x2[1] (analytic) 2.0500216171390115 x2[1] (numeric) 2.1106668503715724 absolute error 0.06064523323256088 relative error 2.9582728652977193% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 191434.63848885248 Order of pole 1928827187.1137867 TOP MAIN SOLVE Loop t[1] 4.2839999999998195 x1[1] (analytic) 2.0000248173236574 x1[1] (numeric) 1.9943033694038788 absolute error 0.005721447919778688 relative error 0.28606884625736145% Correct digits 2 h 0.001 x2[1] (analytic) 2.05212374938996 x2[1] (numeric) 2.112899357540574 absolute error 0.060775608150614335 relative error 2.9615956722240195% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 473.91475228450315 Order of pole 1773.1749017286386 TOP MAIN SOLVE Loop t[1] 4.28499999999982 x1[1] (analytic) 2.0000247925187384 x1[1] (numeric) 1.9942968662536729 absolute error 0.005727926265065575 relative error 0.28639276305430644% Correct digits 2 h 0.001 x2[1] (analytic) 2.0542300901249004 x2[1] (numeric) 2.1151363439515105 absolute error 0.06090625382661008 relative error 2.9649187848721894% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 459.34300994843966 Order of pole 5479.243996554071 TOP MAIN SOLVE Loop t[1] 4.28599999999982 x1[1] (analytic) 2.0000247677386116 x1[1] (numeric) 1.9942903565970642 absolute error 0.00573441114154738 relative error 0.28671700641143383% Correct digits 2 h 0.001 x2[1] (analytic) 2.0563406477692108 x2[1] (numeric) 2.1173778185815944 absolute error 0.06103717081238358 relative error 2.968242196573744% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 64284.59758069767 Order of pole 64259.443265627655 TOP MAIN SOLVE Loop t[1] 4.2869999999998205 x1[1] (analytic) 2.000024742983253 x1[1] (numeric) 1.994283840427543 absolute error 0.005740902555710026 relative error 0.28704157665303925% Correct digits 2 h 0.001 x2[1] (analytic) 2.058455430765137 x2[1] (numeric) 2.119623790426021 absolute error 0.061168359660884075 relative error 2.9715659006591912% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 79390.22015066235 Order of pole 79364.75821749904 TOP MAIN SOLVE Loop t[1] 4.287999999999821 x1[1] (analytic) 2.000024718252637 x1[1] (numeric) 1.994277317738593 absolute error 0.005747400514044099 relative error 0.28736647410365174% Correct digits 2 h 0.001 x2[1] (analytic) 2.0605744475718253 x2[1] (numeric) 2.1218742684980034 absolute error 0.06129982092617814 relative error 2.9748898904581518% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 105001.73716089573 Order of pole 104976.18797237746 TOP MAIN SOLVE Loop t[1] 4.288999999999821 x1[1] (analytic) 2.0000246935467394 x1[1] (numeric) 1.9942707885236919 absolute error 0.005753905023047512 relative error 0.2876916990881666% Correct digits 2 h 0.001 x2[1] (analytic) 2.062697706665359 x2[1] (numeric) 2.124129261828809 absolute error 0.06143155516344967 relative error 2.9782141592993003% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 128473.46817642664 Order of pole 128446.858580107 TOP MAIN SOLVE Loop t[1] 4.2899999999998215 x1[1] (analytic) 2.000024668865535 x1[1] (numeric) 1.99426425277631 absolute error 0.005760416089225284 relative error 0.28801725193183436% Correct digits 2 h 0.001 x2[1] (analytic) 2.0648252165387904 x2[1] (numeric) 2.126388779467795 absolute error 0.06156356292900478 relative error 2.9815387005105487% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 192136.6939337169 Order of pole 1942961501.7027657 TOP MAIN SOLVE Loop t[1] 4.290999999999822 x1[1] (analytic) 2.000024644209 x1[1] (numeric) 1.9942577104899117 absolute error 0.0057669337190884296 relative error 0.28834313296020525% Correct digits 2 h 0.001 x2[1] (analytic) 2.0669569857021726 x2[1] (numeric) 2.128652830482447 absolute error 0.061695844780274456 relative error 2.9848635074191234% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 192214.34442307823 Order of pole 1944554273.2000432 TOP MAIN SOLVE Loop t[1] 4.291999999999822 x1[1] (analytic) 2.000024619577109 x1[1] (numeric) 1.9942511616579548 absolute error 0.005773457919154179 relative error 0.2886693424991406% Correct digits 2 h 0.001 x2[1] (analytic) 2.0690930226825985 x2[1] (numeric) 2.1309214239584118 absolute error 0.06182840127581324 relative error 2.9881885733514357% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 192318.86051092495 Order of pole 1946658433.6241 TOP MAIN SOLVE Loop t[1] 4.2929999999998225 x1[1] (analytic) 2.0000245949698376 x1[1] (numeric) 1.9942446062738906 absolute error 0.005779988695947091 relative error 0.2889958808748679% Correct digits 2 h 0.001 x2[1] (analytic) 2.07123333602423 x2[1] (numeric) 2.133194568999536 absolute error 0.06196123297530587 relative error 2.9915138916333577% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 192416.04239903679 Order of pole 1948629003.6296787 TOP MAIN SOLVE Loop t[1] 4.293999999999823 x1[1] (analytic) 2.0000245703871613 x1[1] (numeric) 1.9942380443311634 absolute error 0.0057865260559979426 relative error 0.2893227484139256% Correct digits 2 h 0.001 x2[1] (analytic) 2.0733779342883376 x2[1] (numeric) 2.135472274727902 absolute error 0.06209434043956419 relative error 2.9948394555900073% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 192489.3723349148 Order of pole 1950140739.4435883 TOP MAIN SOLVE Loop t[1] 4.294999999999823 x1[1] (analytic) 2.000024545829055 x1[1] (numeric) 1.9942314758232114 absolute error 0.005793070005843726 relative error 0.28964994544316297% Correct digits 2 h 0.001 x2[1] (analytic) 2.0755268260533275 x2[1] (numeric) 2.1377545502838644 absolute error 0.06222772423053691 relative error 2.998165258546172% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 99907.96583447847 Order of pole 99881.66778442578 TOP MAIN SOLVE Loop t[1] 4.2959999999998235 x1[1] (analytic) 2.000024521295495 x1[1] (numeric) 1.994224900743466 absolute error 0.005799620552028983 relative error 0.2899774722898067% Correct digits 2 h 0.001 x2[1] (analytic) 2.0776800199147827 x2[1] (numeric) 2.140041404826087 absolute error 0.062361384911304274 relative error 3.001491293825989% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 111384.86172952462 Order of pole 111359.14136221474 TOP MAIN SOLVE Loop t[1] 4.296999999999824 x1[1] (analytic) 2.0000244967864558 x1[1] (numeric) 1.9942183190853524 absolute error 0.0058061777011033655 relative error 0.29030532928133906% Correct digits 2 h 0.001 x2[1] (analytic) 2.079837524485494 x2[1] (numeric) 2.142332847531579 absolute error 0.06249532304608474 relative error 3.004817554753211% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 192796.82628359934 Order of pole 1956353053.324112 TOP MAIN SOLVE Loop t[1] 4.297999999999824 x1[1] (analytic) 2.000024472301914 x1[1] (numeric) 1.9942117308422886 absolute error 0.005812741459625181 relative error 0.29063351674567506% Correct digits 2 h 0.001 x2[1] (analytic) 2.081999348395495 x2[1] (numeric) 2.1446288875957316 absolute error 0.06262953920023673 relative error 3.008144034651238% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 192913.24776056092 Order of pole 1958690149.8977847 TOP MAIN SOLVE Loop t[1] 4.2989999999998245 x1[1] (analytic) 2.000024447841844 x1[1] (numeric) 1.9942051360076867 absolute error 0.0058193118341571815 relative error 0.2909620350109518% Correct digits 2 h 0.001 x2[1] (analytic) 2.084165500292096 x2[1] (numeric) 2.1469295342323553 absolute error 0.06276403394025953 relative error 3.0114707268431014% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 112367.46355833695 Order of pole 112341.72542177646 TOP MAIN SOLVE Loop t[1] 4.299999999999825 x1[1] (analytic) 2.000024423406222 x1[1] (numeric) 1.9941985345749516 absolute error 0.005825888831270332 relative error 0.2912908844057173% Correct digits 2 h 0.001 x2[1] (analytic) 2.0863359888399193 x2[1] (numeric) 2.149234796673716 absolute error 0.06289880783379687 relative error 3.0147976246515764% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 193090.57966877136 Order of pole 1962310011.6231508 TOP MAIN SOLVE Loop t[1] 4.300999999999825 x1[1] (analytic) 2.0000243989950235 x1[1] (numeric) 1.994191926537482 absolute error 0.005832472457541593 relative error 0.29162006525881917% Correct digits 2 h 0.001 x2[1] (analytic) 2.088510822720935 x2[1] (numeric) 2.151544684170574 absolute error 0.06303386144963907 relative error 3.0181247213992344% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 193171.63818942223 Order of pole 1963976775.3351984 TOP MAIN SOLVE Loop t[1] 4.3019999999998255 x1[1] (analytic) 2.000024374608224 x1[1] (numeric) 1.9941853118886697 absolute error 0.0058390627195541445 relative error 0.291949577899416% Correct digits 2 h 0.001 x2[1] (analytic) 2.0906900106344932 x2[1] (numeric) 2.1538592059922177 absolute error 0.06316919535772447 relative error 3.021452010408447% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 193280.9849190214 Order of pole 1966187750.8229163 TOP MAIN SOLVE Loop t[1] 4.302999999999826 x1[1] (analytic) 2.000024350245799 x1[1] (numeric) 1.9941786906219001 absolute error 0.0058456596238987135 relative error 0.2922794226570439% Correct digits 2 h 0.001 x2[1] (analytic) 2.0928735612973615 x2[1] (numeric) 2.1561783714265035 absolute error 0.06330481012914202 relative error 3.0247794850014587% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 193364.31261047279 Order of pole 1967907952.1769564 TOP MAIN SOLVE Loop t[1] 4.303999999999826 x1[1] (analytic) 2.000024325907724 x1[1] (numeric) 1.9941720627305521 absolute error 0.0058522631771720235 relative error 0.29260959986153845% Correct digits 2 h 0.001 x2[1] (analytic) 2.095061483443756 x2[1] (numeric) 2.158502189779892 absolute error 0.06344070633613619 relative error 3.0281071385005642% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 193465.0818423744 Order of pole 1969949190.122225 TOP MAIN SOLVE Loop t[1] 4.3049999999998265 x1[1] (analytic) 2.0000243015939754 x1[1] (numeric) 1.9941654282079977 absolute error 0.005858873385977681 relative error 0.2929401098430798% Correct digits 2 h 0.001 x2[1] (analytic) 2.097253785825382 x2[1] (numeric) 2.1608306703774858 absolute error 0.06357688455210386 relative error 3.031434964227896% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 193582.28929490235 Order of pole 1972307651.472156 TOP MAIN SOLVE Loop t[1] 4.305999999999827 x1[1] (analytic) 2.000024277304528 x1[1] (numeric) 1.9941587870476023 absolute error 0.005865490256925732 relative error 0.2932709529321698% Correct digits 2 h 0.001 x2[1] (analytic) 2.0994504772114637 x2[1] (numeric) 2.163163822563065 absolute error 0.06371334535160145 relative error 3.0347629555057147% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 193664.1400731532 Order of pole 1973999808.1087873 TOP MAIN SOLVE Loop t[1] 4.306999999999827 x1[1] (analytic) 2.000024253039358 x1[1] (numeric) 1.9941521392427248 absolute error 0.005872113796633327 relative error 0.29360212945966563% Correct digits 2 h 0.001 x2[1] (analytic) 2.1016515663887816 x2[1] (numeric) 2.1655016556991273 absolute error 0.06385008931034575 relative error 3.0380911056563886% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 193759.68420409466 Order of pole 1975942134.8537736 TOP MAIN SOLVE Loop t[1] 4.3079999999998275 x1[1] (analytic) 2.0000242287984413 x1[1] (numeric) 1.9941454847867175 absolute error 0.005878744011723835 relative error 0.29393363975673537% Correct digits 2 h 0.001 x2[1] (analytic) 2.103857062161707 x2[1] (numeric) 2.167844179166923 absolute error 0.0639871170052162 relative error 3.041419408002444% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 111512.3887337751 Order of pole 111486.50229096638 TOP MAIN SOLVE Loop t[1] 4.308999999999828 x1[1] (analytic) 2.000024204581753 x1[1] (numeric) 1.9941388236729258 absolute error 0.005885380908827287 relative error 0.2942654841548802% Correct digits 2 h 0.001 x2[1] (analytic) 2.106066973352238 x2[1] (numeric) 2.1701914023664943 absolute error 0.06412442901425619 relative error 3.044747855866568% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 193946.79251042343 Order of pole 1979774174.6748955 TOP MAIN SOLVE Loop t[1] 4.309999999999828 x1[1] (analytic) 2.0000241803892695 x1[1] (numeric) 1.9941321558946887 absolute error 0.0058920244945808165 relative error 0.29459766298595635% Correct digits 2 h 0.001 x2[1] (analytic) 2.108281308800036 x2[1] (numeric) 2.1725433347167122 absolute error 0.06426202591667618 relative error 3.0480764425716984% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 90068.70432724446 Order of pole 90043.38295379476 TOP MAIN SOLVE Loop t[1] 4.3109999999998285 x1[1] (analytic) 2.0000241562209666 x1[1] (numeric) 1.9941254814453384 absolute error 0.005898674775628221 relative error 0.2949301765821534% Correct digits 2 h 0.001 x2[1] (analytic) 2.1105000773624565 x2[1] (numeric) 2.174899985655314 absolute error 0.06439990829285769 relative error 3.051405161441161% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 194144.4516468825 Order of pole 1983803418.1703758 TOP MAIN SOLVE Loop t[1] 4.311999999999829 x1[1] (analytic) 2.0000241320768195 x1[1] (numeric) 1.9941188003182004 absolute error 0.00590533175861907 relative error 0.29526302527594955% Correct digits 2 h 0.001 x2[1] (analytic) 2.1127232879145885 x2[1] (numeric) 2.1772613646389423 absolute error 0.06453807672435374 relative error 3.054734005798626% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53227.66543171476 Order of pole 53202.09851798787 TOP MAIN SOLVE Loop t[1] 4.312999999999829 x1[1] (analytic) 2.000024107956805 x1[1] (numeric) 1.9941121125065937 absolute error 0.005911995450211371 relative error 0.2955962094002446% Correct digits 2 h 0.001 x2[1] (analytic) 2.11495094934929 x2[1] (numeric) 2.179627481143181 absolute error 0.06467653179389066 relative error 3.0580629689681347% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 194344.2021154102 Order of pole 1987882517.7638876 TOP MAIN SOLVE Loop t[1] 4.3139999999998295 x1[1] (analytic) 2.000024083860898 x1[1] (numeric) 1.9941054180038302 absolute error 0.005918665857067795 relative error 0.2959297292881719% Correct digits 2 h 0.001 x2[1] (analytic) 2.1171830705772217 x2[1] (numeric) 2.1819983446625937 absolute error 0.06481527408537202 relative error 3.0613920442742346% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 194419.22184304037 Order of pole 1989444354.0710485 TOP MAIN SOLVE Loop t[1] 4.31499999999983 x1[1] (analytic) 2.000024059789075 x1[1] (numeric) 1.9940987168032156 absolute error 0.005925342985859228 relative error 0.2962635852732753% Correct digits 2 h 0.001 x2[1] (analytic) 2.119419660526883 x2[1] (numeric) 2.1843739647107636 absolute error 0.06495430418388048 relative error 3.0647212250419997% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 170423.73422955192 Order of pole 170397.91407872929 TOP MAIN SOLVE Loop t[1] 4.31599999999983 x1[1] (analytic) 2.000024035741312 x1[1] (numeric) 1.9940920088980487 absolute error 0.005932026843263216 relative error 0.2965977776894317% Correct digits 2 h 0.001 x2[1] (analytic) 2.121660728144649 x2[1] (numeric) 2.1867543508203298 absolute error 0.06509362267568086 relative error 3.0680505045971214% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 169403.48533501336 Order of pole 169377.25332331905 TOP MAIN SOLVE Loop t[1] 4.3169999999998305 x1[1] (analytic) 2.0000240117175845 x1[1] (numeric) 1.9940852942816216 absolute error 0.005938717435962859 relative error 0.2969323068707958% Correct digits 2 h 0.001 x2[1] (analytic) 2.1239062823948056 x2[1] (numeric) 2.189139512543025 absolute error 0.06523323014821925 relative error 3.071379876265805% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 44042.88765120045 Order of pole 44017.627218749345 TOP MAIN SOLVE Loop t[1] 4.317999999999831 x1[1] (analytic) 2.0000239877178685 x1[1] (numeric) 1.9940785729472197 absolute error 0.005945414770648805 relative error 0.29726717315189966% Correct digits 2 h 0.001 x2[1] (analytic) 2.1261563322595842 x2[1] (numeric) 2.191529459449715 absolute error 0.06537312719013055 relative error 3.0747093333750724% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 194828.50241357964 Order of pole 1997799659.6478112 TOP MAIN SOLVE Loop t[1] 4.318999999999831 x1[1] (analytic) 2.000023963742141 x1[1] (numeric) 1.9940718448881214 absolute error 0.0059521188540194725 relative error 0.2976023768676637% Correct digits 2 h 0.001 x2[1] (analytic) 2.1284108867391995 x2[1] (numeric) 2.1939242011304363 absolute error 0.06551331439123675 relative error 3.0780388692526124% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 58658.99693953615 Order of pole 58633.378685717085 TOP MAIN SOLVE Loop t[1] 4.3199999999998315 x1[1] (analytic) 2.0000239397903763 x1[1] (numeric) 1.994065110097599 absolute error 0.005958829692777279 relative error 0.29793791835320865% Correct digits 2 h 0.001 x2[1] (analytic) 2.130669954851885 x2[1] (numeric) 2.196323747194436 absolute error 0.06565379234255131 relative error 3.0813684772269334% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 195018.48354758008 Order of pole 2001705443.6777623 TOP MAIN SOLVE Loop t[1] 4.320999999999832 x1[1] (analytic) 2.000023915862552 x1[1] (numeric) 1.9940583685689175 absolute error 0.005965547293634632 relative error 0.2982737979441543% Correct digits 2 h 0.001 x2[1] (analytic) 2.132933545633927 x2[1] (numeric) 2.198728107270208 absolute error 0.06579456163628095 relative error 3.084698150627389% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 195123.26341723689 Order of pole 2003847524.4418373 TOP MAIN SOLVE Loop t[1] 4.321999999999832 x1[1] (analytic) 2.0000238919586435 x1[1] (numeric) 1.9940516202953353 absolute error 0.00597227166330816 relative error 0.29861001597633186% Correct digits 2 h 0.001 x2[1] (analytic) 2.1352016681397044 x2[1] (numeric) 2.201137291005532 absolute error 0.06593562286582744 relative error 3.0880278827842003% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 195217.23449162758 Order of pole 2005784512.568252 TOP MAIN SOLVE Loop t[1] 4.3229999999998325 x1[1] (analytic) 2.000023868078627 x1[1] (numeric) 1.9940448652701044 absolute error 0.005979002808522482 relative error 0.29894657278597186% Correct digits 2 h 0.001 x2[1] (analytic) 2.1374743314417217 x2[1] (numeric) 2.2035513080675138 absolute error 0.06607697662579204 relative error 3.091357667028603% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 195332.97550950164 Order of pole 2008138576.781733 TOP MAIN SOLVE Loop t[1] 4.323999999999833 x1[1] (analytic) 2.0000238442224783 x1[1] (numeric) 1.9940381034864696 absolute error 0.00598574073600866 relative error 0.299283468709627% Correct digits 2 h 0.001 x2[1] (analytic) 2.1397515446306477 x2[1] (numeric) 2.2059701681426223 absolute error 0.0662186235119746 relative error 3.0946874966927482% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 65971.00058519952 Order of pole 65945.23134145545 TOP MAIN SOLVE Loop t[1] 4.324999999999833 x1[1] (analytic) 2.0000238203901737 x1[1] (numeric) 1.9940313349376693 absolute error 0.005992485452504415 relative error 0.299620704084183% Correct digits 2 h 0.001 x2[1] (analytic) 2.1420333168153496 x2[1] (numeric) 2.2083938809367294 absolute error 0.0663605641213798 relative error 3.0980173651099334% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 195514.94795795373 Order of pole 2011899519.0141826 TOP MAIN SOLVE Loop t[1] 4.3259999999998335 x1[1] (analytic) 2.00002379658169 x1[1] (numeric) 1.9940245596169346 absolute error 0.005999236964755461 relative error 0.2999582792469252% Correct digits 2 h 0.001 x2[1] (analytic) 2.144319657122931 x2[1] (numeric) 2.2108224561751477 absolute error 0.06650279905221668 relative error 3.1013472656145202% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 195609.1659525689 Order of pole 2013841267.5672388 TOP MAIN SOLVE Loop t[1] 4.326999999999834 x1[1] (analytic) 2.0000237727970025 x1[1] (numeric) 1.9940177775174905 absolute error 0.006005995279511955 relative error 0.3002961945353611% Correct digits 2 h 0.001 x2[1] (analytic) 2.146610574698769 x2[1] (numeric) 2.2132559036026707 absolute error 0.06664532890390173 relative error 3.1046771915420193% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 483.9561589153805 Order of pole 4364.788462732306 TOP MAIN SOLVE Loop t[1] 4.327999999999834 x1[1] (analytic) 2.000023749036088 x1[1] (numeric) 1.9940109886325548 absolute error 0.006012760403533157 relative error 0.3006344502874533% Correct digits 2 h 0.001 x2[1] (analytic) 2.1489060787065473 x2[1] (numeric) 2.2156942329836102 absolute error 0.06678815427706297 relative error 3.108007136229219% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 92723.08731714077 Order of pole 92697.9935905298 TOP MAIN SOLVE Loop t[1] 4.3289999999998345 x1[1] (analytic) 2.0000237252989224 x1[1] (numeric) 1.9940041929553385 absolute error 0.006019532343583878 relative error 0.30097304684144194% Correct digits 2 h 0.001 x2[1] (analytic) 2.1512061783282985 x2[1] (numeric) 2.2181374541018375 absolute error 0.06693127577353897 relative error 3.11133709301408% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 195927.80371328277 Order of pole 2020382470.626788 TOP MAIN SOLVE Loop t[1] 4.329999999999835 x1[1] (analytic) 2.0000237015854823 x1[1] (numeric) 1.993997390479046 absolute error 0.006026311106436255 relative error 0.3013119845359336% Correct digits 2 h 0.001 x2[1] (analytic) 2.153510882764435 x2[1] (numeric) 2.2205855767608207 absolute error 0.06707469399638555 relative error 3.114667055235987% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 196017.8740249207 Order of pole 2022251365.4903116 TOP MAIN SOLVE Loop t[1] 4.330999999999835 x1[1] (analytic) 2.0000236778957436 x1[1] (numeric) 1.9939905811968748 absolute error 0.006033096698868867 relative error 0.30165126370985684% Correct digits 2 h 0.001 x2[1] (analytic) 2.1558202012337904 x2[1] (numeric) 2.2230386107836653 absolute error 0.0672184095498749 relative error 3.117997016235647% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 196092.76732605285 Order of pole 2023819038.9386644 TOP MAIN SOLVE Loop t[1] 4.3319999999998355 x1[1] (analytic) 2.000023654229683 x1[1] (numeric) 1.9939837651020156 absolute error 0.006039889127667397 relative error 0.3019908847024954% Correct digits 2 h 0.001 x2[1] (analytic) 2.1581341429736525 x2[1] (numeric) 2.2254965660131516 absolute error 0.06736242303949913 relative error 3.121326969355191% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 152975.41096391034 Order of pole 152949.488866925 TOP MAIN SOLVE Loop t[1] 4.332999999999836 x1[1] (analytic) 2.0000236305872763 x1[1] (numeric) 1.9939769421876525 absolute error 0.006046688399623745 relative error 0.302330847853444% Correct digits 2 h 0.001 x2[1] (analytic) 2.1604527172398034 x2[1] (numeric) 2.2279594523117767 absolute error 0.06750673507197336 relative error 3.12465690793826% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 196298.57860975098 Order of pole 2028065430.3495424 TOP MAIN SOLVE Loop t[1] 4.333999999999836 x1[1] (analytic) 2.0000236069685005 x1[1] (numeric) 1.9939701124469624 absolute error 0.006053494521538028 relative error 0.302671153502708% Correct digits 2 h 0.001 x2[1] (analytic) 2.162775933306555 x2[1] (numeric) 2.2304272795617925 absolute error 0.0676513462552375 relative error 3.1279868253300234% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 127189.44164248565 Order of pole 127163.35997100375 TOP MAIN SOLVE Loop t[1] 4.3349999999998365 x1[1] (analytic) 2.0000235833733315 x1[1] (numeric) 1.9939632758731156 absolute error 0.006060307500215911 relative error 0.3030118019905705% Correct digits 2 h 0.001 x2[1] (analytic) 2.1651038004667873 x2[1] (numeric) 2.232900057665245 absolute error 0.06779625719845761 relative error 3.1313167148771814% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 196490.7635969097 Order of pole 2032046403.2862604 TOP MAIN SOLVE Loop t[1] 4.335999999999837 x1[1] (analytic) 2.000023559801746 x1[1] (numeric) 1.9939564324592756 absolute error 0.006067127342470391 relative error 0.3033527936576807% Correct digits 2 h 0.001 x2[1] (analytic) 2.1674363280319833 x2[1] (numeric) 2.235377796544014 absolute error 0.06794146851203076 relative error 3.134646569928129% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 104965.6544352688 Order of pole 104939.84002048493 TOP MAIN SOLVE Loop t[1] 4.336999999999837 x1[1] (analytic) 2.00002353625372 x1[1] (numeric) 1.9939495821985989 absolute error 0.0060739540551213445 relative error 0.30369412884503233% Correct digits 2 h 0.001 x2[1] (analytic) 2.169773525332267 x2[1] (numeric) 2.237860506139854 absolute error 0.0680869808075868 relative error 3.1379763838329775% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 196685.60901951534 Order of pole 2036075389.291403 TOP MAIN SOLVE Loop t[1] 4.3379999999998375 x1[1] (analytic) 2.0000235127292307 x1[1] (numeric) 1.9939427250842352 absolute error 0.006080787644995533 relative error 0.30403580789396295% Correct digits 2 h 0.001 x2[1] (analytic) 2.172115401716445 x2[1] (numeric) 2.240348196414433 absolute error 0.06823279469798837 relative error 3.1413061499434876% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 196764.46069707704 Order of pole 2037729913.1927388 TOP MAIN SOLVE Loop t[1] 4.338999999999838 x1[1] (analytic) 2.0000234892282536 x1[1] (numeric) 1.9939358611093274 absolute error 0.006087628118926158 relative error 0.30437783114613237% Correct digits 2 h 0.001 x2[1] (analytic) 2.1744619665520353 x2[1] (numeric) 2.2428408773493724 absolute error 0.06837891079733716 relative error 3.1446358616133026% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 196872.81880783386 Order of pole 2039964969.2993574 TOP MAIN SOLVE Loop t[1] 4.339999999999838 x1[1] (analytic) 2.000023465750766 x1[1] (numeric) 1.9939289902670116 absolute error 0.0060944754837544135 relative error 0.30472019894359975% Correct digits 2 h 0.001 x2[1] (analytic) 2.1768132292253135 x2[1] (numeric) 2.245338558946287 absolute error 0.06852532972097336 relative error 3.1479655121978576% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 196981.32384535007 Order of pole 2042201822.572518 TOP MAIN SOLVE Loop t[1] 4.3409999999998385 x1[1] (analytic) 2.0000234422967442 x1[1] (numeric) 1.993922112550417 absolute error 0.0061013297463272664 relative error 0.3050629116287133% Correct digits 2 h 0.001 x2[1] (analytic) 2.179169199141345 x2[1] (numeric) 2.2478412512268253 absolute error 0.06867205208548022 relative error 3.1512950950545267% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 63857.601865976765 Order of pole 63832.32232338702 TOP MAIN SOLVE Loop t[1] 4.341999999999839 x1[1] (analytic) 2.000023418866165 x1[1] (numeric) 1.9939152279526657 absolute error 0.006108190913499234 relative error 0.30540596954419835% Correct digits 2 h 0.001 x2[1] (analytic) 2.1815298857240237 x2[1] (numeric) 2.25034896423271 absolute error 0.06881907850868618 relative error 3.1546246035426626% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 197171.35024762194 Order of pole 2046153399.9645648 TOP MAIN SOLVE Loop t[1] 4.342999999999839 x1[1] (analytic) 2.0000233954590043 x1[1] (numeric) 1.9939083364668733 absolute error 0.0061150589921310505 relative error 0.30574937303309135% Correct digits 2 h 0.001 x2[1] (analytic) 2.183895298416112 x2[1] (numeric) 2.2528617080257765 absolute error 0.06896640960966449 relative error 3.157954031023509% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 197260.5233372318 Order of pole 2048016438.009847 TOP MAIN SOLVE Loop t[1] 4.3439999999998395 x1[1] (analytic) 2.000023372075239 x1[1] (numeric) 1.9939014380861482 absolute error 0.006121933989091 relative error 0.30609312243880604% Correct digits 2 h 0.001 x2[1] (analytic) 2.1862654466792737 x2[1] (numeric) 2.2553794926880153 absolute error 0.0691140460087416 relative error 3.1612833708605317% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 197379.12081100768 Order of pole 2050450466.0875027 TOP MAIN SOLVE Loop t[1] 4.34499999999984 x1[1] (analytic) 2.000023348714846 x1[1] (numeric) 1.993894532803592 absolute error 0.006128815911254026 relative error 0.30643721810508945% Correct digits 2 h 0.001 x2[1] (analytic) 2.188640339994119 x2[1] (numeric) 2.2579023283216113 absolute error 0.06926198832749231 relative error 3.164612616419124% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 511.8446965881343 Order of pole 6011.212890441615 TOP MAIN SOLVE Loop t[1] 4.34599999999984 x1[1] (analytic) 2.0000233253778017 x1[1] (numeric) 1.9938876206122993 absolute error 0.006135704765502403 relative error 0.3067816603760547% Correct digits 2 h 0.001 x2[1] (analytic) 2.191019987860234 x2[1] (numeric) 2.260430225048984 absolute error 0.06941023718874995 relative error 3.167941761067022% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 197568.9086895021 Order of pole 2054412407.3953333 TOP MAIN SOLVE Loop t[1] 4.3469999999998405 x1[1] (analytic) 2.0000233020640827 x1[1] (numeric) 1.9938807015053581 absolute error 0.00614260055872462 relative error 0.307126449596126% Correct digits 2 h 0.001 x2[1] (analytic) 2.193404399796226 x2[1] (numeric) 2.2629631930128284 absolute error 0.06955879321660241 relative error 3.1712707981740453% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 110348.58772684475 Order of pole 110322.2946648205 TOP MAIN SOLVE Loop t[1] 4.347999999999841 x1[1] (analytic) 2.0000232787736656 x1[1] (numeric) 1.9938737754758493 absolute error 0.006149503297816272 relative error 0.3074715861100828% Correct digits 2 h 0.001 x2[1] (analytic) 2.195793585339757 x2[1] (numeric) 2.265501242376156 absolute error 0.0697076570363988 relative error 3.17459972111235% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 36988.11880208156 Order of pole 36962.59901032376 TOP MAIN SOLVE Loop t[1] 4.348999999999841 x1[1] (analytic) 2.0000232555065276 x1[1] (numeric) 1.9938668425168469 absolute error 0.006156412989680726 relative error 0.3078170702630929% Correct digits 2 h 0.001 x2[1] (analytic) 2.1981875540475846 x2[1] (numeric) 2.268044383322335 absolute error 0.06985682927475034 relative error 3.1779285232563983% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 197876.64269444646 Order of pole 2060801177.624985 TOP MAIN SOLVE Loop t[1] 4.3499999999998415 x1[1] (analytic) 2.000023232262645 x1[1] (numeric) 1.9938599026214179 absolute error 0.0061633296412269 relative error 0.308162902400602% Correct digits 2 h 0.001 x2[1] (analytic) 2.200586315495598 x2[1] (numeric) 2.27059262605513 absolute error 0.0700063105595321 relative error 3.1812571979829776% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 197952.3990206175 Order of pole 2062415596.429997 TOP MAIN SOLVE Loop t[1] 4.350999999999842 x1[1] (analytic) 2.0000232090419945 x1[1] (numeric) 1.9938529557826223 absolute error 0.006170253259372149 relative error 0.3085090828684775% Correct digits 2 h 0.001 x2[1] (analytic) 2.2029898792788583 x2[1] (numeric) 2.273145980798746 absolute error 0.07015610151988794 relative error 3.1845857386713603% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 198088.58493750828 Order of pole 2065195198.3967807 TOP MAIN SOLVE Loop t[1] 4.351999999999842 x1[1] (analytic) 2.000023185844553 x1[1] (numeric) 1.9938460019935134 absolute error 0.006177183851039825 relative error 0.30885561201288647% Correct digits 2 h 0.001 x2[1] (analytic) 2.205398255011635 x2[1] (numeric) 2.2757044577978656 absolute error 0.07030620278623045 relative error 3.18791413870324% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 198164.72139466272 Order of pole 2066816507.4077566 TOP MAIN SOLVE Loop t[1] 4.3529999999998426 x1[1] (analytic) 2.000023162670298 x1[1] (numeric) 1.9938390412471372 absolute error 0.0061841214231606045 relative error 0.30920249018036255% Correct digits 2 h 0.001 x2[1] (analytic) 2.207811452327446 x2[1] (numeric) 2.278268067317692 absolute error 0.07045661499024591 relative error 3.1912423914628882% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 198267.7035025757 Order of pole 2068960124.9973655 TOP MAIN SOLVE Loop t[1] 4.353999999999843 x1[1] (analytic) 2.0000231395192047 x1[1] (numeric) 1.9938320735365331 absolute error 0.006191065982671606 relative error 0.30954971771776135% Correct digits 2 h 0.001 x2[1] (analytic) 2.210229480879096 x2[1] (numeric) 2.2808368196439908 absolute error 0.07060733876489467 relative error 3.1945704903371084% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 198372.25183101412 Order of pole 2071130199.8210208 TOP MAIN SOLVE Loop t[1] 4.354999999999843 x1[1] (analytic) 2.0000231163912514 x1[1] (numeric) 1.9938250988547335 absolute error 0.006198017536517941 relative error 0.3098972949723379% Correct digits 2 h 0.001 x2[1] (analytic) 2.212652350338713 x2[1] (numeric) 2.2834107250831286 absolute error 0.0707583747444156 relative error 3.1978984287153787% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 10886.341073571773 Order of pole 1060347.573233223 TOP MAIN SOLVE Loop t[1] 4.3559999999998436 x1[1] (analytic) 2.0000230932864147 x1[1] (numeric) 1.9938181171947635 absolute error 0.00620497609165116 relative error 0.3102452222916694% Correct digits 2 h 0.001 x2[1] (analytic) 2.2150800703977898 x2[1] (numeric) 2.285989793962117 absolute error 0.07090972356432745 relative error 3.201226199989841% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 114290.63838580468 Order of pole 114264.97537083726 TOP MAIN SOLVE Loop t[1] 4.356999999999844 x1[1] (analytic) 2.000023070204671 x1[1] (numeric) 1.9938111285496416 absolute error 0.006211941655029474 relative error 0.31059350002366615% Correct digits 2 h 0.001 x2[1] (analytic) 2.217512650767222 x2[1] (numeric) 2.288574036628653 absolute error 0.07106138586143107 relative error 3.204553797555339% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 100975.57182538067 Order of pole 100949.69875547056 TOP MAIN SOLVE Loop t[1] 4.357999999999844 x1[1] (analytic) 2.0000230471459974 x1[1] (numeric) 1.993804132912379 absolute error 0.006218914233618422 relative error 0.3109421285166048% Correct digits 2 h 0.001 x2[1] (analytic) 2.219950101177345 x2[1] (numeric) 2.2911634634511593 absolute error 0.07121336227381425 relative error 3.207881214809577% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 325.81057644076304 Order of pole 19631.215473473203 TOP MAIN SOLVE Loop t[1] 4.3589999999998446 x1[1] (analytic) 2.000023024110371 x1[1] (numeric) 1.9937971302759803 absolute error 0.006225893834390872 relative error 0.31129110811912813% Correct digits 2 h 0.001 x2[1] (analytic) 2.222392431377976 x2[1] (numeric) 2.2937580848188266 absolute error 0.07136565344085044 relative error 3.21120844515299% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 198869.2780773218 Order of pole 2081525294.593809 TOP MAIN SOLVE Loop t[1] 4.359999999999845 x1[1] (analytic) 2.000023001097769 x1[1] (numeric) 1.9937901206334425 absolute error 0.006232880464326573 relative error 0.3116404391802235% Correct digits 2 h 0.001 x2[1] (analytic) 2.224839651138451 x2[1] (numeric) 2.296357911141656 absolute error 0.07151826000320494 relative error 3.2145354819889618% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 40226.94004074341 Order of pole 40201.44950220864 TOP MAIN SOLVE Loop t[1] 4.360999999999845 x1[1] (analytic) 2.000022978108168 x1[1] (numeric) 1.9937831039777563 absolute error 0.006239874130411938 relative error 0.31199012204921095% Correct digits 2 h 0.001 x2[1] (analytic) 2.2272917702476622 x2[1] (numeric) 2.2989629528504993 absolute error 0.07167118260283711 relative error 3.217862318723859% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 199069.14301252997 Order of pole 2085710741.3113713 TOP MAIN SOLVE Loop t[1] 4.361999999999846 x1[1] (analytic) 2.0000229551415454 x1[1] (numeric) 1.993776080301905 absolute error 0.006246874839640482 relative error 0.31234015707576607% Correct digits 2 h 0.001 x2[1] (analytic) 2.2297487985141022 x2[1] (numeric) 2.3015732203971027 absolute error 0.07182442188300042 relative error 3.2211889487669643% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 39371.806465501606 Order of pole 39346.68320920589 TOP MAIN SOLVE Loop t[1] 4.362999999999846 x1[1] (analytic) 2.0000229321978775 x1[1] (numeric) 1.9937690495988647 absolute error 0.006253882599012828 relative error 0.3126905446099197% Correct digits 2 h 0.001 x2[1] (analytic) 2.2322107457658977 x2[1] (numeric) 2.3041887242541454 absolute error 0.07197797848824772 relative error 3.2245153655306513% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 599.1050193758018 Order of pole 18223.27324508642 TOP MAIN SOLVE Loop t[1] 4.363999999999846 x1[1] (analytic) 2.000022909277142 x1[1] (numeric) 1.9937620118616048 absolute error 0.006260897415537148 relative error 0.3130412850020799% Correct digits 2 h 0.001 x2[1] (analytic) 2.234677621850854 x2[1] (numeric) 2.306809474915285 absolute error 0.07213185306443126 relative error 3.227841562430317% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 199363.7455013806 Order of pole 2091892723.230627 TOP MAIN SOLVE Loop t[1] 4.364999999999847 x1[1] (analytic) 2.0000228863793152 x1[1] (numeric) 1.9937549670830876 absolute error 0.006267919296227609 relative error 0.3133923786029548% Correct digits 2 h 0.001 x2[1] (analytic) 2.2371494366364884 x2[1] (numeric) 2.3094354828951977 absolute error 0.07228604625870938 relative error 3.231167532884619% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 125019.09003138152 Order of pole 124992.97204174758 TOP MAIN SOLVE Loop t[1] 4.365999999999847 x1[1] (analytic) 2.0000228635043755 x1[1] (numeric) 1.9937479152562685 absolute error 0.006274948248107037 relative error 0.3137438257636853% Correct digits 2 h 0.001 x2[1] (analytic) 2.2396262000100764 x2[1] (numeric) 2.31206675872962 absolute error 0.0724405587195438 relative error 3.234493270315282% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 74411.35898159398 Order of pole 74386.10827645072 TOP MAIN SOLVE Loop t[1] 4.366999999999847 x1[1] (analytic) 2.0000228406522993 x1[1] (numeric) 1.9937408563740953 absolute error 0.006281984278204034 relative error 0.314095626835701% Correct digits 2 h 0.001 x2[1] (analytic) 2.2421079218786857 x2[1] (numeric) 2.3147033129753924 absolute error 0.07259539109670676 relative error 3.2378187681473567% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 122456.28154497498 Order of pole 122429.96883762468 TOP MAIN SOLVE Loop t[1] 4.367999999999848 x1[1] (analytic) 2.0000228178230635 x1[1] (numeric) 1.9937337904295094 absolute error 0.006289027393554081 relative error 0.3144477821707759% Correct digits 2 h 0.001 x2[1] (analytic) 2.2445946121692173 x2[1] (numeric) 2.3173451562104996 absolute error 0.07275054404128234 relative error 3.241144019809211% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 199747.63370872027 Order of pole 2099978348.8483076 TOP MAIN SOLVE Loop t[1] 4.368999999999848 x1[1] (analytic) 2.0000227950166454 x1[1] (numeric) 1.9937267174154447 absolute error 0.006296077601200656 relative error 0.31480029212108335% Correct digits 2 h 0.001 x2[1] (analytic) 2.2470862808284493 x2[1] (numeric) 2.3199922990341157 absolute error 0.07290601820566645 relative error 3.2444690187324565% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 199855.48576000772 Order of pole 2102235314.2484913 TOP MAIN SOLVE Loop t[1] 4.369999999999848 x1[1] (analytic) 2.0000227722330224 x1[1] (numeric) 1.9937196373248283 absolute error 0.006303134908194119 relative error 0.31515315703914104% Correct digits 2 h 0.001 x2[1] (analytic) 2.249582937823069 x2[1] (numeric) 2.3226447520666436 absolute error 0.07306181424357439 relative error 3.247793758352231% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 630.6791335585038 Order of pole 8924.56391824173 TOP MAIN SOLVE Loop t[1] 4.370999999999849 x1[1] (analytic) 2.000022749472172 x1[1] (numeric) 1.99371255015058 absolute error 0.006310199321591936 relative error 0.3155063772778218% Correct digits 2 h 0.001 x2[1] (analytic) 2.2520845931397204 x2[1] (numeric) 2.3253025259497595 absolute error 0.07321793281003908 relative error 3.251118232107039% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 200068.66846296715 Order of pole 2106703525.2981737 TOP MAIN SOLVE Loop t[1] 4.371999999999849 x1[1] (analytic) 2.0000227267340707 x1[1] (numeric) 1.9937054558856127 absolute error 0.006317270848458012 relative error 0.31585995319032073% Correct digits 2 h 0.001 x2[1] (analytic) 2.2545912567850395 x2[1] (numeric) 2.327965631346455 absolute error 0.07337437456141549 relative error 3.2544424334388897% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 115034.35382637191 Order of pole 115007.80428677026 TOP MAIN SOLVE Loop t[1] 4.372999999999849 x1[1] (analytic) 2.000022704018696 x1[1] (numeric) 1.9936983545228322 absolute error 0.006324349495864023 relative error 0.3162138851302212% Correct digits 2 h 0.001 x2[1] (analytic) 2.2571029387856942 x2[1] (numeric) 2.330634078941079 absolute error 0.07353114015538464 relative error 3.2577663557934087% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 200276.171911194 Order of pole 2111068681.7999234 TOP MAIN SOLVE Loop t[1] 4.37399999999985 x1[1] (analytic) 2.0000226813260253 x1[1] (numeric) 1.993691246055137 absolute error 0.006331435270888308 relative error 0.3165681734514398% Correct digits 2 h 0.001 x2[1] (analytic) 2.2596196491884286 x2[1] (numeric) 2.333307879439382 absolute error 0.07368823025095317 relative error 3.261089992619742% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 200369.58264295498 Order of pole 2113043251.524633 TOP MAIN SOLVE Loop t[1] 4.37499999999985 x1[1] (analytic) 2.0000226586560363 x1[1] (numeric) 1.9936841304754187 absolute error 0.006338528180617642 relative error 0.3169228185083148% Correct digits 2 h 0.001 x2[1] (analytic) 2.262141398060099 x2[1] (numeric) 2.335987043568557 absolute error 0.07384564550845818 relative error 3.264413337370713% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 121437.9253191888 Order of pole 121411.99772628194 TOP MAIN SOLVE Loop t[1] 4.37599999999985 x1[1] (analytic) 2.000022636008706 x1[1] (numeric) 1.9936770077765618 absolute error 0.006345628232144351 relative error 0.3172778206554623% Correct digits 2 h 0.001 x2[1] (analytic) 2.2646681954877144 x2[1] (numeric) 2.338671582077285 absolute error 0.07400338658957084 relative error 3.2677363835029096% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 76579.95887331302 Order of pole 76554.43220971992 TOP MAIN SOLVE Loop t[1] 4.376999999999851 x1[1] (analytic) 2.0000226133840115 x1[1] (numeric) 1.9936698779514435 absolute error 0.006352735432568091 relative error 0.31763318024786463% Correct digits 2 h 0.001 x2[1] (analytic) 2.2672000515784805 x2[1] (numeric) 2.3413615057357755 absolute error 0.07416145415729503 relative error 3.271059124476554% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 200659.91836643853 Order of pole 2119188163.3505828 TOP MAIN SOLVE Loop t[1] 4.377999999999851 x1[1] (analytic) 2.0000225907819305 x1[1] (numeric) 1.993662740992934 absolute error 0.006359849788996508 relative error 0.31798889764090393% Correct digits 2 h 0.001 x2[1] (analytic) 2.2697369764598356 x2[1] (numeric) 2.344056825335811 absolute error 0.07431984887597531 relative error 3.2743815537557928% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 177089.47871407215 Order of pole 177062.80192712962 TOP MAIN SOLVE Loop t[1] 4.378999999999851 x1[1] (analytic) 2.00002256820244 x1[1] (numeric) 1.9936555968938963 absolute error 0.006366971308543912 relative error 0.3183449731902952% Correct digits 2 h 0.001 x2[1] (analytic) 2.2722789802794945 x2[1] (numeric) 2.3467575516907897 absolute error 0.07447857141129521 relative error 3.2777036648085445% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 200857.35424966447 Order of pole 2123366909.484029 TOP MAIN SOLVE Loop t[1] 4.379999999999852 x1[1] (analytic) 2.000022545645518 x1[1] (numeric) 1.9936484456471861 absolute error 0.006374099998331939 relative error 0.31870140725211993% Correct digits 2 h 0.001 x2[1] (analytic) 2.2748260732054866 x2[1] (numeric) 2.349463695635769 absolute error 0.07463762243028249 relative error 3.281025451106671% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 67396.59380397126 Order of pole 67371.68608434359 TOP MAIN SOLVE Loop t[1] 4.380999999999852 x1[1] (analytic) 2.0000225231111415 x1[1] (numeric) 1.9936412872456526 absolute error 0.006381235865488888 relative error 0.31905820018279274% Correct digits 2 h 0.001 x2[1] (analytic) 2.277378265426198 x2[1] (numeric) 2.352175268027509 absolute error 0.07479700260131095 relative error 3.2843469061259847% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 201048.25089741297 Order of pole 2127416365.2431126 TOP MAIN SOLVE Loop t[1] 4.381999999999852 x1[1] (analytic) 2.000022500599288 x1[1] (numeric) 1.9936341216821372 absolute error 0.00638837891715105 relative error 0.31941535233912777% Correct digits 2 h 0.001 x2[1] (analytic) 2.279935567150413 x2[1] (numeric) 2.354892279744516 absolute error 0.07495671259410308 relative error 3.2876680233462934% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 165753.23048396717 Order of pole 165727.3617042813 TOP MAIN SOLVE Loop t[1] 4.382999999999853 x1[1] (analytic) 2.0000224781099356 x1[1] (numeric) 1.9936269489494742 absolute error 0.006395529160461377 relative error 0.31977286407827227% Correct digits 2 h 0.001 x2[1] (analytic) 2.282497988607353 x2[1] (numeric) 2.357614741687085 absolute error 0.07511675307973187 relative error 3.290988796251414% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 71319.67790421337 Order of pole 71293.77767423449 TOP MAIN SOLVE Loop t[1] 4.383999999999853 x1[1] (analytic) 2.0000224556430606 x1[1] (numeric) 1.993619769040491 absolute error 0.006402686602569485 relative error 0.3201307357577068% Correct digits 2 h 0.001 x2[1] (analytic) 2.2850655400467184 x2[1] (numeric) 2.360342664777345 absolute error 0.07527712473062653 relative error 3.2943092183293565% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 53571.65757705113 Order of pole 53546.37138314571 TOP MAIN SOLVE Loop t[1] 4.384999999999853 x1[1] (analytic) 2.000022433198642 x1[1] (numeric) 1.9936125819480077 absolute error 0.006409851250634091 relative error 0.32048896773536667% Correct digits 2 h 0.001 x2[1] (analytic) 2.28763823173873 x2[1] (numeric) 2.3630760599593015 absolute error 0.07543782822057166 relative error 3.29762928307221% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 199880.17242588545 Order of pole 199853.5248060668 TOP MAIN SOLVE Loop t[1] 4.385999999999854 x1[1] (analytic) 2.000022410776656 x1[1] (numeric) 1.9936053876648372 absolute error 0.00641702311181902 relative error 0.32084756036944295% Correct digits 2 h 0.001 x2[1] (analytic) 2.2902160739741677 x2[1] (numeric) 2.365814938198881 absolute error 0.0755988642247134 relative error 3.300948983976353% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 201553.51809740113 Order of pole 2138123911.419863 TOP MAIN SOLVE Loop t[1] 4.386999999999854 x1[1] (analytic) 2.000022388377081 x1[1] (numeric) 1.993598186183785 absolute error 0.006424202193296091 relative error 0.3212065140185262% Correct digits 2 h 0.001 x2[1] (analytic) 2.2927990770644167 x2[1] (numeric) 2.3685593104839744 absolute error 0.07576023341955773 relative error 3.3042683145422966% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 201656.162489556 Order of pole 2140296001.0744994 TOP MAIN SOLVE Loop t[1] 4.387999999999854 x1[1] (analytic) 2.0000223659998944 x1[1] (numeric) 1.99359097749765 absolute error 0.006431388502244451 relative error 0.3215658290415733% Correct digits 2 h 0.001 x2[1] (analytic) 2.295387251341504 x2[1] (numeric) 2.371309187824481 absolute error 0.07592193648297707 relative error 3.3075872682749137% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 568.7289137273392 Order of pole 68.80603572471585 TOP MAIN SOLVE Loop t[1] 4.388999999999855 x1[1] (analytic) 2.0000223436450737 x1[1] (numeric) 1.9935837615992231 absolute error 0.006438582045850572 relative error 0.32192550579790774% Correct digits 2 h 0.001 x2[1] (analytic) 2.2979806071581397 x2[1] (numeric) 2.374064581252353 absolute error 0.07608397409421341 relative error 3.310905838683501% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 201883.81626692115 Order of pole 2145096035.2172377 TOP MAIN SOLVE Loop t[1] 4.389999999999855 x1[1] (analytic) 2.000022321312597 x1[1] (numeric) 1.9935765384812887 absolute error 0.0064457828313082555 relative error 0.322285544647219% Correct digits 2 h 0.001 x2[1] (analytic) 2.300579154887764 x2[1] (numeric) 2.3768255018216395 absolute error 0.07624634693387566 relative error 3.314224019281589% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 89746.5933702362 Order of pole 89721.09119047041 TOP MAIN SOLVE Loop t[1] 4.390999999999855 x1[1] (analytic) 2.000022299002441 x1[1] (numeric) 1.9935693081366237 absolute error 0.0064529908658172985 relative error 0.32264594594949675% Correct digits 2 h 0.001 x2[1] (analytic) 2.303182904924581 x2[1] (numeric) 2.3795919606085305 absolute error 0.0764090556839494 relative error 3.3175418035873037% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 202065.3943760957 Order of pole 2148984731.3957515 TOP MAIN SOLVE Loop t[1] 4.391999999999856 x1[1] (analytic) 2.0000222767145845 x1[1] (numeric) 1.9935620705579975 absolute error 0.006460206156587045 relative error 0.32300671006520776% Correct digits 2 h 0.001 x2[1] (analytic) 2.305791867683606 x2[1] (numeric) 2.382363968711401 absolute error 0.0765721010277951 relative error 3.3208591851232128% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 105318.70586397128 Order of pole 105292.80442392448 TOP MAIN SOLVE Loop t[1] 4.392999999999856 x1[1] (analytic) 2.0000222544490045 x1[1] (numeric) 1.9935548257381728 absolute error 0.006467428710831724 relative error 0.32336783735506314% Correct digits 2 h 0.001 x2[1] (analytic) 2.3084060536007036 x2[1] (numeric) 2.3851415372508566 absolute error 0.07673548365015304 relative error 3.3241761574164697% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 202258.07113118167 Order of pole 2153100870.1476645 TOP MAIN SOLVE Loop t[1] 4.393999999999856 x1[1] (analytic) 2.000022232205679 x1[1] (numeric) 1.9935475736699046 absolute error 0.006474658535774447 relative error 0.3237293281802181% Correct digits 2 h 0.001 x2[1] (analytic) 2.311025473132634 x2[1] (numeric) 2.3879246773697766 absolute error 0.0768992042371428 relative error 3.3274927139987187% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 79558.08490033587 Order of pole 79532.70734320769 TOP MAIN SOLVE Loop t[1] 4.394999999999857 x1[1] (analytic) 2.0000222099845857 x1[1] (numeric) 1.993540314345941 absolute error 0.0064818956386447635 relative error 0.3240911829021499% Correct digits 2 h 0.001 x2[1] (analytic) 2.313650136757088 x2[1] (numeric) 2.3907134002333597 absolute error 0.07706326347627179 relative error 3.3308088484063973% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 202484.3860431801 Order of pole 2157885309.62776 TOP MAIN SOLVE Loop t[1] 4.395999999999857 x1[1] (analytic) 2.0000221877857025 x1[1] (numeric) 1.9935330477590225 absolute error 0.006489140026679996 relative error 0.3244534018827241% Correct digits 2 h 0.001 x2[1] (analytic) 2.3162800549727356 x2[1] (numeric) 2.393507717029168 absolute error 0.0772276620564325 relative error 3.3341245541805407% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 202585.00559226514 Order of pole 2160030875.6058383 TOP MAIN SOLVE Loop t[1] 4.396999999999857 x1[1] (analytic) 2.000022165609007 x1[1] (numeric) 1.9935257739018826 absolute error 0.006496391707124349 relative error 0.32481598548415075% Correct digits 2 h 0.001 x2[1] (analytic) 2.3189152382992644 x2[1] (numeric) 2.3963076389671722 absolute error 0.07739240066790787 relative error 3.337439824866945% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 91298.93381350601 Order of pole 91273.21834429505 TOP MAIN SOLVE Loop t[1] 4.397999999999858 x1[1] (analytic) 2.000022143454477 x1[1] (numeric) 1.9935184927672474 absolute error 0.0065036506872298006 relative error 0.32517893406902826% Correct digits 2 h 0.001 x2[1] (analytic) 2.3215556972774225 x2[1] (numeric) 2.399113177279796 absolute error 0.0775574800023735 relative error 3.34075465401619% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 81755.49586055074 Order of pole 81730.05481921158 TOP MAIN SOLVE Loop t[1] 4.398999999999858 x1[1] (analytic) 2.0000221213220906 x1[1] (numeric) 1.9935112043478358 absolute error 0.006510916974254766 relative error 0.32554224800027726% Correct digits 2 h 0.001 x2[1] (analytic) 2.32420144246906 x2[1] (numeric) 2.4019243432219612 absolute error 0.07772290075290123 relative error 3.344069035183721% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 199170.32981639772 Order of pole 199144.34208627118 TOP MAIN SOLVE Loop t[1] 4.399999999999858 x1[1] (analytic) 2.0000220992118254 x1[1] (numeric) 1.9935039086363593 absolute error 0.0065181905754660985 relative error 0.3259059276412399% Correct digits 2 h 0.001 x2[1] (analytic) 2.326852484457172 x2[1] (numeric) 2.4047411480711336 absolute error 0.07788866361396174 relative error 3.347382961929891% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 202955.9444289579 Order of pole 2167996358.6603804 TOP MAIN SOLVE Loop t[1] 4.400999999999859 x1[1] (analytic) 2.0000220771236594 x1[1] (numeric) 1.9934966056255223 absolute error 0.006525471498137092 relative error 0.32626997335558056% Correct digits 2 h 0.001 x2[1] (analytic) 2.3295088338459413 x2[1] (numeric) 2.407563603127367 absolute error 0.07805476928142552 relative error 3.3506964278199236% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 125248.9565192244 Order of pole 125222.99578726428 TOP MAIN SOLVE Loop t[1] 4.401999999999859 x1[1] (analytic) 2.000022055057571 x1[1] (numeric) 1.9934892953080217 absolute error 0.006532759749549255 relative error 0.3266343855073742% Correct digits 2 h 0.001 x2[1] (analytic) 2.33217050126078 x2[1] (numeric) 2.4103917197133486 absolute error 0.07822121845256857 relative error 3.3540094264240925% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 47615.05932671772 Order of pole 47589.45155272469 TOP MAIN SOLVE Loop t[1] 4.402999999999859 x1[1] (analytic) 2.000022033013537 x1[1] (numeric) 1.9934819776765471 absolute error 0.0065400553369900916 relative error 0.326999164460996% Correct digits 2 h 0.001 x2[1] (analytic) 2.334837497348373 x2[1] (numeric) 2.413225509174446 absolute error 0.07838801182607291 relative error 3.3573219513176644% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 637.4121207370265 Order of pole 13424.661947654475 TOP MAIN SOLVE Loop t[1] 4.40399999999986 x1[1] (analytic) 2.0000220109915365 x1[1] (numeric) 1.9934746527237812 absolute error 0.006547358267755321 relative error 0.3273643105812313% Correct digits 2 h 0.001 x2[1] (analytic) 2.3375098327767185 x2[1] (numeric) 2.416064982878749 absolute error 0.07855515010203051 relative error 3.360633996080999% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 84177.84902187053 Order of pole 84151.92143538069 TOP MAIN SOLVE Loop t[1] 4.40499999999986 x1[1] (analytic) 2.0000219889915467 x1[1] (numeric) 1.9934673204423987 absolute error 0.006554668549147991 relative error 0.3277298242332322% Correct digits 2 h 0.001 x2[1] (analytic) 2.340187518235173 x2[1] (numeric) 2.4189101522171192 absolute error 0.07872263398194645 relative error 3.3639455542996095% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 203503.6632740038 Order of pole 2179659661.633774 TOP MAIN SOLVE Loop t[1] 4.40599999999986 x1[1] (analytic) 2.000021967013546 x1[1] (numeric) 1.9934599808250675 absolute error 0.006561986188478475 relative error 0.32809570578251707% Correct digits 2 h 0.001 x2[1] (analytic) 2.3428705644344925 x2[1] (numeric) 2.4217610286032327 absolute error 0.07889046416874024 relative error 3.3672566195641425% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 203612.82488892312 Order of pole 2181991915.2499948 TOP MAIN SOLVE Loop t[1] 4.406999999999861 x1[1] (analytic) 2.0000219450575125 x1[1] (numeric) 1.993452633864448 absolute error 0.006569311193064475 relative error 0.32846195559497066% Correct digits 2 h 0.001 x2[1] (analytic) 2.3455589821068767 x2[1] (numeric) 2.4246176234736274 absolute error 0.07905864136675067 relative error 3.3705671854705175% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 95463.06535332336 Order of pole 95437.3060508189 TOP MAIN SOLVE Loop t[1] 4.407999999999861 x1[1] (analytic) 2.0000219231234238 x1[1] (numeric) 1.9934452795531932 absolute error 0.006576643570230578 relative error 0.328828574036822% Correct digits 2 h 0.001 x2[1] (analytic) 2.348252782006011 x2[1] (numeric) 2.427479948287748 absolute error 0.07922716628173676 relative error 3.3738772456198864% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 170457.42622375948 Order of pole 170432.19768287413 TOP MAIN SOLVE Loop t[1] 4.408999999999861 x1[1] (analytic) 2.0000219012112583 x1[1] (numeric) 1.9934379178839488 absolute error 0.006583983327309584 relative error 0.32919556147471063% Correct digits 2 h 0.001 x2[1] (analytic) 2.3509519749071095 x2[1] (numeric) 2.430348014527991 absolute error 0.07939603962088171 relative error 3.377186793618734% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 203903.17030929087 Order of pole 2188234974.8144217 TOP MAIN SOLVE Loop t[1] 4.409999999999862 x1[1] (analytic) 2.000021879320994 x1[1] (numeric) 1.993430548849353 absolute error 0.006591330471641177 relative error 0.3295629182756205% Correct digits 2 h 0.001 x2[1] (analytic) 2.3536565716069586 x2[1] (numeric) 2.433221833699754 absolute error 0.07956526209279557 relative error 3.380495823078913% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 88356.96106050747 Order of pole 88330.49342220869 TOP MAIN SOLVE Loop t[1] 4.410999999999862 x1[1] (analytic) 2.0000218574526087 x1[1] (numeric) 1.9934231724420368 absolute error 0.006598685010571925 relative error 0.3299306448068797% Correct digits 2 h 0.001 x2[1] (analytic) 2.356366582923959 x2[1] (numeric) 2.4361014173314777 absolute error 0.07973483440751883 relative error 3.383804327617725% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 204098.59581039578 Order of pole 2192449484.7607512 TOP MAIN SOLVE Loop t[1] 4.411999999999862 x1[1] (analytic) 2.0000218356060815 x1[1] (numeric) 1.993415788654624 absolute error 0.0066060469514575 relative error 0.3302987414362714% Correct digits 2 h 0.001 x2[1] (analytic) 2.359082019698171 x2[1] (numeric) 2.4389867769746942 absolute error 0.07990475727652324 relative error 3.387112300857879% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 204184.0007382703 Order of pole 2194302599.7298326 TOP MAIN SOLVE Loop t[1] 4.412999999999863 x1[1] (analytic) 2.000021813781389 x1[1] (numeric) 1.9934083974797305 absolute error 0.006613416301658681 relative error 0.3306672085318343% Correct digits 2 h 0.001 x2[1] (analytic) 2.361802892791356 x2[1] (numeric) 2.441877924204073 absolute error 0.08007503141271721 relative error 3.390419736427646% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 62333.196233745075 Order of pole 62307.289219676735 TOP MAIN SOLVE Loop t[1] 4.413999999999863 x1[1] (analytic) 2.0000217919785115 x1[1] (numeric) 1.9934009989099655 absolute error 0.006620793068546016 relative error 0.3310360464620953% Correct digits 2 h 0.001 x2[1] (analytic) 2.3645292130870215 x2[1] (numeric) 2.4447748706174677 absolute error 0.08024565753044621 relative error 3.3937266279608% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 45952.3087192159 Order of pole 45927.022260389334 TOP MAIN SOLVE Loop t[1] 4.414999999999863 x1[1] (analytic) 2.000021770197425 x1[1] (numeric) 1.99339359293793 absolute error 0.0066281772594951605 relative error 0.331405255595837% Correct digits 2 h 0.001 x2[1] (analytic) 2.367260991490462 x2[1] (numeric) 2.4476776278359607 absolute error 0.08041663634549856 relative error 3.39703296909679% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 189546.0592008728 Order of pole 189520.21857211224 TOP MAIN SOLVE Loop t[1] 4.415999999999864 x1[1] (analytic) 2.000021748438109 x1[1] (numeric) 1.9933861795562184 absolute error 0.006635568881890652 relative error 0.3317748363022859% Correct digits 2 h 0.001 x2[1] (analytic) 2.3699982389288063 x2[1] (numeric) 2.4505862075039118 absolute error 0.08058796857510542 relative error 3.400338753480662% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 204599.27508521132 Order of pole 2203234766.8489714 TOP MAIN SOLVE Loop t[1] 4.416999999999864 x1[1] (analytic) 2.000021726700542 x1[1] (numeric) 1.9933787587574172 absolute error 0.006642967943124578 relative error 0.3321447889510459% Correct digits 2 h 0.001 x2[1] (analytic) 2.3727409663510595 x2[1] (numeric) 2.453500621289004 absolute error 0.08075965493794435 relative error 3.4036439747631317% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 740.1071178530437 Order of pole 9222.148717236882 TOP MAIN SOLVE Loop t[1] 4.417999999999864 x1[1] (analytic) 2.0000217049847007 x1[1] (numeric) 1.9933713305341054 absolute error 0.006650374450595242 relative error 0.33251511391203203% Correct digits 2 h 0.001 x2[1] (analytic) 2.3754891847281443 x2[1] (numeric) 2.4564208808822894 absolute error 0.08093169615414508 relative error 3.406948626600759% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 127421.81989697555 Order of pole 127396.05101331763 TOP MAIN SOLVE Loop t[1] 4.418999999999865 x1[1] (analytic) 2.000021683290565 x1[1] (numeric) 1.993363894878855 absolute error 0.006657788411709831 relative error 0.3328858115556031% Correct digits 2 h 0.001 x2[1] (analytic) 2.37824290505295 x2[1] (numeric) 2.459346997998238 absolute error 0.08110409294528775 relative error 3.410252702655788% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 204926.7054797216 Order of pole 2210254956.5822825 TOP MAIN SOLVE Loop t[1] 4.419999999999865 x1[1] (analytic) 2.0000216616181126 x1[1] (numeric) 1.9933564517842302 absolute error 0.006665209833882413 relative error 0.33325688225246225% Correct digits 2 h 0.001 x2[1] (analytic) 2.381002138340372 x2[1] (numeric) 2.462278984374782 absolute error 0.08127684603440999 relative error 3.413556196596376% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 205018.1573097376 Order of pole 2212247255.327804 TOP MAIN SOLVE Loop t[1] 4.420999999999865 x1[1] (analytic) 2.0000216399673216 x1[1] (numeric) 1.993349001242788 absolute error 0.006672638724533719 relative error 0.3336283263736458% Correct digits 2 h 0.001 x2[1] (analytic) 2.3837668956273577 x2[1] (numeric) 2.465216851773365 absolute error 0.08144995614600736 relative error 3.4168591020965344% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 205134.99009637808 Order of pole 2214748480.887288 TOP MAIN SOLVE Loop t[1] 4.421999999999866 x1[1] (analytic) 2.0000216183381707 x1[1] (numeric) 1.9933415432470778 absolute error 0.0066800750910929185 relative error 0.33400014429061176% Correct digits 2 h 0.001 x2[1] (analytic) 2.3865371879729507 x2[1] (numeric) 2.468160611978988 absolute error 0.08162342400603739 relative error 3.420161412836217% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 895.2060647921462 Order of pole 42573.67999861217 TOP MAIN SOLVE Loop t[1] 4.422999999999866 x1[1] (analytic) 2.000021596730638 x1[1] (numeric) 1.9933340777896418 absolute error 0.006687518940996284 relative error 0.33437233637517344% Correct digits 2 h 0.001 x2[1] (analytic) 2.3893130264583355 x2[1] (numeric) 2.471110276800257 absolute error 0.08179725034192131 relative error 3.4234631225013197% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 205326.90761553147 Order of pole 2218907221.950048 TOP MAIN SOLVE Loop t[1] 4.423999999999866 x1[1] (analytic) 2.0000215751447024 x1[1] (numeric) 1.9933266048630143 absolute error 0.006694970281688084 relative error 0.3347449029995439% Correct digits 2 h 0.001 x2[1] (analytic) 2.39209442218688 x2[1] (numeric) 2.4740658580694292 absolute error 0.0819714358825494 relative error 3.426764224783827% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 808.1531673295513 Order of pole 12469.48400617118 TOP MAIN SOLVE Loop t[1] 4.424999999999867 x1[1] (analytic) 2.0000215535803414 x1[1] (numeric) 1.9933191244597224 absolute error 0.0067024291206190245 relative error 0.3351178445362582% Correct digits 2 h 0.001 x2[1] (analytic) 2.394881386284182 x2[1] (numeric) 2.4770273676424623 absolute error 0.08214598135828055 relative error 3.4300647133817144% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 205542.2577469855 Order of pole 2223558243.8565965 TOP MAIN SOLVE Loop t[1] 4.425999999999867 x1[1] (analytic) 2.0000215320375343 x1[1] (numeric) 1.9933116365722858 absolute error 0.006709895465248472 relative error 0.3354911613582842% Correct digits 2 h 0.001 x2[1] (analytic) 2.3976739298981116 x2[1] (numeric) 2.4799948173990605 absolute error 0.0823208875009489 relative error 3.4333645819991503% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 56166.26480206812 Order of pole 56140.98163065542 TOP MAIN SOLVE Loop t[1] 4.426999999999867 x1[1] (analytic) 2.0000215105162593 x1[1] (numeric) 1.9933041411932166 absolute error 0.006717369323042677 relative error 0.3358648538389341% Correct digits 2 h 0.001 x2[1] (analytic) 2.4004720641988593 x2[1] (numeric) 2.482968219242722 absolute error 0.08249615504386254 relative error 3.4366638243463608% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 501.159837192651 Order of pole 1358.0859172302792 TOP MAIN SOLVE Loop t[1] 4.427999999999868 x1[1] (analytic) 2.0000214890164947 x1[1] (numeric) 1.9932966383150195 absolute error 0.006724850701475216 relative error 0.3362389223518865% Correct digits 2 h 0.001 x2[1] (analytic) 2.403275800378975 x2[1] (numeric) 2.485947585100787 absolute error 0.08267178472181191 relative error 3.4399624341399067% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 73234.70158367026 Order of pole 73209.17561896001 TOP MAIN SOLVE Loop t[1] 4.428999999999868 x1[1] (analytic) 2.000021467538219 x1[1] (numeric) 1.9932891279301914 absolute error 0.00673233960802766 relative error 0.33661336727121954% Correct digits 2 h 0.001 x2[1] (analytic) 2.406085149653419 x2[1] (numeric) 2.488932926924486 absolute error 0.08284777727106718 relative error 3.4432604051024907% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 573.7738364518956 Order of pole 544.7649720039776 TOP MAIN SOLVE Loop t[1] 4.429999999999868 x1[1] (analytic) 2.000021446081411 x1[1] (numeric) 1.993281610031222 absolute error 0.00673983605018913 relative error 0.3369881889713888% Correct digits 2 h 0.001 x2[1] (analytic) 2.408900123259603 x2[1] (numeric) 2.491924256688988 absolute error 0.08302413342938486 relative error 3.446557730963157% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 439.71207069738847 Order of pole 9575.134463315555 TOP MAIN SOLVE Loop t[1] 4.430999999999869 x1[1] (analytic) 2.0000214246460493 x1[1] (numeric) 1.9932740846105936 absolute error 0.006747340035455629 relative error 0.3373633878271944% Correct digits 2 h 0.001 x2[1] (analytic) 2.411720732457435 x2[1] (numeric) 2.4949215863934455 absolute error 0.08320085393601051 relative error 3.449854405457326% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 206132.3848726711 Order of pole 2236381281.356094 TOP MAIN SOLVE Loop t[1] 4.431999999999869 x1[1] (analytic) 2.000021403232112 x1[1] (numeric) 1.9932665516607806 absolute error 0.006754851571331377 relative error 0.3377389642138467% Correct digits 2 h 0.001 x2[1] (analytic) 2.414546988529367 x2[1] (numeric) 2.497924928061046 absolute error 0.08337793953167916 relative error 3.4531504223267295% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 81210.90187315605 Order of pole 81185.35948712389 TOP MAIN SOLVE Loop t[1] 4.432999999999869 x1[1] (analytic) 2.0000213818395776 x1[1] (numeric) 1.9932590111742499 absolute error 0.006762370665327699 relative error 0.33811491850691183% Correct digits 2 h 0.001 x2[1] (analytic) 2.417378902780438 x2[1] (numeric) 2.500934293739059 absolute error 0.08355539095862063 relative error 3.4564457753195534% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 126758.76388711341 Order of pole 126732.77310863728 TOP MAIN SOLVE Loop t[1] 4.43399999999987 x1[1] (analytic) 2.0000213604684256 x1[1] (numeric) 1.9932514631434612 absolute error 0.006769897324964358 relative error 0.3384912510823774% Correct digits 2 h 0.001 x2[1] (analytic) 2.4202164865383184 x2[1] (numeric) 2.5039496954988825 absolute error 0.08373320896056402 relative error 3.4597404581905487% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 41042.18090842246 Order of pole 41016.6234232416 TOP MAIN SOLVE Loop t[1] 4.43499999999987 x1[1] (analytic) 2.000021339118634 x1[1] (numeric) 1.9932439075608666 absolute error 0.006777431557767333 relative error 0.3388679623165421% Correct digits 2 h 0.001 x2[1] (analytic) 2.423059751153359 x2[1] (numeric) 2.5069711454360943 absolute error 0.08391139428273542 relative error 3.463034464700848% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 39763.841456500544 Order of pole 39738.30419952461 TOP MAIN SOLVE Loop t[1] 4.43599999999987 x1[1] (analytic) 2.000021317790181 x1[1] (numeric) 1.99323634441891 absolute error 0.006784973371271041 relative error 0.3392450525861266% Correct digits 2 h 0.001 x2[1] (analytic) 2.425908707998631 x2[1] (numeric) 2.5099986556704983 absolute error 0.08408994767186728 relative error 3.466327788618282% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 189389.7274338593 Order of pole 189364.40572384422 TOP MAIN SOLVE Loop t[1] 4.436999999999871 x1[1] (analytic) 2.0000212964830464 x1[1] (numeric) 1.993228773710029 absolute error 0.006792522773017451 relative error 0.3396225222682287% Correct digits 2 h 0.001 x2[1] (analytic) 2.428763368469978 x2[1] (numeric) 2.5130322383461734 absolute error 0.08426886987619531 relative error 3.4696204237171635% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 206771.71295339003 Order of pole 2250247327.253732 TOP MAIN SOLVE Loop t[1] 4.437999999999871 x1[1] (analytic) 2.000021275197208 x1[1] (numeric) 1.9932211954266523 absolute error 0.006800079770555634 relative error 0.3400003717403019% Correct digits 2 h 0.001 x2[1] (analytic) 2.4316237439860555 x2[1] (numeric) 2.516071905631523 absolute error 0.08444816164546731 relative error 3.4729123637785793% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 206904.5569718779 Order of pole 2253099795.277183 TOP MAIN SOLVE Loop t[1] 4.438999999999871 x1[1] (analytic) 2.000021253932645 x1[1] (numeric) 1.9932136095612019 absolute error 0.0068076443714431 relative error 0.34037860138022125% Correct digits 2 h 0.001 x2[1] (analytic) 2.434489845988381 x2[1] (numeric) 2.519117669719322 absolute error 0.08462782373094102 relative error 3.4762036025902128% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 206957.79453371174 Order of pole 2254328506.8930144 TOP MAIN SOLVE Loop t[1] 4.439999999999872 x1[1] (analytic) 2.0000212326893356 x1[1] (numeric) 1.9932060161060918 absolute error 0.006815216583243799 relative error 0.34075721156618394% Correct digits 2 h 0.001 x2[1] (analytic) 2.437361685941375 x2[1] (numeric) 2.5221695428267674 absolute error 0.0848078568853925 relative error 3.4794941339466168% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 207095.71961892114 Order of pole 2257288918.8221955 TOP MAIN SOLVE Loop t[1] 4.440999999999872 x1[1] (analytic) 2.000021211467259 x1[1] (numeric) 1.9931984150537285 absolute error 0.006822796413530563 relative error 0.34113620267683115% Correct digits 2 h 0.001 x2[1] (analytic) 2.440239275332413 x2[1] (numeric) 2.5252275371955264 absolute error 0.08498826186311348 relative error 3.482783951649014% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 207194.84472737415 Order of pole 2259459808.399989 TOP MAIN SOLVE Loop t[1] 4.441999999999872 x1[1] (analytic) 2.000021190266394 x1[1] (numeric) 1.9931908063965111 absolute error 0.006830383869882883 relative error 0.3415155750911372% Correct digits 2 h 0.001 x2[1] (analytic) 2.4431226256718674 x2[1] (numeric) 2.528291665091785 absolute error 0.0851690394199176 relative error 3.486073049505479% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 164786.24672648645 Order of pole 164760.73133093445 TOP MAIN SOLVE Loop t[1] 4.442999999999873 x1[1] (analytic) 2.000021169086719 x1[1] (numeric) 1.9931831901268309 absolute error 0.006837978959888247 relative error 0.3418953291884761% Correct digits 2 h 0.001 x2[1] (analytic) 2.446011748493153 x2[1] (numeric) 2.5313619388062985 absolute error 0.08535019031314528 relative error 3.489361421331055% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 45924.711915688335 Order of pole 45899.23667654938 TOP MAIN SOLVE Loop t[1] 4.443999999999873 x1[1] (analytic) 2.0000211479282135 x1[1] (numeric) 1.9931755662370716 absolute error 0.006845581691141911 relative error 0.3422754653486103% Correct digits 2 h 0.001 x2[1] (analytic) 2.4489066553527765 x2[1] (numeric) 2.5344383706544384 absolute error 0.08553171530166193 relative error 3.492649060947596% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 207485.5839667442 Order of pole 2265827260.840112 TOP MAIN SOLVE Loop t[1] 4.444999999999873 x1[1] (analytic) 2.000021126790856 x1[1] (numeric) 1.9931679347196094 absolute error 0.006853192071246461 relative error 0.34265598395166885% Correct digits 2 h 0.001 x2[1] (analytic) 2.451807357830379 x2[1] (numeric) 2.5375209729762442 absolute error 0.08571361514586506 relative error 3.495935962183979% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 40751.391220529775 Order of pole 40726.06082653836 TOP MAIN SOLVE Loop t[1] 4.445999999999874 x1[1] (analytic) 2.000021105674625 x1[1] (numeric) 1.9931602955668126 absolute error 0.006860810107812254 relative error 0.3430368853781691% Correct digits 2 h 0.001 x2[1] (analytic) 2.4547138675287856 x2[1] (numeric) 2.540609758136471 absolute error 0.08589589060768521 relative error 3.4992221188760584% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 207713.66806310022 Order of pole 2270784851.170812 TOP MAIN SOLVE Loop t[1] 4.446999999999874 x1[1] (analytic) 2.0000210845794992 x1[1] (numeric) 1.9931526487710423 absolute error 0.006868435808456974 relative error 0.34341817000899516% Correct digits 2 h 0.001 x2[1] (analytic) 2.457626196074049 x2[1] (numeric) 2.543704738524639 absolute error 0.08607854245059032 relative error 3.502507524866762% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 207800.0587709956 Order of pole 2272698769.1911516 TOP MAIN SOLVE Loop t[1] 4.447999999999874 x1[1] (analytic) 2.0000210635054585 x1[1] (numeric) 1.9931449943246515 absolute error 0.006876069180806965 relative error 0.3437998382254637% Correct digits 2 h 0.001 x2[1] (analytic) 2.460544355115498 x2[1] (numeric) 2.5468059265550855 absolute error 0.08626157143958757 relative error 3.505792174006083% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 69810.09559850734 Order of pole 69784.91873762013 TOP MAIN SOLVE Loop t[1] 4.448999999999875 x1[1] (analytic) 2.0000210424524814 x1[1] (numeric) 1.993137332219986 absolute error 0.006883710232495455 relative error 0.3441818904092358% Correct digits 2 h 0.001 x2[1] (analytic) 2.463468356325783 x2[1] (numeric) 2.5499133346670115 absolute error 0.08644497834122866 relative error 3.5090760601512145% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 208024.13908401682 Order of pole 2277582145.3264055 TOP MAIN SOLVE Loop t[1] 4.449999999999875 x1[1] (analytic) 2.0000210214205465 x1[1] (numeric) 1.9931296624493833 absolute error 0.0068913589711632195 relative error 0.34456432694235% Correct digits 2 h 0.001 x2[1] (analytic) 2.466398211400923 x2[1] (numeric) 2.553026975324533 absolute error 0.0866287639236103 relative error 3.5123591771664824% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 64335.44828586101 Order of pole 64309.66158623434 TOP MAIN SOLVE Loop t[1] 4.450999999999875 x1[1] (analytic) 2.0000210004096335 x1[1] (numeric) 1.9931219850051738 absolute error 0.006899015404459696 relative error 0.3449471482072777% Correct digits 2 h 0.001 x2[1] (analytic) 2.4693339320603536 x2[1] (numeric) 2.556146861016731 absolute error 0.08681292895637727 relative error 3.515641518923389% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 208232.2899508752 Order of pole 2282133140.2527857 TOP MAIN SOLVE Loop t[1] 4.451999999999876 x1[1] (analytic) 2.0000209794197206 x1[1] (numeric) 1.99311429987968 absolute error 0.006906679540040539 relative error 0.3453303545868014% Correct digits 2 h 0.001 x2[1] (analytic) 2.472275530046971 x2[1] (numeric) 2.5592730042577 absolute error 0.08699747421072912 relative error 3.518923079300803% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 208326.14040071363 Order of pole 2284204135.427097 TOP MAIN SOLVE Loop t[1] 4.452999999999876 x1[1] (analytic) 2.000020958450787 x1[1] (numeric) 1.993106607065217 absolute error 0.006914351385569839 relative error 0.3457139464641253% Correct digits 2 h 0.001 x2[1] (analytic) 2.475223017127182 x2[1] (numeric) 2.5624054175866013 absolute error 0.08718240045941927 relative error 3.5222038521848336% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 56539.7177845153 Order of pole 56513.78581200011 TOP MAIN SOLVE Loop t[1] 4.453999999999876 x1[1] (analytic) 2.000020937502812 x1[1] (numeric) 1.9930989065540918 absolute error 0.006922030948720126 relative error 0.3460979242228755% Correct digits 2 h 0.001 x2[1] (analytic) 2.478176405090949 x2[1] (numeric) 2.56554411356771 absolute error 0.08736770847676079 relative error 3.5254838314689865% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 208531.991490683 Order of pole 2288731820.953371 TOP MAIN SOLVE Loop t[1] 4.454999999999877 x1[1] (analytic) 2.0000209165757745 x1[1] (numeric) 1.993091198338604 absolute error 0.00692971823717059 relative error 0.34648228824701116% Correct digits 2 h 0.001 x2[1] (analytic) 2.481135705751839 x2[1] (numeric) 2.568689104790466 absolute error 0.08755339903862724 relative error 3.5287630110541106% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 208658.713278964 Order of pole 2291485500.6198936 TOP MAIN SOLVE Loop t[1] 4.455999999999877 x1[1] (analytic) 2.0000208956696532 x1[1] (numeric) 1.9930834824110453 absolute error 0.006937413258607972 relative error 0.3468670389208691% Correct digits 2 h 0.001 x2[1] (analytic) 2.484100930947068 x2[1] (numeric) 2.5718404038695257 absolute error 0.08773947292245765 relative error 3.532041384848514% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 208745.22631873412 Order of pole 2293405210.4449053 TOP MAIN SOLVE Loop t[1] 4.456999999999877 x1[1] (analytic) 2.000020874784428 x1[1] (numeric) 1.9930757587636998 absolute error 0.006945116020728337 relative error 0.3472521766292522% Correct digits 2 h 0.001 x2[1] (analytic) 2.4870720925375522 x2[1] (numeric) 2.5749980234448113 absolute error 0.08792593090725909 relative error 3.5353189467679855% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 208843.85744306722 Order of pole 2295583564.563316 TOP MAIN SOLVE Loop t[1] 4.457999999999878 x1[1] (analytic) 2.0000208539200774 x1[1] (numeric) 1.9930680273888437 absolute error 0.006952826531233747 relative error 0.34763770175726316% Correct digits 2 h 0.001 x2[1] (analytic) 2.490049202407952 x2[1] (numeric) 2.5781619761815615 absolute error 0.08811277377360938 relative error 3.538595690735817% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 208961.16146573043 Order of pole 2298146333.401682 TOP MAIN SOLVE Loop t[1] 4.458999999999878 x1[1] (analytic) 2.0000208330765807 x1[1] (numeric) 1.9930602882787458 absolute error 0.006960544797834922 relative error 0.34802361469043774% Correct digits 2 h 0.001 x2[1] (analytic) 2.4930322724667207 x2[1] (numeric) 2.5813322747703826 absolute error 0.08830000230366197 relative error 3.541871610682917% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 209055.18992220704 Order of pole 2300222157.7718115 TOP MAIN SOLVE Loop t[1] 4.459999999999878 x1[1] (analytic) 2.0000208122539176 x1[1] (numeric) 1.993052541425667 absolute error 0.006968270828250578 relative error 0.3484099158147112% Correct digits 2 h 0.001 x2[1] (analytic) 2.496021314646154 x2[1] (numeric) 2.5845089319272994 absolute error 0.08848761728114551 relative error 3.5451467005477024% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 71812.47804050194 Order of pole 71786.80192990665 TOP MAIN SOLVE Loop t[1] 4.460999999999879 x1[1] (analytic) 2.0000207914520662 x1[1] (numeric) 1.9930447868218604 absolute error 0.006976004630205868 relative error 0.3487966055163412% Correct digits 2 h 0.001 x2[1] (analytic) 2.499016340902434 x2[1] (numeric) 2.587691960393806 absolute error 0.08867561949137182 relative error 3.54842095427634% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 118942.56439661495 Order of pole 118916.97766764362 TOP MAIN SOLVE Loop t[1] 4.461999999999879 x1[1] (analytic) 2.0000207706710063 x1[1] (numeric) 1.9930370244595714 absolute error 0.006983746211434827 relative error 0.3491836841820289% Correct digits 2 h 0.001 x2[1] (analytic) 2.502017363215681 x2[1] (numeric) 2.5908813729369156 absolute error 0.08886400972123454 relative error 3.5516943658226006% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 209385.79843722668 Order of pole 2307484805.6066737 TOP MAIN SOLVE Loop t[1] 4.462999999999879 x1[1] (analytic) 2.000020749910717 x1[1] (numeric) 1.9930292543310377 absolute error 0.006991495579679485 relative error 0.3495711521988755% Correct digits 2 h 0.001 x2[1] (analytic) 2.505024393589998 x2[1] (numeric) 2.5940771823492135 absolute error 0.0890527887592154 relative error 3.5549669291480295% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 103566.08038191461 Order of pole 103540.48560846823 TOP MAIN SOLVE Loop t[1] 4.46399999999988 x1[1] (analytic) 2.0000207291711782 x1[1] (numeric) 1.993021476428489 absolute error 0.006999252742689199 relative error 0.3499590099543486% Correct digits 2 h 0.001 x2[1] (analytic) 2.508037444053521 x2[1] (numeric) 2.5972794014489073 absolute error 0.08924195739538643 relative error 3.558238638221943% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 177345.57613549312 Order of pole 177317.67927796522 TOP MAIN SOLVE Loop t[1] 4.46499999999988 x1[1] (analytic) 2.000020708452368 x1[1] (numeric) 1.9930136907441476 absolute error 0.007007017708220431 relative error 0.35034725783627096% Correct digits 2 h 0.001 x2[1] (analytic) 2.5110565266584666 x2[1] (numeric) 2.6004880430798782 absolute error 0.08943151642141167 relative error 3.5615094870214135% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 68483.69847499691 Order of pole 68458.41111153869 TOP MAIN SOLVE Loop t[1] 4.46599999999988 x1[1] (analytic) 2.0000206877542666 x1[1] (numeric) 1.9930058972702276 absolute error 0.0070147904840389685 relative error 0.35073589623293155% Correct digits 2 h 0.001 x2[1] (analytic) 2.5140816534811794 x2[1] (numeric) 2.6037031201117324 absolute error 0.08962146663055304 relative error 3.564779469531416% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 135585.2708854232 Order of pole 135559.4656116021 TOP MAIN SOLVE Loop t[1] 4.466999999999881 x1[1] (analytic) 2.0000206670768526 x1[1] (numeric) 1.9929980959989357 absolute error 0.007022571077916817 relative error 0.35112492553293045% Correct digits 2 h 0.001 x2[1] (analytic) 2.517112836622181 x2[1] (numeric) 2.6069246454398534 absolute error 0.08981180881767248 relative error 3.568048579744828% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 65324.904238731964 Order of pole 65299.15935419813 TOP MAIN SOLVE Loop t[1] 4.467999999999881 x1[1] (analytic) 2.000020646420106 x1[1] (numeric) 1.9929902869224707 absolute error 0.007030359497635308 relative error 0.3515143461253337% Correct digits 2 h 0.001 x2[1] (analytic) 2.520150088206218 x2[1] (numeric) 2.610152631985452 absolute error 0.09000254377923422 relative error 3.57131681166243% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 116855.42516665954 Order of pole 116829.83999035356 TOP MAIN SOLVE Loop t[1] 4.468999999999881 x1[1] (analytic) 2.0000206257840056 x1[1] (numeric) 1.9929824700330234 absolute error 0.007038155750982211 relative error 0.35190415839952965% Correct digits 2 h 0.001 x2[1] (analytic) 2.5231934203823116 x2[1] (numeric) 2.61338709269562 absolute error 0.09019367231330833 relative error 3.5745841592929595% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 125701.07157791285 Order of pole 125675.11348637861 TOP MAIN SOLVE Loop t[1] 4.469999999999882 x1[1] (analytic) 2.000020605168531 x1[1] (numeric) 1.9929746453227768 absolute error 0.0070459598457541794 relative error 0.35229436274535053% Correct digits 2 h 0.001 x2[1] (analytic) 2.5262428453238046 x2[1] (numeric) 2.61662804054338 absolute error 0.09038519521957555 relative error 3.5778506166532185% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 210190.85531844315 Order of pole 2325308224.5908737 TOP MAIN SOLVE Loop t[1] 4.470999999999882 x1[1] (analytic) 2.0000205845736616 x1[1] (numeric) 1.9929668127839062 absolute error 0.007053771789755414 relative error 0.3526849595530061% Correct digits 2 h 0.001 x2[1] (analytic) 2.5292983752284117 x2[1] (numeric) 2.6198754885277395 absolute error 0.09057711329932783 relative error 3.581116177768% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 137626.8849936698 Order of pole 137601.38612877709 TOP MAIN SOLVE Loop t[1] 4.471999999999882 x1[1] (analytic) 2.0000205639993767 x1[1] (numeric) 1.9929589724085792 absolute error 0.007061591590797445 relative error 0.35307594921307245% Correct digits 2 h 0.001 x2[1] (analytic) 2.532360022318266 x2[1] (numeric) 2.623129449673741 absolute error 0.09076942735547489 relative error 3.5843808366702694% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 210438.38115556806 Order of pole 2330737896.6998796 TOP MAIN SOLVE Loop t[1] 4.472999999999883 x1[1] (analytic) 2.0000205434456557 x1[1] (numeric) 1.9929511241889555 absolute error 0.007069419256700238 relative error 0.3534673321165477% Correct digits 2 h 0.001 x2[1] (analytic) 2.535427798839971 x2[1] (numeric) 2.626389937032515 absolute error 0.09096213819254428 relative error 3.587644587401069% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 37858.94350825283 Order of pole 37833.536869036325 TOP MAIN SOLVE Loop t[1] 4.473999999999883 x1[1] (analytic) 2.000020522912479 x1[1] (numeric) 1.9929432681171866 absolute error 0.007077254795292198 relative error 0.35385910865485154% Correct digits 2 h 0.001 x2[1] (analytic) 2.538501717064647 x2[1] (numeric) 2.6296569636813327 absolute error 0.09115524661668584 relative error 3.59090742400961% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 47413.87722443047 Order of pole 47388.568689557746 TOP MAIN SOLVE Loop t[1] 4.474999999999883 x1[1] (analytic) 2.000020502399824 x1[1] (numeric) 1.9929354041854166 absolute error 0.007085098214407504 relative error 0.3542512792196928% Correct digits 2 h 0.001 x2[1] (analytic) 2.541581789287981 x2[1] (numeric) 2.632930542723657 absolute error 0.09134875343567606 relative error 3.5941693405533575% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 210733.4709751524 Order of pole 2337311192.046993 TOP MAIN SOLVE Loop t[1] 4.475999999999884 x1[1] (analytic) 2.000020481907672 x1[1] (numeric) 1.9929275323857816 absolute error 0.007092949521890546 relative error 0.35464384420329054% Correct digits 2 h 0.001 x2[1] (analytic) 2.5446680278302765 x2[1] (numeric) 2.6362106872891964 absolute error 0.09154265945891993 relative error 3.5974303310980105% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 210842.2698978852 Order of pole 2339724935.4750137 TOP MAIN SOLVE Loop t[1] 4.476999999999884 x1[1] (analytic) 2.000020461436002 x1[1] (numeric) 1.9929196527104098 absolute error 0.007100808725592156 relative error 0.3550368039981861% Correct digits 2 h 0.001 x2[1] (analytic) 2.547760445036502 x2[1] (numeric) 2.6394974105339566 absolute error 0.09173696549745447 relative error 3.600690389717552% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 210942.9416591704 Order of pole 2341961685.4951506 TOP MAIN SOLVE Loop t[1] 4.477999999999884 x1[1] (analytic) 2.0000204409847933 x1[1] (numeric) 1.9929117651514214 absolute error 0.007108675833371825 relative error 0.3554301589973537% Correct digits 2 h 0.001 x2[1] (analytic) 2.5508590532763407 x2[1] (numeric) 2.6427907256402934 absolute error 0.09193167236395272 relative error 3.6039495104943198% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 173275.39131314887 Order of pole 173249.35630019952 TOP MAIN SOLVE Loop t[1] 4.478999999999885 x1[1] (analytic) 2.0000204205540255 x1[1] (numeric) 1.992903869700929 absolute error 0.007116550853096593 relative error 0.3558239095941449% Correct digits 2 h 0.001 x2[1] (analytic) 2.5539638649442393 x2[1] (numeric) 2.6460906458169657 absolute error 0.09212678087272641 relative error 3.607207687519017% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 96479.81806086459 Order of pole 96454.07782603703 TOP MAIN SOLVE Loop t[1] 4.479999999999885 x1[1] (analytic) 2.0000204001436783 x1[1] (numeric) 1.992895966351037 absolute error 0.0071244337926412715 relative error 0.3562180561823001% Correct digits 2 h 0.001 x2[1] (analytic) 2.5570748924594597 x2[1] (numeric) 2.649397184299188 absolute error 0.09232229183972818 relative error 3.610464914890711% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 180217.1911059395 Order of pole 180190.53516921308 TOP MAIN SOLVE Loop t[1] 4.480999999999885 x1[1] (analytic) 2.0000203797537313 x1[1] (numeric) 1.9928880550938421 absolute error 0.007132324659889111 relative error 0.3566125991559814% Correct digits 2 h 0.001 x2[1] (analytic) 2.5601921482661263 x2[1] (numeric) 2.6527103543486836 absolute error 0.09251820608255734 relative error 3.61372118671697% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 139767.8399656232 Order of pole 139741.1469096888 TOP MAIN SOLVE Loop t[1] 4.481999999999886 x1[1] (analytic) 2.0000203593841643 x1[1] (numeric) 1.9928801359214332 absolute error 0.007140223462731132 relative error 0.3570075389097395% Correct digits 2 h 0.001 x2[1] (analytic) 2.5633156448332755 x2[1] (numeric) 2.6560301692537385 absolute error 0.09271452442046302 relative error 3.6169764971138934% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 73509.39329126447 Order of pole 73484.08596945064 TOP MAIN SOLVE Loop t[1] 4.482999999999886 x1[1] (analytic) 2.0000203390349562 x1[1] (numeric) 1.992872208825891 absolute error 0.00714813020906524 relative error 0.3574028758384694% Correct digits 2 h 0.001 x2[1] (analytic) 2.5664453946549095 x2[1] (numeric) 2.6593566423292523 absolute error 0.09291124767434278 relative error 3.6202308402059673% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 211597.51615244773 Order of pole 2356484067.54525 TOP MAIN SOLVE Loop t[1] 4.483999999999886 x1[1] (analytic) 2.0000203187060874 x1[1] (numeric) 1.9928642737992883 absolute error 0.007156044906799108 relative error 0.35779861033755445% Correct digits 2 h 0.001 x2[1] (analytic) 2.569581410250041 x2[1] (numeric) 2.662689786916794 absolute error 0.09310837666675287 relative error 3.6234842101263753% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 118313.8832225663 Order of pole 118287.83218615301 TOP MAIN SOLVE Loop t[1] 4.484999999999887 x1[1] (analytic) 2.0000202983975375 x1[1] (numeric) 1.9928563308336902 absolute error 0.0071639675638472955 relative error 0.3581947428027222% Correct digits 2 h 0.001 x2[1] (analytic) 2.5727237041627466 x2[1] (numeric) 2.666029616384654 absolute error 0.09330591222190732 relative error 3.6267366010168702% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 118221.3505243637 Order of pole 118195.78742424498 TOP MAIN SOLVE Loop t[1] 4.485999999999887 x1[1] (analytic) 2.0000202781092855 x1[1] (numeric) 1.9928483799211536 absolute error 0.007171898188131909 relative error 0.3585912736300777% Correct digits 2 h 0.001 x2[1] (analytic) 2.5758722889622168 x2[1] (numeric) 2.669376144127898 absolute error 0.09350385516568105 relative error 3.629988007027804% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 115933.08311675467 Order of pole 115907.14217503465 TOP MAIN SOLVE Loop t[1] 4.486999999999887 x1[1] (analytic) 2.000020257841312 x1[1] (numeric) 1.9928404210537278 absolute error 0.0071798367875841596 relative error 0.3589882032161812% Correct digits 2 h 0.001 x2[1] (analytic) 2.579027177242805 x2[1] (numeric) 2.67272938356842 absolute error 0.09370220632561521 relative error 3.6332384223182435% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 105843.71641916086 Order of pole 105817.16957393 TOP MAIN SOLVE Loop t[1] 4.487999999999888 x1[1] (analytic) 2.000020237593596 x1[1] (numeric) 1.9928324542234537 absolute error 0.007187783370142364 relative error 0.3593855319579482% Correct digits 2 h 0.001 x2[1] (analytic) 2.5821883816240785 x2[1] (numeric) 2.6760893481549983 absolute error 0.09390096653091984 relative error 3.6364878410559816% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 212112.43571572672 Order of pole 2367993192.122386 TOP MAIN SOLVE Loop t[1] 4.488999999999888 x1[1] (analytic) 2.000020217366118 x1[1] (numeric) 1.9928244794223646 absolute error 0.0071957379437535 relative error 0.3597832602527271% Correct digits 2 h 0.001 x2[1] (analytic) 2.5853559147508696 x2[1] (numeric) 2.6794560513633456 absolute error 0.09410013661247607 relative error 3.639736257417531% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 212220.20650235654 Order of pole 2370391958.1162257 TOP MAIN SOLVE Loop t[1] 4.489999999999888 x1[1] (analytic) 2.0000201971588574 x1[1] (numeric) 1.9928164966424857 absolute error 0.007203700516371647 relative error 0.3601813884982219% Correct digits 2 h 0.001 x2[1] (analytic) 2.588529789293325 x2[1] (numeric) 2.6828295066961663 absolute error 0.09429971740284149 relative error 3.6429836655882393% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 75444.23745756193 Order of pole 75418.63605075514 TOP MAIN SOLVE Loop t[1] 4.490999999999889 x1[1] (analytic) 2.000020176971794 x1[1] (numeric) 1.9928085058758342 absolute error 0.007211671095959549 relative error 0.36057991709256915% Correct digits 2 h 0.001 x2[1] (analytic) 2.5917100179469568 x2[1] (numeric) 2.686209727683208 absolute error 0.09449970973625144 relative error 3.646230059762246% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51965.35556293193 Order of pole 51939.87868549765 TOP MAIN SOLVE Loop t[1] 4.491999999999889 x1[1] (analytic) 2.000020156804907 x1[1] (numeric) 1.9928005071144195 absolute error 0.007219649690487495 relative error 0.3609788464342832% Correct digits 2 h 0.001 x2[1] (analytic) 2.5948966134326943 x2[1] (numeric) 2.6895967278813186 absolute error 0.09470011444862436 relative error 3.649475434142597% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 166309.0577166719 Order of pole 166284.25552405816 TOP MAIN SOLVE Loop t[1] 4.492999999999889 x1[1] (analytic) 2.000020136658177 x1[1] (numeric) 1.9927925003502425 absolute error 0.0072276363079344375 relative error 0.3613781769223112% Correct digits 2 h 0.001 x2[1] (analytic) 2.5980895884969333 x2[1] (numeric) 2.6929905208744973 absolute error 0.09490093237756403 relative error 3.6527197829412357% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 188030.50182173005 Order of pole 188004.56816982717 TOP MAIN SOLVE Loop t[1] 4.49399999999989 x1[1] (analytic) 2.000020116531584 x1[1] (numeric) 1.9927844855752965 absolute error 0.007235630956287542 relative error 0.36177790895601114% Correct digits 2 h 0.001 x2[1] (analytic) 2.601288955911589 x2[1] (numeric) 2.6963911202739514 absolute error 0.09510216436236263 relative error 3.6559631003790303% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 83158.74944399814 Order of pole 83133.10896093922 TOP MAIN SOLVE Loop t[1] 4.49499999999989 x1[1] (analytic) 2.000020096425107 x1[1] (numeric) 1.992776462781567 absolute error 0.007243633643540193 relative error 0.362178042935052% Correct digits 2 h 0.001 x2[1] (analytic) 2.6044947284741444 x2[1] (numeric) 2.699798539718149 absolute error 0.09530381124400478 relative error 3.659205380685833% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 74749.44586741486 Order of pole 74723.92385405845 TOP MAIN SOLVE Loop t[1] 4.49599999999989 x1[1] (analytic) 2.000020076338727 x1[1] (numeric) 1.992768431961031 absolute error 0.007251644377695987 relative error 0.3625785792596132% Correct digits 2 h 0.001 x2[1] (analytic) 2.6077069190077053 x2[1] (numeric) 2.7032127928728755 absolute error 0.09550587386517018 relative error 3.6624466181004895% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 137613.610718264 Order of pole 137588.647962482 TOP MAIN SOLVE Loop t[1] 4.496999999999891 x1[1] (analytic) 2.000020056272423 x1[1] (numeric) 1.9927603931056577 absolute error 0.0072596631667651845 relative error 0.3629795183302075% Correct digits 2 h 0.001 x2[1] (analytic) 2.6109255403610483 x2[1] (numeric) 2.706633893431287 absolute error 0.0957083530702385 relative error 3.665686806870931% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 70019.35726896557 Order of pole 69994.01046052508 TOP MAIN SOLVE Loop t[1] 4.497999999999891 x1[1] (analytic) 2.0000200362261755 x1[1] (numeric) 1.9927523462074082 absolute error 0.00726769001876737 relative error 0.3633808605478136% Correct digits 2 h 0.001 x2[1] (analytic) 2.6141506054086716 x2[1] (numeric) 2.710061855113964 absolute error 0.09591124970529252 relative error 3.668925941254202% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 213167.63140734332 Order of pole 2391630523.731938 TOP MAIN SOLVE Loop t[1] 4.498999999999891 x1[1] (analytic) 2.000020016199964 x1[1] (numeric) 1.9927442912582356 absolute error 0.007275724941728567 relative error 0.36378260631373266% Correct digits 2 h 0.001 x2[1] (analytic) 2.6173821270508513 x2[1] (numeric) 2.7134966916689702 absolute error 0.09611456461811896 relative error 3.6721640155163944% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 100901.17799285622 Order of pole 100875.50829309579 TOP MAIN SOLVE Loop t[1] 4.499999999999892 x1[1] (analytic) 2.000019996193769 x1[1] (numeric) 1.9927362282500851 absolute error 0.007283767943683683 relative error 0.36418475602970957% Correct digits 2 h 0.001 x2[1] (analytic) 2.6206201182136875 x2[1] (numeric) 2.716938416871903 absolute error 0.09631829865821562 relative error 3.6754010239328303% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 48059.2558474186 Order of pole 48033.5285326138 TOP MAIN SOLVE Loop t[1] 4.500999999999892 x1[1] (analytic) 2.00001997620757 x1[1] (numeric) 1.9927281571748936 absolute error 0.007291819032676283 relative error 0.3645873100979222% Correct digits 2 h 0.001 x2[1] (analytic) 2.6238645918491588 x2[1] (numeric) 2.7203870445259515 absolute error 0.09652245267679271 relative error 3.6786369607880136% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 213479.04009205723 Order of pole 2398619366.766956 TOP MAIN SOLVE Loop t[1] 4.501999999999892 x1[1] (analytic) 2.000019956241347 x1[1] (numeric) 1.99272007802459 absolute error 0.007299878216757039 relative error 0.36499026892090397% Correct digits 2 h 0.001 x2[1] (analytic) 2.6271155609351746 x2[1] (numeric) 2.7238425884619506 absolute error 0.09672702752677598 relative error 3.6818718203756537% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 213613.9041558893 Order of pole 2401619957.158822 TOP MAIN SOLVE Loop t[1] 4.502999999999893 x1[1] (analytic) 2.0000199362950806 x1[1] (numeric) 1.992711990791095 absolute error 0.007307945503985502 relative error 0.36539363290163207% Correct digits 2 h 0.001 x2[1] (analytic) 2.6303730384756263 x2[1] (numeric) 2.727305062538437 absolute error 0.09693202406281065 relative error 3.685105596998722% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 213715.89261804154 Order of pole 2403917912.4292293 TOP MAIN SOLVE Loop t[1] 4.503999999999893 x1[1] (analytic) 2.00001991636875 x1[1] (numeric) 1.9927038954663219 absolute error 0.007316020902428333 relative error 0.36579740244343917% Correct digits 2 h 0.001 x2[1] (analytic) 2.6336370375004368 x2[1] (numeric) 2.730774480641704 absolute error 0.09713744314126727 relative error 3.6883382849695803% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 213792.47300979626 Order of pole 2405689485.214224 TOP MAIN SOLVE Loop t[1] 4.504999999999893 x1[1] (analytic) 2.0000198964623364 x1[1] (numeric) 1.9926957920421748 absolute error 0.007324104420161515 relative error 0.36620157795012415% Correct digits 2 h 0.001 x2[1] (analytic) 2.6369075710656174 x2[1] (numeric) 2.7342508566858577 absolute error 0.0973432856202403 relative error 3.691569878609825% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 118226.90533781833 Order of pole 118200.72024971311 TOP MAIN SOLVE Loop t[1] 4.505999999999894 x1[1] (analytic) 2.000019876575819 x1[1] (numeric) 1.9926876805105507 absolute error 0.007332196065268359 relative error 0.3666061598258522% Correct digits 2 h 0.001 x2[1] (analytic) 2.6401846522533168 x2[1] (numeric) 2.7377342046128725 absolute error 0.09754955235955576 relative error 3.6948003722504863% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 79475.66448557712 Order of pole 79450.35692356106 TOP MAIN SOLVE Loop t[1] 4.506999999999894 x1[1] (analytic) 2.0000198567091783 x1[1] (numeric) 1.9926795608633376 absolute error 0.0073402958458406165 relative error 0.3670111484752106% Correct digits 2 h 0.001 x2[1] (analytic) 2.643468294171874 x2[1] (numeric) 2.7412245383926463 absolute error 0.09775624422077245 relative error 3.6980297602319756% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 525.1852016518833 Order of pole 16993.354393219735 TOP MAIN SOLVE Loop t[1] 4.507999999999894 x1[1] (analytic) 2.000019836862394 x1[1] (numeric) 1.9926714330924162 absolute error 0.007348403769977807 relative error 0.36741654430317505% Correct digits 2 h 0.001 x2[1] (analytic) 2.64675850995587 x2[1] (numeric) 2.744721872023058 absolute error 0.09796336206718781 relative error 3.701258036904212% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 90011.42248994867 Order of pole 89985.59644933359 TOP MAIN SOLVE Loop t[1] 4.508999999999895 x1[1] (analytic) 2.000019817035447 x1[1] (numeric) 1.9926632971896587 absolute error 0.007356519845788112 relative error 0.3678223477151542% Correct digits 2 h 0.001 x2[1] (analytic) 2.6500553127661846 x2[1] (numeric) 2.748226219530021 absolute error 0.09817090676383655 relative error 3.704485196626468% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 214348.55843569897 Order of pole 2418188497.247829 TOP MAIN SOLVE Loop t[1] 4.509999999999895 x1[1] (analytic) 2.0000197972283162 x1[1] (numeric) 1.9926551531469292 absolute error 0.0073646440813870395 relative error 0.36822855911692326% Correct digits 2 h 0.001 x2[1] (analytic) 2.65335871579004 x2[1] (numeric) 2.751737594967542 absolute error 0.09837887917750221 relative error 3.7077112337677196% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 214453.0432638149 Order of pole 2420545248.594508 TOP MAIN SOLVE Loop t[1] 4.510999999999895 x1[1] (analytic) 2.0000197774409836 x1[1] (numeric) 1.9926470009560835 absolute error 0.00737277648490009 relative error 0.3686351789147568% Correct digits 2 h 0.001 x2[1] (analytic) 2.656668732241066 x2[1] (numeric) 2.755256012417776 absolute error 0.09858728017671003 relative error 3.710936142706265% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 214555.8030306292 Order of pole 2422876481.91703 TOP MAIN SOLVE Loop t[1] 4.511999999999896 x1[1] (analytic) 2.000019757673428 x1[1] (numeric) 1.9926388406089695 absolute error 0.0073809170644585365 relative error 0.3690422075152182% Correct digits 2 h 0.001 x2[1] (analytic) 2.6599853753593403 x2[1] (numeric) 2.758781485991081 absolute error 0.09879611063174076 relative error 3.7141599178301608% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 74859.11679286195 Order of pole 74833.79560346257 TOP MAIN SOLVE Loop t[1] 4.512999999999896 x1[1] (analytic) 2.00001973792563 x1[1] (numeric) 1.9926306720974267 absolute error 0.007389065828203201 relative error 0.3694496453253483% Correct digits 2 h 0.001 x2[1] (analytic) 2.6633086584114505 x2[1] (numeric) 2.762314029826079 absolute error 0.0990053714146284 relative error 3.71738255353703% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 47898.22056161913 Order of pole 47872.925131903 TOP MAIN SOLVE Loop t[1] 4.513999999999896 x1[1] (analytic) 2.00001971819757 x1[1] (numeric) 1.992622495413287 absolute error 0.0073972227842828975 relative error 0.3698574927525875% Correct digits 2 h 0.001 x2[1] (analytic) 2.6666385946905433 x2[1] (numeric) 2.7658536580897075 absolute error 0.0992150633991642 relative error 3.7206040442341175% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 87158.66371188476 Order of pole 87132.98496178305 TOP MAIN SOLVE Loop t[1] 4.514999999999897 x1[1] (analytic) 2.0000196984892282 x1[1] (numeric) 1.9926143105483733 absolute error 0.0074053879408548795 relative error 0.37026575020479796% Correct digits 2 h 0.001 x2[1] (analytic) 2.669975197516378 x2[1] (numeric) 2.76940038497728 absolute error 0.09942518746090201 relative error 3.7238243843383914% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 213773.72896355676 Order of pole 213747.0737875743 TOP MAIN SOLVE Loop t[1] 4.515999999999897 x1[1] (analytic) 2.000019678800585 x1[1] (numeric) 1.992606117494501 absolute error 0.007413561306084171 relative error 0.3706744180902308% Correct digits 2 h 0.001 x2[1] (analytic) 2.67331848023538 x2[1] (numeric) 2.7729542247125405 absolute error 0.0996357444771605 relative error 3.727043568276526% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 215074.54199988578 Order of pole 2434628162.0420485 TOP MAIN SOLVE Loop t[1] 4.516999999999897 x1[1] (analytic) 2.0000196591316204 x1[1] (numeric) 1.9925979162434768 absolute error 0.007421742888143568 relative error 0.37108349681752534% Correct digits 2 h 0.001 x2[1] (analytic) 2.676668456220695 x2[1] (numeric) 2.776515191547721 absolute error 0.09984673532702626 relative error 3.7302615904849206% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 587.4929476436469 Order of pole 11683.845278882829 TOP MAIN SOLVE Loop t[1] 4.517999999999898 x1[1] (analytic) 2.000019639482315 x1[1] (numeric) 1.9925897067870997 absolute error 0.007429932695215413 relative error 0.3714929867957985% Correct digits 2 h 0.001 x2[1] (analytic) 2.680025138872241 x2[1] (numeric) 2.7800832997636 absolute error 0.1000581608913591 relative error 3.7334784454097973% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 187277.83671050408 Order of pole 187250.50450194706 TOP MAIN SOLVE Loop t[1] 4.518999999999898 x1[1] (analytic) 2.000019619852649 x1[1] (numeric) 1.99258148911716 absolute error 0.007438130735489157 relative error 0.3719028884345224% Correct digits 2 h 0.001 x2[1] (analytic) 2.683388541616762 x2[1] (numeric) 2.783658563669557 absolute error 0.10027002205279523 relative error 3.7366941275072216% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 215424.14079355687 Order of pole 2442516866.815161 TOP MAIN SOLVE Loop t[1] 4.519999999999898 x1[1] (analytic) 2.0000196002426036 x1[1] (numeric) 1.9925732632254403 absolute error 0.007446337017163351 relative error 0.3723132021436243% Correct digits 2 h 0.001 x2[1] (analytic) 2.6867586779078843 x2[1] (numeric) 2.7872409976036323 absolute error 0.10048231969574806 relative error 3.739908631243029% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 215535.90345361695 Order of pole 2445049929.8017044 TOP MAIN SOLVE Loop t[1] 4.520999999999899 x1[1] (analytic) 2.0000195806521575 x1[1] (numeric) 1.9925650291037145 absolute error 0.007454551548442989 relative error 0.3727239283333537% Correct digits 2 h 0.001 x2[1] (analytic) 2.6901355612261675 x2[1] (numeric) 2.790830615932583 absolute error 0.10069505470641538 relative error 3.7431219510929936% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 45137.96217472576 Order of pole 45112.84134745035 TOP MAIN SOLVE Loop t[1] 4.521999999999899 x1[1] (analytic) 2.0000195610812925 x1[1] (numeric) 1.9925567867437486 absolute error 0.007462774337543943 relative error 0.37313506741450375% Correct digits 2 h 0.001 x2[1] (analytic) 2.6935192050791583 x2[1] (numeric) 2.7944274330519403 absolute error 0.10090822797278198 relative error 3.7463340815428285% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52697.63622889463 Order of pole 52672.45391277441 TOP MAIN SOLVE Loop t[1] 4.522999999999899 x1[1] (analytic) 2.0000195415299884 x1[1] (numeric) 1.9925485361373 absolute error 0.007471005392688301 relative error 0.37354661979817866% Correct digits 2 h 0.001 x2[1] (analytic) 2.696909623001447 x2[1] (numeric) 2.7980314633860686 absolute error 0.10112184038462146 relative error 3.749545017088146% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 121345.23761597266 Order of pole 121318.44744476966 TOP MAIN SOLVE Loop t[1] 4.5239999999999 x1[1] (analytic) 2.000019521998226 x1[1] (numeric) 1.9925402772761185 absolute error 0.007479244722107481 relative error 0.3739585858959488% Correct digits 2 h 0.001 x2[1] (analytic) 2.7003068285547203 x2[1] (numeric) 2.8016427213882213 absolute error 0.10133589283350108 relative error 3.752754752234541% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 215963.78653263315 Order of pole 2454771111.0721755 TOP MAIN SOLVE Loop t[1] 4.5249999999999 x1[1] (analytic) 2.0000195024859857 x1[1] (numeric) 1.9925320101519448 absolute error 0.0074874923340408905 relative error 0.37437096611978443% Correct digits 2 h 0.001 x2[1] (analytic) 2.7037108353278128 x2[1] (numeric) 2.8052612215406008 absolute error 0.101550386212788 relative error 3.7559632814977224% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 554.1781319506514 Order of pole 5408.613116341501 TOP MAIN SOLVE Loop t[1] 4.5259999999999 x1[1] (analytic) 2.0000194829932476 x1[1] (numeric) 1.9925237347565121 absolute error 0.007495748236735489 relative error 0.37478376088203313% Correct digits 2 h 0.001 x2[1] (analytic) 2.7071216569367675 x2[1] (numeric) 2.8088869783544137 absolute error 0.10176532141764616 relative error 3.75917059940329% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 88475.87269738506 Order of pole 88449.29322192555 TOP MAIN SOLVE Loop t[1] 4.526999999999901 x1[1] (analytic) 2.0000194635199926 x1[1] (numeric) 1.9925154510815448 absolute error 0.007504012438447782 relative error 0.37519697059551993% Correct digits 2 h 0.001 x2[1] (analytic) 2.710539307024885 x2[1] (numeric) 2.8125200063699323 absolute error 0.10198069934504739 relative error 3.762376700487049% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 83930.78106095109 Order of pole 83905.09814965776 TOP MAIN SOLVE Loop t[1] 4.527999999999901 x1[1] (analytic) 2.000019444066201 x1[1] (numeric) 1.9925071591187595 absolute error 0.007512284947441605 relative error 0.3756105956734362% Correct digits 2 h 0.001 x2[1] (analytic) 2.7139637992627783 x2[1] (numeric) 2.8161603201565493 absolute error 0.10219652089377096 relative error 3.7655815792948912% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 216393.77333284594 Order of pole 2464546480.2049346 TOP MAIN SOLVE Loop t[1] 4.528999999999901 x1[1] (analytic) 2.0000194246318537 x1[1] (numeric) 1.992498858859864 absolute error 0.0075205657719896735 relative error 0.3760246365294174% Correct digits 2 h 0.001 x2[1] (analytic) 2.7173951473484337 x2[1] (numeric) 2.819807934312839 absolute error 0.10241278696440537 relative error 3.7687852303827514% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 216509.65997912074 Order of pole 2467187356.874247 TOP MAIN SOLVE Loop t[1] 4.529999999999902 x1[1] (analytic) 2.000019405216931 x1[1] (numeric) 1.992490550296558 absolute error 0.00752885492037314 relative error 0.3764390935775209% Correct digits 2 h 0.001 x2[1] (analytic) 2.7208333650072545 x2[1] (numeric) 2.823462863466614 absolute error 0.10262949845935943 relative error 3.771987648316926% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 216627.66583348217 Order of pole 2469865195.4540386 TOP MAIN SOLVE Loop t[1] 4.530999999999902 x1[1] (analytic) 2.0000193858214135 x1[1] (numeric) 1.992482233420533 absolute error 0.007537152400880487 relative error 0.37685396723217046% Correct digits 2 h 0.001 x2[1] (analytic) 2.7242784659921275 x2[1] (numeric) 2.8271251222749845 absolute error 0.10284665628285694 relative error 3.775188827673762% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 61243.472232347776 Order of pole 61218.48132493089 TOP MAIN SOLVE Loop t[1] 4.531999999999902 x1[1] (analytic) 2.0000193664452817 x1[1] (numeric) 1.9924739082234721 absolute error 0.00754545822180952 relative error 0.37726925790825616% Correct digits 2 h 0.001 x2[1] (analytic) 2.727730464083471 x2[1] (numeric) 2.830794725424416 absolute error 0.10306426134094515 relative error 3.7783887630398696% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 103179.9612800063 Order of pole 103154.01582821424 TOP MAIN SOLVE Loop t[1] 4.532999999999903 x1[1] (analytic) 2.0000193470885166 x1[1] (numeric) 1.9924655746970503 absolute error 0.0075537723914662624 relative error 0.37768496602107865% Correct digits 2 h 0.001 x2[1] (analytic) 2.731189373089291 x2[1] (numeric) 2.8344716876307903 absolute error 0.10328231454149917 relative error 3.7815874490121835% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 210948.24924137033 Order of pole 210921.35977906996 TOP MAIN SOLVE Loop t[1] 4.533999999999903 x1[1] (analytic) 2.0000193277510983 x1[1] (numeric) 1.992457232832934 absolute error 0.007562094918164286 relative error 0.37810109198631636% Correct digits 2 h 0.001 x2[1] (analytic) 2.7346552068452383 x2[1] (numeric) 2.838156023639461 absolute error 0.10350081679422285 relative error 3.7847848801978876% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 217044.0926178585 Order of pole 2479385733.383615 TOP MAIN SOLVE Loop t[1] 4.534999999999903 x1[1] (analytic) 2.0000193084330076 x1[1] (numeric) 1.992448882622781 absolute error 0.007570425810226489 relative error 0.37851763622011386% Correct digits 2 h 0.001 x2[1] (analytic) 2.738127979214662 x2[1] (numeric) 2.8418477482253164 absolute error 0.1037197690106546 relative error 3.787981051214526% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 120175.94136443718 Order of pole 120150.92298642693 TOP MAIN SOLVE Loop t[1] 4.535999999999904 x1[1] (analytic) 2.000019289134226 x1[1] (numeric) 1.9924405240582417 absolute error 0.007578765075984206 relative error 0.3789345991390375% Correct digits 2 h 0.001 x2[1] (analytic) 2.7416077040886653 x2[1] (numeric) 2.845546876192835 absolute error 0.10393917210416959 relative error 3.7911759566899774% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 217273.1086226965 Order of pole 2484610196.096957 TOP MAIN SOLVE Loop t[1] 4.536999999999904 x1[1] (analytic) 2.0000192698547328 x1[1] (numeric) 1.992432157130957 absolute error 0.0075871127237758795 relative error 0.3793519811600092% Correct digits 2 h 0.001 x2[1] (analytic) 2.7450943953861633 x2[1] (numeric) 2.8492534223761474 absolute error 0.10415902698998414 relative error 3.7943695912625137% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 217371.5871750098 Order of pole 2486879208.588073 TOP MAIN SOLVE Loop t[1] 4.537999999999904 x1[1] (analytic) 2.00001925059451 x1[1] (numeric) 1.99242378183256 absolute error 0.007595468761949942 relative error 0.37976978270045014% Correct digits 2 h 0.001 x2[1] (analytic) 2.7485880670539338 x2[1] (numeric) 2.8529674016390945 absolute error 0.10437933458516069 relative error 3.797561949580876% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 217472.8720511419 Order of pole 2489203424.994783 TOP MAIN SOLVE Loop t[1] 4.538999999999905 x1[1] (analytic) 2.000019231353537 x1[1] (numeric) 1.9924153981546757 absolute error 0.007603833198861487 relative error 0.3801880041781149% Correct digits 2 h 0.001 x2[1] (analytic) 2.7520887330666794 x2[1] (numeric) 2.856688828875287 absolute error 0.10460009580860774 relative error 3.800753026304164% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 217583.50777459718 Order of pole 2491729272.8123846 TOP MAIN SOLVE Loop t[1] 4.539999999999905 x1[1] (analytic) 2.0000192121317966 x1[1] (numeric) 1.9924070060889203 absolute error 0.007612206042876268 relative error 0.3806066460112905% Correct digits 2 h 0.001 x2[1] (analytic) 2.755596407427077 x2[1] (numeric) 2.860417719008166 absolute error 0.10482131158108876 relative error 3.8039428161020603% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51306.270287601496 Order of pole 51281.04751992964 TOP MAIN SOLVE Loop t[1] 4.540999999999905 x1[1] (analytic) 2.000019192929267 x1[1] (numeric) 1.9923986056269016 absolute error 0.007620587302365589 relative error 0.3810257086185422% Correct digits 2 h 0.001 x2[1] (analytic) 2.7591111041658394 x2[1] (numeric) 2.86415408699106 absolute error 0.10504298282522084 relative error 3.807131313654672% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 92902.10168329765 Order of pole 92876.21681618108 TOP MAIN SOLVE Loop t[1] 4.541999999999906 x1[1] (analytic) 2.0000191737459314 x1[1] (numeric) 1.9923901967602193 absolute error 0.007628976985712077 relative error 0.38144519241900077% Correct digits 2 h 0.001 x2[1] (analytic) 2.762632837341768 x2[1] (numeric) 2.8678979478072497 absolute error 0.10526511046548181 relative error 3.8103185136526836% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 193996.5009056458 Order of pole 193969.54388195561 TOP MAIN SOLVE Loop t[1] 4.542999999999906 x1[1] (analytic) 2.000019154581769 x1[1] (numeric) 1.9923817794804646 absolute error 0.007637375101304578 relative error 0.38186509783210826% Correct digits 2 h 0.001 x2[1] (analytic) 2.766161621041809 x2[1] (numeric) 2.8716493164700223 absolute error 0.10548769542821335 relative error 3.8135044107973677% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 90648.03227022549 Order of pole 90622.22295448866 TOP MAIN SOLVE Loop t[1] 4.543999999999906 x1[1] (analytic) 2.0000191354367614 x1[1] (numeric) 1.99237335377922 absolute error 0.007645781657541262 relative error 0.382285425277773% Correct digits 2 h 0.001 x2[1] (analytic) 2.7696974693811116 x2[1] (numeric) 2.8754082080227352 absolute error 0.10571073864162361 relative error 3.8166889998005686% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 218122.64061597319 Order of pole 2504106446.1801543 TOP MAIN SOLVE Loop t[1] 4.544999999999907 x1[1] (analytic) 2.0000191163108894 x1[1] (numeric) 1.99236491964806 absolute error 0.0076541966628294045 relative error 0.38270617517635824% Correct digits 2 h 0.001 x2[1] (analytic) 2.7732403965030836 x2[1] (numeric) 2.8791746375388754 absolute error 0.10593424103579174 relative error 3.8198722753847623% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 218266.83770510874 Order of pole 2507370882.7321377 TOP MAIN SOLVE Loop t[1] 4.545999999999907 x1[1] (analytic) 2.000019097204133 x1[1] (numeric) 1.9923564770785502 absolute error 0.007662620125582942 relative error 0.3831273479485607% Correct digits 2 h 0.001 x2[1] (analytic) 2.776790416579448 x2[1] (numeric) 2.8829486201221197 absolute error 0.1061582035426718 relative error 3.823054232283089% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 218339.79296607248 Order of pole 2509095453.6017103 TOP MAIN SOLVE Loop t[1] 4.546999999999907 x1[1] (analytic) 2.0000190781164746 x1[1] (numeric) 1.9923480260622484 absolute error 0.007671052054226246 relative error 0.38354894401559847% Correct digits 2 h 0.001 x2[1] (analytic) 2.7803475438102994 x2[1] (numeric) 2.886730170906395 absolute error 0.10638262709609547 relative error 3.826234865239346% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 145468.583536446 Order of pole 145443.428931714 TOP MAIN SOLVE Loop t[1] 4.547999999999908 x1[1] (analytic) 2.000019059047894 x1[1] (numeric) 1.9923395665907033 absolute error 0.007679492457190795 relative error 0.3839709637990453% Correct digits 2 h 0.001 x2[1] (analytic) 2.7839117924241603 x2[1] (numeric) 2.8905193050559386 absolute error 0.10660751263177826 relative error 3.8294141690081034% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 218564.25022206656 Order of pole 2514248448.014965 TOP MAIN SOLVE Loop t[1] 4.548999999999908 x1[1] (analytic) 2.0000190399983726 x1[1] (numeric) 1.9923310986554554 absolute error 0.007687941342917171 relative error 0.3843934077209298% Correct digits 2 h 0.001 x2[1] (analytic) 2.7874831766780392 x2[1] (numeric) 2.8943160377653605 absolute error 0.10683286108732126 relative error 3.8325921383546597% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 78532.45605968936 Order of pole 78506.42697418842 TOP MAIN SOLVE Loop t[1] 4.549999999999908 x1[1] (analytic) 2.000019020967891 x1[1] (numeric) 1.992322622248037 absolute error 0.007696398719853947 relative error 0.3848162762036806% Correct digits 2 h 0.001 x2[1] (analytic) 2.7910617108574898 x2[1] (numeric) 2.8981203842597023 absolute error 0.10705867340221253 relative error 3.835768768054978% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 218780.62612071243 Order of pole 2519230431.225472 TOP MAIN SOLVE Loop t[1] 4.550999999999909 x1[1] (analytic) 2.0000190019564306 x1[1] (numeric) 1.9923141373599715 absolute error 0.007704864596459027 relative error 0.38523956967019224% Correct digits 2 h 0.001 x2[1] (analytic) 2.79464740927666 x2[1] (numeric) 2.9019323597944986 absolute error 0.1072849505178386 relative error 3.838944052896004% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 190818.69314555096 Order of pole 190790.61252563886 TOP MAIN SOLVE Loop t[1] 4.551999999999909 x1[1] (analytic) 2.000018982963972 x1[1] (numeric) 1.9923056439827742 absolute error 0.007713338981197637 relative error 0.385663288543726% Correct digits 2 h 0.001 x2[1] (analytic) 2.7982402862783595 x2[1] (numeric) 2.9057519796558386 absolute error 0.10751169337747912 relative error 3.842117987675352% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 219013.097497761 Order of pole 2524571823.976699 TOP MAIN SOLVE Loop t[1] 4.552999999999909 x1[1] (analytic) 2.000018963990496 x1[1] (numeric) 1.9922971421079516 absolute error 0.007721821882544555 relative error 0.38608743324802036% Correct digits 2 h 0.001 x2[1] (analytic) 2.8018403562341105 x2[1] (numeric) 2.9095792591604273 absolute error 0.10773890292631672 relative error 3.845290567201556% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 85375.52257730976 Order of pole 85350.39899046715 TOP MAIN SOLVE Loop t[1] 4.55399999999991 x1[1] (analytic) 2.0000189450359844 x1[1] (numeric) 1.9922886317270017 absolute error 0.0077303133089827725 relative error 0.3865120042072246% Correct digits 2 h 0.001 x2[1] (analytic) 2.805447633544207 x2[1] (numeric) 2.913414213655646 absolute error 0.10796658011143911 relative error 3.8484617862940347% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 219223.76454631865 Order of pole 2529442843.175376 TOP MAIN SOLVE Loop t[1] 4.55499999999991 x1[1] (analytic) 2.000018926100418 x1[1] (numeric) 1.9922801128314143 absolute error 0.007738813269003719 relative error 0.3869370018459098% Correct digits 2 h 0.001 x2[1] (analytic) 2.8090621326377723 x2[1] (numeric) 2.9172568585196146 absolute error 0.10819472588184231 relative error 3.8516316397830987% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 133423.83687250386 Order of pole 133397.1513778 TOP MAIN SOLVE Loop t[1] 4.55599999999991 x1[1] (analytic) 2.0000189071837773 x1[1] (numeric) 1.9922715854126705 absolute error 0.007747321771106819 relative error 0.38736242658904696% Correct digits 2 h 0.001 x2[1] (analytic) 2.812683867972817 x2[1] (numeric) 2.921107209161253 absolute error 0.10842334118843588 relative error 3.8548001225100257% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 123775.26977223674 Order of pole 123749.6909065617 TOP MAIN SOLVE Loop t[1] 4.556999999999911 x1[1] (analytic) 2.000018888286044 x1[1] (numeric) 1.9922630494622426 absolute error 0.007755838823801486 relative error 0.3877882788621065% Correct digits 2 h 0.001 x2[1] (analytic) 2.8163128540362976 x2[1] (numeric) 2.924965281020342 absolute error 0.10865242698404431 relative error 3.8579672293270004% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 219550.80767729736 Order of pole 2536994437.7394657 TOP MAIN SOLVE Loop t[1] 4.557999999999911 x1[1] (analytic) 2.000018869407199 x1[1] (numeric) 1.992254504971595 absolute error 0.007764364435604021 relative error 0.388214559090903% Correct digits 2 h 0.001 x2[1] (analytic) 2.819949105344172 x2[1] (numeric) 2.928831089567586 absolute error 0.10888198422341411 relative error 3.8611329550972577% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 28044.600539761763 Order of pole 28019.304392188904 TOP MAIN SOLVE Loop t[1] 4.558999999999911 x1[1] (analytic) 2.000018850547223 x1[1] (numeric) 1.9922459519321831 absolute error 0.007772898615040047 relative error 0.38864126770171753% Correct digits 2 h 0.001 x2[1] (analytic) 2.823592636441459 x2[1] (numeric) 2.9327046503046743 absolute error 0.10911201386321512 relative error 3.8642972946950205% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 124866.30564038611 Order of pole 124840.36897334298 TOP MAIN SOLVE Loop t[1] 4.559999999999912 x1[1] (analytic) 2.000018831706098 x1[1] (numeric) 1.9922373903354538 absolute error 0.007781441370644293 relative error 0.389068405121286% Correct digits 2 h 0.001 x2[1] (analytic) 2.827243461902298 x2[1] (numeric) 2.9365859787643442 absolute error 0.10934251686204632 relative error 3.867460243005592% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 213274.51039529944 Order of pole 213246.94079450093 TOP MAIN SOLVE Loop t[1] 4.560999999999912 x1[1] (analytic) 2.000018812883805 x1[1] (numeric) 1.9922288201728455 absolute error 0.007789992710959481 relative error 0.3894959717767443% Correct digits 2 h 0.001 x2[1] (analytic) 2.8309015963300053 x2[1] (numeric) 2.940475090510442 absolute error 0.10957349418043671 relative error 3.8706217949252752% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 162935.13123583415 Order of pole 162909.46911012076 TOP MAIN SOLVE Loop t[1] 4.561999999999912 x1[1] (analytic) 2.0000187940803245 x1[1] (numeric) 1.9922202414357881 absolute error 0.007798552644536327 relative error 0.38992396809562796% Correct digits 2 h 0.001 x2[1] (analytic) 2.8345670543571324 x2[1] (numeric) 2.9443720011379853 absolute error 0.10980494678085284 relative error 3.8737819453615336% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 63625.703423702704 Order of pole 63600.45016145495 TOP MAIN SOLVE Loop t[1] 4.562999999999913 x1[1] (analytic) 2.0000187752956378 x1[1] (numeric) 1.992211654115703 absolute error 0.007807121179934873 relative error 0.3903523945059388% Correct digits 2 h 0.001 x2[1] (analytic) 2.838239850645526 x2[1] (numeric) 2.948276726273226 absolute error 0.1100368756276997 relative error 3.8769406892329075% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 91211.80499734893 Order of pole 91187.05944143867 TOP MAIN SOLVE Loop t[1] 4.563999999999913 x1[1] (analytic) 2.0000187565297267 x1[1] (numeric) 1.9922030582040025 absolute error 0.007815698325724263 relative error 0.39078125143613357% Correct digits 2 h 0.001 x2[1] (analytic) 2.8419199998863856 x2[1] (numeric) 2.952189281573713 absolute error 0.11026928168732741 relative error 3.880098021469139% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 57849.631855852 Order of pole 57824.29597853847 TOP MAIN SOLVE Loop t[1] 4.564999999999913 x1[1] (analytic) 2.000018737782572 x1[1] (numeric) 1.992194453692091 absolute error 0.007824284090481193 relative error 0.3912105393150468% Correct digits 2 h 0.001 x2[1] (analytic) 2.8456075168003223 x2[1] (numeric) 2.9561096827283544 absolute error 0.11050216592803208 relative error 3.8832539370110917% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 220429.6204352615 Order of pole 2557346574.7164783 TOP MAIN SOLVE Loop t[1] 4.565999999999914 x1[1] (analytic) 2.000018719054155 x1[1] (numeric) 1.992185840571364 absolute error 0.007832878482791239 relative error 0.39164025857195717% Correct digits 2 h 0.001 x2[1] (analytic) 2.8493024161374185 x2[1] (numeric) 2.96003794545748 absolute error 0.11073552932006159 relative error 3.8864084308108398% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 38211.624927067984 Order of pole 38186.26749555943 TOP MAIN SOLVE Loop t[1] 4.566999999999914 x1[1] (analytic) 2.000018700344458 x1[1] (numeric) 1.992177218833208 absolute error 0.007841481511249748 relative error 0.3920704096366314% Correct digits 2 h 0.001 x2[1] (analytic) 2.8530047126772855 x2[1] (numeric) 2.9639740855129055 absolute error 0.11096937283562003 relative error 3.8895614978317146% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 150893.90501493757 Order of pole 150867.374219396 TOP MAIN SOLVE Loop t[1] 4.567999999999914 x1[1] (analytic) 2.00001868165346 x1[1] (numeric) 1.992168588469002 absolute error 0.007850093184458284 relative error 0.3925009929391478% Correct digits 2 h 0.001 x2[1] (analytic) 2.856714421229124 x2[1] (numeric) 2.967918118677994 absolute error 0.11120369744887038 relative error 3.892713133048284% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 589.1724376731554 Order of pole 1036.991642733074 TOP MAIN SOLVE Loop t[1] 4.568999999999915 x1[1] (analytic) 2.0000186629811445 x1[1] (numeric) 1.9921599494701148 absolute error 0.007858713511029736 relative error 0.3929320089101501% Correct digits 2 h 0.001 x2[1] (analytic) 2.860431556631781 x2[1] (numeric) 2.97187006076772 absolute error 0.11143850413593936 relative error 3.8958633314464124% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 220903.63130629814 Order of pole 2568312103.4092846 TOP MAIN SOLVE Loop t[1] 4.569999999999915 x1[1] (analytic) 2.0000186443274917 x1[1] (numeric) 1.9921513018279078 absolute error 0.007867342499583874 relative error 0.3933634579806268% Correct digits 2 h 0.001 x2[1] (analytic) 2.864156133753814 x2[1] (numeric) 2.975829927628733 absolute error 0.11167379387491883 relative error 3.8990120880231887% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 220988.7668969054 Order of pole 2570326547.45021 TOP MAIN SOLVE Loop t[1] 4.570999999999915 x1[1] (analytic) 2.0000186256924835 x1[1] (numeric) 1.9921426455337334 absolute error 0.007875980158750018 relative error 0.39379534058204335% Correct digits 2 h 0.001 x2[1] (analytic) 2.8678881674935464 x2[1] (numeric) 2.9797977351394196 absolute error 0.11190956764587323 relative error 3.9021593977870848% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 77380.95623098749 Order of pole 77355.44770969811 TOP MAIN SOLVE Loop t[1] 4.571999999999916 x1[1] (analytic) 2.0000186070761004 x1[1] (numeric) 1.9921339805789353 absolute error 0.007884626497165037 relative error 0.39422765714624314% Correct digits 2 h 0.001 x2[1] (analytic) 2.8716276727791255 x2[1] (numeric) 2.9837734992099687 absolute error 0.11214582643084325 relative error 3.9053052557579626% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 41022.49329371601 Order of pole 40997.06246072606 TOP MAIN SOLVE Loop t[1] 4.572999999999916 x1[1] (analytic) 2.000018588478325 x1[1] (numeric) 1.9921253069548486 absolute error 0.007893281523476459 relative error 0.39466040810560205% Correct digits 2 h 0.001 x2[1] (analytic) 2.8753746645685876 x2[1] (numeric) 2.9877572357824342 absolute error 0.11238257121384665 relative error 3.908449656966988% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 115742.63755400454 Order of pole 115716.50544914536 TOP MAIN SOLVE Loop t[1] 4.573999999999916 x1[1] (analytic) 2.0000185698991375 x1[1] (numeric) 1.9921166246527995 absolute error 0.007901945246338027 relative error 0.3950935938928071% Correct digits 2 h 0.001 x2[1] (analytic) 2.8791291578499147 x2[1] (numeric) 2.991748960830799 absolute error 0.11261980298088448 relative error 3.9115925964567375% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 128781.00660647867 Order of pole 128755.23036277533 TOP MAIN SOLVE Loop t[1] 4.574999999999917 x1[1] (analytic) 2.0000185513385205 x1[1] (numeric) 1.9921079336641057 absolute error 0.00791061767441481 relative error 0.3955272149411113% Correct digits 2 h 0.001 x2[1] (analytic) 2.8828911676410933 x2[1] (numeric) 2.9957486903610393 absolute error 0.11285752271994598 relative error 3.9147340692812524% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 82575.23289040902 Order of pole 82549.53728082588 TOP MAIN SOLVE Loop t[1] 4.575999999999917 x1[1] (analytic) 2.0000185327964544 x1[1] (numeric) 1.9920992339800763 absolute error 0.007919298816378095 relative error 0.3959612716840788% Correct digits 2 h 0.001 x2[1] (analytic) 2.8866607089901777 x2[1] (numeric) 2.9997564404111876 absolute error 0.11309573142100993 relative error 3.9178740705059685% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 96690.26159301665 Order of pole 96664.803877484 TOP MAIN SOLVE Loop t[1] 4.576999999999917 x1[1] (analytic) 2.0000185142729214 x1[1] (numeric) 1.9920905255920114 absolute error 0.007927988680910047 relative error 0.39639576455581743% Correct digits 2 h 0.001 x2[1] (analytic) 2.890437796975347 x2[1] (numeric) 3.0037722270513982 absolute error 0.11333443007605126 relative error 3.921012595207836% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 37484.14353946515 Order of pole 37458.561728435685 TOP MAIN SOLVE Loop t[1] 4.577999999999918 x1[1] (analytic) 2.0000184957679026 x1[1] (numeric) 1.9920818084912029 absolute error 0.007936687276699717 relative error 0.39683069399077947% Correct digits 2 h 0.001 x2[1] (analytic) 2.8942224467049678 x2[1] (numeric) 3.007796066384011 absolute error 0.11357361967904334 relative error 3.924149638475278% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 221871.98840775673 Order of pole 2590913158.196013 TOP MAIN SOLVE Loop t[1] 4.578999999999918 x1[1] (analytic) 2.000018477281379 x1[1] (numeric) 1.9920730826689335 absolute error 0.0079453946124457 relative error 0.39726606042389456% Correct digits 2 h 0.001 x2[1] (analytic) 2.8980146733176535 x2[1] (numeric) 3.0118279745436154 absolute error 0.1138133012259619 relative error 3.927285195408213% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 70177.99837242079 Order of pole 70152.34165265413 TOP MAIN SOLVE Loop t[1] 4.579999999999918 x1[1] (analytic) 2.0000184588133334 x1[1] (numeric) 1.9920643481164775 absolute error 0.00795411069685592 relative error 0.39770186429055837% Correct digits 2 h 0.001 x2[1] (analytic) 2.901814491982324 x2[1] (numeric) 3.0158679676971154 absolute error 0.1140534757147913 relative error 3.9304192611181583% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 222089.1163105937 Order of pole 2595996237.834774 TOP MAIN SOLVE Loop t[1] 4.580999999999919 x1[1] (analytic) 2.0000184403637467 x1[1] (numeric) 1.9920556048251004 absolute error 0.007962835538646296 relative error 0.3981381060265665% Correct digits 2 h 0.001 x2[1] (analytic) 2.905621917898269 x2[1] (numeric) 3.019916062043795 absolute error 0.11429414414552586 relative error 3.933551830728154% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 40202.23141636687 Order of pole 40176.68466283665 TOP MAIN SOLVE Loop t[1] 4.581999999999919 x1[1] (analytic) 2.0000184219326 x1[1] (numeric) 1.9920468527860586 absolute error 0.00797156914654118 relative error 0.3985747860681365% Correct digits 2 h 0.001 x2[1] (analytic) 2.9094369662952064 x2[1] (numeric) 3.0239722738153816 absolute error 0.11453530752017516 relative error 3.936682899372834% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 222330.86784517046 Order of pole 2601617759.801799 TOP MAIN SOLVE Loop t[1] 4.582999999999919 x1[1] (analytic) 2.000018403519875 x1[1] (numeric) 1.9920380919906004 absolute error 0.007980311529274697 relative error 0.3990119048519742% Correct digits 2 h 0.001 x2[1] (analytic) 2.913259652433344 x2[1] (numeric) 3.028036619276112 absolute error 0.11477696684276806 relative error 3.9398124621984474% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 222441.10609072933 Order of pole 2604205783.8764944 TOP MAIN SOLVE Loop t[1] 4.58399999999992 x1[1] (analytic) 2.000018385125554 x1[1] (numeric) 1.992029322429965 absolute error 0.007989062695588967 relative error 0.3994494628151852% Correct digits 2 h 0.001 x2[1] (analytic) 2.9170899916034396 x2[1] (numeric) 3.0321091147227968 absolute error 0.11501912311935714 relative error 3.942940514362893% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 93379.6925093747 Order of pole 93354.17118382224 TOP MAIN SOLVE Loop t[1] 4.58499999999992 x1[1] (analytic) 2.000018366749618 x1[1] (numeric) 1.9920205440953827 absolute error 0.007997822654235431 relative error 0.39988746039534134% Correct digits 2 h 0.001 x2[1] (analytic) 2.920927999126866 x2[1] (numeric) 3.0361897764848864 absolute error 0.11526177735802046 relative error 3.946067051035661% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 222628.55653036572 Order of pole 2608652919.357714 TOP MAIN SOLVE Loop t[1] 4.58599999999992 x1[1] (analytic) 2.000018348392049 x1[1] (numeric) 1.992011756978075 absolute error 0.008006591413973752 relative error 0.4003258980304254% Correct digits 2 h 0.001 x2[1] (analytic) 2.9247736903556665 x2[1] (numeric) 3.0402786209245356 absolute error 0.11550493056886912 relative error 3.9491920673979797% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 447.91691618452535 Order of pole 190.02811454970902 TOP MAIN SOLVE Loop t[1] 4.586999999999921 x1[1] (analytic) 2.0000183300528276 x1[1] (numeric) 1.9920029610692551 absolute error 0.008015368983572468 relative error 0.4007647761588642% Correct digits 2 h 0.001 x2[1] (analytic) 2.9286270806726207 x2[1] (numeric) 3.04437566443667 absolute error 0.1157485837640495 relative error 3.952315558642769% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 81494.56724759367 Order of pole 81468.95391021227 TOP MAIN SOLVE Loop t[1] 4.587999999999921 x1[1] (analytic) 2.000018311731937 x1[1] (numeric) 1.9919941563601269 absolute error 0.008024155371810116 relative error 0.40120409521958394% Correct digits 2 h 0.001 x2[1] (analytic) 2.932488185491304 x2[1] (numeric) 3.0484809234490506 absolute error 0.11599273795774678 relative error 3.955437519974648% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 182295.46079712294 Order of pole 182269.6078094158 TOP MAIN SOLVE Loop t[1] 4.588999999999921 x1[1] (analytic) 2.0000182934293576 x1[1] (numeric) 1.9919853428418859 absolute error 0.008032950587471666 relative error 0.40164385565183314% Correct digits 2 h 0.001 x2[1] (analytic) 2.9363570202561506 x2[1] (numeric) 3.05259441442234 absolute error 0.11623739416618939 relative error 3.9585579466099636% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 205232.69143972528 Order of pole 205207.85529258268 TOP MAIN SOLVE Loop t[1] 4.589999999999922 x1[1] (analytic) 2.000018275145072 x1[1] (numeric) 1.9919765205057183 absolute error 0.008041754639353638 relative error 0.40208405789543733% Correct digits 2 h 0.001 x2[1] (analytic) 2.9402336004425127 x2[1] (numeric) 3.056716153850169 absolute error 0.11648255340765612 relative error 3.9616768337769215% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 223224.95753547086 Order of pole 2622587106.425432 TOP MAIN SOLVE Loop t[1] 4.590999999999922 x1[1] (analytic) 2.0000182568790614 x1[1] (numeric) 1.991967689342802 absolute error 0.008050567536259434 relative error 0.4025247023905663% Correct digits 2 h 0.001 x2[1] (analytic) 2.9441179415567262 x2[1] (numeric) 3.0608461582592 absolute error 0.11672821670247391 relative error 3.9647941767153836% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 223340.31558040925 Order of pole 2625292257.5215697 TOP MAIN SOLVE Loop t[1] 4.591999999999922 x1[1] (analytic) 2.000018238631308 x1[1] (numeric) 1.9919588493443057 absolute error 0.008059389287002228 relative error 0.4029657895778785% Correct digits 2 h 0.001 x2[1] (analytic) 2.9480100591361693 x2[1] (numeric) 3.064984444209198 absolute error 0.11697438507302849 relative error 3.967909970677119% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 223452.15144887718 Order of pole 2627922470.013032 TOP MAIN SOLVE Loop t[1] 4.592999999999923 x1[1] (analytic) 2.0000182204017927 x1[1] (numeric) 1.9919500005013895 absolute error 0.008068219900403184 relative error 0.40340731989843187% Correct digits 2 h 0.001 x2[1] (analytic) 2.951909968749327 x2[1] (numeric) 3.069131028293091 absolute error 0.11722105954376394 relative error 3.9710242109256626% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 223534.92578965906 Order of pole 2629910897.3794584 TOP MAIN SOLVE Loop t[1] 4.593999999999923 x1[1] (analytic) 2.0000182021904984 x1[1] (numeric) 1.9919411428052043 absolute error 0.008077059385294127 relative error 0.40384929379381723% Correct digits 2 h 0.001 x2[1] (analytic) 2.955817685995853 x2[1] (numeric) 3.0732859271370416 absolute error 0.11746824114118848 relative error 3.9741368927363974% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 608.3315232128693 Order of pole 2268.1328981721617 TOP MAIN SOLVE Loop t[1] 4.594999999999923 x1[1] (analytic) 2.0000181839974056 x1[1] (numeric) 1.9919322762468927 absolute error 0.008085907750512877 relative error 0.4042917117059255% Correct digits 2 h 0.001 x2[1] (analytic) 2.9597332265066285 x2[1] (numeric) 3.07744915740051 absolute error 0.11771593089388155 relative error 3.9772480113966755% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 626.8914845849324 Order of pole 2171.3090883074838 TOP MAIN SOLVE Loop t[1] 4.595999999999924 x1[1] (analytic) 2.0000181658224974 x1[1] (numeric) 1.9919234008175881 absolute error 0.008094765004909243 relative error 0.40473457407724656% Correct digits 2 h 0.001 x2[1] (analytic) 2.963656605943832 x2[1] (numeric) 3.0816207357763226 absolute error 0.11796412983249072 relative error 3.9803575622055862% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 75442.1839079206 Order of pole 75416.34790722311 TOP MAIN SOLVE Loop t[1] 4.596999999999924 x1[1] (analytic) 2.0000181476657546 x1[1] (numeric) 1.991914516508415 absolute error 0.008103631157339697 relative error 0.4051778813506039% Correct digits 2 h 0.001 x2[1] (analytic) 2.967587840000994 x2[1] (numeric) 3.0858006789907373 absolute error 0.11821283898974322 relative error 3.983465540474233% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 69685.58625921876 Order of pole 69660.09637805678 TOP MAIN SOLVE Loop t[1] 4.597999999999924 x1[1] (analytic) 2.00001812952716 x1[1] (numeric) 1.9919056233104888 absolute error 0.008112506216671145 relative error 0.40562163396934237% Correct digits 2 h 0.001 x2[1] (analytic) 2.9715269444030654 x2[1] (numeric) 3.0899890038035127 absolute error 0.1184620594004473 relative error 3.986571941525656% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 224080.0052814788 Order of pole 2642772698.0930386 TOP MAIN SOLVE Loop t[1] 4.598999999999925 x1[1] (analytic) 2.0000181114066944 x1[1] (numeric) 1.9918967212149168 absolute error 0.0081213901917776 relative error 0.40606583237716254% Correct digits 2 h 0.001 x2[1] (analytic) 2.975473934906479 x2[1] (numeric) 3.0941857270079725 absolute error 0.11871179210149352 relative error 3.989676760694753% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 92042.76900878645 Order of pole 92016.70212257282 TOP MAIN SOLVE Loop t[1] 4.599999999999925 x1[1] (analytic) 2.0000180933043405 x1[1] (numeric) 1.9918878102127966 absolute error 0.008130283091543955 relative error 0.4065104770183086% Correct digits 2 h 0.001 x2[1] (analytic) 2.9794288272992095 x2[1] (numeric) 3.0983908654310746 absolute error 0.11896203813186501 relative error 3.9927799933285075% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 94628.25979904446 Order of pole 94602.47938606043 TOP MAIN SOLVE Loop t[1] 4.600999999999925 x1[1] (analytic) 2.00001807522008 x1[1] (numeric) 1.9918788902952174 absolute error 0.00813918492486243 relative error 0.4069555683373913% Correct digits 2 h 0.001 x2[1] (analytic) 2.983391637400843 x2[1] (numeric) 3.102604435933478 absolute error 0.11921279853263522 relative error 3.995881634785786% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 80419.84674070326 Order of pole 80394.4214989031 TOP MAIN SOLVE Loop t[1] 4.601999999999926 x1[1] (analytic) 2.0000180571538944 x1[1] (numeric) 1.9918699614532591 absolute error 0.008148095700635238 relative error 0.407401106779521% Correct digits 2 h 0.001 x2[1] (analytic) 2.987362381062632 x2[1] (numeric) 3.10682645540961 absolute error 0.1194640743469777 relative error 3.9989816804375513% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 224574.17962067362 Order of pole 2654370137.04122 TOP MAIN SOLVE Loop t[1] 4.602999999999926 x1[1] (analytic) 2.000018039105766 x1[1] (numeric) 1.991861023677993 absolute error 0.008157015427773029 relative error 0.40784709279022985% Correct digits 2 h 0.001 x2[1] (analytic) 2.9913410741675674 x2[1] (numeric) 3.1110569407877335 absolute error 0.11971586662016609 relative error 4.002080125666737% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 224669.44737854367 Order of pole 2656651812.00162 TOP MAIN SOLVE Loop t[1] 4.603999999999926 x1[1] (analytic) 2.0000180210756766 x1[1] (numeric) 1.9918520769604813 absolute error 0.008165944115195334 relative error 0.4082935268154942% Correct digits 2 h 0.001 x2[1] (analytic) 2.995327732630434 x2[1] (numeric) 3.1152959090300163 absolute error 0.11996817639958213 relative error 4.005176965868392% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 224773.5218418842 Order of pole 2659132641.7932854 TOP MAIN SOLVE Loop t[1] 4.604999999999927 x1[1] (analytic) 2.0000180030636083 x1[1] (numeric) 1.991843121291777 absolute error 0.008174881771831233 relative error 0.40874040930176764% Correct digits 2 h 0.001 x2[1] (analytic) 2.999322372397882 x2[1] (numeric) 3.119543377132597 absolute error 0.12022100473471475 relative error 4.00827219644953% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 224889.53480195443 Order of pole 2661874312.315544 TOP MAIN SOLVE Loop t[1] 4.605999999999927 x1[1] (analytic) 2.0000179850695434 x1[1] (numeric) 1.991834156662925 absolute error 0.008183828406618465 relative error 0.4091877406959369% Correct digits 2 h 0.001 x2[1] (analytic) 3.003325009448483 x2[1] (numeric) 3.123799362125654 absolute error 0.12047435267717077 relative error 4.011365812829366% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 62560.18230327441 Order of pole 62534.654624850955 TOP MAIN SOLVE Loop t[1] 4.606999999999927 x1[1] (analytic) 2.0000179670934632 x1[1] (numeric) 1.9918251830649603 absolute error 0.008192784028502986 relative error 0.40963552144529947% Correct digits 2 h 0.001 x2[1] (analytic) 3.007335659792801 x2[1] (numeric) 3.128063881073474 absolute error 0.12072822128067306 relative error 4.014457810439124% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 225115.38412489812 Order of pole 2667214046.1020527 TOP MAIN SOLVE Loop t[1] 4.607999999999928 x1[1] (analytic) 2.0000179491353505 x1[1] (numeric) 1.9918162004889093 absolute error 0.008201748646441187 relative error 0.41008375199767455% Correct digits 2 h 0.001 x2[1] (analytic) 3.011354339473451 x2[1] (numeric) 3.13233695107452 absolute error 0.12098261160106905 relative error 4.017548184722207% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 225254.34901737617 Order of pole 2670468365.406445 TOP MAIN SOLVE Loop t[1] 4.608999999999928 x1[1] (analytic) 2.000017931195187 x1[1] (numeric) 1.9918072089257894 absolute error 0.008210722269397452 relative error 0.41053243280128104% Correct digits 2 h 0.001 x2[1] (analytic) 3.0153810645651657 x2[1] (numeric) 3.136618589261499 absolute error 0.12123752469633331 relative error 4.020636931134155% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 65520.93200206903 Order of pole 65495.12001482095 TOP MAIN SOLVE Loop t[1] 4.609999999999928 x1[1] (analytic) 2.0000179132729543 x1[1] (numeric) 1.991798208366609 absolute error 0.008219704906345271 relative error 0.41098156430479327% Correct digits 2 h 0.001 x2[1] (analytic) 3.0194158511748608 x2[1] (numeric) 3.1409088128014315 absolute error 0.12149296162657075 relative error 4.023724045142625% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 134758.7237494792 Order of pole 134732.55802433848 TOP MAIN SOLVE Loop t[1] 4.610999999999929 x1[1] (analytic) 2.000017895368635 x1[1] (numeric) 1.9917891988023677 absolute error 0.008228696566267235 relative error 0.4114311469573404% Correct digits 2 h 0.001 x2[1] (analytic) 3.0234587154416963 x2[1] (numeric) 3.1452076388957195 absolute error 0.12174892345402322 relative error 4.0268095222274916% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 68055.84627169238 Order of pole 68030.38022685512 TOP MAIN SOLVE Loop t[1] 4.611999999999929 x1[1] (analytic) 2.000017877482211 x1[1] (numeric) 1.991780180224056 absolute error 0.008237697258155041 relative error 0.411881181208507% Correct digits 2 h 0.001 x2[1] (analytic) 3.0275096735371436 x2[1] (numeric) 3.1495150847802167 absolute error 0.12200541124307307 relative error 4.029893357880834% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 225698.78314284293 Order of pole 2681029435.1086054 TOP MAIN SOLVE Loop t[1] 4.612999999999929 x1[1] (analytic) 2.0000178596136644 x1[1] (numeric) 1.9917711526226551 absolute error 0.008246706991009267 relative error 0.41233166750832173% Correct digits 2 h 0.001 x2[1] (analytic) 3.03156874166505 x2[1] (numeric) 3.1538311677252957 absolute error 0.12226242606024584 relative error 4.032975547606906% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 45941.03772458153 Order of pole 45915.71769040496 TOP MAIN SOLVE Loop t[1] 4.61399999999993 x1[1] (analytic) 2.0000178417629777 x1[1] (numeric) 1.9917621159891374 absolute error 0.008255725773840261 relative error 0.4127826063073015% Correct digits 2 h 0.001 x2[1] (analytic) 3.035635936061701 x2[1] (numeric) 3.1581559050359185 absolute error 0.12251996897421735 relative error 4.036056086922245% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 83325.41357529441 Order of pole 83299.96801443686 TOP MAIN SOLVE Loop t[1] 4.61499999999993 x1[1] (analytic) 2.0000178239301327 x1[1] (numeric) 1.9917530703144666 absolute error 0.008264753615666143 relative error 0.41323399805635225% Correct digits 2 h 0.001 x2[1] (analytic) 3.039711272995891 x2[1] (numeric) 3.162489314051705 absolute error 0.12277804105581414 relative error 4.039134971355555% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 226008.8776135807 Order of pole 2688441685.5536284 TOP MAIN SOLVE Loop t[1] 4.61599999999993 x1[1] (analytic) 2.0000178061151113 x1[1] (numeric) 1.9917440155895967 absolute error 0.00827379052551458 relative error 0.413685843206857% Correct digits 2 h 0.001 x2[1] (analytic) 3.0437947687689797 x2[1] (numeric) 3.1668314121470025 absolute error 0.12303664337802278 relative error 4.042212196447897% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 226132.99740262018 Order of pole 2691384469.4636555 TOP MAIN SOLVE Loop t[1] 4.616999999999931 x1[1] (analytic) 2.0000177883178964 x1[1] (numeric) 1.991734951805473 absolute error 0.008282836512423453 relative error 0.41413814221070927% Correct digits 2 h 0.001 x2[1] (analytic) 3.047886439714966 x2[1] (numeric) 3.1711822167309553 absolute error 0.12329577701598948 relative error 4.045287757752547% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 129396.7855415648 Order of pole 129369.61275705579 TOP MAIN SOLVE Loop t[1] 4.617999999999931 x1[1] (analytic) 2.0000177705384696 x1[1] (numeric) 1.9917258789530317 absolute error 0.008291891585437972 relative error 0.4145908955201696% Correct digits 2 h 0.001 x2[1] (analytic) 3.0519863022005476 x2[1] (numeric) 3.1755417452475747 absolute error 0.12355544304702715 relative error 4.048361650835098% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 226356.4617642075 Order of pole 2696704078.4317446 TOP MAIN SOLVE Loop t[1] 4.618999999999931 x1[1] (analytic) 2.0000177527768135 x1[1] (numeric) 1.9917167970232001 absolute error 0.008300955753613337 relative error 0.4150441035879975% Correct digits 2 h 0.001 x2[1] (analytic) 3.0560943726251883 x2[1] (numeric) 3.1799100151758086 absolute error 0.12381564255062028 relative error 4.051433871273501% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 50175.38716878788 Order of pole 50150.39004951082 TOP MAIN SOLVE Loop t[1] 4.619999999999932 x1[1] (analytic) 2.0000177350329102 x1[1] (numeric) 1.9917077060068962 absolute error 0.008310029026014076 relative error 0.41549776686741907% Correct digits 2 h 0.001 x2[1] (analytic) 3.060210667421184 x2[1] (numeric) 3.184287044029611 absolute error 0.12407637660842674 relative error 4.054504414657993% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 226583.01914174014 Order of pole 2702104919.2432046 TOP MAIN SOLVE Loop t[1] 4.620999999999932 x1[1] (analytic) 2.0000177173067417 x1[1] (numeric) 1.991698605895029 absolute error 0.00831911141171271 relative error 0.4159518858120601% Correct digits 2 h 0.001 x2[1] (analytic) 3.06433520305373 x2[1] (numeric) 3.1886728493580128 absolute error 0.12433764630428268 relative error 4.057573276591129% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 79902.69759521815 Order of pole 79876.74856330834 TOP MAIN SOLVE Loop t[1] 4.621999999999932 x1[1] (analytic) 2.0000176995982906 x1[1] (numeric) 1.9916894966784984 absolute error 0.008328202919792194 relative error 0.41640646087606814% Correct digits 2 h 0.001 x2[1] (analytic) 3.0684679960209817 x2[1] (numeric) 3.1930674487451918 absolute error 0.12459945272421002 relative error 4.06064045268791% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 65867.87324357024 Order of pole 65842.29950449427 TOP MAIN SOLVE Loop t[1] 4.622999999999933 x1[1] (analytic) 2.0000176819075395 x1[1] (numeric) 1.9916803783481951 absolute error 0.008337303559344367 relative error 0.41686149251403465% Correct digits 2 h 0.001 x2[1] (analytic) 3.0726090628541254 x2[1] (numeric) 3.197470859810543 absolute error 0.12486179695641741 relative error 4.063705938575673% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 226930.31225624017 Order of pole 2710385624.84475 TOP MAIN SOLVE Loop t[1] 4.623999999999933 x1[1] (analytic) 2.00001766423447 x1[1] (numeric) 1.9916712508950007 absolute error 0.008346413339469061 relative error 0.4173169811809511% Correct digits 2 h 0.001 x2[1] (analytic) 3.0767584201174434 x2[1] (numeric) 3.2018831002087484 absolute error 0.12512468009130506 relative error 4.06676972989413% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 45758.372571572596 Order of pole 45732.87971550211 TOP MAIN SOLVE Loop t[1] 4.624999999999933 x1[1] (analytic) 2.0000176465790647 x1[1] (numeric) 1.991662114309788 absolute error 0.008355532269276766 relative error 0.41777292733234167% Correct digits 2 h 0.001 x2[1] (analytic) 3.0809160844083783 x2[1] (numeric) 3.2063041876298497 absolute error 0.12538810322147143 relative error 4.06983182229546% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 73662.76465603386 Order of pole 73636.93832226022 TOP MAIN SOLVE Loop t[1] 4.625999999999934 x1[1] (analytic) 2.000017628941306 x1[1] (numeric) 1.9916529685834201 absolute error 0.008364660357885745 relative error 0.4182293314241192% Correct digits 2 h 0.001 x2[1] (analytic) 3.0850820723576025 x2[1] (numeric) 3.210734139799317 absolute error 0.12565206744171453 relative error 4.072892211444214% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 227234.19192805083 Order of pole 2717705231.9561877 TOP MAIN SOLVE Loop t[1] 4.626999999999934 x1[1] (analytic) 2.000017611321176 x1[1] (numeric) 1.9916438137067516 absolute error 0.008373797614424472 relative error 0.4186861939127071% Correct digits 2 h 0.001 x2[1] (analytic) 3.0892564006290812 x2[1] (numeric) 3.2151729744781203 absolute error 0.1259165738490391 relative error 4.075950893017428% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 227381.01799238892 Order of pole 2721171945.114903 TOP MAIN SOLVE Loop t[1] 4.627999999999934 x1[1] (analytic) 2.0000175937186575 x1[1] (numeric) 1.9916346496706274 absolute error 0.008382944048030083 relative error 0.4191435152549619% Correct digits 2 h 0.001 x2[1] (analytic) 3.0934390859201426 x2[1] (numeric) 3.2196207094628018 absolute error 0.12618162354265916 relative error 4.079007862704575% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 227483.3028139353 Order of pole 2723638238.946989 TOP MAIN SOLVE Loop t[1] 4.628999999999935 x1[1] (analytic) 2.000017576133733 x1[1] (numeric) 1.9916254764658836 absolute error 0.008392099667849262 relative error 0.41960129590821743% Correct digits 2 h 0.001 x2[1] (analytic) 3.0976301449615424 x2[1] (numeric) 3.224077362585545 absolute error 0.12644721762400257 relative error 4.082063116207582% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 62632.577743015994 Order of pole 62607.14158966844 TOP MAIN SOLVE Loop t[1] 4.629999999999935 x1[1] (analytic) 2.0000175585663844 x1[1] (numeric) 1.9916162940833468 absolute error 0.008401264483037574 relative error 0.42005953633025167% Correct digits 2 h 0.001 x2[1] (analytic) 3.1018295945175307 x2[1] (numeric) 3.2285429517142483 absolute error 0.1267133571967176 relative error 4.085116649240915% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 192918.23316225986 Order of pole 192889.98945837325 TOP MAIN SOLVE Loop t[1] 4.630999999999935 x1[1] (analytic) 2.0000175410165943 x1[1] (numeric) 1.9916071025138349 absolute error 0.008410438502759465 relative error 0.4205182369792867% Correct digits 2 h 0.001 x2[1] (analytic) 3.1060374513859204 x2[1] (numeric) 3.2330174947525943 absolute error 0.1269800433666739 relative error 4.088168457531481% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54035.6117029538 Order of pole 54009.820255033315 TOP MAIN SOLVE Loop t[1] 4.631999999999936 x1[1] (analytic) 2.0000175234843454 x1[1] (numeric) 1.991597901748156 absolute error 0.008419621736189375 relative error 0.42097739831404424% Correct digits 2 h 0.001 x2[1] (analytic) 3.110253732398153 x2[1] (numeric) 3.2375010096401238 absolute error 0.12724727724197082 relative error 4.091218536818768% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 90853.96646688333 Order of pole 90828.329783199 TOP MAIN SOLVE Loop t[1] 4.632999999999936 x1[1] (analytic) 2.0000175059696197 x1[1] (numeric) 1.9915886917771095 absolute error 0.008428814192510181 relative error 0.42143702079366774% Correct digits 2 h 0.001 x2[1] (analytic) 3.114478454419367 x2[1] (numeric) 3.2419935143523055 absolute error 0.12751505993293843 relative error 4.094266882854744% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 115115.87888550307 Order of pole 115090.56983317244 TOP MAIN SOLVE Loop t[1] 4.633999999999936 x1[1] (analytic) 2.0000174884724 x1[1] (numeric) 1.9915794725914855 absolute error 0.008438015880914529 relative error 0.4218971048777893% Correct digits 2 h 0.001 x2[1] (analytic) 3.118711634348465 x2[1] (numeric) 3.246495026900609 absolute error 0.1277833925521441 relative error 4.097313491403944% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 135036.66268929536 Order of pole 135010.26120592983 TOP MAIN SOLVE Loop t[1] 4.634999999999937 x1[1] (analytic) 2.000017470992669 x1[1] (numeric) 1.9915702441820646 absolute error 0.008447226810604391 relative error 0.4223576510265072% Correct digits 2 h 0.001 x2[1] (analytic) 3.1229532891181813 x2[1] (numeric) 3.2510055653325773 absolute error 0.12805227621439608 relative error 4.10035835824345% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 57648.17403678234 Order of pole 57622.80193776908 TOP MAIN SOLVE Loop t[1] 4.635999999999937 x1[1] (analytic) 2.000017453530409 x1[1] (numeric) 1.9915610065396188 absolute error 0.008456446990790178 relative error 0.42281865970034166% Correct digits 2 h 0.001 x2[1] (analytic) 3.1272034356951495 x2[1] (numeric) 3.2555251477318974 absolute error 0.12832171203674791 relative error 4.103401479162904% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 228387.115578898 Order of pole 2745331196.260883 TOP MAIN SOLVE Loop t[1] 4.636999999999937 x1[1] (analytic) 2.0000174360856025 x1[1] (numeric) 1.99155175965491 absolute error 0.008465676430692515 relative error 0.4232801313603236% Correct digits 2 h 0.001 x2[1] (analytic) 3.1314620910799693 x2[1] (numeric) 3.2600537922184745 absolute error 0.12859170113850515 relative error 4.106442849964594% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 201620.0674347205 Order of pole 201595.03021734837 TOP MAIN SOLVE Loop t[1] 4.637999999999938 x1[1] (analytic) 2.000017418658232 x1[1] (numeric) 1.9915425035186916 absolute error 0.00847491513954024 relative error 0.42374206646789486% Correct digits 2 h 0.001 x2[1] (analytic) 3.135729272307278 x2[1] (numeric) 3.264591516948504 absolute error 0.12886224464122575 relative error 4.10948246646333% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 190191.61908287794 Order of pole 190165.23876738388 TOP MAIN SOLVE Loop t[1] 4.638999999999938 x1[1] (analytic) 2.00001740124828 x1[1] (numeric) 1.9915332381217072 absolute error 0.008484163126572852 relative error 0.4242044654850299% Correct digits 2 h 0.001 x2[1] (analytic) 3.1400049964458137 x2[1] (numeric) 3.2691383401145426 absolute error 0.12913334366872897 relative error 4.112520324486605% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51429.82669414253 Order of pole 51404.4321962845 TOP MAIN SOLVE Loop t[1] 4.639999999999938 x1[1] (analytic) 2.0000173838557296 x1[1] (numeric) 1.9915239634546917 absolute error 0.008493420401037843 relative error 0.4246673288741031% Correct digits 2 h 0.001 x2[1] (analytic) 3.1442892805984877 x2[1] (numeric) 3.2736942799455844 absolute error 0.1294049993470967 relative error 4.115556419874498% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 228853.14775104116 Order of pole 2756528899.593484 TOP MAIN SOLVE Loop t[1] 4.640999999999939 x1[1] (analytic) 2.000017366480563 x1[1] (numeric) 1.9915146795083705 absolute error 0.008502686972192475 relative error 0.42513065709797715% Correct digits 2 h 0.001 x2[1] (analytic) 3.1485821419024522 x2[1] (numeric) 3.27825935470713 absolute error 0.12967721280467792 relative error 4.1185907484796855% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 228969.1773669182 Order of pole 2759332671.524441 TOP MAIN SOLVE Loop t[1] 4.641999999999939 x1[1] (analytic) 2.000017349122763 x1[1] (numeric) 1.9915053862734593 absolute error 0.008511962849303556 relative error 0.4255944506199923% Correct digits 2 h 0.001 x2[1] (analytic) 3.152883597529165 x2[1] (numeric) 3.282833582701263 absolute error 0.129949985172098 relative error 4.121623306167614% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 229103.3997790129 Order of pole 2762536481.2156343 TOP MAIN SOLVE Loop t[1] 4.642999999999939 x1[1] (analytic) 2.0000173317823116 x1[1] (numeric) 1.991496083740665 absolute error 0.008521248041646556 relative error 0.4260587099039218% Correct digits 2 h 0.001 x2[1] (analytic) 3.157193664684464 x2[1] (numeric) 3.2874169822667203 absolute error 0.13022331758225647 relative error 4.1246540888162855% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 229196.63710975088 Order of pole 2764820681.108215 TOP MAIN SOLVE Loop t[1] 4.64399999999994 x1[1] (analytic) 2.000017314459192 x1[1] (numeric) 1.991486771900685 absolute error 0.00853054255850716 relative error 0.42652343541404947% Correct digits 2 h 0.001 x2[1] (analytic) 3.161512360608632 x2[1] (numeric) 3.2920095717789684 absolute error 0.1304972111703364 relative error 4.127683092316426% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 57758.547713884116 Order of pole 57733.214275203034 TOP MAIN SOLVE Loop t[1] 4.64499999999994 x1[1] (analytic) 2.0000172971533874 x1[1] (numeric) 1.9914774507442077 absolute error 0.008539846409179708 relative error 0.4269886276150921% Correct digits 2 h 0.001 x2[1] (analytic) 3.1658397025764677 x2[1] (numeric) 3.2966113696502743 absolute error 0.1307716670738066 relative error 4.130710312571423% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 107508.35342869714 Order of pole 107482.05924621625 TOP MAIN SOLVE Loop t[1] 4.64599999999994 x1[1] (analytic) 2.00001727986488 x1[1] (numeric) 1.9914681202619118 absolute error 0.008549159602968093 relative error 0.427454286972244% Correct digits 2 h 0.001 x2[1] (analytic) 3.1701757078973527 x2[1] (numeric) 3.301222394329781 absolute error 0.13104668643242823 relative error 4.133735745497404% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 229543.8279273189 Order of pole 2773203625.818775 TOP MAIN SOLVE Loop t[1] 4.646999999999941 x1[1] (analytic) 2.000017262593652 x1[1] (numeric) 1.9914587804444668 absolute error 0.008558482149185087 relative error 0.42792041395114366% Correct digits 2 h 0.001 x2[1] (analytic) 3.1745203939153233 x2[1] (numeric) 3.3058426643035803 absolute error 0.13132227038825706 relative error 4.1367593870231705% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 229716.0114300223 Order of pole 2777271504.294514 TOP MAIN SOLVE Loop t[1] 4.647999999999941 x1[1] (analytic) 2.0000172453396865 x1[1] (numeric) 1.9914494312825328 absolute error 0.008567814057153678 relative error 0.42838700901793997% Correct digits 2 h 0.001 x2[1] (analytic) 3.178873778009137 x2[1] (numeric) 3.310472198094788 absolute error 0.13159842008565104 relative error 4.139781233090305% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 106411.3362020127 Order of pole 106385.30747459595 TOP MAIN SOLVE Loop t[1] 4.648999999999941 x1[1] (analytic) 2.000017228102967 x1[1] (numeric) 1.9914400727667607 absolute error 0.008577155336206177 relative error 0.42885407263924824% Correct digits 2 h 0.001 x2[1] (analytic) 3.183235877592345 x2[1] (numeric) 3.3151110142636164 absolute error 0.1318751366712716 relative error 4.14280127965308% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 79914.71951795158 Order of pole 79889.19564242256 TOP MAIN SOLVE Loop t[1] 4.649999999999942 x1[1] (analytic) 2.000017210883475 x1[1] (numeric) 1.9914307048877922 absolute error 0.00858650599568267 relative error 0.4293216052820726% Correct digits 2 h 0.001 x2[1] (analytic) 3.187606710113361 x2[1] (numeric) 3.3197591314074497 absolute error 0.13215242129408855 relative error 4.145819522678467% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 230022.94510638757 Order of pole 2784750648.796455 TOP MAIN SOLVE Loop t[1] 4.650999999999942 x1[1] (analytic) 2.000017193681194 x1[1] (numeric) 1.9914213276362591 absolute error 0.008595866044934786 relative error 0.42978960741399413% Correct digits 2 h 0.001 x2[1] (analytic) 3.1919862930555287 x2[1] (numeric) 3.324416568160918 absolute error 0.1324302751053894 relative error 4.148835958146315% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 126079.66477817818 Order of pole 126053.43301190468 TOP MAIN SOLVE Loop t[1] 4.651999999999942 x1[1] (analytic) 2.0000171764961068 x1[1] (numeric) 1.9914119410027844 absolute error 0.008605235493322372 relative error 0.4302580795030048% Correct digits 2 h 0.001 x2[1] (analytic) 3.1963746439371947 x2[1] (numeric) 3.3290833431959723 absolute error 0.1327086992587776 relative error 4.151850582049142% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 56787.79368987185 Order of pole 56762.559263820374 TOP MAIN SOLVE Loop t[1] 4.652999999999943 x1[1] (analytic) 2.000017159328196 x1[1] (numeric) 1.9914025449779813 absolute error 0.008614614350214822 relative error 0.43072702201757423% Correct digits 2 h 0.001 x2[1] (analytic) 3.2007717803117757 x2[1] (numeric) 3.333759475221959 absolute error 0.13298769491018314 relative error 4.154863390392341% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 60930.81179735446 Order of pole 60905.091520543676 TOP MAIN SOLVE Loop t[1] 4.653999999999943 x1[1] (analytic) 2.0000171421774446 x1[1] (numeric) 1.9913931395524538 absolute error 0.008624002624990856 relative error 0.43119643542663805% Correct digits 2 h 0.001 x2[1] (analytic) 3.2051777197678337 x2[1] (numeric) 3.338444982985694 absolute error 0.13326726321786042 relative error 4.157874379193975% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 230485.66855049966 Order of pole 2795969278.2980475 TOP MAIN SOLVE Loop t[1] 4.654999999999943 x1[1] (analytic) 2.0000171250438354 x1[1] (numeric) 1.9913837247167965 absolute error 0.008633400327038965 relative error 0.43166632019962037% Correct digits 2 h 0.001 x2[1] (analytic) 3.2095924799291393 x2[1] (numeric) 3.34313988527154 absolute error 0.13354740534240062 relative error 4.160883544485032% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 128504.95818258727 Order of pole 128479.13257079953 TOP MAIN SOLVE Loop t[1] 4.655999999999944 x1[1] (analytic) 2.000017107927351 x1[1] (numeric) 1.9913743004615945 absolute error 0.008642807465756741 relative error 0.4321366768064008% Correct digits 2 h 0.001 x2[1] (analytic) 3.2140160784547485 x2[1] (numeric) 3.3478442009014784 absolute error 0.13382812244672992 relative error 4.1638908823092295% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 89473.70750339648 Order of pole 89446.87768131337 TOP MAIN SOLVE Loop t[1] 4.656999999999944 x1[1] (analytic) 2.000017090827975 x1[1] (numeric) 1.9913648667774235 absolute error 0.008652224050551549 relative error 0.43260750571734696% Correct digits 2 h 0.001 x2[1] (analytic) 3.2184485330390693 x2[1] (numeric) 3.3525579487351873 absolute error 0.134109415696118 relative error 4.166896388723145% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 129474.8639191152 Order of pole 129448.93412747908 TOP MAIN SOLVE Loop t[1] 4.657999999999944 x1[1] (analytic) 2.0000170737456897 x1[1] (numeric) 1.99135542365485 absolute error 0.008661650090839634 relative error 0.4330788074032711% Correct digits 2 h 0.001 x2[1] (analytic) 3.222889861411935 x2[1] (numeric) 3.357281147670116 absolute error 0.1343912862581811 relative error 4.1699000597961735% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 230951.4438012334 Order of pole 2807269348.673453 TOP MAIN SOLVE Loop t[1] 4.658999999999945 x1[1] (analytic) 2.0000170566804782 x1[1] (numeric) 1.9913459710844308 absolute error 0.008671085596047456 relative error 0.4335505823354958% Correct digits 2 h 0.001 x2[1] (analytic) 3.2273400813386734 x2[1] (numeric) 3.3620138166415607 absolute error 0.1346737353028873 relative error 4.17290189161056% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 111885.04479091158 Order of pole 111859.92938464807 TOP MAIN SOLVE Loop t[1] 4.659999999999945 x1[1] (analytic) 2.000017039632323 x1[1] (numeric) 1.9913365090567132 absolute error 0.00868053057560969 relative error 0.43402283098575467% Correct digits 2 h 0.001 x2[1] (analytic) 3.2317992106201787 x2[1] (numeric) 3.36675597462274 absolute error 0.13495676400256107 relative error 4.1759018802613985% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 231211.37467665222 Order of pole 2813552092.8411336 TOP MAIN SOLVE Loop t[1] 4.660999999999945 x1[1] (analytic) 2.0000170226012077 x1[1] (numeric) 1.9913270375622354 absolute error 0.008689985038972337 relative error 0.4344955538263472% Correct digits 2 h 0.001 x2[1] (analytic) 3.236267267092982 x2[1] (numeric) 3.371507640624871 absolute error 0.135240373531889 relative error 4.178900021856673% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 100302.64687612484 Order of pole 100276.90338433471 TOP MAIN SOLVE Loop t[1] 4.661999999999946 x1[1] (analytic) 2.000017005587115 x1[1] (numeric) 1.9913175565915258 absolute error 0.008699448995589165 relative error 0.43496875132996177% Correct digits 2 h 0.001 x2[1] (analytic) 3.240744268629324 x2[1] (numeric) 3.376268833697247 absolute error 0.13552456506792288 relative error 4.181896312517221% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54480.683012238245 Order of pole 54455.34335810096 TOP MAIN SOLVE Loop t[1] 4.662999999999946 x1[1] (analytic) 2.0000169885900276 x1[1] (numeric) 1.9913080661351035 absolute error 0.008708922454924162 relative error 0.4354424239697974% Correct digits 2 h 0.001 x2[1] (analytic) 3.245230233137226 x2[1] (numeric) 3.3810395729273095 absolute error 0.1358093397900837 relative error 4.18489074837671% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 82450.06064732275 Order of pole 82425.04468009667 TOP MAIN SOLVE Loop t[1] 4.663999999999946 x1[1] (analytic) 2.0000169716099294 x1[1] (numeric) 1.991298566183478 absolute error 0.008718405426451525 relative error 0.43591657221956354% Correct digits 2 h 0.001 x2[1] (analytic) 3.249725178560559 x2[1] (numeric) 3.3858198774407295 absolute error 0.13609469888017056 relative error 4.187883325581786% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 231647.07315251694 Order of pole 2824207851.563096 TOP MAIN SOLVE Loop t[1] 4.664999999999947 x1[1] (analytic) 2.0000169546468025 x1[1] (numeric) 1.991289056727149 absolute error 0.008727897919653449 relative error 0.43639119655336983% Correct digits 2 h 0.001 x2[1] (analytic) 3.2542291228791207 x2[1] (numeric) 3.3906097664014814 absolute error 0.13638064352236068 relative error 4.190874040291925% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 66982.97861373672 Order of pole 66957.15777204293 TOP MAIN SOLVE Loop t[1] 4.665999999999947 x1[1] (analytic) 2.00001693770063 x1[1] (numeric) 1.9912795377566077 absolute error 0.00873739994402234 relative error 0.4368662974458362% Correct digits 2 h 0.001 x2[1] (analytic) 3.258742084108702 x2[1] (numeric) 3.39540925901192 absolute error 0.13666717490321778 relative error 4.193862888679562% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 810.0887379615817 Order of pole 18037.26838428311 TOP MAIN SOLVE Loop t[1] 4.666999999999947 x1[1] (analytic) 2.0000169207713956 x1[1] (numeric) 1.9912700092623348 absolute error 0.008746911509060817 relative error 0.4373418753720934% Correct digits 2 h 0.001 x2[1] (analytic) 3.263264080301163 x2[1] (numeric) 3.400218374512857 absolute error 0.13695429421169392 relative error 4.196849866930002% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 28053.629144090388 Order of pole 28028.599795629674 TOP MAIN SOLVE Loop t[1] 4.667999999999948 x1[1] (analytic) 2.0000169038590814 x1[1] (numeric) 1.9912604712348017 absolute error 0.00875643262427972 relative error 0.43781793080768316% Correct digits 2 h 0.001 x2[1] (analytic) 3.2677951295445022 x2[1] (numeric) 3.4050371321836397 absolute error 0.13724200263913744 relative error 4.199834971241529% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 173306.9504501113 Order of pole 173279.98408627431 TOP MAIN SOLVE Loop t[1] 4.668999999999948 x1[1] (analytic) 2.0000168869636714 x1[1] (numeric) 1.9912509236644704 absolute error 0.008765963299200985 relative error 0.43829446422870183% Correct digits 2 h 0.001 x2[1] (analytic) 3.2723352499629317 x2[1] (numeric) 3.409865551342226 absolute error 0.13753030137929434 relative error 4.202818197825307% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 232179.208321554 Order of pole 2837270114.5866904 TOP MAIN SOLVE Loop t[1] 4.669999999999948 x1[1] (analytic) 2.0000168700851484 x1[1] (numeric) 1.9912413665417934 absolute error 0.00877550354335499 relative error 0.43877147611166817% Correct digits 2 h 0.001 x2[1] (analytic) 3.276884459716947 x2[1] (numeric) 3.4147036513452633 absolute error 0.13781919162831624 relative error 4.205799542905485% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51987.50494213714 Order of pole 51962.04630357884 TOP MAIN SOLVE Loop t[1] 4.670999999999949 x1[1] (analytic) 2.000016853223496 x1[1] (numeric) 1.9912317998572135 absolute error 0.008785053366282325 relative error 0.4392489669336112% Correct digits 2 h 0.001 x2[1] (analytic) 3.2814427770034023 x2[1] (numeric) 3.419551451588165 absolute error 0.13810867458476261 relative error 4.208779002719127% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 136981.18893409663 Order of pole 136955.4563474386 TOP MAIN SOLVE Loop t[1] 4.671999999999949 x1[1] (analytic) 2.000016836378696 x1[1] (numeric) 1.9912222236011643 absolute error 0.008794612777531796 relative error 0.43972693717197125% Correct digits 2 h 0.001 x2[1] (analytic) 3.2860102200555805 x2[1] (numeric) 3.4244089715051884 absolute error 0.1383987514496079 relative error 4.211756573516286% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 232562.51506565354 Order of pole 2846587807.1817966 TOP MAIN SOLVE Loop t[1] 4.672999999999949 x1[1] (analytic) 2.0000168195507326 x1[1] (numeric) 1.991212637764069 absolute error 0.008804181786663534 relative error 0.44020538730475445% Correct digits 2 h 0.001 x2[1] (analytic) 3.290586807143269 x2[1] (numeric) 3.429276230569513 absolute error 0.13868942342624413 relative error 4.214732251559949% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 232677.25147991735 Order of pole 2849397104.617415 TOP MAIN SOLVE Loop t[1] 4.67399999999995 x1[1] (analytic) 2.000016802739589 x1[1] (numeric) 1.9912030423363423 absolute error 0.008813760403246773 relative error 0.4406843178104221% Correct digits 2 h 0.001 x2[1] (analytic) 3.29517255657283 x2[1] (numeric) 3.434153248293318 absolute error 0.1389806917204881 relative error 4.217706033126109% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 26144.053213258157 Order of pole 26118.519832373073 TOP MAIN SOLVE Loop t[1] 4.67499999999995 x1[1] (analytic) 2.000016785945248 x1[1] (numeric) 1.9911934373083886 absolute error 0.008823348636859407 relative error 0.4411637291678687% Correct digits 2 h 0.001 x2[1] (analytic) 3.2997674866872764 x2[1] (numeric) 3.4390400442278604 absolute error 0.13927255754058399 relative error 4.2206779145037085% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 232873.8020008308 Order of pole 2854267666.0482807 TOP MAIN SOLVE Loop t[1] 4.67599999999995 x1[1] (analytic) 2.0000167691676927 x1[1] (numeric) 1.9911838226706027 absolute error 0.008832946497089988 relative error 0.4416436218565218% Correct digits 2 h 0.001 x2[1] (analytic) 3.304371615866343 x2[1] (numeric) 3.4439366379635525 absolute error 0.13956502209720956 relative error 4.223647891994687% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 233032.9736463547 Order of pole 2858117179.325913 TOP MAIN SOLVE Loop t[1] 4.676999999999951 x1[1] (analytic) 2.000016752406907 x1[1] (numeric) 1.9911741984133702 absolute error 0.008842553993536839 relative error 0.4421239963562968% Correct digits 2 h 0.001 x2[1] (analytic) 3.308984962526561 x2[1] (numeric) 3.448843049130042 absolute error 0.1398580866034811 relative error 4.226615961913985% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52159.62171917578 Order of pole 52134.14136839446 TOP MAIN SOLVE Loop t[1] 4.677999999999951 x1[1] (analytic) 2.0000167356628733 x1[1] (numeric) 1.9911645645270666 absolute error 0.008852171135806719 relative error 0.4426048531475318% Correct digits 2 h 0.001 x2[1] (analytic) 3.313607545121332 x2[1] (numeric) 3.453759297396289 absolute error 0.14015175227495735 relative error 4.229582120589526% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 101028.94338812176 Order of pole 101003.67603783177 TOP MAIN SOLVE Loop t[1] 4.678999999999951 x1[1] (analytic) 2.0000167189355755 x1[1] (numeric) 1.9911549210020583 absolute error 0.008861797933517268 relative error 0.4430861927111082% Correct digits 2 h 0.001 x2[1] (analytic) 3.3182393821409994 x2[1] (numeric) 3.458685402470646 absolute error 0.1404460203296467 relative error 4.232546364362293% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 150367.0219176237 Order of pole 150341.90195136066 TOP MAIN SOLVE Loop t[1] 4.679999999999952 x1[1] (analytic) 2.000016702224997 x1[1] (numeric) 1.9911452678287016 absolute error 0.00887143439629523 relative error 0.4435680155283631% Correct digits 2 h 0.001 x2[1] (analytic) 3.322880492112928 x2[1] (numeric) 3.463621384100936 absolute error 0.140740891988008 relative error 4.235508689586207% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 233489.88114172546 Order of pole 2869341162.8116083 TOP MAIN SOLVE Loop t[1] 4.680999999999952 x1[1] (analytic) 2.00001668553112 x1[1] (numeric) 1.9911356049973432 absolute error 0.008881080533776675 relative error 0.4440503220810998% Correct digits 2 h 0.001 x2[1] (analytic) 3.32753089360157 x2[1] (numeric) 3.4685672620745307 absolute error 0.14103636847296075 relative error 4.238469092628297% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 61067.88793797581 Order of pole 61042.13480188022 TOP MAIN SOLVE Loop t[1] 4.681999999999952 x1[1] (analytic) 2.0000166688539287 x1[1] (numeric) 1.9911259324983206 absolute error 0.008890736355608109 relative error 0.44453311285164315% Correct digits 2 h 0.001 x2[1] (analytic) 3.332190605208548 x2[1] (numeric) 3.473523056218432 absolute error 0.1413324510098839 relative error 4.241427569868516% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 608.472322164057 Order of pole 13689.820548895143 TOP MAIN SOLVE Loop t[1] 4.682999999999953 x1[1] (analytic) 2.000016652193407 x1[1] (numeric) 1.991116250321961 absolute error 0.008900401871445807 relative error 0.44501638832280654% Correct digits 2 h 0.001 x2[1] (analytic) 3.3368596455727215 x2[1] (numeric) 3.4784887863993488 absolute error 0.14162914082662725 relative error 4.244384117699944% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 233835.17650632403 Order of pole 2877850652.0833793 TOP MAIN SOLVE Loop t[1] 4.683999999999953 x1[1] (analytic) 2.0000166355495366 x1[1] (numeric) 1.9911065584585823 absolute error 0.00891007709095426 relative error 0.4455001489778146% Correct digits 2 h 0.001 x2[1] (analytic) 3.341538033370267 x2[1] (numeric) 3.4834644725237784 absolute error 0.14192643915351155 relative error 4.247338732528652% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51064.95710500212 Order of pole 51039.40276598375 TOP MAIN SOLVE Loop t[1] 4.684999999999953 x1[1] (analytic) 2.000016618922302 x1[1] (numeric) 1.9910968568984928 absolute error 0.008919762023809064 relative error 0.4459843953004465% Correct digits 2 h 0.001 x2[1] (analytic) 3.3462257873147503 x2[1] (numeric) 3.4884501345380854 absolute error 0.1422243472233351 relative error 4.250291410773749% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 42066.51229723799 Order of pole 42040.86321173641 TOP MAIN SOLVE Loop t[1] 4.685999999999954 x1[1] (analytic) 2.0000166023116863 x1[1] (numeric) 1.9910871456319907 absolute error 0.00892945667969558 relative error 0.44646912777497016% Correct digits 2 h 0.001 x2[1] (analytic) 3.3509229261572018 x2[1] (numeric) 3.4934457924285818 absolute error 0.14252286627138 relative error 4.253242148867432% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 63923.8422454372 Order of pole 63897.990082984 TOP MAIN SOLVE Loop t[1] 4.686999999999954 x1[1] (analytic) 2.000016585717673 x1[1] (numeric) 1.991077424649365 absolute error 0.008939161068308055 relative error 0.44695434688609764% Correct digits 2 h 0.001 x2[1] (analytic) 3.3556294686861916 x2[1] (numeric) 3.498451466221606 absolute error 0.14282199753541436 relative error 4.2561909432549045% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 62916.31341024338 Order of pole 62890.85957991473 TOP MAIN SOLVE Loop t[1] 4.687999999999954 x1[1] (analytic) 2.0000165691402456 x1[1] (numeric) 1.9910676939408944 absolute error 0.00894887519935117 relative error 0.44744005311906265% Correct digits 2 h 0.001 x2[1] (analytic) 3.360345433727904 x2[1] (numeric) 3.5034671759836047 absolute error 0.14312174225570073 relative error 4.2591377903944885% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 43290.73449776236 Order of pole 43265.369962100274 TOP MAIN SOLVE Loop t[1] 4.688999999999955 x1[1] (analytic) 2.000016552579387 x1[1] (numeric) 1.9910579534968484 absolute error 0.00895859908253871 relative error 0.4479262469595543% Correct digits 2 h 0.001 x2[1] (analytic) 3.3650708401462137 x2[1] (numeric) 3.5084929418212116 absolute error 0.14342210167499791 relative error 4.262082686757529% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 122892.6340932424 Order of pole 122866.2481748148 TOP MAIN SOLVE Loop t[1] 4.689999999999955 x1[1] (analytic) 2.0000165360350812 x1[1] (numeric) 1.9910482033074866 absolute error 0.008968332727594674 relative error 0.4484129288937722% Correct digits 2 h 0.001 x2[1] (analytic) 3.369805706842761 x2[1] (numeric) 3.513528783881329 absolute error 0.14372307703856801 relative error 4.265025628828466% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 90283.62140640603 Order of pole 90258.52302730485 TOP MAIN SOLVE Loop t[1] 4.690999999999955 x1[1] (analytic) 2.0000165195073114 x1[1] (numeric) 1.9910384433630586 absolute error 0.008978076144252833 relative error 0.44890009940840453% Correct digits 2 h 0.001 x2[1] (analytic) 3.3745500527570274 x2[1] (numeric) 3.518574722351208 absolute error 0.14402466959418048 relative error 4.267966613104804% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 80463.23389651347 Order of pole 80437.2494759179 TOP MAIN SOLVE Loop t[1] 4.691999999999956 x1[1] (analytic) 2.0000165029960613 x1[1] (numeric) 1.9910286736538045 absolute error 0.008987829342256726 relative error 0.449387758990628% Correct digits 2 h 0.001 x2[1] (analytic) 3.3793038968664115 x2[1] (numeric) 3.523630777458528 absolute error 0.1443268805921165 relative error 4.2709056360971% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 234878.11382271556 Order of pole 2903597112.0342674 TOP MAIN SOLVE Loop t[1] 4.692999999999956 x1[1] (analytic) 2.000016486501314 x1[1] (numeric) 1.991018894169955 absolute error 0.008997592331358994 relative error 0.4498759081280745% Correct digits 2 h 0.001 x2[1] (analytic) 3.384067258186304 x2[1] (numeric) 3.5286969694714805 absolute error 0.14462971128517665 relative error 4.273842694329048% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 594.0209985765076 Order of pole 376.6084605194744 TOP MAIN SOLVE Loop t[1] 4.693999999999956 x1[1] (analytic) 2.000016470023053 x1[1] (numeric) 1.99100910490173 absolute error 0.009007365121322941 relative error 0.45036454730890885% Correct digits 2 h 0.001 x2[1] (analytic) 3.388840155770164 x2[1] (numeric) 3.5337733186988483 absolute error 0.1449331629286843 relative error 4.276777784337429% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 235146.49372386906 Order of pole 2910177494.387014 TOP MAIN SOLVE Loop t[1] 4.694999999999957 x1[1] (analytic) 2.0000164535612623 x1[1] (numeric) 1.9909993058393405 absolute error 0.009017147721921859 relative error 0.4508536770217953% Correct digits 2 h 0.001 x2[1] (analytic) 3.393622608709598 x2[1] (numeric) 3.5388598454900864 absolute error 0.1452372367804884 relative error 4.279710902672052% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52428.525237188245 Order of pole 52403.13230378336 TOP MAIN SOLVE Loop t[1] 4.695999999999957 x1[1] (analytic) 2.000016437115925 x1[1] (numeric) 1.9909894969729875 absolute error 0.009026940142937256 relative error 0.4513432977558093% Correct digits 2 h 0.001 x2[1] (analytic) 3.398414636134431 x2[1] (numeric) 3.5439565702354043 absolute error 0.14554193410097316 relative error 4.282642045895895% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 133510.4760969912 Order of pole 133483.81042029505 TOP MAIN SOLVE Loop t[1] 4.696999999999957 x1[1] (analytic) 2.000016420687025 x1[1] (numeric) 1.9909796782928622 absolute error 0.009036742394162633 relative error 0.4518334100006252% Correct digits 2 h 0.001 x2[1] (analytic) 3.403216257212789 x2[1] (numeric) 3.5490635133658484 absolute error 0.1458472561530595 relative error 4.285571210584996% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 235503.32527324828 Order of pole 2919009713.316342 TOP MAIN SOLVE Loop t[1] 4.697999999999958 x1[1] (analytic) 2.0000164042745454 x1[1] (numeric) 1.9909698497891457 absolute error 0.009046554485399705 relative error 0.4523240142463287% Correct digits 2 h 0.001 x2[1] (analytic) 3.4080274911511688 x2[1] (numeric) 3.5541806953533817 absolute error 0.1461532042022129 relative error 4.288498393328542% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 235601.64882630436 Order of pole 2921481557.875416 TOP MAIN SOLVE Loop t[1] 4.698999999999958 x1[1] (analytic) 2.0000163878784702 x1[1] (numeric) 1.9909600114520096 absolute error 0.009056376426460622 relative error 0.45281511098352695% Correct digits 2 h 0.001 x2[1] (analytic) 3.4128483571945214 x2[1] (numeric) 3.559308136710967 absolute error 0.14645977951644573 relative error 4.291423590728792% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 235711.09676270178 Order of pole 2924208304.354223 TOP MAIN SOLVE Loop t[1] 4.699999999999958 x1[1] (analytic) 2.000016371498783 x1[1] (numeric) 1.9909501632716156 absolute error 0.009066208227167305 relative error 0.45330670070331586% Correct digits 2 h 0.001 x2[1] (analytic) 3.417678874626327 x2[1] (numeric) 3.5644458579926495 absolute error 0.14676698336632255 relative error 4.29434679940108% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 234452.1264275764 Order of pole 234426.5422162603 TOP MAIN SOLVE Loop t[1] 4.700999999999959 x1[1] (analytic) 2.0000163551354673 x1[1] (numeric) 1.9909403052381154 absolute error 0.00907604989735189 relative error 0.4537987838973017% Correct digits 2 h 0.001 x2[1] (analytic) 3.422519062768668 x2[1] (numeric) 3.5695938797936377 absolute error 0.14707481702496983 relative error 4.297268015973963% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 34679.53819449552 Order of pole 34654.44416355274 TOP MAIN SOLVE Loop t[1] 4.701999999999959 x1[1] (analytic) 2.0000163387885066 x1[1] (numeric) 1.990930437341651 absolute error 0.009085901446855615 relative error 0.4542913610575464% Correct digits 2 h 0.001 x2[1] (analytic) 3.427368940982313 x2[1] (numeric) 3.574752222750387 absolute error 0.14738328176807425 relative error 4.300187237089012% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 236095.78135530924 Order of pole 2933716270.7733746 TOP MAIN SOLVE Loop t[1] 4.702999999999959 x1[1] (analytic) 2.000016322457885 x1[1] (numeric) 1.9909205595723545 absolute error 0.009095762885530378 relative error 0.4547844326766444% Correct digits 2 h 0.001 x2[1] (analytic) 3.432228528666789 x2[1] (numeric) 3.579920907540682 absolute error 0.1476923788738933 relative error 4.303104459400982% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51124.61175796766 Order of pole 51099.358414854556 TOP MAIN SOLVE Loop t[1] 4.70399999999996 x1[1] (analytic) 2.0000163061435856 x1[1] (numeric) 1.9909106719203482 absolute error 0.009105634223237402 relative error 0.45527799924765655% Correct digits 2 h 0.001 x2[1] (analytic) 3.4370978452604612 x2[1] (numeric) 3.5850999548837184 absolute error 0.1480021096232571 relative error 4.306019679577716% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 236321.70825496767 Order of pole 2939336217.731418 TOP MAIN SOLVE Loop t[1] 4.70499999999996 x1[1] (analytic) 2.0000162898455924 x1[1] (numeric) 1.9909007743757445 absolute error 0.009115515469847901 relative error 0.4557720612641434% Correct digits 2 h 0.001 x2[1] (analytic) 3.441976910240611 x2[1] (numeric) 3.5902893855401867 absolute error 0.14831247529957592 relative error 4.3089328943002165% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 79685.37734020322 Order of pole 79659.91155371765 TOP MAIN SOLVE Loop t[1] 4.70599999999996 x1[1] (analytic) 2.000016273563889 x1[1] (numeric) 1.9908908669286458 absolute error 0.009125406635243083 relative error 0.45626661922016504% Correct digits 2 h 0.001 x2[1] (analytic) 3.446865743123513 x2[1] (numeric) 3.5954892203123556 absolute error 0.14862347718884283 relative error 4.311844100262571% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 153040.28106467304 Order of pole 153014.51807254582 TOP MAIN SOLVE Loop t[1] 4.706999999999961 x1[1] (analytic) 2.000016257298459 x1[1] (numeric) 1.9908809495691446 absolute error 0.009135307729314368 relative error 0.45676167361029213% Correct digits 2 h 0.001 x2[1] (analytic) 3.451764363464513 x2[1] (numeric) 3.6006994800441547 absolute error 0.14893511657964176 relative error 4.314753294172044% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 59413.05362243259 Order of pole 59387.150870767524 TOP MAIN SOLVE Loop t[1] 4.707999999999961 x1[1] (analytic) 2.0000162410492863 x1[1] (numeric) 1.9908710222873236 absolute error 0.009145218761962726 relative error 0.457257224929573% Correct digits 2 h 0.001 x2[1] (analytic) 3.456672790858107 x2[1] (numeric) 3.605920185621258 absolute error 0.14924739476315096 relative error 4.317660472749022% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 46978.775401430576 Order of pole 46953.760642474896 TOP MAIN SOLVE Loop t[1] 4.708999999999961 x1[1] (analytic) 2.000016224816355 x1[1] (numeric) 1.9908610850732555 absolute error 0.009155139743099339 relative error 0.45775327367356633% Correct digits 2 h 0.001 x2[1] (analytic) 3.46159104493802 x2[1] (numeric) 3.611151357971168 absolute error 0.14956031303314798 relative error 4.320565632727013% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 236879.4545839337 Order of pole 2953292812.146722 TOP MAIN SOLVE Loop t[1] 4.709999999999962 x1[1] (analytic) 2.0000162085996482 x1[1] (numeric) 1.990851137917003 absolute error 0.00916507068264516 relative error 0.4582498203383196% Correct digits 2 h 0.001 x2[1] (analytic) 3.4665191453772826 x2[1] (numeric) 3.616393018063298 absolute error 0.14987387268601537 relative error 4.323468770852661% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 236967.04602952895 Order of pole 2955518333.835007 TOP MAIN SOLVE Loop t[1] 4.710999999999962 x1[1] (analytic) 2.0000161923991504 x1[1] (numeric) 1.990841180808619 absolute error 0.009175011590531357 relative error 0.4587468654203909% Correct digits 2 h 0.001 x2[1] (analytic) 3.47145711188831 x2[1] (numeric) 3.6216451869090576 absolute error 0.15018807502074738 relative error 4.326369883885793% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 237114.46442325128 Order of pole 2959157714.7259927 TOP MAIN SOLVE Loop t[1] 4.711999999999962 x1[1] (analytic) 2.0000161762148445 x1[1] (numeric) 1.9908312137381465 absolute error 0.009184962476697978 relative error 0.45924440941678246% Correct digits 2 h 0.001 x2[1] (analytic) 3.4764049642229855 x2[1] (numeric) 3.6269078855619363 absolute error 0.15050292133895082 relative error 4.329268968599286% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 126211.72867061867 Order of pole 126186.76431773629 TOP MAIN SOLVE Loop t[1] 4.712999999999963 x1[1] (analytic) 2.0000161600467155 x1[1] (numeric) 1.9908212366956182 absolute error 0.009194923351097284 relative error 0.45974245282510684% Correct digits 2 h 0.001 x2[1] (analytic) 3.4813627221727304 x2[1] (numeric) 3.632181135117588 absolute error 0.15081841294485754 relative error 4.3321660217792894% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 237345.53319209008 Order of pole 2964943451.465339 TOP MAIN SOLVE Loop t[1] 4.713999999999963 x1[1] (analytic) 2.000016143894746 x1[1] (numeric) 1.9908112496710573 absolute error 0.009204894223688642 relative error 0.46024099614333236% Correct digits 2 h 0.001 x2[1] (analytic) 3.486330405568593 x2[1] (numeric) 3.637464956713914 absolute error 0.15113455114532082 relative error 4.335061040224957% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 150236.50879005145 Order of pole 150209.99388701716 TOP MAIN SOLVE Loop t[1] 4.714999999999963 x1[1] (analytic) 2.0000161277589203 x1[1] (numeric) 1.9908012526544765 absolute error 0.009214875104443854 relative error 0.4607400398700487% Correct digits 2 h 0.001 x2[1] (analytic) 3.4913080342813214 x2[1] (numeric) 3.6427593715311493 absolute error 0.15145133724982784 relative error 4.3379540207486675% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 89955.47487408876 Order of pole 89930.3655296004 TOP MAIN SOLVE Loop t[1] 4.715999999999964 x1[1] (analytic) 2.0000161116392228 x1[1] (numeric) 1.990791245635879 absolute error 0.009224866003343823 relative error 0.46123958450430075% Correct digits 2 h 0.001 x2[1] (analytic) 3.496295628221444 x2[1] (numeric) 3.6480644007919474 absolute error 0.15176877257050325 relative error 4.340844960175968% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 237723.07027484346 Order of pole 2974345535.412579 TOP MAIN SOLVE Loop t[1] 4.716999999999964 x1[1] (analytic) 2.0000160955356368 x1[1] (numeric) 1.9907812286052577 absolute error 0.009234866930379004 relative error 0.46173963054561107% Correct digits 2 h 0.001 x2[1] (analytic) 3.501293207339353 x2[1] (numeric) 3.6533800657614637 absolute error 0.1520868584221109 relative error 4.343733855345475% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 195797.88019021106 Order of pole 195769.97862257907 TOP MAIN SOLVE Loop t[1] 4.7179999999999644 x1[1] (analytic) 2.000016079448146 x1[1] (numeric) 1.9907712015525958 absolute error 0.009244877895550063 relative error 0.46224017849401267% Correct digits 2 h 0.001 x2[1] (analytic) 3.506300791625378 x2[1] (numeric) 3.6587063877474417 absolute error 0.1524055961220636 relative error 4.3466207031090045% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 592.5604471832039 Order of pole 1804.9262851920894 TOP MAIN SOLVE Loop t[1] 4.718999999999965 x1[1] (analytic) 2.000016063376735 x1[1] (numeric) 1.990761164467866 absolute error 0.009254898908868991 relative error 0.46274122885010466% Correct digits 2 h 0.001 x2[1] (analytic) 3.5113184011098717 x2[1] (numeric) 3.6640433881002985 absolute error 0.1527249869904268 relative error 4.349505500331524% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 238066.20276535864 Order of pole 2982961686.391843 TOP MAIN SOLVE Loop t[1] 4.719999999999965 x1[1] (analytic) 2.0000160473213873 x1[1] (numeric) 1.990751117341031 absolute error 0.009264929980356218 relative error 0.46324278211490844% Correct digits 2 h 0.001 x2[1] (analytic) 3.5163460558632864 x2[1] (numeric) 3.6693910882132093 absolute error 0.15304503234992284 relative error 4.352388243891123% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 38658.051125571714 Order of pole 38632.581667540966 TOP MAIN SOLVE Loop t[1] 4.7209999999999654 x1[1] (analytic) 2.0000160312820867 x1[1] (numeric) 1.990741060162044 absolute error 0.009274971120042608 relative error 0.4637448387899669% Correct digits 2 h 0.001 x2[1] (analytic) 3.521383775996256 x2[1] (numeric) 3.674749509522194 absolute error 0.15336573352593819 relative error 4.355268930679064% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 144348.69368154817 Order of pole 144323.2660951841 TOP MAIN SOLVE Loop t[1] 4.721999999999966 x1[1] (analytic) 2.000016015258818 x1[1] (numeric) 1.9907309929208479 absolute error 0.009285022337969906 relative error 0.46424739937736703% Correct digits 2 h 0.001 x2[1] (analytic) 3.526431581659676 x2[1] (numeric) 3.680118673506202 absolute error 0.15368709184652607 relative error 4.358147557599712% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 238431.4655987771 Order of pole 2992111634.875664 TOP MAIN SOLVE Loop t[1] 4.722999999999966 x1[1] (analytic) 2.000015999251564 x1[1] (numeric) 1.9907209156073753 absolute error 0.00929508364418874 relative error 0.4647504643796399% Correct digits 2 h 0.001 x2[1] (analytic) 3.5314894930447838 x2[1] (numeric) 3.6854986016871996 absolute error 0.1540091086424158 relative error 4.361024121570642% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 238540.3312097806 Order of pole 2994856701.1492276 TOP MAIN SOLVE Loop t[1] 4.7239999999999664 x1[1] (analytic) 2.000015983260309 x1[1] (numeric) 1.9907108282115489 absolute error 0.009305155048760172 relative error 0.4652540342998386% Correct digits 2 h 0.001 x2[1] (analytic) 3.5365575303832393 x2[1] (numeric) 3.690889315630254 absolute error 0.15433178524701452 relative error 4.363898619522537% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 238677.5876843355 Order of pole 2998271360.143012 TOP MAIN SOLVE Loop t[1] 4.724999999999967 x1[1] (analytic) 2.0000159672850377 x1[1] (numeric) 1.9907007307232811 absolute error 0.00931523656175659 relative error 0.4657581096415819% Correct digits 2 h 0.001 x2[1] (analytic) 3.5416357139472066 x2[1] (numeric) 3.6962908369436214 absolute error 0.15465512299641482 relative error 4.3667710483992535% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 238799.55485786326 Order of pole 3001331332.3457937 TOP MAIN SOLVE Loop t[1] 4.725999999999967 x1[1] (analytic) 2.0000159513257336 x1[1] (numeric) 1.9906906231324748 absolute error 0.00932532819325882 relative error 0.4662626909089109% Correct digits 2 h 0.001 x2[1] (analytic) 3.5467240640494353 x2[1] (numeric) 3.701703187278833 absolute error 0.15497912322939777 relative error 4.36964140515775% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 653.4176981289352 Order of pole 33378.644847452444 TOP MAIN SOLVE Loop t[1] 4.7269999999999675 x1[1] (analytic) 2.000015935382381 x1[1] (numeric) 1.9906805054290222 absolute error 0.009335429953359009 relative error 0.4667677786064328% Correct digits 2 h 0.001 x2[1] (analytic) 3.5518226010433396 x2[1] (numeric) 3.7071263883307823 absolute error 0.15530378728744276 relative error 4.372509686768214% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 239034.7073109629 Order of pole 3007250424.4102726 TOP MAIN SOLVE Loop t[1] 4.727999999999968 x1[1] (analytic) 2.0000159194549636 x1[1] (numeric) 1.9906703776028056 absolute error 0.009345541852157968 relative error 0.46727337323918794% Correct digits 2 h 0.001 x2[1] (analytic) 3.556931345323083 x2[1] (numeric) 3.7125604618378096 absolute error 0.15562911651472655 relative error 4.375375890213885% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 239145.72289334057 Order of pole 3010067018.538813 TOP MAIN SOLVE Loop t[1] 4.728999999999968 x1[1] (analytic) 2.0000159035434657 x1[1] (numeric) 1.9906602396436972 absolute error 0.009355663899768496 relative error 0.4677794753128158% Correct digits 2 h 0.001 x2[1] (analytic) 3.5620503173236573 x2[1] (numeric) 3.7180054295817917 absolute error 0.1559551122581344 relative error 4.378240012491208% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 239270.51921576407 Order of pole 3013192909.1604357 TOP MAIN SOLVE Loop t[1] 4.7299999999999685 x1[1] (analytic) 2.0000158876478715 x1[1] (numeric) 1.990650091541559 absolute error 0.009365796106312496 relative error 0.4682860853334114% Correct digits 2 h 0.001 x2[1] (analytic) 3.567179537520965 x2[1] (numeric) 3.7234613133882277 absolute error 0.15628177586726277 relative error 4.381102050609761% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 78021.80528694787 Order of pole 77996.8264313695 TOP MAIN SOLVE Loop t[1] 4.730999999999969 x1[1] (analytic) 2.0000158717681646 x1[1] (numeric) 1.990639933286243 absolute error 0.009375938481921642 relative error 0.46879320380755807% Correct digits 2 h 0.001 x2[1] (analytic) 3.5723190264319022 x2[1] (numeric) 3.7289281351263264 absolute error 0.15660910869442413 relative error 4.383962001592231% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 212402.28667084972 Order of pole 212375.3832545698 TOP MAIN SOLVE Loop t[1] 4.731999999999969 x1[1] (analytic) 2.00001585590433 x1[1] (numeric) 1.9906297648675908 absolute error 0.009386091036739153 relative error 0.46930083124241656% Correct digits 2 h 0.001 x2[1] (analytic) 3.577468804614439 x2[1] (numeric) 3.7344059167090946 absolute error 0.15693711209465544 relative error 4.386819862474504% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 82575.3259054441 Order of pole 82549.72551282786 TOP MAIN SOLVE Loop t[1] 4.7329999999999695 x1[1] (analytic) 2.000015840056351 x1[1] (numeric) 1.990619586275434 absolute error 0.00939625378091713 relative error 0.46980896814559164% Correct digits 2 h 0.001 x2[1] (analytic) 3.582628892667703 x2[1] (numeric) 3.7398946800934234 absolute error 0.1572657874257204 relative error 4.389675630305568% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 239735.76665459847 Order of pole 3024944887.5328417 TOP MAIN SOLVE Loop t[1] 4.73399999999997 x1[1] (analytic) 2.000015824224212 x1[1] (numeric) 1.990609397499594 absolute error 0.009406426724617889 relative error 0.470317615025199% Correct digits 2 h 0.001 x2[1] (analytic) 3.5877993112320605 x2[1] (numeric) 3.7453944472801775 absolute error 0.15759513604811692 relative error 4.392529302147569% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 239861.3972643842 Order of pole 3028121444.405556 TOP MAIN SOLVE Loop t[1] 4.73499999999997 x1[1] (analytic) 2.0000158084078974 x1[1] (numeric) 1.990599198529882 absolute error 0.009416609878015292 relative error 0.4708267723899311% Correct digits 2 h 0.001 x2[1] (analytic) 3.592980080989202 x2[1] (numeric) 3.7509052403142826 absolute error 0.15792515932508078 relative error 4.395380875075756% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 240018.54577568613 Order of pole 3032015708.318893 TOP MAIN SOLVE Loop t[1] 4.7359999999999705 x1[1] (analytic) 2.0000157926073907 x1[1] (numeric) 1.9905889893560993 absolute error 0.009426803251291416 relative error 0.47133644074889197% Correct digits 2 h 0.001 x2[1] (analytic) 3.5981712226622196 x2[1] (numeric) 3.7564270812848135 absolute error 0.15825585862259395 relative error 4.398230346178562% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 240094.68887541877 Order of pole 3034010818.943355 TOP MAIN SOLVE Loop t[1] 4.736999999999971 x1[1] (analytic) 2.000015776822677 x1[1] (numeric) 1.9905787699680364 absolute error 0.009437006854640773 relative error 0.47184662061180654% Correct digits 2 h 0.001 x2[1] (analytic) 3.603372757015697 x2[1] (numeric) 3.7619599923250826 absolute error 0.15858723530938557 relative error 4.4010777125574725% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 72231.10728218706 Order of pole 72205.26410913466 TOP MAIN SOLVE Loop t[1] 4.737999999999971 x1[1] (analytic) 2.0000157610537403 x1[1] (numeric) 1.990568540355474 absolute error 0.009447220698266312 relative error 0.47235731248882223% Correct digits 2 h 0.001 x2[1] (analytic) 3.6085847048557844 x2[1] (numeric) 3.767503995612729 absolute error 0.15891929075694478 relative error 4.403922971327229% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 55463.85658323751 Order of pole 55438.0974780062 TOP MAIN SOLVE Loop t[1] 4.7389999999999715 x1[1] (analytic) 2.0000157453005643 x1[1] (numeric) 1.9905583005081826 absolute error 0.009457444792381642 relative error 0.4728685168906192% Correct digits 2 h 0.001 x2[1] (analytic) 3.613807087030289 x2[1] (numeric) 3.7730591133698064 absolute error 0.15925202633951718 relative error 4.406766119615571% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 240435.9014828832 Order of pole 3042673496.5611277 TOP MAIN SOLVE Loop t[1] 4.739999999999972 x1[1] (analytic) 2.000015729563134 x1[1] (numeric) 1.9905480504159223 absolute error 0.009467679147211472 relative error 0.4733802343284325% Correct digits 2 h 0.001 x2[1] (analytic) 3.6190399244287543 x2[1] (numeric) 3.7786253678628725 absolute error 0.15958544343411818 relative error 4.409607154563454% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 240573.1062564536 Order of pole 3046112720.594308 TOP MAIN SOLVE Loop t[1] 4.740999999999972 x1[1] (analytic) 2.000015713841433 x1[1] (numeric) 1.990537790068443 absolute error 0.00947792377299006 relative error 0.4738924653139749% Correct digits 2 h 0.001 x2[1] (analytic) 3.6242832379825445 x2[1] (numeric) 3.7842027814030783 absolute error 0.15991954342053383 relative error 4.412446073324914% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 240683.3515698821 Order of pole 3048926020.625333 TOP MAIN SOLVE Loop t[1] 4.7419999999999725 x1[1] (analytic) 2.0000156981354458 x1[1] (numeric) 1.9905275194554841 absolute error 0.009488178679961656 relative error 0.4744052103594586% Correct digits 2 h 0.001 x2[1] (analytic) 3.6295370486649285 x2[1] (numeric) 3.7897913763462565 absolute error 0.16025432768132797 relative error 4.415282873067107% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 118212.66463566995 Order of pole 118187.39264136403 TOP MAIN SOLVE Loop t[1] 4.742999999999973 x1[1] (analytic) 2.0000156824451567 x1[1] (numeric) 1.9905172385667755 absolute error 0.009498443878381169 relative error 0.47491846997762877% Correct digits 2 h 0.001 x2[1] (analytic) 3.6348013774911645 x2[1] (numeric) 3.7953911750930125 absolute error 0.160589797601848 relative error 4.418117550970317% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 116383.85652587155 Order of pole 116357.58401372486 TOP MAIN SOLVE Loop t[1] 4.743999999999973 x1[1] (analytic) 2.00001566677055 x1[1] (numeric) 1.990506947392036 absolute error 0.009508719378514163 relative error 0.47543224468176337% Correct digits 2 h 0.001 x2[1] (analytic) 3.6400762455185824 x2[1] (numeric) 3.8010022000888126 absolute error 0.16092595457023018 relative error 4.420950104227938% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51890.70170035579 Order of pole 51865.42332399101 TOP MAIN SOLVE Loop t[1] 4.7449999999999735 x1[1] (analytic) 2.0000156511116103 x1[1] (numeric) 1.9904966459209745 absolute error 0.009519005190635754 relative error 0.4759465349856179% Correct digits 2 h 0.001 x2[1] (analytic) 3.6453616738466685 x2[1] (numeric) 3.806624473824075 absolute error 0.16126279997740633 relative error 4.423780530046505% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 26223.502950230875 Order of pole 26198.48111102764 TOP MAIN SOLVE Loop t[1] 4.745999999999974 x1[1] (analytic) 2.000015635468322 x1[1] (numeric) 1.9904863341432895 absolute error 0.00952930132503238 relative error 0.4764613414035139% Correct digits 2 h 0.001 x2[1] (analytic) 3.6506576836171525 x2[1] (numeric) 3.812258018834258 absolute error 0.1616003352171056 relative error 4.426608825645586% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 241306.36402558887 Order of pole 3064703048.7338905 TOP MAIN SOLVE Loop t[1] 4.746999999999974 x1[1] (analytic) 2.0000156198406684 x1[1] (numeric) 1.990476012048669 absolute error 0.00953960779199936 relative error 0.47697666445021736% Correct digits 2 h 0.001 x2[1] (analytic) 3.655964296014087 x2[1] (numeric) 3.817902857699953 absolute error 0.16193856168586596 relative error 4.429434988257937% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 452.2715127105811 Order of pole 3447.59026009262 TOP MAIN SOLVE Loop t[1] 4.7479999999999745 x1[1] (analytic) 2.0000156042286354 x1[1] (numeric) 1.9904656796267912 absolute error 0.009549924601844229 relative error 0.4774925046411044% Correct digits 2 h 0.001 x2[1] (analytic) 3.6612815322639363 x2[1] (numeric) 3.823559013046972 absolute error 0.1622774807830356 relative error 4.432259015129386% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 241567.64740962422 Order of pole 3071302862.8869023 TOP MAIN SOLVE Loop t[1] 4.748999999999975 x1[1] (analytic) 2.000015588632206 x1[1] (numeric) 1.9904553368673237 absolute error 0.009560251764882288 relative error 0.47800886249194013% Correct digits 2 h 0.001 x2[1] (analytic) 3.666609413635662 x2[1] (numeric) 3.82922650754644 absolute error 0.16261709391077783 relative error 4.435080903518799% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 178041.00476404466 Order of pole 178014.0171946138 TOP MAIN SOLVE Loop t[1] 4.749999999999975 x1[1] (analytic) 2.000015573051366 x1[1] (numeric) 1.9904449837599234 absolute error 0.009570589291442388 relative error 0.4785257385191665% Correct digits 2 h 0.001 x2[1] (analytic) 3.6719479614408024 x2[1] (numeric) 3.8349053639148845 absolute error 0.16295740247408208 relative error 4.437900650698238% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 241765.221549639 Order of pole 3076413407.187646 TOP MAIN SOLVE Loop t[1] 4.7509999999999755 x1[1] (analytic) 2.000015557486098 x1[1] (numeric) 1.9904346202942376 absolute error 0.009580937191860484 relative error 0.4790431332395813% Correct digits 2 h 0.001 x2[1] (analytic) 3.6772971970335653 x2[1] (numeric) 3.840595604914328 absolute error 0.16329840788076266 relative error 4.440718253952759% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 77895.78769916389 Order of pole 77869.66461157576 TOP MAIN SOLVE Loop t[1] 4.751999999999976 x1[1] (analytic) 2.000015541936388 x1[1] (numeric) 1.9904242464599025 absolute error 0.009591295476485628 relative error 0.47956104717063675% Correct digits 2 h 0.001 x2[1] (analytic) 3.6826571418109073 x2[1] (numeric) 3.8462972533523776 absolute error 0.1636401115414703 relative error 4.443533710580562% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 242041.80102131295 Order of pole 3083386284.5870404 TOP MAIN SOLVE Loop t[1] 4.752999999999976 x1[1] (analytic) 2.0000155264022204 x1[1] (numeric) 1.9904138622465444 absolute error 0.009601664155675982 relative error 0.48007948083024055% Correct digits 2 h 0.001 x2[1] (analytic) 3.6880278172126224 x2[1] (numeric) 3.852010332082317 absolute error 0.16398251486969473 relative error 4.446347017892918% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 242172.3625900462 Order of pole 3086712315.9834585 TOP MAIN SOLVE Loop t[1] 4.7539999999999765 x1[1] (analytic) 2.0000155108835784 x1[1] (numeric) 1.9904034676437792 absolute error 0.00961204323979925 relative error 0.48059843473677794% Correct digits 2 h 0.001 x2[1] (analytic) 3.693409244721427 x2[1] (numeric) 3.857734864003198 absolute error 0.16432561928177103 relative error 4.449158173214167% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 242295.13165605505 Order of pole 3089835043.779928 TOP MAIN SOLVE Loop t[1] 4.754999999999977 x1[1] (analytic) 2.000015495380448 x1[1] (numeric) 1.9903930626412123 absolute error 0.009622432739235798 relative error 0.4811179094092665% Correct digits 2 h 0.001 x2[1] (analytic) 3.698801445863046 x2[1] (numeric) 3.8634708720599313 absolute error 0.1646694261968853 relative error 4.451967173881721% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 242382.14507587772 Order of pole 3092117769.831795 TOP MAIN SOLVE Loop t[1] 4.755999999999977 x1[1] (analytic) 2.0000154798928125 x1[1] (numeric) 1.9903826472284385 absolute error 0.00963283266437398 relative error 0.48163790536712425% Correct digits 2 h 0.001 x2[1] (analytic) 3.7042044422063 x2[1] (numeric) 3.8692183792433794 absolute error 0.16501393703707956 relative error 4.454774017246032% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 46110.80744175731 Order of pole 46085.21625809119 TOP MAIN SOLVE Loop t[1] 4.7569999999999775 x1[1] (analytic) 2.000015464420657 x1[1] (numeric) 1.9903722213950426 absolute error 0.009643243025614368 relative error 0.4821584231303791% Correct digits 2 h 0.001 x2[1] (analytic) 3.709618255363188 x2[1] (numeric) 3.874977408590448 absolute error 0.16535915322726025 relative error 4.457578700670667% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 156524.64400839596 Order of pole 156500.3394171553 TOP MAIN SOLVE Loop t[1] 4.757999999999978 x1[1] (analytic) 2.000015448963966 x1[1] (numeric) 1.9903617851305986 absolute error 0.009653663833367299 relative error 0.48267946321954774% Correct digits 2 h 0.001 x2[1] (analytic) 3.715042906988978 x2[1] (numeric) 3.8807479831841785 absolute error 0.16570507619520036 relative error 4.4603812215322005% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 242742.58914739883 Order of pole 3101318672.8350935 TOP MAIN SOLVE Loop t[1] 4.758999999999978 x1[1] (analytic) 2.000015433522724 x1[1] (numeric) 1.9903513384246703 absolute error 0.009664095098053549 relative error 0.4832010261556688% Correct digits 2 h 0.001 x2[1] (analytic) 3.7204784187822915 x2[1] (numeric) 3.88653012615384 absolute error 0.1660517073715484 relative error 4.463181577220301% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 242873.00422228733 Order of pole 3104627773.4324775 TOP MAIN SOLVE Loop t[1] 4.7599999999999785 x1[1] (analytic) 2.0000154180969156 x1[1] (numeric) 1.9903408812668109 absolute error 0.009674536830104774 relative error 0.48372311246032457% Correct digits 2 h 0.001 x2[1] (analytic) 3.7259248124851907 x2[1] (numeric) 3.892323860675022 absolute error 0.16639904818983142 relative error 4.4659797651376465% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 37560.93659598836 Order of pole 37535.67044595058 TOP MAIN SOLVE Loop t[1] 4.760999999999979 x1[1] (analytic) 2.000015402686525 x1[1] (numeric) 1.9903304136465634 absolute error 0.009684989039961511 relative error 0.484245722655542% Correct digits 2 h 0.001 x2[1] (analytic) 3.7313821098832656 x2[1] (numeric) 3.8981292099697287 absolute error 0.1667471000864631 relative error 4.468775782699984% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 91352.80225436065 Order of pole 91327.24898139619 TOP MAIN SOLVE Loop t[1] 4.761999999999979 x1[1] (analytic) 2.0000153872915374 x1[1] (numeric) 1.99031993555346 absolute error 0.009695451738077399 relative error 0.48476885726400243% Correct digits 2 h 0.001 x2[1] (analytic) 3.7368503328057203 x2[1] (numeric) 3.9039461973064684 absolute error 0.1670958645007481 relative error 4.471569627336088% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 36011.30257512494 Order of pole 35985.83170030937 TOP MAIN SOLVE Loop t[1] 4.7629999999999795 x1[1] (analytic) 2.0000153719119367 x1[1] (numeric) 1.9903094469770226 absolute error 0.009705924934914067 relative error 0.48529251680878743% Correct digits 2 h 0.001 x2[1] (analytic) 3.742329503125462 x2[1] (numeric) 3.90977484600035 absolute error 0.16744534287488788 relative error 4.474361296487747% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 243369.3815344013 Order of pole 3117333082.78529 TOP MAIN SOLVE Loop t[1] 4.76399999999998 x1[1] (analytic) 2.000015356547708 x1[1] (numeric) 1.9902989479067628 absolute error 0.009716408640945362 relative error 0.4858167018135887% Correct digits 2 h 0.001 x2[1] (analytic) 3.747819642759186 x2[1] (numeric) 3.915615179413174 absolute error 0.16779553665398783 relative error 4.477150787609804% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 63196.994617785014 Order of pole 63171.370929400895 TOP MAIN SOLVE Loop t[1] 4.76499999999998 x1[1] (analytic) 2.000015341198836 x1[1] (numeric) 1.9902884383321815 absolute error 0.009726902866654674 relative error 0.4863414128025757% Correct digits 2 h 0.001 x2[1] (analytic) 3.7533207736674674 x2[1] (numeric) 3.921467220953528 absolute error 0.16814644728606076 relative error 4.479938098170077% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 92031.11400175707 Order of pole 92005.46303237451 TOP MAIN SOLVE Loop t[1] 4.7659999999999805 x1[1] (analytic) 2.0000153258653057 x1[1] (numeric) 1.990277918242769 absolute error 0.00973740762253672 relative error 0.4868666503004838% Correct digits 2 h 0.001 x2[1] (analytic) 3.7588329178548436 x2[1] (numeric) 3.92733099407688 absolute error 0.16849807622203627 relative error 4.482723225649457% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 32101.350681307915 Order of pole 32076.059945129084 TOP MAIN SOLVE Loop t[1] 4.766999999999981 x1[1] (analytic) 2.000015310547101 x1[1] (numeric) 1.9902673876280055 absolute error 0.00974792291909532 relative error 0.48739241483250406% Correct digits 2 h 0.001 x2[1] (analytic) 3.7643560973699066 x2[1] (numeric) 3.9332065222856696 absolute error 0.16885042491576296 relative error 4.4855061675418% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 243851.8034918325 Order of pole 3129699302.0166187 TOP MAIN SOLVE Loop t[1] 4.767999999999981 x1[1] (analytic) 2.0000152952442063 x1[1] (numeric) 1.99025684647736 absolute error 0.009758448766846284 relative error 0.48791870692442657% Correct digits 2 h 0.001 x2[1] (analytic) 3.7698903343053902 x2[1] (numeric) 3.9390938291294053 absolute error 0.1692034948240151 relative error 4.4882869213539385% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 243968.27875582172 Order of pole 3132695430.2027 TOP MAIN SOLVE Loop t[1] 4.7689999999999815 x1[1] (analytic) 2.000015279956607 x1[1] (numeric) 1.9902462947802917 absolute error 0.009768985176315415 relative error 0.4884455271025412% Correct digits 2 h 0.001 x2[1] (analytic) 3.775435650798256 x2[1] (numeric) 3.944992938204758 absolute error 0.1695572874065019 relative error 4.491065484605774% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 124725.39894272768 Order of pole 124700.55532929928 TOP MAIN SOLVE Loop t[1] 4.769999999999982 x1[1] (analytic) 2.0000152646842877 x1[1] (numeric) 1.9902357325262485 absolute error 0.009779532158039173 relative error 0.4889728758936707% Correct digits 2 h 0.001 x2[1] (analytic) 3.780992069029786 x2[1] (numeric) 3.9509038731556543 absolute error 0.16991180412586848 relative error 4.493841854830137% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51280.5197102899 Order of pole 51254.81763863677 TOP MAIN SOLVE Loop t[1] 4.770999999999982 x1[1] (analytic) 2.0000152494272334 x1[1] (numeric) 1.9902251597046685 absolute error 0.009790089722564899 relative error 0.4895007538251819% Correct digits 2 h 0.001 x2[1] (analytic) 3.786559611225667 x2[1] (numeric) 3.956826657673372 absolute error 0.17026704644770518 relative error 4.496616029572862% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 244307.89032732905 Order of pole 3141474370.7078257 TOP MAIN SOLVE Loop t[1] 4.7719999999999825 x1[1] (analytic) 2.0000152341854283 x1[1] (numeric) 1.9902145763049788 absolute error 0.009800657880449481 relative error 0.49002916142491887% Correct digits 2 h 0.001 x2[1] (analytic) 3.792138299656084 x2[1] (numeric) 3.9627613154966355 absolute error 0.1706230158405515 relative error 4.499388006392742% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 100965.45127733884 Order of pole 100939.14705256351 TOP MAIN SOLVE Loop t[1] 4.772999999999983 x1[1] (analytic) 2.0000152189588576 x1[1] (numeric) 1.9902039823165958 absolute error 0.0098112366422618 relative error 0.49055809922132537% Correct digits 2 h 0.001 x2[1] (analytic) 3.7977281566358063 x2[1] (numeric) 3.9687078704117082 absolute error 0.17097971377590193 relative error 4.50215778286151% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 127741.07785685388 Order of pole 127713.77569326441 TOP MAIN SOLVE Loop t[1] 4.773999999999983 x1[1] (analytic) 2.0000152037475054 x1[1] (numeric) 1.9901933777289258 absolute error 0.009821826018579616 relative error 0.49108756774328927% Correct digits 2 h 0.001 x2[1] (analytic) 3.8033292045242746 x2[1] (numeric) 3.9746663462524916 absolute error 0.171337141728217 relative error 4.504925356563976% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 45616.360974090356 Order of pole 45591.07467322639 TOP MAIN SOLVE Loop t[1] 4.7749999999999835 x1[1] (analytic) 2.0000151885513575 x1[1] (numeric) 1.990182762531364 absolute error 0.009832426019993568 relative error 0.49161756752034214% Correct digits 2 h 0.001 x2[1] (analytic) 3.808941465725698 x2[1] (numeric) 3.980636766900617 absolute error 0.17169530117491894 relative error 4.507690725097733% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 244830.772433616 Order of pole 3154881925.5244594 TOP MAIN SOLVE Loop t[1] 4.775999999999984 x1[1] (analytic) 2.000015173370398 x1[1] (numeric) 1.9901721367132952 absolute error 0.009843036657102733 relative error 0.4921480990824376% Correct digits 2 h 0.001 x2[1] (analytic) 3.8145649626891345 x2[1] (numeric) 3.9866191562855433 absolute error 0.17205419359640883 relative error 4.510453886073464% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 244942.05472080238 Order of pole 3157771764.2691927 TOP MAIN SOLVE Loop t[1] 4.776999999999984 x1[1] (analytic) 2.0000151582046115 x1[1] (numeric) 1.9901615002640938 absolute error 0.009853657940517735 relative error 0.4926791629601068% Correct digits 2 h 0.001 x2[1] (analytic) 3.820199717908588 x2[1] (numeric) 3.992613538384653 absolute error 0.17241382047606502 relative error 4.5132148371147185% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51429.31436299771 Order of pole 51404.22590688251 TOP MAIN SOLVE Loop t[1] 4.7779999999999845 x1[1] (analytic) 2.0000151430539836 x1[1] (numeric) 1.9901508531731231 absolute error 0.009864289880860522 relative error 0.4932107596844465% Correct digits 2 h 0.001 x2[1] (analytic) 3.8258457539230943 x2[1] (numeric) 3.9986199372233457 absolute error 0.1727741833002514 relative error 4.515973575857979% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 140417.85975092812 Order of pole 140390.94978905277 TOP MAIN SOLVE Loop t[1] 4.778999999999985 x1[1] (analytic) 2.0000151279184983 x1[1] (numeric) 1.9901401954297362 absolute error 0.009874932488762145 relative error 0.4937428897870093% Correct digits 2 h 0.001 x2[1] (analytic) 3.8315030933168126 x2[1] (numeric) 4.004638376875137 absolute error 0.17313528355832464 relative error 4.518730099952675% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 43466.35824286961 Order of pole 43440.888896716984 TOP MAIN SOLVE Loop t[1] 4.779999999999985 x1[1] (analytic) 2.0000151127981414 x1[1] (numeric) 1.9901295270232753 absolute error 0.00988558577486609 relative error 0.4942755537999691% Correct digits 2 h 0.001 x2[1] (analytic) 3.8371717587191156 x2[1] (numeric) 4.010668881461754 absolute error 0.1734971227426385 relative error 4.5214844070611395% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 152913.8404489914 Order of pole 152886.68668626322 TOP MAIN SOLVE Loop t[1] 4.7809999999999855 x1[1] (analytic) 2.000015097692897 x1[1] (numeric) 1.9901188479430718 absolute error 0.009896249749825392 relative error 0.4948087522559774% Correct digits 2 h 0.001 x2[1] (analytic) 3.8428517728046803 x2[1] (numeric) 4.0167114751532305 absolute error 0.1738597023485502 relative error 4.524236494858604% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 245552.40153280916 Order of pole 3173528756.6269956 TOP MAIN SOLVE Loop t[1] 4.781999999999986 x1[1] (analytic) 2.0000150826027507 x1[1] (numeric) 1.9901081581784468 absolute error 0.009906924424303964 relative error 0.49534248568822964% Correct digits 2 h 0.001 x2[1] (analytic) 3.8485431582935776 x2[1] (numeric) 4.022766182168005 absolute error 0.17422302387442734 relative error 4.526986361033219% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 245733.09438655656 Order of pole 3178092652.390319 TOP MAIN SOLVE Loop t[1] 4.782999999999986 x1[1] (analytic) 2.000015067527687 x1[1] (numeric) 1.9900974577187105 absolute error 0.00991760980897638 relative error 0.49587675463045416% Correct digits 2 h 0.001 x2[1] (analytic) 3.8542459379513647 x2[1] (numeric) 4.028833026773017 absolute error 0.17458708882165253 relative error 4.529734003286004% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 165894.98360542604 Order of pole 165868.48664605952 TOP MAIN SOLVE Loop t[1] 4.7839999999999865 x1[1] (analytic) 2.00001505246769 x1[1] (numeric) 1.9900867465531624 absolute error 0.009928305914527646 relative error 0.49641155961690125% Correct digits 2 h 0.001 x2[1] (analytic) 3.8599601345891754 x2[1] (numeric) 4.034912033283806 absolute error 0.1749518986946308 relative error 4.532479419330877% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 245962.81008404988 Order of pole 3184073778.4217935 TOP MAIN SOLVE Loop t[1] 4.784999999999987 x1[1] (analytic) 2.000015037422746 x1[1] (numeric) 1.9900760246710916 absolute error 0.009939012751654541 relative error 0.49694690118240936% Correct digits 2 h 0.001 x2[1] (analytic) 3.865685771063812 x2[1] (numeric) 4.041003226064607 absolute error 0.17531745500079499 relative error 4.53522260689463% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 74534.06543970248 Order of pole 74508.66924810613 TOP MAIN SOLVE Loop t[1] 4.785999999999987 x1[1] (analytic) 2.00001502239284 x1[1] (numeric) 1.9900652920617758 absolute error 0.009949730331064055 relative error 0.49748277986232764% Correct digits 2 h 0.001 x2[1] (analytic) 3.8714228702778346 x2[1] (numeric) 4.047106629528447 absolute error 0.17568375925061197 relative error 4.5379635637169216% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 74979.20241508243 Order of pole 74953.75042677025 TOP MAIN SOLVE Loop t[1] 4.7869999999999875 x1[1] (analytic) 2.0000150073779555 x1[1] (numeric) 1.9900545487144827 absolute error 0.009960458663472727 relative error 0.49801919619248314% Correct digits 2 h 0.001 x2[1] (analytic) 3.877171455179656 x2[1] (numeric) 4.053222268137244 absolute error 0.17605081295758795 relative error 4.54070228755025% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 246344.67060576426 Order of pole 3193944487.7824106 TOP MAIN SOLVE Loop t[1] 4.787999999999988 x1[1] (analytic) 2.000014992378079 x1[1] (numeric) 1.9900437946184688 absolute error 0.009971197759610195 relative error 0.4985561507093572% Correct digits 2 h 0.001 x2[1] (analytic) 3.8829315487636302 x2[1] (numeric) 4.059350166401906 absolute error 0.1764186176382756 relative error 4.543438776159968% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 246460.02606053674 Order of pole 3196953394.089079 TOP MAIN SOLVE Loop t[1] 4.788999999999988 x1[1] (analytic) 2.0000149773931946 x1[1] (numeric) 1.99003302976298 absolute error 0.009981947630214538 relative error 0.4990936439498537% Correct digits 2 h 0.001 x2[1] (analytic) 3.8887031740701477 x2[1] (numeric) 4.065490348882428 absolute error 0.17678717481228068 relative error 4.546173027324293% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 246510.98906918272 Order of pole 3198395263.922181 TOP MAIN SOLVE Loop t[1] 4.7899999999999885 x1[1] (analytic) 2.0000149624232875 x1[1] (numeric) 1.9900222541372516 absolute error 0.009992708286035823 relative error 0.4996316764514757% Correct digits 2 h 0.001 x2[1] (analytic) 3.894486354185724 x2[1] (numeric) 4.071642840187991 absolute error 0.17715648600226697 relative error 4.548905038834257% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 107327.09621998935 Order of pole 107301.15538130811 TOP MAIN SOLVE Loop t[1] 4.790999999999989 x1[1] (analytic) 2.000014947468343 x1[1] (numeric) 1.9900114677305079 absolute error 0.01000347973783522 relative error 0.5001702487522812% Correct digits 2 h 0.001 x2[1] (analytic) 3.9002811122430954 x2[1] (numeric) 4.077807664977057 absolute error 0.177526552733962 relative error 4.551634808493701% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 246789.5184679079 Order of pole 3205568768.1585393 TOP MAIN SOLVE Loop t[1] 4.791999999999989 x1[1] (analytic) 2.000014932528346 x1[1] (numeric) 1.9900006705319624 absolute error 0.010014261996383444 relative error 0.5007093613908062% Correct digits 2 h 0.001 x2[1] (analytic) 3.906087471421309 x2[1] (numeric) 4.083984847957473 absolute error 0.17789737653616422 relative error 4.554362334119277% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 246935.6356054584 Order of pole 3209333494.445311 TOP MAIN SOLVE Loop t[1] 4.7929999999999895 x1[1] (analytic) 2.000014917603281 x1[1] (numeric) 1.9899898625308179 absolute error 0.010025055072463207 relative error 0.5012490149061857% Correct digits 2 h 0.001 x2[1] (analytic) 3.9119054549458165 x2[1] (numeric) 4.090174413886567 absolute error 0.17826895894075045 relative error 4.557087613540487% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 247047.54929383472 Order of pole 3212256614.145135 TOP MAIN SOLVE Loop t[1] 4.79399999999999 x1[1] (analytic) 2.000014902693134 x1[1] (numeric) 1.9899790437162665 absolute error 0.010035858976867651 relative error 0.5017892098380764% Correct digits 2 h 0.001 x2[1] (analytic) 3.9177350860885682 x2[1] (numeric) 4.0963763875712464 absolute error 0.1786413014826782 relative error 4.559810644599558% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1309.679249419443 Order of pole 1006.5071338752142 TOP MAIN SOLVE Loop t[1] 4.79499999999999 x1[1] (analytic) 2.00001488779789 x1[1] (numeric) 1.9899682140774893 absolute error 0.0100466737204008 relative error 0.5023299467266795% Correct digits 2 h 0.001 x2[1] (analytic) 3.9235763881681027 x2[1] (numeric) 4.102590793868099 absolute error 0.17901440569999671 relative error 4.5625314251515725% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 247283.86105695955 Order of pole 3218424805.522827 TOP MAIN SOLVE Loop t[1] 4.7959999999999905 x1[1] (analytic) 2.0000148729175335 x1[1] (numeric) 1.9899573736036567 absolute error 0.010057499313876894 relative error 0.5028712261127067% Correct digits 2 h 0.001 x2[1] (analytic) 3.929429384549644 x2[1] (numeric) 4.108817657683492 absolute error 0.17938827313384786 relative error 4.565249953064311% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 34728.057989256326 Order of pole 34702.697782996314 TOP MAIN SOLVE Loop t[1] 4.796999999999991 x1[1] (analytic) 2.00001485805205 x1[1] (numeric) 1.989946522283928 absolute error 0.010068335768121939 relative error 0.503413048537458% Correct digits 2 h 0.001 x2[1] (analytic) 3.9352940986451936 x2[1] (numeric) 4.1150570039736705 absolute error 0.17976290532847683 relative error 4.567966226218364% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 80527.96949694201 Order of pole 80502.69102130484 TOP MAIN SOLVE Loop t[1] 4.797999999999991 x1[1] (analytic) 2.0000148432014244 x1[1] (numeric) 1.9899356601074525 absolute error 0.010079183093971933 relative error 0.5039554145427332% Correct digits 2 h 0.001 x2[1] (analytic) 3.9411705539136226 x2[1] (numeric) 4.121308857744859 absolute error 0.18013830383123652 relative error 4.570680242507073% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 247650.98648890582 Order of pole 3228007050.750486 TOP MAIN SOLVE Loop t[1] 4.7989999999999915 x1[1] (analytic) 2.000014828365642 x1[1] (numeric) 1.9899247870633674 absolute error 0.010090041302274644 relative error 0.5044983246709202% Correct digits 2 h 0.001 x2[1] (analytic) 3.9470587738607663 x2[1] (numeric) 4.1275732440533615 absolute error 0.18051447019259514 relative error 4.573391999836556% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 247781.20852425462 Order of pole 3231384377.047779 TOP MAIN SOLVE Loop t[1] 4.799999999999992 x1[1] (analytic) 2.0000148135446882 x1[1] (numeric) 1.9899139031408 absolute error 0.010100910403888275 relative error 0.505041779464929% Correct digits 2 h 0.001 x2[1] (analytic) 3.952958782039521 x2[1] (numeric) 4.13385018800566 absolute error 0.18089140596613884 relative error 4.576101496125601% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 65046.1981222517 Order of pole 65020.15362848917 TOP MAIN SOLVE Loop t[1] 4.800999999999992 x1[1] (analytic) 2.000014798738548 x1[1] (numeric) 1.9899030083288662 absolute error 0.010111790409681687 relative error 0.5055857794682024% Correct digits 2 h 0.001 x2[1] (analytic) 3.9588706020499345 x2[1] (numeric) 4.140139714758516 absolute error 0.18126911270858148 relative error 4.57880872930575% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 50956.24931771483 Order of pole 50930.80551156236 TOP MAIN SOLVE Loop t[1] 4.8019999999999925 x1[1] (analytic) 2.000014783947206 x1[1] (numeric) 1.9898921026166714 absolute error 0.010122681330534622 relative error 0.5061303252247273% Correct digits 2 h 0.001 x2[1] (analytic) 3.964794257539302 x2[1] (numeric) 4.146441849519071 absolute error 0.18164759197976954 relative error 4.5815136973212525% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 248196.31065853033 Order of pole 3242134687.947347 TOP MAIN SOLVE Loop t[1] 4.802999999999993 x1[1] (analytic) 2.0000147691706487 x1[1] (numeric) 1.9898811859933094 absolute error 0.010133583177339256 relative error 0.5066754172791121% Correct digits 2 h 0.001 x2[1] (analytic) 3.9707297722022608 x2[1] (numeric) 4.1527566175449495 absolute error 0.18202684534268876 relative error 4.584216398129061% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 113776.81002844368 Order of pole 113752.20555228747 TOP MAIN SOLVE Loop t[1] 4.803999999999993 x1[1] (analytic) 2.00001475440886 x1[1] (numeric) 1.989870258447864 absolute error 0.01014449596099598 relative error 0.5072210561763764% Correct digits 2 h 0.001 x2[1] (analytic) 3.9766771697808845 x2[1] (numeric) 4.159084044144357 absolute error 0.18240687436347214 relative error 4.586916829698872% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 248434.57222513782 Order of pole 3248390050.0756245 TOP MAIN SOLVE Loop t[1] 4.8049999999999935 x1[1] (analytic) 2.0000147396618257 x1[1] (numeric) 1.9898593199694077 absolute error 0.010155419692418066 relative error 0.5077672424621833% Correct digits 2 h 0.001 x2[1] (analytic) 3.9826364740647793 x2[1] (numeric) 4.16542415467618 absolute error 0.18278768061140083 relative error 4.589614990012963% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 248535.13457749237 Order of pole 3251056762.3833427 TOP MAIN SOLVE Loop t[1] 4.805999999999994 x1[1] (analytic) 2.0000147249295313 x1[1] (numeric) 1.9898483705470018 absolute error 0.010166354382529441 relative error 0.5083139766827288% Correct digits 2 h 0.001 x2[1] (analytic) 3.9886077088911773 x2[1] (numeric) 4.171776974550095 absolute error 0.1831692656589179 relative error 4.592310877066386% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 248685.79817608887 Order of pole 3254967705.6388383 TOP MAIN SOLVE Loop t[1] 4.806999999999994 x1[1] (analytic) 2.000014710211962 x1[1] (numeric) 1.989837410169697 absolute error 0.010177300042264914 relative error 0.5088612593847534% Correct digits 2 h 0.001 x2[1] (analytic) 3.9945908981450335 x2[1] (numeric) 4.178142529226661 absolute error 0.18355163108162742 relative error 4.5950044888667625% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 248773.4043989354 Order of pole 3257318262.5115747 TOP MAIN SOLVE Loop t[1] 4.8079999999999945 x1[1] (analytic) 2.0000146955091025 x1[1] (numeric) 1.9898264388265328 absolute error 0.01018825668256973 relative error 0.5094090911155188% Correct digits 2 h 0.001 x2[1] (analytic) 4.00058606575912 x2[1] (numeric) 4.184520844217427 absolute error 0.18393477845830652 relative error 4.597695823434422% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 29019.422542572294 Order of pole 28993.822937985715 TOP MAIN SOLVE Loop t[1] 4.808999999999995 x1[1] (analytic) 2.000014680820939 x1[1] (numeric) 1.989815456506538 absolute error 0.010199224314400901 relative error 0.5099574724228755% Correct digits 2 h 0.001 x2[1] (analytic) 4.006593235714122 x2[1] (numeric) 4.190911945085032 absolute error 0.18431870937091066 relative error 4.600384878802361% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 59292.52512917173 Order of pole 59267.084692179706 TOP MAIN SOLVE Loop t[1] 4.809999999999995 x1[1] (analytic) 2.000014666147456 x1[1] (numeric) 1.9898044631987302 absolute error 0.010210202948725877 relative error 0.5105064038551957% Correct digits 2 h 0.001 x2[1] (analytic) 4.012612432038734 x2[1] (numeric) 4.19731585744331 absolute error 0.1847034254045754 relative error 4.603071653016112% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 43061.62004670334 Order of pole 43035.90207701911 TOP MAIN SOLVE Loop t[1] 4.8109999999999955 x1[1] (analytic) 2.000014651488639 x1[1] (numeric) 1.989793458892116 absolute error 0.01022119259652321 relative error 0.5110558859614069% Correct digits 2 h 0.001 x2[1] (analytic) 4.018643678809761 x2[1] (numeric) 4.203732606957388 absolute error 0.18508892814762667 relative error 4.605756144133838% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 249244.6956366619 Order of pole 3269712448.9213505 TOP MAIN SOLVE Loop t[1] 4.811999999999996 x1[1] (analytic) 2.000014636844474 x1[1] (numeric) 1.9897824435756912 absolute error 0.010232193268782552 relative error 0.5116059192909913% Correct digits 2 h 0.001 x2[1] (analytic) 4.0246870001522 x2[1] (numeric) 4.2101622193437915 absolute error 0.18547521919159138 relative error 4.6084383502264235% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 249412.52830500805 Order of pole 3274040005.3353276 TOP MAIN SOLVE Loop t[1] 4.812999999999996 x1[1] (analytic) 2.000014622214945 x1[1] (numeric) 1.9897714172384406 absolute error 0.010243204976504439 relative error 0.5121565043939755% Correct digits 2 h 0.001 x2[1] (analytic) 4.030742420239355 x2[1] (numeric) 4.216604720370548 absolute error 0.18586230013119298 relative error 4.611118269377184% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 27449.056976700533 Order of pole 27423.467472755867 TOP MAIN SOLVE Loop t[1] 4.8139999999999965 x1[1] (analytic) 2.000014607600039 x1[1] (numeric) 1.9897603798693377 absolute error 0.010254227730701171 relative error 0.5127076418209743% Correct digits 2 h 0.001 x2[1] (analytic) 4.036809963292921 x2[1] (numeric) 4.223060135857289 absolute error 0.18625017256436838 relative error 4.6137958996821276% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 33753.498856949125 Order of pole 33728.17057268414 TOP MAIN SOLVE Loop t[1] 4.814999999999997 x1[1] (analytic) 2.00001459299974 x1[1] (numeric) 1.9897493314573451 absolute error 0.010265261542395043 relative error 0.513259332123102% Correct digits 2 h 0.001 x2[1] (analytic) 4.042889653583086 x2[1] (numeric) 4.229528491675354 absolute error 0.1866388380922679 relative error 4.616471239249772% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 161679.94699883068 Order of pole 161652.29269603314 TOP MAIN SOLVE Loop t[1] 4.815999999999997 x1[1] (analytic) 2.0000145784140346 x1[1] (numeric) 1.9897382719914145 absolute error 0.010276306422620118 relative error 0.5138115758520616% Correct digits 2 h 0.001 x2[1] (analytic) 4.048981515428625 x2[1] (numeric) 4.236009813747891 absolute error 0.18702829831926682 relative error 4.6191442862012675% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 70764.06040116293 Order of pole 70738.49387811986 TOP MAIN SOLVE Loop t[1] 4.8169999999999975 x1[1] (analytic) 2.000014563842907 x1[1] (numeric) 1.9897272014604865 absolute error 0.010287362382420673 relative error 0.5143643735600668% Correct digits 2 h 0.001 x2[1] (analytic) 4.055085573197001 x2[1] (numeric) 4.242504128049966 absolute error 0.18741855485296455 relative error 4.621815038670197% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 106102.71843811256 Order of pole 106077.04767066508 TOP MAIN SOLVE Loop t[1] 4.817999999999998 x1[1] (analytic) 2.0000145492863437 x1[1] (numeric) 1.9897161198534905 absolute error 0.010298429432853196 relative error 0.5149177257999418% Correct digits 2 h 0.001 x2[1] (analytic) 4.061201851304463 x2[1] (numeric) 4.249011460608661 absolute error 0.18780960930419788 relative error 4.624483494802732% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 64802.45794495293 Order of pole 64776.876710117 TOP MAIN SOLVE Loop t[1] 4.818999999999998 x1[1] (analytic) 2.00001453474433 x1[1] (numeric) 1.9897050271593448 absolute error 0.010309507584985056 relative error 0.5154716331250544% Correct digits 2 h 0.001 x2[1] (analytic) 4.067330374216137 x2[1] (numeric) 4.255531837503183 absolute error 0.18820146328704546 relative error 4.627149652757577% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 512.7872838671386 Order of pole 7869.83345477575 TOP MAIN SOLVE Loop t[1] 4.8199999999999985 x1[1] (analytic) 2.0000145202168502 x1[1] (numeric) 1.9896939233669568 absolute error 0.010320596849893393 relative error 0.5160260960892619% Correct digits 2 h 0.001 x2[1] (analytic) 4.07347116644613 x2[1] (numeric) 4.262065284864965 absolute error 0.1885941184188349 relative error 4.629813510705967% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 47736.96800489513 Order of pole 47711.288642430605 TOP MAIN SOLVE Loop t[1] 4.820999999999999 x1[1] (analytic) 2.0000145057038914 x1[1] (numeric) 1.9896828084652225 absolute error 0.010331697238668891 relative error 0.5165811152470977% Correct digits 2 h 0.001 x2[1] (analytic) 4.079624252557625 x2[1] (numeric) 4.268611828877773 absolute error 0.18898757632014718 relative error 4.632475066831604% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 250572.0585640063 Order of pole 3304498559.3318 TOP MAIN SOLVE Loop t[1] 4.821999999999999 x1[1] (analytic) 2.000014491205438 x1[1] (numeric) 1.9896716824430272 absolute error 0.010342808762410671 relative error 0.5171366911535181% Correct digits 2 h 0.001 x2[1] (analytic) 4.0857896571629855 x2[1] (numeric) 4.2751714957778075 absolute error 0.18938183861482205 relative error 4.635134319330611% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 36514.776891886315 Order of pole 36489.30555854407 TOP MAIN SOLVE Loop t[1] 4.8229999999999995 x1[1] (analytic) 2.0000144767214754 x1[1] (numeric) 1.9896605452892449 absolute error 0.010353931432230512 relative error 0.5176928243641116% Correct digits 2 h 0.001 x2[1] (analytic) 4.091967404923843 x2[1] (numeric) 4.281744311853814 absolute error 0.1897769069299704 relative error 4.637791266411673% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 250812.54987500582 Order of pole 3310866914.5337467 TOP MAIN SOLVE Loop t[1] 4.824 x1[1] (analytic) 2.00001446225199 x1[1] (numeric) 1.9896493969927382 absolute error 0.01036506525925196 relative error 0.5182495154350549% Correct digits 2 h 0.001 x2[1] (analytic) 4.0981575205512035 x2[1] (numeric) 4.2883303034471805 absolute error 0.19017278289597694 relative error 4.640445906295926% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 250925.53780011385 Order of pole 3313868729.7657595 TOP MAIN SOLVE Loop t[1] 4.825 x1[1] (analytic) 2.000014447796967 x1[1] (numeric) 1.9896382375423591 absolute error 0.010376210254607665 relative error 0.518806764922981% Correct digits 2 h 0.001 x2[1] (analytic) 4.104360028805548 x2[1] (numeric) 4.294929496952051 absolute error 0.19056946814650289 relative error 4.6430982372168375% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 91055.38728707854 Order of pole 91029.94707052992 TOP MAIN SOLVE Loop t[1] 4.8260000000000005 x1[1] (analytic) 2.0000144333563914 x1[1] (numeric) 1.989627066926948 absolute error 0.010387366429443379 relative error 0.5193645733851766% Correct digits 2 h 0.001 x2[1] (analytic) 4.110574954496922 x2[1] (numeric) 4.301541918815425 absolute error 0.1909669643185028 relative error 4.645748257420464% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 59803.91448795881 Order of pole 59778.960153251326 TOP MAIN SOLVE Loop t[1] 4.827000000000001 x1[1] (analytic) 2.0000144189302493 x1[1] (numeric) 1.9896158851353345 absolute error 0.010398533794914844 relative error 0.5199229413794288% Correct digits 2 h 0.001 x2[1] (analytic) 4.116802322485044 x2[1] (numeric) 4.308167595537268 absolute error 0.19136527305222373 relative error 4.648395965165242% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 55351.64096305473 Order of pole 55326.084505692976 TOP MAIN SOLVE Loop t[1] 4.828000000000001 x1[1] (analytic) 2.000014404518526 x1[1] (numeric) 1.9896046921563366 absolute error 0.01040971236218935 relative error 0.5204818694641019% Correct digits 2 h 0.001 x2[1] (analytic) 4.123042157679404 x2[1] (numeric) 4.3148065536706115 absolute error 0.19176439599120787 relative error 4.6510413587218755% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 80689.10801205368 Order of pole 80663.31515978905 TOP MAIN SOLVE Loop t[1] 4.8290000000000015 x1[1] (analytic) 2.000014390121207 x1[1] (numeric) 1.9895934879787613 absolute error 0.010420902142445732 relative error 0.5210413581981373% Correct digits 2 h 0.001 x2[1] (analytic) 4.129294485039355 x2[1] (numeric) 4.321458819821667 absolute error 0.1921643347823121 relative error 4.653684436373654% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 194267.18154006332 Order of pole 194241.28187493456 TOP MAIN SOLVE Loop t[1] 4.830000000000002 x1[1] (analytic) 2.000014375738279 x1[1] (numeric) 1.9895822725914045 absolute error 0.010432103146874372 relative error 0.5216014081410539% Correct digits 2 h 0.001 x2[1] (analytic) 4.135559329574224 x2[1] (numeric) 4.328124420649927 absolute error 0.19256509107570352 relative error 4.656325196416153% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52647.83464168005 Order of pole 52621.88671065469 TOP MAIN SOLVE Loop t[1] 4.831000000000002 x1[1] (analytic) 2.000014361369726 x1[1] (numeric) 1.9895710459830507 absolute error 0.0104433153866752 relative error 0.522162019852848% Correct digits 2 h 0.001 x2[1] (analytic) 4.141836716343404 x2[1] (numeric) 4.334803382868272 absolute error 0.19296666652486838 relative error 4.658963637157282% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 39863.994932609865 Order of pole 39838.2445583627 TOP MAIN SOLVE Loop t[1] 4.8320000000000025 x1[1] (analytic) 2.0000143470155343 x1[1] (numeric) 1.9895598081424735 absolute error 0.010454538873060804 relative error 0.5227231938941487% Correct digits 2 h 0.001 x2[1] (analytic) 4.148126670456457 x2[1] (numeric) 4.341495733243081 absolute error 0.19336906278662358 relative error 4.661599756917389% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 251905.30268357616 Order of pole 3339834399.7300563 TOP MAIN SOLVE Loop t[1] 4.833000000000003 x1[1] (analytic) 2.00001433267569 x1[1] (numeric) 1.9895485590584348 absolute error 0.010465773617255092 relative error 0.5232849308261511% Correct digits 2 h 0.001 x2[1] (analytic) 4.1544292170732176 x2[1] (numeric) 4.3482014985943325 absolute error 0.19377228152111492 relative error 4.664233554029039% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 252058.78265587357 Order of pole 3343872286.123373 TOP MAIN SOLVE Loop t[1] 4.834000000000003 x1[1] (analytic) 2.0000143183501784 x1[1] (numeric) 1.9895372987196855 absolute error 0.010477019630492856 relative error 0.5238472312105946% Correct digits 2 h 0.001 x2[1] (analytic) 4.160744381403885 x2[1] (numeric) 4.354920705795719 absolute error 0.19417632439183397 relative error 4.666865026837255% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 252171.71668605346 Order of pole 3346882729.0965433 TOP MAIN SOLVE Loop t[1] 4.8350000000000035 x1[1] (analytic) 2.000014304038985 x1[1] (numeric) 1.9895260271149655 absolute error 0.010488276924019324 relative error 0.5244100956097404% Correct digits 2 h 0.001 x2[1] (analytic) 4.167072188709132 x2[1] (numeric) 4.361653381774749 absolute error 0.19458119306561716 relative error 4.6694941736993085% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 252292.66507500235 Order of pole 3350115998.4694004 TOP MAIN SOLVE Loop t[1] 4.836000000000004 x1[1] (analytic) 2.0000142897420954 x1[1] (numeric) 1.9895147442330032 absolute error 0.010499545509092156 relative error 0.5249735245864712% Correct digits 2 h 0.001 x2[1] (analytic) 4.173412664300206 x2[1] (numeric) 4.368399553512859 absolute error 0.19498688921265295 relative error 4.6721209929847225% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 252402.87573890155 Order of pole 3353066736.6800365 TOP MAIN SOLVE Loop t[1] 4.837000000000004 x1[1] (analytic) 2.000014275459496 x1[1] (numeric) 1.9895034500625157 absolute error 0.010510825396980117 relative error 0.5255375187042249% Correct digits 2 h 0.001 x2[1] (analytic) 4.179765833539024 x2[1] (numeric) 4.3751592480455175 absolute error 0.19539341450649328 relative error 4.674745483075374% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 40603.93418923766 Order of pole 40578.19962953284 TOP MAIN SOLVE Loop t[1] 4.8380000000000045 x1[1] (analytic) 2.000014261191172 x1[1] (numeric) 1.9894921445922087 absolute error 0.010522116598963294 relative error 0.5261020785270057% Correct digits 2 h 0.001 x2[1] (analytic) 4.186131721838278 x2[1] (numeric) 4.381932492462335 absolute error 0.1958007706240572 relative error 4.677367642365401% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 97350.99452729232 Order of pole 97325.19844955768 TOP MAIN SOLVE Loop t[1] 4.839000000000005 x1[1] (analytic) 2.0000142469371087 x1[1] (numeric) 1.9894808278107767 absolute error 0.010533419126331989 relative error 0.5266672046193287% Correct digits 2 h 0.001 x2[1] (analytic) 4.192510354661535 x2[1] (numeric) 4.388719313907173 absolute error 0.19620895924563797 relative error 4.679987469261196% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 101765.5341982244 Order of pole 101739.60477216459 TOP MAIN SOLVE Loop t[1] 4.840000000000005 x1[1] (analytic) 2.0000142326972927 x1[1] (numeric) 1.9894694997069031 absolute error 0.010544732990389605 relative error 0.5272328975463635% Correct digits 2 h 0.001 x2[1] (analytic) 4.1989017575233465 x2[1] (numeric) 4.395519739578252 absolute error 0.19661798205490566 relative error 4.682604962181291% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 108336.41953353716 Order of pole 108309.37340856185 TOP MAIN SOLVE Loop t[1] 4.8410000000000055 x1[1] (analytic) 2.0000142184717093 x1[1] (numeric) 1.9894581602692596 absolute error 0.010556058202449758 relative error 0.5277991578737907% Correct digits 2 h 0.001 x2[1] (analytic) 4.205305955989337 x2[1] (numeric) 4.40233379672826 absolute error 0.1970278407389232 relative error 4.685220119556571% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 253021.81897880166 Order of pole 3369546598.709672 TOP MAIN SOLVE Loop t[1] 4.842000000000006 x1[1] (analytic) 2.000014204260345 x1[1] (numeric) 1.9894468094865068 absolute error 0.010567394773838057 relative error 0.5283659861678904% Correct digits 2 h 0.001 x2[1] (analytic) 4.211722975676313 x2[1] (numeric) 4.409161512664462 absolute error 0.19743853698814906 relative error 4.687832939830157% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 131748.66910961378 Order of pole 131723.18652463297 TOP MAIN SOLVE Loop t[1] 4.843000000000006 x1[1] (analytic) 2.000014190063184 x1[1] (numeric) 1.989435447347294 absolute error 0.0105787427158901 relative error 0.5289333829954426% Correct digits 2 h 0.001 x2[1] (analytic) 4.218152842252374 x2[1] (numeric) 4.416002914748811 absolute error 0.19785007249643627 relative error 4.690443421457197% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 172196.06110032724 Order of pole 172168.60285348722 TOP MAIN SOLVE Loop t[1] 4.8440000000000065 x1[1] (analytic) 2.0000141758802137 x1[1] (numeric) 1.9894240738402589 absolute error 0.010590102039954807 relative error 0.5295013489238927% Correct digits 2 h 0.001 x2[1] (analytic) 4.224595581436999 x2[1] (numeric) 4.422858030398052 absolute error 0.19826244896105294 relative error 4.693051562905196% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 100337.19618821623 Order of pole 100311.71028766959 TOP MAIN SOLVE Loop t[1] 4.845000000000007 x1[1] (analytic) 2.000014161711419 x1[1] (numeric) 1.9894126889540282 absolute error 0.010601472757390873 relative error 0.5300698845211754% Correct digits 2 h 0.001 x2[1] (analytic) 4.231051219001163 x2[1] (numeric) 4.429726887083838 absolute error 0.19867566808267512 relative error 4.69565736265365% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 253591.16885633447 Order of pole 3384625868.4040008 TOP MAIN SOLVE Loop t[1] 4.846000000000007 x1[1] (analytic) 2.000014147556786 x1[1] (numeric) 1.9894012926772169 absolute error 0.0106128548795692 relative error 0.5306389903558355% Correct digits 2 h 0.001 x2[1] (analytic) 4.237519780767428 x2[1] (numeric) 4.436609512332837 absolute error 0.199089731565409 relative error 4.698260819194411% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 253724.0758288131 Order of pole 3388160937.4840164 TOP MAIN SOLVE Loop t[1] 4.8470000000000075 x1[1] (analytic) 2.000014133416301 x1[1] (numeric) 1.9893898849984288 absolute error 0.010624248417872018 relative error 0.5312086669969842% Correct digits 2 h 0.001 x2[1] (analytic) 4.24400129261006 x2[1] (numeric) 4.443505933726843 absolute error 0.1995046411167838 relative error 4.700861931031328% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 253811.681144136 Order of pole 3390571313.525443 TOP MAIN SOLVE Loop t[1] 4.848000000000008 x1[1] (analytic) 2.0000141192899488 x1[1] (numeric) 1.989378465906256 absolute error 0.010635653383692656 relative error 0.531778915014288% Correct digits 2 h 0.001 x2[1] (analytic) 4.250495780455122 x2[1] (numeric) 4.450416178902886 absolute error 0.1999203984477642 relative error 4.70346069668037% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 253952.82725045277 Order of pole 3394319783.8391223 TOP MAIN SOLVE Loop t[1] 4.849000000000008 x1[1] (analytic) 2.000014105177716 x1[1] (numeric) 1.9893670353892798 absolute error 0.010647069788436214 relative error 0.5323497349780012% Correct digits 2 h 0.001 x2[1] (analytic) 4.2570032702805785 x2[1] (numeric) 4.4573402755533404 absolute error 0.200337005272762 relative error 4.706057114669724% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 593.8680303622663 Order of pole 3888.452596338777 TOP MAIN SOLVE Loop t[1] 4.8500000000000085 x1[1] (analytic) 2.0000140910795885 x1[1] (numeric) 1.9893555934360694 absolute error 0.010658497643519116 relative error 0.532921127458945% Correct digits 2 h 0.001 x2[1] (analytic) 4.263523788116407 x2[1] (numeric) 4.46427825142604 absolute error 0.2007544633096332 relative error 4.708651183539544% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 1282.2314455635255 Order of pole 60512.70927367979 TOP MAIN SOLVE Loop t[1] 4.851000000000009 x1[1] (analytic) 2.0000140769955523 x1[1] (numeric) 1.989344140035183 absolute error 0.01066993696036933 relative error 0.5334930930285177% Correct digits 2 h 0.001 x2[1] (analytic) 4.270057360044694 x2[1] (numeric) 4.4712301343243865 absolute error 0.2011727742796925 relative error 4.711242901842116% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 36209.031001437026 Order of pole 36183.22733970148 TOP MAIN SOLVE Loop t[1] 4.852000000000009 x1[1] (analytic) 2.000014062925593 x1[1] (numeric) 1.989332675175167 absolute error 0.01068138775042593 relative error 0.5340656322586724% Correct digits 2 h 0.001 x2[1] (analytic) 4.276604012199742 x2[1] (numeric) 4.478195952107461 absolute error 0.2015919399077184 relative error 4.713832268141801% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 125575.65832713444 Order of pole 125549.04420331735 TOP MAIN SOLVE Loop t[1] 4.8530000000000095 x1[1] (analytic) 2.0000140488696965 x1[1] (numeric) 1.9893211988445567 absolute error 0.010692850025139755 relative error 0.5346387457219511% Correct digits 2 h 0.001 x2[1] (analytic) 4.2831637707681764 x2[1] (numeric) 4.485175732690135 absolute error 0.2020119619219587 relative error 4.716419281014984% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 44485.17635934204 Order of pole 44459.37670325179 TOP MAIN SOLVE Loop t[1] 4.85400000000001 x1[1] (analytic) 2.000014034827849 x1[1] (numeric) 1.9893097110318756 absolute error 0.010704323795973192 relative error 0.5352124339914728% Correct digits 2 h 0.001 x2[1] (analytic) 4.289736661989048 x2[1] (numeric) 4.492169504043185 absolute error 0.20243284205413659 relative error 4.719003939050033% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 30753.164557722885 Order of pole 30727.602596799527 TOP MAIN SOLVE Loop t[1] 4.85500000000001 x1[1] (analytic) 2.000014020800036 x1[1] (numeric) 1.9892982117256361 absolute error 0.010715809074399951 relative error 0.5357866976409228% Correct digits 2 h 0.001 x2[1] (analytic) 4.296322712153936 x2[1] (numeric) 4.499177294193399 absolute error 0.20285458203946316 relative error 4.721586240847425% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 661.735823172405 Order of pole 858.532842961743 TOP MAIN SOLVE Loop t[1] 4.8560000000000105 x1[1] (analytic) 2.000014006786244 x1[1] (numeric) 1.989286700914339 absolute error 0.01072730587190529 relative error 0.5363615372445636% Correct digits 2 h 0.001 x2[1] (analytic) 4.302921947607056 x2[1] (numeric) 4.5061991312236955 absolute error 0.20327718361663916 relative error 4.7241661850195955% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 254928.04865434166 Order of pole 3420502263.5267015 TOP MAIN SOLVE Loop t[1] 4.857000000000011 x1[1] (analytic) 2.000013992786459 x1[1] (numeric) 1.9892751785864728 absolute error 0.010738814199986013 relative error 0.5369369533772355% Correct digits 2 h 0.001 x2[1] (analytic) 4.309534394745369 x2[1] (numeric) 4.51323504327323 absolute error 0.20370064852786118 relative error 4.726743770190908% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 255101.8586183841 Order of pole 3425099127.0080123 TOP MAIN SOLVE Loop t[1] 4.858000000000011 x1[1] (analytic) 2.0000139788006663 x1[1] (numeric) 1.9892636447305159 absolute error 0.010750334070150469 relative error 0.5375129466143553% Correct digits 2 h 0.001 x2[1] (analytic) 4.316160080018676 x2[1] (numeric) 4.520285058537511 absolute error 0.20412497851883504 relative error 4.729318994997789% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 41427.79754198474 Order of pole 41402.711075589905 TOP MAIN SOLVE Loop t[1] 4.8590000000000115 x1[1] (analytic) 2.000013964828853 x1[1] (numeric) 1.989252099334934 absolute error 0.010761865493918776 relative error 0.5380895175319289% Correct digits 2 h 0.001 x2[1] (analytic) 4.322799029929735 x2[1] (numeric) 4.527349205268512 absolute error 0.20455017533877662 relative error 4.731891858088566% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54374.965755822595 Order of pole 54348.941794416765 TOP MAIN SOLVE Loop t[1] 4.860000000000012 x1[1] (analytic) 2.000013950871004 x1[1] (numeric) 1.9892405423881823 absolute error 0.010773408482821933 relative error 0.538666666706506% Correct digits 2 h 0.001 x2[1] (analytic) 4.329451271034363 x2[1] (numeric) 4.534427511774782 absolute error 0.20497624074041898 relative error 4.734462358123445% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 60048.80035482529 Order of pole 60023.24032262079 TOP MAIN SOLVE Loop t[1] 4.861000000000012 x1[1] (analytic) 2.000013936927106 x1[1] (numeric) 1.9892289738787032 absolute error 0.010784963048402929 relative error 0.5392443947152357% Correct digits 2 h 0.001 x2[1] (analytic) 4.336116829941537 x2[1] (numeric) 4.541520006421563 absolute error 0.2054031764800257 relative error 4.737030493774659% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 61546.22650518461 Order of pole 61521.05029854942 TOP MAIN SOLVE Loop t[1] 4.8620000000000125 x1[1] (analytic) 2.000013922997145 x1[1] (numeric) 1.9892173937949285 absolute error 0.01079652920221652 relative error 0.5398227021358557% Correct digits 2 h 0.001 x2[1] (analytic) 4.342795733313512 x2[1] (numeric) 4.548626717630903 absolute error 0.20583098431739089 relative error 4.739596263726265% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 255693.88499645906 Order of pole 3441098711.012606 TOP MAIN SOLVE Loop t[1] 4.863000000000013 x1[1] (analytic) 2.0000139090811073 x1[1] (numeric) 1.989205802125278 absolute error 0.010808106955829233 relative error 0.5404015895466919% Correct digits 2 h 0.001 x2[1] (analytic) 4.349488007865916 x2[1] (numeric) 4.555747673881765 absolute error 0.20625966601584889 relative error 4.7421596666742065% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51730.47854336745 Order of pole 51705.36646728579 TOP MAIN SOLVE Loop t[1] 4.864000000000013 x1[1] (analytic) 2.0000138951789785 x1[1] (numeric) 1.9891941988581603 absolute error 0.01081969632081825 relative error 0.5409810575266034% Correct digits 2 h 0.001 x2[1] (analytic) 4.356193680367863 x2[1] (numeric) 4.562882903710147 absolute error 0.20668922334228412 relative error 4.744720701326348% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 222960.78687893198 Order of pole 222934.59137983873 TOP MAIN SOLVE Loop t[1] 4.8650000000000135 x1[1] (analytic) 2.0000138812907444 x1[1] (numeric) 1.9891825839819717 absolute error 0.010831297308772747 relative error 0.5415611066550486% Correct digits 2 h 0.001 x2[1] (analytic) 4.362912777642058 x2[1] (numeric) 4.570032435709192 absolute error 0.20711965806713373 relative error 4.747279366402365% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 28298.142753006414 Order of pole 28272.5706867319 TOP MAIN SOLVE Loop t[1] 4.866000000000014 x1[1] (analytic) 2.000013867416392 x1[1] (numeric) 1.9891709574850975 absolute error 0.010842909931294553 relative error 0.5421417375121188% Correct digits 2 h 0.001 x2[1] (analytic) 4.369645326564907 x2[1] (numeric) 4.577196298529304 absolute error 0.2075509719643973 relative error 4.74983566063378% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 256261.95585376423 Order of pole 3456314006.7814965 TOP MAIN SOLVE Loop t[1] 4.867000000000014 x1[1] (analytic) 2.0000138535559073 x1[1] (numeric) 1.9891593193559114 absolute error 0.010854534199995935 relative error 0.542722950678427% Correct digits 2 h 0.001 x2[1] (analytic) 4.37639135406662 x2[1] (numeric) 4.5843745208782645 absolute error 0.20798316681164408 relative error 4.752389582763946% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 256365.408173123 Order of pole 3459138588.710778 TOP MAIN SOLVE Loop t[1] 4.8680000000000145 x1[1] (analytic) 2.000013839709276 x1[1] (numeric) 1.989147669582775 absolute error 0.01086617012650093 relative error 0.5433047467351749% Correct digits 2 h 0.001 x2[1] (analytic) 4.383150887131326 x2[1] (numeric) 4.591567131521343 absolute error 0.20841624439001638 relative error 4.754941131547952% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 61958.21214565929 Order of pole 61932.32420887214 TOP MAIN SOLVE Loop t[1] 4.869000000000015 x1[1] (analytic) 2.000013825876484 x1[1] (numeric) 1.9891360081540386 absolute error 0.01087781772244556 relative error 0.5438871262641635% Correct digits 2 h 0.001 x2[1] (analytic) 4.389923952797172 x2[1] (numeric) 4.598774159281415 absolute error 0.20885020648424302 relative error 4.757490305752741% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 196944.8143648589 Order of pole 196919.65348912033 TOP MAIN SOLVE Loop t[1] 4.870000000000015 x1[1] (analytic) 2.000013812057518 x1[1] (numeric) 1.9891243350580408 absolute error 0.010889476999477399 relative error 0.544470089847771% Correct digits 2 h 0.001 x2[1] (analytic) 4.396710578156436 x2[1] (numeric) 4.60599563303908 absolute error 0.2092850548826437 relative error 4.760037104157036% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 256745.8125382283 Order of pole 3469407637.102091 TOP MAIN SOLVE Loop t[1] 4.8710000000000155 x1[1] (analytic) 2.0000137982523642 x1[1] (numeric) 1.9891126502831085 absolute error 0.010901147969255787 relative error 0.5450536380689642% Correct digits 2 h 0.001 x2[1] (analytic) 4.403510790355634 x2[1] (numeric) 4.613231581732769 absolute error 0.20972079137713528 relative error 4.762581525551296% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 256848.14731327543 Order of pole 3472221441.751441 TOP MAIN SOLVE Loop t[1] 4.872000000000016 x1[1] (analytic) 2.000013784461009 x1[1] (numeric) 1.989100953817557 absolute error 0.010912830643452054 relative error 0.5456377715113094% Correct digits 2 h 0.001 x2[1] (analytic) 4.410324616595634 x2[1] (numeric) 4.62048203435887 absolute error 0.21015741776323615 relative error 4.765123568737631% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 159815.33161076848 Order of pole 159788.8910059369 TOP MAIN SOLVE Loop t[1] 4.873000000000016 x1[1] (analytic) 2.000013770683438 x1[1] (numeric) 1.9890892456496898 absolute error 0.01092452503374819 relative error 0.5462224907589059% Correct digits 2 h 0.001 x2[1] (analytic) 4.417152084131755 x2[1] (numeric) 4.627747019971837 absolute error 0.21059493584008226 relative error 4.7676632325299995% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 47991.844980476686 Order of pole 47966.902873761544 TOP MAIN SOLVE Loop t[1] 4.8740000000000165 x1[1] (analytic) 2.0000137569196372 x1[1] (numeric) 1.9890775257677986 absolute error 0.010936231151838616 relative error 0.5468077963964748% Correct digits 2 h 0.001 x2[1] (analytic) 4.423993220273882 x2[1] (numeric) 4.635026567684307 absolute error 0.21103334741042534 relative error 4.770200515753969% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 58175.70433964076 Order of pole 58150.129001681154 TOP MAIN SOLVE Loop t[1] 4.875000000000017 x1[1] (analytic) 2.000013743169594 x1[1] (numeric) 1.9890657941601637 absolute error 0.010947949009430191 relative error 0.5473936890093583% Correct digits 2 h 0.001 x2[1] (analytic) 4.430848052386579 x2[1] (numeric) 4.642320706667222 absolute error 0.21147265428064355 relative error 4.772735417246783% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 79810.06747141716 Order of pole 79783.32254683402 TOP MAIN SOLVE Loop t[1] 4.876000000000017 x1[1] (analytic) 2.000013729433294 x1[1] (numeric) 1.9890540508150534 absolute error 0.010959678618240432 relative error 0.5479801691834321% Correct digits 2 h 0.001 x2[1] (analytic) 4.437716607889186 x2[1] (numeric) 4.64962946614994 absolute error 0.2119128582607539 relative error 4.775267935857467% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 106714.05658538801 Order of pole 106688.49705041184 TOP MAIN SOLVE Loop t[1] 4.8770000000000175 x1[1] (analytic) 2.0000137157107227 x1[1] (numeric) 1.9890422957207243 absolute error 0.010971419989998399 relative error 0.5485672375051491% Correct digits 2 h 0.001 x2[1] (analytic) 4.444598914255946 x2[1] (numeric) 4.656952875420353 absolute error 0.21235396116440697 relative error 4.777798070446507% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 127551.55472369089 Order of pole 127524.22882815916 TOP MAIN SOLVE Loop t[1] 4.878000000000018 x1[1] (analytic) 2.000013702001868 x1[1] (numeric) 1.9890305288654215 absolute error 0.010983173136446256 relative error 0.5491548945616173% Correct digits 2 h 0.001 x2[1] (analytic) 4.451494999016097 x2[1] (numeric) 4.664290963825005 absolute error 0.21279596480890817 relative error 4.780325819886172% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 257819.17120905817 Order of pole 3498411498.6964817 TOP MAIN SOLVE Loop t[1] 4.879000000000018 x1[1] (analytic) 2.0000136883067143 x1[1] (numeric) 1.989018750237378 absolute error 0.01099493806933638 relative error 0.5497431409404553% Correct digits 2 h 0.001 x2[1] (analytic) 4.458404889753994 x2[1] (numeric) 4.671643760769212 absolute error 0.21323887101521777 relative error 4.7828511830603135% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 257939.01709387306 Order of pole 3501676651.544804 TOP MAIN SOLVE Loop t[1] 4.8800000000000185 x1[1] (analytic) 2.0000136746252495 x1[1] (numeric) 1.989006959824815 absolute error 0.01100671480043447 relative error 0.5503319772299478% Correct digits 2 h 0.001 x2[1] (analytic) 4.465328614109219 x2[1] (numeric) 4.6790112957171734 absolute error 0.21368268160795445 relative error 4.785374158864267% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 258004.6828915619 Order of pole 3503564168.8971157 TOP MAIN SOLVE Loop t[1] 4.881000000000019 x1[1] (analytic) 2.0000136609574595 x1[1] (numeric) 1.9889951576159424 absolute error 0.011018503341517105 relative error 0.5509214040189233% Correct digits 2 h 0.001 x2[1] (analytic) 4.472266199776683 x2[1] (numeric) 4.686393598192097 absolute error 0.21412739841541484 relative error 4.7878947462051125% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 31140.28071922048 Order of pole 31114.736199928764 TOP MAIN SOLVE Loop t[1] 4.882000000000019 x1[1] (analytic) 2.00001364730333 x1[1] (numeric) 1.9889833435989577 absolute error 0.011030303704372413 relative error 0.5515114218967884% Correct digits 2 h 0.001 x2[1] (analytic) 4.479217674506744 x2[1] (numeric) 4.693790697776313 absolute error 0.21457302326956906 relative error 4.790412944001389% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 192108.4398024563 Order of pole 192079.89563073212 TOP MAIN SOLVE Loop t[1] 4.8830000000000195 x1[1] (analytic) 2.000013633662848 x1[1] (numeric) 1.988971517762047 absolute error 0.011042115900800953 relative error 0.5521020314535704% Correct digits 2 h 0.001 x2[1] (analytic) 4.48618306610532 x2[1] (numeric) 4.701202624111391 absolute error 0.21501955800607142 relative error 4.792928751183145% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 229185.2800938018 Order of pole 229157.89382297374 TOP MAIN SOLVE Loop t[1] 4.88400000000002 x1[1] (analytic) 2.000013620036 x1[1] (numeric) 1.9889596800933846 absolute error 0.011053939942615276 relative error 0.5526932332798967% Correct digits 2 h 0.001 x2[1] (analytic) 4.49316240243399 x2[1] (numeric) 4.708629406898265 absolute error 0.21546700446427458 relative error 4.795442166692083% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 258609.55686648923 Order of pole 3519860459.37972 TOP MAIN SOLVE Loop t[1] 4.88500000000002 x1[1] (analytic) 2.0000136064227716 x1[1] (numeric) 1.9889478305811328 absolute error 0.011065775841638814 relative error 0.5532850279669389% Correct digits 2 h 0.001 x2[1] (analytic) 4.50015571141012 x2[1] (numeric) 4.716071075897343 absolute error 0.21591536448722337 relative error 4.797953189481226% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 258665.31560329898 Order of pole 3521508863.4120746 TOP MAIN SOLVE Loop t[1] 4.8860000000000205 x1[1] (analytic) 2.0000135928231497 x1[1] (numeric) 1.988935969213442 absolute error 0.011077623609707654 relative error 0.5538774161065009% Correct digits 2 h 0.001 x2[1] (analytic) 4.507163021006957 x2[1] (numeric) 4.723527660928635 absolute error 0.21636463992167787 relative error 4.800461818515259% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 88847.1860700421 Order of pole 88821.55090548225 TOP MAIN SOLVE Loop t[1] 4.887000000000021 x1[1] (analytic) 2.000013579237121 x1[1] (numeric) 1.9889240959784509 absolute error 0.011089483258670096 relative error 0.5544703982909973% Correct digits 2 h 0.001 x2[1] (analytic) 4.514184359253758 x2[1] (numeric) 4.7309991918718675 absolute error 0.21681483261810985 relative error 4.80296805277026% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 120550.20531126168 Order of pole 120524.40525243053 TOP MAIN SOLVE Loop t[1] 4.888000000000021 x1[1] (analytic) 2.000013565664671 x1[1] (numeric) 1.988912210864286 absolute error 0.0111013548003851 relative error 0.5550639751133762% Correct digits 2 h 0.001 x2[1] (analytic) 4.521219754235893 x2[1] (numeric) 4.7384856986666035 absolute error 0.2172659444307108 relative error 4.805471891233691% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52000.5332112006 Order of pole 51974.91030070663 TOP MAIN SOLVE Loop t[1] 4.8890000000000216 x1[1] (analytic) 2.000013552105787 x1[1] (numeric) 1.9889003138590626 absolute error 0.011113238246724277 relative error 0.555658147167218% Correct digits 2 h 0.001 x2[1] (analytic) 4.528269234094957 x2[1] (numeric) 4.745987211312363 absolute error 0.21771797721740604 relative error 4.807973332904537% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 63673.913013096935 Order of pole 63648.07217129579 TOP MAIN SOLVE Loop t[1] 4.890000000000022 x1[1] (analytic) 2.000013538560455 x1[1] (numeric) 1.9888884049508835 absolute error 0.011125133609571458 relative error 0.5562529150467136% Correct digits 2 h 0.001 x2[1] (analytic) 4.535332827028884 x2[1] (numeric) 4.753503759868742 absolute error 0.21817093283985844 relative error 4.8104723767931965% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 259269.83381827603 Order of pole 3538059728.296903 TOP MAIN SOLVE Loop t[1] 4.891000000000022 x1[1] (analytic) 2.0000135250286615 x1[1] (numeric) 1.9888764841278397 absolute error 0.011137040900821793 relative error 0.5568482793466205% Correct digits 2 h 0.001 x2[1] (analytic) 4.5424105612920656 x2[1] (numeric) 4.761035374455537 absolute error 0.21862481316347182 relative error 4.812969021921372% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 181264.64200429356 Order of pole 181237.15889070422 TOP MAIN SOLVE Loop t[1] 4.8920000000000226 x1[1] (analytic) 2.000013511510393 x1[1] (numeric) 1.9888645513780105 absolute error 0.011148960132382646 relative error 0.5574442406623066% Correct digits 2 h 0.001 x2[1] (analytic) 4.549502465195451 x2[1] (numeric) 4.76858208525286 absolute error 0.21907962005740877 relative error 4.815463267322285% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 259597.59256146633 Order of pole 3546891088.205522 TOP MAIN SOLVE Loop t[1] 4.893000000000023 x1[1] (analytic) 2.0000134980056363 x1[1] (numeric) 1.9888526066894632 absolute error 0.01116089131617315 relative error 0.5580407995897284% Correct digits 2 h 0.001 x2[1] (analytic) 4.556608567106676 x2[1] (numeric) 4.7761439225012605 absolute error 0.21953535539458446 relative error 4.817955112040346% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 84752.96128644374 Order of pole 84726.92438173134 TOP MAIN SOLVE Loop t[1] 4.894000000000023 x1[1] (analytic) 2.0000134845143775 x1[1] (numeric) 1.988840650050253 absolute error 0.011172834464124648 relative error 0.5586379567254528% Correct digits 2 h 0.001 x2[1] (analytic) 4.563728895450163 x2[1] (numeric) 4.783720916501849 absolute error 0.21999202105168614 relative error 4.820444555131408% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 68231.04625843167 Order of pole 68204.62988327879 TOP MAIN SOLVE Loop t[1] 4.8950000000000236 x1[1] (analytic) 2.000013471036603 x1[1] (numeric) 1.988828681448423 absolute error 0.011184789588180033 relative error 0.5592357126666241% Correct digits 2 h 0.001 x2[1] (analytic) 4.570863478707239 x2[1] (numeric) 4.791313097616417 absolute error 0.22044961890917758 relative error 4.822931595662676% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 966.7629107072954 Order of pole 86924.54094543341 TOP MAIN SOLVE Loop t[1] 4.896000000000024 x1[1] (analytic) 2.0000134575722996 x1[1] (numeric) 1.988816700872005 absolute error 0.01119675670029463 relative error 0.5598340680110084% Correct digits 2 h 0.001 x2[1] (analytic) 4.578012345416258 x2[1] (numeric) 4.798920496267557 absolute error 0.2209081508512991 relative error 4.8254162327125165% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 260132.51221397365 Order of pole 3561507840.6117244 TOP MAIN SOLVE Loop t[1] 4.897000000000024 x1[1] (analytic) 2.000013444121454 x1[1] (numeric) 1.9888047083090183 absolute error 0.011208735812435533 relative error 0.5604330233569602% Correct digits 2 h 0.001 x2[1] (analytic) 4.585175524172699 x2[1] (numeric) 4.806543142938787 absolute error 0.22136761876608801 relative error 4.82789846537073% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 54139.70815862742 Order of pole 54113.606977814554 TOP MAIN SOLVE Loop t[1] 4.898000000000025 x1[1] (analytic) 2.0000134306840525 x1[1] (numeric) 1.9887927037474704 absolute error 0.011220726936582048 relative error 0.5610325793034445% Correct digits 2 h 0.001 x2[1] (analytic) 4.592353043629295 x2[1] (numeric) 4.814181068174669 absolute error 0.2218280245453741 relative error 4.830378292738256% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 260336.64380444057 Order of pole 3567184476.7649913 TOP MAIN SOLVE Loop t[1] 4.899000000000025 x1[1] (analytic) 2.000013417260081 x1[1] (numeric) 1.9887806871753566 absolute error 0.011232730084724585 relative error 0.5616327364499817% Correct digits 2 h 0.001 x2[1] (analytic) 4.59954493249614 x2[1] (numeric) 4.821834302580936 absolute error 0.22228937008479654 relative error 4.832855713927372% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 260523.60904432536 Order of pole 3572221237.4565134 TOP MAIN SOLVE Loop t[1] 4.900000000000025 x1[1] (analytic) 2.0000134038495276 x1[1] (numeric) 1.9887686585806605 absolute error 0.011244745268867096 relative error 0.5622334953967689% Correct digits 2 h 0.001 x2[1] (analytic) 4.606751219540806 x2[1] (numeric) 4.829502876824611 absolute error 0.22275165728380486 relative error 4.835330728061508% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 110605.02082922176 Order of pole 110578.11465247581 TOP MAIN SOLVE Loop t[1] 4.901000000000026 x1[1] (analytic) 2.000013390452378 x1[1] (numeric) 1.9887566179513534 absolute error 0.011256772501024637 relative error 0.5628348567445589% Correct digits 2 h 0.001 x2[1] (analytic) 4.613971933588457 x2[1] (numeric) 4.837186821634129 absolute error 0.22321488804567213 relative error 4.83780333427537% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 260720.26957950045 Order of pole 3577723943.2558975 TOP MAIN SOLVE Loop t[1] 4.902000000000026 x1[1] (analytic) 2.0000133770686186 x1[1] (numeric) 1.9887445652753946 absolute error 0.011268811793224032 relative error 0.5634368210946926% Correct digits 2 h 0.001 x2[1] (analytic) 4.621207103521965 x2[1] (numeric) 4.844886167799462 absolute error 0.22367906427749684 relative error 4.840273531714779% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 58161.93176782111 Order of pole 58136.03581602647 TOP MAIN SOLVE Loop t[1] 4.903000000000026 x1[1] (analytic) 2.000013363698236 x1[1] (numeric) 1.9887325005407315 absolute error 0.01128086315750454 relative error 0.5640393890491328% Correct digits 2 h 0.001 x2[1] (analytic) 4.628456758282028 x2[1] (numeric) 4.8526009461722435 absolute error 0.22414418789021529 relative error 4.842741319536756% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 31971.168090358242 Order of pole 31945.8717499555 TOP MAIN SOLVE Loop t[1] 4.904000000000027 x1[1] (analytic) 2.0000133503412174 x1[1] (numeric) 1.9887204237352993 absolute error 0.011292926605918074 relative error 0.5646425612104747% Correct digits 2 h 0.001 x2[1] (analytic) 4.635720926867281 x2[1] (numeric) 4.860331187665887 absolute error 0.22461026079860602 relative error 4.845206696909444% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 261159.11055724596 Order of pole 3589702841.859508 TOP MAIN SOLVE Loop t[1] 4.905000000000027 x1[1] (analytic) 2.0000133369975495 x1[1] (numeric) 1.9887083348470214 absolute error 0.011305002150528098 relative error 0.5652463381818913% Correct digits 2 h 0.001 x2[1] (analytic) 4.642999638334412 x2[1] (numeric) 4.868076923255715 absolute error 0.2250772849213032 relative error 4.847669663012194% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 52726.94920275813 Order of pole 52701.00298158585 TOP MAIN SOLVE Loop t[1] 4.906000000000027 x1[1] (analytic) 2.000013323667218 x1[1] (numeric) 1.9886962338638086 absolute error 0.011317089803409397 relative error 0.5658507205671219% Correct digits 2 h 0.001 x2[1] (analytic) 4.650292921798287 x2[1] (numeric) 4.87583818397908 absolute error 0.22554526218079296 relative error 4.850130217035311% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 261382.64061113348 Order of pole 3595920847.211478 TOP MAIN SOLVE Loop t[1] 4.907000000000028 x1[1] (analytic) 2.0000133103502105 x1[1] (numeric) 1.9886841207735602 absolute error 0.0113291895766503 relative error 0.5664557089705825% Correct digits 2 h 0.001 x2[1] (analytic) 4.657600806432052 x2[1] (numeric) 4.88361500093549 absolute error 0.22601419450343752 relative error 4.852588358180386% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 27322.72586619868 Order of pole 27297.38485784517 TOP MAIN SOLVE Loop t[1] 4.908000000000028 x1[1] (analytic) 2.000013297046513 x1[1] (numeric) 1.988671995564163 absolute error 0.011341301482350241 relative error 0.5670613039972445% Correct digits 2 h 0.001 x2[1] (analytic) 4.664923321467267 x2[1] (numeric) 4.891407405286732 absolute error 0.22648408381946528 relative error 4.855044085659887% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 39858.21930413615 Order of pole 39832.34538909286 TOP MAIN SOLVE Loop t[1] 4.909000000000028 x1[1] (analytic) 2.000013283756113 x1[1] (numeric) 1.9886598582234918 absolute error 0.011353425532621086 relative error 0.5676675062527012% Correct digits 2 h 0.001 x2[1] (analytic) 4.672260496194005 x2[1] (numeric) 4.899215428256998 absolute error 0.2269549320629931 relative error 4.8574973986974666% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 46944.98792394011 Order of pole 46918.95510254555 TOP MAIN SOLVE Loop t[1] 4.910000000000029 x1[1] (analytic) 2.0000132704789966 x1[1] (numeric) 1.9886477087394092 absolute error 0.01136556173958736 relative error 0.5682743163431784% Correct digits 2 h 0.001 x2[1] (analytic) 4.679612359960982 x2[1] (numeric) 4.907039101133007 absolute error 0.22742674117202544 relative error 4.859948296527743% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 64657.62618985048 Order of pole 64632.432466524864 TOP MAIN SOLVE Loop t[1] 4.911000000000029 x1[1] (analytic) 2.0000132572151506 x1[1] (numeric) 1.9886355470997656 absolute error 0.01137771011538491 relative error 0.5688817348754682% Correct digits 2 h 0.001 x2[1] (analytic) 4.686978942175669 x2[1] (numeric) 4.914878455264135 absolute error 0.2278995130884658 relative error 4.8623967783963655% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 257687.2754430885 Order of pole 257657.59367575456 TOP MAIN SOLVE Loop t[1] 4.912000000000029 x1[1] (analytic) 2.000013243964562 x1[1] (numeric) 1.9886233732923997 absolute error 0.011389870672162239 relative error 0.5694897624569958% Correct digits 2 h 0.001 x2[1] (analytic) 4.694360272304412 x2[1] (numeric) 4.922733522062535 absolute error 0.22837324975812212 relative error 4.86484284355994% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 262188.1424962979 Order of pole 3618074687.127676 TOP MAIN SOLVE Loop t[1] 4.91300000000003 x1[1] (analytic) 2.000013230727217 x1[1] (numeric) 1.9886111873051373 absolute error 0.011402043422079622 relative error 0.5700983996957745% Correct digits 2 h 0.001 x2[1] (analytic) 4.70175637987255 x2[1] (numeric) 4.930604333003267 absolute error 0.22884795313071749 relative error 4.867286491286068% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 51219.14810564844 Order of pole 51193.46736799436 TOP MAIN SOLVE Loop t[1] 4.91400000000003 x1[1] (analytic) 2.0000132175031027 x1[1] (numeric) 1.9885989891257927 absolute error 0.011414228377309987 relative error 0.5707076472004505% Correct digits 2 h 0.001 x2[1] (analytic) 4.709167294464526 x2[1] (numeric) 4.9384909196244235 absolute error 0.22932362515989713 relative error 4.869727720853316% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 262501.5528607999 Order of pole 3626634853.2973704 TOP MAIN SOLVE Loop t[1] 4.91500000000003 x1[1] (analytic) 2.0000132042922063 x1[1] (numeric) 1.9885867787421676 absolute error 0.011426425550038699 relative error 0.5713175055802918% Correct digits 2 h 0.001 x2[1] (analytic) 4.716593045724018 x2[1] (numeric) 4.946393313527253 absolute error 0.2298002678032347 relative error 4.8721665315511515% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 50775.37515804449 Order of pole 50749.07160997802 TOP MAIN SOLVE Loop t[1] 4.916000000000031 x1[1] (analytic) 2.000013191094514 x1[1] (numeric) 1.9885745561420518 absolute error 0.011438634952462223 relative error 0.5719279754451215% Correct digits 2 h 0.001 x2[1] (analytic) 4.724033663354046 x2[1] (numeric) 4.954311546376287 absolute error 0.23027788302224117 relative error 4.874602922679953% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 262735.8604692806 Order of pole 3633163782.1623626 TOP MAIN SOLVE Loop t[1] 4.917000000000031 x1[1] (analytic) 2.000013177910013 x1[1] (numeric) 1.9885623213132224 absolute error 0.01145085659679057 relative error 0.5725390574054399% Correct digits 2 h 0.001 x2[1] (analytic) 4.731489177117096 x2[1] (numeric) 4.9622456498994705 absolute error 0.23075647278237454 relative error 4.877036893551025% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 262880.0183137786 Order of pole 3637144024.1000776 TOP MAIN SOLVE Loop t[1] 4.918000000000031 x1[1] (analytic) 2.00001316473869 x1[1] (numeric) 1.9885500742434448 absolute error 0.011463090495245076 relative error 0.5731507520723134% Correct digits 2 h 0.001 x2[1] (analytic) 4.738959616835243 x2[1] (numeric) 4.9701956558882845 absolute error 0.2312360390530417 relative error 4.879468443486442% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 262958.5980260001 Order of pole 3639401598.0023885 TOP MAIN SOLVE Loop t[1] 4.919000000000032 x1[1] (analytic) 2.0000131515805313 x1[1] (numeric) 1.9885378149204718 absolute error 0.01147533666005951 relative error 0.5737630600574304% Correct digits 2 h 0.001 x2[1] (analytic) 4.746445012390257 x2[1] (numeric) 4.978161596197875 absolute error 0.23171658380761784 relative error 4.881897571819292% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 263084.1388526286 Order of pole 3642871409.6575027 TOP MAIN SOLVE Loop t[1] 4.920000000000032 x1[1] (analytic) 2.0000131384355244 x1[1] (numeric) 1.9885255433320441 absolute error 0.011487595103480297 relative error 0.5743759819731119% Correct digits 2 h 0.001 x2[1] (analytic) 4.753945393723743 x2[1] (numeric) 4.986143502747182 absolute error 0.23219810902343863 relative error 4.884324277893292% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 538.3399483230253 Order of pole 2424.012164499378 TOP MAIN SOLVE Loop t[1] 4.921000000000032 x1[1] (analytic) 2.000013125303656 x1[1] (numeric) 1.98851325946589 absolute error 0.011499865837765855 relative error 0.5749895184322785% Correct digits 2 h 0.001 x2[1] (analytic) 4.761460790837239 x2[1] (numeric) 4.994141407519064 absolute error 0.23268061668182494 relative error 4.886748561063151% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 263434.9346884611 Order of pole 3652454335.3568354 TOP MAIN SOLVE Loop t[1] 4.922000000000033 x1[1] (analytic) 2.0000131121849125 x1[1] (numeric) 1.988500963309726 absolute error 0.01151214887518659 relative error 0.5756036700484505% Correct digits 2 h 0.001 x2[1] (analytic) 4.7689912337923515 x2[1] (numeric) 5.002155342560427 absolute error 0.2331641087680758 relative error 4.889170420694216% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 39157.58098919065 Order of pole 39132.20659875669 TOP MAIN SOLVE Loop t[1] 4.923000000000033 x1[1] (analytic) 2.0000130990792817 x1[1] (numeric) 1.9884886548512555 absolute error 0.011524444228026232 relative error 0.5762184374358138% Correct digits 2 h 0.001 x2[1] (analytic) 4.776536752710868 x2[1] (numeric) 5.010185339982356 absolute error 0.23364858727148796 relative error 4.891589856162698% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 22733.25631598684 Order of pole 22707.972073082627 TOP MAIN SOLVE Loop t[1] 4.924000000000033 x1[1] (analytic) 2.0000130859867498 x1[1] (numeric) 1.9884763340781704 absolute error 0.01153675190857939 relative error 0.5768338212090989% Correct digits 2 h 0.001 x2[1] (analytic) 4.784097377774881 x2[1] (numeric) 5.018231431960239 absolute error 0.2341340541853585 relative error 4.89400686685554% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 100986.86121723597 Order of pole 100961.37288857799 TOP MAIN SOLVE Loop t[1] 4.925000000000034 x1[1] (analytic) 2.000013072907304 x1[1] (numeric) 1.9884640009781498 absolute error 0.011549071929153998 relative error 0.5774498219837022% Correct digits 2 h 0.001 x2[1] (analytic) 4.791673139226908 x2[1] (numeric) 5.026293650733899 absolute error 0.23462051150699104 relative error 4.896421452170356% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 19587.869489398014 Order of pole 19562.41444117346 TOP MAIN SOLVE Loop t[1] 4.926000000000034 x1[1] (analytic) 2.0000130598409305 x1[1] (numeric) 1.9884516555388605 absolute error 0.011561404302069977 relative error 0.5780664403756196% Correct digits 2 h 0.001 x2[1] (analytic) 4.799264067370009 x2[1] (numeric) 5.034372028607719 absolute error 0.23510796123771005 relative error 4.898833611515545% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 264047.13811486255 Order of pole 3669527061.4901814 TOP MAIN SOLVE Loop t[1] 4.927000000000034 x1[1] (analytic) 2.0000130467876174 x1[1] (numeric) 1.9884392977479572 absolute error 0.01157374903966013 relative error 0.5786836770014908% Correct digits 2 h 0.001 x2[1] (analytic) 4.806870192567917 x2[1] (numeric) 5.042466597950777 absolute error 0.23559640538285986 relative error 4.901243344310074% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 100407.63196562369 Order of pole 100381.44045737365 TOP MAIN SOLVE Loop t[1] 4.928000000000035 x1[1] (analytic) 2.000013033747351 x1[1] (numeric) 1.9884269275930821 absolute error 0.011586106154269027 relative error 0.5793015324785441% Correct digits 2 h 0.001 x2[1] (analytic) 4.814491545245149 x2[1] (numeric) 5.0505773911969705 absolute error 0.23608584595182158 relative error 4.903650649983649% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 60947.77834758067 Order of pole 60921.017984147365 TOP MAIN SOLVE Loop t[1] 4.929000000000035 x1[1] (analytic) 2.0000130207201186 x1[1] (numeric) 1.9884145450618649 absolute error 0.01159847565825367 relative error 0.5799200074246297% Correct digits 2 h 0.001 x2[1] (analytic) 4.822128155887128 x2[1] (numeric) 5.05870444084515 absolute error 0.23657628495802197 relative error 4.906055527976712% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 264477.39236351004 Order of pole 3681436349.4448023 TOP MAIN SOLVE Loop t[1] 4.930000000000035 x1[1] (analytic) 2.0000130077059066 x1[1] (numeric) 1.9884021501419231 absolute error 0.011610857563983501 relative error 0.580539102458219% Correct digits 2 h 0.001 x2[1] (analytic) 4.8297800550403185 x2[1] (numeric) 5.066847779459246 absolute error 0.2370677244189272 relative error 4.9084579777401105% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 264543.02374911885 Order of pole 3683377557.5484967 TOP MAIN SOLVE Loop t[1] 4.931000000000036 x1[1] (analytic) 2.000012994704702 x1[1] (numeric) 1.988389742820862 absolute error 0.011623251883840169 relative error 0.5811588181983947% Correct digits 2 h 0.001 x2[1] (analytic) 4.837447273312332 x2[1] (numeric) 5.075007439668401 absolute error 0.2375601663560687 relative error 4.910857998735453% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 189996.34458636199 Order of pole 189969.39700659577 TOP MAIN SOLVE Loop t[1] 4.932000000000036 x1[1] (analytic) 2.000012981716493 x1[1] (numeric) 1.9883773230862738 absolute error 0.011635658630219092 relative error 0.5817791552649271% Correct digits 2 h 0.001 x2[1] (analytic) 4.8451298413720565 x2[1] (numeric) 5.083183454167099 absolute error 0.2380536127950421 relative error 4.913255590434899% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 50523.41762652155 Order of pole 50498.320386109306 TOP MAIN SOLVE Loop t[1] 4.933000000000036 x1[1] (analytic) 2.000012968741265 x1[1] (numeric) 1.9883648909257392 absolute error 0.011648077815525681 relative error 0.5824001142780867% Correct digits 2 h 0.001 x2[1] (analytic) 4.852827789949784 x2[1] (numeric) 5.091375855715298 absolute error 0.23854806576551368 relative error 4.915650752321094% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 65945.51171024649 Order of pole 65920.16780028907 TOP MAIN SOLVE Loop t[1] 4.934000000000037 x1[1] (analytic) 2.000012955779006 x1[1] (numeric) 1.988352446326826 absolute error 0.011660509452180001 relative error 0.5830216958588764% Correct digits 2 h 0.001 x2[1] (analytic) 4.860541149837323 x2[1] (numeric) 5.0995846771385605 absolute error 0.239043527301237 relative error 4.918043483887335% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 43700.2516136352 Order of pole 43674.67898606255 TOP MAIN SOLVE Loop t[1] 4.935000000000037 x1[1] (analytic) 2.0000129428297027 x1[1] (numeric) 1.9883399892770897 absolute error 0.011672953552612997 relative error 0.5836439006288434% Correct digits 2 h 0.001 x2[1] (analytic) 4.868269951888132 x2[1] (numeric) 5.107809951328183 absolute error 0.23953999944005133 relative error 4.920433784637335% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 265219.01725114527 Order of pole 3702205934.913565 TOP MAIN SOLVE Loop t[1] 4.936000000000037 x1[1] (analytic) 2.0000129298933422 x1[1] (numeric) 1.9883275197640728 absolute error 0.01168541012926938 relative error 0.5842667292102229% Correct digits 2 h 0.001 x2[1] (analytic) 4.876014227017433 x2[1] (numeric) 5.11605171124133 absolute error 0.24003748422389748 relative error 4.922821654085368% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 45182.75313516749 Order of pole 45157.6751950426 TOP MAIN SOLVE Loop t[1] 4.937000000000038 x1[1] (analytic) 2.0000129169699115 x1[1] (numeric) 1.988315037775306 absolute error 0.01169787919460541 relative error 0.5848901822258278% Correct digits 2 h 0.001 x2[1] (analytic) 4.883774006202346 x2[1] (numeric) 5.124309989901167 absolute error 0.24053598369882057 relative error 4.925207091756134% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 265471.4966196928 Order of pole 3709286838.6094794 TOP MAIN SOLVE Loop t[1] 4.938000000000038 x1[1] (analytic) 2.000012904059398 x1[1] (numeric) 1.9883025432983075 absolute error 0.011710360761090444 relative error 0.5855142602991256% Correct digits 2 h 0.001 x2[1] (analytic) 4.891549320482005 x2[1] (numeric) 5.1325848203969855 absolute error 0.24103549991498063 relative error 4.92759009718478% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 48115.47236737113 Order of pole 48090.32241260175 TOP MAIN SOLVE Loop t[1] 4.939000000000038 x1[1] (analytic) 2.0000128911617887 x1[1] (numeric) 1.9882900363205827 absolute error 0.011722854841206054 relative error 0.5861389640541945% Correct digits 2 h 0.001 x2[1] (analytic) 4.89934020095768 x2[1] (numeric) 5.140876235884346 absolute error 0.24153603492666598 relative error 4.929970669916995% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 265749.6263980495 Order of pole 3717037876.783327 TOP MAIN SOLVE Loop t[1] 4.940000000000039 x1[1] (analytic) 2.00001287827707 x1[1] (numeric) 1.9882775168296245 absolute error 0.01173536144744558 relative error 0.5867642941157017% Correct digits 2 h 0.001 x2[1] (analytic) 4.907146678792914 x2[1] (numeric) 5.149184269585202 absolute error 0.24203759079228782 relative error 4.932348809508696% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 28630.095461638306 Order of pole 28604.643720446507 TOP MAIN SOLVE Loop t[1] 4.941000000000039 x1[1] (analytic) 2.00001286540523 x1[1] (numeric) 1.9882649848129135 absolute error 0.011747880592316573 relative error 0.5873902511090243% Correct digits 2 h 0.001 x2[1] (analytic) 4.914968785213635 x2[1] (numeric) 5.157508954788037 absolute error 0.2425401695744025 relative error 4.934724515526302% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 49513.00063833733 Order of pole 49487.2497348683 TOP MAIN SOLVE Loop t[1] 4.942000000000039 x1[1] (analytic) 2.0000128525462553 x1[1] (numeric) 1.9882524402579178 absolute error 0.011760412288337463 relative error 0.5880168356600836% Correct digits 2 h 0.001 x2[1] (analytic) 4.922806551508281 x2[1] (numeric) 5.165850324847997 absolute error 0.24304377333971594 relative error 4.937097787546631% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 266188.8070171364 Order of pole 3729258054.4982114 TOP MAIN SOLVE Loop t[1] 4.94300000000004 x1[1] (analytic) 2.0000128397001333 x1[1] (numeric) 1.9882398831520927 absolute error 0.01177295654804067 relative error 0.5886440483955001% Correct digits 2 h 0.001 x2[1] (analytic) 4.93066000902794 x2[1] (numeric) 5.174208413187025 absolute error 0.2435484041590854 relative error 4.939468625156737% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 423.2431185854606 Order of pole 4082.1376501546083 TOP MAIN SOLVE Loop t[1] 4.94400000000004 x1[1] (analytic) 2.000012826866851 x1[1] (numeric) 1.988227313482881 absolute error 0.011785513383969937 relative error 0.5892718899424612% Correct digits 2 h 0.001 x2[1] (analytic) 4.938529189186453 x2[1] (numeric) 5.182583253293991 absolute error 0.24405406410753816 relative error 4.941837027954112% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 266458.5077988436 Order of pole 3736825396.2443113 TOP MAIN SOLVE Loop t[1] 4.94500000000004 x1[1] (analytic) 2.0000128140463955 x1[1] (numeric) 1.9882147312377132 absolute error 0.01179808280868233 relative error 0.5899003609288197% Correct digits 2 h 0.001 x2[1] (analytic) 4.9464141234605625 x2[1] (numeric) 5.190974878724831 absolute error 0.2445607552642688 relative error 4.944202995546429% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 37420.35978930125 Order of pole 37394.612535167515 TOP MAIN SOLVE Loop t[1] 4.946000000000041 x1[1] (analytic) 2.000012801238754 x1[1] (numeric) 1.988202136404007 absolute error 0.011810664834746909 relative error 0.5905294619830285% Correct digits 2 h 0.001 x2[1] (analytic) 4.954314843390022 x2[1] (numeric) 5.199383323102678 absolute error 0.2450684797126561 relative error 4.946566527551697% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 91078.20878568752 Order of pole 91052.07686305919 TOP MAIN SOLVE Loop t[1] 4.947000000000041 x1[1] (analytic) 2.0000127884439136 x1[1] (numeric) 1.9881895289691676 absolute error 0.01182325947474605 relative error 0.591159193734206% Correct digits 2 h 0.001 x2[1] (analytic) 4.962231380577726 x2[1] (numeric) 5.207808620117997 absolute error 0.2455772395402711 relative error 4.948927623598235% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 97634.98606534333 Order of pole 97608.65265663591 TOP MAIN SOLVE Loop t[1] 4.948000000000041 x1[1] (analytic) 2.0000127756618618 x1[1] (numeric) 1.9881769089205876 absolute error 0.011835866741274126 relative error 0.5917895568120707% Correct digits 2 h 0.001 x2[1] (analytic) 4.97016376668984 x2[1] (numeric) 5.216250803528721 absolute error 0.24608703683888145 relative error 4.9512862833245626% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 266963.75617144234 Order of pole 3751049557.4995847 TOP MAIN SOLVE Loop t[1] 4.949000000000042 x1[1] (analytic) 2.0000127628925854 x1[1] (numeric) 1.9881642762456468 absolute error 0.011848486646938605 relative error 0.5924205518469959% Correct digits 2 h 0.001 x2[1] (analytic) 4.978112033455927 x2[1] (numeric) 5.224709907160386 absolute error 0.24659787370445851 relative error 4.953642506379356% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 204312.8557674737 Order of pole 204286.7350349015 TOP MAIN SOLVE Loop t[1] 4.950000000000042 x1[1] (analytic) 2.0000127501360723 x1[1] (numeric) 1.9881516309317127 absolute error 0.011861119204359616 relative error 0.5930521794699877% Correct digits 2 h 0.001 x2[1] (analytic) 4.9860762126690705 x2[1] (numeric) 5.233185964906263 absolute error 0.24710975223719256 relative error 4.9559962924215615% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 194731.4722320541 Order of pole 194704.33500851458 TOP MAIN SOLVE Loop t[1] 4.951000000000042 x1[1] (analytic) 2.0000127373923093 x1[1] (numeric) 1.9881389729661398 absolute error 0.011873764426169497 relative error 0.5936844403126628% Correct digits 2 h 0.001 x2[1] (analytic) 4.994056336186005 x2[1] (numeric) 5.2416790107275 absolute error 0.24762267454149534 relative error 4.958347641120254% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 267314.1371087884 Order of pole 3760986563.589047 TOP MAIN SOLVE Loop t[1] 4.952000000000043 x1[1] (analytic) 2.0000127246612833 x1[1] (numeric) 1.9881263023362703 absolute error 0.011886422325013024 relative error 0.5943173350072598% Correct digits 2 h 0.001 x2[1] (analytic) 5.002052435927241 x2[1] (numeric) 5.250189078653252 absolute error 0.24813664272601077 relative error 4.960696552154659% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 251276.84709817418 Order of pole 251249.10139578098 TOP MAIN SOLVE Loop t[1] 4.953000000000043 x1[1] (analytic) 2.0000127119429822 x1[1] (numeric) 1.9881136190294335 absolute error 0.011899092913548737 relative error 0.5949508641867054% Correct digits 2 h 0.001 x2[1] (analytic) 5.010064543877194 x2[1] (numeric) 5.258716202780819 absolute error 0.24865165890362562 relative error 4.963043025214178% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 267595.04973240144 Order of pole 3768879430.731856 TOP MAIN SOLVE Loop t[1] 4.954000000000043 x1[1] (analytic) 2.000012699237393 x1[1] (numeric) 1.988100923032946 absolute error 0.011911776204447166 relative error 0.595585028484526% Correct digits 2 h 0.001 x2[1] (analytic) 5.018092692084313 x2[1] (numeric) 5.267260417275785 absolute error 0.24916772519147212 relative error 4.965387059998247% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 87801.80909052667 Order of pole 87776.56135673194 TOP MAIN SOLVE Loop t[1] 4.955000000000044 x1[1] (analytic) 2.0000126865445034 x1[1] (numeric) 1.988088214334112 absolute error 0.01192447221039128 relative error 0.5962198285348698% Correct digits 2 h 0.001 x2[1] (analytic) 5.026136912661209 x2[1] (numeric) 5.27582175637215 absolute error 0.24968484371094135 relative error 4.967728656216404% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 86349.42326015321 Order of pole 86323.6673265644 TOP MAIN SOLVE Loop t[1] 4.956000000000044 x1[1] (analytic) 2.0000126738643 x1[1] (numeric) 1.988075492920223 absolute error 0.01193718094407692 relative error 0.5968552649725285% Correct digits 2 h 0.001 x2[1] (analytic) 5.034197237784779 x2[1] (numeric) 5.284400254372473 absolute error 0.25020301658769384 relative error 4.970067813588325% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 168.77084421797994 Order of pole 19244.774707577017 TOP MAIN SOLVE Loop t[1] 4.957000000000044 x1[1] (analytic) 2.0000126611967706 x1[1] (numeric) 1.9880627587785569 absolute error 0.011949902418213698 relative error 0.5974913384329826% Correct digits 2 h 0.001 x2[1] (analytic) 5.042273699696343 x2[1] (numeric) 5.292995945648002 absolute error 0.2507222459516587 relative error 4.972404531843596% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 268202.2962840013 Order of pole 3785873473.7339373 TOP MAIN SOLVE Loop t[1] 4.958000000000045 x1[1] (analytic) 2.0000126485419023 x1[1] (numeric) 1.98805001189638 absolute error 0.011962636645522329 relative error 0.5981280495522676% Correct digits 2 h 0.001 x2[1] (analytic) 5.050366330701767 x2[1] (numeric) 5.301608864638818 absolute error 0.2512425339370514 relative error 4.974738810721882% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 24474.316592363815 Order of pole 24448.71933828324 TOP MAIN SOLVE Loop t[1] 4.959000000000045 x1[1] (analytic) 2.0000126358996826 x1[1] (numeric) 1.9880372522609453 absolute error 0.011975383638737291 relative error 0.5987653989671072% Correct digits 2 h 0.001 x2[1] (analytic) 5.058475163171587 x2[1] (numeric) 5.31023904585397 absolute error 0.2517638826823827 relative error 4.977070649972918% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 30738.03597716515 Order of pole 30712.455494045305 TOP MAIN SOLVE Loop t[1] 4.960000000000045 x1[1] (analytic) 2.0000126232700985 x1[1] (numeric) 1.9880244798594933 absolute error 0.011988143410605279 relative error 0.5994033873148359% Correct digits 2 h 0.001 x2[1] (analytic) 5.066600229541154 x2[1] (numeric) 5.318886523871611 absolute error 0.2522862943304567 relative error 4.979400049356261% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 145322.04592349278 Order of pole 145293.73012658526 TOP MAIN SOLVE Loop t[1] 4.961000000000046 x1[1] (analytic) 2.000012610653138 x1[1] (numeric) 1.9880116946792514 absolute error 0.01200091597388675 relative error 0.6000420152334762% Correct digits 2 h 0.001 x2[1] (analytic) 5.074741562310751 x2[1] (numeric) 5.327551333339142 absolute error 0.25280977102839053 relative error 4.981727008641505% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 268676.287264475 Order of pole 3799381855.9625916 TOP MAIN SOLVE Loop t[1] 4.962000000000046 x1[1] (analytic) 2.000012598048788 x1[1] (numeric) 1.9879988967074347 absolute error 0.012013701341353489 relative error 0.6006812833616175% Correct digits 2 h 0.001 x2[1] (analytic) 5.082899194045723 x2[1] (numeric) 5.336233508973345 absolute error 0.2533343149276224 relative error 4.984051527608232% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 29194.780030082522 Order of pole 29169.47046421831 TOP MAIN SOLVE Loop t[1] 4.963000000000046 x1[1] (analytic) 2.0000125854570365 x1[1] (numeric) 1.987986085931245 absolute error 0.01202649952579149 relative error 0.6013211923385589% Correct digits 2 h 0.001 x2[1] (analytic) 5.091073157376617 x2[1] (numeric) 5.344933085560526 absolute error 0.2538599281839087 relative error 4.98637360604577% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 268964.5266521747 Order of pole 3807500436.572112 TOP MAIN SOLVE Loop t[1] 4.964000000000047 x1[1] (analytic) 2.00001257287787 x1[1] (numeric) 1.9879732623378716 absolute error 0.012039310539998294 relative error 0.6019617428041774% Correct digits 2 h 0.001 x2[1] (analytic) 5.099263484999302 x2[1] (numeric) 5.35365009795665 absolute error 0.2543866129573482 relative error 4.988693243753476% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 269091.52546888596 Order of pole 3811114979.476833 TOP MAIN SOLVE Loop t[1] 4.965000000000047 x1[1] (analytic) 2.0000125603112764 x1[1] (numeric) 1.987960425914491 absolute error 0.01205213439678543 relative error 0.6026029353990492% Correct digits 2 h 0.001 x2[1] (analytic) 5.107470209675107 x2[1] (numeric) 5.362384581087485 absolute error 0.2549143714123785 relative error 4.991010440540464% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 68652.23054555492 Order of pole 68626.61587166223 TOP MAIN SOLVE Loop t[1] 4.966000000000047 x1[1] (analytic) 2.000012547757243 x1[1] (numeric) 1.9879475766482666 absolute error 0.012064971108976419 relative error 0.6032447707643501% Correct digits 2 h 0.001 x2[1] (analytic) 5.115693364230947 x2[1] (numeric) 5.37113656994874 absolute error 0.25544320571779267 relative error 4.993325196225751% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 269413.1050810797 Order of pole 3820125390.6078134 TOP MAIN SOLVE Loop t[1] 4.967000000000048 x1[1] (analytic) 2.000012535215758 x1[1] (numeric) 1.9879347145263493 absolute error 0.012077820689408547 relative error 0.6038872495419442% Correct digits 2 h 0.001 x2[1] (analytic) 5.123932981559457 x2[1] (numeric) 5.3799060996062025 absolute error 0.2559731180467457 relative error 4.995637510638184% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 84414.5320179277 Order of pole 84388.94437571781 TOP MAIN SOLVE Loop t[1] 4.968000000000048 x1[1] (analytic) 2.0000125226868075 x1[1] (numeric) 1.9879218395358769 absolute error 0.012090683150930648 relative error 0.604530372374273% Correct digits 2 h 0.001 x2[1] (analytic) 5.132189094619124 x2[1] (numeric) 5.388693205195883 absolute error 0.2565041105767589 relative error 4.997947383616326% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 775.8649587829744 Order of pole 44834.267671440146 TOP MAIN SOLVE Loop t[1] 4.969000000000048 x1[1] (analytic) 2.00001251017038 x1[1] (numeric) 1.9879089516639743 absolute error 0.012103558506405765 relative error 0.6051741399044883% Correct digits 2 h 0.001 x2[1] (analytic) 5.14046173643442 x2[1] (numeric) 5.3974979219241535 absolute error 0.25703618548973317 relative error 5.00025481500853% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 269794.33465219475 Order of pole 3830983405.845937 TOP MAIN SOLVE Loop t[1] 4.970000000000049 x1[1] (analytic) 2.0000124976664626 x1[1] (numeric) 1.9878960508977537 absolute error 0.012116446768708933 relative error 0.6058185527763419% Correct digits 2 h 0.001 x2[1] (analytic) 5.148750940095925 x2[1] (numeric) 5.4063202850678875 absolute error 0.25756934497196227 relative error 5.002559804673005% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 269942.39644631854 Order of pole 3835166736.5741353 TOP MAIN SOLVE Loop t[1] 4.971000000000049 x1[1] (analytic) 2.0000124851750427 x1[1] (numeric) 1.9878831372243142 absolute error 0.012129347950728508 relative error 0.6064636116342513% Correct digits 2 h 0.001 x2[1] (analytic) 5.157056738760474 x2[1] (numeric) 5.4151603299746025 absolute error 0.2581035912141285 relative error 5.004862352477531% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 34782.23412108521 Order of pole 34756.78651488109 TOP MAIN SOLVE Loop t[1] 4.972000000000049 x1[1] (analytic) 2.0000124726961084 x1[1] (numeric) 1.9878702106307424 absolute error 0.01214226206536595 relative error 0.607109317123289% Correct digits 2 h 0.001 x2[1] (analytic) 5.165379165651278 x2[1] (numeric) 5.424018092062602 absolute error 0.258638926411324 relative error 5.007162458299679% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 270191.66459521354 Order of pole 3842310925.230109 TOP MAIN SOLVE Loop t[1] 4.97300000000005 x1[1] (analytic) 2.0000124602296463 x1[1] (numeric) 1.9878572711041116 absolute error 0.012155189125534704 relative error 0.6077556698891274% Correct digits 2 h 0.001 x2[1] (analytic) 5.173718254058063 x2[1] (numeric) 5.432893606821116 absolute error 0.25917535276305337 relative error 5.009460122026675% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 83064.23341066008 Order of pole 83038.79523999186 TOP MAIN SOLVE Loop t[1] 4.97400000000005 x1[1] (analytic) 2.000012447775645 x1[1] (numeric) 1.9878443186314823 absolute error 0.012168129144162654 relative error 0.6084026705781601% Correct digits 2 h 0.001 x2[1] (analytic) 5.182074037337197 x2[1] (numeric) 5.4417869098104426 absolute error 0.25971287247324515 relative error 5.011755343555421% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 64985.69018341303 Order of pole 64959.81622622224 TOP MAIN SOLVE Loop t[1] 4.97500000000005 x1[1] (analytic) 2.000012435334091 x1[1] (numeric) 1.987831353199902 absolute error 0.012181082134189003 relative error 0.6090503198373475% Correct digits 2 h 0.001 x2[1] (analytic) 5.190446548911834 x2[1] (numeric) 5.450698036662092 absolute error 0.2602514877502582 relative error 5.0140481227924285% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 38421.20153335603 Order of pole 38395.731572638426 TOP MAIN SOLVE Loop t[1] 4.976000000000051 x1[1] (analytic) 2.0000124229049727 x1[1] (numeric) 1.987818374796405 absolute error 0.012194048108567612 relative error 0.609698618314382% Correct digits 2 h 0.001 x2[1] (analytic) 5.198835822272036 x2[1] (numeric) 5.459627023078928 absolute error 0.2607912008068922 relative error 5.016338459653823% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 270778.78963957255 Order of pole 3858928011.619421 TOP MAIN SOLVE Loop t[1] 4.977000000000051 x1[1] (analytic) 2.000012410488277 x1[1] (numeric) 1.9878053834080134 absolute error 0.012207027080263666 relative error 0.6103475666575229% Correct digits 2 h 0.001 x2[1] (analytic) 5.207241890974914 x2[1] (numeric) 5.468573904835312 absolute error 0.2613320138603976 relative error 5.018626354065344% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 45746.295350395 Order of pole 45720.71637010432 TOP MAIN SOLVE Loop t[1] 4.978000000000051 x1[1] (analytic) 2.000012398083992 x1[1] (numeric) 1.9877923790217353 absolute error 0.01222001906225656 relative error 0.6109971655157396% Correct digits 2 h 0.001 x2[1] (analytic) 5.215664788644761 x2[1] (numeric) 5.477538717777243 absolute error 0.26187392913248164 relative error 5.020911805962265% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 213050.47403107016 Order of pole 213024.2929692104 TOP MAIN SOLVE Loop t[1] 4.979000000000052 x1[1] (analytic) 2.000012385692105 x1[1] (numeric) 1.9877793616245667 absolute error 0.012233024067538123 relative error 0.6116474155386233% Correct digits 2 h 0.001 x2[1] (analytic) 5.224104548973184 x2[1] (numeric) 5.486521497822505 absolute error 0.2624169488493209 relative error 5.023194815289442% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 271110.60774974234 Order of pole 3868519797.5038857 TOP MAIN SOLVE Loop t[1] 4.980000000000052 x1[1] (analytic) 2.0000123733126034 x1[1] (numeric) 1.9877663312034901 absolute error 0.012246042109113287 relative error 0.6122983173764206% Correct digits 2 h 0.001 x2[1] (analytic) 5.232561205719242 x2[1] (numeric) 5.495522280960808 absolute error 0.26296107524156564 relative error 5.0254753820012% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 101767.84384132749 Order of pole 101741.59886636665 TOP MAIN SOLVE Loop t[1] 4.981000000000052 x1[1] (analytic) 2.0000123609454756 x1[1] (numeric) 1.987753287745475 absolute error 0.012259073200000525 relative error 0.6129498716800547% Correct digits 2 h 0.001 x2[1] (analytic) 5.241034792709581 x2[1] (numeric) 5.504541103253934 absolute error 0.26350631054435336 relative error 5.0277535060613925% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 109297.91539419681 Order of pole 109271.87678213725 TOP MAIN SOLVE Loop t[1] 4.982000000000053 x1[1] (analytic) 2.000012348590708 x1[1] (numeric) 1.9877402312374781 absolute error 0.012272117353230083 relative error 0.6136020791010379% Correct digits 2 h 0.001 x2[1] (analytic) 5.249525343838563 x2[1] (numeric) 5.51357800083588 absolute error 0.2640526569973165 relative error 5.030029187443367% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 271563.27237201424 Order of pole 3881388908.9813585 TOP MAIN SOLVE Loop t[1] 4.983000000000053 x1[1] (analytic) 2.00001233624829 x1[1] (numeric) 1.9877271616664427 absolute error 0.012285174581847302 relative error 0.6142549402916367% Correct digits 2 h 0.001 x2[1] (analytic) 5.258032893068413 x2[1] (numeric) 5.522633009913002 absolute error 0.26460011684458884 relative error 5.032302426129879% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 42316.47394213384 Order of pole 42291.240020458 TOP MAIN SOLVE Loop t[1] 4.984000000000053 x1[1] (analytic) 2.0000123239182077 x1[1] (numeric) 1.9877140790192993 absolute error 0.012298244898908406 relative error 0.6149084559046624% Correct digits 2 h 0.001 x2[1] (analytic) 5.266557474429344 x2[1] (numeric) 5.531706166764161 absolute error 0.26514869233481697 relative error 5.034573222113123% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 271803.74476764956 Order of pole 3888300288.413664 TOP MAIN SOLVE Loop t[1] 4.985000000000054 x1[1] (analytic) 2.0000123116004493 x1[1] (numeric) 1.9877009832829653 absolute error 0.01231132831748405 relative error 0.6155626265936474% Correct digits 2 h 0.001 x2[1] (analytic) 5.2750991220197 x2[1] (numeric) 5.54079750774087 absolute error 0.2656983857211701 relative error 5.03684157539472% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 57646.6872025296 Order of pole 57621.46571539858 TOP MAIN SOLVE Loop t[1] 4.986000000000054 x1[1] (analytic) 2.000012299295003 x1[1] (numeric) 1.9876878744443447 absolute error 0.012324424850658211 relative error 0.6162174530127903% Correct digits 2 h 0.001 x2[1] (analytic) 5.283657870006089 x2[1] (numeric) 5.5499070692674355 absolute error 0.26624919926134627 relative error 5.039107485985641% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 272083.4793224344 Order of pole 3896309933.0730906 TOP MAIN SOLVE Loop t[1] 4.987000000000054 x1[1] (analytic) 2.0000122870018555 x1[1] (numeric) 1.9876747524903289 absolute error 0.012337534511526638 relative error 0.6168729358168784% Correct digits 2 h 0.001 x2[1] (analytic) 5.2922337526235195 x2[1] (numeric) 5.559034887841104 absolute error 0.26680113521758475 relative error 5.041370953906248% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 272229.19923509064 Order of pole 3900438530.1649356 TOP MAIN SOLVE Loop t[1] 4.988000000000055 x1[1] (analytic) 2.0000122747209947 x1[1] (numeric) 1.987661617407796 absolute error 0.012350657313198843 relative error 0.6175290756613872% Correct digits 2 h 0.001 x2[1] (analytic) 5.30082680417554 x2[1] (numeric) 5.5681810000322125 absolute error 0.2673541958566723 relative error 5.043631979186217% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 272322.5264860017 Order of pole 3903204506.3739095 TOP MAIN SOLVE Loop t[1] 4.989000000000055 x1[1] (analytic) 2.000012262452409 x1[1] (numeric) 1.9876484691836107 absolute error 0.012363793268798329 relative error 0.6181858732024914% Correct digits 2 h 0.001 x2[1] (analytic) 5.309437059034374 x2[1] (numeric) 5.577345442484329 absolute error 0.2679083834499556 relative error 5.045890561864576% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 57130.97171939716 Order of pole 57105.19065265905 TOP MAIN SOLVE Loop t[1] 4.990000000000055 x1[1] (analytic) 2.000012250196086 x1[1] (numeric) 1.9876353078046252 absolute error 0.01237694239146081 relative error 0.6188433290969766% Correct digits 2 h 0.001 x2[1] (analytic) 5.318064551641059 x2[1] (numeric) 5.5865282519144035 absolute error 0.26846370027334476 relative error 5.048146701989575% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 61522.97870679124 Order of pole 61497.34451092458 TOP MAIN SOLVE Loop t[1] 4.991000000000056 x1[1] (analytic) 2.000012237952013 x1[1] (numeric) 1.9876221332576776 absolute error 0.012390104694335546 relative error 0.6195014440023054% Correct digits 2 h 0.001 x2[1] (analytic) 5.326709316505583 x2[1] (numeric) 5.595729465112911 absolute error 0.2690201486073285 relative error 5.050400399618775% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 40735.7264758734 Order of pole 40710.831983709104 TOP MAIN SOLVE Loop t[1] 4.992000000000056 x1[1] (analytic) 2.000012225720178 x1[1] (numeric) 1.9876089455295936 absolute error 0.012403280190584454 relative error 0.6201602185765738% Correct digits 2 h 0.001 x2[1] (analytic) 5.335371388207023 x2[1] (numeric) 5.604949118944003 absolute error 0.2695777307369793 relative error 5.052651654818957% Correct digits 2 h 0.001 Complex estimate of poles used Complex estimate of poles used Radius of convergence 369.37595479579744 Order of pole 2007.2188136232016 TOP MAIN SOLVE Loop t[1] 4.993000000000056 x1[1] (analytic) 2.0000122135005687 x1[1] (numeric) 1.9875957446071855 absolute error 0.012416468893383215 relative error 0.6208196534785653% Correct digits 2 h 0.001 x2[1] (analytic) 5.344050801393683 x2[1] (numeric) 5.61418725034565 absolute error 0.2701364489519671 relative error 5.0549004676661715% Correct digits 2 h 0.001 NO POLE Complex estimate of poles used Radius of convergence 272999.2240262666 Order of pole 3922647386.578221 TOP MAIN SOLVE Loop t[1] 4.994000000000057 x1[1] (analytic) 2.0000122012931727 x1[1] (numeric) 1.9875825304772523 absolute error 0.01242967081592039 relative error 0.6214797493677081% Correct digits 2 h 0.001 x2[1] (analytic) 5.352747590783234 x2[1] (numeric) 5.623443896329797 absolute error 0.2706963055465632 relative error 5.057146838245625% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 38469.444689503434 Order of pole 38444.09143953839 TOP MAIN SOLVE Loop t[1] 4.995000000000057 x1[1] (analytic) 2.000012189097978 x1[1] (numeric) 1.98756930312658 absolute error 0.012442885971398088 relative error 0.622140506904107% Correct digits 2 h 0.001 x2[1] (analytic) 5.361461791162851 x2[1] (numeric) 5.6327190939825025 absolute error 0.27125730281965144 relative error 5.059390766651687% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 81903.30490450135 Order of pole 81878.20660220522 TOP MAIN SOLVE Loop t[1] 4.996000000000057 x1[1] (analytic) 2.000012176914973 x1[1] (numeric) 1.987556062541941 absolute error 0.012456114373031735 relative error 0.6228019267485333% Correct digits 2 h 0.001 x2[1] (analytic) 5.370193437389355 x2[1] (numeric) 5.642012880464092 absolute error 0.2718194430747367 relative error 5.061632252987854% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 78371.97660664041 Order of pole 78345.86017303023 TOP MAIN SOLVE Loop t[1] 4.997000000000058 x1[1] (analytic) 2.000012164744144 x1[1] (numeric) 1.987542808710095 absolute error 0.012469356034048973 relative error 0.623464009562369% Correct digits 2 h 0.001 x2[1] (analytic) 5.378942564389345 x2[1] (numeric) 5.651325293009307 absolute error 0.27238272861996204 relative error 5.063871297366879% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 91701.27610558581 Order of pole 91674.76548329392 TOP MAIN SOLVE Loop t[1] 4.998000000000058 x1[1] (analytic) 2.00001215258548 x1[1] (numeric) 1.987529541617788 absolute error 0.012482610967692098 relative error 0.6241267560077285% Correct digits 2 h 0.001 x2[1] (analytic) 5.387709207159351 x2[1] (numeric) 5.660656368927453 absolute error 0.2729471617681023 relative error 5.066107899910445% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 132207.96386531615 Order of pole 132182.76175458045 TOP MAIN SOLVE Loop t[1] 4.999000000000058 x1[1] (analytic) 2.0000121404389692 x1[1] (numeric) 1.987516261251753 absolute error 0.012495879187216286 relative error 0.6247901667473703% Correct digits 2 h 0.001 x2[1] (analytic) 5.396493400765958 x2[1] (numeric) 5.670006145602548 absolute error 0.27351274483658994 relative error 5.06834206074946% Correct digits 2 h 0.001 Real estimate of pole used Complex estimate of poles used Radius of convergence 160172.23579933602 Order of pole 160146.42932579917 Finished! diff (x1,t,1) = 4.0 * x2 - 2.0 * diff (x2,t ,1) - 2.0 * x1; diff (x2,t,2) = 3.0 * diff(x2,t,1) - 2.0 * x2 - diff(x1,t,2) - diff (x1,t,1) + x1; Iterations 3500 Total Elapsed Time 1 Minutes 24 Seconds Elapsed Time(since restart) 1 Minutes 24 Seconds Time to Timeout 1 Minutes 36.0 Seconds Percent Done 100.0285714285731%