##############ECHO OF PROBLEM################# ##############temp/mtest6_sm_hpostode.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; 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_look_poles=true; glob_max_iter=100; glob_max_h=0.000001; /* 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 */ double exact_soln_x1 (double t) { double c1,c2,c3; c1 = 1.0; c2 = 0.0002; c3 = 0.0003; return(2.0 * c1 + 6.0 * c3 * exp(-t)); } double exact_soln_x1p (double t) { double c1,c2,c3; c1 = 1.0; c2 = 0.0002; c3 = 0.0003; return( - 6.0 * c3 * exp(-t)); } double exact_soln_x2 (double t) { double c1,c2,c3; c1 = 1.0; c2 = 0.0002; c3 = 0.0003; return(c1 + c2 * exp(2.0 * t) + c3 * exp(-t)); } double exact_soln_x2p (double t) { double c1,c2,c3; c1 = 1.0; c2 = 0.0002; c3 = 0.0003; return( 2.0 * c2 * exp(2.0 * t) - c3 * exp(-t)); } /* END USER DEF BLOCK */ #######END OF ECHO OF PROBLEM################# START of Optimize min_size = 0 min_size = 1 opt_iter = 1 glob_desired_digits_correct = 10 desired_abs_gbl_error = 1e-10 range = 3.5 estimated_steps = 3500000 step_error = 2.857142857142857e-17 est_needed_step_err = 2.857142857142857e-17 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 value3 = 9.958908006573434e-187 value3 = 7.13013700511883e-178 max_value3 = 7.13013700511883e-178 value3 = 7.13013700511883e-178 best_h = 1e-06 START of Soultion TOP MAIN SOLVE Loop t[1] = 1.5 x1[1] (analytic) = 2.000401634288267 x1[1] (numeric) = 2.000401634288267 absolute error = 0 relative error = 0 % Correct digits = 16 h = 1e-06 x2[1] (analytic) = 1.004084046432682 x2[1] (numeric) = 1.004084046432682 absolute error = 0 relative error = 0 % Correct digits = 16 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.762e+04 Order of pole = 1.193e+08 TOP MAIN SOLVE Loop t[1] = 1.501000999999918 x1[1] (analytic) = 2.000401232453497 x1[1] (numeric) = 2.00040123205106 absolute error = 4.024367505905957e-10 relative error = 2.011780157208792e-08 % Correct digits = 9 h = 1e-06 x2[1] (analytic) = 1.00409202976487 x2[1] (numeric) = 1.004092029966356 absolute error = 2.014859390442325e-10 relative error = 2.006648126580736e-08 % Correct digits = 9 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.764e+04 Order of pole = 1.194e+08 TOP MAIN SOLVE Loop t[1] = 1.502000999999835 x1[1] (analytic) = 2.000400831421592 x1[1] (numeric) = 2.000400829813449 absolute error = 1.608142952136404e-09 relative error = 8.03910359802026e-08 % Correct digits = 9 h = 1e-06 x2[1] (analytic) = 1.004100021297282 x2[1] (numeric) = 1.0041000221035 absolute error = 8.062179812640125e-10 relative error = 8.029259676963167e-08 % Correct digits = 9 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.766e+04 Order of pole = 1.196e+08 TOP MAIN SOLVE Loop t[1] = 1.503000999999753 x1[1] (analytic) = 2.00040043079052 x1[1] (numeric) = 2.0004004271734 absolute error = 3.617119936905056e-09 relative error = 1.808197939387385e-07 % Correct digits = 8 h = 1e-06 x2[1] (analytic) = 1.004108029029369 x2[1] (numeric) = 1.004108030845176 absolute error = 1.815807282312676e-09 relative error = 1.808378411302959e-07 % Correct digits = 8 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.769e+04 Order of pole = 1.197e+08 TOP MAIN SOLVE Loop t[1] = 1.504000999999671 x1[1] (analytic) = 2.000400030559878 x1[1] (numeric) = 2.000400024130508 absolute error = 6.429369925342598e-09 relative error = 3.214042105139904e-07 % Correct digits = 8 h = 1e-06 x2[1] (analytic) = 1.004116052993362 x2[1] (numeric) = 1.00411605622524 absolute error = 3.231877876430644e-09 relative error = 3.218629825502859e-07 % Correct digits = 8 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.771e+04 Order of pole = 1.198e+08 TOP MAIN SOLVE Loop t[1] = 1.505000999999589 x1[1] (analytic) = 2.000399630729267 x1[1] (numeric) = 2.000399620684373 absolute error = 1.004489380562745e-08 relative error = 5.021443541241547e-07 % Correct digits = 8 h = 1e-06 x2[1] (analytic) = 1.004124093221557 x2[1] (numeric) = 1.004124098277587 absolute error = 5.056030039085613e-09 relative error = 5.035264140375539e-07 % Correct digits = 8 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.773e+04 Order of pole = 1.199e+08 TOP MAIN SOLVE Loop t[1] = 1.506000999999506 x1[1] (analytic) = 2.000399231298286 x1[1] (numeric) = 2.000399216834584 absolute error = 1.446370179181145e-08 relative error = 7.230407593400397e-07 % Correct digits = 8 h = 1e-06 x2[1] (analytic) = 1.004132149746315 x2[1] (numeric) = 1.004132157036215 absolute error = 7.289899128792854e-09 relative error = 7.259900134294653e-07 % Correct digits = 8 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.776e+04 Order of pole = 1.2e+08 TOP MAIN SOLVE Loop t[1] = 1.507000999999424 x1[1] (analytic) = 2.000398832266537 x1[1] (numeric) = 2.000398812580749 absolute error = 1.968578811073485e-08 relative error = 9.840931614837034e-07 % Correct digits = 8 h = 1e-06 x2[1] (analytic) = 1.004140222600062 x2[1] (numeric) = 1.004140232535169 absolute error = 9.93510651525753e-09 relative error = 9.894142562611566e-07 % Correct digits = 8 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.778e+04 Order of pole = 1.202e+08 TOP MAIN SOLVE Loop t[1] = 1.508000999999342 x1[1] (analytic) = 2.00039843363362 x1[1] (numeric) = 2.000398407922458 absolute error = 2.571116208827107e-08 relative error = 1.285302050630387e-06 % Correct digits = 7 h = 1e-06 x2[1] (analytic) = 1.004148311815289 x2[1] (numeric) = 1.004148324808575 absolute error = 1.299328533654887e-08 relative error = 1.293960780859128e-06 % Correct digits = 7 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.781e+04 Order of pole = 1.203e+08 TOP MAIN SOLVE Loop t[1] = 1.50900099999926 x1[1] (analytic) = 2.000398035399137 x1[1] (numeric) = 2.000398002859305 absolute error = 3.253983171802588e-08 relative error = 1.626667850207784e-06 % Correct digits = 7 h = 1e-06 x2[1] (analytic) = 1.004156417424552 x2[1] (numeric) = 1.004156433890621 absolute error = 1.646606895278069e-08 relative error = 1.639791238402147e-06 % Correct digits = 7 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.783e+04 Order of pole = 1.204e+08 TOP MAIN SOLVE Loop t[1] = 1.510000999999177 x1[1] (analytic) = 2.000397637562689 x1[1] (numeric) = 2.000397597390888 absolute error = 4.017180099680218e-08 relative error = 2.008190783795767e-06 % Correct digits = 7 h = 1e-06 x2[1] (analytic) = 1.004164539460471 x2[1] (numeric) = 1.004164559815572 absolute error = 2.035510027198484e-08 relative error = 2.027068221600561e-06 % Correct digits = 7 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.785e+04 Order of pole = 1.205e+08 TOP MAIN SOLVE Loop t[1] = 1.511000999999095 x1[1] (analytic) = 2.000397240123879 x1[1] (numeric) = 2.000397191516799 absolute error = 4.860708013865178e-08 relative error = 2.42987138572745e-06 % Correct digits = 7 h = 1e-06 x2[1] (analytic) = 1.004172677955736 x2[1] (numeric) = 1.004172702617745 absolute error = 2.466200887951686e-08 relative error = 2.455952987062247e-06 % Correct digits = 7 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.788e+04 Order of pole = 1.206e+08 TOP MAIN SOLVE Loop t[1] = 1.512000999999013 x1[1] (analytic) = 2.000396843082309 x1[1] (numeric) = 2.000396785236633 absolute error = 5.784567580491284e-08 relative error = 2.891710012688352e-06 % Correct digits = 7 h = 1e-06 x2[1] (analytic) = 1.004180832943098 x2[1] (numeric) = 1.004180862331545 absolute error = 2.9388447009282e-08 relative error = 2.92660903745285e-06 % Correct digits = 7 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.79e+04 Order of pole = 1.208e+08 TOP MAIN SOLVE Loop t[1] = 1.51300099999893 x1[1] (analytic) = 2.000396446437582 x1[1] (numeric) = 2.000396378549984 absolute error = 6.788759820963719e-08 relative error = 3.393707198917255e-06 % Correct digits = 7 h = 1e-06 x2[1] (analytic) = 1.004189004455375 x2[1] (numeric) = 1.004189038991438 absolute error = 3.453606289838262e-08 relative error = 3.43919946794412e-06 % Correct digits = 7 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.793e+04 Order of pole = 1.209e+08 TOP MAIN SOLVE Loop t[1] = 1.514000999998848 x1[1] (analytic) = 2.000396050189302 x1[1] (numeric) = 2.000395971456446 absolute error = 7.873285579051981e-08 relative error = 3.935863389805691e-06 % Correct digits = 7 h = 1e-06 x2[1] (analytic) = 1.004197192525453 x2[1] (numeric) = 1.004197232631964 absolute error = 4.010651166730383e-08 relative error = 3.993888049660852e-06 % Correct digits = 7 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.795e+04 Order of pole = 1.21e+08 TOP MAIN SOLVE Loop t[1] = 1.515000999998766 x1[1] (analytic) = 2.000395654337072 x1[1] (numeric) = 2.000395563955609 absolute error = 9.038146275841541e-08 relative error = 4.518179319299096e-06 % Correct digits = 7 h = 1e-06 x2[1] (analytic) = 1.004205397186281 x2[1] (numeric) = 1.004205443287724 absolute error = 4.610144288541562e-08 relative error = 4.590837991369983e-06 % Correct digits = 7 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.797e+04 Order of pole = 1.211e+08 TOP MAIN SOLVE Loop t[1] = 1.516000999998684 x1[1] (analytic) = 2.000395258880496 x1[1] (numeric) = 2.000395156047068 absolute error = 1.028334279951082e-07 relative error = 5.14065545489535e-06 % Correct digits = 7 h = 1e-06 x2[1] (analytic) = 1.004213618470876 x2[1] (numeric) = 1.004213670993398 absolute error = 5.252252144316572e-08 relative error = 5.230214017924012e-06 % Correct digits = 7 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.8e+04 Order of pole = 1.213e+08 TOP MAIN SOLVE Loop t[1] = 1.517000999998601 x1[1] (analytic) = 2.000394863819179 x1[1] (numeric) = 2.000394747730414 absolute error = 1.160887648232745e-07 relative error = 5.803292486046295e-06 % Correct digits = 7 h = 1e-06 x2[1] (analytic) = 1.004221856412321 x2[1] (numeric) = 1.004221915783724 absolute error = 5.937140246103922e-08 relative error = 5.912179871602202e-06 % Correct digits = 7 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.802e+04 Order of pole = 1.214e+08 TOP MAIN SOLVE Loop t[1] = 1.518000999998519 x1[1] (analytic) = 2.000394469152726 x1[1] (numeric) = 2.000394339005239 absolute error = 1.301474874537689e-07 relative error = 6.506091146557376e-06 % Correct digits = 7 h = 1e-06 x2[1] (analytic) = 1.004230111043766 x2[1] (numeric) = 1.004230177693529 absolute error = 6.664976281989254e-08 relative error = 6.63690145186135e-06 % Correct digits = 7 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.805e+04 Order of pole = 1.215e+08 TOP MAIN SOLVE Loop t[1] = 1.519000999998437 x1[1] (analytic) = 2.000394074880743 x1[1] (numeric) = 2.000393929871135 absolute error = 1.450096078770002e-07 relative error = 7.249052059187152e-06 % Correct digits = 7 h = 1e-06 x2[1] (analytic) = 1.004238382398425 x2[1] (numeric) = 1.004238456757697 absolute error = 7.43592716290209e-08 relative error = 7.404543874476141e-06 % Correct digits = 7 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.807e+04 Order of pole = 1.216e+08 TOP MAIN SOLVE Loop t[1] = 1.520000999998355 x1[1] (analytic) = 2.000393681002834 x1[1] (numeric) = 2.000393520327692 absolute error = 1.606751416360908e-07 relative error = 8.032176024248458e-06 % Correct digits = 7 h = 1e-06 x2[1] (analytic) = 1.004246670509583 x2[1] (numeric) = 1.004246753011187 absolute error = 8.250160399292383e-08 relative error = 8.215272842384453e-06 % Correct digits = 7 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.809e+04 Order of pole = 1.217e+08 TOP MAIN SOLVE Loop t[1] = 1.521000999998272 x1[1] (analytic) = 2.000393287518606 x1[1] (numeric) = 2.000393110374504 absolute error = 1.771441020537168e-07 relative error = 8.855463731007403e-06 % Correct digits = 7 h = 1e-06 x2[1] (analytic) = 1.004254975410587 x2[1] (numeric) = 1.004255066489023 absolute error = 9.107843546019012e-08 relative error = 9.069254092861519e-06 % Correct digits = 7 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.812e+04 Order of pole = 1.219e+08 TOP MAIN SOLVE Loop t[1] = 1.52200099999819 x1[1] (analytic) = 2.000392894427665 x1[1] (numeric) = 2.000392700011155 absolute error = 1.944165104461604e-07 relative error = 9.718916268285643e-06 % Correct digits = 7 h = 1e-06 x2[1] (analytic) = 1.004263297134855 x2[1] (numeric) = 1.004263397226304 absolute error = 1.000914491289251e-07 relative error = 9.966654105002561e-06 % Correct digits = 7 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.814e+04 Order of pole = 1.22e+08 TOP MAIN SOLVE Loop t[1] = 1.523000999998108 x1[1] (analytic) = 2.000392501729619 x1[1] (numeric) = 2.000392289237237 absolute error = 2.124923819124547e-07 relative error = 1.06225344140575e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.00427163571587 x2[1] (numeric) = 1.004271745258202 absolute error = 1.095423316499478e-07 relative error = 1.090763970166929e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.817e+04 Order of pole = 1.221e+08 TOP MAIN SOLVE Loop t[1] = 1.524000999998026 x1[1] (analytic) = 2.000392109424075 x1[1] (numeric) = 2.000391878052338 absolute error = 2.313717368807033e-07 relative error = 1.15663192126526e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004279991187182 x2[1] (numeric) = 1.004280110619958 absolute error = 1.194327756692815e-07 relative error = 1.1892378292641e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.819e+04 Order of pole = 1.222e+08 TOP MAIN SOLVE Loop t[1] = 1.525000999997943 x1[1] (analytic) = 2.000391717510641 x1[1] (numeric) = 2.00039146645605 absolute error = 2.510545908940287e-07 relative error = 1.255027146415353e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.00428836358241 x2[1] (numeric) = 1.004288493346885 absolute error = 1.297644751652172e-07 relative error = 1.292103741024466e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.821e+04 Order of pole = 1.223e+08 TOP MAIN SOLVE Loop t[1] = 1.526000999997861 x1[1] (analytic) = 2.000391325988923 x1[1] (numeric) = 2.00039105444796 absolute error = 2.715409639364452e-07 relative error = 1.357439219059825e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.00429675293524 x2[1] (numeric) = 1.004296893474363 absolute error = 1.405391236719566e-07 relative error = 1.399378453243083e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.824e+04 Order of pole = 1.225e+08 TOP MAIN SOLVE Loop t[1] = 1.527000999997779 x1[1] (analytic) = 2.000390934858532 x1[1] (numeric) = 2.000390642027655 absolute error = 2.928308768801458e-07 relative error = 1.46386824583793e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004305159279423 x2[1] (numeric) = 1.004305311037847 absolute error = 1.517584236054859e-07 relative error = 1.511078801132225e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.826e+04 Order of pole = 1.226e+08 TOP MAIN SOLVE Loop t[1] = 1.528000999997696 x1[1] (analytic) = 2.000390544119076 x1[1] (numeric) = 2.000390229194724 absolute error = 3.1492435237368e-07 relative error = 1.574314342264426e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004313582648783 x2[1] (numeric) = 1.004313746072863 absolute error = 1.634240804904152e-07 relative error = 1.627221649829724e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.829e+04 Order of pole = 1.227e+08 TOP MAIN SOLVE Loop t[1] = 1.529000999997614 x1[1] (analytic) = 2.000390153770164 x1[1] (numeric) = 2.000389815948753 absolute error = 3.378214112892408e-07 relative error = 1.68877761496948e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004322023077206 x2[1] (numeric) = 1.004322198615006 absolute error = 1.755378002954444e-07 relative error = 1.747823867862651e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.831e+04 Order of pole = 1.228e+08 TOP MAIN SOLVE Loop t[1] = 1.530000999997532 x1[1] (analytic) = 2.000389763811406 x1[1] (numeric) = 2.000389402289329 absolute error = 3.615220767194671e-07 relative error = 1.807258181678793e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.00433048059865 x2[1] (numeric) = 1.00433066869995 absolute error = 1.881013000915033e-07 relative error = 1.872902433264616e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.833e+04 Order of pole = 1.23e+08 TOP MAIN SOLVE Loop t[1] = 1.53100099999745 x1[1] (analytic) = 2.000389374242411 x1[1] (numeric) = 2.00038898821604 absolute error = 3.860263713129086e-07 relative error = 1.929756157893534e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.00433895524714 x2[1] (numeric) = 1.00433915636344 absolute error = 2.011162991699678e-07 relative error = 2.0024743451326e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.836e+04 Order of pole = 1.231e+08 TOP MAIN SOLVE Loop t[1] = 1.532000999997367 x1[1] (analytic) = 2.000388985062791 x1[1] (numeric) = 2.000388573728471 absolute error = 4.113343203826503e-07 relative error = 2.056271672430443e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004347447056771 x2[1] (numeric) = 1.004347661641282 absolute error = 2.145845114931433e-07 relative error = 2.136556548453236e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.838e+04 Order of pole = 1.232e+08 TOP MAIN SOLVE Loop t[1] = 1.533000999997285 x1[1] (analytic) = 2.000388596272156 x1[1] (numeric) = 2.000388158826206 absolute error = 4.374459505740447e-07 relative error = 2.186804860761811e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004355956061702 x2[1] (numeric) = 1.004356184569368 absolute error = 2.285076656782792e-07 relative error = 2.275166133074049e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.841e+04 Order of pole = 1.233e+08 TOP MAIN SOLVE Loop t[1] = 1.534000999997203 x1[1] (analytic) = 2.000388207870118 x1[1] (numeric) = 2.000387743508832 absolute error = 4.643612858679091e-07 relative error = 2.321355845035353e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004364482296165 x2[1] (numeric) = 1.004364725183656 absolute error = 2.42887490786714e-07 relative error = 2.418320192201816e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.843e+04 Order of pole = 1.235e+08 TOP MAIN SOLVE Loop t[1] = 1.535000999997121 x1[1] (analytic) = 2.000387819856287 x1[1] (numeric) = 2.000387327775932 absolute error = 4.920803546859531e-07 relative error = 2.459924769594456e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.00437302579446 x2[1] (numeric) = 1.004373283520175 absolute error = 2.577257149916079e-07 relative error = 2.566035809133232e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.846e+04 Order of pole = 1.236e+08 TOP MAIN SOLVE Loop t[1] = 1.536000999997038 x1[1] (analytic) = 2.000387432230275 x1[1] (numeric) = 2.000386911627092 absolute error = 5.2060318322944e-07 relative error = 2.602511767677965e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004381586590953 x2[1] (numeric) = 1.004381859615041 absolute error = 2.730240875603585e-07 relative error = 2.718330276115973e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.848e+04 Order of pole = 1.237e+08 TOP MAIN SOLVE Loop t[1] = 1.537000999996956 x1[1] (analytic) = 2.000387044991697 x1[1] (numeric) = 2.000386495061896 absolute error = 5.499298012523468e-07 relative error = 2.749116990280396e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004390164720082 x2[1] (numeric) = 1.00439045350441 absolute error = 2.88784327562297e-07 relative error = 2.875220583654157e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.85e+04 Order of pole = 1.238e+08 TOP MAIN SOLVE Loop t[1] = 1.538000999996874 x1[1] (analytic) = 2.000386658140163 x1[1] (numeric) = 2.000386078079926 absolute error = 5.800602376204722e-07 relative error = 2.899740583951787e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004398760216354 x2[1] (numeric) = 1.004399065224543 absolute error = 3.050081891498024e-07 relative error = 3.036724070468802e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.853e+04 Order of pole = 1.239e+08 TOP MAIN SOLVE Loop t[1] = 1.539000999996792 x1[1] (analytic) = 2.000386271675288 x1[1] (numeric) = 2.000385660680764 absolute error = 6.109945234200609e-07 relative error = 3.054382706337831e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004407373114343 x2[1] (numeric) = 1.004407694811763 absolute error = 3.216974195918709e-07 relative error = 3.202858005655525e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.855e+04 Order of pole = 1.241e+08 TOP MAIN SOLVE Loop t[1] = 1.540000999996709 x1[1] (analytic) = 2.000385885596684 x1[1] (numeric) = 2.000385242863993 absolute error = 6.427326915137144e-07 relative error = 3.213043523959864e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004416003448694 x2[1] (numeric) = 1.004416342302466 absolute error = 3.388537719306584e-07 relative error = 3.373639714691852e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.858e+04 Order of pole = 1.242e+08 TOP MAIN SOLVE Loop t[1] = 1.541000999996627 x1[1] (analytic) = 2.000385499903966 x1[1] (numeric) = 2.000384824629197 absolute error = 6.752747689908745e-07 relative error = 3.375723174474585e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004424651254123 x2[1] (numeric) = 1.004425007733124 absolute error = 3.564790016508113e-07 relative error = 3.549086546270169e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.86e+04 Order of pole = 1.243e+08 TOP MAIN SOLVE Loop t[1] = 1.542000999996545 x1[1] (analytic) = 2.000385114596748 x1[1] (numeric) = 2.000384405975958 absolute error = 7.086207896023211e-07 relative error = 3.542421828834545e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004433316565412 x2[1] (numeric) = 1.004433691140284 absolute error = 3.745748726746712e-07 relative error = 3.72921593197947e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.863e+04 Order of pole = 1.244e+08 TOP MAIN SOLVE Loop t[1] = 1.543000999996462 x1[1] (analytic) = 2.000384729674644 x1[1] (numeric) = 2.000383986903857 absolute error = 7.427707870988343e-07 relative error = 3.713139657987909e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004441999417416 x2[1] (numeric) = 1.004442392560557 absolute error = 3.931431409309738e-07 relative error = 3.914045222710718e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.865e+04 Order of pole = 1.246e+08 TOP MAIN SOLVE Loop t[1] = 1.54400099999638 x1[1] (analytic) = 2.00038434513727 x1[1] (numeric) = 2.000383567412474 absolute error = 7.777247961193723e-07 relative error = 3.887876837318497e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004450699845058 x2[1] (numeric) = 1.004451112030635 absolute error = 4.12185576337265e-07 relative error = 4.103591907505732e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.867e+04 Order of pole = 1.247e+08 TOP MAIN SOLVE Loop t[1] = 1.545000999996298 x1[1] (analytic) = 2.000383960984241 x1[1] (numeric) = 2.000383147501391 absolute error = 8.134828499706259e-07 relative error = 4.066633535545701e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004459417883334 x2[1] (numeric) = 1.004459849587285 absolute error = 4.317039508094922e-07 relative error = 4.297873494174693e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.87e+04 Order of pole = 1.248e+08 TOP MAIN SOLVE Loop t[1] = 1.546000999996216 x1[1] (analytic) = 2.000383577215174 x1[1] (numeric) = 2.000382727170185 absolute error = 8.500449890647133e-07 relative error = 4.249409956904866e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004468153567306 x2[1] (numeric) = 1.004468605267347 absolute error = 4.517000413706285e-07 relative error = 4.496907540238523e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.872e+04 Order of pole = 1.249e+08 TOP MAIN SOLVE Loop t[1] = 1.547000999996133 x1[1] (analytic) = 2.000383193829683 x1[1] (numeric) = 2.000382306418436 absolute error = 8.874112475965035e-07 relative error = 4.436206274546713e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.00447690693211 x2[1] (numeric) = 1.004477379107737 absolute error = 4.721756274861377e-07 relative error = 4.70071162639532e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.875e+04 Order of pole = 1.251e+08 TOP MAIN SOLVE Loop t[1] = 1.548000999996051 x1[1] (analytic) = 2.000382810827387 x1[1] (numeric) = 2.000381885245726 absolute error = 9.255816610931333e-07 relative error = 4.627022668277677e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.00448567801295 x2[1] (numeric) = 1.004486171145445 absolute error = 4.93132495282822e-07 relative error = 4.909303398514602e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.877e+04 Order of pole = 1.252e+08 TOP MAIN SOLVE Loop t[1] = 1.549000999995969 x1[1] (analytic) = 2.000382428207901 x1[1] (numeric) = 2.000381463651634 absolute error = 9.645562673021857e-07 relative error = 4.821859328999958e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004494466845103 x2[1] (numeric) = 1.004494981417528 absolute error = 5.145724248922789e-07 relative error = 5.122700441630487e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.88e+04 Order of pole = 1.253e+08 TOP MAIN SOLVE Loop t[1] = 1.550000999995887 x1[1] (analytic) = 2.000382045970844 x1[1] (numeric) = 2.000381041635735 absolute error = 1.004335108856225e-06 relative error = 5.02071647203168e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004503273463915 x2[1] (numeric) = 1.004503809961129 absolute error = 5.364972142096747e-07 relative error = 5.340920516462084e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.882e+04 Order of pole = 1.254e+08 TOP MAIN SOLVE Loop t[1] = 1.551000999995804 x1[1] (analytic) = 2.000381664115832 x1[1] (numeric) = 2.000380619197609 absolute error = 1.044918223058744e-06 relative error = 5.223594286046395e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004512097904804 x2[1] (numeric) = 1.004512656813461 absolute error = 5.589086575774616e-07 relative error = 5.563981347195566e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.884e+04 Order of pole = 1.256e+08 TOP MAIN SOLVE Loop t[1] = 1.552000999995722 x1[1] (analytic) = 2.000381282642485 x1[1] (numeric) = 2.000380196336835 absolute error = 1.086305650321862e-06 relative error = 5.430492975253507e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004520940203259 x2[1] (numeric) = 1.004521522011809 absolute error = 5.818085500042258e-07 relative error = 5.791900663479453e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.887e+04 Order of pole = 1.257e+08 TOP MAIN SOLVE Loop t[1] = 1.55300099999564 x1[1] (analytic) = 2.00038090155042 x1[1] (numeric) = 2.000379773052989 absolute error = 1.128497430613606e-06 relative error = 5.641412741638107e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004529800394838 x2[1] (numeric) = 1.00453040559354 absolute error = 6.051987013755422e-07 relative error = 6.024696341887162e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.889e+04 Order of pole = 1.258e+08 TOP MAIN SOLVE Loop t[1] = 1.554000999995558 x1[1] (analytic) = 2.000380520839257 x1[1] (numeric) = 2.000379349345647 absolute error = 1.171493609675167e-06 relative error = 5.856353816041303e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004538678515175 x2[1] (numeric) = 1.00453930759609 absolute error = 6.290809146936027e-07 relative error = 6.262386189284991e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.892e+04 Order of pole = 1.259e+08 TOP MAIN SOLVE Loop t[1] = 1.555000999995475 x1[1] (analytic) = 2.000380140508615 x1[1] (numeric) = 2.000378925214386 absolute error = 1.215294228362751e-06 relative error = 6.075316404879682e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004547574599971 x2[1] (numeric) = 1.004548228056979 absolute error = 6.534570076155433e-07 relative error = 6.504988157238461e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.894e+04 Order of pole = 1.261e+08 TOP MAIN SOLVE Loop t[1] = 1.556000999995393 x1[1] (analytic) = 2.000379760558113 x1[1] (numeric) = 2.000378500658782 absolute error = 1.25989933064119e-06 relative error = 6.298300730105734e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004556488685002 x2[1] (numeric) = 1.004557167013794 absolute error = 6.783287926914738e-07 relative error = 6.752520145277536e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.897e+04 Order of pole = 1.262e+08 TOP MAIN SOLVE Loop t[1] = 1.557000999995311 x1[1] (analytic) = 2.000379380987372 x1[1] (numeric) = 2.000378075678411 absolute error = 1.305308961363494e-06 relative error = 6.525307018107752e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004565420806112 x2[1] (numeric) = 1.0045661245042 absolute error = 7.03698087800575e-07 relative error = 7.005000104780565e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.899e+04 Order of pole = 1.263e+08 TOP MAIN SOLVE Loop t[1] = 1.558000999995228 x1[1] (analytic) = 2.000379001796012 x1[1] (numeric) = 2.000377650272846 absolute error = 1.351523165826762e-06 relative error = 6.756335497489808e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004574370999222 x2[1] (numeric) = 1.004575100565943 absolute error = 7.29566721036079e-07 relative error = 7.262446087594285e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.902e+04 Order of pole = 1.265e+08 TOP MAIN SOLVE Loop t[1] = 1.559000999995146 x1[1] (analytic) = 2.000378622983654 x1[1] (numeric) = 2.000377224441662 absolute error = 1.39854199199263e-06 relative error = 6.991386410171903e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004583339300321 x2[1] (numeric) = 1.004584095236841 absolute error = 7.559365204912183e-07 relative error = 7.52487614434974e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.904e+04 Order of pole = 1.266e+08 TOP MAIN SOLVE Loop t[1] = 1.560000999995064 x1[1] (analytic) = 2.000378244549919 x1[1] (numeric) = 2.000376798184434 absolute error = 1.446365484714107e-06 relative error = 7.230459982529638e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004592325745471 x2[1] (numeric) = 1.004593108554783 absolute error = 7.828093118167345e-07 relative error = 7.792308300143947e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.906e+04 Order of pole = 1.267e+08 TOP MAIN SOLVE Loop t[1] = 1.561000999994982 x1[1] (analytic) = 2.000377866494428 x1[1] (numeric) = 2.000376371500736 absolute error = 1.494993692396918e-06 relative error = 7.473556458694609e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004601330370808 x2[1] (numeric) = 1.004602140557749 absolute error = 8.101869406473838e-07 relative error = 8.064760777773766e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.909e+04 Order of pole = 1.268e+08 TOP MAIN SOLVE Loop t[1] = 1.562000999994899 x1[1] (analytic) = 2.000377488816804 x1[1] (numeric) = 2.000375944390141 absolute error = 1.544426663002696e-06 relative error = 7.720676080574188e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.00461035321254 x2[1] (numeric) = 1.004611191283785 absolute error = 8.380712457345396e-07 relative error = 8.342251730280881e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.911e+04 Order of pole = 1.27e+08 TOP MAIN SOLVE Loop t[1] = 1.563000999994817 x1[1] (analytic) = 2.000377111516669 x1[1] (numeric) = 2.000375516852221 absolute error = 1.594664447157612e-06 relative error = 7.971819103391717e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004619394306946 x2[1] (numeric) = 1.004620260771012 absolute error = 8.664640667177537e-07 relative error = 8.624799318307996e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.914e+04 Order of pole = 1.271e+08 TOP MAIN SOLVE Loop t[1] = 1.564000999994735 x1[1] (analytic) = 2.000376734593645 x1[1] (numeric) = 2.000375088886549 absolute error = 1.645707095931925e-06 relative error = 8.226985784586388e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004628453690379 x2[1] (numeric) = 1.004629349057636 absolute error = 8.953672565592541e-07 relative error = 8.912421833865371e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.916e+04 Order of pole = 1.272e+08 TOP MAIN SOLVE Loop t[1] = 1.565000999994653 x1[1] (analytic) = 2.000376358047355 x1[1] (numeric) = 2.0003746604927 absolute error = 1.697554655955003e-06 relative error = 8.486176359392945e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004637531399266 x2[1] (numeric) = 1.004638456181929 absolute error = 9.247826633362877e-07 relative error = 9.205137519083564e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.919e+04 Order of pole = 1.273e+08 TOP MAIN SOLVE Loop t[1] = 1.56600099999457 x1[1] (analytic) = 2.000375981877425 x1[1] (numeric) = 2.00037423167024 absolute error = 1.750207184514352e-06 relative error = 8.749391116322641e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004646627470106 x2[1] (numeric) = 1.004647582182257 absolute error = 9.547121511133128e-07 relative error = 9.502964773966963e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.921e+04 Order of pole = 1.275e+08 TOP MAIN SOLVE Loop t[1] = 1.567000999994488 x1[1] (analytic) = 2.000375606083475 x1[1] (numeric) = 2.000373802418744 absolute error = 1.803664731792054e-06 relative error = 9.016630308362136e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004655741939471 x2[1] (numeric) = 1.004656727097049 absolute error = 9.851575777375388e-07 relative error = 9.805921935365729e-05 % Correct digits = 6 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.924e+04 Order of pole = 1.276e+08 TOP MAIN SOLVE Loop t[1] = 1.568000999994406 x1[1] (analytic) = 2.000375230665133 x1[1] (numeric) = 2.000373372737782 absolute error = 1.857927351078814e-06 relative error = 9.287894204034139e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004664874844006 x2[1] (numeric) = 1.004665890964814 absolute error = 1.016120807495469e-06 relative error = 0.0001011402740295107 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.926e+04 Order of pole = 1.277e+08 TOP MAIN SOLVE Loop t[1] = 1.569000999994324 x1[1] (analytic) = 2.00037485562202 x1[1] (numeric) = 2.000372942626922 absolute error = 1.912995097885783e-06 relative error = 9.56318308295739e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004674026220432 x2[1] (numeric) = 1.004675073824145 absolute error = 1.047603712889256e-06 relative error = 0.0001042729965688796 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.929e+04 Order of pole = 1.279e+08 TOP MAIN SOLVE Loop t[1] = 1.570000999994241 x1[1] (analytic) = 2.000374480953764 x1[1] (numeric) = 2.00037251208574 absolute error = 1.9688680241714e-06 relative error = 9.842497206986253e-05 % Correct digits = 6 h = 1e-06 x2[1] (analytic) = 1.004683196105541 x2[1] (numeric) = 1.004684275713708 absolute error = 1.079608166643098e-06 relative error = 0.0001074575717826265 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.931e+04 Order of pole = 1.28e+08 TOP MAIN SOLVE Loop t[1] = 1.571000999994159 x1[1] (analytic) = 2.000374106659988 x1[1] (numeric) = 2.000372081113797 absolute error = 2.025546190775884e-06 relative error = 0.000101258368823716 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.0046923845362 x2[1] (numeric) = 1.004693496672245 absolute error = 1.112136044811862e-06 relative error = 0.0001106941848001825 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.934e+04 Order of pole = 1.281e+08 TOP MAIN SOLVE Loop t[1] = 1.572000999994077 x1[1] (analytic) = 2.000373732740319 x1[1] (numeric) = 2.000371649710669 absolute error = 2.083029650101764e-06 relative error = 0.0001041320237317961 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.00470159154935 x2[1] (numeric) = 1.004702736738585 absolute error = 1.145189234108557e-06 relative error = 0.000113983021798797 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.936e+04 Order of pole = 1.282e+08 TOP MAIN SOLVE Loop t[1] = 1.573000999993994 x1[1] (analytic) = 2.000373359194383 x1[1] (numeric) = 2.000371217875922 absolute error = 2.141318461212904e-06 relative error = 0.0001070459397677284 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.004710817182006 x2[1] (numeric) = 1.004711995951626 absolute error = 1.178769619469833e-06 relative error = 0.0001173242687658149 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.938e+04 Order of pole = 1.284e+08 TOP MAIN SOLVE Loop t[1] = 1.574000999993912 x1[1] (analytic) = 2.000372986021806 x1[1] (numeric) = 2.000370785609122 absolute error = 2.200412683617259e-06 relative error = 0.000110000119927298 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.004720061471258 x2[1] (numeric) = 1.004721274350345 absolute error = 1.212879087164609e-06 relative error = 0.0001207181118080328 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.941e+04 Order of pole = 1.285e+08 TOP MAIN SOLVE Loop t[1] = 1.57500099999383 x1[1] (analytic) = 2.000372613222215 x1[1] (numeric) = 2.000370352909842 absolute error = 2.260312373270068e-06 relative error = 0.0001129945670286467 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.004729324454269 x2[1] (numeric) = 1.004730571973809 absolute error = 1.247519540559239e-06 relative error = 0.000124164738720734 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.943e+04 Order of pole = 1.286e+08 TOP MAIN SOLVE Loop t[1] = 1.576000999993748 x1[1] (analytic) = 2.000372240795237 x1[1] (numeric) = 2.000369919777644 absolute error = 2.321017592787911e-06 relative error = 0.0001160292842228806 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.004738606168277 x2[1] (numeric) = 1.004739888861148 absolute error = 1.282692871695801e-06 relative error = 0.0001276643361587891 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.946e+04 Order of pole = 1.287e+08 TOP MAIN SOLVE Loop t[1] = 1.577000999993665 x1[1] (analytic) = 2.0003718687405 x1[1] (numeric) = 2.000369486212098 absolute error = 2.38252840212283e-06 relative error = 0.0001191042745278631 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.004747906650595 x2[1] (numeric) = 1.004749225051591 absolute error = 1.318400995709013e-06 relative error = 0.0001312170930620801 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.948e+04 Order of pole = 1.289e+08 TOP MAIN SOLVE Loop t[1] = 1.578000999993583 x1[1] (analytic) = 2.000371497057632 x1[1] (numeric) = 2.000369052212772 absolute error = 2.444844859894602e-06 relative error = 0.0001222195408948163 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.004757225938612 x2[1] (numeric) = 1.004758580584417 absolute error = 1.354645804418908e-06 relative error = 0.000134823196036579 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.951e+04 Order of pole = 1.29e+08 TOP MAIN SOLVE Loop t[1] = 1.579000999993501 x1[1] (analytic) = 2.000371125746261 x1[1] (numeric) = 2.000368617779229 absolute error = 2.507967032272518e-06 relative error = 0.0001253750866523277 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.00476656406979 x2[1] (numeric) = 1.004767955499008 absolute error = 1.391429217623141e-06 relative error = 0.0001384828344592977 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.953e+04 Order of pole = 1.291e+08 TOP MAIN SOLVE Loop t[1] = 1.580000999993419 x1[1] (analytic) = 2.000370754806016 x1[1] (numeric) = 2.000368182911033 absolute error = 2.571894983205425e-06 relative error = 0.0001285709150179428 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.004775921081669 x2[1] (numeric) = 1.004777349834818 absolute error = 1.428753149124162e-06 relative error = 0.0001421961970969677 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.956e+04 Order of pole = 1.293e+08 TOP MAIN SOLVE Loop t[1] = 1.581000999993336 x1[1] (analytic) = 2.000370384236526 x1[1] (numeric) = 2.000367747607751 absolute error = 2.636628774421723e-06 relative error = 0.0001318070290981655 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.00478529701186 x2[1] (numeric) = 1.004786763631381 absolute error = 1.466619521162116e-06 relative error = 0.0001459634735424283 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.958e+04 Order of pole = 1.294e+08 TOP MAIN SOLVE Loop t[1] = 1.582000999993254 x1[1] (analytic) = 2.00037001403742 x1[1] (numeric) = 2.000367311868951 absolute error = 2.702168468537991e-06 relative error = 0.00013508343204386 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.004794691898054 x2[1] (numeric) = 1.004796196928313 absolute error = 1.50503025952986e-06 relative error = 0.0001497848537283635 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.961e+04 Order of pole = 1.295e+08 TOP MAIN SOLVE Loop t[1] = 1.583000999993172 x1[1] (analytic) = 2.000369644208328 x1[1] (numeric) = 2.000366875694194 absolute error = 2.768514133499878e-06 relative error = 0.0001384001272722549 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.004804105778014 x2[1] (numeric) = 1.004805649765306 absolute error = 1.543987291352522e-06 relative error = 0.0001536605277062459 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.963e+04 Order of pole = 1.297e+08 TOP MAIN SOLVE Loop t[1] = 1.58400099999309 x1[1] (analytic) = 2.00036927474888 x1[1] (numeric) = 2.000366439083042 absolute error = 2.835665837697121e-06 relative error = 0.0001417571182227392 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.004813538689582 x2[1] (numeric) = 1.004815122182139 absolute error = 1.583492556855859e-06 relative error = 0.0001575906868174722 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.966e+04 Order of pole = 1.298e+08 TOP MAIN SOLVE Loop t[1] = 1.585000999993007 x1[1] (analytic) = 2.000368905658707 x1[1] (numeric) = 2.000366002035061 absolute error = 2.903623646410836e-06 relative error = 0.00014515440817926 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.004822990670674 x2[1] (numeric) = 1.004824614218661 absolute error = 1.623547986939755e-06 relative error = 0.0001615755214613582 % Correct digits = 5 h = 1e-06 Complex estimate of poles used for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 3773 Order of pole = 1.546e+05 TOP MAIN SOLVE Loop t[1] = 1.586000999992925 x1[1] (analytic) = 2.00036853693744 x1[1] (numeric) = 2.000365564549812 absolute error = 2.972387628030759e-06 relative error = 0.0001485920005811269 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.004832461759281 x2[1] (numeric) = 1.004834125914809 absolute error = 1.664155527381084e-06 relative error = 0.0001656152235037716 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.971e+04 Order of pole = 1.3e+08 TOP MAIN SOLVE Loop t[1] = 1.587000999992843 x1[1] (analytic) = 2.000368168584709 x1[1] (numeric) = 2.000365126626858 absolute error = 3.041957850946631e-06 relative error = 0.00015206989886761 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.004841951993474 x2[1] (numeric) = 1.004843657310598 absolute error = 1.705317124178762e-06 relative error = 0.0001697099848185715 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.973e+04 Order of pole = 1.302e+08 TOP MAIN SOLVE Loop t[1] = 1.58800099999276 x1[1] (analytic) = 2.000367800600148 x1[1] (numeric) = 2.000364688265765 absolute error = 3.112334383104098e-06 relative error = 0.0001555881064557398 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.004851461411397 x2[1] (numeric) = 1.004853208446121 absolute error = 1.747034724663976e-06 relative error = 0.0001738599973980355 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.976e+04 Order of pole = 1.303e+08 TOP MAIN SOLVE Loop t[1] = 1.589000999992678 x1[1] (analytic) = 2.000367432983386 x1[1] (numeric) = 2.000364249466092 absolute error = 3.183517294669258e-06 relative error = 0.0001591466268735089 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.004860990051271 x2[1] (numeric) = 1.004862779361564 absolute error = 1.7893102930433e-06 relative error = 0.0001780654548995881 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.978e+04 Order of pole = 1.304e+08 TOP MAIN SOLVE Loop t[1] = 1.590000999992596 x1[1] (analytic) = 2.000367065734058 x1[1] (numeric) = 2.0003638102274 absolute error = 3.25550665847274e-06 relative error = 0.0001627454637820731 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.004870537951396 x2[1] (numeric) = 1.004872370097178 absolute error = 1.832145782643124e-06 relative error = 0.0001823265498835575 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.981e+04 Order of pole = 1.306e+08 TOP MAIN SOLVE Loop t[1] = 1.591000999992514 x1[1] (analytic) = 2.000366698851796 x1[1] (numeric) = 2.000363370549249 absolute error = 3.328302546901085e-06 relative error = 0.0001663846208203486 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.004880105150146 x2[1] (numeric) = 1.004881980693308 absolute error = 1.875543162110915e-06 relative error = 0.0001866434764205704 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.983e+04 Order of pole = 1.307e+08 TOP MAIN SOLVE Loop t[1] = 1.592000999992431 x1[1] (analytic) = 2.000366332336232 x1[1] (numeric) = 2.000362930431201 absolute error = 3.401905031896746e-06 relative error = 0.0001700641016050122 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.004889691685973 x2[1] (numeric) = 1.00489161119037 absolute error = 1.919504396985516e-06 relative error = 0.000191016428257417 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.986e+04 Order of pole = 1.308e+08 TOP MAIN SOLVE Loop t[1] = 1.593000999992349 x1[1] (analytic) = 2.000365966187001 x1[1] (numeric) = 2.000362489872813 absolute error = 3.476314188066709e-06 relative error = 0.0001737839098859039 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.004899297597408 x2[1] (numeric) = 1.004901261628868 absolute error = 1.964031459689153e-06 relative error = 0.0001954455998113357 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.988e+04 Order of pole = 1.31e+08 TOP MAIN SOLVE Loop t[1] = 1.594000999992267 x1[1] (analytic) = 2.000365600403737 x1[1] (numeric) = 2.000362048873647 absolute error = 3.551530090017962e-06 relative error = 0.0001775440494128249 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.004908922923056 x2[1] (numeric) = 1.004910932049383 absolute error = 2.009126326640853e-06 relative error = 0.0001999311858826721 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.991e+04 Order of pole = 1.311e+08 TOP MAIN SOLVE Loop t[1] = 1.595000999992185 x1[1] (analytic) = 2.000365234986072 x1[1] (numeric) = 2.000361607433261 absolute error = 3.627552811469315e-06 relative error = 0.0001813445238911369 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.004918567701602 x2[1] (numeric) = 1.004920622492588 absolute error = 2.054790985583921e-06 relative error = 0.0002044733823839609 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.993e+04 Order of pole = 1.312e+08 TOP MAIN SOLVE Loop t[1] = 1.596000999992102 x1[1] (analytic) = 2.000364869933643 x1[1] (numeric) = 2.000361165551214 absolute error = 3.70438242836002e-06 relative error = 0.0001851853371371646 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.004928231971808 x2[1] (numeric) = 1.004930332999226 absolute error = 2.101027417600321e-06 relative error = 0.0002090723845500702 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.996e+04 Order of pole = 1.313e+08 TOP MAIN SOLVE Loop t[1] = 1.59700099999202 x1[1] (analytic) = 2.000364505246083 x1[1] (numeric) = 2.000360723227065 absolute error = 3.78201901884978e-06 relative error = 0.0001890664930781962 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.004937915772514 x2[1] (numeric) = 1.00494006361013 absolute error = 2.147837615762427e-06 relative error = 0.0002137283887941819 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 4.998e+04 Order of pole = 1.315e+08 TOP MAIN SOLVE Loop t[1] = 1.598000999991938 x1[1] (analytic) = 2.000364140923029 x1[1] (numeric) = 2.000360280460371 absolute error = 3.860462657989672e-06 relative error = 0.0001929879954860787 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.004947619142636 x2[1] (numeric) = 1.004949814366212 absolute error = 2.195223575585104e-06 relative error = 0.0002184415917575826 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.001e+04 Order of pole = 1.316e+08 TOP MAIN SOLVE Loop t[1] = 1.599000999991856 x1[1] (analytic) = 2.000363776964116 x1[1] (numeric) = 2.000359837250692 absolute error = 3.939713423939395e-06 relative error = 0.0001969498482880231 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.004957342121171 x2[1] (numeric) = 1.004959585308473 absolute error = 2.243187301687044e-06 relative error = 0.0002232121909724378 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.003e+04 Order of pole = 1.317e+08 TOP MAIN SOLVE Loop t[1] = 1.600000999991773 x1[1] (analytic) = 2.00036341336898 x1[1] (numeric) = 2.000359393597595 absolute error = 4.019771384644599e-06 relative error = 0.0002009520549005926 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.004967084747193 x2[1] (numeric) = 1.00496937647798 absolute error = 2.291730787140622e-06 relative error = 0.0002280403828068781 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.006e+04 Order of pole = 1.319e+08 TOP MAIN SOLVE Loop t[1] = 1.601000999991691 x1[1] (analytic) = 2.000363050137257 x1[1] (numeric) = 2.000358949500614 absolute error = 4.100636643578071e-06 relative error = 0.0002049946205163458 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.004976847059853 x2[1] (numeric) = 1.0049791879159 absolute error = 2.340856047000628e-06 relative error = 0.0002329263658012624 % Correct digits = 5 h = 1e-06 Complex estimate of poles used for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 3760 Order of pole = 6.674e+05 TOP MAIN SOLVE Loop t[1] = 1.602000999991609 x1[1] (analytic) = 2.000362687268584 x1[1] (numeric) = 2.000358504959322 absolute error = 4.18230926202412e-06 relative error = 0.0002090775482187631 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.004986629098384 x2[1] (numeric) = 1.004989019663479 absolute error = 2.390565095211628e-06 relative error = 0.0002378703383702035 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.011e+04 Order of pole = 1.321e+08 TOP MAIN SOLVE Loop t[1] = 1.603000999991526 x1[1] (analytic) = 2.000362324762599 x1[1] (numeric) = 2.000358059973253 absolute error = 4.264789345675979e-06 relative error = 0.0002132008433113296 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.004996430902093 x2[1] (numeric) = 1.004998871762041 absolute error = 2.440859948160679e-06 relative error = 0.0002428724991560162 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.013e+04 Order of pole = 1.323e+08 TOP MAIN SOLVE Loop t[1] = 1.604000999991444 x1[1] (analytic) = 2.000361962618939 x1[1] (numeric) = 2.000357614541973 absolute error = 4.348076965143832e-06 relative error = 0.0002173645093436585 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.00500625251037 x2[1] (numeric) = 1.005008744253005 absolute error = 2.491742634447291e-06 relative error = 0.0002479330480007715 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.016e+04 Order of pole = 1.324e+08 TOP MAIN SOLVE Loop t[1] = 1.605000999991362 x1[1] (analytic) = 2.000361600837241 x1[1] (numeric) = 2.000357168665039 absolute error = 4.432172202140094e-06 relative error = 0.0002215685504203356 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005016093962683 x2[1] (numeric) = 1.005018637177855 absolute error = 2.543215171568747e-06 relative error = 0.0002530521836263428 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.018e+04 Order of pole = 1.325e+08 TOP MAIN SOLVE Loop t[1] = 1.60600099999128 x1[1] (analytic) = 2.000361239417143 x1[1] (numeric) = 2.000356722342004 absolute error = 4.517075139709448e-06 relative error = 0.0002258129707125106 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005025955298578 x2[1] (numeric) = 1.005028550578172 absolute error = 2.595279594563848e-06 relative error = 0.0002582301064844471 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.021e+04 Order of pole = 1.327e+08 TOP MAIN SOLVE Loop t[1] = 1.607000999991197 x1[1] (analytic) = 2.000360878358286 x1[1] (numeric) = 2.000356275572422 absolute error = 4.602785864005199e-06 relative error = 0.0002300977745466981 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005035836557681 x2[1] (numeric) = 1.005038484495618 absolute error = 2.647937937805267e-06 relative error = 0.0002634670169448528 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.023e+04 Order of pole = 1.328e+08 TOP MAIN SOLVE Loop t[1] = 1.608000999991115 x1[1] (analytic) = 2.000360517660307 x1[1] (numeric) = 2.000355828355846 absolute error = 4.689304460292476e-06 relative error = 0.0002344229662049746 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005045737779697 x2[1] (numeric) = 1.005048438971943 absolute error = 2.701192245879724e-06 relative error = 0.0002687631163778755 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.026e+04 Order of pole = 1.329e+08 TOP MAIN SOLVE Loop t[1] = 1.609000999991033 x1[1] (analytic) = 2.000360157322845 x1[1] (numeric) = 2.000355380691832 absolute error = 4.776631013392318e-06 relative error = 0.0002387885499471784 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005055659004412 x2[1] (numeric) = 1.005058414048974 absolute error = 2.755044561597586e-06 relative error = 0.0002741186059612536 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.028e+04 Order of pole = 1.331e+08 TOP MAIN SOLVE Loop t[1] = 1.610000999990951 x1[1] (analytic) = 2.000359797345541 x1[1] (numeric) = 2.000354932579929 absolute error = 4.864765612122568e-06 relative error = 0.0002431945302329144 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005065600271692 x2[1] (numeric) = 1.005068409768622 absolute error = 2.809496929989663e-06 relative error = 0.0002795336870777582 % Correct digits = 5 h = 1e-06 Complex estimate of poles used for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 3084 Order of pole = 8.906e+04 TOP MAIN SOLVE Loop t[1] = 1.611000999990868 x1[1] (analytic) = 2.000359437728034 x1[1] (numeric) = 2.000354484019691 absolute error = 4.95370834352471e-06 relative error = 0.0002476409114329486 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005075561621481 x2[1] (numeric) = 1.005078426172895 absolute error = 2.86455141407238e-06 relative error = 0.0002850085628836724 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.033e+04 Order of pole = 1.333e+08 TOP MAIN SOLVE Loop t[1] = 1.612000999990786 x1[1] (analytic) = 2.000359078469965 x1[1] (numeric) = 2.000354035010666 absolute error = 5.043459299081121e-06 relative error = 0.0002521276981400141 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005085543093803 x2[1] (numeric) = 1.005088463303874 absolute error = 2.920210070866958e-06 relative error = 0.0002905434359226893 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.036e+04 Order of pole = 1.335e+08 TOP MAIN SOLVE Loop t[1] = 1.613000999990704 x1[1] (analytic) = 2.000358719570975 x1[1] (numeric) = 2.000353585552407 absolute error = 5.134018568053733e-06 relative error = 0.0002566548948358046 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005095544728766 x2[1] (numeric) = 1.005098521203726 absolute error = 2.976474959837105e-06 relative error = 0.0002961385089653675 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.038e+04 Order of pole = 1.336e+08 TOP MAIN SOLVE Loop t[1] = 1.614000999990622 x1[1] (analytic) = 2.000358361030704 x1[1] (numeric) = 2.000353135644464 absolute error = 5.225386239704477e-06 relative error = 0.0002612225060019769 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005105566566554 x2[1] (numeric) = 1.005108599914708 absolute error = 3.033348153547166e-06 relative error = 0.0003017939860694532 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.041e+04 Order of pole = 1.337e+08 TOP MAIN SOLVE Loop t[1] = 1.615000999990539 x1[1] (analytic) = 2.000358002848794 x1[1] (numeric) = 2.00035268528639 absolute error = 5.317562403739373e-06 relative error = 0.0002658305361423509 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005115608647436 x2[1] (numeric) = 1.005118699479156 absolute error = 3.090831720342635e-06 relative error = 0.0003075100708566159 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.043e+04 Order of pole = 1.339e+08 TOP MAIN SOLVE Loop t[1] = 1.616000999990457 x1[1] (analytic) = 2.000357645024887 x1[1] (numeric) = 2.000352234477733 absolute error = 5.410547153861245e-06 relative error = 0.0002704789899605143 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005125671011756 x2[1] (numeric) = 1.005128819939498 absolute error = 3.148927741225549e-06 relative error = 0.0003132869681913355 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.046e+04 Order of pole = 1.34e+08 TOP MAIN SOLVE Loop t[1] = 1.617000999990375 x1[1] (analytic) = 2.000357287558625 x1[1] (numeric) = 2.000351783218042 absolute error = 5.504340582884737e-06 relative error = 0.0002751678721156167 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005135753699946 x2[1] (numeric) = 1.005138961338244 absolute error = 3.207638298530213e-06 relative error = 0.0003191248830541313 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.048e+04 Order of pole = 1.341e+08 TOP MAIN SOLVE Loop t[1] = 1.618000999990292 x1[1] (analytic) = 2.000356930449651 x1[1] (numeric) = 2.000351331506866 absolute error = 5.598942784956762e-06 relative error = 0.0002798971873333726 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005145856752513 x2[1] (numeric) = 1.005149123717988 absolute error = 3.266965475035022e-06 relative error = 0.0003250240204531246 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.051e+04 Order of pole = 1.343e+08 TOP MAIN SOLVE Loop t[1] = 1.61900099999021 x1[1] (analytic) = 2.000356573697607 x1[1] (numeric) = 2.000350879343754 absolute error = 5.694353852891965e-06 relative error = 0.0002846669402728585 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005155980210048 x2[1] (numeric) = 1.005159307121413 absolute error = 3.326911365064689e-06 relative error = 0.0003309845865284969 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.053e+04 Order of pole = 1.344e+08 TOP MAIN SOLVE Loop t[1] = 1.620000999990128 x1[1] (analytic) = 2.000356217302137 x1[1] (numeric) = 2.000350426728249 absolute error = 5.790573887942685e-06 relative error = 0.0002894771360149235 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005166124113225 x2[1] (numeric) = 1.005169511591286 absolute error = 3.387478060945526e-06 relative error = 0.0003370067872048532 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.056e+04 Order of pole = 1.345e+08 TOP MAIN SOLVE Loop t[1] = 1.621000999990046 x1[1] (analytic) = 2.000355861262884 x1[1] (numeric) = 2.000349973659902 absolute error = 5.8876029815913e-06 relative error = 0.0002943277791519697 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005176288502796 x2[1] (numeric) = 1.005179737170466 absolute error = 3.448667670324923e-06 relative error = 0.0003430908299141929 % Correct digits = 5 h = 1e-06 Complex estimate of poles used for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 2933 Order of pole = 1.815e+05 TOP MAIN SOLVE Loop t[1] = 1.622000999989963 x1[1] (analytic) = 2.000355505579492 x1[1] (numeric) = 2.000349520138263 absolute error = 5.98544122931699e-06 relative error = 0.0002992188744761666 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005186473419597 x2[1] (numeric) = 1.005189983901894 absolute error = 3.510482297741646e-06 relative error = 0.0003492369217623027 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.061e+04 Order of pole = 1.348e+08 TOP MAIN SOLVE Loop t[1] = 1.623000999989881 x1[1] (analytic) = 2.000355150251606 x1[1] (numeric) = 2.000349066162876 absolute error = 6.08408872970756e-06 relative error = 0.0003041504269350519 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005196678904545 x2[1] (numeric) = 1.005200251828597 absolute error = 3.572924051065129e-06 relative error = 0.0003554452701693037 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.064e+04 Order of pole = 1.349e+08 TOP MAIN SOLVE Loop t[1] = 1.624000999989799 x1[1] (analytic) = 2.000354795278871 x1[1] (numeric) = 2.000348611733286 absolute error = 6.183545584459438e-06 relative error = 0.00030912244163153 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005206904998642 x2[1] (numeric) = 1.005210540993685 absolute error = 3.635995043049789e-06 relative error = 0.0003617160830241911 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.066e+04 Order of pole = 1.351e+08 TOP MAIN SOLVE Loop t[1] = 1.625000999989717 x1[1] (analytic) = 2.00035444066093 x1[1] (numeric) = 2.000348156849038 absolute error = 6.283811892160429e-06 relative error = 0.0003141349235130659 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005217151742967 x2[1] (numeric) = 1.005220851440364 absolute error = 3.699697396886137e-06 relative error = 0.0003680495692369707 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.069e+04 Order of pole = 1.352e+08 TOP MAIN SOLVE Loop t[1] = 1.626000999989634 x1[1] (analytic) = 2.000354086397431 x1[1] (numeric) = 2.000347701509679 absolute error = 6.384887751842427e-06 relative error = 0.0003191878775492889 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005227419178686 x2[1] (numeric) = 1.005231183211923 absolute error = 3.764033236652864e-06 relative error = 0.0003744459377887086 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.071e+04 Order of pole = 1.353e+08 TOP MAIN SOLVE Loop t[1] = 1.627000999989552 x1[1] (analytic) = 2.000353732488017 x1[1] (numeric) = 2.000347245714752 absolute error = 6.486773265645951e-06 relative error = 0.0003242813088651963 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005237707347046 x2[1] (numeric) = 1.005241536351734 absolute error = 3.829004688649107e-06 relative error = 0.0003809053978639892 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.074e+04 Order of pole = 1.355e+08 TOP MAIN SOLVE Loop t[1] = 1.62800099998947 x1[1] (analytic) = 2.000353378932337 x1[1] (numeric) = 2.000346789463801 absolute error = 6.589468535711518e-06 relative error = 0.0003294152225857495 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005248016289375 x2[1] (numeric) = 1.005251910903268 absolute error = 3.894613892718723e-06 relative error = 0.0003874281599773487 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.076e+04 Order of pole = 1.356e+08 TOP MAIN SOLVE Loop t[1] = 1.629000999989388 x1[1] (analytic) = 2.000353025730035 x1[1] (numeric) = 2.000346332756375 absolute error = 6.692973660182844e-06 relative error = 0.000334589623636069 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005258346047087 x2[1] (numeric) = 1.005262306910067 absolute error = 3.960862980267876e-06 relative error = 0.0003940144337863917 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.079e+04 Order of pole = 1.358e+08 TOP MAIN SOLVE Loop t[1] = 1.630000999989305 x1[1] (analytic) = 2.000352672880759 x1[1] (numeric) = 2.000345875592008 absolute error = 6.79728875052632e-06 relative error = 0.0003398045176072563 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005268696661677 x2[1] (numeric) = 1.005272724415772 absolute error = 4.027754094693137e-06 relative error = 0.0004006644301238672 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.081e+04 Order of pole = 1.359e+08 TOP MAIN SOLVE Loop t[1] = 1.631000999989223 x1[1] (analytic) = 2.000352320384156 x1[1] (numeric) = 2.000345417970251 absolute error = 6.902413904885663e-06 relative error = 0.0003450599094243605 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005279068174725 x2[1] (numeric) = 1.005283163464116 absolute error = 4.095289391381485e-06 relative error = 0.0004073783609975348 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.084e+04 Order of pole = 1.36e+08 TOP MAIN SOLVE Loop t[1] = 1.632000999989141 x1[1] (analytic) = 2.000351968239873 x1[1] (numeric) = 2.000344959890643 absolute error = 7.00834923073046e-06 relative error = 0.0003503558044786071 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005289460627892 x2[1] (numeric) = 1.005293624098914 absolute error = 4.163471022167187e-06 relative error = 0.0004141564380438976 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.086e+04 Order of pole = 1.362e+08 TOP MAIN SOLVE Loop t[1] = 1.633000999989058 x1[1] (analytic) = 2.000351616447559 x1[1] (numeric) = 2.000344501352727 absolute error = 7.115094831977586e-06 relative error = 0.0003556922079835815 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005299874062924 x2[1] (numeric) = 1.005304106364066 absolute error = 4.232301141993133e-06 relative error = 0.0004209988731907693 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.089e+04 Order of pole = 1.363e+08 TOP MAIN SOLVE Loop t[1] = 1.634000999988976 x1[1] (analytic) = 2.000351265006861 x1[1] (numeric) = 2.000344042356043 absolute error = 7.222650818317078e-06 relative error = 0.0003610691254414411 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005310308521651 x2[1] (numeric) = 1.005314610303565 absolute error = 4.301781913795821e-06 relative error = 0.0004279058791431037 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.091e+04 Order of pole = 1.364e+08 TOP MAIN SOLVE Loop t[1] = 1.635000999988894 x1[1] (analytic) = 2.000350913917428 x1[1] (numeric) = 2.000343582900133 absolute error = 7.331017294998077e-06 relative error = 0.0003664865621323025 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005320764045987 x2[1] (numeric) = 1.0053251359615 absolute error = 4.3719155127242e-06 relative error = 0.0004348776698025321 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.094e+04 Order of pole = 1.366e+08 TOP MAIN SOLVE Loop t[1] = 1.636000999988812 x1[1] (analytic) = 2.000350563178909 x1[1] (numeric) = 2.000343122984536 absolute error = 7.440194373486975e-06 relative error = 0.0003719445236470549 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.00533124067793 x2[1] (numeric) = 1.005335683382028 absolute error = 4.442704098384098e-06 relative error = 0.0004419144575063866 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.097e+04 Order of pole = 1.367e+08 TOP MAIN SOLVE Loop t[1] = 1.637000999988729 x1[1] (analytic) = 2.000350212790954 x1[1] (numeric) = 2.000342662608795 absolute error = 7.550182159032914e-06 relative error = 0.0003774430152657446 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.00534173845956 x2[1] (numeric) = 1.005346252609419 absolute error = 4.514149859247141e-06 relative error = 0.0004490164574450048 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.099e+04 Order of pole = 1.368e+08 TOP MAIN SOLVE Loop t[1] = 1.638000999988647 x1[1] (analytic) = 2.000349862753211 x1[1] (numeric) = 2.000342201772448 absolute error = 7.660980763102287e-06 relative error = 0.0003829820425791908 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005352257433044 x2[1] (numeric) = 1.005356843688014 absolute error = 4.586254969352055e-06 relative error = 0.0004561838833546853 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.102e+04 Order of pole = 1.37e+08 TOP MAIN SOLVE Loop t[1] = 1.639000999988565 x1[1] (analytic) = 2.000349513065331 x1[1] (numeric) = 2.000341740475035 absolute error = 7.772590295829218e-06 relative error = 0.0003885616111115762 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005362797640635 x2[1] (numeric) = 1.005367456662258 absolute error = 4.659021622943627e-06 relative error = 0.0004634169509631075 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.104e+04 Order of pole = 1.371e+08 TOP MAIN SOLVE Loop t[1] = 1.640000999988483 x1[1] (analytic) = 2.000349163726964 x1[1] (numeric) = 2.000341278716092 absolute error = 7.885010871788722e-06 relative error = 0.0003941817266090542 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005373359124666 x2[1] (numeric) = 1.005378091576679 absolute error = 4.732452012934374e-06 relative error = 0.0004707158758468306 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.107e+04 Order of pole = 1.373e+08 TOP MAIN SOLVE Loop t[1] = 1.6410009999884 x1[1] (analytic) = 2.000348814737761 x1[1] (numeric) = 2.000340816495159 absolute error = 7.998242601559014e-06 relative error = 0.0003998423946179386 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005383941927559 x2[1] (numeric) = 1.005388748475886 absolute error = 4.8065483266857e-06 relative error = 0.0004780808730115989 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.109e+04 Order of pole = 1.374e+08 TOP MAIN SOLVE Loop t[1] = 1.642000999988318 x1[1] (analytic) = 2.000348466097372 x1[1] (numeric) = 2.000340353811776 absolute error = 8.112285596162394e-06 relative error = 0.0004055436207067088 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005394546091819 x2[1] (numeric) = 1.005399427404592 absolute error = 4.881312772653246e-06 relative error = 0.0004855121595425336 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.112e+04 Order of pole = 1.375e+08 TOP MAIN SOLVE Loop t[1] = 1.643000999988236 x1[1] (analytic) = 2.00034811780545 x1[1] (numeric) = 2.000339890665477 absolute error = 8.227139972838415e-06 relative error = 0.0004112854107546181 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005405171660039 x2[1] (numeric) = 1.005410128407593 absolute error = 4.95674755440767e-06 relative error = 0.0004930099520199916 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.114e+04 Order of pole = 1.377e+08 TOP MAIN SOLVE Loop t[1] = 1.644000999988154 x1[1] (analytic) = 2.000347769861645 x1[1] (numeric) = 2.000339427055799 absolute error = 8.342805846162094e-06 relative error = 0.0004170677705076816 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005415818674892 x2[1] (numeric) = 1.00542085152978 absolute error = 5.032854887732086e-06 relative error = 0.0005005744682200482 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.117e+04 Order of pole = 1.378e+08 TOP MAIN SOLVE Loop t[1] = 1.645000999988071 x1[1] (analytic) = 2.000347422265611 x1[1] (numeric) = 2.000338962982279 absolute error = 8.459283331152534e-06 relative error = 0.0004228907057340808 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005426487179143 x2[1] (numeric) = 1.005431596816126 absolute error = 5.109636983080534e-06 relative error = 0.0005082059253696704 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.12e+04 Order of pole = 1.379e+08 TOP MAIN SOLVE Loop t[1] = 1.646000999987989 x1[1] (analytic) = 2.000347075016998 x1[1] (numeric) = 2.000338498444454 absolute error = 8.57657254371702e-06 relative error = 0.0004287542222463639 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005437177215638 x2[1] (numeric) = 1.005442364311709 absolute error = 5.187096070224939e-06 relative error = 0.0005159045425980356 % Correct digits = 5 h = 1e-06 Complex estimate of poles used for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 1068 Order of pole = 3.115e+05 TOP MAIN SOLVE Loop t[1] = 1.647000999987907 x1[1] (analytic) = 2.000346728115461 x1[1] (numeric) = 2.00033803344186 absolute error = 8.694673600651015e-06 relative error = 0.0004346583259014462 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005447888827312 x2[1] (numeric) = 1.005453154061687 absolute error = 5.26523437449633e-06 relative error = 0.0005236705385733468 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.125e+04 Order of pole = 1.382e+08 TOP MAIN SOLVE Loop t[1] = 1.648000999987824 x1[1] (analytic) = 2.000346381560651 x1[1] (numeric) = 2.000337567974031 absolute error = 8.813586620970426e-06 relative error = 0.0004406030226672117 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005458622057185 x2[1] (numeric) = 1.00546396611131 absolute error = 5.344054125666631e-06 relative error = 0.0005315041323861354 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.127e+04 Order of pole = 1.384e+08 TOP MAIN SOLVE Loop t[1] = 1.649000999987742 x1[1] (analytic) = 2.000346035352224 x1[1] (numeric) = 2.0003371020405 absolute error = 8.93331172457934e-06 relative error = 0.0004465883185559117 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005469376948362 x2[1] (numeric) = 1.00547480050592 absolute error = 5.423557557948655e-06 relative error = 0.0005394055435491592 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.13e+04 Order of pole = 1.385e+08 TOP MAIN SOLVE Loop t[1] = 1.65000099998766 x1[1] (analytic) = 2.000345689489832 x1[1] (numeric) = 2.000336635640801 absolute error = 9.053849031381844e-06 relative error = 0.0004526142195797636 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005480153544036 x2[1] (numeric) = 1.005485657290946 absolute error = 5.50374690999611e-06 relative error = 0.0005473749919973003 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.132e+04 Order of pole = 1.386e+08 TOP MAIN SOLVE Loop t[1] = 1.651000999987578 x1[1] (analytic) = 2.000345343973129 x1[1] (numeric) = 2.000336168774471 absolute error = 9.175198658617489e-06 relative error = 0.0004586807316177471 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005490951887487 x2[1] (numeric) = 1.005496536511923 absolute error = 5.58462443622787e-06 relative error = 0.0005554126992137052 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.135e+04 Order of pole = 1.388e+08 TOP MAIN SOLVE Loop t[1] = 1.652000999987495 x1[1] (analytic) = 2.000344998801771 x1[1] (numeric) = 2.000335701441039 absolute error = 9.297360731519433e-06 relative error = 0.0004647878609484193 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005501772022081 x2[1] (numeric) = 1.005507438214469 absolute error = 5.666192387510094e-06 relative error = 0.0005635188863084035 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.137e+04 Order of pole = 1.389e+08 TOP MAIN SOLVE Loop t[1] = 1.653000999987413 x1[1] (analytic) = 2.000344653975411 x1[1] (numeric) = 2.000335233640043 absolute error = 9.420335367771315e-06 relative error = 0.0004709356134728928 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005512613991271 x2[1] (numeric) = 1.005518362444288 absolute error = 5.748453017151434e-06 relative error = 0.0005716937746144811 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.14e+04 Order of pole = 1.391e+08 TOP MAIN SOLVE Loop t[1] = 1.654000999987331 x1[1] (analytic) = 2.000344309493705 x1[1] (numeric) = 2.000334765371009 absolute error = 9.544122696159008e-06 relative error = 0.0004771239956472625 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005523477838597 x2[1] (numeric) = 1.005529309247185 absolute error = 5.831408587564368e-06 relative error = 0.0005799375863504606 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.143e+04 Order of pole = 1.392e+08 TOP MAIN SOLVE Loop t[1] = 1.655000999987249 x1[1] (analytic) = 2.000343965356309 x1[1] (numeric) = 2.000334296633474 absolute error = 9.66872283436615e-06 relative error = 0.0004833530133725737 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005534363607687 x2[1] (numeric) = 1.005540278669056 absolute error = 5.915061369154984e-06 relative error = 0.0005882505445097616 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.145e+04 Order of pole = 1.393e+08 TOP MAIN SOLVE Loop t[1] = 1.656000999987166 x1[1] (analytic) = 2.000343621562878 x1[1] (numeric) = 2.000333827426966 absolute error = 9.794135911178614e-06 relative error = 0.0004896226731048544 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005545271342256 x2[1] (numeric) = 1.005551270755883 absolute error = 5.999413627666428e-06 relative error = 0.000596632871601901 % Correct digits = 5 h = 1e-06 Complex estimate of poles used for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 2248 Order of pole = 2.4e+05 TOP MAIN SOLVE Loop t[1] = 1.657000999987084 x1[1] (analytic) = 2.000343278113069 x1[1] (numeric) = 2.000333357751018 absolute error = 9.920362050497289e-06 relative error = 0.0004959329810558918 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005556201086107 x2[1] (numeric) = 1.00556228555375 absolute error = 6.084467643496794e-06 relative error = 0.0006050847915735517 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.15e+04 Order of pole = 1.396e+08 TOP MAIN SOLVE Loop t[1] = 1.658000999987002 x1[1] (analytic) = 2.000342935006537 x1[1] (numeric) = 2.000332887605159 absolute error = 1.004740137799942e-05 relative error = 0.0005022839435262427 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.00556715288313 x2[1] (numeric) = 1.00557332310883 absolute error = 6.170225699486664e-06 relative error = 0.0006136065285938972 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.153e+04 Order of pole = 1.398e+08 TOP MAIN SOLVE Loop t[1] = 1.65900099998692 x1[1] (analytic) = 2.000342592242941 x1[1] (numeric) = 2.000332416988919 absolute error = 1.017525402202679e-05 relative error = 0.0005086755669496343 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005578126777305 x2[1] (numeric) = 1.005584383467385 absolute error = 6.256690079586846e-06 relative error = 0.0006221983069220488 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.155e+04 Order of pole = 1.399e+08 TOP MAIN SOLVE Loop t[1] = 1.660000999986837 x1[1] (analytic) = 2.000342249821937 x1[1] (numeric) = 2.000331945901827 absolute error = 1.0303920110033e-05 relative error = 0.0005151078577153595 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005589122812699 x2[1] (numeric) = 1.005595466675781 absolute error = 6.343863082625134e-06 relative error = 0.0006308603522759808 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.158e+04 Order of pole = 1.4e+08 TOP MAIN SOLVE Loop t[1] = 1.661000999986755 x1[1] (analytic) = 2.000341907743183 x1[1] (numeric) = 2.000331474343413 absolute error = 1.043339977080393e-05 relative error = 0.0005215808222792799 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005600141033465 x2[1] (numeric) = 1.005606572780464 absolute error = 6.431746998103449e-06 relative error = 0.0006395928894255601 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.161e+04 Order of pole = 1.402e+08 TOP MAIN SOLVE Loop t[1] = 1.662000999986673 x1[1] (analytic) = 2.000341566006337 x1[1] (numeric) = 2.000331002313201 absolute error = 1.056369313623406e-05 relative error = 0.0005280944672526292 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.00561118148385 x2[1] (numeric) = 1.00561770182798 absolute error = 6.520344130178657e-06 relative error = 0.0006483961445772142 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.163e+04 Order of pole = 1.403e+08 TOP MAIN SOLVE Loop t[1] = 1.66300099998659 x1[1] (analytic) = 2.000341224611057 x1[1] (numeric) = 2.000330529810725 absolute error = 1.069480033200065e-05 relative error = 0.0005346487989357984 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005622244208185 x2[1] (numeric) = 1.005628853864974 absolute error = 6.609656788780782e-06 relative error = 0.0006572703444905544 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.166e+04 Order of pole = 1.405e+08 TOP MAIN SOLVE Loop t[1] = 1.664000999986508 x1[1] (analytic) = 2.000340883557001 x1[1] (numeric) = 2.00033005683551 absolute error = 1.082672149177455e-05 relative error = 0.0005412438240287575 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005633329250892 x2[1] (numeric) = 1.005640028938178 absolute error = 6.699687286060296e-06 relative error = 0.0006662157161249787 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.168e+04 Order of pole = 1.406e+08 TOP MAIN SOLVE Loop t[1] = 1.665000999986426 x1[1] (analytic) = 2.000340542843829 x1[1] (numeric) = 2.000329583387085 absolute error = 1.095945674434162e-05 relative error = 0.0005478795489872372 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005644436656482 x2[1] (numeric) = 1.005651227094419 absolute error = 6.79043793705425e-06 relative error = 0.0006752324867058154 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.171e+04 Order of pole = 1.407e+08 TOP MAIN SOLVE Loop t[1] = 1.666000999986344 x1[1] (analytic) = 2.0003402024712 x1[1] (numeric) = 2.000329109464974 absolute error = 1.109300622603726e-05 relative error = 0.000554555980644346 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005655566469554 x2[1] (numeric) = 1.005662448380625 absolute error = 6.881911071010549e-06 relative error = 0.0006843208848502801 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.174e+04 Order of pole = 1.409e+08 TOP MAIN SOLVE Loop t[1] = 1.667000999986261 x1[1] (analytic) = 2.000339862438774 x1[1] (numeric) = 2.000328635068705 absolute error = 1.122737006875596e-05 relative error = 0.0005612731256111538 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005666718734798 x2[1] (numeric) = 1.005673692843811 absolute error = 6.974109012514162e-06 relative error = 0.0006934811386905691 % Correct digits = 5 h = 1e-06 Complex estimate of poles used for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 2752 Order of pole = 2.702e+05 TOP MAIN SOLVE Loop t[1] = 1.668000999986179 x1[1] (analytic) = 2.000339522746209 x1[1] (numeric) = 2.000328160197801 absolute error = 1.136254840838902e-05 relative error = 0.0005680309906985039 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005677893496994 x2[1] (numeric) = 1.005684960531088 absolute error = 7.067034094587754e-06 relative error = 0.0007027134771764652 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.179e+04 Order of pole = 1.412e+08 TOP MAIN SOLVE Loop t[1] = 1.669000999986097 x1[1] (analytic) = 2.000339183393168 x1[1] (numeric) = 2.000327684851789 absolute error = 1.149854137949546e-05 relative error = 0.0005748295826506047 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005689090801009 x2[1] (numeric) = 1.005696251489667 absolute error = 7.160688657803504e-06 relative error = 0.0007120181299868901 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.181e+04 Order of pole = 1.413e+08 TOP MAIN SOLVE Loop t[1] = 1.670000999986015 x1[1] (analytic) = 2.00033884437931 x1[1] (numeric) = 2.000327209030195 absolute error = 1.163534911485797e-05 relative error = 0.0005816689081228303 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005700310691804 x2[1] (numeric) = 1.00570756576685 absolute error = 7.255075046286308e-06 relative error = 0.0007213953271323607 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.184e+04 Order of pole = 1.414e+08 TOP MAIN SOLVE Loop t[1] = 1.671000999985932 x1[1] (analytic) = 2.000338505704296 x1[1] (numeric) = 2.000326732732539 absolute error = 1.177297175747327e-05 relative error = 0.0005885489742811376 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005711553214427 x2[1] (numeric) = 1.005718903410036 absolute error = 7.350195608823995e-06 relative error = 0.0007308452990652744 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.187e+04 Order of pole = 1.416e+08 TOP MAIN SOLVE Loop t[1] = 1.67200099998585 x1[1] (analytic) = 2.000338167367789 x1[1] (numeric) = 2.000326255958349 absolute error = 1.191140943967994e-05 relative error = 0.0005954697877586352 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005722818414017 x2[1] (numeric) = 1.005730264466718 absolute error = 7.446052700421646e-06 relative error = 0.0007403682768343428 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.189e+04 Order of pole = 1.417e+08 TOP MAIN SOLVE Loop t[1] = 1.673000999985768 x1[1] (analytic) = 2.000337829369448 x1[1] (numeric) = 2.000325778707145 absolute error = 1.205066230358653e-05 relative error = 0.0006024313556768147 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005734106335805 x2[1] (numeric) = 1.005741648984487 absolute error = 7.542648681413411e-06 relative error = 0.000749964491996157 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.192e+04 Order of pole = 1.419e+08 TOP MAIN SOLVE Loop t[1] = 1.674000999985686 x1[1] (analytic) = 2.000337491708937 x1[1] (numeric) = 2.000325300978449 absolute error = 1.219073048774888e-05 relative error = 0.0006094336849795302 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005745417025111 x2[1] (numeric) = 1.005753057011021 absolute error = 7.639985909690949e-06 relative error = 0.0007596341758423539 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.194e+04 Order of pole = 1.42e+08 TOP MAIN SOLVE Loop t[1] = 1.675000999985603 x1[1] (analytic) = 2.000337154385918 x1[1] (numeric) = 2.000324822771791 absolute error = 1.23316141271701e-05 relative error = 0.000616476782432998 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005756750527347 x2[1] (numeric) = 1.005764488594111 absolute error = 7.738066764018114e-06 relative error = 0.0007693775617176642 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.197e+04 Order of pole = 1.421e+08 TOP MAIN SOLVE Loop t[1] = 1.676000999985521 x1[1] (analytic) = 2.000336817400053 x1[1] (numeric) = 2.000324344086683 absolute error = 1.24733133697319e-05 relative error = 0.0006235606554472234 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005768106888016 x2[1] (numeric) = 1.005775943781633 absolute error = 7.836893617163554e-06 relative error = 0.0007791948823483752 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.199e+04 Order of pole = 1.423e+08 TOP MAIN SOLVE Loop t[1] = 1.677000999985439 x1[1] (analytic) = 2.000336480751006 x1[1] (numeric) = 2.000323864922652 absolute error = 1.261582835399011e-05 relative error = 0.0006306853109659645 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005779486152711 x2[1] (numeric) = 1.005787422621561 absolute error = 7.936468850555656e-06 relative error = 0.0007890863712993484 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.202e+04 Order of pole = 1.424e+08 TOP MAIN SOLVE Loop t[1] = 1.678000999985356 x1[1] (analytic) = 2.000336144438439 x1[1] (numeric) = 2.000323385279216 absolute error = 1.275915922249737e-05 relative error = 0.0006378507561327546 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005790888367117 x2[1] (numeric) = 1.005798925161967 absolute error = 8.036794849841655e-06 relative error = 0.0007990522625323481 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.205e+04 Order of pole = 1.426e+08 TOP MAIN SOLVE Loop t[1] = 1.679000999985274 x1[1] (analytic) = 2.000335808462017 x1[1] (numeric) = 2.000322905155897 absolute error = 1.290330612002677e-05 relative error = 0.0006450569982020989 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005802313577013 x2[1] (numeric) = 1.005810451451019 absolute error = 8.137874006441947e-06 relative error = 0.0008090927905604626 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.207e+04 Order of pole = 1.427e+08 TOP MAIN SOLVE Loop t[1] = 1.680000999985192 x1[1] (analytic) = 2.000335472821403 x1[1] (numeric) = 2.000322424552214 absolute error = 1.304826918957502e-05 relative error = 0.0006523040443396675 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005813761828267 x2[1] (numeric) = 1.005822001536985 absolute error = 8.23970871866031e-06 relative error = 0.0008192081905583595 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.21e+04 Order of pole = 1.429e+08 TOP MAIN SOLVE Loop t[1] = 1.68100099998511 x1[1] (analytic) = 2.000335137516262 x1[1] (numeric) = 2.000321943467689 absolute error = 1.319404857280659e-05 relative error = 0.0006595919016444978 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005825233166838 x2[1] (numeric) = 1.005833575468227 absolute error = 8.342301388797324e-06 relative error = 0.0008293986980751723 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.213e+04 Order of pole = 1.43e+08 TOP MAIN SOLVE Loop t[1] = 1.682000999985027 x1[1] (analytic) = 2.000334802546259 x1[1] (numeric) = 2.000321461901837 absolute error = 1.334064442204408e-05 relative error = 0.0006669205777484127 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005836727638782 x2[1] (numeric) = 1.005845173293205 absolute error = 8.445654422484239e-06 relative error = 0.0008396645489681559 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.215e+04 Order of pole = 1.431e+08 TOP MAIN SOLVE Loop t[1] = 1.683000999984945 x1[1] (analytic) = 2.000334467911058 x1[1] (numeric) = 2.000320979854178 absolute error = 1.34880568802842e-05 relative error = 0.0006742900798169885 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005848245290243 x2[1] (numeric) = 1.005856795060472 absolute error = 8.549770229571152e-06 relative error = 0.0008500059794908796 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.218e+04 Order of pole = 1.433e+08 TOP MAIN SOLVE Loop t[1] = 1.684000999984863 x1[1] (analytic) = 2.000334133610325 x1[1] (numeric) = 2.000320497324232 absolute error = 1.363628609274414e-05 relative error = 0.0006817004151267739 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005859786167458 x2[1] (numeric) = 1.005868440818693 absolute error = 8.654651234563104e-06 relative error = 0.0008604232273306387 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.22e+04 Order of pole = 1.434e+08 TOP MAIN SOLVE Loop t[1] = 1.685000999984781 x1[1] (analytic) = 2.000333799643726 x1[1] (numeric) = 2.000320014311513 absolute error = 1.378533221307876e-05 relative error = 0.0006891515913761008 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005871350316759 x2[1] (numeric) = 1.005880110616617 absolute error = 8.760299858190379e-06 relative error = 0.0008709165297760664 % Correct digits = 5 h = 1e-06 Complex estimate of poles used for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 3285 Order of pole = 2.995e+05 TOP MAIN SOLVE Loop t[1] = 1.686000999984698 x1[1] (analytic) = 2.000333466010927 x1[1] (numeric) = 2.000319530815541 absolute error = 1.393519538606114e-05 relative error = 0.0006966436158192546 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005882937784569 x2[1] (numeric) = 1.005891804503099 absolute error = 8.866718529842998e-06 relative error = 0.0008814861249532387 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.226e+04 Order of pole = 1.437e+08 TOP MAIN SOLVE Loop t[1] = 1.687000999984616 x1[1] (analytic) = 2.000333132711593 x1[1] (numeric) = 2.00031904683583 absolute error = 1.408587576356979e-05 relative error = 0.0007041764960657021 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005894548617406 x2[1] (numeric) = 1.005903522527094 absolute error = 8.973909687792769e-06 relative error = 0.0008921322518476055 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.228e+04 Order of pole = 1.439e+08 TOP MAIN SOLVE Loop t[1] = 1.688000999984534 x1[1] (analytic) = 2.000332799745392 x1[1] (numeric) = 2.0003185623719 absolute error = 1.423737349215415e-05 relative error = 0.00071175023945847 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005906182861878 x2[1] (numeric) = 1.005915264737641 absolute error = 9.081875763206071e-06 relative error = 0.0009028551487145112 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.231e+04 Order of pole = 1.44e+08 TOP MAIN SOLVE Loop t[1] = 1.689000999984452 x1[1] (analytic) = 2.000332467111992 x1[1] (numeric) = 2.000318077423261 absolute error = 1.438968873035407e-05 relative error = 0.0007193648539399745 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005917840564689 x2[1] (numeric) = 1.005927031183901 absolute error = 9.1906192112301e-06 relative error = 0.0009136550561694767 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.233e+04 Order of pole = 1.442e+08 TOP MAIN SOLVE Loop t[1] = 1.690000999984369 x1[1] (analytic) = 2.000332134811058 x1[1] (numeric) = 2.000317591989432 absolute error = 1.454282162605125e-05 relative error = 0.0007270203469197828 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005929521772637 x2[1] (numeric) = 1.005938821915114 absolute error = 9.300142477020046e-06 relative error = 0.0009245322138107093 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.236e+04 Order of pole = 1.443e+08 TOP MAIN SOLVE Loop t[1] = 1.691000999984287 x1[1] (analytic) = 2.000331802842259 x1[1] (numeric) = 2.000317106069927 absolute error = 1.469677233201239e-05 relative error = 0.0007347167260516399 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005941226532613 x2[1] (numeric) = 1.005950636980633 absolute error = 9.410448019941953e-06 relative error = 0.0009354868626250563 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.239e+04 Order of pole = 1.444e+08 TOP MAIN SOLVE Loop t[1] = 1.692000999984205 x1[1] (analytic) = 2.000331471205262 x1[1] (numeric) = 2.000316619664256 absolute error = 1.485154100633324e-05 relative error = 0.0007424539992556692 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005952954891601 x2[1] (numeric) = 1.005962476429903 absolute error = 9.5215383020264e-06 relative error = 0.000946519243840028 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.241e+04 Order of pole = 1.446e+08 TOP MAIN SOLVE Loop t[1] = 1.693000999984122 x1[1] (analytic) = 2.000331139899738 x1[1] (numeric) = 2.000316132771938 absolute error = 1.500712779956004e-05 relative error = 0.0007502321740745504 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005964706896681 x2[1] (numeric) = 1.005974340312469 absolute error = 9.633415788190547e-06 relative error = 0.000957629598945757 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.244e+04 Order of pole = 1.447e+08 TOP MAIN SOLVE Loop t[1] = 1.69400099998404 x1[1] (analytic) = 2.000330808925353 x1[1] (numeric) = 2.000315645392484 absolute error = 1.516353286845629e-05 relative error = 0.0007580512583617438 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005976482595026 x2[1] (numeric) = 1.005986228677978 absolute error = 9.746082951567203e-06 relative error = 0.0009688181702246276 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.247e+04 Order of pole = 1.449e+08 TOP MAIN SOLVE Loop t[1] = 1.695000999983958 x1[1] (analytic) = 2.000330478281777 x1[1] (numeric) = 2.000315157525407 absolute error = 1.532075636978547e-05 relative error = 0.0007659112599706793 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.005988282033906 x2[1] (numeric) = 1.005998141576179 absolute error = 9.85954227306074e-06 relative error = 0.0009800852007069835 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.249e+04 Order of pole = 1.45e+08 TOP MAIN SOLVE Loop t[1] = 1.696000999983876 x1[1] (analytic) = 2.000330147968679 x1[1] (numeric) = 2.000314669170223 absolute error = 1.547879845587019e-05 relative error = 0.0007738121865327481 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.006000105260682 x2[1] (numeric) = 1.006010079056916 absolute error = 9.973796234019616e-06 relative error = 0.0009914309334426098 % Correct digits = 5 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.252e+04 Order of pole = 1.452e+08 TOP MAIN SOLVE Loop t[1] = 1.697000999983793 x1[1] (analytic) = 2.000329817985729 x1[1] (numeric) = 2.000314180326435 absolute error = 1.563765929457617e-05 relative error = 0.0007817540464563394 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.006011952322813 x2[1] (numeric) = 1.006022041170141 absolute error = 1.00888473277827e-05 relative error = 0.001002855612648363 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.254e+04 Order of pole = 1.453e+08 TOP MAIN SOLVE Loop t[1] = 1.698000999983711 x1[1] (analytic) = 2.000329488332598 x1[1] (numeric) = 2.000313690993559 absolute error = 1.579733903911418e-05 relative error = 0.0007897368474171857 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.006023823267852 x2[1] (numeric) = 1.006034027965894 absolute error = 1.020469804147162e-05 relative error = 0.001014359481898137 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.257e+04 Order of pole = 1.455e+08 TOP MAIN SOLVE Loop t[1] = 1.699000999983629 x1[1] (analytic) = 2.000329159008954 x1[1] (numeric) = 2.000313201171106 absolute error = 1.595783784802407e-05 relative error = 0.000797760597357399 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.006035718143449 x2[1] (numeric) = 1.006046039494331 absolute error = 1.032135088263608e-05 relative error = 0.001025942786771352 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.26e+04 Order of pole = 1.456e+08 TOP MAIN SOLVE Loop t[1] = 1.700000999983547 x1[1] (analytic) = 2.00032883001447 x1[1] (numeric) = 2.000312710858585 absolute error = 1.611915588473067e-05 relative error = 0.0008058253044632702 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.006047636997346 x2[1] (numeric) = 1.006058075805703 absolute error = 1.043880835660538e-05 relative error = 0.001037605772601493 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.262e+04 Order of pole = 1.457e+08 TOP MAIN SOLVE Loop t[1] = 1.701000999983464 x1[1] (analytic) = 2.000328501348816 x1[1] (numeric) = 2.000312220055507 absolute error = 1.628129330866201e-05 relative error = 0.0008139309767212527 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.006059579877384 x2[1] (numeric) = 1.006070136950354 absolute error = 1.0557072969819e-05 relative error = 0.001049348684807084 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.265e+04 Order of pole = 1.459e+08 TOP MAIN SOLVE Loop t[1] = 1.702000999983382 x1[1] (analytic) = 2.000328173011663 x1[1] (numeric) = 2.000311728761379 absolute error = 1.644425028368701e-05 relative error = 0.0008220776223397786 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.006071546831499 x2[1] (numeric) = 1.006082222978746 absolute error = 1.067614724714616e-05 relative error = 0.001061171770613074 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.268e+04 Order of pole = 1.46e+08 TOP MAIN SOLVE Loop t[1] = 1.7030009999833 x1[1] (analytic) = 2.000327845002683 x1[1] (numeric) = 2.000311236975713 absolute error = 1.660802697056596e-05 relative error = 0.0008302652493718439 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.006083537907723 x2[1] (numeric) = 1.006094333941429 absolute error = 1.079603370590654e-05 relative error = 0.001073075276468418 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.27e+04 Order of pole = 1.462e+08 TOP MAIN SOLVE Loop t[1] = 1.704000999983218 x1[1] (analytic) = 2.000327517321549 x1[1] (numeric) = 2.000310744698014 absolute error = 1.677262353450004e-05 relative error = 0.0008384938660924233 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.006095553154184 x2[1] (numeric) = 1.006106469889062 absolute error = 1.091673487763067e-05 relative error = 0.001085059450208869 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.273e+04 Order of pole = 1.463e+08 TOP MAIN SOLVE Loop t[1] = 1.705000999983135 x1[1] (analytic) = 2.000327189967931 x1[1] (numeric) = 2.000310251927791 absolute error = 1.693804013980227e-05 relative error = 0.0008467634807320604 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.006107592619107 x2[1] (numeric) = 1.006118630872405 absolute error = 1.103825329784591e-05 relative error = 0.001097124540041592 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.275e+04 Order of pole = 1.465e+08 TOP MAIN SOLVE Loop t[1] = 1.706000999983053 x1[1] (analytic) = 2.000326862941503 x1[1] (numeric) = 2.000309758664546 absolute error = 1.71042769570029e-05 relative error = 0.0008550741018320807 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.006119656350814 x2[1] (numeric) = 1.006130816942316 absolute error = 1.116059150163551e-05 relative error = 0.001109270794103642 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.278e+04 Order of pole = 1.466e+08 TOP MAIN SOLVE Loop t[1] = 1.707000999982971 x1[1] (analytic) = 2.000326536241939 x1[1] (numeric) = 2.000309264907798 absolute error = 1.727133414153315e-05 relative error = 0.0008634257371789514 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.006131744397723 x2[1] (numeric) = 1.006143028149762 absolute error = 1.128375203918175e-05 relative error = 0.001121498462006711 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.281e+04 Order of pole = 1.468e+08 TOP MAIN SOLVE Loop t[1] = 1.708000999982888 x1[1] (analytic) = 2.000326209868911 x1[1] (numeric) = 2.000308770657045 absolute error = 1.743921186614372e-05 relative error = 0.0008718183954249432 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.006143856808349 x2[1] (numeric) = 1.006155264545808 absolute error = 1.140773745866852e-05 relative error = 0.001133807793137624 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.283e+04 Order of pole = 1.469e+08 TOP MAIN SOLVE Loop t[1] = 1.709000999982806 x1[1] (analytic) = 2.000325883822093 x1[1] (numeric) = 2.000308275911795 absolute error = 1.760791029781217e-05 relative error = 0.0008802520849336868 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.006155993631306 x2[1] (numeric) = 1.006167526181624 absolute error = 1.153255031782763e-05 relative error = 0.001146199037805821 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.286e+04 Order of pole = 1.471e+08 TOP MAIN SOLVE Loop t[1] = 1.710000999982724 x1[1] (analytic) = 2.000325558101158 x1[1] (numeric) = 2.000307780671551 absolute error = 1.777742960751283e-05 relative error = 0.0008887268142685905 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.006168154915303 x2[1] (numeric) = 1.006179813108481 absolute error = 1.165819317794359e-05 relative error = 0.001158672446647344 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.289e+04 Order of pole = 1.472e+08 TOP MAIN SOLVE Loop t[1] = 1.711000999982642 x1[1] (analytic) = 2.000325232705782 x1[1] (numeric) = 2.00030728493582 absolute error = 1.794776996222325e-05 relative error = 0.0008972425917932265 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.00618034070915 x2[1] (numeric) = 1.006192125377761 absolute error = 1.17846686111811e-05 relative error = 0.001171228271352961 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.291e+04 Order of pole = 1.474e+08 TOP MAIN SOLVE Loop t[1] = 1.712000999982559 x1[1] (analytic) = 2.000324907635638 x1[1] (numeric) = 2.000306788704101 absolute error = 1.811893153735866e-05 relative error = 0.0009057994262929535 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.006192551061751 x2[1] (numeric) = 1.006204463040942 absolute error = 1.191197919148124e-05 relative error = 0.00118386676376321 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.294e+04 Order of pole = 1.475e+08 TOP MAIN SOLVE Loop t[1] = 1.713000999982477 x1[1] (analytic) = 2.000324582890402 x1[1] (numeric) = 2.000306291975905 absolute error = 1.829091449678799e-05 relative error = 0.0009143973259758789 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.00620478602211 x2[1] (numeric) = 1.006216826149603 absolute error = 1.204012749300709e-05 relative error = 0.001196588175713818 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.297e+04 Order of pole = 1.477e+08 TOP MAIN SOLVE Loop t[1] = 1.714000999982395 x1[1] (analytic) = 2.000324258469749 x1[1] (numeric) = 2.000305794750735 absolute error = 1.84637190145942e-05 relative error = 0.000923036299560701 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.00621704563933 x2[1] (numeric) = 1.006229214755433 absolute error = 1.216911610235627e-05 relative error = 0.001209392760249281 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.299e+04 Order of pole = 1.478e+08 TOP MAIN SOLVE Loop t[1] = 1.715000999982313 x1[1] (analytic) = 2.000323934373355 x1[1] (numeric) = 2.00030529702809 absolute error = 1.863734526530436e-05 relative error = 0.0009317163557882896 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.006229329962612 x2[1] (numeric) = 1.006241628910228 absolute error = 1.229894761567429e-05 relative error = 0.001222280771335823 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.302e+04 Order of pole = 1.479e+08 TOP MAIN SOLVE Loop t[1] = 1.71600099998223 x1[1] (analytic) = 2.000323610600895 x1[1] (numeric) = 2.000304798807473 absolute error = 1.881179342166917e-05 relative error = 0.0009404375033106832 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.006241639041255 x2[1] (numeric) = 1.006254068665882 absolute error = 1.242962462666419e-05 relative error = 0.001235252462669614 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.305e+04 Order of pole = 1.481e+08 TOP MAIN SOLVE Loop t[1] = 1.717000999982148 x1[1] (analytic) = 2.000323287152045 x1[1] (numeric) = 2.000304300088386 absolute error = 1.898706365865976e-05 relative error = 0.0009491997508908945 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.006253972924657 x2[1] (numeric) = 1.006266534074395 absolute error = 1.256114973857692e-05 relative error = 0.001248308088868279 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.307e+04 Order of pole = 1.482e+08 TOP MAIN SOLVE Loop t[1] = 1.718000999982066 x1[1] (analytic) = 2.000322964026483 x1[1] (numeric) = 2.000303800870331 absolute error = 1.916315615213549e-05 relative error = 0.0009580031073363101 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.006266331662315 x2[1] (numeric) = 1.006279025187878 absolute error = 1.269352556332315e-05 relative error = 0.001261447905382456 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.31e+04 Order of pole = 1.484e+08 TOP MAIN SOLVE Loop t[1] = 1.719000999981984 x1[1] (analytic) = 2.000322641223885 x1[1] (numeric) = 2.00030330115281 absolute error = 1.934007107440294e-05 relative error = 0.0009668475812766805 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.006278715303826 x2[1] (numeric) = 1.006291542058538 absolute error = 1.282675471125927e-05 relative error = 0.001274672167480605 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.312e+04 Order of pole = 1.485e+08 TOP MAIN SOLVE Loop t[1] = 1.720000999981901 x1[1] (analytic) = 2.000322318743927 x1[1] (numeric) = 2.00030280093532 absolute error = 1.951780860753871e-05 relative error = 0.0009757331818301476 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.006291123898886 x2[1] (numeric) = 1.006304084738688 absolute error = 1.296083980206753e-05 relative error = 0.001287981131330127 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.315e+04 Order of pole = 1.487e+08 TOP MAIN SOLVE Loop t[1] = 1.721000999981819 x1[1] (analytic) = 2.00032199658629 x1[1] (numeric) = 2.000302300217361 absolute error = 1.96963689282903e-05 relative error = 0.0009846599178484133 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.006303557497291 x2[1] (numeric) = 1.006316653280754 absolute error = 1.309578346275764e-05 relative error = 0.001301375053798604 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.318e+04 Order of pole = 1.488e+08 TOP MAIN SOLVE Loop t[1] = 1.722000999981737 x1[1] (analytic) = 2.000321674750648 x1[1] (numeric) = 2.000301798998434 absolute error = 1.987575221340521e-05 relative error = 0.0009936277981831517 % Correct digits = 5 h = 1e-06 x2[1] (analytic) = 1.006316016148936 x2[1] (numeric) = 1.006329247737261 absolute error = 1.323158832478022e-05 relative error = 0.0013148541921668 % Correct digits = 4 h = 1e-06 Complex estimate of poles used for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 2202 Order of pole = 2217 TOP MAIN SOLVE Loop t[1] = 1.723000999981654 x1[1] (analytic) = 2.000321353236681 x1[1] (numeric) = 2.000301297278038 absolute error = 2.005595864273957e-05 relative error = 0.001002636831841415 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006328499903816 x2[1] (numeric) = 1.006341868160843 absolute error = 1.33682570271354e-05 relative error = 0.00132841880443743 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.323e+04 Order of pole = 1.491e+08 TOP MAIN SOLVE Loop t[1] = 1.724000999981572 x1[1] (analytic) = 2.000321032044067 x1[1] (numeric) = 2.000300795055671 absolute error = 2.02369883965936e-05 relative error = 0.001011687027852426 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006341008812027 x2[1] (numeric) = 1.006354514604243 absolute error = 1.350579221548465e-05 relative error = 0.001342069149246741 % Correct digits = 4 h = 1e-06 Complex estimate of poles used for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 1782 Order of pole = 8.165e+04 TOP MAIN SOLVE Loop t[1] = 1.72500099998149 x1[1] (analytic) = 2.000320711172486 x1[1] (numeric) = 2.000300292330829 absolute error = 2.041884165704388e-05 relative error = 0.001020778395334186 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006353542923767 x2[1] (numeric) = 1.006367187120306 absolute error = 1.36441965388201e-05 relative error = 0.001355805485533395 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.328e+04 Order of pole = 1.494e+08 TOP MAIN SOLVE Loop t[1] = 1.726000999981408 x1[1] (analytic) = 2.000320390621615 x1[1] (numeric) = 2.000299789103013 absolute error = 2.060151860217019e-05 relative error = 0.001029910943204858 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006366102289331 x2[1] (numeric) = 1.006379885761981 absolute error = 1.378347265013069e-05 relative error = 0.00136962807260453 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.331e+04 Order of pole = 1.496e+08 TOP MAIN SOLVE Loop t[1] = 1.727000999981325 x1[1] (analytic) = 2.000320070391136 x1[1] (numeric) = 2.000299285371715 absolute error = 2.078501942071043e-05 relative error = 0.001039084680915399 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006378686959117 x2[1] (numeric) = 1.006392610582335 absolute error = 1.392362321794849e-05 relative error = 0.001383537171282933 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.334e+04 Order of pole = 1.497e+08 TOP MAIN SOLVE Loop t[1] = 1.728000999981243 x1[1] (analytic) = 2.000319750480727 x1[1] (numeric) = 2.000298781136434 absolute error = 2.096934429252073e-05 relative error = 0.00104829961747272 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006391296983624 x2[1] (numeric) = 1.006405361634519 absolute error = 1.406465089504039e-05 relative error = 0.001397533040795886 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.336e+04 Order of pole = 1.499e+08 TOP MAIN SOLVE Loop t[1] = 1.729000999981161 x1[1] (analytic) = 2.000319430890068 x1[1] (numeric) = 2.000298276396665 absolute error = 2.115449340323039e-05 relative error = 0.001057555762172316 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006403932413452 x2[1] (numeric) = 1.006418138971813 absolute error = 1.420655836126272e-05 relative error = 0.001411615943033335 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.339e+04 Order of pole = 1.5e+08 TOP MAIN SOLVE Loop t[1] = 1.730000999981079 x1[1] (analytic) = 2.00031911161884 x1[1] (numeric) = 2.000297771151905 absolute error = 2.134046693491598e-05 relative error = 0.001066853124132046 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006416593299303 x2[1] (numeric) = 1.006430942647602 absolute error = 1.434934829935841e-05 relative error = 0.001425786140142762 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.342e+04 Order of pole = 1.502e+08 TOP MAIN SOLVE Loop t[1] = 1.731000999980996 x1[1] (analytic) = 2.000318792666724 x1[1] (numeric) = 2.000297265401647 absolute error = 2.152726507675951e-05 relative error = 0.001076191712824956 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006429279691979 x2[1] (numeric) = 1.00644377271537 absolute error = 1.449302339051606e-05 relative error = 0.001440043894087788 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.344e+04 Order of pole = 1.503e+08 TOP MAIN SOLVE Loop t[1] = 1.732000999980914 x1[1] (analytic) = 2.000318474033401 x1[1] (numeric) = 2.000296759145386 absolute error = 2.171488801439025e-05 relative error = 0.001085571537546459 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006441991642387 x2[1] (numeric) = 1.006456629228718 absolute error = 1.463758633035717e-05 relative error = 0.001454389468236561 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.347e+04 Order of pole = 1.505e+08 TOP MAIN SOLVE Loop t[1] = 1.733000999980832 x1[1] (analytic) = 2.000318155718551 x1[1] (numeric) = 2.000296252382616 absolute error = 2.190333593476979e-05 relative error = 0.00109499260765854 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006454729201533 x2[1] (numeric) = 1.006469512241345 absolute error = 1.478303981183871e-05 relative error = 0.001468823125662768 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.35e+04 Order of pole = 1.506e+08 TOP MAIN SOLVE Loop t[1] = 1.73400099998075 x1[1] (analytic) = 2.000317837721857 x1[1] (numeric) = 2.000295745112826 absolute error = 2.209260903063281e-05 relative error = 0.001104454932811771 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006467492420526 x2[1] (numeric) = 1.006482421807067 absolute error = 1.492938654057419e-05 relative error = 0.0014833451306678 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.352e+04 Order of pole = 1.508e+08 TOP MAIN SOLVE Loop t[1] = 1.735000999980667 x1[1] (analytic) = 2.000317520043001 x1[1] (numeric) = 2.000295237335514 absolute error = 2.228270748760863e-05 relative error = 0.00111395852230148 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006480281350579 x2[1] (numeric) = 1.006495357979799 absolute error = 1.507662922062281e-05 relative error = 0.001497955747368615 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.355e+04 Order of pole = 1.509e+08 TOP MAIN SOLVE Loop t[1] = 1.736000999980585 x1[1] (analytic) = 2.000317202681666 x1[1] (numeric) = 2.000294729050172 absolute error = 2.247363149310289e-05 relative error = 0.001123503385511772 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006493096043005 x2[1] (numeric) = 1.00650832081358 absolute error = 1.522477057447347e-05 relative error = 0.001512655241683143 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.358e+04 Order of pole = 1.511e+08 TOP MAIN SOLVE Loop t[1] = 1.737000999980503 x1[1] (analytic) = 2.000316885637532 x1[1] (numeric) = 2.000294220256291 absolute error = 2.266538124162665e-05 relative error = 0.001133089532181939 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006505936549223 x2[1] (numeric) = 1.006521310362543 absolute error = 1.5373813319286e-05 relative error = 0.001527443878969525 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.361e+04 Order of pole = 1.512e+08 TOP MAIN SOLVE Loop t[1] = 1.73800099998042 x1[1] (analytic) = 2.000316568910285 x1[1] (numeric) = 2.000293710953361 absolute error = 2.285795692413828e-05 relative error = 0.001142716971873639 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006518802920753 x2[1] (numeric) = 1.006534326680936 absolute error = 1.552376018287838e-05 relative error = 0.001542321925614401 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.363e+04 Order of pole = 1.514e+08 TOP MAIN SOLVE Loop t[1] = 1.739000999980338 x1[1] (analytic) = 2.000316252499606 x1[1] (numeric) = 2.000293201140874 absolute error = 2.305135873248432e-05 relative error = 0.001152385714192904 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006531695209219 x2[1] (numeric) = 1.00654736982312 absolute error = 1.567461390039604e-05 relative error = 0.001557289648701811 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.366e+04 Order of pole = 1.515e+08 TOP MAIN SOLVE Loop t[1] = 1.740000999980256 x1[1] (analytic) = 2.00031593640518 x1[1] (numeric) = 2.000292690818319 absolute error = 2.324558686073175e-05 relative error = 0.001162095768856744 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006544613466348 x2[1] (numeric) = 1.006560439843558 absolute error = 1.582637720964897e-05 relative error = 0.001572347315549773 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.369e+04 Order of pole = 1.517e+08 TOP MAIN SOLVE Loop t[1] = 1.741000999980174 x1[1] (analytic) = 2.000315620626691 x1[1] (numeric) = 2.000292179985188 absolute error = 2.344064150205938e-05 relative error = 0.001171847145537739 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006557557743972 x2[1] (numeric) = 1.006573536796827 absolute error = 1.597905285577461e-05 relative error = 0.001587495194173392 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.371e+04 Order of pole = 1.518e+08 TOP MAIN SOLVE Loop t[1] = 1.742000999980091 x1[1] (analytic) = 2.000315305163822 x1[1] (numeric) = 2.000291668640966 absolute error = 2.363652285541917e-05 relative error = 0.001181639854197056 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006570528094024 x2[1] (numeric) = 1.006586660737613 absolute error = 1.613264358901745e-05 relative error = 0.001602733553064102 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.374e+04 Order of pole = 1.52e+08 TOP MAIN SOLVE Loop t[1] = 1.743000999980009 x1[1] (analytic) = 2.000314990016258 x1[1] (numeric) = 2.000291156785146 absolute error = 2.383323111221358e-05 relative error = 0.001191473904418417 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006583524568545 x2[1] (numeric) = 1.006599811720713 absolute error = 1.628715216717147e-05 relative error = 0.001618062661432162 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.377e+04 Order of pole = 1.521e+08 TOP MAIN SOLVE Loop t[1] = 1.744000999979927 x1[1] (analytic) = 2.000314675183684 x1[1] (numeric) = 2.000290644417215 absolute error = 2.403076646917413e-05 relative error = 0.001201349306051931 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006596547219679 x2[1] (numeric) = 1.006612989801035 absolute error = 1.644258135669041e-05 relative error = 0.00163348278931678 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.379e+04 Order of pole = 1.523e+08 TOP MAIN SOLVE Loop t[1] = 1.745000999979845 x1[1] (analytic) = 2.000314360665786 x1[1] (numeric) = 2.000290131536658 absolute error = 2.42291291279173e-05 relative error = 0.001211266069191888 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006609596099672 x2[1] (numeric) = 1.006626195033597 absolute error = 1.659893392491618e-05 relative error = 0.00164899420681388 % Correct digits = 4 h = 1e-06 Complex estimate of poles used for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 2275 Order of pole = 2.109e+05 TOP MAIN SOLVE Loop t[1] = 1.746000999979762 x1[1] (analytic) = 2.000314046462248 x1[1] (numeric) = 2.000289618142964 absolute error = 2.442831928339828e-05 relative error = 0.001221224203599538 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006622671260878 x2[1] (numeric) = 1.00663942747353 absolute error = 1.675621265206928e-05 relative error = 0.001664597185267122 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.385e+04 Order of pole = 1.526e+08 TOP MAIN SOLVE Loop t[1] = 1.74700099997968 x1[1] (analytic) = 2.000313732572756 x1[1] (numeric) = 2.00028910423562 absolute error = 2.462833713634538e-05 relative error = 0.001231223719324718 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006635772755754 x2[1] (numeric) = 1.006652687176067 absolute error = 1.691442031281909e-05 relative error = 0.001680291995436877 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.387e+04 Order of pole = 1.528e+08 TOP MAIN SOLVE Loop t[1] = 1.748000999979598 x1[1] (analytic) = 2.000313418996998 x1[1] (numeric) = 2.000288589814112 absolute error = 2.482918288615465e-05 relative error = 0.001241264626350633 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006648900636865 x2[1] (numeric) = 1.006665974196569 absolute error = 1.707355970448354e-05 relative error = 0.001696078910301478 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.39e+04 Order of pole = 1.529e+08 TOP MAIN SOLVE Loop t[1] = 1.749000999979516 x1[1] (analytic) = 2.000313105734658 x1[1] (numeric) = 2.000288074877925 absolute error = 2.503085673355443e-05 relative error = 0.001251346934727067 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006662054956876 x2[1] (numeric) = 1.006679288590494 absolute error = 1.723363361749719e-05 relative error = 0.001711958202123299 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.393e+04 Order of pole = 1.531e+08 TOP MAIN SOLVE Loop t[1] = 1.750000999979433 x1[1] (analytic) = 2.000312792785425 x1[1] (numeric) = 2.000287559426542 absolute error = 2.523335888238165e-05 relative error = 0.001261470654659181 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006675235768564 x2[1] (numeric) = 1.006692630413419 absolute error = 1.739464485495112e-05 relative error = 0.001727930144389702 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.395e+04 Order of pole = 1.532e+08 TOP MAIN SOLVE Loop t[1] = 1.751000999979351 x1[1] (analytic) = 2.000312480148983 x1[1] (numeric) = 2.000287043459451 absolute error = 2.543668953203237e-05 relative error = 0.001271635796130105 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006688443124807 x2[1] (numeric) = 1.006705999721034 absolute error = 1.755659622637573e-05 relative error = 0.001743995011195246 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.398e+04 Order of pole = 1.534e+08 TOP MAIN SOLVE Loop t[1] = 1.752000999979269 x1[1] (analytic) = 2.000312167825022 x1[1] (numeric) = 2.000286526976134 absolute error = 2.56408488881199e-05 relative error = 0.001281842369433751 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006701677078592 x2[1] (numeric) = 1.006719396569126 absolute error = 1.771949053441801e-05 relative error = 0.001760153075918108 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.401e+04 Order of pole = 1.535e+08 TOP MAIN SOLVE Loop t[1] = 1.753000999979186 x1[1] (analytic) = 2.000311855813229 x1[1] (numeric) = 2.000286009976078 absolute error = 2.584583715137256e-05 relative error = 0.001292090384619798 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.00671493768301 x2[1] (numeric) = 1.006732821013616 absolute error = 1.788333060637193e-05 relative error = 0.001776404614352008 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.404e+04 Order of pole = 1.537e+08 TOP MAIN SOLVE Loop t[1] = 1.754000999979104 x1[1] (analytic) = 2.000311544113292 x1[1] (numeric) = 2.000285492458762 absolute error = 2.60516545296241e-05 relative error = 0.00130237985209311 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006728224991259 x2[1] (numeric) = 1.006746273110524 absolute error = 1.804811926486849e-05 relative error = 0.001792749901794518 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.406e+04 Order of pole = 1.538e+08 TOP MAIN SOLVE Loop t[1] = 1.755000999979022 x1[1] (analytic) = 2.000311232724899 x1[1] (numeric) = 2.000284974423657 absolute error = 2.625830124225459e-05 relative error = 0.001312710782835756 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006741539056645 x2[1] (numeric) = 1.006759752915995 absolute error = 1.821385934963615e-05 relative error = 0.001809189215208426 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.409e+04 Order of pole = 1.54e+08 TOP MAIN SOLVE Loop t[1] = 1.75600099997894 x1[1] (analytic) = 2.000310921647738 x1[1] (numeric) = 2.000284455870271 absolute error = 2.646577746778789e-05 relative error = 0.001323083185787284 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.00675487993258 x2[1] (numeric) = 1.006773260486269 absolute error = 1.838055368841296e-05 relative error = 0.001825722830332231 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.412e+04 Order of pole = 1.541e+08 TOP MAIN SOLVE Loop t[1] = 1.757000999978857 x1[1] (analytic) = 2.0003106108815 x1[1] (numeric) = 2.000283936798071 absolute error = 2.667408342871269e-05 relative error = 0.001333497072085116 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006768247672583 x2[1] (numeric) = 1.006786795877713 absolute error = 1.854820513003119e-05 relative error = 0.00184235102496631 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.414e+04 Order of pole = 1.543e+08 TOP MAIN SOLVE Loop t[1] = 1.758000999978775 x1[1] (analytic) = 2.000310300425872 x1[1] (numeric) = 2.00028341720654 absolute error = 2.688321933197457e-05 relative error = 0.001343952452089611 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.00678164233028 x2[1] (numeric) = 1.006800359146806 absolute error = 1.871681652598767e-05 relative error = 0.001859074077142093 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.417e+04 Order of pole = 1.544e+08 TOP MAIN SOLVE Loop t[1] = 1.759000999978693 x1[1] (analytic) = 2.000309990280544 x1[1] (numeric) = 2.000282897095158 absolute error = 2.709318538673955e-05 relative error = 0.00135444933627211 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006795063959405 x2[1] (numeric) = 1.006813950350144 absolute error = 1.888639073888143e-05 relative error = 0.001875892265959991 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.42e+04 Order of pole = 1.546e+08 TOP MAIN SOLVE Loop t[1] = 1.760000999978611 x1[1] (analytic) = 2.000309680445207 x1[1] (numeric) = 2.000282376463403 absolute error = 2.730398180483817e-05 relative error = 0.001364987735237133 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.0068085126138 x2[1] (numeric) = 1.006827569544423 absolute error = 1.905693062309588e-05 relative error = 0.001892805869670462 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.422e+04 Order of pole = 1.548e+08 TOP MAIN SOLVE Loop t[1] = 1.761000999978528 x1[1] (analytic) = 2.000309370919551 x1[1] (numeric) = 2.000281855310757 absolute error = 2.75156087941042e-05 relative error = 0.001375567659389365 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006821988347414 x2[1] (numeric) = 1.006841216786469 absolute error = 1.922843905455274e-05 relative error = 0.00190981516862917 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.425e+04 Order of pole = 1.549e+08 TOP MAIN SOLVE Loop t[1] = 1.762000999978446 x1[1] (analytic) = 2.000309061703265 x1[1] (numeric) = 2.000281333636698 absolute error = 2.772806656770044e-05 relative error = 0.001386189119399877 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006835491214306 x2[1] (numeric) = 1.006854892133214 absolute error = 1.94009189080635e-05 relative error = 0.001926920443047235 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.428e+04 Order of pole = 1.551e+08 TOP MAIN SOLVE Loop t[1] = 1.763000999978364 x1[1] (analytic) = 2.000308752796041 x1[1] (numeric) = 2.000280811440704 absolute error = 2.794135533790154e-05 relative error = 0.001396852125895314 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.00684902126864 x2[1] (numeric) = 1.006868595641702 absolute error = 1.957437306221443e-05 relative error = 0.001944121973476275 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.431e+04 Order of pole = 1.552e+08 TOP MAIN SOLVE Loop t[1] = 1.764000999978282 x1[1] (analytic) = 2.00030844419757 x1[1] (numeric) = 2.000280288722253 absolute error = 2.815547531742624e-05 relative error = 0.001407556689524494 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006862578564691 x2[1] (numeric) = 1.006882327369105 absolute error = 1.97488044135774e-05 relative error = 0.001961420042219648 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.433e+04 Order of pole = 1.554e+08 TOP MAIN SOLVE Loop t[1] = 1.765000999978199 x1[1] (analytic) = 2.000308135907543 x1[1] (numeric) = 2.000279765480822 absolute error = 2.837042672165779e-05 relative error = 0.001418302821069419 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006876163156845 x2[1] (numeric) = 1.006896087372699 absolute error = 1.992421585406134e-05 relative error = 0.001978814931082809 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.436e+04 Order of pole = 1.555e+08 TOP MAIN SOLVE Loop t[1] = 1.766000999978117 x1[1] (analytic) = 2.000307827925653 x1[1] (numeric) = 2.000279241715886 absolute error = 2.858620976642356e-05 relative error = 0.001429090531334263 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006889775099591 x2[1] (numeric) = 1.006909875709882 absolute error = 2.010061029023014e-05 relative error = 0.001996306923291776 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.439e+04 Order of pole = 1.557e+08 TOP MAIN SOLVE Loop t[1] = 1.767000999978035 x1[1] (analytic) = 2.00030752025159 x1[1] (numeric) = 2.000278717426924 absolute error = 2.880282466533046e-05 relative error = 0.001439919831012172 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006903414447534 x2[1] (numeric) = 1.006923692438156 absolute error = 2.027799062243041e-05 relative error = 0.002013896301419983 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.441e+04 Order of pole = 1.558e+08 TOP MAIN SOLVE Loop t[1] = 1.768000999977952 x1[1] (analytic) = 2.000307212885047 x1[1] (numeric) = 2.000278192613408 absolute error = 2.902027163909082e-05 relative error = 0.001450790731151483 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006917081255383 x2[1] (numeric) = 1.006937537615157 absolute error = 2.045635977410143e-05 relative error = 0.002031583350299041 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.444e+04 Order of pole = 1.56e+08 TOP MAIN SOLVE Loop t[1] = 1.76900099997787 x1[1] (analytic) = 2.000306905825717 x1[1] (numeric) = 2.000277667274819 absolute error = 2.923855089820293e-05 relative error = 0.001461703242289882 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.00693077557796 x2[1] (numeric) = 1.006951411298619 absolute error = 2.063572065935659e-05 relative error = 0.002049368353798906 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.447e+04 Order of pole = 1.562e+08 TOP MAIN SOLVE Loop t[1] = 1.770000999977788 x1[1] (analytic) = 2.000306599073293 x1[1] (numeric) = 2.000277141410628 absolute error = 2.945766266559957e-05 relative error = 0.001472657375586662 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006944497470196 x2[1] (numeric) = 1.006965313546408 absolute error = 2.081607621251536e-05 relative error = 0.002067251597760629 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.45e+04 Order of pole = 1.563e+08 TOP MAIN SOLVE Loop t[1] = 1.771000999977706 x1[1] (analytic) = 2.000306292627469 x1[1] (numeric) = 2.000276615020311 absolute error = 2.967760715755219e-05 relative error = 0.001483653141868072 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006958246987131 x2[1] (numeric) = 1.006979244416497 absolute error = 2.09974293665649e-05 relative error = 0.002085233367857134 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.452e+04 Order of pole = 1.565e+08 TOP MAIN SOLVE Loop t[1] = 1.772000999977623 x1[1] (analytic) = 2.000305986487936 x1[1] (numeric) = 2.00027608810334 absolute error = 2.989838459654948e-05 relative error = 0.001494690552271153 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006972024183917 x2[1] (numeric) = 1.006993203966975 absolute error = 2.117978305848922e-05 relative error = 0.0021033139501223 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.455e+04 Order of pole = 1.566e+08 TOP MAIN SOLVE Loop t[1] = 1.773000999977541 x1[1] (analytic) = 2.000305680654391 x1[1] (numeric) = 2.00027556065919 absolute error = 3.011999520108333e-05 relative error = 0.001505769617733111 % Correct digits = 4 h = 1e-06 x2[1] (analytic) = 1.006985829115815 x2[1] (numeric) = 1.007007192256051 absolute error = 2.136314023593044e-05 relative error = 0.002121493631612311 % Correct digits = 4 h = 1e-06 NO POLE for equation 1 Complex estimate of poles used for equation 2 Radius of convergence = 5.458e+04 Order of pole = 1.568e+08 Finished! Maximum Time Reached before Solution Completed! 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 = 273201 Total Elapsed Time = 3 Minutes 0 Seconds Elapsed Time(since restart) = 3 Minutes 0 Seconds Expected Time Remaining = 35 Minutes 25 Seconds Optimized Time Remaining = 35 Minutes 25 Seconds Expected Total Time = 38 Minutes 25 Seconds Time to Timeout = 0 Seconds Percent Done = 7.806 %