##############ECHO OF PROBLEM################# ##############temp/mtest8postode.ode################# diff ( y2 , x , 4 ) = y1 - 1.0; diff ( y1 , x , 1 ) = m1 * diff ( y2 , x , 3 ) ; ! #BEGIN FIRST INPUT BLOCK # Digits:=32; ELIMINATED in preodein.rb max_terms=30 ! #END FIRST INPUT BLOCK #BEGIN SECOND INPUT BLOCK x_start=0.1 x_end=5.1 $array_y1_init[0 + 1] = exact_soln_y1(x_start) $array_y2_init[0 + 1] = exact_soln_y2(x_start) $array_y2_init[1 + 1] = exact_soln_y2p(x_start) $array_y2_init[2 + 1] = exact_soln_y2pp(x_start) $array_y2_init[3 + 1] = exact_soln_y2ppp(x_start) $glob_look_poles=true $glob_max_iter=20 #END SECOND INPUT BLOCK #BEGIN OVERRIDE BLOCK $glob_desired_digits_correct=10 $glob_display_interval=0.001 $glob_look_poles=true $glob_max_iter=10000000 $glob_max_minutes=3 $glob_subiter_method=3 #END OVERRIDE BLOCK ! #BEGIN USER DEF BLOCK def exact_soln_y1 (x) return(1.0 + sin(x)) end def exact_soln_y2 (x) return(1.0 + sin(x)) end def exact_soln_y2p (x) return( cos(x)) end def exact_soln_y2pp (x) return( -sin(x)) end def exact_soln_y2ppp (x) return( -cos(x)) end #END USER DEF BLOCK #######END OF ECHO OF PROBLEM################# START of Optimize min_size 0.0 min_size 1.0 opt_iter 1 $glob_desired_digits_correct 10 desired_abs_gbl_error 1.0e-10 range 5.0 estimated_steps 5000.0 step_error 2.0e-14 est_needed_step_err 2.0e-14 hn_div_ho 0.5 hn_div_ho_2 0.25 hn_div_ho_3 0.125 value3 2.475922558289147e-106 max_value3 2.475922558289147e-106 value3 2.475922558289147e-106 best_h 0.001 START of Soultion TOP MAIN SOLVE Loop x[1] 0.1 y2[1] (analytic) 1.0998334166468282 y2[1] (numeric) 1.0998334166468282 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.0998334166468282 y1[1] (numeric) 1.0998334166468282 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.101 y2[1] (analytic) 1.100828370729568 y2[1] (numeric) 1.100828370729568 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.100828370729568 y1[1] (numeric) 1.100828370729568 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.10200000000000001 y2[1] (analytic) 1.1018232239839456 y2[1] (numeric) 1.1018232239839456 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.1018232239839456 y1[1] (numeric) 1.1018232239839456 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.10300000000000001 y2[1] (analytic) 1.1028179754151075 y2[1] (numeric) 1.1028179754151077 absolute error 2.220446049250313e-16 relative error 2.0134293226536532e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1028179754151075 y1[1] (numeric) 1.1028179754151077 absolute error 2.220446049250313e-16 relative error 2.0134293226536532e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.10400000000000001 y2[1] (analytic) 1.1038126240283028 y2[1] (numeric) 1.1038126240283028 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.1038126240283028 y1[1] (numeric) 1.1038126240283028 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.10500000000000001 y2[1] (analytic) 1.1048071688288825 y2[1] (numeric) 1.1048071688288825 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.1048071688288825 y1[1] (numeric) 1.1048071688288825 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.10600000000000001 y2[1] (analytic) 1.1058016088223022 y2[1] (numeric) 1.1058016088223022 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.1058016088223022 y1[1] (numeric) 1.1058016088223022 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.10700000000000001 y2[1] (analytic) 1.1067959430141219 y2[1] (numeric) 1.1067959430141219 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.1067959430141219 y1[1] (numeric) 1.1067959430141219 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.10800000000000001 y2[1] (analytic) 1.1077901704100075 y2[1] (numeric) 1.1077901704100075 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.1077901704100075 y1[1] (numeric) 1.1077901704100075 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.10900000000000001 y2[1] (analytic) 1.1087842900157316 y2[1] (numeric) 1.1087842900157316 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.1087842900157316 y1[1] (numeric) 1.1087842900157316 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.11000000000000001 y2[1] (analytic) 1.1097783008371749 y2[1] (numeric) 1.1097783008371749 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.1097783008371749 y1[1] (numeric) 1.1097783008371749 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.11100000000000002 y2[1] (analytic) 1.1107722018803263 y2[1] (numeric) 1.1107722018803263 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.1107722018803263 y1[1] (numeric) 1.1107722018803263 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.11200000000000002 y2[1] (analytic) 1.1117659921512852 y2[1] (numeric) 1.1117659921512852 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.1117659921512852 y1[1] (numeric) 1.1117659921512852 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.11300000000000002 y2[1] (analytic) 1.1127596706562612 y2[1] (numeric) 1.1127596706562612 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.1127596706562612 y1[1] (numeric) 1.1127596706562612 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.11400000000000002 y2[1] (analytic) 1.113753236401576 y2[1] (numeric) 1.113753236401576 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.113753236401576 y1[1] (numeric) 1.113753236401576 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.11500000000000002 y2[1] (analytic) 1.1147466883936639 y2[1] (numeric) 1.1147466883936639 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.1147466883936639 y1[1] (numeric) 1.1147466883936639 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.11600000000000002 y2[1] (analytic) 1.1157400256390728 y2[1] (numeric) 1.1157400256390728 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.1157400256390728 y1[1] (numeric) 1.1157400256390728 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.11700000000000002 y2[1] (analytic) 1.1167332471444658 y2[1] (numeric) 1.1167332471444658 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.1167332471444658 y1[1] (numeric) 1.1167332471444658 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.11800000000000002 y2[1] (analytic) 1.1177263519166214 y2[1] (numeric) 1.1177263519166214 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.1177263519166214 y1[1] (numeric) 1.1177263519166214 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.11900000000000002 y2[1] (analytic) 1.118719338962435 y2[1] (numeric) 1.1187193389624348 absolute error 2.220446049250313e-16 relative error 1.9848106418806373e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.118719338962435 y1[1] (numeric) 1.1187193389624348 absolute error 2.220446049250313e-16 relative error 1.9848106418806373e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.12000000000000002 y2[1] (analytic) 1.1197122072889194 y2[1] (numeric) 1.1197122072889192 absolute error 2.220446049250313e-16 relative error 1.983050675696859e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1197122072889194 y1[1] (numeric) 1.1197122072889192 absolute error 2.220446049250313e-16 relative error 1.983050675696859e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.12100000000000002 y2[1] (analytic) 1.1207049559032065 y2[1] (numeric) 1.1207049559032063 absolute error 2.220446049250313e-16 relative error 1.9812940395724362e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1207049559032065 y1[1] (numeric) 1.1207049559032063 absolute error 2.220446049250313e-16 relative error 1.9812940395724362e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.12200000000000003 y2[1] (analytic) 1.1216975838125478 y2[1] (numeric) 1.1216975838125476 absolute error 2.220446049250313e-16 relative error 1.9795407258551984e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1216975838125478 y1[1] (numeric) 1.1216975838125476 absolute error 2.220446049250313e-16 relative error 1.9795407258551984e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.12300000000000003 y2[1] (analytic) 1.1226900900243153 y2[1] (numeric) 1.122690090024315 absolute error 2.220446049250313e-16 relative error 1.977790726915762e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1226900900243153 y1[1] (numeric) 1.122690090024315 absolute error 2.220446049250313e-16 relative error 1.977790726915762e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.12400000000000003 y2[1] (analytic) 1.1236824735460031 y2[1] (numeric) 1.123682473546003 absolute error 2.220446049250313e-16 relative error 1.976044035147451e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1236824735460031 y1[1] (numeric) 1.123682473546003 absolute error 2.220446049250313e-16 relative error 1.976044035147451e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.12500000000000003 y2[1] (analytic) 1.1246747333852278 y2[1] (numeric) 1.1246747333852274 absolute error 4.440892098500626e-16 relative error 3.9486012859324324e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1246747333852278 y1[1] (numeric) 1.1246747333852274 absolute error 4.440892098500626e-16 relative error 3.9486012859324324e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.12600000000000003 y2[1] (analytic) 1.1256668685497293 y2[1] (numeric) 1.1256668685497289 absolute error 4.440892098500626e-16 relative error 3.9451210856211125e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1256668685497293 y1[1] (numeric) 1.1256668685497289 absolute error 4.440892098500626e-16 relative error 3.9451210856211125e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.12700000000000003 y2[1] (analytic) 1.1266588780473727 y2[1] (numeric) 1.1266588780473723 absolute error 4.440892098500626e-16 relative error 3.9416474542828746e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1266588780473727 y1[1] (numeric) 1.1266588780473723 absolute error 4.440892098500626e-16 relative error 3.9416474542828746e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.12800000000000003 y2[1] (analytic) 1.1276507608861488 y2[1] (numeric) 1.1276507608861484 absolute error 4.440892098500626e-16 relative error 3.938180376884429e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1276507608861488 y1[1] (numeric) 1.1276507608861484 absolute error 4.440892098500626e-16 relative error 3.938180376884429e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.12900000000000003 y2[1] (analytic) 1.1286425160741744 y2[1] (numeric) 1.128642516074174 absolute error 4.440892098500626e-16 relative error 3.934719838437107e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1286425160741744 y1[1] (numeric) 1.128642516074174 absolute error 4.440892098500626e-16 relative error 3.934719838437107e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.13000000000000003 y2[1] (analytic) 1.129634142619695 y2[1] (numeric) 1.1296341426196943 absolute error 6.661338147750939e-16 relative error 5.896898735995057e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.129634142619695 y1[1] (numeric) 1.1296341426196943 absolute error 6.661338147750939e-16 relative error 5.896898735995057e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.13100000000000003 y2[1] (analytic) 1.1306256395310834 y2[1] (numeric) 1.130625639531083 absolute error 4.440892098500626e-16 relative error 3.927818318663325e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1306256395310834 y1[1] (numeric) 1.130625639531083 absolute error 4.440892098500626e-16 relative error 3.927818318663325e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.13200000000000003 y2[1] (analytic) 1.1316170058168433 y2[1] (numeric) 1.1316170058168429 absolute error 4.440892098500626e-16 relative error 3.924377307581221e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1316170058168433 y1[1] (numeric) 1.1316170058168429 absolute error 4.440892098500626e-16 relative error 3.924377307581221e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.13300000000000003 y2[1] (analytic) 1.1326082404856084 y2[1] (numeric) 1.132608240485608 absolute error 4.440892098500626e-16 relative error 3.9209427759386455e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1326082404856084 y1[1] (numeric) 1.132608240485608 absolute error 4.440892098500626e-16 relative error 3.9209427759386455e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.13400000000000004 y2[1] (analytic) 1.1335993425461441 y2[1] (numeric) 1.1335993425461435 absolute error 6.661338147750939e-16 relative error 5.876272063451539e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1335993425461441 y1[1] (numeric) 1.1335993425461435 absolute error 6.661338147750939e-16 relative error 5.876272063451539e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.13500000000000004 y2[1] (analytic) 1.1345903110073483 y2[1] (numeric) 1.1345903110073476 absolute error 6.661338147750939e-16 relative error 5.871139637916224e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1345903110073483 y1[1] (numeric) 1.1345903110073476 absolute error 6.661338147750939e-16 relative error 5.871139637916224e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.13600000000000004 y2[1] (analytic) 1.1355811448782527 y2[1] (numeric) 1.135581144878252 absolute error 6.661338147750939e-16 relative error 5.866016865281002e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1355811448782527 y1[1] (numeric) 1.135581144878252 absolute error 6.661338147750939e-16 relative error 5.866016865281002e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.13700000000000004 y2[1] (analytic) 1.1365718431680236 y2[1] (numeric) 1.136571843168023 absolute error 6.661338147750939e-16 relative error 5.860903723589929e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1365718431680236 y1[1] (numeric) 1.136571843168023 absolute error 6.661338147750939e-16 relative error 5.860903723589929e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.13800000000000004 y2[1] (analytic) 1.1375624048859627 y2[1] (numeric) 1.137562404885962 absolute error 6.661338147750939e-16 relative error 5.855800190951914e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1375624048859627 y1[1] (numeric) 1.137562404885962 absolute error 6.661338147750939e-16 relative error 5.855800190951914e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.13900000000000004 y2[1] (analytic) 1.1385528290415083 y2[1] (numeric) 1.1385528290415077 absolute error 6.661338147750939e-16 relative error 5.850706245540484e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1385528290415083 y1[1] (numeric) 1.1385528290415077 absolute error 6.661338147750939e-16 relative error 5.850706245540484e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.14000000000000004 y2[1] (analytic) 1.1395431146442365 y2[1] (numeric) 1.1395431146442359 absolute error 6.661338147750939e-16 relative error 5.84562186559356e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1395431146442365 y1[1] (numeric) 1.1395431146442359 absolute error 6.661338147750939e-16 relative error 5.84562186559356e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.14100000000000004 y2[1] (analytic) 1.1405332607038616 y2[1] (numeric) 1.140533260703861 absolute error 6.661338147750939e-16 relative error 5.840547029413244e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1405332607038616 y1[1] (numeric) 1.140533260703861 absolute error 6.661338147750939e-16 relative error 5.840547029413244e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.14200000000000004 y2[1] (analytic) 1.1415232662302377 y2[1] (numeric) 1.141523266230237 absolute error 6.661338147750939e-16 relative error 5.835481715365574e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1415232662302377 y1[1] (numeric) 1.141523266230237 absolute error 6.661338147750939e-16 relative error 5.835481715365574e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.14300000000000004 y2[1] (analytic) 1.1425131302333595 y2[1] (numeric) 1.1425131302333587 absolute error 8.881784197001252e-16 relative error 7.773901202507089e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1425131302333595 y1[1] (numeric) 1.1425131302333587 absolute error 8.881784197001252e-16 relative error 7.773901202507089e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.14400000000000004 y2[1] (analytic) 1.1435028517233627 y2[1] (numeric) 1.143502851723362 absolute error 6.661338147750939e-16 relative error 5.825379567450747e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1435028517233627 y1[1] (numeric) 1.143502851723362 absolute error 6.661338147750939e-16 relative error 5.825379567450747e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.14500000000000005 y2[1] (analytic) 1.1444924297105263 y2[1] (numeric) 1.1444924297105257 absolute error 6.661338147750939e-16 relative error 5.820342690633414e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1444924297105263 y1[1] (numeric) 1.1444924297105257 absolute error 6.661338147750939e-16 relative error 5.820342690633414e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.14600000000000005 y2[1] (analytic) 1.1454818632052723 y2[1] (numeric) 1.1454818632052717 absolute error 6.661338147750939e-16 relative error 5.815315250047932e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1454818632052723 y1[1] (numeric) 1.1454818632052717 absolute error 6.661338147750939e-16 relative error 5.815315250047932e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.14700000000000005 y2[1] (analytic) 1.1464711512181671 y2[1] (numeric) 1.1464711512181665 absolute error 6.661338147750939e-16 relative error 5.810297224376754e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1464711512181671 y1[1] (numeric) 1.1464711512181665 absolute error 6.661338147750939e-16 relative error 5.810297224376754e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.14800000000000005 y2[1] (analytic) 1.1474602927599231 y2[1] (numeric) 1.1474602927599222 absolute error 8.881784197001252e-16 relative error 7.740384789819947e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1474602927599231 y1[1] (numeric) 1.1474602927599222 absolute error 8.881784197001252e-16 relative error 7.740384789819947e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.14900000000000005 y2[1] (analytic) 1.1484492868413985 y2[1] (numeric) 1.1484492868413976 absolute error 8.881784197001252e-16 relative error 7.733719110426712e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1484492868413985 y1[1] (numeric) 1.1484492868413976 absolute error 8.881784197001252e-16 relative error 7.733719110426712e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.15000000000000005 y2[1] (analytic) 1.1494381324735992 y2[1] (numeric) 1.1494381324735985 absolute error 6.661338147750939e-16 relative error 5.79529942461165e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1494381324735992 y1[1] (numeric) 1.1494381324735985 absolute error 6.661338147750939e-16 relative error 5.79529942461165e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.15100000000000005 y2[1] (analytic) 1.1504268286676802 y2[1] (numeric) 1.1504268286676793 absolute error 8.881784197001252e-16 relative error 7.720425128895271e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1504268286676802 y1[1] (numeric) 1.1504268286676793 absolute error 8.881784197001252e-16 relative error 7.720425128895271e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.15200000000000005 y2[1] (analytic) 1.151415374434945 y2[1] (numeric) 1.151415374434944 absolute error 8.881784197001252e-16 relative error 7.713796770657133e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.151415374434945 y1[1] (numeric) 1.151415374434944 absolute error 8.881784197001252e-16 relative error 7.713796770657133e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.15300000000000005 y2[1] (analytic) 1.1524037687868478 y2[1] (numeric) 1.152403768786847 absolute error 8.881784197001252e-16 relative error 7.707180796841055e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1524037687868478 y1[1] (numeric) 1.152403768786847 absolute error 8.881784197001252e-16 relative error 7.707180796841055e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.15400000000000005 y2[1] (analytic) 1.1533920107349946 y2[1] (numeric) 1.1533920107349938 absolute error 8.881784197001252e-16 relative error 7.700577179602076e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1533920107349946 y1[1] (numeric) 1.1533920107349938 absolute error 8.881784197001252e-16 relative error 7.700577179602076e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.15500000000000005 y2[1] (analytic) 1.1543800992911435 y2[1] (numeric) 1.1543800992911426 absolute error 8.881784197001252e-16 relative error 7.693985891176731e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1543800992911435 y1[1] (numeric) 1.1543800992911426 absolute error 8.881784197001252e-16 relative error 7.693985891176731e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.15600000000000006 y2[1] (analytic) 1.1553680334672058 y2[1] (numeric) 1.155368033467205 absolute error 8.881784197001252e-16 relative error 7.687406903882766e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1553680334672058 y1[1] (numeric) 1.155368033467205 absolute error 8.881784197001252e-16 relative error 7.687406903882766e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.15700000000000006 y2[1] (analytic) 1.1563558122752478 y2[1] (numeric) 1.1563558122752469 absolute error 8.881784197001252e-16 relative error 7.680840190118851e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1563558122752478 y1[1] (numeric) 1.1563558122752469 absolute error 8.881784197001252e-16 relative error 7.680840190118851e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.15800000000000006 y2[1] (analytic) 1.1573434347274905 y2[1] (numeric) 1.1573434347274896 absolute error 8.881784197001252e-16 relative error 7.674285722364311e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1573434347274905 y1[1] (numeric) 1.1573434347274896 absolute error 8.881784197001252e-16 relative error 7.674285722364311e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.15900000000000006 y2[1] (analytic) 1.1583308998363115 y2[1] (numeric) 1.1583308998363107 absolute error 8.881784197001252e-16 relative error 7.667743473178841e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1583308998363115 y1[1] (numeric) 1.1583308998363107 absolute error 8.881784197001252e-16 relative error 7.667743473178841e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.16000000000000006 y2[1] (analytic) 1.159318206614246 y2[1] (numeric) 1.1593182066142451 absolute error 8.881784197001252e-16 relative error 7.66121341520223e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.159318206614246 y1[1] (numeric) 1.1593182066142451 absolute error 8.881784197001252e-16 relative error 7.66121341520223e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.16100000000000006 y2[1] (analytic) 1.1603053540739872 y2[1] (numeric) 1.1603053540739863 absolute error 8.881784197001252e-16 relative error 7.654695521154084e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1603053540739872 y1[1] (numeric) 1.1603053540739863 absolute error 8.881784197001252e-16 relative error 7.654695521154084e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.16200000000000006 y2[1] (analytic) 1.1612923412283875 y2[1] (numeric) 1.1612923412283866 absolute error 8.881784197001252e-16 relative error 7.64818976383355e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1612923412283875 y1[1] (numeric) 1.1612923412283866 absolute error 8.881784197001252e-16 relative error 7.64818976383355e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.16300000000000006 y2[1] (analytic) 1.16227916709046 y2[1] (numeric) 1.1622791670904593 absolute error 6.661338147750939e-16 relative error 5.731272087089287e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.16227916709046 y1[1] (numeric) 1.1622791670904593 absolute error 6.661338147750939e-16 relative error 5.731272087089287e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.16400000000000006 y2[1] (analytic) 1.163265830673379 y2[1] (numeric) 1.1632658306733783 absolute error 6.661338147750939e-16 relative error 5.726410913225995e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.163265830673379 y1[1] (numeric) 1.1632658306733783 absolute error 6.661338147750939e-16 relative error 5.726410913225995e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.16500000000000006 y2[1] (analytic) 1.164252330990481 y2[1] (numeric) 1.1642523309904802 absolute error 8.881784197001252e-16 relative error 7.628745041416515e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.164252330990481 y1[1] (numeric) 1.1642523309904802 absolute error 8.881784197001252e-16 relative error 7.628745041416515e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.16600000000000006 y2[1] (analytic) 1.1652386670552657 y2[1] (numeric) 1.1652386670552648 absolute error 8.881784197001252e-16 relative error 7.622287560579211e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1652386670552657 y1[1] (numeric) 1.1652386670552648 absolute error 8.881784197001252e-16 relative error 7.622287560579211e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.16700000000000007 y2[1] (analytic) 1.166224837881397 y2[1] (numeric) 1.1662248378813962 absolute error 8.881784197001252e-16 relative error 7.61584208164885e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.166224837881397 y1[1] (numeric) 1.1662248378813962 absolute error 8.881784197001252e-16 relative error 7.61584208164885e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.16800000000000007 y2[1] (analytic) 1.1672108424827043 y2[1] (numeric) 1.1672108424827035 absolute error 8.881784197001252e-16 relative error 7.609408577896124e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1672108424827043 y1[1] (numeric) 1.1672108424827035 absolute error 8.881784197001252e-16 relative error 7.609408577896124e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.16900000000000007 y2[1] (analytic) 1.168196679873183 y2[1] (numeric) 1.1681966798731822 absolute error 8.881784197001252e-16 relative error 7.602987022669367e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.168196679873183 y1[1] (numeric) 1.1681966798731822 absolute error 8.881784197001252e-16 relative error 7.602987022669367e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.17000000000000007 y2[1] (analytic) 1.1691823490669961 y2[1] (numeric) 1.169182349066995 absolute error 1.1102230246251565e-15 relative error 9.49572173674287e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1691823490669961 y1[1] (numeric) 1.169182349066995 absolute error 1.1102230246251565e-15 relative error 9.49572173674287e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.17100000000000007 y2[1] (analytic) 1.170167849078474 y2[1] (numeric) 1.170167849078473 absolute error 8.881784197001252e-16 relative error 7.590179651573747e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.170167849078474 y1[1] (numeric) 1.170167849078473 absolute error 8.881784197001252e-16 relative error 7.590179651573747e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.17200000000000007 y2[1] (analytic) 1.171153178922117 y2[1] (numeric) 1.1711531789221161 absolute error 8.881784197001252e-16 relative error 7.583793782787402e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.171153178922117 y1[1] (numeric) 1.1711531789221161 absolute error 8.881784197001252e-16 relative error 7.583793782787402e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.17300000000000007 y2[1] (analytic) 1.1721383376125956 y2[1] (numeric) 1.1721383376125944 absolute error 1.1102230246251565e-15 relative error 9.471774695864417e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1721383376125956 y1[1] (numeric) 1.1721383376125944 absolute error 1.1102230246251565e-15 relative error 9.471774695864417e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.17400000000000007 y2[1] (analytic) 1.1731233241647505 y2[1] (numeric) 1.1731233241647496 absolute error 8.881784197001252e-16 relative error 7.571057547018746e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1731233241647505 y1[1] (numeric) 1.1731233241647496 absolute error 8.881784197001252e-16 relative error 7.571057547018746e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.17500000000000007 y2[1] (analytic) 1.174108137593596 y2[1] (numeric) 1.1741081375935951 absolute error 8.881784197001252e-16 relative error 7.564707127577698e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.174108137593596 y1[1] (numeric) 1.1741081375935951 absolute error 8.881784197001252e-16 relative error 7.564707127577698e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.17600000000000007 y2[1] (analytic) 1.1750927769143182 y2[1] (numeric) 1.1750927769143173 absolute error 8.881784197001252e-16 relative error 7.558368472252866e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1750927769143182 y1[1] (numeric) 1.1750927769143173 absolute error 8.881784197001252e-16 relative error 7.558368472252866e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.17700000000000007 y2[1] (analytic) 1.1760772411422784 y2[1] (numeric) 1.1760772411422773 absolute error 1.1102230246251565e-15 relative error 9.440051943755325e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1760772411422784 y1[1] (numeric) 1.1760772411422773 absolute error 1.1102230246251565e-15 relative error 9.440051943755325e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.17800000000000007 y2[1] (analytic) 1.1770615292930118 y2[1] (numeric) 1.1770615292930109 absolute error 8.881784197001252e-16 relative error 7.545726349867192e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1770615292930118 y1[1] (numeric) 1.1770615292930109 absolute error 8.881784197001252e-16 relative error 7.545726349867192e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.17900000000000008 y2[1] (analytic) 1.1780456403822308 y2[1] (numeric) 1.17804564038223 absolute error 8.881784197001252e-16 relative error 7.539422830951993e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1780456403822308 y1[1] (numeric) 1.17804564038223 absolute error 8.881784197001252e-16 relative error 7.539422830951993e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.18000000000000008 y2[1] (analytic) 1.1790295734258243 y2[1] (numeric) 1.1790295734258234 absolute error 8.881784197001252e-16 relative error 7.533130972443778e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1790295734258243 y1[1] (numeric) 1.1790295734258234 absolute error 8.881784197001252e-16 relative error 7.533130972443778e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.18100000000000008 y2[1] (analytic) 1.1800133274398592 y2[1] (numeric) 1.1800133274398583 absolute error 8.881784197001252e-16 relative error 7.526850748602179e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1800133274398592 y1[1] (numeric) 1.1800133274398583 absolute error 8.881784197001252e-16 relative error 7.526850748602179e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.18200000000000008 y2[1] (analytic) 1.1809969014405817 y2[1] (numeric) 1.1809969014405808 absolute error 8.881784197001252e-16 relative error 7.520582133761096e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1809969014405817 y1[1] (numeric) 1.1809969014405808 absolute error 8.881784197001252e-16 relative error 7.520582133761096e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.18300000000000008 y2[1] (analytic) 1.1819802944444178 y2[1] (numeric) 1.1819802944444169 absolute error 8.881784197001252e-16 relative error 7.514325102328443e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1819802944444178 y1[1] (numeric) 1.1819802944444169 absolute error 8.881784197001252e-16 relative error 7.514325102328443e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.18400000000000008 y2[1] (analytic) 1.1829635054679746 y2[1] (numeric) 1.1829635054679737 absolute error 8.881784197001252e-16 relative error 7.508079628785896e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1829635054679746 y1[1] (numeric) 1.1829635054679737 absolute error 8.881784197001252e-16 relative error 7.508079628785896e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.18500000000000008 y2[1] (analytic) 1.1839465335280412 y2[1] (numeric) 1.1839465335280404 absolute error 8.881784197001252e-16 relative error 7.501845687688642e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1839465335280412 y1[1] (numeric) 1.1839465335280404 absolute error 8.881784197001252e-16 relative error 7.501845687688642e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.18600000000000008 y2[1] (analytic) 1.1849293776415897 y2[1] (numeric) 1.1849293776415888 absolute error 8.881784197001252e-16 relative error 7.495623253665132e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1849293776415897 y1[1] (numeric) 1.1849293776415888 absolute error 8.881784197001252e-16 relative error 7.495623253665132e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.18700000000000008 y2[1] (analytic) 1.1859120368257758 y2[1] (numeric) 1.185912036825775 absolute error 8.881784197001252e-16 relative error 7.489412301416829e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1859120368257758 y1[1] (numeric) 1.185912036825775 absolute error 8.881784197001252e-16 relative error 7.489412301416829e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.18800000000000008 y2[1] (analytic) 1.186894510097941 y2[1] (numeric) 1.1868945100979398 absolute error 1.1102230246251565e-15 relative error 9.354016007147447e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.186894510097941 y1[1] (numeric) 1.1868945100979398 absolute error 1.1102230246251565e-15 relative error 9.354016007147447e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.18900000000000008 y2[1] (analytic) 1.1878767964756112 y2[1] (numeric) 1.18787679647561 absolute error 1.1102230246251565e-15 relative error 9.346280926769084e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1878767964756112 y1[1] (numeric) 1.18787679647561 absolute error 1.1102230246251565e-15 relative error 9.346280926769084e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.19000000000000009 y2[1] (analytic) 1.1888588949765007 y2[1] (numeric) 1.1888588949764995 absolute error 1.1102230246251565e-15 relative error 9.338560104284719e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1888588949765007 y1[1] (numeric) 1.1888588949764995 absolute error 1.1102230246251565e-15 relative error 9.338560104284719e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.1910000000000001 y2[1] (analytic) 1.189840804618511 y2[1] (numeric) 1.1898408046185098 absolute error 1.1102230246251565e-15 relative error 9.330853508433159e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.189840804618511 y1[1] (numeric) 1.1898408046185098 absolute error 1.1102230246251565e-15 relative error 9.330853508433159e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.1920000000000001 y2[1] (analytic) 1.1908225244197324 y2[1] (numeric) 1.1908225244197312 absolute error 1.1102230246251565e-15 relative error 9.323161108042942e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1908225244197324 y1[1] (numeric) 1.1908225244197312 absolute error 1.1102230246251565e-15 relative error 9.323161108042942e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.1930000000000001 y2[1] (analytic) 1.1918040533984455 y2[1] (numeric) 1.1918040533984442 absolute error 1.3322676295501878e-15 relative error 1.1178579446438435e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.1918040533984455 y1[1] (numeric) 1.1918040533984442 absolute error 1.3322676295501878e-15 relative error 1.1178579446438435e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.1940000000000001 y2[1] (analytic) 1.192785390573121 y2[1] (numeric) 1.1927853905731198 absolute error 1.1102230246251565e-15 relative error 9.307818769407513e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.192785390573121 y1[1] (numeric) 1.1927853905731198 absolute error 1.1102230246251565e-15 relative error 9.307818769407513e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.1950000000000001 y2[1] (analytic) 1.193766534962422 y2[1] (numeric) 1.193766534962421 absolute error 1.1102230246251565e-15 relative error 9.300168769265296e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.193766534962422 y1[1] (numeric) 1.193766534962421 absolute error 1.1102230246251565e-15 relative error 9.300168769265296e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.1960000000000001 y2[1] (analytic) 1.1947474855852043 y2[1] (numeric) 1.1947474855852032 absolute error 1.1102230246251565e-15 relative error 9.292532840789814e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1947474855852043 y1[1] (numeric) 1.1947474855852032 absolute error 1.1102230246251565e-15 relative error 9.292532840789814e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.1970000000000001 y2[1] (analytic) 1.195728241460517 y2[1] (numeric) 1.195728241460516 absolute error 1.1102230246251565e-15 relative error 9.284910953253722e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.195728241460517 y1[1] (numeric) 1.195728241460516 absolute error 1.1102230246251565e-15 relative error 9.284910953253722e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.1980000000000001 y2[1] (analytic) 1.1967088016076048 y2[1] (numeric) 1.1967088016076037 absolute error 1.1102230246251565e-15 relative error 9.277303076017598e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1967088016076048 y1[1] (numeric) 1.1967088016076037 absolute error 1.1102230246251565e-15 relative error 9.277303076017598e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.1990000000000001 y2[1] (analytic) 1.1976891650459074 y2[1] (numeric) 1.1976891650459063 absolute error 1.1102230246251565e-15 relative error 9.269709178529654e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1976891650459074 y1[1] (numeric) 1.1976891650459063 absolute error 1.1102230246251565e-15 relative error 9.269709178529654e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2000000000000001 y2[1] (analytic) 1.1986693307950613 y2[1] (numeric) 1.1986693307950602 absolute error 1.1102230246251565e-15 relative error 9.262129230325435e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.1986693307950613 y1[1] (numeric) 1.1986693307950602 absolute error 1.1102230246251565e-15 relative error 9.262129230325435e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2010000000000001 y2[1] (analytic) 1.199649297874901 y2[1] (numeric) 1.1996492978748998 absolute error 1.1102230246251565e-15 relative error 9.254563201027525e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.199649297874901 y1[1] (numeric) 1.1996492978748998 absolute error 1.1102230246251565e-15 relative error 9.254563201027525e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2020000000000001 y2[1] (analytic) 1.2006290653054594 y2[1] (numeric) 1.2006290653054583 absolute error 1.1102230246251565e-15 relative error 9.247011060345252e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2006290653054594 y1[1] (numeric) 1.2006290653054583 absolute error 1.1102230246251565e-15 relative error 9.247011060345252e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2030000000000001 y2[1] (analytic) 1.2016086321069694 y2[1] (numeric) 1.201608632106968 absolute error 1.3322676295501878e-15 relative error 1.1087367333689284e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.2016086321069694 y1[1] (numeric) 1.201608632106968 absolute error 1.3322676295501878e-15 relative error 1.1087367333689284e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2040000000000001 y2[1] (analytic) 1.2025879972998639 y2[1] (numeric) 1.2025879972998628 absolute error 1.1102230246251565e-15 relative error 9.231948324096933e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2025879972998639 y1[1] (numeric) 1.2025879972998628 absolute error 1.1102230246251565e-15 relative error 9.231948324096933e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2050000000000001 y2[1] (analytic) 1.2035671599047781 y2[1] (numeric) 1.203567159904777 absolute error 1.1102230246251565e-15 relative error 9.224437668380661e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2035671599047781 y1[1] (numeric) 1.203567159904777 absolute error 1.1102230246251565e-15 relative error 9.224437668380661e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2060000000000001 y2[1] (analytic) 1.2045461189425493 y2[1] (numeric) 1.2045461189425481 absolute error 1.1102230246251565e-15 relative error 9.216940780979002e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2045461189425493 y1[1] (numeric) 1.2045461189425481 absolute error 1.1102230246251565e-15 relative error 9.216940780979002e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2070000000000001 y2[1] (analytic) 1.2055248734342185 y2[1] (numeric) 1.2055248734342174 absolute error 1.1102230246251565e-15 relative error 9.209457632030664e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2055248734342185 y1[1] (numeric) 1.2055248734342174 absolute error 1.1102230246251565e-15 relative error 9.209457632030664e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2080000000000001 y2[1] (analytic) 1.2065034224010316 y2[1] (numeric) 1.2065034224010305 absolute error 1.1102230246251565e-15 relative error 9.201988191759374e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2065034224010316 y1[1] (numeric) 1.2065034224010305 absolute error 1.1102230246251565e-15 relative error 9.201988191759374e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2090000000000001 y2[1] (analytic) 1.2074817648644394 y2[1] (numeric) 1.2074817648644383 absolute error 1.1102230246251565e-15 relative error 9.194532430473583e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2074817648644394 y1[1] (numeric) 1.2074817648644383 absolute error 1.1102230246251565e-15 relative error 9.194532430473583e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2100000000000001 y2[1] (analytic) 1.2084598998460996 y2[1] (numeric) 1.2084598998460985 absolute error 1.1102230246251565e-15 relative error 9.187090318566187e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2084598998460996 y1[1] (numeric) 1.2084598998460985 absolute error 1.1102230246251565e-15 relative error 9.187090318566187e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2110000000000001 y2[1] (analytic) 1.2094378263678776 y2[1] (numeric) 1.2094378263678762 absolute error 1.3322676295501878e-15 relative error 1.1015594191817091e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.2094378263678776 y1[1] (numeric) 1.2094378263678762 absolute error 1.3322676295501878e-15 relative error 1.1015594191817091e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2120000000000001 y2[1] (analytic) 1.2104155434518462 y2[1] (numeric) 1.210415543451845 absolute error 1.1102230246251565e-15 relative error 9.17224692487869e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2104155434518462 y1[1] (numeric) 1.210415543451845 absolute error 1.1102230246251565e-15 relative error 9.17224692487869e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2130000000000001 y2[1] (analytic) 1.2113930501202892 y2[1] (numeric) 1.211393050120288 absolute error 1.1102230246251565e-15 relative error 9.164845584304065e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2113930501202892 y1[1] (numeric) 1.211393050120288 absolute error 1.1102230246251565e-15 relative error 9.164845584304065e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2140000000000001 y2[1] (analytic) 1.2123703453956995 y2[1] (numeric) 1.2123703453956984 absolute error 1.1102230246251565e-15 relative error 9.157457775518226e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2123703453956995 y1[1] (numeric) 1.2123703453956984 absolute error 1.1102230246251565e-15 relative error 9.157457775518226e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2150000000000001 y2[1] (analytic) 1.2133474283007823 y2[1] (numeric) 1.2133474283007812 absolute error 1.1102230246251565e-15 relative error 9.150083469332068e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2133474283007823 y1[1] (numeric) 1.2133474283007812 absolute error 1.1102230246251565e-15 relative error 9.150083469332068e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2160000000000001 y2[1] (analytic) 1.2143242978584545 y2[1] (numeric) 1.2143242978584534 absolute error 1.1102230246251565e-15 relative error 9.142722636639258e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2143242978584545 y1[1] (numeric) 1.2143242978584534 absolute error 1.1102230246251565e-15 relative error 9.142722636639258e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2170000000000001 y2[1] (analytic) 1.2153009530918468 y2[1] (numeric) 1.2153009530918457 absolute error 1.1102230246251565e-15 relative error 9.135375248415946e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2153009530918468 y1[1] (numeric) 1.2153009530918457 absolute error 1.1102230246251565e-15 relative error 9.135375248415946e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2180000000000001 y2[1] (analytic) 1.2162773930243038 y2[1] (numeric) 1.2162773930243027 absolute error 1.1102230246251565e-15 relative error 9.128041275720496e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2162773930243038 y1[1] (numeric) 1.2162773930243027 absolute error 1.1102230246251565e-15 relative error 9.128041275720496e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2190000000000001 y2[1] (analytic) 1.217253616679386 y2[1] (numeric) 1.2172536166793848 absolute error 1.1102230246251565e-15 relative error 9.120720689693212e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.217253616679386 y1[1] (numeric) 1.2172536166793848 absolute error 1.1102230246251565e-15 relative error 9.120720689693212e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2200000000000001 y2[1] (analytic) 1.2182296230808694 y2[1] (numeric) 1.2182296230808682 absolute error 1.1102230246251565e-15 relative error 9.113413461556065e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2182296230808694 y1[1] (numeric) 1.2182296230808682 absolute error 1.1102230246251565e-15 relative error 9.113413461556065e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2210000000000001 y2[1] (analytic) 1.219205411252748 y2[1] (numeric) 1.2192054112527468 absolute error 1.1102230246251565e-15 relative error 9.106119562612417e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.219205411252748 y1[1] (numeric) 1.2192054112527468 absolute error 1.1102230246251565e-15 relative error 9.106119562612417e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.22200000000000011 y2[1] (analytic) 1.2201809802192336 y2[1] (numeric) 1.2201809802192325 absolute error 1.1102230246251565e-15 relative error 9.098838964246757e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2201809802192336 y1[1] (numeric) 1.2201809802192325 absolute error 1.1102230246251565e-15 relative error 9.098838964246757e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.22300000000000011 y2[1] (analytic) 1.2211563290047573 y2[1] (numeric) 1.2211563290047562 absolute error 1.1102230246251565e-15 relative error 9.09157163792443e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2211563290047573 y1[1] (numeric) 1.2211563290047562 absolute error 1.1102230246251565e-15 relative error 9.09157163792443e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.22400000000000012 y2[1] (analytic) 1.2221314566339705 y2[1] (numeric) 1.2221314566339694 absolute error 1.1102230246251565e-15 relative error 9.084317555191359e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2221314566339705 y1[1] (numeric) 1.2221314566339694 absolute error 1.1102230246251565e-15 relative error 9.084317555191359e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.22500000000000012 y2[1] (analytic) 1.2231063621317455 y2[1] (numeric) 1.2231063621317444 absolute error 1.1102230246251565e-15 relative error 9.077076687673792e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2231063621317455 y1[1] (numeric) 1.2231063621317444 absolute error 1.1102230246251565e-15 relative error 9.077076687673792e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.22600000000000012 y2[1] (analytic) 1.2240810445231771 y2[1] (numeric) 1.2240810445231758 absolute error 1.3322676295501878e-15 relative error 1.0883818808493625e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.2240810445231771 y1[1] (numeric) 1.2240810445231758 absolute error 1.3322676295501878e-15 relative error 1.0883818808493625e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.22700000000000012 y2[1] (analytic) 1.2250555028335828 y2[1] (numeric) 1.2250555028335814 absolute error 1.3322676295501878e-15 relative error 1.087516138222816e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.2250555028335828 y1[1] (numeric) 1.2250555028335814 absolute error 1.3322676295501878e-15 relative error 1.087516138222816e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.22800000000000012 y2[1] (analytic) 1.2260297360885042 y2[1] (numeric) 1.226029736088503 absolute error 1.1102230246251565e-15 relative error 9.055433093875728e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2260297360885042 y1[1] (numeric) 1.226029736088503 absolute error 1.1102230246251565e-15 relative error 9.055433093875728e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.22900000000000012 y2[1] (analytic) 1.2270037433137087 y2[1] (numeric) 1.2270037433137073 absolute error 1.3322676295501878e-15 relative error 1.0857893766095597e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.2270037433137087 y1[1] (numeric) 1.2270037433137073 absolute error 1.3322676295501878e-15 relative error 1.0857893766095597e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.23000000000000012 y2[1] (analytic) 1.2279775235351886 y2[1] (numeric) 1.2279775235351873 absolute error 1.3322676295501878e-15 relative error 1.0849283508990958e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.2279775235351886 y1[1] (numeric) 1.2279775235351873 absolute error 1.3322676295501878e-15 relative error 1.0849283508990958e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.23100000000000012 y2[1] (analytic) 1.228951075779164 y2[1] (numeric) 1.2289510757791626 absolute error 1.3322676295501878e-15 relative error 1.0840688907860066e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.228951075779164 y1[1] (numeric) 1.2289510757791626 absolute error 1.3322676295501878e-15 relative error 1.0840688907860066e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.23200000000000012 y2[1] (analytic) 1.2299243990720825 y2[1] (numeric) 1.2299243990720814 absolute error 1.1102230246251565e-15 relative error 9.026758274433495e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2299243990720825 y1[1] (numeric) 1.2299243990720814 absolute error 1.1102230246251565e-15 relative error 9.026758274433495e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.23300000000000012 y2[1] (analytic) 1.2308974924406213 y2[1] (numeric) 1.2308974924406202 absolute error 1.1102230246251565e-15 relative error 9.019622116735394e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2308974924406213 y1[1] (numeric) 1.2308974924406202 absolute error 1.1102230246251565e-15 relative error 9.019622116735394e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.23400000000000012 y2[1] (analytic) 1.231870354911687 y2[1] (numeric) 1.2318703549116858 absolute error 1.1102230246251565e-15 relative error 9.01249892245965e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.231870354911687 y1[1] (numeric) 1.2318703549116858 absolute error 1.1102230246251565e-15 relative error 9.01249892245965e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.23500000000000013 y2[1] (analytic) 1.232842985512417 y2[1] (numeric) 1.232842985512416 absolute error 1.1102230246251565e-15 relative error 9.005388664021194e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.232842985512417 y1[1] (numeric) 1.232842985512416 absolute error 1.1102230246251565e-15 relative error 9.005388664021194e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.23600000000000013 y2[1] (analytic) 1.2338153832701808 y2[1] (numeric) 1.2338153832701797 absolute error 1.1102230246251565e-15 relative error 8.998291313912399e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2338153832701808 y1[1] (numeric) 1.2338153832701797 absolute error 1.1102230246251565e-15 relative error 8.998291313912399e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.23700000000000013 y2[1] (analytic) 1.2347875472125809 y2[1] (numeric) 1.2347875472125798 absolute error 1.1102230246251565e-15 relative error 8.991206844702821e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2347875472125809 y1[1] (numeric) 1.2347875472125798 absolute error 1.1102230246251565e-15 relative error 8.991206844702821e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.23800000000000013 y2[1] (analytic) 1.2357594763674533 y2[1] (numeric) 1.2357594763674522 absolute error 1.1102230246251565e-15 relative error 8.984135229038951e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2357594763674533 y1[1] (numeric) 1.2357594763674522 absolute error 1.1102230246251565e-15 relative error 8.984135229038951e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.23900000000000013 y2[1] (analytic) 1.2367311697628691 y2[1] (numeric) 1.236731169762868 absolute error 1.1102230246251565e-15 relative error 8.977076439643959e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2367311697628691 y1[1] (numeric) 1.236731169762868 absolute error 1.1102230246251565e-15 relative error 8.977076439643959e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.24000000000000013 y2[1] (analytic) 1.2377026264271347 y2[1] (numeric) 1.2377026264271338 absolute error 8.881784197001252e-16 relative error 7.176024359453951e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2377026264271347 y1[1] (numeric) 1.2377026264271338 absolute error 8.881784197001252e-16 relative error 7.176024359453951e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.24100000000000013 y2[1] (analytic) 1.2386738453887938 y2[1] (numeric) 1.2386738453887929 absolute error 8.881784197001252e-16 relative error 7.170397784748128e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2386738453887938 y1[1] (numeric) 1.2386738453887929 absolute error 8.881784197001252e-16 relative error 7.170397784748128e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.24200000000000013 y2[1] (analytic) 1.2396448256766273 y2[1] (numeric) 1.2396448256766264 absolute error 8.881784197001252e-16 relative error 7.164781405959055e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2396448256766273 y1[1] (numeric) 1.2396448256766264 absolute error 8.881784197001252e-16 relative error 7.164781405959055e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.24300000000000013 y2[1] (analytic) 1.2406155663196552 y2[1] (numeric) 1.2406155663196543 absolute error 8.881784197001252e-16 relative error 7.159175201508623e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2406155663196552 y1[1] (numeric) 1.2406155663196543 absolute error 8.881784197001252e-16 relative error 7.159175201508623e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.24400000000000013 y2[1] (analytic) 1.2415860663471368 y2[1] (numeric) 1.2415860663471359 absolute error 8.881784197001252e-16 relative error 7.153579149879073e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2415860663471368 y1[1] (numeric) 1.2415860663471359 absolute error 8.881784197001252e-16 relative error 7.153579149879073e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.24500000000000013 y2[1] (analytic) 1.2425563247885723 y2[1] (numeric) 1.2425563247885711 absolute error 1.1102230246251565e-15 relative error 8.934991537015974e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2425563247885723 y1[1] (numeric) 1.2425563247885711 absolute error 1.1102230246251565e-15 relative error 8.934991537015974e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.24600000000000014 y2[1] (analytic) 1.243526340673703 y2[1] (numeric) 1.243526340673702 absolute error 8.881784197001252e-16 relative error 7.14241741931207e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.243526340673703 y1[1] (numeric) 1.243526340673702 absolute error 8.881784197001252e-16 relative error 7.14241741931207e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.24700000000000014 y2[1] (analytic) 1.2444961130325134 y2[1] (numeric) 1.2444961130325125 absolute error 8.881784197001252e-16 relative error 7.136851697639017e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2444961130325134 y1[1] (numeric) 1.2444961130325125 absolute error 8.881784197001252e-16 relative error 7.136851697639017e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.24800000000000014 y2[1] (analytic) 1.2454656408952312 y2[1] (numeric) 1.2454656408952303 absolute error 8.881784197001252e-16 relative error 7.131296043315249e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2454656408952312 y1[1] (numeric) 1.2454656408952303 absolute error 8.881784197001252e-16 relative error 7.131296043315249e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.24900000000000014 y2[1] (analytic) 1.2464349232923284 y2[1] (numeric) 1.2464349232923275 absolute error 8.881784197001252e-16 relative error 7.125750435121748e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2464349232923284 y1[1] (numeric) 1.2464349232923275 absolute error 8.881784197001252e-16 relative error 7.125750435121748e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2500000000000001 y2[1] (analytic) 1.247403959254523 y2[1] (numeric) 1.247403959254522 absolute error 8.881784197001252e-16 relative error 7.120214851898666e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.247403959254523 y1[1] (numeric) 1.247403959254522 absolute error 8.881784197001252e-16 relative error 7.120214851898666e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2510000000000001 y2[1] (analytic) 1.248372747812779 y2[1] (numeric) 1.248372747812778 absolute error 1.1102230246251565e-15 relative error 8.893361590681398e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.248372747812779 y1[1] (numeric) 1.248372747812778 absolute error 1.1102230246251565e-15 relative error 8.893361590681398e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2520000000000001 y2[1] (analytic) 1.2493412879983077 y2[1] (numeric) 1.2493412879983068 absolute error 8.881784197001252e-16 relative error 7.109173676019008e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2493412879983077 y1[1] (numeric) 1.2493412879983068 absolute error 8.881784197001252e-16 relative error 7.109173676019008e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2530000000000001 y2[1] (analytic) 1.2503095788425693 y2[1] (numeric) 1.2503095788425684 absolute error 8.881784197001252e-16 relative error 7.103668041336815e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2503095788425693 y1[1] (numeric) 1.2503095788425684 absolute error 8.881784197001252e-16 relative error 7.103668041336815e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2540000000000001 y2[1] (analytic) 1.251277619377273 y2[1] (numeric) 1.251277619377272 absolute error 8.881784197001252e-16 relative error 7.098172347573416e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.251277619377273 y1[1] (numeric) 1.251277619377272 absolute error 8.881784197001252e-16 relative error 7.098172347573416e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2550000000000001 y2[1] (analytic) 1.2522454086343782 y2[1] (numeric) 1.2522454086343773 absolute error 8.881784197001252e-16 relative error 7.092686573861892e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2522454086343782 y1[1] (numeric) 1.2522454086343773 absolute error 8.881784197001252e-16 relative error 7.092686573861892e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2560000000000001 y2[1] (analytic) 1.2532129456460956 y2[1] (numeric) 1.2532129456460948 absolute error 8.881784197001252e-16 relative error 7.087210699393339e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2532129456460956 y1[1] (numeric) 1.2532129456460948 absolute error 8.881784197001252e-16 relative error 7.087210699393339e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2570000000000001 y2[1] (analytic) 1.2541802294448887 y2[1] (numeric) 1.2541802294448878 absolute error 8.881784197001252e-16 relative error 7.081744703416676e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2541802294448887 y1[1] (numeric) 1.2541802294448878 absolute error 8.881784197001252e-16 relative error 7.081744703416676e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2580000000000001 y2[1] (analytic) 1.2551472590634736 y2[1] (numeric) 1.2551472590634727 absolute error 8.881784197001252e-16 relative error 7.07628856523846e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2551472590634736 y1[1] (numeric) 1.2551472590634727 absolute error 8.881784197001252e-16 relative error 7.07628856523846e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2590000000000001 y2[1] (analytic) 1.2561140335348204 y2[1] (numeric) 1.2561140335348195 absolute error 8.881784197001252e-16 relative error 7.070842264222695e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2561140335348204 y1[1] (numeric) 1.2561140335348195 absolute error 8.881784197001252e-16 relative error 7.070842264222695e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2600000000000001 y2[1] (analytic) 1.2570805518921553 y2[1] (numeric) 1.2570805518921544 absolute error 8.881784197001252e-16 relative error 7.065405779790649e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2570805518921553 y1[1] (numeric) 1.2570805518921544 absolute error 8.881784197001252e-16 relative error 7.065405779790649e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2610000000000001 y2[1] (analytic) 1.2580468131689595 y2[1] (numeric) 1.2580468131689586 absolute error 8.881784197001252e-16 relative error 7.059979091420663e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2580468131689595 y1[1] (numeric) 1.2580468131689586 absolute error 8.881784197001252e-16 relative error 7.059979091420663e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2620000000000001 y2[1] (analytic) 1.2590128163989722 y2[1] (numeric) 1.2590128163989713 absolute error 8.881784197001252e-16 relative error 7.054562178647972e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2590128163989722 y1[1] (numeric) 1.2590128163989713 absolute error 8.881784197001252e-16 relative error 7.054562178647972e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2630000000000001 y2[1] (analytic) 1.25997856061619 y2[1] (numeric) 1.259978560616189 absolute error 8.881784197001252e-16 relative error 7.049155021064512e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.25997856061619 y1[1] (numeric) 1.259978560616189 absolute error 8.881784197001252e-16 relative error 7.049155021064512e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2640000000000001 y2[1] (analytic) 1.2609440448548688 y2[1] (numeric) 1.2609440448548679 absolute error 8.881784197001252e-16 relative error 7.043757598318744e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2609440448548688 y1[1] (numeric) 1.2609440448548679 absolute error 8.881784197001252e-16 relative error 7.043757598318744e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2650000000000001 y2[1] (analytic) 1.2619092681495245 y2[1] (numeric) 1.2619092681495236 absolute error 8.881784197001252e-16 relative error 7.038369890115463e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2619092681495245 y1[1] (numeric) 1.2619092681495236 absolute error 8.881784197001252e-16 relative error 7.038369890115463e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2660000000000001 y2[1] (analytic) 1.262874229534934 y2[1] (numeric) 1.2628742295349331 absolute error 8.881784197001252e-16 relative error 7.032991876215621e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.262874229534934 y1[1] (numeric) 1.2628742295349331 absolute error 8.881784197001252e-16 relative error 7.032991876215621e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2670000000000001 y2[1] (analytic) 1.2638389280461357 y2[1] (numeric) 1.2638389280461348 absolute error 8.881784197001252e-16 relative error 7.027623536436145e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2638389280461357 y1[1] (numeric) 1.2638389280461348 absolute error 8.881784197001252e-16 relative error 7.027623536436145e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.2680000000000001 y2[1] (analytic) 1.2648033627184314 y2[1] (numeric) 1.2648033627184305 absolute error 8.881784197001252e-16 relative error 7.022264850649754e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2648033627184314 y1[1] (numeric) 1.2648033627184305 absolute error 8.881784197001252e-16 relative error 7.022264850649754e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.26900000000000013 y2[1] (analytic) 1.2657675325873865 y2[1] (numeric) 1.2657675325873856 absolute error 8.881784197001252e-16 relative error 7.016915798784774e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2657675325873865 y1[1] (numeric) 1.2657675325873856 absolute error 8.881784197001252e-16 relative error 7.016915798784774e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.27000000000000013 y2[1] (analytic) 1.2667314366888314 y2[1] (numeric) 1.2667314366888303 absolute error 1.1102230246251565e-15 relative error 8.764470451031203e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2667314366888314 y1[1] (numeric) 1.2667314366888303 absolute error 1.1102230246251565e-15 relative error 8.764470451031203e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.27100000000000013 y2[1] (analytic) 1.2676950740588615 y2[1] (numeric) 1.2676950740588604 absolute error 1.1102230246251565e-15 relative error 8.757808146011671e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2676950740588615 y1[1] (numeric) 1.2676950740588604 absolute error 1.1102230246251565e-15 relative error 8.757808146011671e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.27200000000000013 y2[1] (analytic) 1.2686584437338397 y2[1] (numeric) 1.2686584437338388 absolute error 8.881784197001252e-16 relative error 7.000926246831981e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2686584437338397 y1[1] (numeric) 1.2686584437338388 absolute error 8.881784197001252e-16 relative error 7.000926246831981e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.27300000000000013 y2[1] (analytic) 1.269621544750397 y2[1] (numeric) 1.269621544750396 absolute error 8.881784197001252e-16 relative error 6.995615531041874e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.269621544750397 y1[1] (numeric) 1.269621544750396 absolute error 8.881784197001252e-16 relative error 6.995615531041874e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.27400000000000013 y2[1] (analytic) 1.2705843761454318 y2[1] (numeric) 1.2705843761454307 absolute error 1.1102230246251565e-15 relative error 8.737892937053396e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2705843761454318 y1[1] (numeric) 1.2705843761454307 absolute error 1.1102230246251565e-15 relative error 8.737892937053396e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.27500000000000013 y2[1] (analytic) 1.271546936956113 y2[1] (numeric) 1.2715469369561119 absolute error 1.1102230246251565e-15 relative error 8.731278353615943e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.271546936956113 y1[1] (numeric) 1.2715469369561119 absolute error 1.1102230246251565e-15 relative error 8.731278353615943e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.27600000000000013 y2[1] (analytic) 1.2725092262198798 y2[1] (numeric) 1.2725092262198787 absolute error 1.1102230246251565e-15 relative error 8.72467563888074e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2725092262198798 y1[1] (numeric) 1.2725092262198787 absolute error 1.1102230246251565e-15 relative error 8.72467563888074e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.27700000000000014 y2[1] (analytic) 1.2734712429744433 y2[1] (numeric) 1.2734712429744421 absolute error 1.1102230246251565e-15 relative error 8.718084768306285e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2734712429744433 y1[1] (numeric) 1.2734712429744421 absolute error 1.1102230246251565e-15 relative error 8.718084768306285e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.27800000000000014 y2[1] (analytic) 1.2744329862577866 y2[1] (numeric) 1.2744329862577852 absolute error 1.3322676295501878e-15 relative error 1.0453806860902318e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.2744329862577866 y1[1] (numeric) 1.2744329862577852 absolute error 1.3322676295501878e-15 relative error 1.0453806860902318e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.27900000000000014 y2[1] (analytic) 1.2753944551081662 y2[1] (numeric) 1.275394455108165 absolute error 1.1102230246251565e-15 relative error 8.704938461811006e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2753944551081662 y1[1] (numeric) 1.275394455108165 absolute error 1.1102230246251565e-15 relative error 8.704938461811006e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.28000000000000014 y2[1] (analytic) 1.2763556485641139 y2[1] (numeric) 1.2763556485641128 absolute error 1.1102230246251565e-15 relative error 8.698382977143912e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2763556485641139 y1[1] (numeric) 1.2763556485641128 absolute error 1.1102230246251565e-15 relative error 8.698382977143912e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.28100000000000014 y2[1] (analytic) 1.277316565664436 y2[1] (numeric) 1.277316565664435 absolute error 1.1102230246251565e-15 relative error 8.691839239144599e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.277316565664436 y1[1] (numeric) 1.277316565664435 absolute error 1.1102230246251565e-15 relative error 8.691839239144599e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.28200000000000014 y2[1] (analytic) 1.2782772054482154 y2[1] (numeric) 1.2782772054482145 absolute error 8.881784197001252e-16 relative error 6.948245778885606e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2782772054482154 y1[1] (numeric) 1.2782772054482145 absolute error 8.881784197001252e-16 relative error 6.948245778885606e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.28300000000000014 y2[1] (analytic) 1.2792375669548128 y2[1] (numeric) 1.279237566954812 absolute error 8.881784197001252e-16 relative error 6.94302952511321e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2792375669548128 y1[1] (numeric) 1.279237566954812 absolute error 8.881784197001252e-16 relative error 6.94302952511321e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.28400000000000014 y2[1] (analytic) 1.2801976492238665 y2[1] (numeric) 1.2801976492238656 absolute error 8.881784197001252e-16 relative error 6.937822610739779e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2801976492238665 y1[1] (numeric) 1.2801976492238656 absolute error 8.881784197001252e-16 relative error 6.937822610739779e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.28500000000000014 y2[1] (analytic) 1.2811574512952941 y2[1] (numeric) 1.2811574512952932 absolute error 8.881784197001252e-16 relative error 6.932625016559412e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2811574512952941 y1[1] (numeric) 1.2811574512952932 absolute error 8.881784197001252e-16 relative error 6.932625016559412e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.28600000000000014 y2[1] (analytic) 1.282116972209294 y2[1] (numeric) 1.282116972209293 absolute error 8.881784197001252e-16 relative error 6.927436723418853e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.282116972209294 y1[1] (numeric) 1.282116972209293 absolute error 8.881784197001252e-16 relative error 6.927436723418853e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.28700000000000014 y2[1] (analytic) 1.2830762110063452 y2[1] (numeric) 1.2830762110063443 absolute error 8.881784197001252e-16 relative error 6.922257712217321e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2830762110063452 y1[1] (numeric) 1.2830762110063443 absolute error 8.881784197001252e-16 relative error 6.922257712217321e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.28800000000000014 y2[1] (analytic) 1.284035166727209 y2[1] (numeric) 1.284035166727208 absolute error 8.881784197001252e-16 relative error 6.917087963906344e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.284035166727209 y1[1] (numeric) 1.284035166727208 absolute error 8.881784197001252e-16 relative error 6.917087963906344e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.28900000000000015 y2[1] (analytic) 1.2849938384129296 y2[1] (numeric) 1.2849938384129287 absolute error 8.881784197001252e-16 relative error 6.911927459489587e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2849938384129296 y1[1] (numeric) 1.2849938384129287 absolute error 8.881784197001252e-16 relative error 6.911927459489587e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.29000000000000015 y2[1] (analytic) 1.2859522251048356 y2[1] (numeric) 1.2859522251048348 absolute error 8.881784197001252e-16 relative error 6.906776180022688e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2859522251048356 y1[1] (numeric) 1.2859522251048348 absolute error 8.881784197001252e-16 relative error 6.906776180022688e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.29100000000000015 y2[1] (analytic) 1.2869103258445405 y2[1] (numeric) 1.2869103258445396 absolute error 8.881784197001252e-16 relative error 6.901634106613096e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2869103258445405 y1[1] (numeric) 1.2869103258445396 absolute error 8.881784197001252e-16 relative error 6.901634106613096e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.29200000000000015 y2[1] (analytic) 1.2878681396739433 y2[1] (numeric) 1.2878681396739424 absolute error 8.881784197001252e-16 relative error 6.896501220419897e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2878681396739433 y1[1] (numeric) 1.2878681396739424 absolute error 8.881784197001252e-16 relative error 6.896501220419897e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.29300000000000015 y2[1] (analytic) 1.2888256656352304 y2[1] (numeric) 1.2888256656352295 absolute error 8.881784197001252e-16 relative error 6.891377502653658e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2888256656352304 y1[1] (numeric) 1.2888256656352295 absolute error 8.881784197001252e-16 relative error 6.891377502653658e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.29400000000000015 y2[1] (analytic) 1.289782902770876 y2[1] (numeric) 1.2897829027708752 absolute error 8.881784197001252e-16 relative error 6.886262934576254e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.289782902770876 y1[1] (numeric) 1.2897829027708752 absolute error 8.881784197001252e-16 relative error 6.886262934576254e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.29500000000000015 y2[1] (analytic) 1.290739850123643 y2[1] (numeric) 1.290739850123642 absolute error 8.881784197001252e-16 relative error 6.881157497500713e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.290739850123643 y1[1] (numeric) 1.290739850123642 absolute error 8.881784197001252e-16 relative error 6.881157497500713e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.29600000000000015 y2[1] (analytic) 1.291696506736584 y2[1] (numeric) 1.291696506736583 absolute error 8.881784197001252e-16 relative error 6.876061172791046e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.291696506736584 y1[1] (numeric) 1.291696506736583 absolute error 8.881784197001252e-16 relative error 6.876061172791046e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.29700000000000015 y2[1] (analytic) 1.2926528716530425 y2[1] (numeric) 1.2926528716530417 absolute error 8.881784197001252e-16 relative error 6.870973941862087e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2926528716530425 y1[1] (numeric) 1.2926528716530417 absolute error 8.881784197001252e-16 relative error 6.870973941862087e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.29800000000000015 y2[1] (analytic) 1.293608943916654 y2[1] (numeric) 1.293608943916653 absolute error 1.1102230246251565e-15 relative error 8.582369732724166e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.293608943916654 y1[1] (numeric) 1.293608943916653 absolute error 1.1102230246251565e-15 relative error 8.582369732724166e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.29900000000000015 y2[1] (analytic) 1.294564722571346 y2[1] (numeric) 1.2945647225713448 absolute error 1.1102230246251565e-15 relative error 8.576033359073478e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.294564722571346 y1[1] (numeric) 1.2945647225713448 absolute error 1.1102230246251565e-15 relative error 8.576033359073478e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.30000000000000016 y2[1] (analytic) 1.2955202066613398 y2[1] (numeric) 1.2955202066613387 absolute error 1.1102230246251565e-15 relative error 8.569708283333465e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2955202066613398 y1[1] (numeric) 1.2955202066613387 absolute error 1.1102230246251565e-15 relative error 8.569708283333465e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.30100000000000016 y2[1] (analytic) 1.2964753952311516 y2[1] (numeric) 1.2964753952311505 absolute error 1.1102230246251565e-15 relative error 8.563394482524771e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2964753952311516 y1[1] (numeric) 1.2964753952311505 absolute error 1.1102230246251565e-15 relative error 8.563394482524771e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.30200000000000016 y2[1] (analytic) 1.297430287325593 y2[1] (numeric) 1.2974302873255918 absolute error 1.1102230246251565e-15 relative error 8.557091933730569e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.297430287325593 y1[1] (numeric) 1.2974302873255918 absolute error 1.1102230246251565e-15 relative error 8.557091933730569e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.30300000000000016 y2[1] (analytic) 1.2983848819897716 y2[1] (numeric) 1.2983848819897705 absolute error 1.1102230246251565e-15 relative error 8.550800614096357e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2983848819897716 y1[1] (numeric) 1.2983848819897705 absolute error 1.1102230246251565e-15 relative error 8.550800614096357e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.30400000000000016 y2[1] (analytic) 1.2993391782690933 y2[1] (numeric) 1.2993391782690922 absolute error 1.1102230246251565e-15 relative error 8.544520500829763e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.2993391782690933 y1[1] (numeric) 1.2993391782690922 absolute error 1.1102230246251565e-15 relative error 8.544520500829763e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.30500000000000016 y2[1] (analytic) 1.3002931752092617 y2[1] (numeric) 1.3002931752092606 absolute error 1.1102230246251565e-15 relative error 8.538251571200346e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3002931752092617 y1[1] (numeric) 1.3002931752092606 absolute error 1.1102230246251565e-15 relative error 8.538251571200346e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.30600000000000016 y2[1] (analytic) 1.30124687185628 y2[1] (numeric) 1.3012468718562786 absolute error 1.3322676295501878e-15 relative error 1.0238392563047284e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.30124687185628 y1[1] (numeric) 1.3012468718562786 absolute error 1.3322676295501878e-15 relative error 1.0238392563047284e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.30700000000000016 y2[1] (analytic) 1.3022002672564512 y2[1] (numeric) 1.30220026725645 absolute error 1.1102230246251565e-15 relative error 8.525747172239772e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3022002672564512 y1[1] (numeric) 1.30220026725645 absolute error 1.1102230246251565e-15 relative error 8.525747172239772e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.30800000000000016 y2[1] (analytic) 1.3031533604563805 y2[1] (numeric) 1.3031533604563794 absolute error 1.1102230246251565e-15 relative error 8.519511657755635e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3031533604563805 y1[1] (numeric) 1.3031533604563794 absolute error 1.1102230246251565e-15 relative error 8.519511657755635e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.30900000000000016 y2[1] (analytic) 1.3041061505029747 y2[1] (numeric) 1.3041061505029736 absolute error 1.1102230246251565e-15 relative error 8.513287236602324e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3041061505029747 y1[1] (numeric) 1.3041061505029736 absolute error 1.1102230246251565e-15 relative error 8.513287236602324e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.31000000000000016 y2[1] (analytic) 1.3050586364434436 y2[1] (numeric) 1.3050586364434427 absolute error 8.881784197001252e-16 relative error 6.805659109084909e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3050586364434436 y1[1] (numeric) 1.3050586364434427 absolute error 8.881784197001252e-16 relative error 6.805659109084909e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.31100000000000017 y2[1] (analytic) 1.3060108173253016 y2[1] (numeric) 1.3060108173253007 absolute error 8.881784197001252e-16 relative error 6.8006972677233e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3060108173253016 y1[1] (numeric) 1.3060108173253007 absolute error 8.881784197001252e-16 relative error 6.8006972677233e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.31200000000000017 y2[1] (analytic) 1.3069626921963677 y2[1] (numeric) 1.3069626921963668 absolute error 8.881784197001252e-16 relative error 6.79574424735514e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3069626921963677 y1[1] (numeric) 1.3069626921963668 absolute error 8.881784197001252e-16 relative error 6.79574424735514e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.31300000000000017 y2[1] (analytic) 1.3079142601047673 y2[1] (numeric) 1.3079142601047664 absolute error 8.881784197001252e-16 relative error 6.79080003018684e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3079142601047673 y1[1] (numeric) 1.3079142601047664 absolute error 8.881784197001252e-16 relative error 6.79080003018684e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.31400000000000017 y2[1] (analytic) 1.3088655200989323 y2[1] (numeric) 1.3088655200989314 absolute error 8.881784197001252e-16 relative error 6.785864598472966e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3088655200989323 y1[1] (numeric) 1.3088655200989314 absolute error 8.881784197001252e-16 relative error 6.785864598472966e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.31500000000000017 y2[1] (analytic) 1.309816471227603 y2[1] (numeric) 1.3098164712276021 absolute error 8.881784197001252e-16 relative error 6.780937934516087e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.309816471227603 y1[1] (numeric) 1.3098164712276021 absolute error 8.881784197001252e-16 relative error 6.780937934516087e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.31600000000000017 y2[1] (analytic) 1.3107671125398284 y2[1] (numeric) 1.3107671125398275 absolute error 8.881784197001252e-16 relative error 6.776020020666619e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3107671125398284 y1[1] (numeric) 1.3107671125398275 absolute error 8.881784197001252e-16 relative error 6.776020020666619e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.31700000000000017 y2[1] (analytic) 1.311717443084967 y2[1] (numeric) 1.311717443084966 absolute error 8.881784197001252e-16 relative error 6.771110839322681e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.311717443084967 y1[1] (numeric) 1.311717443084966 absolute error 8.881784197001252e-16 relative error 6.771110839322681e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.31800000000000017 y2[1] (analytic) 1.3126674619126886 y2[1] (numeric) 1.3126674619126877 absolute error 8.881784197001252e-16 relative error 6.766210372929941e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3126674619126886 y1[1] (numeric) 1.3126674619126877 absolute error 8.881784197001252e-16 relative error 6.766210372929941e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3190000000000002 y2[1] (analytic) 1.3136171680729742 y2[1] (numeric) 1.3136171680729734 absolute error 8.881784197001252e-16 relative error 6.761318603981469e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3136171680729742 y1[1] (numeric) 1.3136171680729734 absolute error 8.881784197001252e-16 relative error 6.761318603981469e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3200000000000002 y2[1] (analytic) 1.3145665606161179 y2[1] (numeric) 1.3145665606161172 absolute error 6.661338147750939e-16 relative error 5.0673266362631866e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3145665606161179 y1[1] (numeric) 1.3145665606161172 absolute error 6.661338147750939e-16 relative error 5.0673266362631866e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3210000000000002 y2[1] (analytic) 1.3155156385927274 y2[1] (numeric) 1.3155156385927265 absolute error 8.881784197001252e-16 relative error 6.751561088625704e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3155156385927274 y1[1] (numeric) 1.3155156385927265 absolute error 8.881784197001252e-16 relative error 6.751561088625704e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3220000000000002 y2[1] (analytic) 1.3164644010537243 y2[1] (numeric) 1.3164644010537234 absolute error 8.881784197001252e-16 relative error 6.746695307440213e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3164644010537243 y1[1] (numeric) 1.3164644010537234 absolute error 8.881784197001252e-16 relative error 6.746695307440213e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3230000000000002 y2[1] (analytic) 1.3174128470503468 y2[1] (numeric) 1.317412847050346 absolute error 8.881784197001252e-16 relative error 6.741838154142293e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3174128470503468 y1[1] (numeric) 1.317412847050346 absolute error 8.881784197001252e-16 relative error 6.741838154142293e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3240000000000002 y2[1] (analytic) 1.3183609756341483 y2[1] (numeric) 1.3183609756341477 absolute error 6.661338147750939e-16 relative error 5.052742208594843e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3183609756341483 y1[1] (numeric) 1.3183609756341477 absolute error 6.661338147750939e-16 relative error 5.052742208594843e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3250000000000002 y2[1] (analytic) 1.3193087858570012 y2[1] (numeric) 1.3193087858570003 absolute error 8.881784197001252e-16 relative error 6.732149662167066e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3193087858570012 y1[1] (numeric) 1.3193087858570003 absolute error 8.881784197001252e-16 relative error 6.732149662167066e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3260000000000002 y2[1] (analytic) 1.3202562767710946 y2[1] (numeric) 1.3202562767710937 absolute error 8.881784197001252e-16 relative error 6.727318289084849e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3202562767710946 y1[1] (numeric) 1.3202562767710937 absolute error 8.881784197001252e-16 relative error 6.727318289084849e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3270000000000002 y2[1] (analytic) 1.3212034474289378 y2[1] (numeric) 1.321203447428937 absolute error 8.881784197001252e-16 relative error 6.722495475080092e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3212034474289378 y1[1] (numeric) 1.321203447428937 absolute error 8.881784197001252e-16 relative error 6.722495475080092e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3280000000000002 y2[1] (analytic) 1.3221502968833605 y2[1] (numeric) 1.3221502968833596 absolute error 8.881784197001252e-16 relative error 6.717681203065826e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3221502968833605 y1[1] (numeric) 1.3221502968833596 absolute error 8.881784197001252e-16 relative error 6.717681203065826e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3290000000000002 y2[1] (analytic) 1.3230968241875132 y2[1] (numeric) 1.3230968241875123 absolute error 8.881784197001252e-16 relative error 6.712875456001018e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3230968241875132 y1[1] (numeric) 1.3230968241875123 absolute error 8.881784197001252e-16 relative error 6.712875456001018e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3300000000000002 y2[1] (analytic) 1.3240430283948685 y2[1] (numeric) 1.3240430283948676 absolute error 8.881784197001252e-16 relative error 6.708078216890428e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3240430283948685 y1[1] (numeric) 1.3240430283948676 absolute error 8.881784197001252e-16 relative error 6.708078216890428e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3310000000000002 y2[1] (analytic) 1.3249889085592226 y2[1] (numeric) 1.3249889085592217 absolute error 8.881784197001252e-16 relative error 6.703289468784459e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3249889085592226 y1[1] (numeric) 1.3249889085592217 absolute error 8.881784197001252e-16 relative error 6.703289468784459e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3320000000000002 y2[1] (analytic) 1.325934463734695 y2[1] (numeric) 1.3259344637346941 absolute error 8.881784197001252e-16 relative error 6.698509194779027e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.325934463734695 y1[1] (numeric) 1.3259344637346941 absolute error 8.881784197001252e-16 relative error 6.698509194779027e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3330000000000002 y2[1] (analytic) 1.326879692975731 y2[1] (numeric) 1.32687969297573 absolute error 8.881784197001252e-16 relative error 6.693737378015403e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.326879692975731 y1[1] (numeric) 1.32687969297573 absolute error 8.881784197001252e-16 relative error 6.693737378015403e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3340000000000002 y2[1] (analytic) 1.327824595337101 y2[1] (numeric) 1.3278245953371002 absolute error 8.881784197001252e-16 relative error 6.688974001680088e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.327824595337101 y1[1] (numeric) 1.3278245953371002 absolute error 8.881784197001252e-16 relative error 6.688974001680088e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3350000000000002 y2[1] (analytic) 1.3287691698739033 y2[1] (numeric) 1.3287691698739024 absolute error 8.881784197001252e-16 relative error 6.68421904900466e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3287691698739033 y1[1] (numeric) 1.3287691698739024 absolute error 8.881784197001252e-16 relative error 6.68421904900466e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3360000000000002 y2[1] (analytic) 1.3297134156415629 y2[1] (numeric) 1.329713415641562 absolute error 8.881784197001252e-16 relative error 6.679472503265638e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3297134156415629 y1[1] (numeric) 1.329713415641562 absolute error 8.881784197001252e-16 relative error 6.679472503265638e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3370000000000002 y2[1] (analytic) 1.3306573316958346 y2[1] (numeric) 1.3306573316958334 absolute error 1.1102230246251565e-15 relative error 8.343417934730431e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3306573316958346 y1[1] (numeric) 1.3306573316958334 absolute error 1.1102230246251565e-15 relative error 8.343417934730431e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3380000000000002 y2[1] (analytic) 1.3316009170928018 y2[1] (numeric) 1.331600917092801 absolute error 8.881784197001252e-16 relative error 6.670004565926763e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3316009170928018 y1[1] (numeric) 1.331600917092801 absolute error 8.881784197001252e-16 relative error 6.670004565926763e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3390000000000002 y2[1] (analytic) 1.3325441708888799 y2[1] (numeric) 1.3325441708888788 absolute error 1.1102230246251565e-15 relative error 8.331603926379244e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3325441708888799 y1[1] (numeric) 1.3325441708888788 absolute error 1.1102230246251565e-15 relative error 8.331603926379244e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3400000000000002 y2[1] (analytic) 1.3334870921408146 y2[1] (numeric) 1.3334870921408135 absolute error 1.1102230246251565e-15 relative error 8.325712570961417e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3334870921408146 y1[1] (numeric) 1.3334870921408135 absolute error 1.1102230246251565e-15 relative error 8.325712570961417e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3410000000000002 y2[1] (analytic) 1.334429679905685 y2[1] (numeric) 1.3344296799056838 absolute error 1.1102230246251565e-15 relative error 8.319831620528892e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.334429679905685 y1[1] (numeric) 1.3344296799056838 absolute error 1.1102230246251565e-15 relative error 8.319831620528892e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3420000000000002 y2[1] (analytic) 1.3353719332409033 y2[1] (numeric) 1.3353719332409022 absolute error 1.1102230246251565e-15 relative error 8.313961054510725e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3353719332409033 y1[1] (numeric) 1.3353719332409022 absolute error 1.1102230246251565e-15 relative error 8.313961054510725e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3430000000000002 y2[1] (analytic) 1.3363138512042165 y2[1] (numeric) 1.3363138512042152 absolute error 1.3322676295501878e-15 relative error 9.969721022869122e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3363138512042165 y1[1] (numeric) 1.3363138512042152 absolute error 1.3322676295501878e-15 relative error 9.969721022869122e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3440000000000002 y2[1] (analytic) 1.3372554328537063 y2[1] (numeric) 1.3372554328537052 absolute error 1.1102230246251565e-15 relative error 8.302250993708344e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3372554328537063 y1[1] (numeric) 1.3372554328537052 absolute error 1.1102230246251565e-15 relative error 8.302250993708344e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3450000000000002 y2[1] (analytic) 1.3381966772477916 y2[1] (numeric) 1.3381966772477902 absolute error 1.3322676295501878e-15 relative error 9.955693749667667e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3381966772477916 y1[1] (numeric) 1.3381966772477902 absolute error 1.3322676295501878e-15 relative error 9.955693749667667e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3460000000000002 y2[1] (analytic) 1.3391375834452275 y2[1] (numeric) 1.3391375834452264 absolute error 1.1102230246251565e-15 relative error 8.29058222508297e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3391375834452275 y1[1] (numeric) 1.3391375834452264 absolute error 1.1102230246251565e-15 relative error 8.29058222508297e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3470000000000002 y2[1] (analytic) 1.3400781505051085 y2[1] (numeric) 1.3400781505051074 absolute error 1.1102230246251565e-15 relative error 8.284763274490269e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3400781505051085 y1[1] (numeric) 1.3400781505051074 absolute error 1.1102230246251565e-15 relative error 8.284763274490269e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3480000000000002 y2[1] (analytic) 1.3410183774868671 y2[1] (numeric) 1.341018377486866 absolute error 1.1102230246251565e-15 relative error 8.278954586034591e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3410183774868671 y1[1] (numeric) 1.341018377486866 absolute error 1.1102230246251565e-15 relative error 8.278954586034591e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3490000000000002 y2[1] (analytic) 1.3419582634502767 y2[1] (numeric) 1.3419582634502758 absolute error 8.881784197001252e-16 relative error 6.618524911620955e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3419582634502767 y1[1] (numeric) 1.3419582634502758 absolute error 8.881784197001252e-16 relative error 6.618524911620955e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3500000000000002 y2[1] (analytic) 1.3428978074554516 y2[1] (numeric) 1.3428978074554505 absolute error 1.1102230246251565e-15 relative error 8.267367914829114e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3428978074554516 y1[1] (numeric) 1.3428978074554505 absolute error 1.1102230246251565e-15 relative error 8.267367914829114e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3510000000000002 y2[1] (analytic) 1.3438370085628475 y2[1] (numeric) 1.3438370085628464 absolute error 1.1102230246251565e-15 relative error 8.261589891861015e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3438370085628475 y1[1] (numeric) 1.3438370085628464 absolute error 1.1102230246251565e-15 relative error 8.261589891861015e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3520000000000002 y2[1] (analytic) 1.3447758658332634 y2[1] (numeric) 1.3447758658332623 absolute error 1.1102230246251565e-15 relative error 8.255822050593012e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3447758658332634 y1[1] (numeric) 1.3447758658332623 absolute error 1.1102230246251565e-15 relative error 8.255822050593012e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3530000000000002 y2[1] (analytic) 1.345714378327842 y2[1] (numeric) 1.3457143783278411 absolute error 8.881784197001252e-16 relative error 6.600051496839605e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.345714378327842 y1[1] (numeric) 1.3457143783278411 absolute error 8.881784197001252e-16 relative error 6.600051496839605e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3540000000000002 y2[1] (analytic) 1.3466525451080713 y2[1] (numeric) 1.3466525451080704 absolute error 8.881784197001252e-16 relative error 6.595453466646419e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3466525451080713 y1[1] (numeric) 1.3466525451080704 absolute error 8.881784197001252e-16 relative error 6.595453466646419e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3550000000000002 y2[1] (analytic) 1.3475903652357846 y2[1] (numeric) 1.3475903652357835 absolute error 1.1102230246251565e-15 relative error 8.238579417499053e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3475903652357846 y1[1] (numeric) 1.3475903652357835 absolute error 1.1102230246251565e-15 relative error 8.238579417499053e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3560000000000002 y2[1] (analytic) 1.3485278377731613 y2[1] (numeric) 1.3485278377731602 absolute error 1.1102230246251565e-15 relative error 8.23285210380588e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3485278377731613 y1[1] (numeric) 1.3485278377731602 absolute error 1.1102230246251565e-15 relative error 8.23285210380588e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3570000000000002 y2[1] (analytic) 1.3494649617827292 y2[1] (numeric) 1.3494649617827283 absolute error 8.881784197001252e-16 relative error 6.581707897971541e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3494649617827292 y1[1] (numeric) 1.3494649617827283 absolute error 8.881784197001252e-16 relative error 6.581707897971541e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3580000000000002 y2[1] (analytic) 1.3504017363273648 y2[1] (numeric) 1.3504017363273637 absolute error 1.1102230246251565e-15 relative error 8.221427703763081e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3504017363273648 y1[1] (numeric) 1.3504017363273637 absolute error 1.1102230246251565e-15 relative error 8.221427703763081e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3590000000000002 y2[1] (analytic) 1.3513381604702932 y2[1] (numeric) 1.351338160470292 absolute error 1.1102230246251565e-15 relative error 8.215730578042556e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3513381604702932 y1[1] (numeric) 1.351338160470292 absolute error 1.1102230246251565e-15 relative error 8.215730578042556e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3600000000000002 y2[1] (analytic) 1.35227423327509 y2[1] (numeric) 1.3522742332750892 absolute error 8.881784197001252e-16 relative error 6.568034780556565e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.35227423327509 y1[1] (numeric) 1.3522742332750892 absolute error 8.881784197001252e-16 relative error 6.568034780556565e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3610000000000002 y2[1] (analytic) 1.3532099538056834 y2[1] (numeric) 1.3532099538056823 absolute error 1.1102230246251565e-15 relative error 8.204366377167375e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3532099538056834 y1[1] (numeric) 1.3532099538056823 absolute error 1.1102230246251565e-15 relative error 8.204366377167375e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3620000000000002 y2[1] (analytic) 1.354145321126352 y2[1] (numeric) 1.3541453211263512 absolute error 8.881784197001252e-16 relative error 6.558959410363398e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.354145321126352 y1[1] (numeric) 1.3541453211263512 absolute error 8.881784197001252e-16 relative error 6.558959410363398e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3630000000000002 y2[1] (analytic) 1.3550803343017295 y2[1] (numeric) 1.3550803343017284 absolute error 1.1102230246251565e-15 relative error 8.19304211360467e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3550803343017295 y1[1] (numeric) 1.3550803343017284 absolute error 1.1102230246251565e-15 relative error 8.19304211360467e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3640000000000002 y2[1] (analytic) 1.356014992396802 y2[1] (numeric) 1.3560149923968008 absolute error 1.1102230246251565e-15 relative error 8.187394909718514e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.356014992396802 y1[1] (numeric) 1.3560149923968008 absolute error 1.1102230246251565e-15 relative error 8.187394909718514e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3650000000000002 y2[1] (analytic) 1.3569492944769115 y2[1] (numeric) 1.3569492944769106 absolute error 8.881784197001252e-16 relative error 6.545406105557599e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3569492944769115 y1[1] (numeric) 1.3569492944769106 absolute error 8.881784197001252e-16 relative error 6.545406105557599e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3660000000000002 y2[1] (analytic) 1.3578832396077565 y2[1] (numeric) 1.3578832396077556 absolute error 8.881784197001252e-16 relative error 6.540904208794034e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3578832396077565 y1[1] (numeric) 1.3578832396077556 absolute error 8.881784197001252e-16 relative error 6.540904208794034e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3670000000000002 y2[1] (analytic) 1.3588168268553917 y2[1] (numeric) 1.3588168268553908 absolute error 8.881784197001252e-16 relative error 6.536410222086889e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3588168268553917 y1[1] (numeric) 1.3588168268553908 absolute error 8.881784197001252e-16 relative error 6.536410222086889e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3680000000000002 y2[1] (analytic) 1.3597500552862303 y2[1] (numeric) 1.3597500552862292 absolute error 1.1102230246251565e-15 relative error 8.164905162599551e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3597500552862303 y1[1] (numeric) 1.3597500552862292 absolute error 1.1102230246251565e-15 relative error 8.164905162599551e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3690000000000002 y2[1] (analytic) 1.360682923967043 y2[1] (numeric) 1.3606829239670422 absolute error 8.881784197001252e-16 relative error 6.527445917456355e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.360682923967043 y1[1] (numeric) 1.3606829239670422 absolute error 8.881784197001252e-16 relative error 6.527445917456355e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3700000000000002 y2[1] (analytic) 1.3616154319649623 y2[1] (numeric) 1.3616154319649612 absolute error 1.1102230246251565e-15 relative error 8.153719461176946e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3616154319649623 y1[1] (numeric) 1.3616154319649612 absolute error 1.1102230246251565e-15 relative error 8.153719461176946e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3710000000000002 y2[1] (analytic) 1.3625475783474794 y2[1] (numeric) 1.3625475783474783 absolute error 1.1102230246251565e-15 relative error 8.148141336625131e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3625475783474794 y1[1] (numeric) 1.3625475783474783 absolute error 1.1102230246251565e-15 relative error 8.148141336625131e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3720000000000002 y2[1] (analytic) 1.3634793621824486 y2[1] (numeric) 1.3634793621824475 absolute error 1.1102230246251565e-15 relative error 8.142573004171342e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3634793621824486 y1[1] (numeric) 1.3634793621824475 absolute error 1.1102230246251565e-15 relative error 8.142573004171342e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3730000000000002 y2[1] (analytic) 1.3644107825380858 y2[1] (numeric) 1.3644107825380847 absolute error 1.1102230246251565e-15 relative error 8.137014444872039e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3644107825380858 y1[1] (numeric) 1.3644107825380847 absolute error 1.1102230246251565e-15 relative error 8.137014444872039e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3740000000000002 y2[1] (analytic) 1.3653418384829707 y2[1] (numeric) 1.3653418384829696 absolute error 1.1102230246251565e-15 relative error 8.131465639833638e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3653418384829707 y1[1] (numeric) 1.3653418384829696 absolute error 1.1102230246251565e-15 relative error 8.131465639833638e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3750000000000002 y2[1] (analytic) 1.3662725290860478 y2[1] (numeric) 1.3662725290860467 absolute error 1.1102230246251565e-15 relative error 8.125926570212368e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3662725290860478 y1[1] (numeric) 1.3662725290860467 absolute error 1.1102230246251565e-15 relative error 8.125926570212368e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3760000000000002 y2[1] (analytic) 1.3672028534166263 y2[1] (numeric) 1.3672028534166252 absolute error 1.1102230246251565e-15 relative error 8.120397217214111e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3672028534166263 y1[1] (numeric) 1.3672028534166252 absolute error 1.1102230246251565e-15 relative error 8.120397217214111e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3770000000000002 y2[1] (analytic) 1.368132810544382 y2[1] (numeric) 1.3681328105443809 absolute error 1.1102230246251565e-15 relative error 8.114877562094262e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.368132810544382 y1[1] (numeric) 1.3681328105443809 absolute error 1.1102230246251565e-15 relative error 8.114877562094262e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3780000000000002 y2[1] (analytic) 1.3690623995393576 y2[1] (numeric) 1.3690623995393567 absolute error 8.881784197001252e-16 relative error 6.487494068926053e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3690623995393576 y1[1] (numeric) 1.3690623995393567 absolute error 8.881784197001252e-16 relative error 6.487494068926053e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3790000000000002 y2[1] (analytic) 1.3699916194719646 y2[1] (numeric) 1.3699916194719637 absolute error 8.881784197001252e-16 relative error 6.483093816606379e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3699916194719646 y1[1] (numeric) 1.3699916194719637 absolute error 8.881784197001252e-16 relative error 6.483093816606379e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3800000000000002 y2[1] (analytic) 1.3709204694129828 y2[1] (numeric) 1.370920469412982 absolute error 8.881784197001252e-16 relative error 6.478701277838795e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3709204694129828 y1[1] (numeric) 1.370920469412982 absolute error 8.881784197001252e-16 relative error 6.478701277838795e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.3810000000000002 y2[1] (analytic) 1.3718489484335628 y2[1] (numeric) 1.3718489484335619 absolute error 8.881784197001252e-16 relative error 6.474316437784833e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3718489484335628 y1[1] (numeric) 1.3718489484335619 absolute error 8.881784197001252e-16 relative error 6.474316437784833e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.38200000000000023 y2[1] (analytic) 1.372777055605225 y2[1] (numeric) 1.3727770556052243 absolute error 6.661338147750939e-16 relative error 4.852454461233775e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.372777055605225 y1[1] (numeric) 1.3727770556052243 absolute error 6.661338147750939e-16 relative error 4.852454461233775e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.38300000000000023 y2[1] (analytic) 1.373704789999863 y2[1] (numeric) 1.3737047899998622 absolute error 6.661338147750939e-16 relative error 4.849177345994116e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.373704789999863 y1[1] (numeric) 1.3737047899998622 absolute error 6.661338147750939e-16 relative error 4.849177345994116e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.38400000000000023 y2[1] (analytic) 1.3746321506897419 y2[1] (numeric) 1.3746321506897412 absolute error 6.661338147750939e-16 relative error 4.8459059715782985e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3746321506897419 y1[1] (numeric) 1.3746321506897412 absolute error 6.661338147750939e-16 relative error 4.8459059715782985e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.38500000000000023 y2[1] (analytic) 1.3755591367475013 y2[1] (numeric) 1.3755591367475006 absolute error 6.661338147750939e-16 relative error 4.842640326973961e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3755591367475013 y1[1] (numeric) 1.3755591367475006 absolute error 6.661338147750939e-16 relative error 4.842640326973961e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.38600000000000023 y2[1] (analytic) 1.3764857472461554 y2[1] (numeric) 1.3764857472461547 absolute error 6.661338147750939e-16 relative error 4.839380401197645e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3764857472461554 y1[1] (numeric) 1.3764857472461547 absolute error 6.661338147750939e-16 relative error 4.839380401197645e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.38700000000000023 y2[1] (analytic) 1.3774119812590937 y2[1] (numeric) 1.3774119812590928 absolute error 8.881784197001252e-16 relative error 6.448168244392941e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3774119812590937 y1[1] (numeric) 1.3774119812590928 absolute error 8.881784197001252e-16 relative error 6.448168244392941e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.38800000000000023 y2[1] (analytic) 1.3783378378600821 y2[1] (numeric) 1.3783378378600812 absolute error 8.881784197001252e-16 relative error 6.443836883118971e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3783378378600821 y1[1] (numeric) 1.3783378378600812 absolute error 8.881784197001252e-16 relative error 6.443836883118971e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.38900000000000023 y2[1] (analytic) 1.3792633161232641 y2[1] (numeric) 1.3792633161232632 absolute error 8.881784197001252e-16 relative error 6.439513103245248e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3792633161232641 y1[1] (numeric) 1.3792633161232632 absolute error 8.881784197001252e-16 relative error 6.439513103245248e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.39000000000000024 y2[1] (analytic) 1.3801884151231616 y2[1] (numeric) 1.3801884151231607 absolute error 8.881784197001252e-16 relative error 6.435196890280146e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3801884151231616 y1[1] (numeric) 1.3801884151231607 absolute error 8.881784197001252e-16 relative error 6.435196890280146e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.39100000000000024 y2[1] (analytic) 1.3811131339346758 y2[1] (numeric) 1.3811131339346747 absolute error 1.1102230246251565e-15 relative error 8.038610287212489e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3811131339346758 y1[1] (numeric) 1.3811131339346747 absolute error 1.1102230246251565e-15 relative error 8.038610287212489e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.39200000000000024 y2[1] (analytic) 1.3820374716330877 y2[1] (numeric) 1.3820374716330865 absolute error 1.1102230246251565e-15 relative error 8.0332338841237e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3820374716330877 y1[1] (numeric) 1.3820374716330865 absolute error 1.1102230246251565e-15 relative error 8.0332338841237e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.39300000000000024 y2[1] (analytic) 1.3829614272940598 y2[1] (numeric) 1.3829614272940587 absolute error 1.1102230246251565e-15 relative error 8.027866885611187e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3829614272940598 y1[1] (numeric) 1.3829614272940587 absolute error 1.1102230246251565e-15 relative error 8.027866885611187e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.39400000000000024 y2[1] (analytic) 1.3838849999936365 y2[1] (numeric) 1.3838849999936353 absolute error 1.1102230246251565e-15 relative error 8.022509273749348e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3838849999936365 y1[1] (numeric) 1.3838849999936353 absolute error 1.1102230246251565e-15 relative error 8.022509273749348e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.39500000000000024 y2[1] (analytic) 1.3848081888082453 y2[1] (numeric) 1.3848081888082442 absolute error 1.1102230246251565e-15 relative error 8.017161030659455e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3848081888082453 y1[1] (numeric) 1.3848081888082442 absolute error 1.1102230246251565e-15 relative error 8.017161030659455e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.39600000000000024 y2[1] (analytic) 1.3857309928146972 y2[1] (numeric) 1.3857309928146961 absolute error 1.1102230246251565e-15 relative error 8.011822138509518e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3857309928146972 y1[1] (numeric) 1.3857309928146961 absolute error 1.1102230246251565e-15 relative error 8.011822138509518e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.39700000000000024 y2[1] (analytic) 1.3866534110901885 y2[1] (numeric) 1.3866534110901874 absolute error 1.1102230246251565e-15 relative error 8.00649257951414e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3866534110901885 y1[1] (numeric) 1.3866534110901874 absolute error 1.1102230246251565e-15 relative error 8.00649257951414e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.39800000000000024 y2[1] (analytic) 1.387575442712301 y2[1] (numeric) 1.3875754427122997 absolute error 1.3322676295501878e-15 relative error 9.601406803121257e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.387575442712301 y1[1] (numeric) 1.3875754427122997 absolute error 1.3322676295501878e-15 relative error 9.601406803121257e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.39900000000000024 y2[1] (analytic) 1.3884970867590032 y2[1] (numeric) 1.3884970867590019 absolute error 1.3322676295501878e-15 relative error 9.59503366809314e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3884970867590032 y1[1] (numeric) 1.3884970867590019 absolute error 1.3322676295501878e-15 relative error 9.59503366809314e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.40000000000000024 y2[1] (analytic) 1.3894183423086508 y2[1] (numeric) 1.3894183423086495 absolute error 1.3322676295501878e-15 relative error 9.588671669156882e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3894183423086508 y1[1] (numeric) 1.3894183423086495 absolute error 1.3322676295501878e-15 relative error 9.588671669156882e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.40100000000000025 y2[1] (analytic) 1.3903392084399886 y2[1] (numeric) 1.3903392084399873 absolute error 1.3322676295501878e-15 relative error 9.582320785191988e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3903392084399886 y1[1] (numeric) 1.3903392084399873 absolute error 1.3322676295501878e-15 relative error 9.582320785191988e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.40200000000000025 y2[1] (analytic) 1.3912596842321503 y2[1] (numeric) 1.3912596842321492 absolute error 1.1102230246251565e-15 relative error 7.979984162610875e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3912596842321503 y1[1] (numeric) 1.3912596842321492 absolute error 1.1102230246251565e-15 relative error 7.979984162610875e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.40300000000000025 y2[1] (analytic) 1.3921797687646607 y2[1] (numeric) 1.3921797687646595 absolute error 1.1102230246251565e-15 relative error 7.974710231641305e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3921797687646607 y1[1] (numeric) 1.3921797687646595 absolute error 1.1102230246251565e-15 relative error 7.974710231641305e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.40400000000000025 y2[1] (analytic) 1.3930994611174348 y2[1] (numeric) 1.3930994611174337 absolute error 1.1102230246251565e-15 relative error 7.969445510621496e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3930994611174348 y1[1] (numeric) 1.3930994611174337 absolute error 1.1102230246251565e-15 relative error 7.969445510621496e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.40500000000000025 y2[1] (analytic) 1.3940187603707805 y2[1] (numeric) 1.3940187603707794 absolute error 1.1102230246251565e-15 relative error 7.964189982133811e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3940187603707805 y1[1] (numeric) 1.3940187603707794 absolute error 1.1102230246251565e-15 relative error 7.964189982133811e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.40600000000000025 y2[1] (analytic) 1.394937665605399 y2[1] (numeric) 1.3949376656053978 absolute error 1.1102230246251565e-15 relative error 7.958943628805972e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.394937665605399 y1[1] (numeric) 1.3949376656053978 absolute error 1.1102230246251565e-15 relative error 7.958943628805972e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.40700000000000025 y2[1] (analytic) 1.3958561759023844 y2[1] (numeric) 1.3958561759023833 absolute error 1.1102230246251565e-15 relative error 7.953706433310913e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3958561759023844 y1[1] (numeric) 1.3958561759023833 absolute error 1.1102230246251565e-15 relative error 7.953706433310913e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.40800000000000025 y2[1] (analytic) 1.3967742903432272 y2[1] (numeric) 1.396774290343226 absolute error 1.1102230246251565e-15 relative error 7.948478378366652e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3967742903432272 y1[1] (numeric) 1.396774290343226 absolute error 1.1102230246251565e-15 relative error 7.948478378366652e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.40900000000000025 y2[1] (analytic) 1.3976920080098125 y2[1] (numeric) 1.3976920080098114 absolute error 1.1102230246251565e-15 relative error 7.943259446736152e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3976920080098125 y1[1] (numeric) 1.3976920080098114 absolute error 1.1102230246251565e-15 relative error 7.943259446736152e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.41000000000000025 y2[1] (analytic) 1.3986093279844232 y2[1] (numeric) 1.3986093279844218 absolute error 1.3322676295501878e-15 relative error 9.525659545472629e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.3986093279844232 y1[1] (numeric) 1.3986093279844218 absolute error 1.3322676295501878e-15 relative error 9.525659545472629e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.41100000000000025 y2[1] (analytic) 1.399526249349739 y2[1] (numeric) 1.3995262493497376 absolute error 1.3322676295501878e-15 relative error 9.519418661630667e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.399526249349739 y1[1] (numeric) 1.3995262493497376 absolute error 1.3322676295501878e-15 relative error 9.519418661630667e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.41200000000000025 y2[1] (analytic) 1.4004427711888385 y2[1] (numeric) 1.4004427711888372 absolute error 1.3322676295501878e-15 relative error 9.513188664033899e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4004427711888385 y1[1] (numeric) 1.4004427711888372 absolute error 1.3322676295501878e-15 relative error 9.513188664033899e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.41300000000000026 y2[1] (analytic) 1.4013588925852005 y2[1] (numeric) 1.4013588925851992 absolute error 1.3322676295501878e-15 relative error 9.50696953221202e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4013588925852005 y1[1] (numeric) 1.4013588925851992 absolute error 1.3322676295501878e-15 relative error 9.50696953221202e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.41400000000000026 y2[1] (analytic) 1.4022746126227033 y2[1] (numeric) 1.402274612622702 absolute error 1.3322676295501878e-15 relative error 9.500761245747864e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4022746126227033 y1[1] (numeric) 1.402274612622702 absolute error 1.3322676295501878e-15 relative error 9.500761245747864e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.41500000000000026 y2[1] (analytic) 1.403189930385627 y2[1] (numeric) 1.4031899303856257 absolute error 1.3322676295501878e-15 relative error 9.494563784277242e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.403189930385627 y1[1] (numeric) 1.4031899303856257 absolute error 1.3322676295501878e-15 relative error 9.494563784277242e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.41600000000000026 y2[1] (analytic) 1.4041048449586537 y2[1] (numeric) 1.4041048449586526 absolute error 1.1102230246251565e-15 relative error 7.906980939573989e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4041048449586537 y1[1] (numeric) 1.4041048449586526 absolute error 1.1102230246251565e-15 relative error 7.906980939573989e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.41700000000000026 y2[1] (analytic) 1.4050193554268693 y2[1] (numeric) 1.4050193554268682 absolute error 1.1102230246251565e-15 relative error 7.901834379269826e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4050193554268693 y1[1] (numeric) 1.4050193554268682 absolute error 1.1102230246251565e-15 relative error 7.901834379269826e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.41800000000000026 y2[1] (analytic) 1.4059334608757632 y2[1] (numeric) 1.405933460875762 absolute error 1.1102230246251565e-15 relative error 7.896696789146713e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4059334608757632 y1[1] (numeric) 1.405933460875762 absolute error 1.1102230246251565e-15 relative error 7.896696789146713e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.41900000000000026 y2[1] (analytic) 1.40684716039123 y2[1] (numeric) 1.406847160391229 absolute error 1.1102230246251565e-15 relative error 7.891568152409781e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.40684716039123 y1[1] (numeric) 1.406847160391229 absolute error 1.1102230246251565e-15 relative error 7.891568152409781e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.42000000000000026 y2[1] (analytic) 1.4077604530595704 y2[1] (numeric) 1.4077604530595693 absolute error 1.1102230246251565e-15 relative error 7.88644845230765e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4077604530595704 y1[1] (numeric) 1.4077604530595693 absolute error 1.1102230246251565e-15 relative error 7.88644845230765e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.42100000000000026 y2[1] (analytic) 1.4086733379674916 y2[1] (numeric) 1.4086733379674905 absolute error 1.1102230246251565e-15 relative error 7.881337672132313e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4086733379674916 y1[1] (numeric) 1.4086733379674905 absolute error 1.1102230246251565e-15 relative error 7.881337672132313e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.42200000000000026 y2[1] (analytic) 1.4095858142021092 y2[1] (numeric) 1.4095858142021078 absolute error 1.3322676295501878e-15 relative error 9.451482954262796e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4095858142021092 y1[1] (numeric) 1.4095858142021078 absolute error 1.3322676295501878e-15 relative error 9.451482954262796e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.42300000000000026 y2[1] (analytic) 1.4104978808509463 y2[1] (numeric) 1.4104978808509452 absolute error 1.1102230246251565e-15 relative error 7.871142804946041e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4104978808509463 y1[1] (numeric) 1.4104978808509452 absolute error 1.1102230246251565e-15 relative error 7.871142804946041e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.42400000000000027 y2[1] (analytic) 1.411409537001937 y2[1] (numeric) 1.411409537001936 absolute error 1.1102230246251565e-15 relative error 7.866058684734768e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.411409537001937 y1[1] (numeric) 1.411409537001936 absolute error 1.1102230246251565e-15 relative error 7.866058684734768e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.42500000000000027 y2[1] (analytic) 1.412320781743425 y2[1] (numeric) 1.4123207817434238 absolute error 1.1102230246251565e-15 relative error 7.860983418049356e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.412320781743425 y1[1] (numeric) 1.4123207817434238 absolute error 1.1102230246251565e-15 relative error 7.860983418049356e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.42600000000000027 y2[1] (analytic) 1.4132316141641654 y2[1] (numeric) 1.4132316141641643 absolute error 1.1102230246251565e-15 relative error 7.855916988396706e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4132316141641654 y1[1] (numeric) 1.4132316141641643 absolute error 1.1102230246251565e-15 relative error 7.855916988396706e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.42700000000000027 y2[1] (analytic) 1.4141420333533263 y2[1] (numeric) 1.4141420333533252 absolute error 1.1102230246251565e-15 relative error 7.850859379326327e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4141420333533263 y1[1] (numeric) 1.4141420333533252 absolute error 1.1102230246251565e-15 relative error 7.850859379326327e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.42800000000000027 y2[1] (analytic) 1.4150520384004883 y2[1] (numeric) 1.4150520384004872 absolute error 1.1102230246251565e-15 relative error 7.845810574430204e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4150520384004883 y1[1] (numeric) 1.4150520384004872 absolute error 1.1102230246251565e-15 relative error 7.845810574430204e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.42900000000000027 y2[1] (analytic) 1.4159616283956464 y2[1] (numeric) 1.4159616283956453 absolute error 1.1102230246251565e-15 relative error 7.840770557342668e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4159616283956464 y1[1] (numeric) 1.4159616283956453 absolute error 1.1102230246251565e-15 relative error 7.840770557342668e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.43000000000000027 y2[1] (analytic) 1.416870802429211 y2[1] (numeric) 1.4168708024292098 absolute error 1.1102230246251565e-15 relative error 7.835739311740281e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.416870802429211 y1[1] (numeric) 1.4168708024292098 absolute error 1.1102230246251565e-15 relative error 7.835739311740281e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.43100000000000027 y2[1] (analytic) 1.4177795595920077 y2[1] (numeric) 1.4177795595920066 absolute error 1.1102230246251565e-15 relative error 7.830716821341702e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4177795595920077 y1[1] (numeric) 1.4177795595920066 absolute error 1.1102230246251565e-15 relative error 7.830716821341702e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4320000000000003 y2[1] (analytic) 1.4186878989752798 y2[1] (numeric) 1.4186878989752787 absolute error 1.1102230246251565e-15 relative error 7.825703069907569e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4186878989752798 y1[1] (numeric) 1.4186878989752787 absolute error 1.1102230246251565e-15 relative error 7.825703069907569e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4330000000000003 y2[1] (analytic) 1.4195958196706877 y2[1] (numeric) 1.4195958196706866 absolute error 1.1102230246251565e-15 relative error 7.82069804124037e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4195958196706877 y1[1] (numeric) 1.4195958196706866 absolute error 1.1102230246251565e-15 relative error 7.82069804124037e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4340000000000003 y2[1] (analytic) 1.4205033207703108 y2[1] (numeric) 1.4205033207703097 absolute error 1.1102230246251565e-15 relative error 7.815701719184328e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4205033207703108 y1[1] (numeric) 1.4205033207703097 absolute error 1.1102230246251565e-15 relative error 7.815701719184328e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4350000000000003 y2[1] (analytic) 1.4214104013666482 y2[1] (numeric) 1.421410401366647 absolute error 1.1102230246251565e-15 relative error 7.810714087625268e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4214104013666482 y1[1] (numeric) 1.421410401366647 absolute error 1.1102230246251565e-15 relative error 7.810714087625268e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4360000000000003 y2[1] (analytic) 1.4223170605526194 y2[1] (numeric) 1.4223170605526183 absolute error 1.1102230246251565e-15 relative error 7.8057351304905e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4223170605526194 y1[1] (numeric) 1.4223170605526183 absolute error 1.1102230246251565e-15 relative error 7.8057351304905e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4370000000000003 y2[1] (analytic) 1.4232232974215653 y2[1] (numeric) 1.4232232974215642 absolute error 1.1102230246251565e-15 relative error 7.800764831748699e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4232232974215653 y1[1] (numeric) 1.4232232974215642 absolute error 1.1102230246251565e-15 relative error 7.800764831748699e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4380000000000003 y2[1] (analytic) 1.424129111067249 y2[1] (numeric) 1.4241291110672478 absolute error 1.1102230246251565e-15 relative error 7.79580317540978e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.424129111067249 y1[1] (numeric) 1.4241291110672478 absolute error 1.1102230246251565e-15 relative error 7.79580317540978e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4390000000000003 y2[1] (analytic) 1.4250345005838572 y2[1] (numeric) 1.4250345005838558 absolute error 1.3322676295501878e-15 relative error 9.349020174629727e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4250345005838572 y1[1] (numeric) 1.4250345005838558 absolute error 1.3322676295501878e-15 relative error 9.349020174629727e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4400000000000003 y2[1] (analytic) 1.4259394650659998 y2[1] (numeric) 1.4259394650659987 absolute error 1.1102230246251565e-15 relative error 7.785905726185717e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4259394650659998 y1[1] (numeric) 1.4259394650659987 absolute error 1.1102230246251565e-15 relative error 7.785905726185717e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4410000000000003 y2[1] (analytic) 1.426844003608713 y2[1] (numeric) 1.426844003608712 absolute error 1.1102230246251565e-15 relative error 7.780969901525519e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.426844003608713 y1[1] (numeric) 1.426844003608712 absolute error 1.1102230246251565e-15 relative error 7.780969901525519e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4420000000000003 y2[1] (analytic) 1.4277481153074583 y2[1] (numeric) 1.4277481153074572 absolute error 1.1102230246251565e-15 relative error 7.776042655717852e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4277481153074583 y1[1] (numeric) 1.4277481153074572 absolute error 1.1102230246251565e-15 relative error 7.776042655717852e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4430000000000003 y2[1] (analytic) 1.4286517992581238 y2[1] (numeric) 1.4286517992581227 absolute error 1.1102230246251565e-15 relative error 7.771123972977024e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4286517992581238 y1[1] (numeric) 1.4286517992581227 absolute error 1.1102230246251565e-15 relative error 7.771123972977024e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4440000000000003 y2[1] (analytic) 1.429555054557026 y2[1] (numeric) 1.4295550545570246 absolute error 1.3322676295501878e-15 relative error 9.31945660506944e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.429555054557026 y1[1] (numeric) 1.4295550545570246 absolute error 1.3322676295501878e-15 relative error 9.31945660506944e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4450000000000003 y2[1] (analytic) 1.4304578803009091 y2[1] (numeric) 1.4304578803009078 absolute error 1.3322676295501878e-15 relative error 9.313574680506733e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4304578803009091 y1[1] (numeric) 1.4304578803009078 absolute error 1.3322676295501878e-15 relative error 9.313574680506733e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4460000000000003 y2[1] (analytic) 1.431360275586948 y2[1] (numeric) 1.4313602755869466 absolute error 1.3322676295501878e-15 relative error 9.307702975086927e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.431360275586948 y1[1] (numeric) 1.4313602755869466 absolute error 1.3322676295501878e-15 relative error 9.307702975086927e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4470000000000003 y2[1] (analytic) 1.4322622395127471 y2[1] (numeric) 1.4322622395127458 absolute error 1.3322676295501878e-15 relative error 9.301841470060837e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4322622395127471 y1[1] (numeric) 1.4322622395127458 absolute error 1.3322676295501878e-15 relative error 9.301841470060837e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4480000000000003 y2[1] (analytic) 1.4331637711763427 y2[1] (numeric) 1.4331637711763414 absolute error 1.3322676295501878e-15 relative error 9.29599014672734e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4331637711763427 y1[1] (numeric) 1.4331637711763414 absolute error 1.3322676295501878e-15 relative error 9.29599014672734e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4490000000000003 y2[1] (analytic) 1.4340648696762033 y2[1] (numeric) 1.434064869676202 absolute error 1.3322676295501878e-15 relative error 9.290148986433228e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4340648696762033 y1[1] (numeric) 1.434064869676202 absolute error 1.3322676295501878e-15 relative error 9.290148986433228e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4500000000000003 y2[1] (analytic) 1.4349655341112304 y2[1] (numeric) 1.434965534111229 absolute error 1.3322676295501878e-15 relative error 9.284317970573069e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4349655341112304 y1[1] (numeric) 1.434965534111229 absolute error 1.3322676295501878e-15 relative error 9.284317970573069e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4510000000000003 y2[1] (analytic) 1.4358657635807597 y2[1] (numeric) 1.4358657635807583 absolute error 1.3322676295501878e-15 relative error 9.278497080589073e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4358657635807597 y1[1] (numeric) 1.4358657635807583 absolute error 1.3322676295501878e-15 relative error 9.278497080589073e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4520000000000003 y2[1] (analytic) 1.4367655571845617 y2[1] (numeric) 1.4367655571845603 absolute error 1.3322676295501878e-15 relative error 9.272686297970948e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4367655571845617 y1[1] (numeric) 1.4367655571845603 absolute error 1.3322676295501878e-15 relative error 9.272686297970948e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4530000000000003 y2[1] (analytic) 1.4376649140228428 y2[1] (numeric) 1.4376649140228415 absolute error 1.3322676295501878e-15 relative error 9.266885604255761e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4376649140228428 y1[1] (numeric) 1.4376649140228415 absolute error 1.3322676295501878e-15 relative error 9.266885604255761e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4540000000000003 y2[1] (analytic) 1.4385638331962465 y2[1] (numeric) 1.4385638331962451 absolute error 1.3322676295501878e-15 relative error 9.261094981027805e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4385638331962465 y1[1] (numeric) 1.4385638331962451 absolute error 1.3322676295501878e-15 relative error 9.261094981027805e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4550000000000003 y2[1] (analytic) 1.4394623138058535 y2[1] (numeric) 1.4394623138058522 absolute error 1.3322676295501878e-15 relative error 9.255314409918456e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4394623138058535 y1[1] (numeric) 1.4394623138058522 absolute error 1.3322676295501878e-15 relative error 9.255314409918456e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4560000000000003 y2[1] (analytic) 1.4403603549531834 y2[1] (numeric) 1.440360354953182 absolute error 1.3322676295501878e-15 relative error 9.24954387260604e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4403603549531834 y1[1] (numeric) 1.440360354953182 absolute error 1.3322676295501878e-15 relative error 9.24954387260604e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4570000000000003 y2[1] (analytic) 1.4412579557401948 y2[1] (numeric) 1.4412579557401937 absolute error 1.1102230246251565e-15 relative error 7.703152792346414e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4412579557401948 y1[1] (numeric) 1.4412579557401937 absolute error 1.1102230246251565e-15 relative error 7.703152792346414e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4580000000000003 y2[1] (analytic) 1.4421551152692875 y2[1] (numeric) 1.4421551152692862 absolute error 1.3322676295501878e-15 relative error 9.238032826319236e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4421551152692875 y1[1] (numeric) 1.4421551152692862 absolute error 1.3322676295501878e-15 relative error 9.238032826319236e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4590000000000003 y2[1] (analytic) 1.4430518326433015 y2[1] (numeric) 1.4430518326433004 absolute error 1.1102230246251565e-15 relative error 7.693576900779178e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4430518326433015 y1[1] (numeric) 1.4430518326433004 absolute error 1.1102230246251565e-15 relative error 7.693576900779178e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4600000000000003 y2[1] (analytic) 1.44394810696552 y2[1] (numeric) 1.443948106965519 absolute error 1.1102230246251565e-15 relative error 7.688801413773159e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.44394810696552 y1[1] (numeric) 1.443948106965519 absolute error 1.1102230246251565e-15 relative error 7.688801413773159e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4610000000000003 y2[1] (analytic) 1.4448439373396684 y2[1] (numeric) 1.4448439373396673 absolute error 1.1102230246251565e-15 relative error 7.684034212507162e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4448439373396684 y1[1] (numeric) 1.4448439373396673 absolute error 1.1102230246251565e-15 relative error 7.684034212507162e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4620000000000003 y2[1] (analytic) 1.4457393228699167 y2[1] (numeric) 1.4457393228699156 absolute error 1.1102230246251565e-15 relative error 7.679275281945493e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4457393228699167 y1[1] (numeric) 1.4457393228699156 absolute error 1.1102230246251565e-15 relative error 7.679275281945493e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4630000000000003 y2[1] (analytic) 1.4466342626608792 y2[1] (numeric) 1.4466342626608781 absolute error 1.1102230246251565e-15 relative error 7.674524607090794e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4466342626608792 y1[1] (numeric) 1.4466342626608781 absolute error 1.1102230246251565e-15 relative error 7.674524607090794e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4640000000000003 y2[1] (analytic) 1.4475287558176162 y2[1] (numeric) 1.447528755817615 absolute error 1.1102230246251565e-15 relative error 7.669782172983933e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4475287558176162 y1[1] (numeric) 1.447528755817615 absolute error 1.1102230246251565e-15 relative error 7.669782172983933e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4650000000000003 y2[1] (analytic) 1.4484228014456346 y2[1] (numeric) 1.4484228014456335 absolute error 1.1102230246251565e-15 relative error 7.665047964703888e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4484228014456346 y1[1] (numeric) 1.4484228014456335 absolute error 1.1102230246251565e-15 relative error 7.665047964703888e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4660000000000003 y2[1] (analytic) 1.4493163986508892 y2[1] (numeric) 1.449316398650888 absolute error 1.3322676295501878e-15 relative error 9.19238636084117e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4493163986508892 y1[1] (numeric) 1.449316398650888 absolute error 1.3322676295501878e-15 relative error 9.19238636084117e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4670000000000003 y2[1] (analytic) 1.4502095465397824 y2[1] (numeric) 1.450209546539781 absolute error 1.3322676295501878e-15 relative error 9.186724999356091e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4502095465397824 y1[1] (numeric) 1.450209546539781 absolute error 1.3322676295501878e-15 relative error 9.186724999356091e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4680000000000003 y2[1] (analytic) 1.4511022442191666 y2[1] (numeric) 1.4511022442191652 absolute error 1.3322676295501878e-15 relative error 9.181073455420619e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4511022442191666 y1[1] (numeric) 1.4511022442191652 absolute error 1.3322676295501878e-15 relative error 9.181073455420619e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4690000000000003 y2[1] (analytic) 1.451994490796344 y2[1] (numeric) 1.451994490796343 absolute error 1.1102230246251565e-15 relative error 7.646193092759302e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.451994490796344 y1[1] (numeric) 1.451994490796343 absolute error 1.1102230246251565e-15 relative error 7.646193092759302e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4700000000000003 y2[1] (analytic) 1.4528862853790685 y2[1] (numeric) 1.4528862853790674 absolute error 1.1102230246251565e-15 relative error 7.641499791124336e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4528862853790685 y1[1] (numeric) 1.4528862853790674 absolute error 1.1102230246251565e-15 relative error 7.641499791124336e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4710000000000003 y2[1] (analytic) 1.4537776270755454 y2[1] (numeric) 1.4537776270755443 absolute error 1.1102230246251565e-15 relative error 7.636814626584317e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4537776270755454 y1[1] (numeric) 1.4537776270755443 absolute error 1.1102230246251565e-15 relative error 7.636814626584317e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4720000000000003 y2[1] (analytic) 1.454668514994433 y2[1] (numeric) 1.4546685149944318 absolute error 1.1102230246251565e-15 relative error 7.632137584481956e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.454668514994433 y1[1] (numeric) 1.4546685149944318 absolute error 1.1102230246251565e-15 relative error 7.632137584481956e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4730000000000003 y2[1] (analytic) 1.4555589482448434 y2[1] (numeric) 1.4555589482448423 absolute error 1.1102230246251565e-15 relative error 7.627468650197209e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4555589482448434 y1[1] (numeric) 1.4555589482448423 absolute error 1.1102230246251565e-15 relative error 7.627468650197209e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4740000000000003 y2[1] (analytic) 1.4564489259363436 y2[1] (numeric) 1.4564489259363425 absolute error 1.1102230246251565e-15 relative error 7.622807809147168e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4564489259363436 y1[1] (numeric) 1.4564489259363425 absolute error 1.1102230246251565e-15 relative error 7.622807809147168e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4750000000000003 y2[1] (analytic) 1.4573384471789557 y2[1] (numeric) 1.4573384471789548 absolute error 8.881784197001252e-16 relative error 6.094524037428762e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4573384471789557 y1[1] (numeric) 1.4573384471789548 absolute error 8.881784197001252e-16 relative error 6.094524037428762e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4760000000000003 y2[1] (analytic) 1.4582275110831588 y2[1] (numeric) 1.458227511083158 absolute error 8.881784197001252e-16 relative error 6.090808278883683e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4582275110831588 y1[1] (numeric) 1.458227511083158 absolute error 8.881784197001252e-16 relative error 6.090808278883683e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4770000000000003 y2[1] (analytic) 1.4591161167598892 y2[1] (numeric) 1.4591161167598883 absolute error 8.881784197001252e-16 relative error 6.087098960104784e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4591161167598892 y1[1] (numeric) 1.4591161167598883 absolute error 8.881784197001252e-16 relative error 6.087098960104784e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4780000000000003 y2[1] (analytic) 1.460004263320541 y2[1] (numeric) 1.4600042633205401 absolute error 8.881784197001252e-16 relative error 6.083396069543719e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.460004263320541 y1[1] (numeric) 1.4600042633205401 absolute error 8.881784197001252e-16 relative error 6.083396069543719e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4790000000000003 y2[1] (analytic) 1.460891949876968 y2[1] (numeric) 1.460891949876967 absolute error 8.881784197001252e-16 relative error 6.079699595681426e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.460891949876968 y1[1] (numeric) 1.460891949876967 absolute error 8.881784197001252e-16 relative error 6.079699595681426e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4800000000000003 y2[1] (analytic) 1.461779175541483 y2[1] (numeric) 1.4617791755414824 absolute error 6.661338147750939e-16 relative error 4.5570071452710337e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.461779175541483 y1[1] (numeric) 1.4617791755414824 absolute error 6.661338147750939e-16 relative error 4.5570071452710337e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4810000000000003 y2[1] (analytic) 1.4626659394268615 y2[1] (numeric) 1.4626659394268606 absolute error 8.881784197001252e-16 relative error 6.072325852122827e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4626659394268615 y1[1] (numeric) 1.4626659394268606 absolute error 8.881784197001252e-16 relative error 6.072325852122827e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4820000000000003 y2[1] (analytic) 1.4635522406463388 y2[1] (numeric) 1.463552240646338 absolute error 8.881784197001252e-16 relative error 6.068648559534061e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4635522406463388 y1[1] (numeric) 1.463552240646338 absolute error 8.881784197001252e-16 relative error 6.068648559534061e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4830000000000003 y2[1] (analytic) 1.4644380783136142 y2[1] (numeric) 1.4644380783136133 absolute error 8.881784197001252e-16 relative error 6.064977637858984e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4644380783136142 y1[1] (numeric) 1.4644380783136133 absolute error 8.881784197001252e-16 relative error 6.064977637858984e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4840000000000003 y2[1] (analytic) 1.46532345154285 y2[1] (numeric) 1.465323451542849 absolute error 8.881784197001252e-16 relative error 6.061313075723695e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.46532345154285 y1[1] (numeric) 1.465323451542849 absolute error 8.881784197001252e-16 relative error 6.061313075723695e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4850000000000003 y2[1] (analytic) 1.466208359448673 y2[1] (numeric) 1.4662083594486721 absolute error 8.881784197001252e-16 relative error 6.057654861783083e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.466208359448673 y1[1] (numeric) 1.4662083594486721 absolute error 8.881784197001252e-16 relative error 6.057654861783083e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4860000000000003 y2[1] (analytic) 1.4670928011461755 y2[1] (numeric) 1.4670928011461746 absolute error 8.881784197001252e-16 relative error 6.054002984720737e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4670928011461755 y1[1] (numeric) 1.4670928011461746 absolute error 8.881784197001252e-16 relative error 6.054002984720737e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4870000000000003 y2[1] (analytic) 1.4679767757509157 y2[1] (numeric) 1.4679767757509148 absolute error 8.881784197001252e-16 relative error 6.050357433248863e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4679767757509157 y1[1] (numeric) 1.4679767757509148 absolute error 8.881784197001252e-16 relative error 6.050357433248863e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4880000000000003 y2[1] (analytic) 1.4688602823789192 y2[1] (numeric) 1.4688602823789183 absolute error 8.881784197001252e-16 relative error 6.046718196108209e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4688602823789192 y1[1] (numeric) 1.4688602823789183 absolute error 8.881784197001252e-16 relative error 6.046718196108209e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4890000000000003 y2[1] (analytic) 1.4697433201466792 y2[1] (numeric) 1.4697433201466785 absolute error 6.661338147750939e-16 relative error 4.5323139465509823e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4697433201466792 y1[1] (numeric) 1.4697433201466785 absolute error 6.661338147750939e-16 relative error 4.5323139465509823e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4900000000000003 y2[1] (analytic) 1.4706258881711582 y2[1] (numeric) 1.4706258881711576 absolute error 6.661338147750939e-16 relative error 4.529593964944307e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4706258881711582 y1[1] (numeric) 1.4706258881711576 absolute error 6.661338147750939e-16 relative error 4.529593964944307e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4910000000000003 y2[1] (analytic) 1.4715079855697886 y2[1] (numeric) 1.4715079855697877 absolute error 8.881784197001252e-16 relative error 6.035838258507378e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4715079855697886 y1[1] (numeric) 1.4715079855697877 absolute error 8.881784197001252e-16 relative error 6.035838258507378e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4920000000000003 y2[1] (analytic) 1.4723896114604724 y2[1] (numeric) 1.4723896114604715 absolute error 8.881784197001252e-16 relative error 6.03222416666697e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4723896114604724 y1[1] (numeric) 1.4723896114604715 absolute error 8.881784197001252e-16 relative error 6.03222416666697e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4930000000000003 y2[1] (analytic) 1.4732707649615842 y2[1] (numeric) 1.4732707649615833 absolute error 8.881784197001252e-16 relative error 6.028616333286737e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4732707649615842 y1[1] (numeric) 1.4732707649615833 absolute error 8.881784197001252e-16 relative error 6.028616333286737e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.4940000000000003 y2[1] (analytic) 1.4741514451919704 y2[1] (numeric) 1.4741514451919695 absolute error 8.881784197001252e-16 relative error 6.025014747276952e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4741514451919704 y1[1] (numeric) 1.4741514451919695 absolute error 8.881784197001252e-16 relative error 6.025014747276952e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.49500000000000033 y2[1] (analytic) 1.4750316512709511 y2[1] (numeric) 1.47503165127095 absolute error 1.1102230246251565e-15 relative error 7.526774246969822e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4750316512709511 y1[1] (numeric) 1.47503165127095 absolute error 1.1102230246251565e-15 relative error 7.526774246969822e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.49600000000000033 y2[1] (analytic) 1.47591138231832 y2[1] (numeric) 1.475911382318319 absolute error 1.1102230246251565e-15 relative error 7.522287841436993e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.47591138231832 y1[1] (numeric) 1.475911382318319 absolute error 1.1102230246251565e-15 relative error 7.522287841436993e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.49700000000000033 y2[1] (analytic) 1.4767906374543462 y2[1] (numeric) 1.4767906374543451 absolute error 1.1102230246251565e-15 relative error 7.517809203740149e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4767906374543462 y1[1] (numeric) 1.4767906374543451 absolute error 1.1102230246251565e-15 relative error 7.517809203740149e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.49800000000000033 y2[1] (analytic) 1.4776694157997747 y2[1] (numeric) 1.4776694157997736 absolute error 1.1102230246251565e-15 relative error 7.513338320156398e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4776694157997747 y1[1] (numeric) 1.4776694157997736 absolute error 1.1102230246251565e-15 relative error 7.513338320156398e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.49900000000000033 y2[1] (analytic) 1.4785477164758274 y2[1] (numeric) 1.478547716475826 absolute error 1.3322676295501878e-15 relative error 9.010650212396909e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4785477164758274 y1[1] (numeric) 1.478547716475826 absolute error 1.3322676295501878e-15 relative error 9.010650212396909e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5000000000000003 y2[1] (analytic) 1.4794255386042032 y2[1] (numeric) 1.479425538604202 absolute error 1.3322676295501878e-15 relative error 9.005303712731262e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4794255386042032 y1[1] (numeric) 1.479425538604202 absolute error 1.3322676295501878e-15 relative error 9.005303712731262e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5010000000000003 y2[1] (analytic) 1.4803028813070807 y2[1] (numeric) 1.480302881307079 absolute error 1.5543122344752192e-15 relative error 1.0499960880321935e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.4803028813070807 y1[1] (numeric) 1.480302881307079 absolute error 1.5543122344752192e-15 relative error 1.0499960880321935e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5020000000000003 y2[1] (analytic) 1.4811797437071166 y2[1] (numeric) 1.481179743707115 absolute error 1.5543122344752192e-15 relative error 1.0493744875183518e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.4811797437071166 y1[1] (numeric) 1.481179743707115 absolute error 1.5543122344752192e-15 relative error 1.0493744875183518e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5030000000000003 y2[1] (analytic) 1.4820561249274489 y2[1] (numeric) 1.4820561249274475 absolute error 1.3322676295501878e-15 relative error 8.989319683256978e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4820561249274489 y1[1] (numeric) 1.4820561249274475 absolute error 1.3322676295501878e-15 relative error 8.989319683256978e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5040000000000003 y2[1] (analytic) 1.4829320240916966 y2[1] (numeric) 1.4829320240916952 absolute error 1.3322676295501878e-15 relative error 8.984010109068948e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4829320240916966 y1[1] (numeric) 1.4829320240916952 absolute error 1.3322676295501878e-15 relative error 8.984010109068948e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5050000000000003 y2[1] (analytic) 1.4838074403239605 y2[1] (numeric) 1.483807440323959 absolute error 1.5543122344752192e-15 relative error 1.0475161346649301e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.4838074403239605 y1[1] (numeric) 1.483807440323959 absolute error 1.5543122344752192e-15 relative error 1.0475161346649301e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5060000000000003 y2[1] (analytic) 1.4846823727488243 y2[1] (numeric) 1.4846823727488228 absolute error 1.5543122344752192e-15 relative error 1.0468988269844399e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.4846823727488243 y1[1] (numeric) 1.4846823727488228 absolute error 1.5543122344752192e-15 relative error 1.0468988269844399e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5070000000000003 y2[1] (analytic) 1.4855568204913556 y2[1] (numeric) 1.4855568204913543 absolute error 1.3322676295501878e-15 relative error 8.968136466900899e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4855568204913556 y1[1] (numeric) 1.4855568204913543 absolute error 1.3322676295501878e-15 relative error 8.968136466900899e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5080000000000003 y2[1] (analytic) 1.486430782677107 y2[1] (numeric) 1.4864307826771057 absolute error 1.3322676295501878e-15 relative error 8.962863559315781e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.486430782677107 y1[1] (numeric) 1.4864307826771057 absolute error 1.3322676295501878e-15 relative error 8.962863559315781e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5090000000000003 y2[1] (analytic) 1.4873042584321163 y2[1] (numeric) 1.487304258432115 absolute error 1.3322676295501878e-15 relative error 8.957599778236602e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4873042584321163 y1[1] (numeric) 1.487304258432115 absolute error 1.3322676295501878e-15 relative error 8.957599778236602e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5100000000000003 y2[1] (analytic) 1.4881772468829078 y2[1] (numeric) 1.4881772468829064 absolute error 1.3322676295501878e-15 relative error 8.95234510768604e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4881772468829078 y1[1] (numeric) 1.4881772468829064 absolute error 1.3322676295501878e-15 relative error 8.95234510768604e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5110000000000003 y2[1] (analytic) 1.489049747156493 y2[1] (numeric) 1.4890497471564916 absolute error 1.3322676295501878e-15 relative error 8.947099531726874e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.489049747156493 y1[1] (numeric) 1.4890497471564916 absolute error 1.3322676295501878e-15 relative error 8.947099531726874e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5120000000000003 y2[1] (analytic) 1.4899217583803719 y2[1] (numeric) 1.4899217583803706 absolute error 1.3322676295501878e-15 relative error 8.941863034461871e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4899217583803719 y1[1] (numeric) 1.4899217583803706 absolute error 1.3322676295501878e-15 relative error 8.941863034461871e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5130000000000003 y2[1] (analytic) 1.4907932796825332 y2[1] (numeric) 1.4907932796825318 absolute error 1.3322676295501878e-15 relative error 8.93663560003367e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4907932796825332 y1[1] (numeric) 1.4907932796825318 absolute error 1.3322676295501878e-15 relative error 8.93663560003367e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5140000000000003 y2[1] (analytic) 1.4916643101914557 y2[1] (numeric) 1.4916643101914544 absolute error 1.3322676295501878e-15 relative error 8.931417212624674e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4916643101914557 y1[1] (numeric) 1.4916643101914544 absolute error 1.3322676295501878e-15 relative error 8.931417212624674e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5150000000000003 y2[1] (analytic) 1.492534849036109 y2[1] (numeric) 1.4925348490361077 absolute error 1.3322676295501878e-15 relative error 8.926207856456933e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.492534849036109 y1[1] (numeric) 1.4925348490361077 absolute error 1.3322676295501878e-15 relative error 8.926207856456933e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5160000000000003 y2[1] (analytic) 1.4934048953459542 y2[1] (numeric) 1.4934048953459529 absolute error 1.3322676295501878e-15 relative error 8.921007515792037e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4934048953459542 y1[1] (numeric) 1.4934048953459529 absolute error 1.3322676295501878e-15 relative error 8.921007515792037e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5170000000000003 y2[1] (analytic) 1.4942744482509454 y2[1] (numeric) 1.494274448250944 absolute error 1.3322676295501878e-15 relative error 8.915816174931002e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4942744482509454 y1[1] (numeric) 1.494274448250944 absolute error 1.3322676295501878e-15 relative error 8.915816174931002e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5180000000000003 y2[1] (analytic) 1.4951435068815293 y2[1] (numeric) 1.495143506881528 absolute error 1.3322676295501878e-15 relative error 8.910633818214165e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4951435068815293 y1[1] (numeric) 1.495143506881528 absolute error 1.3322676295501878e-15 relative error 8.910633818214165e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5190000000000003 y2[1] (analytic) 1.4960120703686477 y2[1] (numeric) 1.4960120703686464 absolute error 1.3322676295501878e-15 relative error 8.905460430021064e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4960120703686477 y1[1] (numeric) 1.4960120703686464 absolute error 1.3322676295501878e-15 relative error 8.905460430021064e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5200000000000004 y2[1] (analytic) 1.496880137843737 y2[1] (numeric) 1.4968801378437357 absolute error 1.3322676295501878e-15 relative error 8.900295994770334e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.496880137843737 y1[1] (numeric) 1.4968801378437357 absolute error 1.3322676295501878e-15 relative error 8.900295994770334e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5210000000000004 y2[1] (analytic) 1.4977477084387298 y2[1] (numeric) 1.4977477084387287 absolute error 1.1102230246251565e-15 relative error 7.412617080766335e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4977477084387298 y1[1] (numeric) 1.4977477084387287 absolute error 1.1102230246251565e-15 relative error 7.412617080766335e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5220000000000004 y2[1] (analytic) 1.4986147812860557 y2[1] (numeric) 1.4986147812860546 absolute error 1.1102230246251565e-15 relative error 7.40832826747114e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4986147812860557 y1[1] (numeric) 1.4986147812860546 absolute error 1.1102230246251565e-15 relative error 7.40832826747114e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5230000000000004 y2[1] (analytic) 1.4994813555186421 y2[1] (numeric) 1.4994813555186408 absolute error 1.3322676295501878e-15 relative error 8.884856251442898e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.4994813555186421 y1[1] (numeric) 1.4994813555186408 absolute error 1.3322676295501878e-15 relative error 8.884856251442898e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5240000000000004 y2[1] (analytic) 1.5003474302699145 y2[1] (numeric) 1.5003474302699131 absolute error 1.3322676295501878e-15 relative error 8.879727472926129e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5003474302699145 y1[1] (numeric) 1.5003474302699131 absolute error 1.3322676295501878e-15 relative error 8.879727472926129e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5250000000000004 y2[1] (analytic) 1.5012130046737981 y2[1] (numeric) 1.5012130046737968 absolute error 1.3322676295501878e-15 relative error 8.87460757002754e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5012130046737981 y1[1] (numeric) 1.5012130046737968 absolute error 1.3322676295501878e-15 relative error 8.87460757002754e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5260000000000004 y2[1] (analytic) 1.5020780778647191 y2[1] (numeric) 1.5020780778647176 absolute error 1.5543122344752192e-15 relative error 1.034774594863107e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5020780778647191 y1[1] (numeric) 1.5020780778647176 absolute error 1.5543122344752192e-15 relative error 1.034774594863107e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5270000000000004 y2[1] (analytic) 1.5029426489776037 y2[1] (numeric) 1.5029426489776023 absolute error 1.3322676295501878e-15 relative error 8.864394329726954e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5029426489776037 y1[1] (numeric) 1.5029426489776023 absolute error 1.3322676295501878e-15 relative error 8.864394329726954e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5280000000000004 y2[1] (analytic) 1.5038067171478815 y2[1] (numeric) 1.5038067171478802 absolute error 1.3322676295501878e-15 relative error 8.859300961741716e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5038067171478815 y1[1] (numeric) 1.5038067171478802 absolute error 1.3322676295501878e-15 relative error 8.859300961741716e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5290000000000004 y2[1] (analytic) 1.5046702815114843 y2[1] (numeric) 1.5046702815114827 absolute error 1.5543122344752192e-15 relative error 1.032991914290929e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5046702815114843 y1[1] (numeric) 1.5046702815114827 absolute error 1.5543122344752192e-15 relative error 1.032991914290929e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5300000000000004 y2[1] (analytic) 1.5055333412048473 y2[1] (numeric) 1.505533341204846 absolute error 1.3322676295501878e-15 relative error 8.849140653929334e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5055333412048473 y1[1] (numeric) 1.505533341204846 absolute error 1.3322676295501878e-15 relative error 8.849140653929334e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5310000000000004 y2[1] (analytic) 1.5063958953649115 y2[1] (numeric) 1.50639589536491 absolute error 1.5543122344752192e-15 relative error 1.0318085964371938e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5063958953649115 y1[1] (numeric) 1.50639589536491 absolute error 1.5543122344752192e-15 relative error 1.0318085964371938e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5320000000000004 y2[1] (analytic) 1.5072579431291222 y2[1] (numeric) 1.5072579431291209 absolute error 1.3322676295501878e-15 relative error 8.839015482541441e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5072579431291222 y1[1] (numeric) 1.5072579431291209 absolute error 1.3322676295501878e-15 relative error 8.839015482541441e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5330000000000004 y2[1] (analytic) 1.5081194836354324 y2[1] (numeric) 1.5081194836354308 absolute error 1.5543122344752192e-15 relative error 1.030629370776668e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5081194836354324 y1[1] (numeric) 1.5081194836354308 absolute error 1.5543122344752192e-15 relative error 1.030629370776668e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5340000000000004 y2[1] (analytic) 1.508980516022301 y2[1] (numeric) 1.5089805160222995 absolute error 1.5543122344752192e-15 relative error 1.0300412881224029e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.508980516022301 y1[1] (numeric) 1.5089805160222995 absolute error 1.5543122344752192e-15 relative error 1.0300412881224029e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5350000000000004 y2[1] (analytic) 1.509841039428696 y2[1] (numeric) 1.5098410394286947 absolute error 1.3322676295501878e-15 relative error 8.823893342138192e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.509841039428696 y1[1] (numeric) 1.5098410394286947 absolute error 1.3322676295501878e-15 relative error 8.823893342138192e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5360000000000004 y2[1] (analytic) 1.5107010529940943 y2[1] (numeric) 1.510701052994093 absolute error 1.3322676295501878e-15 relative error 8.818870066382327e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5107010529940943 y1[1] (numeric) 1.510701052994093 absolute error 1.3322676295501878e-15 relative error 8.818870066382327e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5370000000000004 y2[1] (analytic) 1.5115605558584821 y2[1] (numeric) 1.5115605558584808 absolute error 1.3322676295501878e-15 relative error 8.813855484562668e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5115605558584821 y1[1] (numeric) 1.5115605558584808 absolute error 1.3322676295501878e-15 relative error 8.813855484562668e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5380000000000004 y2[1] (analytic) 1.5124195471623567 y2[1] (numeric) 1.5124195471623554 absolute error 1.3322676295501878e-15 relative error 8.80884958178321e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5124195471623567 y1[1] (numeric) 1.5124195471623554 absolute error 1.3322676295501878e-15 relative error 8.80884958178321e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5390000000000004 y2[1] (analytic) 1.5132780260467267 y2[1] (numeric) 1.5132780260467253 absolute error 1.3322676295501878e-15 relative error 8.803852343185022e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5132780260467267 y1[1] (numeric) 1.5132780260467253 absolute error 1.3322676295501878e-15 relative error 8.803852343185022e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5400000000000004 y2[1] (analytic) 1.5141359916531134 y2[1] (numeric) 1.514135991653112 absolute error 1.3322676295501878e-15 relative error 8.798863753946143e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5141359916531134 y1[1] (numeric) 1.514135991653112 absolute error 1.3322676295501878e-15 relative error 8.798863753946143e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5410000000000004 y2[1] (analytic) 1.5149934431235514 y2[1] (numeric) 1.51499344312355 absolute error 1.3322676295501878e-15 relative error 8.793883799281487e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5149934431235514 y1[1] (numeric) 1.51499344312355 absolute error 1.3322676295501878e-15 relative error 8.793883799281487e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5420000000000004 y2[1] (analytic) 1.515850379600589 y2[1] (numeric) 1.5158503796005878 absolute error 1.3322676295501878e-15 relative error 8.788912464442741e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.515850379600589 y1[1] (numeric) 1.515850379600588 absolute error 1.1102230246251565e-15 relative error 7.324093720368952e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5430000000000004 y2[1] (analytic) 1.5167068002272903 y2[1] (numeric) 1.516706800227289 absolute error 1.3322676295501878e-15 relative error 8.783949734718253e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5167068002272903 y1[1] (numeric) 1.5167068002272892 absolute error 1.1102230246251565e-15 relative error 7.319958112265212e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5440000000000004 y2[1] (analytic) 1.5175627041472344 y2[1] (numeric) 1.517562704147233 absolute error 1.3322676295501878e-15 relative error 8.778995595432944e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5175627041472344 y1[1] (numeric) 1.5175627041472333 absolute error 1.1102230246251565e-15 relative error 7.315829662860787e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5450000000000004 y2[1] (analytic) 1.5184180905045173 y2[1] (numeric) 1.518418090504516 absolute error 1.3322676295501878e-15 relative error 8.774050031948196e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5184180905045173 y1[1] (numeric) 1.5184180905045161 absolute error 1.1102230246251565e-15 relative error 7.31170835995683e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5460000000000004 y2[1] (analytic) 1.519272958443753 y2[1] (numeric) 1.5192729584437517 absolute error 1.3322676295501878e-15 relative error 8.769113029661756e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.519272958443753 y1[1] (numeric) 1.5192729584437519 absolute error 1.1102230246251565e-15 relative error 7.307594191384797e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5470000000000004 y2[1] (analytic) 1.5201273071100734 y2[1] (numeric) 1.520127307110072 absolute error 1.3322676295501878e-15 relative error 8.764184574007639e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5201273071100734 y1[1] (numeric) 1.5201273071100723 absolute error 1.1102230246251565e-15 relative error 7.303487145006366e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5480000000000004 y2[1] (analytic) 1.52098113564913 y2[1] (numeric) 1.5209811356491287 absolute error 1.3322676295501878e-15 relative error 8.75926465045602e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.52098113564913 y1[1] (numeric) 1.520981135649129 absolute error 1.1102230246251565e-15 relative error 7.299387208713351e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5490000000000004 y2[1] (analytic) 1.5218344432070947 y2[1] (numeric) 1.5218344432070932 absolute error 1.5543122344752192e-15 relative error 1.0213412118598664e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5218344432070947 y1[1] (numeric) 1.5218344432070934 absolute error 1.3322676295501878e-15 relative error 8.754353244513141e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5500000000000004 y2[1] (analytic) 1.5226872289306594 y2[1] (numeric) 1.5226872289306579 absolute error 1.5543122344752192e-15 relative error 1.020769206534141e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5226872289306594 y1[1] (numeric) 1.522687228930658 absolute error 1.3322676295501878e-15 relative error 8.749450341721209e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5510000000000004 y2[1] (analytic) 1.5235394919670389 y2[1] (numeric) 1.5235394919670373 absolute error 1.5543122344752192e-15 relative error 1.0201981915601345e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5235394919670389 y1[1] (numeric) 1.5235394919670375 absolute error 1.3322676295501878e-15 relative error 8.744555927658296e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5520000000000004 y2[1] (analytic) 1.5243912314639698 y2[1] (numeric) 1.5243912314639683 absolute error 1.5543122344752192e-15 relative error 1.0196281652594619e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5243912314639698 y1[1] (numeric) 1.5243912314639685 absolute error 1.3322676295501878e-15 relative error 8.739669987938245e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5530000000000004 y2[1] (analytic) 1.5252424465697132 y2[1] (numeric) 1.5252424465697116 absolute error 1.5543122344752192e-15 relative error 1.0190591259578988e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5252424465697132 y1[1] (numeric) 1.5252424465697119 absolute error 1.3322676295501878e-15 relative error 8.734792508210562e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5540000000000004 y2[1] (analytic) 1.5260931364330537 y2[1] (numeric) 1.526093136433052 absolute error 1.5543122344752192e-15 relative error 1.0184910719853719e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5260931364330537 y1[1] (numeric) 1.5260931364330523 absolute error 1.3322676295501878e-15 relative error 8.72992347416033e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5550000000000004 y2[1] (analytic) 1.5269433002033017 y2[1] (numeric) 1.5269433002033 absolute error 1.7763568394002505e-15 relative error 1.1633417162010804e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5269433002033017 y1[1] (numeric) 1.5269433002033002 absolute error 1.5543122344752192e-15 relative error 1.0179240016759453e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5560000000000004 y2[1] (analytic) 1.5277929370302932 y2[1] (numeric) 1.5277929370302916 absolute error 1.5543122344752192e-15 relative error 1.0173579133678114e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5277929370302932 y1[1] (numeric) 1.5277929370302918 absolute error 1.3322676295501878e-15 relative error 8.720210686009812e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5570000000000004 y2[1] (analytic) 1.528642046064392 y2[1] (numeric) 1.5286420460643901 absolute error 1.7763568394002505e-15 relative error 1.1620489204608884e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.528642046064392 y1[1] (numeric) 1.5286420460643904 absolute error 1.5543122344752192e-15 relative error 1.0167928054032775e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5580000000000004 y2[1] (analytic) 1.5294906264564885 y2[1] (numeric) 1.5294906264564867 absolute error 1.7763568394002505e-15 relative error 1.161404201290007e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5294906264564885 y1[1] (numeric) 1.529490626456487 absolute error 1.5543122344752192e-15 relative error 1.0162286761287561e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5590000000000004 y2[1] (analytic) 1.5303386773580026 y2[1] (numeric) 1.530338677358001 absolute error 1.5543122344752192e-15 relative error 1.0156655238947531e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5303386773580026 y1[1] (numeric) 1.5303386773580012 absolute error 1.3322676295501878e-15 relative error 8.705704490526455e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5600000000000004 y2[1] (analytic) 1.5311861979208836 y2[1] (numeric) 1.531186197920882 absolute error 1.5543122344752192e-15 relative error 1.0151033470558558e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5311861979208836 y1[1] (numeric) 1.5311861979208823 absolute error 1.3322676295501878e-15 relative error 8.700885831907336e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5610000000000004 y2[1] (analytic) 1.5320331872976112 y2[1] (numeric) 1.5320331872976094 absolute error 1.7763568394002505e-15 relative error 1.1594767359665408e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5320331872976112 y1[1] (numeric) 1.5320331872976096 absolute error 1.5543122344752192e-15 relative error 1.0145421439707233e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5620000000000004 y2[1] (analytic) 1.5328796446411956 y2[1] (numeric) 1.5328796446411939 absolute error 1.7763568394002505e-15 relative error 1.1588364720023704e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5328796446411956 y1[1] (numeric) 1.532879644641194 absolute error 1.5543122344752192e-15 relative error 1.0139819130020741e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5630000000000004 y2[1] (analytic) 1.5337255691051799 y2[1] (numeric) 1.533725569105178 absolute error 1.7763568394002505e-15 relative error 1.158197317161915e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5337255691051799 y1[1] (numeric) 1.5337255691051783 absolute error 1.5543122344752192e-15 relative error 1.0134226525166756e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5640000000000004 y2[1] (analytic) 1.5345709598436394 y2[1] (numeric) 1.5345709598436377 absolute error 1.7763568394002505e-15 relative error 1.1575592695832372e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5345709598436394 y1[1] (numeric) 1.534570959843638 absolute error 1.5543122344752192e-15 relative error 1.0128643608853325e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5650000000000004 y2[1] (analytic) 1.5354158160111837 y2[1] (numeric) 1.535415816011182 absolute error 1.7763568394002505e-15 relative error 1.156922327409002e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5354158160111837 y1[1] (numeric) 1.5354158160111822 absolute error 1.5543122344752192e-15 relative error 1.0123070364828767e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5660000000000004 y2[1] (analytic) 1.5362601367629565 y2[1] (numeric) 1.536260136762955 absolute error 1.5543122344752192e-15 relative error 1.0117506776881552e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5362601367629565 y1[1] (numeric) 1.5362601367629551 absolute error 1.3322676295501878e-15 relative error 8.672148665898473e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5670000000000004 y2[1] (analytic) 1.5371039212546374 y2[1] (numeric) 1.5371039212546358 absolute error 1.5543122344752192e-15 relative error 1.0111952828840198e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5371039212546374 y1[1] (numeric) 1.537103921254636 absolute error 1.3322676295501878e-15 relative error 8.667388139005884e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5680000000000004 y2[1] (analytic) 1.5379471686424417 y2[1] (numeric) 1.5379471686424402 absolute error 1.5543122344752192e-15 relative error 1.0106408504573165e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5379471686424417 y1[1] (numeric) 1.5379471686424404 absolute error 1.3322676295501878e-15 relative error 8.662635861062712e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5690000000000004 y2[1] (analytic) 1.5387898780831222 y2[1] (numeric) 1.5387898780831206 absolute error 1.5543122344752192e-15 relative error 1.0100873787988736e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5387898780831222 y1[1] (numeric) 1.5387898780831208 absolute error 1.3322676295501878e-15 relative error 8.65789181827606e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5700000000000004 y2[1] (analytic) 1.5396320487339694 y2[1] (numeric) 1.5396320487339679 absolute error 1.5543122344752192e-15 relative error 1.009534866303492e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5396320487339694 y1[1] (numeric) 1.539632048733968 absolute error 1.3322676295501878e-15 relative error 8.653155996887074e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5710000000000004 y2[1] (analytic) 1.5404736797528131 y2[1] (numeric) 1.5404736797528114 absolute error 1.7763568394002505e-15 relative error 1.1531237844227806e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5404736797528131 y1[1] (numeric) 1.5404736797528116 absolute error 1.5543122344752192e-15 relative error 1.008983311369933e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5720000000000004 y2[1] (analytic) 1.541314770298022 y2[1] (numeric) 1.54131477029802 absolute error 1.9984014443252818e-15 relative error 1.2965563445154551e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.541314770298022 y1[1] (numeric) 1.5413147702980203 absolute error 1.7763568394002505e-15 relative error 1.1524945284581821e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5730000000000004 y2[1] (analytic) 1.5421553195285056 y2[1] (numeric) 1.5421553195285038 absolute error 1.7763568394002505e-15 relative error 1.1518663632035125e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5421553195285056 y1[1] (numeric) 1.542155319528504 absolute error 1.5543122344752192e-15 relative error 1.0078830678030734e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5740000000000004 y2[1] (analytic) 1.542995326603715 y2[1] (numeric) 1.542995326603713 absolute error 1.9984014443252818e-15 relative error 1.2951441976975786e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.542995326603715 y1[1] (numeric) 1.5429953266037133 absolute error 1.7763568394002505e-15 relative error 1.1512392868422921e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5750000000000004 y2[1] (analytic) 1.543834790683643 y2[1] (numeric) 1.543834790683641 absolute error 1.9984014443252818e-15 relative error 1.294439959757836e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.543834790683643 y1[1] (numeric) 1.5438347906836412 absolute error 1.7763568394002505e-15 relative error 1.1506132975625207e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5760000000000004 y2[1] (analytic) 1.5446737109288255 y2[1] (numeric) 1.5446737109288236 absolute error 1.9984014443252818e-15 relative error 1.2937369427512468e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5446737109288255 y1[1] (numeric) 1.5446737109288238 absolute error 1.7763568394002505e-15 relative error 1.1499883935566636e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5770000000000004 y2[1] (analytic) 1.5455120865003424 y2[1] (numeric) 1.5455120865003407 absolute error 1.7763568394002505e-15 relative error 1.1493645730216403e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5455120865003424 y1[1] (numeric) 1.5455120865003409 absolute error 1.5543122344752192e-15 relative error 1.0056940013939353e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5780000000000004 y2[1] (analytic) 1.5463499165598185 y2[1] (numeric) 1.5463499165598167 absolute error 1.7763568394002505e-15 relative error 1.148741834158811e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5463499165598185 y1[1] (numeric) 1.546349916559817 absolute error 1.5543122344752192e-15 relative error 1.0051491048889598e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5790000000000004 y2[1] (analytic) 1.5471872002694236 y2[1] (numeric) 1.5471872002694216 absolute error 1.9984014443252818e-15 relative error 1.291635197070713e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5471872002694236 y1[1] (numeric) 1.5471872002694218 absolute error 1.7763568394002505e-15 relative error 1.1481201751739673e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5800000000000004 y2[1] (analytic) 1.548023936791874 y2[1] (numeric) 1.548023936791872 absolute error 1.9984014443252818e-15 relative error 1.2909370435619816e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.548023936791874 y1[1] (numeric) 1.5480239367918722 absolute error 1.7763568394002505e-15 relative error 1.147499594277317e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5810000000000004 y2[1] (analytic) 1.548860125290433 y2[1] (numeric) 1.5488601252904313 absolute error 1.7763568394002505e-15 relative error 1.1468800896834753e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.548860125290433 y1[1] (numeric) 1.5488601252904315 absolute error 1.5543122344752192e-15 relative error 1.0035200784730408e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5820000000000004 y2[1] (analytic) 1.5496957649289127 y2[1] (numeric) 1.549695764928911 absolute error 1.7763568394002505e-15 relative error 1.1462616596114496e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5496957649289127 y1[1] (numeric) 1.5496957649289111 absolute error 1.5543122344752192e-15 relative error 1.0029789521600185e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5830000000000004 y2[1] (analytic) 1.5505308548716732 y2[1] (numeric) 1.5505308548716714 absolute error 1.7763568394002505e-15 relative error 1.145644302284631e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5505308548716732 y1[1] (numeric) 1.5505308548716716 absolute error 1.5543122344752192e-15 relative error 1.0024387644990522e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5840000000000004 y2[1] (analytic) 1.5513653942836247 y2[1] (numeric) 1.551365394283623 absolute error 1.7763568394002505e-15 relative error 1.1450280159307796e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5513653942836247 y1[1] (numeric) 1.5513653942836232 absolute error 1.5543122344752192e-15 relative error 1.0018995139394322e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5850000000000004 y2[1] (analytic) 1.5521993823302278 y2[1] (numeric) 1.5521993823302263 absolute error 1.5543122344752192e-15 relative error 1.0013611989342629e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5521993823302278 y1[1] (numeric) 1.5521993823302265 absolute error 1.3322676295501878e-15 relative error 8.58309599086511e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5860000000000004 y2[1] (analytic) 1.5530328181774948 y2[1] (numeric) 1.553032818177493 absolute error 1.7763568394002505e-15 relative error 1.1437986490748015e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5530328181774948 y1[1] (numeric) 1.5530328181774933 absolute error 1.5543122344752192e-15 relative error 1.0008238179404513e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5870000000000004 y2[1] (analytic) 1.5538657009919896 y2[1] (numeric) 1.5538657009919878 absolute error 1.7763568394002505e-15 relative error 1.143185565049941e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5538657009919896 y1[1] (numeric) 1.553865700991988 absolute error 1.5543122344752192e-15 relative error 1.0002873694186985e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5880000000000004 y2[1] (analytic) 1.5546980299408295 y2[1] (numeric) 1.5546980299408277 absolute error 1.7763568394002505e-15 relative error 1.1425735449525573e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5546980299408295 y1[1] (numeric) 1.554698029940828 absolute error 1.5543122344752192e-15 relative error 9.997518518334875e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5890000000000004 y2[1] (analytic) 1.5555298041916856 y2[1] (numeric) 1.5555298041916839 absolute error 1.7763568394002505e-15 relative error 1.1419625870320852e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5555298041916856 y1[1] (numeric) 1.555529804191684 absolute error 1.5543122344752192e-15 relative error 9.992172636530747e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5900000000000004 y2[1] (analytic) 1.556361022912784 y2[1] (numeric) 1.5563610229127822 absolute error 1.7763568394002505e-15 relative error 1.141352689542261e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.556361022912784 y1[1] (numeric) 1.5563610229127824 absolute error 1.5543122344752192e-15 relative error 9.986836033494783e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5910000000000004 y2[1] (analytic) 1.557191685272906 y2[1] (numeric) 1.557191685272904 absolute error 1.9984014443252818e-15 relative error 1.2833368320837466e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.557191685272906 y1[1] (numeric) 1.5571916852729042 absolute error 1.7763568394002505e-15 relative error 1.1407438507411082e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5920000000000004 y2[1] (analytic) 1.5580217904413889 y2[1] (numeric) 1.558021790441387 absolute error 1.9984014443252818e-15 relative error 1.282653077502294e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5580217904413889 y1[1] (numeric) 1.5580217904413871 absolute error 1.7763568394002505e-15 relative error 1.1401360688909282e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5930000000000004 y2[1] (analytic) 1.5588513375881279 y2[1] (numeric) 1.5588513375881259 absolute error 1.9984014443252818e-15 relative error 1.281970510040573e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5588513375881279 y1[1] (numeric) 1.558851337588126 absolute error 1.7763568394002505e-15 relative error 1.139529342258287e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5940000000000004 y2[1] (analytic) 1.5596803258835759 y2[1] (numeric) 1.5596803258835739 absolute error 1.9984014443252818e-15 relative error 1.2812891277532564e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5596803258835759 y1[1] (numeric) 1.559680325883574 absolute error 1.7763568394002505e-15 relative error 1.1389236691140059e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5950000000000004 y2[1] (analytic) 1.5605087544987446 y2[1] (numeric) 1.5605087544987426 absolute error 1.9984014443252818e-15 relative error 1.2806089286997906e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5605087544987446 y1[1] (numeric) 1.5605087544987428 absolute error 1.7763568394002505e-15 relative error 1.138319047733147e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5960000000000004 y2[1] (analytic) 1.5613366226052054 y2[1] (numeric) 1.5613366226052035 absolute error 1.9984014443252818e-15 relative error 1.2799299109443813e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5613366226052054 y1[1] (numeric) 1.5613366226052037 absolute error 1.7763568394002505e-15 relative error 1.1377154763950057e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5970000000000004 y2[1] (analytic) 1.5621639293750906 y2[1] (numeric) 1.5621639293750886 absolute error 1.9984014443252818e-15 relative error 1.2792520725559823e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5621639293750906 y1[1] (numeric) 1.5621639293750889 absolute error 1.7763568394002505e-15 relative error 1.1371129533830953e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5980000000000004 y2[1] (analytic) 1.5629906739810933 y2[1] (numeric) 1.5629906739810913 absolute error 1.9984014443252818e-15 relative error 1.2785754116082817e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5629906739810933 y1[1] (numeric) 1.5629906739810915 absolute error 1.7763568394002505e-15 relative error 1.1365114769851392e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.5990000000000004 y2[1] (analytic) 1.5638168555964689 y2[1] (numeric) 1.5638168555964669 absolute error 1.9984014443252818e-15 relative error 1.2778999261796895e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5638168555964689 y1[1] (numeric) 1.563816855596467 absolute error 1.7763568394002505e-15 relative error 1.1359110454930574e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6000000000000004 y2[1] (analytic) 1.5646424733950357 y2[1] (numeric) 1.5646424733950337 absolute error 1.9984014443252818e-15 relative error 1.277225614353326e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5646424733950357 y1[1] (numeric) 1.564642473395034 absolute error 1.7763568394002505e-15 relative error 1.1353116572029564e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6010000000000004 y2[1] (analytic) 1.5654675265511764 y2[1] (numeric) 1.5654675265511744 absolute error 1.9984014443252818e-15 relative error 1.2765524742170067e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5654675265511764 y1[1] (numeric) 1.5654675265511746 absolute error 1.7763568394002505e-15 relative error 1.134713310415117e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6020000000000004 y2[1] (analytic) 1.5662920142398375 y2[1] (numeric) 1.5662920142398356 absolute error 1.9984014443252818e-15 relative error 1.2758805038632328e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5662920142398375 y1[1] (numeric) 1.5662920142398358 absolute error 1.7763568394002505e-15 relative error 1.1341160034339847e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6030000000000004 y2[1] (analytic) 1.5671159356365316 y2[1] (numeric) 1.5671159356365296 absolute error 1.9984014443252818e-15 relative error 1.2752097013891768e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5671159356365316 y1[1] (numeric) 1.5671159356365298 absolute error 1.7763568394002505e-15 relative error 1.133519734568157e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6040000000000004 y2[1] (analytic) 1.5679392899173372 y2[1] (numeric) 1.5679392899173354 absolute error 1.7763568394002505e-15 relative error 1.1329245021303734e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5679392899173372 y1[1] (numeric) 1.5679392899173357 absolute error 1.5543122344752192e-15 relative error 9.913089393640767e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6050000000000004 y2[1] (analytic) 1.5687620762589005 y2[1] (numeric) 1.5687620762588985 absolute error 1.9984014443252818e-15 relative error 1.2738715924921912e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5687620762589005 y1[1] (numeric) 1.5687620762588987 absolute error 1.7763568394002505e-15 relative error 1.1323303044375032e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6060000000000004 y2[1] (analytic) 1.5695842938384348 y2[1] (numeric) 1.5695842938384328 absolute error 1.9984014443252818e-15 relative error 1.2732042822868533e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5695842938384348 y1[1] (numeric) 1.569584293838433 absolute error 1.7763568394002505e-15 relative error 1.1317371398105363e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6070000000000004 y2[1] (analytic) 1.5704059418337226 y2[1] (numeric) 1.5704059418337206 absolute error 1.9984014443252818e-15 relative error 1.2725381323963916e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5704059418337226 y1[1] (numeric) 1.5704059418337208 absolute error 1.7763568394002505e-15 relative error 1.1311450065745703e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6080000000000004 y2[1] (analytic) 1.5712270194231162 y2[1] (numeric) 1.5712270194231142 absolute error 1.9984014443252818e-15 relative error 1.2718731409411512e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5712270194231162 y1[1] (numeric) 1.5712270194231144 absolute error 1.7763568394002505e-15 relative error 1.1305539030588009e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6090000000000004 y2[1] (analytic) 1.572047525785538 y2[1] (numeric) 1.572047525785536 absolute error 1.9984014443252818e-15 relative error 1.2712093060460742e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.572047525785538 y1[1] (numeric) 1.5720475257855362 absolute error 1.7763568394002505e-15 relative error 1.1299638275965105e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6100000000000004 y2[1] (analytic) 1.5728674601004817 y2[1] (numeric) 1.5728674601004797 absolute error 1.9984014443252818e-15 relative error 1.270546625840689e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5728674601004817 y1[1] (numeric) 1.57286746010048 absolute error 1.7763568394002505e-15 relative error 1.129374778525057e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6110000000000004 y2[1] (analytic) 1.5736868215480129 y2[1] (numeric) 1.573686821548011 absolute error 1.7763568394002505e-15 relative error 1.1287867541858641e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5736868215480129 y1[1] (numeric) 1.5736868215480113 absolute error 1.5543122344752192e-15 relative error 9.87688409912631e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6120000000000004 y2[1] (analytic) 1.5745056093087704 y2[1] (numeric) 1.5745056093087686 absolute error 1.7763568394002505e-15 relative error 1.1281997529244088e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5745056093087704 y1[1] (numeric) 1.5745056093087688 absolute error 1.5543122344752192e-15 relative error 9.871747838088577e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6130000000000004 y2[1] (analytic) 1.5753238225639667 y2[1] (numeric) 1.5753238225639647 absolute error 1.9984014443252818e-15 relative error 1.2685654947264886e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5753238225639667 y1[1] (numeric) 1.575323822563965 absolute error 1.7763568394002505e-15 relative error 1.1276137730902122e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6140000000000004 y2[1] (analytic) 1.5761414604953883 y2[1] (numeric) 1.5761414604953863 absolute error 1.9984014443252818e-15 relative error 1.2679074146664318e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5761414604953883 y1[1] (numeric) 1.5761414604953865 absolute error 1.7763568394002505e-15 relative error 1.1270288130368283e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6150000000000004 y2[1] (analytic) 1.576958522285397 y2[1] (numeric) 1.5769585222853952 absolute error 1.7763568394002505e-15 relative error 1.1264448711218331e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.576958522285397 y1[1] (numeric) 1.5769585222853955 absolute error 1.5543122344752192e-15 relative error 9.85639262231604e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6160000000000004 y2[1] (analytic) 1.5777750071169319 y2[1] (numeric) 1.57777500711693 absolute error 1.7763568394002505e-15 relative error 1.1258619457068135e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5777750071169319 y1[1] (numeric) 1.5777750071169303 absolute error 1.5543122344752192e-15 relative error 9.851292024934619e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6170000000000004 y2[1] (analytic) 1.5785909141735077 y2[1] (numeric) 1.578590914173506 absolute error 1.7763568394002505e-15 relative error 1.1252800351573579e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5785909141735077 y1[1] (numeric) 1.5785909141735062 absolute error 1.5543122344752192e-15 relative error 9.846200307626882e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6180000000000004 y2[1] (analytic) 1.5794062426392177 y2[1] (numeric) 1.579406242639216 absolute error 1.7763568394002505e-15 relative error 1.1246991378430445e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5794062426392177 y1[1] (numeric) 1.5794062426392161 absolute error 1.5543122344752192e-15 relative error 9.841117456126639e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6190000000000004 y2[1] (analytic) 1.580220991698733 y2[1] (numeric) 1.5802209916987315 absolute error 1.5543122344752192e-15 relative error 9.836043456202527e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.580220991698733 y1[1] (numeric) 1.5802209916987318 absolute error 1.3322676295501878e-15 relative error 8.430894391030737e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6200000000000004 y2[1] (analytic) 1.5810351605373054 y2[1] (numeric) 1.5810351605373036 absolute error 1.7763568394002505e-15 relative error 1.1235403764180463e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5810351605373054 y1[1] (numeric) 1.5810351605373039 absolute error 1.5543122344752192e-15 relative error 9.830978293657906e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6210000000000004 y2[1] (analytic) 1.5818487483407655 y2[1] (numeric) 1.5818487483407637 absolute error 1.7763568394002505e-15 relative error 1.1229625090663748e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5818487483407655 y1[1] (numeric) 1.581848748340764 absolute error 1.5543122344752192e-15 relative error 9.825921954330779e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6220000000000004 y2[1] (analytic) 1.5826617542955257 y2[1] (numeric) 1.582661754295524 absolute error 1.7763568394002505e-15 relative error 1.1223856484678511e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5826617542955257 y1[1] (numeric) 1.5826617542955241 absolute error 1.5543122344752192e-15 relative error 9.820874424093697e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6230000000000004 y2[1] (analytic) 1.5834741775885801 y2[1] (numeric) 1.5834741775885783 absolute error 1.7763568394002505e-15 relative error 1.1218097930118475e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5834741775885801 y1[1] (numeric) 1.5834741775885786 absolute error 1.5543122344752192e-15 relative error 9.815835688853665e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6240000000000004 y2[1] (analytic) 1.5842860174075057 y2[1] (numeric) 1.5842860174075037 absolute error 1.9984014443252818e-15 relative error 1.2613893087281212e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5842860174075057 y1[1] (numeric) 1.584286017407504 absolute error 1.7763568394002505e-15 relative error 1.1212349410916633e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6250000000000004 y2[1] (analytic) 1.5850972729404624 y2[1] (numeric) 1.5850972729404604 absolute error 1.9984014443252818e-15 relative error 1.2607437274925797e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5850972729404624 y1[1] (numeric) 1.5850972729404607 absolute error 1.7763568394002505e-15 relative error 1.1206610911045154e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6260000000000004 y2[1] (analytic) 1.5859079433761951 y2[1] (numeric) 1.5859079433761931 absolute error 1.9984014443252818e-15 relative error 1.260099271632968e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5859079433761951 y1[1] (numeric) 1.5859079433761933 absolute error 1.7763568394002505e-15 relative error 1.1200882414515271e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6270000000000004 y2[1] (analytic) 1.5867180279040332 y2[1] (numeric) 1.5867180279040312 absolute error 1.9984014443252818e-15 relative error 1.2594559393549335e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5867180279040332 y1[1] (numeric) 1.5867180279040314 absolute error 1.7763568394002505e-15 relative error 1.1195163905377187e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6280000000000004 y2[1] (analytic) 1.587527525713892 y2[1] (numeric) 1.58752752571389 absolute error 1.9984014443252818e-15 relative error 1.2588137288684962e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.587527525713892 y1[1] (numeric) 1.5875275257138903 absolute error 1.7763568394002505e-15 relative error 1.1189455367719965e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6290000000000004 y2[1] (analytic) 1.5883364359962746 y2[1] (numeric) 1.5883364359962724 absolute error 2.220446049250313e-15 relative error 1.3979695982089282e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5883364359962746 y1[1] (numeric) 1.5883364359962726 absolute error 1.9984014443252818e-15 relative error 1.2581726383880353e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6300000000000004 y2[1] (analytic) 1.58914475794227 y2[1] (numeric) 1.5891447579422677 absolute error 2.220446049250313e-15 relative error 1.3972585179247573e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.58914475794227 y1[1] (numeric) 1.589144757942268 absolute error 1.9984014443252818e-15 relative error 1.2575326661322816e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6310000000000004 y2[1] (analytic) 1.5899524907435563 y2[1] (numeric) 1.5899524907435543 absolute error 1.9984014443252818e-15 relative error 1.2568938103243013e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5899524907435563 y1[1] (numeric) 1.5899524907435545 absolute error 1.7763568394002505e-15 relative error 1.11723894251049e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6320000000000005 y2[1] (analytic) 1.5907596335924012 y2[1] (numeric) 1.5907596335923992 absolute error 1.9984014443252818e-15 relative error 1.256256069191488e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5907596335924012 y1[1] (numeric) 1.5907596335923995 absolute error 1.7763568394002505e-15 relative error 1.116672061503545e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6330000000000005 y2[1] (analytic) 1.5915661856816619 y2[1] (numeric) 1.5915661856816599 absolute error 1.9984014443252818e-15 relative error 1.2556194409655504e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5915661856816619 y1[1] (numeric) 1.59156618568166 absolute error 1.7763568394002505e-15 relative error 1.116106169747156e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6340000000000005 y2[1] (analytic) 1.592372146204786 y2[1] (numeric) 1.592372146204784 absolute error 1.9984014443252818e-15 relative error 1.254983923882501e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.592372146204786 y1[1] (numeric) 1.5923721462047842 absolute error 1.7763568394002505e-15 relative error 1.1155412656733342e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6350000000000005 y2[1] (analytic) 1.5931775143558133 y2[1] (numeric) 1.5931775143558113 absolute error 1.9984014443252818e-15 relative error 1.254349516182644e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5931775143558133 y1[1] (numeric) 1.5931775143558116 absolute error 1.7763568394002505e-15 relative error 1.1149773477179057e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6360000000000005 y2[1] (analytic) 1.5939822893293756 y2[1] (numeric) 1.5939822893293738 absolute error 1.7763568394002505e-15 relative error 1.1144144143205028e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5939822893293756 y1[1] (numeric) 1.593982289329374 absolute error 1.5543122344752192e-15 relative error 9.7511261253044e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6370000000000005 y2[1] (analytic) 1.5947864703206982 y2[1] (numeric) 1.5947864703206964 absolute error 1.7763568394002505e-15 relative error 1.1138524639245529e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5947864703206982 y1[1] (numeric) 1.5947864703206966 absolute error 1.5543122344752192e-15 relative error 9.746209059339837e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6380000000000005 y2[1] (analytic) 1.5955900565256 y2[1] (numeric) 1.5955900565255983 absolute error 1.7763568394002505e-15 relative error 1.113291494977269e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5955900565256 y1[1] (numeric) 1.5955900565255985 absolute error 1.5543122344752192e-15 relative error 9.741300581051104e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6390000000000005 y2[1] (analytic) 1.596393047140495 y2[1] (numeric) 1.5963930471404932 absolute error 1.7763568394002505e-15 relative error 1.1127315059296404e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.596393047140495 y1[1] (numeric) 1.5963930471404935 absolute error 1.5543122344752192e-15 relative error 9.736400676884354e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6400000000000005 y2[1] (analytic) 1.5971954413623926 y2[1] (numeric) 1.5971954413623908 absolute error 1.7763568394002505e-15 relative error 1.112172495236422e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5971954413623926 y1[1] (numeric) 1.597195441362391 absolute error 1.5543122344752192e-15 relative error 9.731509333318693e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6410000000000005 y2[1] (analytic) 1.5979972383888983 y2[1] (numeric) 1.5979972383888967 absolute error 1.5543122344752192e-15 relative error 9.726626536866094e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5979972383888983 y1[1] (numeric) 1.597997238388897 absolute error 1.3322676295501878e-15 relative error 8.337108460170938e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6420000000000005 y2[1] (analytic) 1.5987984374182156 y2[1] (numeric) 1.598798437418214 absolute error 1.5543122344752192e-15 relative error 9.721752274071308e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.5987984374182156 y1[1] (numeric) 1.5987984374182143 absolute error 1.3322676295501878e-15 relative error 8.33293052063255e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6430000000000005 y2[1] (analytic) 1.5995990376491456 y2[1] (numeric) 1.5995990376491438 absolute error 1.7763568394002505e-15 relative error 1.1105013178870609e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.5995990376491456 y1[1] (numeric) 1.599599037649144 absolute error 1.5543122344752192e-15 relative error 9.716886531511782e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6440000000000005 y2[1] (analytic) 1.6003990382810875 y2[1] (numeric) 1.600399038281086 absolute error 1.5543122344752192e-15 relative error 9.712029295797577e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6003990382810875 y1[1] (numeric) 1.6003990382810862 absolute error 1.3322676295501878e-15 relative error 8.324596539255067e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6450000000000005 y2[1] (analytic) 1.6011984385140414 y2[1] (numeric) 1.6011984385140399 absolute error 1.5543122344752192e-15 relative error 9.707180553571273e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6011984385140414 y1[1] (numeric) 1.60119843851404 absolute error 1.3322676295501878e-15 relative error 8.320440474489663e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6460000000000005 y2[1] (analytic) 1.601997237548607 y2[1] (numeric) 1.6019972375486053 absolute error 1.5543122344752192e-15 relative error 9.702340291507895e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.601997237548607 y1[1] (numeric) 1.6019972375486056 absolute error 1.3322676295501878e-15 relative error 8.316291678435338e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6470000000000005 y2[1] (analytic) 1.602795434585985 y2[1] (numeric) 1.6027954345859834 absolute error 1.5543122344752192e-15 relative error 9.69750849631482e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.602795434585985 y1[1] (numeric) 1.6027954345859836 absolute error 1.3322676295501878e-15 relative error 8.312150139698416e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6480000000000005 y2[1] (analytic) 1.6035930288279787 y2[1] (numeric) 1.6035930288279772 absolute error 1.5543122344752192e-15 relative error 9.6926851547317e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6035930288279787 y1[1] (numeric) 1.6035930288279774 absolute error 1.3322676295501878e-15 relative error 8.308015846912885e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6490000000000005 y2[1] (analytic) 1.6043900194769938 y2[1] (numeric) 1.6043900194769924 absolute error 1.3322676295501878e-15 relative error 8.303888788740324e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6043900194769938 y1[1] (numeric) 1.6043900194769927 absolute error 1.1102230246251565e-15 relative error 6.91990732395027e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6500000000000005 y2[1] (analytic) 1.6051864057360399 y2[1] (numeric) 1.6051864057360385 absolute error 1.3322676295501878e-15 relative error 8.299768953869826e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6051864057360399 y1[1] (numeric) 1.6051864057360388 absolute error 1.1102230246251565e-15 relative error 6.916474128224855e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6510000000000005 y2[1] (analytic) 1.6059821868087307 y2[1] (numeric) 1.6059821868087294 absolute error 1.3322676295501878e-15 relative error 8.295656331017938e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6059821868087307 y1[1] (numeric) 1.6059821868087296 absolute error 1.1102230246251565e-15 relative error 6.913046942514948e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6520000000000005 y2[1] (analytic) 1.6067773618992853 y2[1] (numeric) 1.6067773618992838 absolute error 1.5543122344752192e-15 relative error 9.673476060416672e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6067773618992853 y1[1] (numeric) 1.606777361899284 absolute error 1.3322676295501878e-15 relative error 8.291550908928576e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6530000000000005 y2[1] (analytic) 1.6075719302125284 y2[1] (numeric) 1.6075719302125269 absolute error 1.5543122344752192e-15 relative error 9.668694789101797e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6075719302125284 y1[1] (numeric) 1.607571930212527 absolute error 1.3322676295501878e-15 relative error 8.287452676372969e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6540000000000005 y2[1] (analytic) 1.6083658909538918 y2[1] (numeric) 1.6083658909538905 absolute error 1.3322676295501878e-15 relative error 8.283361622149576e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6083658909538918 y1[1] (numeric) 1.6083658909538907 absolute error 1.1102230246251565e-15 relative error 6.902801351791314e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6550000000000005 y2[1] (analytic) 1.6091592433294153 y2[1] (numeric) 1.6091592433294137 absolute error 1.5543122344752192e-15 relative error 9.659157357598025e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6091592433294153 y1[1] (numeric) 1.609159243329414 absolute error 1.3322676295501878e-15 relative error 8.279277735084021e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6560000000000005 y2[1] (analytic) 1.609951986545746 y2[1] (numeric) 1.6099519865457446 absolute error 1.3322676295501878e-15 relative error 8.275201004029024e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.609951986545746 y1[1] (numeric) 1.6099519865457448 absolute error 1.1102230246251565e-15 relative error 6.896000836690854e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6570000000000005 y2[1] (analytic) 1.6107441198101409 y2[1] (numeric) 1.6107441198101395 absolute error 1.3322676295501878e-15 relative error 8.271131417864327e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6107441198101409 y1[1] (numeric) 1.6107441198101398 absolute error 1.1102230246251565e-15 relative error 6.892609514886939e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6580000000000005 y2[1] (analytic) 1.611535642330467 y2[1] (numeric) 1.6115356423304656 absolute error 1.3322676295501878e-15 relative error 8.267068965496628e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.611535642330467 y1[1] (numeric) 1.6115356423304659 absolute error 1.1102230246251565e-15 relative error 6.889224137913857e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6590000000000005 y2[1] (analytic) 1.6123265533152016 y2[1] (numeric) 1.6123265533152005 absolute error 1.1102230246251565e-15 relative error 6.885844696549594e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6123265533152016 y1[1] (numeric) 1.6123265533152007 absolute error 8.881784197001252e-16 relative error 5.5086757572396746e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6600000000000005 y2[1] (analytic) 1.6131168519734342 y2[1] (numeric) 1.613116851973433 absolute error 1.3322676295501878e-15 relative error 8.258965417913373e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6131168519734342 y1[1] (numeric) 1.6131168519734331 absolute error 1.1102230246251565e-15 relative error 6.882471181594477e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6610000000000005 y2[1] (analytic) 1.6139065375148656 y2[1] (numeric) 1.6139065375148645 absolute error 1.1102230246251565e-15 relative error 6.879103583871135e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6139065375148656 y1[1] (numeric) 1.6139065375148647 absolute error 8.881784197001252e-16 relative error 5.503282867096908e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6620000000000005 y2[1] (analytic) 1.6146956091498108 y2[1] (numeric) 1.6146956091498097 absolute error 1.1102230246251565e-15 relative error 6.875741894224414e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6146956091498108 y1[1] (numeric) 1.61469560914981 absolute error 8.881784197001252e-16 relative error 5.5005935153795316e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6630000000000005 y2[1] (analytic) 1.6154840660891983 y2[1] (numeric) 1.615484066089197 absolute error 1.3322676295501878e-15 relative error 8.246863324225614e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6154840660891983 y1[1] (numeric) 1.6154840660891971 absolute error 1.1102230246251565e-15 relative error 6.872386103521345e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6640000000000005 y2[1] (analytic) 1.6162719075445708 y2[1] (numeric) 1.6162719075445695 absolute error 1.3322676295501878e-15 relative error 8.242843443181288e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6162719075445708 y1[1] (numeric) 1.6162719075445697 absolute error 1.1102230246251565e-15 relative error 6.869036202651073e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6650000000000005 y2[1] (analytic) 1.617059132728087 y2[1] (numeric) 1.6170591327280859 absolute error 1.1102230246251565e-15 relative error 6.865692182524803e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.617059132728087 y1[1] (numeric) 1.617059132728086 absolute error 8.881784197001252e-16 relative error 5.4925537460198425e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6660000000000005 y2[1] (analytic) 1.617845740852522 y2[1] (numeric) 1.6178457408525209 absolute error 1.1102230246251565e-15 relative error 6.862354034075744e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.617845740852522 y1[1] (numeric) 1.617845740852521 absolute error 8.881784197001252e-16 relative error 5.4898832272605957e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6670000000000005 y2[1] (analytic) 1.6186317311312677 y2[1] (numeric) 1.6186317311312666 absolute error 1.1102230246251565e-15 relative error 6.859021748259054e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6186317311312677 y1[1] (numeric) 1.6186317311312668 absolute error 8.881784197001252e-16 relative error 5.4872173986072425e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6680000000000005 y2[1] (analytic) 1.6194171027783337 y2[1] (numeric) 1.6194171027783326 absolute error 1.1102230246251565e-15 relative error 6.85569531605178e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6194171027783337 y1[1] (numeric) 1.6194171027783328 absolute error 8.881784197001252e-16 relative error 5.4845562528414235e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6690000000000005 y2[1] (analytic) 1.6202018550083483 y2[1] (numeric) 1.6202018550083475 absolute error 8.881784197001252e-16 relative error 5.4818997827622454e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6202018550083483 y1[1] (numeric) 1.6202018550083477 absolute error 6.661338147750939e-16 relative error 4.1114248370716846e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6700000000000005 y2[1] (analytic) 1.6209859870365602 y2[1] (numeric) 1.620985987036559 absolute error 1.1102230246251565e-15 relative error 6.849059976482797e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6209859870365602 y1[1] (numeric) 1.6209859870365593 absolute error 8.881784197001252e-16 relative error 5.4792479811862374e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6710000000000005 y2[1] (analytic) 1.6217694980788364 y2[1] (numeric) 1.6217694980788353 absolute error 1.1102230246251565e-15 relative error 6.845751051184138e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6217694980788364 y1[1] (numeric) 1.6217694980788355 absolute error 8.881784197001252e-16 relative error 5.47660084094731e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6720000000000005 y2[1] (analytic) 1.6225523873516663 y2[1] (numeric) 1.6225523873516654 absolute error 8.881784197001252e-16 relative error 5.4739583548967075e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6225523873516663 y1[1] (numeric) 1.6225523873516656 absolute error 6.661338147750939e-16 relative error 4.1054687661725306e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6730000000000005 y2[1] (analytic) 1.6233346540721607 y2[1] (numeric) 1.62333465407216 absolute error 6.661338147750939e-16 relative error 4.103490386927222e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6233346540721607 y1[1] (numeric) 1.6233346540721603 absolute error 4.440892098500626e-16 relative error 2.7356602579514815e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6740000000000005 y2[1] (analytic) 1.6241162974580532 y2[1] (numeric) 1.6241162974580525 absolute error 6.661338147750939e-16 relative error 4.101515487638892e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6241162974580532 y1[1] (numeric) 1.6241162974580527 absolute error 4.440892098500626e-16 relative error 2.734343658425928e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6750000000000005 y2[1] (analytic) 1.6248973167277003 y2[1] (numeric) 1.6248973167276994 absolute error 8.881784197001252e-16 relative error 5.46605875064637e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6248973167277003 y1[1] (numeric) 1.6248973167276997 absolute error 6.661338147750939e-16 relative error 4.099544062984777e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6760000000000005 y2[1] (analytic) 1.6256777111000824 y2[1] (numeric) 1.6256777111000817 absolute error 6.661338147750939e-16 relative error 4.0975761076549837e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6256777111000824 y1[1] (numeric) 1.625677711100082 absolute error 4.440892098500626e-16 relative error 2.7317174051033228e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6770000000000005 y2[1] (analytic) 1.626457479794806 y2[1] (numeric) 1.626457479794805 absolute error 8.881784197001252e-16 relative error 5.460815488469935e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.626457479794806 y1[1] (numeric) 1.6264574797948053 absolute error 6.661338147750939e-16 relative error 4.095611616352451e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6780000000000005 y2[1] (analytic) 1.6272366220321017 y2[1] (numeric) 1.6272366220321008 absolute error 8.881784197001252e-16 relative error 5.458200778390566e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6272366220321017 y1[1] (numeric) 1.627236622032101 absolute error 6.661338147750939e-16 relative error 4.0936505837929245e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6790000000000005 y2[1] (analytic) 1.6280151370328277 y2[1] (numeric) 1.6280151370328269 absolute error 8.881784197001252e-16 relative error 5.45559067293989e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6280151370328277 y1[1] (numeric) 1.628015137032827 absolute error 6.661338147750939e-16 relative error 4.0916930047049174e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6800000000000005 y2[1] (analytic) 1.628793024018469 y2[1] (numeric) 1.628793024018468 absolute error 8.881784197001252e-16 relative error 5.452985165106246e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.628793024018469 y1[1] (numeric) 1.6287930240184683 absolute error 6.661338147750939e-16 relative error 4.0897388738296844e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6810000000000005 y2[1] (analytic) 1.6295702822111386 y2[1] (numeric) 1.6295702822111378 absolute error 8.881784197001252e-16 relative error 5.4503842478949096e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6295702822111386 y1[1] (numeric) 1.629570282211138 absolute error 6.661338147750939e-16 relative error 4.087788185921182e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6820000000000005 y2[1] (analytic) 1.6303469108335786 y2[1] (numeric) 1.6303469108335777 absolute error 8.881784197001252e-16 relative error 5.4477879143280575e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6303469108335786 y1[1] (numeric) 1.630346910833578 absolute error 6.661338147750939e-16 relative error 4.085840935746043e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6830000000000005 y2[1] (analytic) 1.6311229091091601 y2[1] (numeric) 1.6311229091091595 absolute error 6.661338147750939e-16 relative error 4.08389711808354e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6311229091091601 y1[1] (numeric) 1.6311229091091597 absolute error 4.440892098500626e-16 relative error 2.72259807872236e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6840000000000005 y2[1] (analytic) 1.6318982762618852 y2[1] (numeric) 1.6318982762618846 absolute error 6.661338147750939e-16 relative error 4.081956727725555e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6318982762618852 y1[1] (numeric) 1.6318982762618848 absolute error 4.440892098500626e-16 relative error 2.7213044851503702e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6850000000000005 y2[1] (analytic) 1.6326730115163868 y2[1] (numeric) 1.632673011516386 absolute error 6.661338147750939e-16 relative error 4.0800197594765475e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6326730115163868 y1[1] (numeric) 1.6326730115163863 absolute error 4.440892098500626e-16 relative error 2.720013172984365e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6860000000000005 y2[1] (analytic) 1.6334471140979294 y2[1] (numeric) 1.6334471140979288 absolute error 6.661338147750939e-16 relative error 4.0780862081535224e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6334471140979294 y1[1] (numeric) 1.633447114097929 absolute error 4.440892098500626e-16 relative error 2.718724138769015e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6870000000000005 y2[1] (analytic) 1.6342205832324108 y2[1] (numeric) 1.6342205832324102 absolute error 6.661338147750939e-16 relative error 4.076156068585997e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6342205832324108 y1[1] (numeric) 1.6342205832324104 absolute error 4.440892098500626e-16 relative error 2.7174373790573315e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6880000000000005 y2[1] (analytic) 1.6349934181463617 y2[1] (numeric) 1.6349934181463612 absolute error 4.440892098500626e-16 relative error 2.7161528904106485e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6349934181463617 y1[1] (numeric) 1.6349934181463615 absolute error 2.220446049250313e-16 relative error 1.3580764452053243e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6890000000000005 y2[1] (analytic) 1.6357656180669475 y2[1] (numeric) 1.635765618066947 absolute error 4.440892098500626e-16 relative error 2.7148706693985986e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6357656180669475 y1[1] (numeric) 1.6357656180669473 absolute error 2.220446049250313e-16 relative error 1.3574353346992993e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6900000000000005 y2[1] (analytic) 1.6365371822219683 y2[1] (numeric) 1.6365371822219679 absolute error 4.440892098500626e-16 relative error 2.713590712599095e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6365371822219683 y1[1] (numeric) 1.636537182221968 absolute error 2.220446049250313e-16 relative error 1.3567953562995475e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6910000000000005 y2[1] (analytic) 1.6373081098398599 y2[1] (numeric) 1.6373081098398594 absolute error 4.440892098500626e-16 relative error 2.7123130165983094e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6373081098398599 y1[1] (numeric) 1.6373081098398596 absolute error 2.220446049250313e-16 relative error 1.3561565082991547e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6920000000000005 y2[1] (analytic) 1.6380784001496946 y2[1] (numeric) 1.6380784001496942 absolute error 4.440892098500626e-16 relative error 2.7110375779906494e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6380784001496946 y1[1] (numeric) 1.6380784001496944 absolute error 2.220446049250313e-16 relative error 1.3555187889953247e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6930000000000005 y2[1] (analytic) 1.6388480523811824 y2[1] (numeric) 1.638848052381182 absolute error 4.440892098500626e-16 relative error 2.7097643933787412e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6388480523811824 y1[1] (numeric) 1.6388480523811821 absolute error 2.220446049250313e-16 relative error 1.3548821966893706e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6940000000000005 y2[1] (analytic) 1.6396170657646711 y2[1] (numeric) 1.6396170657646705 absolute error 6.661338147750939e-16 relative error 4.062740189060108e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6396170657646711 y1[1] (numeric) 1.639617065764671 absolute error 2.220446049250313e-16 relative error 1.3542467296867025e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6950000000000005 y2[1] (analytic) 1.6403854395311472 y2[1] (numeric) 1.6403854395311468 absolute error 4.440892098500626e-16 relative error 2.7072247725936387e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6403854395311472 y1[1] (numeric) 1.6403854395311472 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6960000000000005 y2[1] (analytic) 1.6411531729122375 y2[1] (numeric) 1.6411531729122368 absolute error 6.661338147750939e-16 relative error 4.058937494499888e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6411531729122375 y1[1] (numeric) 1.6411531729122373 absolute error 2.220446049250313e-16 relative error 1.3529791648332962e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6970000000000005 y2[1] (analytic) 1.6419202651402078 y2[1] (numeric) 1.6419202651402074 absolute error 4.440892098500626e-16 relative error 2.7046941272275525e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6419202651402078 y1[1] (numeric) 1.6419202651402078 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6980000000000005 y2[1] (analytic) 1.642686715447967 y2[1] (numeric) 1.6426867154479663 absolute error 6.661338147750939e-16 relative error 4.055148242879877e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.642686715447967 y1[1] (numeric) 1.6426867154479667 absolute error 2.220446049250313e-16 relative error 1.3517160809599589e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.6990000000000005 y2[1] (analytic) 1.643452523069064 y2[1] (numeric) 1.6434525230690633 absolute error 6.661338147750939e-16 relative error 4.0532586455927726e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.643452523069064 y1[1] (numeric) 1.6434525230690638 absolute error 2.220446049250313e-16 relative error 1.3510862151975909e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7000000000000005 y2[1] (analytic) 1.6442176872376915 y2[1] (numeric) 1.6442176872376908 absolute error 6.661338147750939e-16 relative error 4.0513723939693655e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6442176872376915 y1[1] (numeric) 1.6442176872376912 absolute error 2.220446049250313e-16 relative error 1.3504574646564551e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7010000000000005 y2[1] (analytic) 1.6449822071886855 y2[1] (numeric) 1.6449822071886848 absolute error 6.661338147750939e-16 relative error 4.049489483011082e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6449822071886855 y1[1] (numeric) 1.6449822071886853 absolute error 2.220446049250313e-16 relative error 1.3498298276703609e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7020000000000005 y2[1] (analytic) 1.645746082157526 y2[1] (numeric) 1.6457460821575254 absolute error 6.661338147750939e-16 relative error 4.0476099077314014e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.645746082157526 y1[1] (numeric) 1.6457460821575258 absolute error 2.220446049250313e-16 relative error 1.3492033025771337e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7030000000000005 y2[1] (analytic) 1.6465093113803384 y2[1] (numeric) 1.6465093113803375 absolute error 8.881784197001252e-16 relative error 5.394311550874423e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6465093113803384 y1[1] (numeric) 1.646509311380338 absolute error 4.440892098500626e-16 relative error 2.6971557754372116e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7040000000000005 y2[1] (analytic) 1.647271894093893 y2[1] (numeric) 1.6472718940938922 absolute error 8.881784197001252e-16 relative error 5.3918143257624224e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.647271894093893 y1[1] (numeric) 1.6472718940938926 absolute error 4.440892098500626e-16 relative error 2.6959071628812112e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7050000000000005 y2[1] (analytic) 1.6480338295356076 y2[1] (numeric) 1.6480338295356067 absolute error 8.881784197001252e-16 relative error 5.389321528371788e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6480338295356076 y1[1] (numeric) 1.6480338295356072 absolute error 4.440892098500626e-16 relative error 2.694660764185894e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7060000000000005 y2[1] (analytic) 1.6487951169435466 y2[1] (numeric) 1.6487951169435457 absolute error 8.881784197001252e-16 relative error 5.386833152117685e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6487951169435466 y1[1] (numeric) 1.6487951169435462 absolute error 4.440892098500626e-16 relative error 2.6934165760588424e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7070000000000005 y2[1] (analytic) 1.6495557555564226 y2[1] (numeric) 1.649555755556422 absolute error 6.661338147750939e-16 relative error 4.038261892823355e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6495557555564226 y1[1] (numeric) 1.6495557555564224 absolute error 2.220446049250313e-16 relative error 1.346087297607785e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7080000000000005 y2[1] (analytic) 1.6503157446135974 y2[1] (numeric) 1.6503157446135968 absolute error 6.661338147750939e-16 relative error 4.0364022275692554e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6503157446135974 y1[1] (numeric) 1.6503157446135972 absolute error 2.220446049250313e-16 relative error 1.3454674091897518e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7090000000000005 y2[1] (analytic) 1.651075083355082 y2[1] (numeric) 1.6510750833550811 absolute error 8.881784197001252e-16 relative error 5.379394484563926e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.651075083355082 y1[1] (numeric) 1.6510750833550816 absolute error 4.440892098500626e-16 relative error 2.689697242281963e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7100000000000005 y2[1] (analytic) 1.6518337710215372 y2[1] (numeric) 1.6518337710215363 absolute error 8.881784197001252e-16 relative error 5.3769237273242844e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6518337710215372 y1[1] (numeric) 1.6518337710215367 absolute error 4.440892098500626e-16 relative error 2.6884618636621422e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7110000000000005 y2[1] (analytic) 1.6525918068542755 y2[1] (numeric) 1.6525918068542749 absolute error 6.661338147750939e-16 relative error 4.0308430189006326e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6525918068542755 y1[1] (numeric) 1.6525918068542753 absolute error 2.220446049250313e-16 relative error 1.3436143396335442e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7120000000000005 y2[1] (analytic) 1.6533491900952617 y2[1] (numeric) 1.6533491900952608 absolute error 8.881784197001252e-16 relative error 5.371995371703365e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6533491900952617 y1[1] (numeric) 1.6533491900952613 absolute error 4.440892098500626e-16 relative error 2.6859976858516824e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7130000000000005 y2[1] (analytic) 1.654105919987112 y2[1] (numeric) 1.6541059199871113 absolute error 6.661338147750939e-16 relative error 4.0271533202679316e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.654105919987112 y1[1] (numeric) 1.6541059199871118 absolute error 2.220446049250313e-16 relative error 1.3423844400893104e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7140000000000005 y2[1] (analytic) 1.654861995773097 y2[1] (numeric) 1.6548619957730963 absolute error 6.661338147750939e-16 relative error 4.0253133885275923e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.654861995773097 y1[1] (numeric) 1.6548619957730968 absolute error 2.220446049250313e-16 relative error 1.3417711295091974e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7150000000000005 y2[1] (analytic) 1.6556174166971407 y2[1] (numeric) 1.65561741669714 absolute error 6.661338147750939e-16 relative error 4.023476728723908e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6556174166971407 y1[1] (numeric) 1.6556174166971405 absolute error 2.220446049250313e-16 relative error 1.341158909574636e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7160000000000005 y2[1] (analytic) 1.6563721820038224 y2[1] (numeric) 1.6563721820038217 absolute error 6.661338147750939e-16 relative error 4.021643336035914e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6563721820038224 y1[1] (numeric) 1.6563721820038222 absolute error 2.220446049250313e-16 relative error 1.3405477786786381e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7170000000000005 y2[1] (analytic) 1.6571262909383768 y2[1] (numeric) 1.6571262909383762 absolute error 6.661338147750939e-16 relative error 4.019813205654253e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6571262909383768 y1[1] (numeric) 1.6571262909383766 absolute error 2.220446049250313e-16 relative error 1.3399377352180844e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7180000000000005 y2[1] (analytic) 1.6578797427466947 y2[1] (numeric) 1.6578797427466943 absolute error 4.440892098500626e-16 relative error 2.6786575551874297e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6578797427466947 y1[1] (numeric) 1.6578797427466947 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7190000000000005 y2[1] (analytic) 1.658632536675325 y2[1] (numeric) 1.6586325366753245 absolute error 4.440892098500626e-16 relative error 2.6774418084202365e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.658632536675325 y1[1] (numeric) 1.658632536675325 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7200000000000005 y2[1] (analytic) 1.6593846719714735 y2[1] (numeric) 1.6593846719714729 absolute error 6.661338147750939e-16 relative error 4.0143423404271715e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6593846719714735 y1[1] (numeric) 1.6593846719714733 absolute error 2.220446049250313e-16 relative error 1.3381141134757238e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7210000000000005 y2[1] (analytic) 1.660136147883005 y2[1] (numeric) 1.6601361478830043 absolute error 6.661338147750939e-16 relative error 4.0125252114083743e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.660136147883005 y1[1] (numeric) 1.6601361478830048 absolute error 2.220446049250313e-16 relative error 1.3375084038027914e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7220000000000005 y2[1] (analytic) 1.6608869636584436 y2[1] (numeric) 1.660886963658443 absolute error 6.661338147750939e-16 relative error 4.010711320822206e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6608869636584436 y1[1] (numeric) 1.6608869636584433 absolute error 2.220446049250313e-16 relative error 1.336903773607402e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7230000000000005 y2[1] (analytic) 1.6616371185469734 y2[1] (numeric) 1.661637118546973 absolute error 4.440892098500626e-16 relative error 2.6726004426188948e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6616371185469734 y1[1] (numeric) 1.6616371185469734 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7240000000000005 y2[1] (analytic) 1.66238661179844 y2[1] (numeric) 1.6623866117984396 absolute error 4.440892098500626e-16 relative error 2.671395490665244e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.66238661179844 y1[1] (numeric) 1.66238661179844 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7250000000000005 y2[1] (analytic) 1.66313544266335 y2[1] (numeric) 1.6631354426633496 absolute error 4.440892098500626e-16 relative error 2.670192688208826e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.66313544266335 y1[1] (numeric) 1.66313544266335 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7260000000000005 y2[1] (analytic) 1.6638836103928725 y2[1] (numeric) 1.663883610392872 absolute error 4.440892098500626e-16 relative error 2.6689920321121817e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6638836103928725 y1[1] (numeric) 1.6638836103928725 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7270000000000005 y2[1] (analytic) 1.6646311142388401 y2[1] (numeric) 1.6646311142388395 absolute error 6.661338147750939e-16 relative error 4.0016902788680993e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6646311142388401 y1[1] (numeric) 1.66463111423884 absolute error 2.220446049250313e-16 relative error 1.3338967596226998e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7280000000000005 y2[1] (analytic) 1.6653779534537487 y2[1] (numeric) 1.665377953453748 absolute error 6.661338147750939e-16 relative error 3.999895719729149e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6653779534537487 y1[1] (numeric) 1.6653779534537485 absolute error 2.220446049250313e-16 relative error 1.3332985732430497e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7290000000000005 y2[1] (analytic) 1.6661241272907594 y2[1] (numeric) 1.6661241272907588 absolute error 6.661338147750939e-16 relative error 3.998104366079114e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6661241272907594 y1[1] (numeric) 1.6661241272907592 absolute error 2.220446049250313e-16 relative error 1.3327014553597048e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7300000000000005 y2[1] (analytic) 1.6668696350036982 y2[1] (numeric) 1.6668696350036976 absolute error 6.661338147750939e-16 relative error 3.996316213256929e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6668696350036982 y1[1] (numeric) 1.666869635003698 absolute error 2.220446049250313e-16 relative error 1.3321054044189765e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7310000000000005 y2[1] (analytic) 1.6676144758470577 y2[1] (numeric) 1.667614475847057 absolute error 6.661338147750939e-16 relative error 3.9945312566127374e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6676144758470577 y1[1] (numeric) 1.6676144758470575 absolute error 2.220446049250313e-16 relative error 1.3315104188709125e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7320000000000005 y2[1] (analytic) 1.668358649075997 y2[1] (numeric) 1.6683586490759963 absolute error 6.661338147750939e-16 relative error 3.992749491507867e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.668358649075997 y1[1] (numeric) 1.6683586490759967 absolute error 2.220446049250313e-16 relative error 1.330916497169289e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7330000000000005 y2[1] (analytic) 1.6691021539463429 y2[1] (numeric) 1.6691021539463422 absolute error 6.661338147750939e-16 relative error 3.990970913314802e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6691021539463429 y1[1] (numeric) 1.6691021539463426 absolute error 2.220446049250313e-16 relative error 1.3303236377716007e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7340000000000005 y2[1] (analytic) 1.6698449897145904 y2[1] (numeric) 1.66984498971459 absolute error 4.440892098500626e-16 relative error 2.6594636782781033e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6698449897145904 y1[1] (numeric) 1.6698449897145904 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7350000000000005 y2[1] (analytic) 1.6705871556379042 y2[1] (numeric) 1.6705871556379037 absolute error 4.440892098500626e-16 relative error 2.658282199473093e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6705871556379042 y1[1] (numeric) 1.6705871556379042 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7360000000000005 y2[1] (analytic) 1.671328650974118 y2[1] (numeric) 1.6713286509741176 absolute error 4.440892098500626e-16 relative error 2.657102836065363e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.671328650974118 y1[1] (numeric) 1.671328650974118 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7370000000000005 y2[1] (analytic) 1.672069474981737 y2[1] (numeric) 1.6720694749817366 absolute error 4.440892098500626e-16 relative error 2.6559255849994698e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.672069474981737 y1[1] (numeric) 1.672069474981737 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7380000000000005 y2[1] (analytic) 1.672809626919937 y2[1] (numeric) 1.6728096269199366 absolute error 4.440892098500626e-16 relative error 2.6547504432273173e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.672809626919937 y1[1] (numeric) 1.672809626919937 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7390000000000005 y2[1] (analytic) 1.6735491060485663 y2[1] (numeric) 1.6735491060485657 absolute error 6.661338147750939e-16 relative error 3.980366111562207e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6735491060485663 y1[1] (numeric) 1.673549106048566 absolute error 2.220446049250313e-16 relative error 1.326788703854069e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7400000000000005 y2[1] (analytic) 1.6742879116281455 y2[1] (numeric) 1.6742879116281448 absolute error 6.661338147750939e-16 relative error 3.978609713112713e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6742879116281455 y1[1] (numeric) 1.6742879116281453 absolute error 2.220446049250313e-16 relative error 1.3262032377042376e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7410000000000005 y2[1] (analytic) 1.6750260429198693 y2[1] (numeric) 1.6750260429198687 absolute error 6.661338147750939e-16 relative error 3.976856464953248e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6750260429198693 y1[1] (numeric) 1.6750260429198691 absolute error 2.220446049250313e-16 relative error 1.3256188216510827e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7420000000000005 y2[1] (analytic) 1.6757634991856065 y2[1] (numeric) 1.6757634991856059 absolute error 6.661338147750939e-16 relative error 3.97510636255548e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6757634991856065 y1[1] (numeric) 1.6757634991856063 absolute error 2.220446049250313e-16 relative error 1.32503545418516e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7430000000000005 y2[1] (analytic) 1.6765002796879007 y2[1] (numeric) 1.6765002796879 absolute error 6.661338147750939e-16 relative error 3.973359401401962e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6765002796879007 y1[1] (numeric) 1.6765002796879005 absolute error 2.220446049250313e-16 relative error 1.3244531338006541e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7440000000000005 y2[1] (analytic) 1.6772363836899715 y2[1] (numeric) 1.677236383689971 absolute error 4.440892098500626e-16 relative error 2.6477437179907386e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6772363836899715 y1[1] (numeric) 1.6772363836899715 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7450000000000006 y2[1] (analytic) 1.6779718104557153 y2[1] (numeric) 1.6779718104557149 absolute error 4.440892098500626e-16 relative error 2.646583256541442e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6779718104557153 y1[1] (numeric) 1.6779718104557153 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7460000000000006 y2[1] (analytic) 1.6787065592497048 y2[1] (numeric) 1.6787065592497046 absolute error 2.220446049250313e-16 relative error 1.3227124401317273e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6787065592497048 y1[1] (numeric) 1.678706559249705 absolute error 2.220446049250313e-16 relative error 1.3227124401317273e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7470000000000006 y2[1] (analytic) 1.679440629337192 y2[1] (numeric) 1.6794406293371915 absolute error 4.440892098500626e-16 relative error 2.6442685861739982e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.679440629337192 y1[1] (numeric) 1.679440629337192 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7480000000000006 y2[1] (analytic) 1.6801740199841064 y2[1] (numeric) 1.6801740199841058 absolute error 6.661338147750939e-16 relative error 3.9646715569461975e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6801740199841064 y1[1] (numeric) 1.6801740199841062 absolute error 2.220446049250313e-16 relative error 1.3215571856487325e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7490000000000006 y2[1] (analytic) 1.6809067304570573 y2[1] (numeric) 1.6809067304570569 absolute error 4.440892098500626e-16 relative error 2.6419622326654008e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6809067304570573 y1[1] (numeric) 1.6809067304570573 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7500000000000006 y2[1] (analytic) 1.6816387600233345 y2[1] (numeric) 1.6816387600233342 absolute error 2.220446049250313e-16 relative error 1.3204060836582419e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6816387600233345 y1[1] (numeric) 1.6816387600233347 absolute error 2.220446049250313e-16 relative error 1.3204060836582419e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7510000000000006 y2[1] (analytic) 1.6823701079509088 y2[1] (numeric) 1.6823701079509084 absolute error 4.440892098500626e-16 relative error 2.6396641722965103e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6823701079509088 y1[1] (numeric) 1.6823701079509088 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7520000000000006 y2[1] (analytic) 1.6831007735084316 y2[1] (numeric) 1.6831007735084313 absolute error 2.220446049250313e-16 relative error 1.3192591223291894e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6831007735084316 y1[1] (numeric) 1.6831007735084318 absolute error 2.220446049250313e-16 relative error 1.3192591223291894e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7530000000000006 y2[1] (analytic) 1.683830755965238 y2[1] (numeric) 1.6838307559652377 absolute error 2.220446049250313e-16 relative error 1.3186871907310341e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.683830755965238 y1[1] (numeric) 1.6838307559652381 absolute error 2.220446049250313e-16 relative error 1.3186871907310341e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7540000000000006 y2[1] (analytic) 1.6845600545913455 y2[1] (numeric) 1.684560054591345 absolute error 4.440892098500626e-16 relative error 2.636232579774625e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6845600545913455 y1[1] (numeric) 1.6845600545913455 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7550000000000006 y2[1] (analytic) 1.6852886686574553 y2[1] (numeric) 1.6852886686574549 absolute error 4.440892098500626e-16 relative error 2.6350928366701452e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6852886686574553 y1[1] (numeric) 1.6852886686574553 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7560000000000006 y2[1] (analytic) 1.6860165974349537 y2[1] (numeric) 1.6860165974349532 absolute error 4.440892098500626e-16 relative error 2.6339551492297543e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6860165974349537 y1[1] (numeric) 1.6860165974349537 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7570000000000006 y2[1] (analytic) 1.6867438401959118 y2[1] (numeric) 1.6867438401959114 absolute error 4.440892098500626e-16 relative error 2.632819514541595e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6867438401959118 y1[1] (numeric) 1.6867438401959118 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7580000000000006 y2[1] (analytic) 1.6874703962130868 y2[1] (numeric) 1.6874703962130866 absolute error 2.220446049250313e-16 relative error 1.3158429648504034e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6874703962130868 y1[1] (numeric) 1.687470396213087 absolute error 2.220446049250313e-16 relative error 1.3158429648504034e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7590000000000006 y2[1] (analytic) 1.688196264759923 y2[1] (numeric) 1.6881962647599227 absolute error 2.220446049250313e-16 relative error 1.3152771959047552e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.688196264759923 y1[1] (numeric) 1.6881962647599231 absolute error 2.220446049250313e-16 relative error 1.3152771959047552e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7600000000000006 y2[1] (analytic) 1.6889214451105516 y2[1] (numeric) 1.6889214451105514 absolute error 2.220446049250313e-16 relative error 1.3147124489883954e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6889214451105516 y1[1] (numeric) 1.6889214451105519 absolute error 2.220446049250313e-16 relative error 1.3147124489883954e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7610000000000006 y2[1] (analytic) 1.689645936539793 y2[1] (numeric) 1.6896459365397924 absolute error 4.440892098500626e-16 relative error 2.62829744531868e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.689645936539793 y1[1] (numeric) 1.689645936539793 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7620000000000006 y2[1] (analytic) 1.6903697383231548 y2[1] (numeric) 1.6903697383231544 absolute error 4.440892098500626e-16 relative error 2.6271720309581423e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6903697383231548 y1[1] (numeric) 1.6903697383231548 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7630000000000006 y2[1] (analytic) 1.691092849736836 y2[1] (numeric) 1.6910928497368356 absolute error 4.440892098500626e-16 relative error 2.6260486520250543e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.691092849736836 y1[1] (numeric) 1.691092849736836 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7640000000000006 y2[1] (analytic) 1.6918152700577251 y2[1] (numeric) 1.6918152700577247 absolute error 4.440892098500626e-16 relative error 2.6249273056561914e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6918152700577251 y1[1] (numeric) 1.6918152700577251 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7650000000000006 y2[1] (analytic) 1.6925369985634018 y2[1] (numeric) 1.6925369985634013 absolute error 4.440892098500626e-16 relative error 2.6238079889952088e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6925369985634018 y1[1] (numeric) 1.6925369985634018 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7660000000000006 y2[1] (analytic) 1.6932580345321375 y2[1] (numeric) 1.693258034532137 absolute error 4.440892098500626e-16 relative error 2.6226906991926277e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6932580345321375 y1[1] (numeric) 1.6932580345321375 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7670000000000006 y2[1] (analytic) 1.6939783772428965 y2[1] (numeric) 1.693978377242896 absolute error 4.440892098500626e-16 relative error 2.6215754334058153e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6939783772428965 y1[1] (numeric) 1.6939783772428965 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7680000000000006 y2[1] (analytic) 1.6946980259753361 y2[1] (numeric) 1.6946980259753357 absolute error 4.440892098500626e-16 relative error 2.6204621887989718e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6946980259753361 y1[1] (numeric) 1.6946980259753361 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7690000000000006 y2[1] (analytic) 1.6954169800098078 y2[1] (numeric) 1.6954169800098073 absolute error 4.440892098500626e-16 relative error 2.619350962543112e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6954169800098078 y1[1] (numeric) 1.6954169800098078 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7700000000000006 y2[1] (analytic) 1.6961352386273572 y2[1] (numeric) 1.6961352386273567 absolute error 4.440892098500626e-16 relative error 2.6182417518160505e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6961352386273572 y1[1] (numeric) 1.6961352386273572 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7710000000000006 y2[1] (analytic) 1.696852801109726 y2[1] (numeric) 1.6968528011097255 absolute error 4.440892098500626e-16 relative error 2.617134553802383e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.696852801109726 y1[1] (numeric) 1.696852801109726 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7720000000000006 y2[1] (analytic) 1.6975696667393518 y2[1] (numeric) 1.6975696667393514 absolute error 4.440892098500626e-16 relative error 2.6160293656934726e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6975696667393518 y1[1] (numeric) 1.6975696667393518 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7730000000000006 y2[1] (analytic) 1.698285834799369 y2[1] (numeric) 1.6982858347993686 absolute error 4.440892098500626e-16 relative error 2.614926184687433e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.698285834799369 y1[1] (numeric) 1.698285834799369 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7740000000000006 y2[1] (analytic) 1.6990013045736096 y2[1] (numeric) 1.6990013045736092 absolute error 4.440892098500626e-16 relative error 2.6138250079891114e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.6990013045736096 y1[1] (numeric) 1.6990013045736096 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7750000000000006 y2[1] (analytic) 1.699716075346604 y2[1] (numeric) 1.6997160753466034 absolute error 6.661338147750939e-16 relative error 3.919088749215111e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.699716075346604 y1[1] (numeric) 1.6997160753466038 absolute error 2.220446049250313e-16 relative error 1.3063629164050368e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7760000000000006 y2[1] (analytic) 1.7004301464035811 y2[1] (numeric) 1.7004301464035807 absolute error 4.440892098500626e-16 relative error 2.611628656368588e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7004301464035811 y1[1] (numeric) 1.7004301464035811 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7770000000000006 y2[1] (analytic) 1.7011435170304705 y2[1] (numeric) 1.7011435170304698 absolute error 6.661338147750939e-16 relative error 3.9158002138344115e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7011435170304705 y1[1] (numeric) 1.7011435170304703 absolute error 2.220446049250313e-16 relative error 1.3052667379448038e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7780000000000006 y2[1] (analytic) 1.701856186513901 y2[1] (numeric) 1.7018561865139004 absolute error 6.661338147750939e-16 relative error 3.9141604329071363e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.701856186513901 y1[1] (numeric) 1.7018561865139008 absolute error 2.220446049250313e-16 relative error 1.3047201443023788e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7790000000000006 y2[1] (analytic) 1.7025681541412037 y2[1] (numeric) 1.702568154141203 absolute error 6.661338147750939e-16 relative error 3.9125236376284745e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7025681541412037 y1[1] (numeric) 1.7025681541412034 absolute error 2.220446049250313e-16 relative error 1.3041745458761582e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7800000000000006 y2[1] (analytic) 1.7032794192004106 y2[1] (numeric) 1.70327941920041 absolute error 6.661338147750939e-16 relative error 3.910889823865802e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7032794192004106 y1[1] (numeric) 1.7032794192004104 absolute error 2.220446049250313e-16 relative error 1.3036299412886006e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7810000000000006 y2[1] (analytic) 1.703989980980257 y2[1] (numeric) 1.7039899809802563 absolute error 6.661338147750939e-16 relative error 3.909258987496429e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.703989980980257 y1[1] (numeric) 1.7039899809802568 absolute error 2.220446049250313e-16 relative error 1.3030863291654763e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7820000000000006 y2[1] (analytic) 1.704699838770181 y2[1] (numeric) 1.7046998387701804 absolute error 6.661338147750939e-16 relative error 3.9076311244075777e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.704699838770181 y1[1] (numeric) 1.7046998387701808 absolute error 2.220446049250313e-16 relative error 1.3025437081358592e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7830000000000006 y2[1] (analytic) 1.7054089918603252 y2[1] (numeric) 1.7054089918603244 absolute error 8.881784197001252e-16 relative error 5.2080083073284744e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7054089918603252 y1[1] (numeric) 1.7054089918603248 absolute error 4.440892098500626e-16 relative error 2.6040041536642372e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7840000000000006 y2[1] (analytic) 1.706117439541536 y2[1] (numeric) 1.7061174395415353 absolute error 6.661338147750939e-16 relative error 3.904384301669737e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.706117439541536 y1[1] (numeric) 1.7061174395415357 absolute error 2.220446049250313e-16 relative error 1.3014614338899123e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7850000000000006 y2[1] (analytic) 1.7068251811053663 y2[1] (numeric) 1.7068251811053656 absolute error 6.661338147750939e-16 relative error 3.902765333844532e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7068251811053663 y1[1] (numeric) 1.706825181105366 absolute error 2.220446049250313e-16 relative error 1.3009217779481775e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7860000000000006 y2[1] (analytic) 1.7075322158440744 y2[1] (numeric) 1.7075322158440738 absolute error 6.661338147750939e-16 relative error 3.9011493229473735e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7075322158440744 y1[1] (numeric) 1.7075322158440742 absolute error 2.220446049250313e-16 relative error 1.3003831076491244e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7870000000000006 y2[1] (analytic) 1.7082385430506255 y2[1] (numeric) 1.708238543050625 absolute error 4.440892098500626e-16 relative error 2.5996908432764566e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7082385430506255 y1[1] (numeric) 1.7082385430506255 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7880000000000006 y2[1] (analytic) 1.7089441620186927 y2[1] (numeric) 1.7089441620186923 absolute error 4.440892098500626e-16 relative error 2.5986174371284408e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7089441620186927 y1[1] (numeric) 1.7089441620186927 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7890000000000006 y2[1] (analytic) 1.709649072042657 y2[1] (numeric) 1.7096490720426565 absolute error 4.440892098500626e-16 relative error 2.597545994158164e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.709649072042657 y1[1] (numeric) 1.709649072042657 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7900000000000006 y2[1] (analytic) 1.7103532724176083 y2[1] (numeric) 1.7103532724176078 absolute error 4.440892098500626e-16 relative error 2.596476511676072e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7103532724176083 y1[1] (numeric) 1.7103532724176083 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7910000000000006 y2[1] (analytic) 1.7110567624393465 y2[1] (numeric) 1.7110567624393458 absolute error 6.661338147750939e-16 relative error 3.893113480498617e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7110567624393465 y1[1] (numeric) 1.7110567624393462 absolute error 2.220446049250313e-16 relative error 1.297704493499539e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7920000000000006 y2[1] (analytic) 1.7117595414043811 y2[1] (numeric) 1.7117595414043807 absolute error 4.440892098500626e-16 relative error 2.5943434174505487e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7117595414043811 y1[1] (numeric) 1.7117595414043811 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7930000000000006 y2[1] (analytic) 1.712461608609934 y2[1] (numeric) 1.7124616086099336 absolute error 4.440892098500626e-16 relative error 2.5932798003602874e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.712461608609934 y1[1] (numeric) 1.712461608609934 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7940000000000006 y2[1] (analytic) 1.7131629633539376 y2[1] (numeric) 1.7131629633539371 absolute error 4.440892098500626e-16 relative error 2.5922181330645208e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7131629633539376 y1[1] (numeric) 1.7131629633539376 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7950000000000006 y2[1] (analytic) 1.713863604935037 y2[1] (numeric) 1.7138636049350369 absolute error 2.220446049250313e-16 relative error 1.2955792064529416e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.713863604935037 y1[1] (numeric) 1.7138636049350373 absolute error 2.220446049250313e-16 relative error 1.2955792064529416e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7960000000000006 y2[1] (analytic) 1.7145635326525914 y2[1] (numeric) 1.714563532652591 absolute error 4.440892098500626e-16 relative error 2.5901006372334e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7145635326525914 y1[1] (numeric) 1.7145635326525914 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7970000000000006 y2[1] (analytic) 1.7152627458066725 y2[1] (numeric) 1.715262745806672 absolute error 4.440892098500626e-16 relative error 2.5890448034024753e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7152627458066725 y1[1] (numeric) 1.7152627458066725 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7980000000000006 y2[1] (analytic) 1.7159612436980674 y2[1] (numeric) 1.715961243698067 absolute error 4.440892098500626e-16 relative error 2.587990908774875e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7159612436980674 y1[1] (numeric) 1.7159612436980674 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.7990000000000006 y2[1] (analytic) 1.716659025628278 y2[1] (numeric) 1.7166590256282777 absolute error 4.440892098500626e-16 relative error 2.5869389507187132e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.716659025628278 y1[1] (numeric) 1.716659025628278 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8000000000000006 y2[1] (analytic) 1.7173560908995231 y2[1] (numeric) 1.7173560908995227 absolute error 4.440892098500626e-16 relative error 2.5858889266084353e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7173560908995231 y1[1] (numeric) 1.7173560908995231 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8010000000000006 y2[1] (analytic) 1.7180524388147371 y2[1] (numeric) 1.7180524388147365 absolute error 6.661338147750939e-16 relative error 3.8772612507372083e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7180524388147371 y1[1] (numeric) 1.718052438814737 absolute error 2.220446049250313e-16 relative error 1.2924204169124029e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8020000000000006 y2[1] (analytic) 1.7187480686775718 y2[1] (numeric) 1.7187480686775714 absolute error 4.440892098500626e-16 relative error 2.5837946697548928e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7187480686775718 y1[1] (numeric) 1.7187480686775718 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8030000000000006 y2[1] (analytic) 1.7194429797923978 y2[1] (numeric) 1.7194429797923974 absolute error 4.440892098500626e-16 relative error 2.582750431792051e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7194429797923978 y1[1] (numeric) 1.7194429797923978 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8040000000000006 y2[1] (analytic) 1.7201371714643041 y2[1] (numeric) 1.7201371714643037 absolute error 4.440892098500626e-16 relative error 2.58170811733591e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7201371714643041 y1[1] (numeric) 1.7201371714643041 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8050000000000006 y2[1] (analytic) 1.720830642999099 y2[1] (numeric) 1.7208306429990985 absolute error 4.440892098500626e-16 relative error 2.580667723792359e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.720830642999099 y1[1] (numeric) 1.720830642999099 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8060000000000006 y2[1] (analytic) 1.7215233937033108 y2[1] (numeric) 1.7215233937033103 absolute error 4.440892098500626e-16 relative error 2.579629248573531e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7215233937033108 y1[1] (numeric) 1.7215233937033108 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8070000000000006 y2[1] (analytic) 1.722215422884189 y2[1] (numeric) 1.7222154228841886 absolute error 4.440892098500626e-16 relative error 2.5785926890977887e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.722215422884189 y1[1] (numeric) 1.722215422884189 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8080000000000006 y2[1] (analytic) 1.7229067298497047 y2[1] (numeric) 1.7229067298497043 absolute error 4.440892098500626e-16 relative error 2.577558042789711e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7229067298497047 y1[1] (numeric) 1.7229067298497047 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8090000000000006 y2[1] (analytic) 1.7235973139085505 y2[1] (numeric) 1.7235973139085503 absolute error 2.220446049250313e-16 relative error 1.2882626535400392e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7235973139085505 y1[1] (numeric) 1.7235973139085508 absolute error 2.220446049250313e-16 relative error 1.2882626535400392e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8100000000000006 y2[1] (analytic) 1.724287174370143 y2[1] (numeric) 1.7242871743701427 absolute error 2.220446049250313e-16 relative error 1.2877472397029281e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.724287174370143 y1[1] (numeric) 1.7242871743701431 absolute error 2.220446049250313e-16 relative error 1.2877472397029281e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8110000000000006 y2[1] (analytic) 1.7249763105446214 y2[1] (numeric) 1.724976310544621 absolute error 4.440892098500626e-16 relative error 2.574465557210184e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7249763105446214 y1[1] (numeric) 1.7249763105446214 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8120000000000006 y2[1] (analytic) 1.7256647217428496 y2[1] (numeric) 1.7256647217428491 absolute error 4.440892098500626e-16 relative error 2.5734385379423586e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7256647217428496 y1[1] (numeric) 1.7256647217428496 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8130000000000006 y2[1] (analytic) 1.7263524072764165 y2[1] (numeric) 1.726352407276416 absolute error 4.440892098500626e-16 relative error 2.5724134190578208e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7263524072764165 y1[1] (numeric) 1.7263524072764165 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8140000000000006 y2[1] (analytic) 1.7270393664576367 y2[1] (numeric) 1.7270393664576362 absolute error 4.440892098500626e-16 relative error 2.5713901980181403e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7270393664576367 y1[1] (numeric) 1.7270393664576367 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8150000000000006 y2[1] (analytic) 1.727725598599551 y2[1] (numeric) 1.7277255985995505 absolute error 4.440892098500626e-16 relative error 2.570368872291003e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.727725598599551 y1[1] (numeric) 1.727725598599551 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8160000000000006 y2[1] (analytic) 1.7284111030159273 y2[1] (numeric) 1.7284111030159268 absolute error 4.440892098500626e-16 relative error 2.5693494393501958e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7284111030159273 y1[1] (numeric) 1.7284111030159273 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8170000000000006 y2[1] (analytic) 1.7290958790212614 y2[1] (numeric) 1.729095879021261 absolute error 4.440892098500626e-16 relative error 2.568331896675592e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7290958790212614 y1[1] (numeric) 1.7290958790212614 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8180000000000006 y2[1] (analytic) 1.7297799259307771 y2[1] (numeric) 1.7297799259307767 absolute error 4.440892098500626e-16 relative error 2.567316241753139e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7297799259307771 y1[1] (numeric) 1.7297799259307771 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8190000000000006 y2[1] (analytic) 1.7304632430604279 y2[1] (numeric) 1.7304632430604274 absolute error 4.440892098500626e-16 relative error 2.5663024720748433e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7304632430604279 y1[1] (numeric) 1.7304632430604279 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8200000000000006 y2[1] (analytic) 1.7311458297268962 y2[1] (numeric) 1.731145829726896 absolute error 2.220446049250313e-16 relative error 1.2826452925693777e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7311458297268962 y1[1] (numeric) 1.7311458297268965 absolute error 2.220446049250313e-16 relative error 1.2826452925693777e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8210000000000006 y2[1] (analytic) 1.731827685247596 y2[1] (numeric) 1.7318276852475958 absolute error 2.220446049250313e-16 relative error 1.2821402892244793e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.731827685247596 y1[1] (numeric) 1.7318276852475962 absolute error 2.220446049250313e-16 relative error 1.2821402892244793e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8220000000000006 y2[1] (analytic) 1.7325088089406715 y2[1] (numeric) 1.7325088089406713 absolute error 2.220446049250313e-16 relative error 1.281636224757776e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7325088089406715 y1[1] (numeric) 1.7325088089406717 absolute error 2.220446049250313e-16 relative error 1.281636224757776e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8230000000000006 y2[1] (analytic) 1.7331892001249989 y2[1] (numeric) 1.7331892001249989 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.7331892001249989 y1[1] (numeric) 1.7331892001249993 absolute error 4.440892098500626e-16 relative error 2.5622661958546394e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8240000000000006 y2[1] (analytic) 1.7338688581201875 y2[1] (numeric) 1.7338688581201873 absolute error 2.220446049250313e-16 relative error 1.2806309074941568e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7338688581201875 y1[1] (numeric) 1.7338688581201878 absolute error 2.220446049250313e-16 relative error 1.2806309074941568e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8250000000000006 y2[1] (analytic) 1.7345477822465791 y2[1] (numeric) 1.734547782246579 absolute error 2.220446049250313e-16 relative error 1.280129652222322e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7345477822465791 y1[1] (numeric) 1.7345477822465794 absolute error 2.220446049250313e-16 relative error 1.280129652222322e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8260000000000006 y2[1] (analytic) 1.7352259718252494 y2[1] (numeric) 1.7352259718252494 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.7352259718252494 y1[1] (numeric) 1.7352259718252498 absolute error 4.440892098500626e-16 relative error 2.559258661757662e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8270000000000006 y2[1] (analytic) 1.7359034261780093 y2[1] (numeric) 1.7359034261780093 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.7359034261780093 y1[1] (numeric) 1.7359034261780097 absolute error 4.440892098500626e-16 relative error 2.5582598844673473e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8280000000000006 y2[1] (analytic) 1.7365801446274045 y2[1] (numeric) 1.7365801446274043 absolute error 2.220446049250313e-16 relative error 1.2786314850598073e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7365801446274045 y1[1] (numeric) 1.7365801446274047 absolute error 2.220446049250313e-16 relative error 1.2786314850598073e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8290000000000006 y2[1] (analytic) 1.7372561264967163 y2[1] (numeric) 1.7372561264967161 absolute error 2.220446049250313e-16 relative error 1.2781339581331505e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7372561264967163 y1[1] (numeric) 1.7372561264967166 absolute error 2.220446049250313e-16 relative error 1.2781339581331505e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8300000000000006 y2[1] (analytic) 1.737931371109963 y2[1] (numeric) 1.7379313711099629 absolute error 2.220446049250313e-16 relative error 1.2776373602325751e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.737931371109963 y1[1] (numeric) 1.7379313711099633 absolute error 2.220446049250313e-16 relative error 1.2776373602325751e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8310000000000006 y2[1] (analytic) 1.7386058777919002 y2[1] (numeric) 1.7386058777919 absolute error 2.220446049250313e-16 relative error 1.2771416901399006e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7386058777919002 y1[1] (numeric) 1.7386058777919005 absolute error 2.220446049250313e-16 relative error 1.2771416901399006e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8320000000000006 y2[1] (analytic) 1.739279645868021 y2[1] (numeric) 1.7392796458680209 absolute error 2.220446049250313e-16 relative error 1.276646946639887e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.739279645868021 y1[1] (numeric) 1.7392796458680213 absolute error 2.220446049250313e-16 relative error 1.276646946639887e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8330000000000006 y2[1] (analytic) 1.739952674664558 y2[1] (numeric) 1.7399526746645575 absolute error 4.440892098500626e-16 relative error 2.5523062570404547e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.739952674664558 y1[1] (numeric) 1.739952674664558 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8340000000000006 y2[1] (analytic) 1.7406249635084816 y2[1] (numeric) 1.7406249635084812 absolute error 4.440892098500626e-16 relative error 2.551320469143086e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7406249635084816 y1[1] (numeric) 1.7406249635084816 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8350000000000006 y2[1] (analytic) 1.7412965117275034 y2[1] (numeric) 1.741296511727503 absolute error 4.440892098500626e-16 relative error 2.550336527174749e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7412965117275034 y1[1] (numeric) 1.7412965117275034 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8360000000000006 y2[1] (analytic) 1.7419673186500755 y2[1] (numeric) 1.7419673186500748 absolute error 6.661338147750939e-16 relative error 3.824031643092531e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7419673186500755 y1[1] (numeric) 1.7419673186500753 absolute error 2.220446049250313e-16 relative error 1.2746772143641771e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8370000000000006 y2[1] (analytic) 1.7426373836053903 y2[1] (numeric) 1.74263738360539 absolute error 4.440892098500626e-16 relative error 2.5483741714026257e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7426373836053903 y1[1] (numeric) 1.7426373836053903 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8380000000000006 y2[1] (analytic) 1.7433067059233838 y2[1] (numeric) 1.7433067059233833 absolute error 4.440892098500626e-16 relative error 2.5473957528020877e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7433067059233838 y1[1] (numeric) 1.7433067059233838 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8390000000000006 y2[1] (analytic) 1.7439752849347334 y2[1] (numeric) 1.7439752849347328 absolute error 6.661338147750939e-16 relative error 3.819628755805581e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7439752849347334 y1[1] (numeric) 1.7439752849347332 absolute error 2.220446049250313e-16 relative error 1.273209585268527e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8400000000000006 y2[1] (analytic) 1.7446431199708599 y2[1] (numeric) 1.7446431199708592 absolute error 6.661338147750939e-16 relative error 3.818166633335419e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7446431199708599 y1[1] (numeric) 1.7446431199708596 absolute error 2.220446049250313e-16 relative error 1.2727222111118063e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8410000000000006 y2[1] (analytic) 1.7453102103639284 y2[1] (numeric) 1.7453102103639277 absolute error 6.661338147750939e-16 relative error 3.8167072582254195e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7453102103639284 y1[1] (numeric) 1.7453102103639282 absolute error 2.220446049250313e-16 relative error 1.2722357527418065e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8420000000000006 y2[1] (analytic) 1.7459765554468487 y2[1] (numeric) 1.745976555446848 absolute error 6.661338147750939e-16 relative error 3.81525062691698e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7459765554468487 y1[1] (numeric) 1.7459765554468485 absolute error 2.220446049250313e-16 relative error 1.2717502089723268e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8430000000000006 y2[1] (analytic) 1.7466421545532755 y2[1] (numeric) 1.746642154553275 absolute error 4.440892098500626e-16 relative error 2.5425311572400685e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7466421545532755 y1[1] (numeric) 1.7466421545532755 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8440000000000006 y2[1] (analytic) 1.7473070070176102 y2[1] (numeric) 1.7473070070176098 absolute error 4.440892098500626e-16 relative error 2.541563721008914e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7473070070176102 y1[1] (numeric) 1.7473070070176102 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8450000000000006 y2[1] (analytic) 1.7479711121750001 y2[1] (numeric) 1.7479711121749997 absolute error 4.440892098500626e-16 relative error 2.5405981068959573e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7479711121750001 y1[1] (numeric) 1.7479711121750001 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8460000000000006 y2[1] (analytic) 1.7486344693613405 y2[1] (numeric) 1.7486344693613398 absolute error 6.661338147750939e-16 relative error 3.809451468827491e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7486344693613405 y1[1] (numeric) 1.7486344693613403 absolute error 2.220446049250313e-16 relative error 1.2698171562758304e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8470000000000006 y2[1] (analytic) 1.7492970779132735 y2[1] (numeric) 1.7492970779132728 absolute error 6.661338147750939e-16 relative error 3.8080085034482603e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7492970779132735 y1[1] (numeric) 1.7492970779132735 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8480000000000006 y2[1] (analytic) 1.749958937168191 y2[1] (numeric) 1.7499589371681905 absolute error 4.440892098500626e-16 relative error 2.5377121737993134e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.749958937168191 y1[1] (numeric) 1.7499589371681912 absolute error 2.220446049250313e-16 relative error 1.2688560868996567e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8490000000000006 y2[1] (analytic) 1.750620046464234 y2[1] (numeric) 1.7506200464642334 absolute error 6.661338147750939e-16 relative error 3.8051307370808364e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.750620046464234 y1[1] (numeric) 1.750620046464234 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8500000000000006 y2[1] (analytic) 1.7512804051402933 y2[1] (numeric) 1.7512804051402924 absolute error 8.881784197001252e-16 relative error 5.071594572138059e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7512804051402933 y1[1] (numeric) 1.751280405140293 absolute error 2.220446049250313e-16 relative error 1.2678986430345148e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8510000000000006 y2[1] (analytic) 1.7519400125360096 y2[1] (numeric) 1.751940012536009 absolute error 6.661338147750939e-16 relative error 3.802263833285228e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7519400125360096 y1[1] (numeric) 1.7519400125360096 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8520000000000006 y2[1] (analytic) 1.7525988679917763 y2[1] (numeric) 1.7525988679917757 absolute error 6.661338147750939e-16 relative error 3.800834446152453e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7525988679917763 y1[1] (numeric) 1.7525988679917763 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8530000000000006 y2[1] (analytic) 1.7532569708487378 y2[1] (numeric) 1.753256970848737 absolute error 6.661338147750939e-16 relative error 3.799407764240195e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7532569708487378 y1[1] (numeric) 1.7532569708487378 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8540000000000006 y2[1] (analytic) 1.753914320448791 y2[1] (numeric) 1.7539143204487904 absolute error 6.661338147750939e-16 relative error 3.797983784091824e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.753914320448791 y1[1] (numeric) 1.753914320448791 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8550000000000006 y2[1] (analytic) 1.7545709161345866 y2[1] (numeric) 1.754570916134586 absolute error 6.661338147750939e-16 relative error 3.796562502259084e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7545709161345866 y1[1] (numeric) 1.7545709161345868 absolute error 2.220446049250313e-16 relative error 1.2655208340863613e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8560000000000006 y2[1] (analytic) 1.7552267572495293 y2[1] (numeric) 1.7552267572495284 absolute error 8.881784197001252e-16 relative error 5.06019188706943e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7552267572495293 y1[1] (numeric) 1.7552267572495293 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8570000000000007 y2[1] (analytic) 1.7558818431377772 y2[1] (numeric) 1.7558818431377765 absolute error 6.661338147750939e-16 relative error 3.793728019789228e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7558818431377772 y1[1] (numeric) 1.7558818431377774 absolute error 2.220446049250313e-16 relative error 1.2645760065964093e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8580000000000007 y2[1] (analytic) 1.7565361731442453 y2[1] (numeric) 1.7565361731442444 absolute error 8.881784197001252e-16 relative error 5.0564197497297356e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7565361731442453 y1[1] (numeric) 1.7565361731442453 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8590000000000007 y2[1] (analytic) 1.757189746614603 y2[1] (numeric) 1.7571897466146023 absolute error 6.661338147750939e-16 relative error 3.7909042894113487e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.757189746614603 y1[1] (numeric) 1.7571897466146031 absolute error 2.220446049250313e-16 relative error 1.2636347631371163e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8600000000000007 y2[1] (analytic) 1.7578425628952774 y2[1] (numeric) 1.7578425628952765 absolute error 8.881784197001252e-16 relative error 5.0526619302996024e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7578425628952774 y1[1] (numeric) 1.7578425628952774 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8610000000000007 y2[1] (analytic) 1.758494621333452 y2[1] (numeric) 1.7584946213334511 absolute error 8.881784197001252e-16 relative error 5.0507883784519444e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.758494621333452 y1[1] (numeric) 1.758494621333452 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8620000000000007 y2[1] (analytic) 1.7591459212770686 y2[1] (numeric) 1.7591459212770677 absolute error 8.881784197001252e-16 relative error 5.048918392485279e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7591459212770686 y1[1] (numeric) 1.7591459212770686 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8630000000000007 y2[1] (analytic) 1.759796462074827 y2[1] (numeric) 1.759796462074826 absolute error 8.881784197001252e-16 relative error 5.047051967890362e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.759796462074827 y1[1] (numeric) 1.759796462074827 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8640000000000007 y2[1] (analytic) 1.7604462430761867 y2[1] (numeric) 1.7604462430761858 absolute error 8.881784197001252e-16 relative error 5.0451891001688916e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7604462430761867 y1[1] (numeric) 1.7604462430761867 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8650000000000007 y2[1] (analytic) 1.7610952636313666 y2[1] (numeric) 1.7610952636313657 absolute error 8.881784197001252e-16 relative error 5.0433297848334863e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7610952636313666 y1[1] (numeric) 1.7610952636313666 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8660000000000007 y2[1] (analytic) 1.7617435230913465 y2[1] (numeric) 1.7617435230913454 absolute error 1.1102230246251565e-15 relative error 6.301842521759572e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7617435230913465 y1[1] (numeric) 1.7617435230913463 absolute error 2.220446049250313e-16 relative error 1.2603685043519145e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8670000000000007 y2[1] (analytic) 1.7623910208078666 y2[1] (numeric) 1.7623910208078657 absolute error 8.881784197001252e-16 relative error 5.0396217934257914e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7623910208078666 y1[1] (numeric) 1.7623910208078666 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8680000000000007 y2[1] (analytic) 1.7630377561334296 y2[1] (numeric) 1.7630377561334285 absolute error 1.1102230246251565e-15 relative error 6.297216385541394e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7630377561334296 y1[1] (numeric) 1.7630377561334294 absolute error 2.220446049250313e-16 relative error 1.2594432771082787e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8690000000000007 y2[1] (analytic) 1.7636837284213 y2[1] (numeric) 1.763683728421299 absolute error 1.1102230246251565e-15 relative error 6.294909947482102e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7636837284213 y1[1] (numeric) 1.7636837284212998 absolute error 2.220446049250313e-16 relative error 1.2589819894964206e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8700000000000007 y2[1] (analytic) 1.7643289370255055 y2[1] (numeric) 1.7643289370255044 absolute error 1.1102230246251565e-15 relative error 6.292607922062931e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7643289370255055 y1[1] (numeric) 1.7643289370255053 absolute error 2.220446049250313e-16 relative error 1.258521584412586e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8710000000000007 y2[1] (analytic) 1.764973381300838 y2[1] (numeric) 1.7649733813008366 absolute error 1.3322676295501878e-15 relative error 7.548372364507089e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.764973381300838 y1[1] (numeric) 1.7649733813008375 absolute error 4.440892098500626e-16 relative error 2.5161241215023633e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8720000000000007 y2[1] (analytic) 1.7656170606028525 y2[1] (numeric) 1.7656170606028512 absolute error 1.3322676295501878e-15 relative error 7.545620504455809e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7656170606028525 y1[1] (numeric) 1.765617060602852 absolute error 4.440892098500626e-16 relative error 2.515206834818603e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8730000000000007 y2[1] (analytic) 1.7662599742878702 y2[1] (numeric) 1.766259974287869 absolute error 1.1102230246251565e-15 relative error 6.285728266433609e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7662599742878702 y1[1] (numeric) 1.76625997428787 absolute error 2.220446049250313e-16 relative error 1.2571456532867219e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8740000000000007 y2[1] (analytic) 1.766902121712978 y2[1] (numeric) 1.7669021217129766 absolute error 1.3322676295501878e-15 relative error 7.540132603715365e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.766902121712978 y1[1] (numeric) 1.7669021217129774 absolute error 4.440892098500626e-16 relative error 2.5133775345717883e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8750000000000007 y2[1] (analytic) 1.7675435022360275 y2[1] (numeric) 1.7675435022360262 absolute error 1.3322676295501878e-15 relative error 7.537396549871645e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7675435022360275 y1[1] (numeric) 1.767543502236027 absolute error 4.440892098500626e-16 relative error 2.5124655166238816e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8760000000000007 y2[1] (analytic) 1.768184115215639 y2[1] (numeric) 1.7681841152156377 absolute error 1.3322676295501878e-15 relative error 7.534665751635887e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.768184115215639 y1[1] (numeric) 1.7681841152156386 absolute error 4.440892098500626e-16 relative error 2.5115552505452957e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8770000000000007 y2[1] (analytic) 1.768823960011199 y2[1] (numeric) 1.768823960011198 absolute error 1.1102230246251565e-15 relative error 6.276616835392299e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.768823960011199 y1[1] (numeric) 1.7688239600111988 absolute error 2.220446049250313e-16 relative error 1.2553233670784597e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8780000000000007 y2[1] (analytic) 1.7694630359828634 y2[1] (numeric) 1.7694630359828623 absolute error 1.1102230246251565e-15 relative error 6.274349913212364e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7694630359828634 y1[1] (numeric) 1.7694630359828631 absolute error 2.220446049250313e-16 relative error 1.2548699826424729e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8790000000000007 y2[1] (analytic) 1.7701013424915557 y2[1] (numeric) 1.7701013424915546 absolute error 1.1102230246251565e-15 relative error 6.272087354402155e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7701013424915557 y1[1] (numeric) 1.7701013424915555 absolute error 2.220446049250313e-16 relative error 1.2544174708804311e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8800000000000007 y2[1] (analytic) 1.7707388788989697 y2[1] (numeric) 1.7707388788989686 absolute error 1.1102230246251565e-15 relative error 6.269829153553593e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7707388788989697 y1[1] (numeric) 1.7707388788989695 absolute error 2.220446049250313e-16 relative error 1.2539658307107185e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8810000000000007 y2[1] (analytic) 1.771375644567569 y2[1] (numeric) 1.7713756445675681 absolute error 8.881784197001252e-16 relative error 5.014060244217418e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.771375644567569 y1[1] (numeric) 1.771375644567569 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8820000000000007 y2[1] (analytic) 1.7720116388605882 y2[1] (numeric) 1.7720116388605873 absolute error 8.881784197001252e-16 relative error 5.012260643339951e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7720116388605882 y1[1] (numeric) 1.7720116388605882 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8830000000000007 y2[1] (analytic) 1.7726468611420327 y2[1] (numeric) 1.7726468611420318 absolute error 8.881784197001252e-16 relative error 5.01046451591556e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7726468611420327 y1[1] (numeric) 1.7726468611420327 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8840000000000007 y2[1] (analytic) 1.7732813107766807 y2[1] (numeric) 1.7732813107766796 absolute error 1.1102230246251565e-15 relative error 6.260839822074757e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7732813107766807 y1[1] (numeric) 1.7732813107766805 absolute error 2.220446049250313e-16 relative error 1.2521679644149515e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8850000000000007 y2[1] (analytic) 1.773914987130082 y2[1] (numeric) 1.773914987130081 absolute error 1.1102230246251565e-15 relative error 6.25860333037337e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.773914987130082 y1[1] (numeric) 1.7739149871300819 absolute error 2.220446049250313e-16 relative error 1.251720666074674e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8860000000000007 y2[1] (analytic) 1.774547889568561 y2[1] (numeric) 1.7745478895685598 absolute error 1.1102230246251565e-15 relative error 6.256371164460829e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.774547889568561 y1[1] (numeric) 1.7745478895685607 absolute error 2.220446049250313e-16 relative error 1.2512742328921659e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8870000000000007 y2[1] (analytic) 1.7751800174592147 y2[1] (numeric) 1.7751800174592136 absolute error 1.1102230246251565e-15 relative error 6.254143319020681e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7751800174592147 y1[1] (numeric) 1.7751800174592145 absolute error 2.220446049250313e-16 relative error 1.2508286638041363e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8880000000000007 y2[1] (analytic) 1.7758113701699156 y2[1] (numeric) 1.7758113701699145 absolute error 1.1102230246251565e-15 relative error 6.251919788749448e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7758113701699156 y1[1] (numeric) 1.7758113701699154 absolute error 2.220446049250313e-16 relative error 1.2503839577498895e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8890000000000007 y2[1] (analytic) 1.7764419470693111 y2[1] (numeric) 1.77644194706931 absolute error 1.1102230246251565e-15 relative error 6.249700568356592e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7764419470693111 y1[1] (numeric) 1.776441947069311 absolute error 2.220446049250313e-16 relative error 1.2499401136713185e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8900000000000007 y2[1] (analytic) 1.7770717475268243 y2[1] (numeric) 1.7770717475268232 absolute error 1.1102230246251565e-15 relative error 6.247485652564504e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7770717475268243 y1[1] (numeric) 1.777071747526824 absolute error 2.220446049250313e-16 relative error 1.2494971305129008e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8910000000000007 y2[1] (analytic) 1.7777007709126547 y2[1] (numeric) 1.7777007709126535 absolute error 1.1102230246251565e-15 relative error 6.24527503610846e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7777007709126547 y1[1] (numeric) 1.7777007709126544 absolute error 2.220446049250313e-16 relative error 1.249055007221692e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8920000000000007 y2[1] (analytic) 1.778329016597779 y2[1] (numeric) 1.7783290165977776 absolute error 1.3322676295501878e-15 relative error 7.491682456483918e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.778329016597779 y1[1] (numeric) 1.7783290165977788 absolute error 2.220446049250313e-16 relative error 1.2486137427473197e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8930000000000007 y2[1] (analytic) 1.7789564839539513 y2[1] (numeric) 1.77895648395395 absolute error 1.3322676295501878e-15 relative error 7.489040016251875e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7789564839539513 y1[1] (numeric) 1.7789564839539511 absolute error 2.220446049250313e-16 relative error 1.2481733360419792e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8940000000000007 y2[1] (analytic) 1.7795831723537048 y2[1] (numeric) 1.7795831723537034 absolute error 1.3322676295501878e-15 relative error 7.48640271636256e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7795831723537048 y1[1] (numeric) 1.7795831723537046 absolute error 2.220446049250313e-16 relative error 1.2477337860604268e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8950000000000007 y2[1] (analytic) 1.7802090811703506 y2[1] (numeric) 1.7802090811703495 absolute error 1.1102230246251565e-15 relative error 6.236475458799874e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7802090811703506 y1[1] (numeric) 1.7802090811703506 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8960000000000007 y2[1] (analytic) 1.7808342097779808 y2[1] (numeric) 1.7808342097779795 absolute error 1.3322676295501878e-15 relative error 7.481143512602915e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7808342097779808 y1[1] (numeric) 1.7808342097779806 absolute error 2.220446049250313e-16 relative error 1.2468572521004857e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8970000000000007 y2[1] (analytic) 1.7814585575514659 y2[1] (numeric) 1.7814585575514645 absolute error 1.3322676295501878e-15 relative error 7.478521596266204e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7814585575514659 y1[1] (numeric) 1.7814585575514656 absolute error 2.220446049250313e-16 relative error 1.2464202660443675e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8980000000000007 y2[1] (analytic) 1.7820821238664586 y2[1] (numeric) 1.7820821238664573 absolute error 1.3322676295501878e-15 relative error 7.475904795339399e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7820821238664586 y1[1] (numeric) 1.7820821238664584 absolute error 2.220446049250313e-16 relative error 1.2459841325565664e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.8990000000000007 y2[1] (analytic) 1.7827049080993926 y2[1] (numeric) 1.7827049080993913 absolute error 1.3322676295501878e-15 relative error 7.473293103627383e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7827049080993926 y1[1] (numeric) 1.7827049080993924 absolute error 2.220446049250313e-16 relative error 1.2455488506045639e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9000000000000007 y2[1] (analytic) 1.7833269096274837 y2[1] (numeric) 1.7833269096274824 absolute error 1.3322676295501878e-15 relative error 7.470686514950212e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7833269096274837 y1[1] (numeric) 1.7833269096274835 absolute error 2.220446049250313e-16 relative error 1.2451144191583686e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9010000000000007 y2[1] (analytic) 1.7839481278287308 y2[1] (numeric) 1.7839481278287292 absolute error 1.5543122344752192e-15 relative error 8.712765860333591e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7839481278287308 y1[1] (numeric) 1.7839481278287304 absolute error 4.440892098500626e-16 relative error 2.4893616743810262e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9020000000000007 y2[1] (analytic) 1.784568562081915 y2[1] (numeric) 1.7845685620819136 absolute error 1.3322676295501878e-15 relative error 7.465488622056284e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.784568562081915 y1[1] (numeric) 1.7845685620819147 absolute error 2.220446049250313e-16 relative error 1.2442481036760473e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9030000000000007 y2[1] (analytic) 1.7851882117666027 y2[1] (numeric) 1.7851882117666011 absolute error 1.5543122344752192e-15 relative error 8.706713523147729e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7851882117666027 y1[1] (numeric) 1.7851882117666023 absolute error 4.440892098500626e-16 relative error 2.4876324351850653e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9040000000000007 y2[1] (analytic) 1.785807076263144 y2[1] (numeric) 1.7858070762631424 absolute error 1.5543122344752192e-15 relative error 8.703696245440269e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.785807076263144 y1[1] (numeric) 1.7858070762631435 absolute error 4.440892098500626e-16 relative error 2.486770355840077e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9050000000000007 y2[1] (analytic) 1.7864251549526744 y2[1] (numeric) 1.7864251549526728 absolute error 1.5543122344752192e-15 relative error 8.700684885487944e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7864251549526744 y1[1] (numeric) 1.786425154952674 absolute error 4.440892098500626e-16 relative error 2.4859099672822696e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9060000000000007 y2[1] (analytic) 1.7870424472171156 y2[1] (numeric) 1.787042447217114 absolute error 1.5543122344752192e-15 relative error 8.697679436186213e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7870424472171156 y1[1] (numeric) 1.7870424472171151 absolute error 4.440892098500626e-16 relative error 2.485051267481775e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9070000000000007 y2[1] (analytic) 1.787658952439175 y2[1] (numeric) 1.7876589524391735 absolute error 1.5543122344752192e-15 relative error 8.694679890447977e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.787658952439175 y1[1] (numeric) 1.7876589524391746 absolute error 4.440892098500626e-16 relative error 2.4841942544137076e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9080000000000007 y2[1] (analytic) 1.7882746700023477 y2[1] (numeric) 1.7882746700023462 absolute error 1.5543122344752192e-15 relative error 8.691686241203531e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7882746700023477 y1[1] (numeric) 1.7882746700023473 absolute error 4.440892098500626e-16 relative error 2.483338926058152e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9090000000000007 y2[1] (analytic) 1.7888895992909162 y2[1] (numeric) 1.7888895992909146 absolute error 1.5543122344752192e-15 relative error 8.688698481400533e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7888895992909162 y1[1] (numeric) 1.7888895992909157 absolute error 4.440892098500626e-16 relative error 2.4824852804001524e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9100000000000007 y2[1] (analytic) 1.789503739689951 y2[1] (numeric) 1.7895037396899494 absolute error 1.5543122344752192e-15 relative error 8.685716604003963e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.789503739689951 y1[1] (numeric) 1.7895037396899505 absolute error 4.440892098500626e-16 relative error 2.4816333154297037e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9110000000000007 y2[1] (analytic) 1.7901170905853117 y2[1] (numeric) 1.7901170905853103 absolute error 1.3322676295501878e-15 relative error 7.442349087425217e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7901170905853117 y1[1] (numeric) 1.7901170905853114 absolute error 2.220446049250313e-16 relative error 1.2403915145708694e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9120000000000007 y2[1] (analytic) 1.790729651363648 y2[1] (numeric) 1.7907296513636466 absolute error 1.3322676295501878e-15 relative error 7.43980325860836e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.790729651363648 y1[1] (numeric) 1.7907296513636477 absolute error 2.220446049250313e-16 relative error 1.2399672097680598e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9130000000000007 y2[1] (analytic) 1.7913414214123986 y2[1] (numeric) 1.7913414214123973 absolute error 1.3322676295501878e-15 relative error 7.437262453852878e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7913414214123986 y1[1] (numeric) 1.7913414214123984 absolute error 2.220446049250313e-16 relative error 1.239543742308813e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9140000000000007 y2[1] (analytic) 1.791952400119794 y2[1] (numeric) 1.7919524001197924 absolute error 1.5543122344752192e-15 relative error 8.673847778385808e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.791952400119794 y1[1] (numeric) 1.7919524001197935 absolute error 4.440892098500626e-16 relative error 2.4782422223959453e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9150000000000007 y2[1] (analytic) 1.792562586874855 y2[1] (numeric) 1.7925625868748536 absolute error 1.3322676295501878e-15 relative error 7.432195892656986e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.792562586874855 y1[1] (numeric) 1.7925625868748547 absolute error 2.220446049250313e-16 relative error 1.238699315442831e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9160000000000007 y2[1] (analytic) 1.7931719810673954 y2[1] (numeric) 1.7931719810673938 absolute error 1.5543122344752192e-15 relative error 8.667948478371865e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7931719810673954 y1[1] (numeric) 1.793171981067395 absolute error 4.440892098500626e-16 relative error 2.476556708106247e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9170000000000007 y2[1] (analytic) 1.7937805820880204 y2[1] (numeric) 1.793780582088019 absolute error 1.3322676295501878e-15 relative error 7.427149356246146e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7937805820880204 y1[1] (numeric) 1.7937805820880202 absolute error 2.220446049250313e-16 relative error 1.2378582260410244e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9180000000000007 y2[1] (analytic) 1.7943883893281298 y2[1] (numeric) 1.7943883893281285 absolute error 1.3322676295501878e-15 relative error 7.42463358252684e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7943883893281298 y1[1] (numeric) 1.7943883893281296 absolute error 2.220446049250313e-16 relative error 1.2374389304211399e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9190000000000007 y2[1] (analytic) 1.7949954021799162 y2[1] (numeric) 1.7949954021799148 absolute error 1.3322676295501878e-15 relative error 7.42212279726303e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7949954021799162 y1[1] (numeric) 1.794995402179916 absolute error 2.220446049250313e-16 relative error 1.2370204662105051e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9200000000000007 y2[1] (analytic) 1.7956016200363665 y2[1] (numeric) 1.7956016200363651 absolute error 1.3322676295501878e-15 relative error 7.419616994571464e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7956016200363665 y1[1] (numeric) 1.7956016200363663 absolute error 2.220446049250313e-16 relative error 1.2366028324285775e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9210000000000007 y2[1] (analytic) 1.796207042291263 y2[1] (numeric) 1.7962070422912617 absolute error 1.3322676295501878e-15 relative error 7.417116168583392e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.796207042291263 y1[1] (numeric) 1.7962070422912628 absolute error 2.220446049250313e-16 relative error 1.2361860280972318e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9220000000000007 y2[1] (analytic) 1.7968116683391837 y2[1] (numeric) 1.7968116683391824 absolute error 1.3322676295501878e-15 relative error 7.414620313444536e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7968116683391837 y1[1] (numeric) 1.7968116683391835 absolute error 2.220446049250313e-16 relative error 1.235770052240756e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9230000000000007 y2[1] (analytic) 1.7974154975755023 y2[1] (numeric) 1.797415497575501 absolute error 1.3322676295501878e-15 relative error 7.41212942331507e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7974154975755023 y1[1] (numeric) 1.7974154975755021 absolute error 2.220446049250313e-16 relative error 1.2353549038858451e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9240000000000007 y2[1] (analytic) 1.79801852939639 y2[1] (numeric) 1.7980185293963886 absolute error 1.3322676295501878e-15 relative error 7.409643492369577e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.79801852939639 y1[1] (numeric) 1.7980185293963897 absolute error 2.220446049250313e-16 relative error 1.2349405820615962e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9250000000000007 y2[1] (analytic) 1.7986207631988145 y2[1] (numeric) 1.7986207631988134 absolute error 1.1102230246251565e-15 relative error 6.172635428997523e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7986207631988145 y1[1] (numeric) 1.7986207631988145 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9260000000000007 y2[1] (analytic) 1.7992221983805425 y2[1] (numeric) 1.7992221983805414 absolute error 1.1102230246251565e-15 relative error 6.170572070667283e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.7992221983805425 y1[1] (numeric) 1.7992221983805425 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9270000000000007 y2[1] (analytic) 1.799822834340139 y2[1] (numeric) 1.7998228343401377 absolute error 1.3322676295501878e-15 relative error 7.402215396598361e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.799822834340139 y1[1] (numeric) 1.7998228343401388 absolute error 2.220446049250313e-16 relative error 1.2337025660997269e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9280000000000007 y2[1] (analytic) 1.8004226704769675 y2[1] (numeric) 1.8004226704769661 absolute error 1.3322676295501878e-15 relative error 7.399749244421833e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8004226704769675 y1[1] (numeric) 1.8004226704769672 absolute error 2.220446049250313e-16 relative error 1.2332915407369722e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9290000000000007 y2[1] (analytic) 1.8010217061911922 y2[1] (numeric) 1.8010217061911908 absolute error 1.3322676295501878e-15 relative error 7.397288022517357e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8010217061911922 y1[1] (numeric) 1.801021706191192 absolute error 2.220446049250313e-16 relative error 1.232881337086226e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9300000000000007 y2[1] (analytic) 1.8016199408837776 y2[1] (numeric) 1.801619940883776 absolute error 1.5543122344752192e-15 relative error 8.62730367933626e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8016199408837776 y1[1] (numeric) 1.8016199408837772 absolute error 4.440892098500626e-16 relative error 2.464943908381789e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9310000000000007 y2[1] (analytic) 1.8022173739564888 y2[1] (numeric) 1.8022173739564873 absolute error 1.5543122344752192e-15 relative error 8.624443737677257e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8022173739564888 y1[1] (numeric) 1.8022173739564884 absolute error 4.440892098500626e-16 relative error 2.464126782193502e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9320000000000007 y2[1] (analytic) 1.802814004811893 y2[1] (numeric) 1.8028140048118915 absolute error 1.5543122344752192e-15 relative error 8.62158952796352e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.802814004811893 y1[1] (numeric) 1.8028140048118926 absolute error 4.440892098500626e-16 relative error 2.4633112937038628e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9330000000000007 y2[1] (analytic) 1.8034098328533592 y2[1] (numeric) 1.8034098328533577 absolute error 1.5543122344752192e-15 relative error 8.618741043548503e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8034098328533592 y1[1] (numeric) 1.8034098328533588 absolute error 4.440892098500626e-16 relative error 2.462497441013858e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9340000000000007 y2[1] (analytic) 1.8040048574850596 y2[1] (numeric) 1.804004857485058 absolute error 1.5543122344752192e-15 relative error 8.615898277802124e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8040048574850596 y1[1] (numeric) 1.8040048574850591 absolute error 4.440892098500626e-16 relative error 2.4616852222291785e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9350000000000007 y2[1] (analytic) 1.8045990781119694 y2[1] (numeric) 1.8045990781119678 absolute error 1.5543122344752192e-15 relative error 8.61306122411074e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8045990781119694 y1[1] (numeric) 1.804599078111969 absolute error 4.440892098500626e-16 relative error 2.4608746354602112e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9360000000000007 y2[1] (analytic) 1.8051924941398683 y2[1] (numeric) 1.8051924941398667 absolute error 1.5543122344752192e-15 relative error 8.610229875877101e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8051924941398683 y1[1] (numeric) 1.8051924941398678 absolute error 4.440892098500626e-16 relative error 2.4600656788220286e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9370000000000007 y2[1] (analytic) 1.8057851049753402 y2[1] (numeric) 1.8057851049753384 absolute error 1.7763568394002505e-15 relative error 9.837033401737514e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8057851049753402 y1[1] (numeric) 1.8057851049753395 absolute error 6.661338147750939e-16 relative error 3.6888875256515676e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9380000000000007 y2[1] (analytic) 1.806376910025774 y2[1] (numeric) 1.8063769100257723 absolute error 1.7763568394002505e-15 relative error 9.833810593686701e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.806376910025774 y1[1] (numeric) 1.8063769100257734 absolute error 6.661338147750939e-16 relative error 3.6876789726325125e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9390000000000007 y2[1] (analytic) 1.806967908699365 y2[1] (numeric) 1.8069679086993633 absolute error 1.7763568394002505e-15 relative error 9.830594283651954e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.806967908699365 y1[1] (numeric) 1.8069679086993644 absolute error 6.661338147750939e-16 relative error 3.686472856369483e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9400000000000007 y2[1] (analytic) 1.8075581004051147 y2[1] (numeric) 1.8075581004051129 absolute error 1.7763568394002505e-15 relative error 9.827384464168143e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8075581004051147 y1[1] (numeric) 1.807558100405114 absolute error 6.661338147750939e-16 relative error 3.685269174063054e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9410000000000007 y2[1] (analytic) 1.8081474845528311 y2[1] (numeric) 1.8081474845528294 absolute error 1.7763568394002505e-15 relative error 9.824181127788685e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8081474845528311 y1[1] (numeric) 1.8081474845528305 absolute error 6.661338147750939e-16 relative error 3.6840679229207564e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9420000000000007 y2[1] (analytic) 1.8087360605531306 y2[1] (numeric) 1.8087360605531286 absolute error 1.9984014443252818e-15 relative error 1.104860730047119e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8087360605531306 y1[1] (numeric) 1.8087360605531297 absolute error 8.881784197001252e-16 relative error 4.9104921335427504e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9430000000000007 y2[1] (analytic) 1.8093238278174368 y2[1] (numeric) 1.8093238278174348 absolute error 1.9984014443252818e-15 relative error 1.104501810898012e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8093238278174368 y1[1] (numeric) 1.809323827817436 absolute error 8.881784197001252e-16 relative error 4.908896937324497e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9440000000000007 y2[1] (analytic) 1.8099107857579826 y2[1] (numeric) 1.8099107857579806 absolute error 1.9984014443252818e-15 relative error 1.1041436185973997e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8099107857579826 y1[1] (numeric) 1.8099107857579817 absolute error 8.881784197001252e-16 relative error 4.9073049715439986e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9450000000000007 y2[1] (analytic) 1.81049693378781 y2[1] (numeric) 1.810496933787808 absolute error 1.9984014443252818e-15 relative error 1.1037861523158448e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.81049693378781 y1[1] (numeric) 1.8104969337878092 absolute error 8.881784197001252e-16 relative error 4.905716232514866e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9460000000000007 y2[1] (analytic) 1.8110822713207715 y2[1] (numeric) 1.8110822713207693 absolute error 2.220446049250313e-15 relative error 1.2260326791399732e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8110822713207715 y1[1] (numeric) 1.8110822713207704 absolute error 1.1102230246251565e-15 relative error 6.130163395699866e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9470000000000007 y2[1] (analytic) 1.811666797771529 y2[1] (numeric) 1.8116667977715268 absolute error 2.220446049250313e-15 relative error 1.2256371050027576e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.811666797771529 y1[1] (numeric) 1.811666797771528 absolute error 1.1102230246251565e-15 relative error 6.128185525013788e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9480000000000007 y2[1] (analytic) 1.8122505125555564 y2[1] (numeric) 1.8122505125555544 absolute error 1.9984014443252818e-15 relative error 1.1027181013221089e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8122505125555564 y1[1] (numeric) 1.8122505125555555 absolute error 8.881784197001252e-16 relative error 4.900969339209373e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9490000000000007 y2[1] (analytic) 1.812833415089139 y2[1] (numeric) 1.812833415089137 absolute error 1.9984014443252818e-15 relative error 1.1023635308636554e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.812833415089139 y1[1] (numeric) 1.812833415089138 absolute error 8.881784197001252e-16 relative error 4.899393470505135e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9500000000000007 y2[1] (analytic) 1.8134155047893743 y2[1] (numeric) 1.813415504789372 absolute error 2.220446049250313e-15 relative error 1.2244552025644088e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8134155047893743 y1[1] (numeric) 1.8134155047893732 absolute error 1.1102230246251565e-15 relative error 6.122276012822044e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9510000000000007 y2[1] (analytic) 1.8139967810741724 y2[1] (numeric) 1.8139967810741702 absolute error 2.220446049250313e-15 relative error 1.22406283870882e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8139967810741724 y1[1] (numeric) 1.8139967810741715 absolute error 8.881784197001252e-16 relative error 4.896251354835279e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9520000000000007 y2[1] (analytic) 1.8145772433622573 y2[1] (numeric) 1.8145772433622551 absolute error 2.220446049250313e-15 relative error 1.223671275153884e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8145772433622573 y1[1] (numeric) 1.8145772433622565 absolute error 8.881784197001252e-16 relative error 4.8946851006155357e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9530000000000007 y2[1] (analytic) 1.8151568910731668 y2[1] (numeric) 1.8151568910731646 absolute error 2.220446049250313e-15 relative error 1.2232805109962308e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8151568910731668 y1[1] (numeric) 1.815156891073166 absolute error 8.881784197001252e-16 relative error 4.8931220439849234e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9540000000000007 y2[1] (analytic) 1.8157357236272533 y2[1] (numeric) 1.8157357236272509 absolute error 2.4424906541753444e-15 relative error 1.3451795998682217e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8157357236272533 y1[1] (numeric) 1.8157357236272522 absolute error 1.1102230246251565e-15 relative error 6.114452726673734e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9550000000000007 y2[1] (analytic) 1.816313740445684 y2[1] (numeric) 1.8163137404456815 absolute error 2.4424906541753444e-15 relative error 1.3447515149976294e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.816313740445684 y1[1] (numeric) 1.8163137404456828 absolute error 1.1102230246251565e-15 relative error 6.11250688635286e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9560000000000007 y2[1] (analytic) 1.8168909409504421 y2[1] (numeric) 1.8168909409504397 absolute error 2.4424906541753444e-15 relative error 1.3443243064978033e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8168909409504421 y1[1] (numeric) 1.816890940950441 absolute error 1.1102230246251565e-15 relative error 6.110565029535469e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9570000000000007 y2[1] (analytic) 1.8174673245643276 y2[1] (numeric) 1.8174673245643251 absolute error 2.4424906541753444e-15 relative error 1.3438979733849375e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8174673245643276 y1[1] (numeric) 1.8174673245643265 absolute error 1.1102230246251565e-15 relative error 6.108627151749716e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9580000000000007 y2[1] (analytic) 1.8180428907109565 y2[1] (numeric) 1.818042890710954 absolute error 2.4424906541753444e-15 relative error 1.3434725146776894e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8180428907109565 y1[1] (numeric) 1.8180428907109554 absolute error 1.1102230246251565e-15 relative error 6.106693248534952e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9590000000000007 y2[1] (analytic) 1.818617638814763 y2[1] (numeric) 1.8186176388147604 absolute error 2.6645352591003757e-15 relative error 1.4651431957060075e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.818617638814763 y1[1] (numeric) 1.8186176388147617 absolute error 1.3322676295501878e-15 relative error 7.325715978530037e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9600000000000007 y2[1] (analytic) 1.8191915683009987 y2[1] (numeric) 1.8191915683009963 absolute error 2.4424906541753444e-15 relative error 1.3426242165669582e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8191915683009987 y1[1] (numeric) 1.8191915683009976 absolute error 1.1102230246251565e-15 relative error 6.102837348031628e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9610000000000007 y2[1] (analytic) 1.8197646785957344 y2[1] (numeric) 1.819764678595732 absolute error 2.4424906541753444e-15 relative error 1.3422013752130587e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8197646785957344 y1[1] (numeric) 1.8197646785957333 absolute error 1.1102230246251565e-15 relative error 6.100915341877539e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9620000000000007 y2[1] (analytic) 1.82033696912586 y2[1] (numeric) 1.8203369691258575 absolute error 2.4424906541753444e-15 relative error 1.3417794043639334e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.82033696912586 y1[1] (numeric) 1.8203369691258589 absolute error 1.1102230246251565e-15 relative error 6.098997292563334e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9630000000000007 y2[1] (analytic) 1.8209084393190849 y2[1] (numeric) 1.8209084393190822 absolute error 2.6645352591003757e-15 relative error 1.4632999669641592e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8209084393190849 y1[1] (numeric) 1.8209084393190835 absolute error 1.3322676295501878e-15 relative error 7.316499834820796e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9640000000000007 y2[1] (analytic) 1.8214790886039385 y2[1] (numeric) 1.821479088603936 absolute error 2.4424906541753444e-15 relative error 1.3409380703060262e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8214790886039385 y1[1] (numeric) 1.8214790886039374 absolute error 1.1102230246251565e-15 relative error 6.095173046845573e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9650000000000007 y2[1] (analytic) 1.8220489164097722 y2[1] (numeric) 1.8220489164097697 absolute error 2.4424906541753444e-15 relative error 1.340518705166331e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8220489164097722 y1[1] (numeric) 1.822048916409771 absolute error 1.1102230246251565e-15 relative error 6.093266841665141e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9660000000000007 y2[1] (analytic) 1.822617922166758 y2[1] (numeric) 1.8226179221667556 absolute error 2.4424906541753444e-15 relative error 1.3401002066695753e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.822617922166758 y1[1] (numeric) 1.8226179221667569 absolute error 1.1102230246251565e-15 relative error 6.091364575770798e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9670000000000007 y2[1] (analytic) 1.82318610530589 y2[1] (numeric) 1.8231861053058878 absolute error 2.220446049250313e-15 relative error 1.217893248960326e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.82318610530589 y1[1] (numeric) 1.823186105305889 absolute error 8.881784197001252e-16 relative error 4.871572995841303e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9680000000000007 y2[1] (analytic) 1.8237534652589855 y2[1] (numeric) 1.8237534652589833 absolute error 2.220446049250313e-15 relative error 1.2175143688815389e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8237534652589855 y1[1] (numeric) 1.8237534652589846 absolute error 8.881784197001252e-16 relative error 4.870057475526155e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9690000000000007 y2[1] (analytic) 1.8243200014586844 y2[1] (numeric) 1.8243200014586822 absolute error 2.220446049250313e-15 relative error 1.2171362740499995e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8243200014586844 y1[1] (numeric) 1.8243200014586836 absolute error 8.881784197001252e-16 relative error 4.868545096199999e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9700000000000008 y2[1] (analytic) 1.8248857133384506 y2[1] (numeric) 1.8248857133384484 absolute error 2.220446049250313e-15 relative error 1.2167589636000948e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8248857133384506 y1[1] (numeric) 1.8248857133384497 absolute error 8.881784197001252e-16 relative error 4.8670358544003795e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9710000000000008 y2[1] (analytic) 1.8254506003325721 y2[1] (numeric) 1.82545060033257 absolute error 2.220446049250313e-15 relative error 1.2163824366683921e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8254506003325721 y1[1] (numeric) 1.8254506003325712 absolute error 8.881784197001252e-16 relative error 4.865529746673568e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9720000000000008 y2[1] (analytic) 1.826014661876162 y2[1] (numeric) 1.82601466187616 absolute error 1.9984014443252818e-15 relative error 1.0944060231542713e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.826014661876162 y1[1] (numeric) 1.8260146618761612 absolute error 6.661338147750939e-16 relative error 3.648020077180905e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9730000000000008 y2[1] (analytic) 1.8265778974051587 y2[1] (numeric) 1.8265778974051567 absolute error 1.9984014443252818e-15 relative error 1.0940685569250652e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8265778974051587 y1[1] (numeric) 1.826577897405158 absolute error 6.661338147750939e-16 relative error 3.6468951897502174e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9740000000000008 y2[1] (analytic) 1.827140306356327 y2[1] (numeric) 1.8271403063563252 absolute error 1.7763568394002505e-15 relative error 9.72206038704631e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.827140306356327 y1[1] (numeric) 1.8271403063563265 absolute error 4.440892098500626e-16 relative error 2.4305150967615775e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9750000000000008 y2[1] (analytic) 1.8277018881672582 y2[1] (numeric) 1.8277018881672562 absolute error 1.9984014443252818e-15 relative error 1.0933957322379274e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8277018881672582 y1[1] (numeric) 1.8277018881672575 absolute error 6.661338147750939e-16 relative error 3.644652440793091e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9760000000000008 y2[1] (analytic) 1.82826264227637 y2[1] (numeric) 1.828262642276368 absolute error 1.9984014443252818e-15 relative error 1.093060372243384e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.82826264227637 y1[1] (numeric) 1.8282626422763693 absolute error 6.661338147750939e-16 relative error 3.6435345741446136e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9770000000000008 y2[1] (analytic) 1.8288225681229084 y2[1] (numeric) 1.8288225681229064 absolute error 1.9984014443252818e-15 relative error 1.0927257127936845e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8288225681229084 y1[1] (numeric) 1.8288225681229078 absolute error 6.661338147750939e-16 relative error 3.642419042645615e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9780000000000008 y2[1] (analytic) 1.8293816651469477 y2[1] (numeric) 1.829381665146946 absolute error 1.7763568394002505e-15 relative error 9.710148916669951e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8293816651469477 y1[1] (numeric) 1.8293816651469472 absolute error 4.440892098500626e-16 relative error 2.4275372291674878e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9790000000000008 y2[1] (analytic) 1.829939932789391 y2[1] (numeric) 1.8299399327893893 absolute error 1.7763568394002505e-15 relative error 9.707186599794763e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.829939932789391 y1[1] (numeric) 1.8299399327893906 absolute error 4.440892098500626e-16 relative error 2.4267966499486906e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9800000000000008 y2[1] (analytic) 1.830497370491971 y2[1] (numeric) 1.8304973704919691 absolute error 1.7763568394002505e-15 relative error 9.704230489677407e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.830497370491971 y1[1] (numeric) 1.8304973704919705 absolute error 4.440892098500626e-16 relative error 2.4260576224193518e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9810000000000008 y2[1] (analytic) 1.8310539776972494 y2[1] (numeric) 1.8310539776972476 absolute error 1.7763568394002505e-15 relative error 9.701280579582987e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8310539776972494 y1[1] (numeric) 1.831053977697249 absolute error 4.440892098500626e-16 relative error 2.4253201448957467e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9820000000000008 y2[1] (analytic) 1.8316097538486193 y2[1] (numeric) 1.8316097538486178 absolute error 1.5543122344752192e-15 relative error 8.48604475494446e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8316097538486193 y1[1] (numeric) 1.8316097538486191 absolute error 2.220446049250313e-16 relative error 1.2122921078492087e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9830000000000008 y2[1] (analytic) 1.8321646983903048 y2[1] (numeric) 1.8321646983903033 absolute error 1.5543122344752192e-15 relative error 8.483474416032576e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8321646983903048 y1[1] (numeric) 1.8321646983903046 absolute error 2.220446049250313e-16 relative error 1.2119249165760823e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9840000000000008 y2[1] (analytic) 1.8327188107673615 y2[1] (numeric) 1.8327188107673598 absolute error 1.7763568394002505e-15 relative error 9.692467982344153e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8327188107673615 y1[1] (numeric) 1.832718810767361 absolute error 4.440892098500626e-16 relative error 2.4231169955860382e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9850000000000008 y2[1] (analytic) 1.8332720904256765 y2[1] (numeric) 1.8332720904256747 absolute error 1.7763568394002505e-15 relative error 9.689542805333328e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8332720904256765 y1[1] (numeric) 1.833272090425676 absolute error 4.440892098500626e-16 relative error 2.422385701333332e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9860000000000008 y2[1] (analytic) 1.8338245368119706 y2[1] (numeric) 1.8338245368119688 absolute error 1.7763568394002505e-15 relative error 9.686623794926284e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8338245368119706 y1[1] (numeric) 1.83382453681197 absolute error 4.440892098500626e-16 relative error 2.421655948731571e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9870000000000008 y2[1] (analytic) 1.8343761493737973 y2[1] (numeric) 1.8343761493737956 absolute error 1.7763568394002505e-15 relative error 9.683710944490022e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8343761493737973 y1[1] (numeric) 1.834376149373797 absolute error 4.440892098500626e-16 relative error 2.4209277361225056e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9880000000000008 y2[1] (analytic) 1.8349269275595441 y2[1] (numeric) 1.8349269275595426 absolute error 1.5543122344752192e-15 relative error 8.470703716482362e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8349269275595441 y1[1] (numeric) 1.834926927559544 absolute error 2.220446049250313e-16 relative error 1.2101005309260516e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9890000000000008 y2[1] (analytic) 1.8354768708184332 y2[1] (numeric) 1.8354768708184315 absolute error 1.7763568394002505e-15 relative error 9.677903697082157e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8354768708184332 y1[1] (numeric) 1.8354768708184328 absolute error 4.440892098500626e-16 relative error 2.4194759242705393e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9900000000000008 y2[1] (analytic) 1.8360259786005209 y2[1] (numeric) 1.8360259786005193 absolute error 1.5543122344752192e-15 relative error 8.465633126062666e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8360259786005209 y1[1] (numeric) 1.8360259786005206 absolute error 2.220446049250313e-16 relative error 1.209376160866095e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9910000000000008 y2[1] (analytic) 1.8365742503566997 y2[1] (numeric) 1.8365742503566982 absolute error 1.5543122344752192e-15 relative error 8.463105884084678e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8365742503566997 y1[1] (numeric) 1.8365742503566995 absolute error 2.220446049250313e-16 relative error 1.2090151262978111e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9920000000000008 y2[1] (analytic) 1.837121685538698 y2[1] (numeric) 1.8371216855386963 absolute error 1.7763568394002505e-15 relative error 9.669238860894348e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.837121685538698 y1[1] (numeric) 1.8371216855386976 absolute error 4.440892098500626e-16 relative error 2.417309715223587e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9930000000000008 y2[1] (analytic) 1.8376682835990803 y2[1] (numeric) 1.8376682835990787 absolute error 1.5543122344752192e-15 relative error 8.458067477940539e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8376682835990803 y1[1] (numeric) 1.83766828359908 absolute error 2.220446049250313e-16 relative error 1.2082953539915054e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9940000000000008 y2[1] (analytic) 1.8382140439912489 y2[1] (numeric) 1.8382140439912473 absolute error 1.5543122344752192e-15 relative error 8.455556302357456e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8382140439912489 y1[1] (numeric) 1.8382140439912487 absolute error 2.220446049250313e-16 relative error 1.2079366146224939e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9950000000000008 y2[1] (analytic) 1.8387589661694435 y2[1] (numeric) 1.8387589661694417 absolute error 1.7763568394002505e-15 relative error 9.660629109539077e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8387589661694435 y1[1] (numeric) 1.8387589661694432 absolute error 2.220446049250313e-16 relative error 1.2075786386923847e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9960000000000008 y2[1] (analytic) 1.8393030495887417 y2[1] (numeric) 1.83930304958874 absolute error 1.7763568394002505e-15 relative error 9.65777140312704e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8393030495887417 y1[1] (numeric) 1.8393030495887415 absolute error 2.220446049250313e-16 relative error 1.20722142539088e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9970000000000008 y2[1] (analytic) 1.8398462937050601 y2[1] (numeric) 1.8398462937050584 absolute error 1.7763568394002505e-15 relative error 9.654919791278024e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8398462937050601 y1[1] (numeric) 1.83984629370506 absolute error 2.220446049250313e-16 relative error 1.206864973909753e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9980000000000008 y2[1] (analytic) 1.840388697975155 y2[1] (numeric) 1.8403886979751531 absolute error 1.7763568394002505e-15 relative error 9.652074267542754e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.840388697975155 y1[1] (numeric) 1.8403886979751547 absolute error 2.220446049250313e-16 relative error 1.2065092834428442e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 0.9990000000000008 y2[1] (analytic) 1.840930261856622 y2[1] (numeric) 1.8409302618566201 absolute error 1.7763568394002505e-15 relative error 9.649234825488459e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.840930261856622 y1[1] (numeric) 1.8409302618566217 absolute error 2.220446049250313e-16 relative error 1.2061543531860574e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0000000000000007 y2[1] (analytic) 1.8414709848078967 y2[1] (numeric) 1.8414709848078952 absolute error 1.5543122344752192e-15 relative error 8.440601276361495e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8414709848078967 y1[1] (numeric) 1.8414709848078967 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0010000000000006 y2[1] (analytic) 1.8420108662882573 y2[1] (numeric) 1.8420108662882555 absolute error 1.7763568394002505e-15 relative error 9.643574160774073e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8420108662882573 y1[1] (numeric) 1.842010866288257 absolute error 2.220446049250313e-16 relative error 1.2054467700967592e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0020000000000004 y2[1] (analytic) 1.8425499057578216 y2[1] (numeric) 1.8425499057578199 absolute error 1.7763568394002505e-15 relative error 9.64075292533069e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8425499057578216 y1[1] (numeric) 1.8425499057578214 absolute error 2.220446049250313e-16 relative error 1.2050941156663362e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0030000000000003 y2[1] (analytic) 1.8430881026775503 y2[1] (numeric) 1.8430881026775485 absolute error 1.7763568394002505e-15 relative error 9.637937746001638e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8430881026775503 y1[1] (numeric) 1.84308810267755 absolute error 2.220446049250313e-16 relative error 1.2047422182502048e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0040000000000002 y2[1] (analytic) 1.8436254565092465 y2[1] (numeric) 1.843625456509245 absolute error 1.5543122344752192e-15 relative error 8.43073753938168e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8436254565092465 y1[1] (numeric) 1.8436254565092465 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0050000000000001 y2[1] (analytic) 1.8441619667155564 y2[1] (numeric) 1.844161966715555 absolute error 1.3322676295501878e-15 relative error 7.224244147724997e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8441619667155564 y1[1] (numeric) 1.8441619667155567 absolute error 2.220446049250313e-16 relative error 1.2040406912874995e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.006 y2[1] (analytic) 1.8446976327599702 y2[1] (numeric) 1.844697632759969 absolute error 1.3322676295501878e-15 relative error 7.222146360956168e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8446976327599702 y1[1] (numeric) 1.8446976327599705 absolute error 2.220446049250313e-16 relative error 1.2036910601593615e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.007 y2[1] (analytic) 1.8452324541068215 y2[1] (numeric) 1.8452324541068204 absolute error 1.1102230246251565e-15 relative error 6.016710914411899e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8452324541068215 y1[1] (numeric) 1.845232454106822 absolute error 4.440892098500626e-16 relative error 2.4066843657647594e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0079999999999998 y2[1] (analytic) 1.845766430221289 y2[1] (numeric) 1.8457664302212882 absolute error 8.881784197001252e-16 relative error 4.811976234683396e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.845766430221289 y1[1] (numeric) 1.8457664302212897 absolute error 6.661338147750939e-16 relative error 3.6089821760125474e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0089999999999997 y2[1] (analytic) 1.846299560569397 y2[1] (numeric) 1.8462995605693961 absolute error 8.881784197001252e-16 relative error 4.810586746964354e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.846299560569397 y1[1] (numeric) 1.8462995605693977 absolute error 6.661338147750939e-16 relative error 3.6079400602232656e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0099999999999996 y2[1] (analytic) 1.846831844618015 y2[1] (numeric) 1.846831844618014 absolute error 8.881784197001252e-16 relative error 4.809200265245748e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.846831844618015 y1[1] (numeric) 1.8468318446180156 absolute error 6.661338147750939e-16 relative error 3.6069001989343115e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0109999999999995 y2[1] (analytic) 1.8473632818348587 y2[1] (numeric) 1.847363281834858 absolute error 6.661338147750939e-16 relative error 3.605862589806749e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8473632818348587 y1[1] (numeric) 1.8473632818348595 absolute error 8.881784197001252e-16 relative error 4.807816786408999e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0119999999999993 y2[1] (analytic) 1.8478938716884914 y2[1] (numeric) 1.8478938716884907 absolute error 6.661338147750939e-16 relative error 3.6048272305076806e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8478938716884914 y1[1] (numeric) 1.8478938716884923 absolute error 8.881784197001252e-16 relative error 4.806436307343574e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0129999999999992 y2[1] (analytic) 1.848423613648323 y2[1] (numeric) 1.8484236136483223 absolute error 6.661338147750939e-16 relative error 3.6037941187102315e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.848423613648323 y1[1] (numeric) 1.8484236136483239 absolute error 8.881784197001252e-16 relative error 4.8050588249469754e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0139999999999991 y2[1] (analytic) 1.8489525071846116 y2[1] (numeric) 1.848952507184611 absolute error 6.661338147750939e-16 relative error 3.602763252093542e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8489525071846116 y1[1] (numeric) 1.8489525071846125 absolute error 8.881784197001252e-16 relative error 4.8036843361247224e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.014999999999999 y2[1] (analytic) 1.8494805517684638 y2[1] (numeric) 1.8494805517684632 absolute error 6.661338147750939e-16 relative error 3.6017346283427536e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8494805517684638 y1[1] (numeric) 1.8494805517684647 absolute error 8.881784197001252e-16 relative error 4.8023128377903386e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.015999999999999 y2[1] (analytic) 1.850007746871835 y2[1] (numeric) 1.8500077468718343 absolute error 6.661338147750939e-16 relative error 3.6007082451489997e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.850007746871835 y1[1] (numeric) 1.850007746871836 absolute error 8.881784197001252e-16 relative error 4.800944326865332e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0169999999999988 y2[1] (analytic) 1.8505340919675302 y2[1] (numeric) 1.8505340919675295 absolute error 6.661338147750939e-16 relative error 3.59968410020939e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8505340919675302 y1[1] (numeric) 1.850534091967531 absolute error 8.881784197001252e-16 relative error 4.7995788002791866e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0179999999999987 y2[1] (analytic) 1.851059586529204 y2[1] (numeric) 1.8510595865292037 absolute error 4.440892098500626e-16 relative error 2.3991081274846698e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.851059586529204 y1[1] (numeric) 1.8510595865292052 absolute error 1.1102230246251565e-15 relative error 5.997770318711675e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0189999999999986 y2[1] (analytic) 1.8515842300313627 y2[1] (numeric) 1.8515842300313623 absolute error 4.440892098500626e-16 relative error 2.398428343940586e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8515842300313627 y1[1] (numeric) 1.8515842300313639 absolute error 1.1102230246251565e-15 relative error 5.996070859851464e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0199999999999985 y2[1] (analytic) 1.8521080219493622 y2[1] (numeric) 1.8521080219493617 absolute error 4.440892098500626e-16 relative error 2.3977500479839954e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8521080219493622 y1[1] (numeric) 1.8521080219493633 absolute error 1.1102230246251565e-15 relative error 5.994375119959989e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0209999999999984 y2[1] (analytic) 1.8526309617594106 y2[1] (numeric) 1.8526309617594103 absolute error 2.220446049250313e-16 relative error 1.1985366190477543e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8526309617594106 y1[1] (numeric) 1.8526309617594119 absolute error 1.3322676295501878e-15 relative error 7.191219714286526e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0219999999999982 y2[1] (analytic) 1.8531530489385684 y2[1] (numeric) 1.8531530489385681 absolute error 2.220446049250313e-16 relative error 1.198198956379841e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8531530489385684 y1[1] (numeric) 1.8531530489385697 absolute error 1.3322676295501878e-15 relative error 7.189193738279046e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0229999999999981 y2[1] (analytic) 1.8536742829647483 y2[1] (numeric) 1.8536742829647481 absolute error 2.220446049250313e-16 relative error 1.1978620352325078e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8536742829647483 y1[1] (numeric) 1.8536742829647497 absolute error 1.3322676295501878e-15 relative error 7.187172211395047e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.023999999999998 y2[1] (analytic) 1.8541946633167163 y2[1] (numeric) 1.8541946633167163 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.8541946633167163 y1[1] (numeric) 1.854194663316718 absolute error 1.5543122344752192e-15 relative error 8.382680983963796e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.024999999999998 y2[1] (analytic) 1.8547141894740924 y2[1] (numeric) 1.8547141894740924 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.8547141894740924 y1[1] (numeric) 1.854714189474094 absolute error 1.5543122344752192e-15 relative error 8.380332901404865e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0259999999999978 y2[1] (analytic) 1.85523286091735 y2[1] (numeric) 1.85523286091735 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.85523286091735 y1[1] (numeric) 1.8552328609173516 absolute error 1.5543122344752192e-15 relative error 8.37798999370173e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0269999999999977 y2[1] (analytic) 1.8557506771278183 y2[1] (numeric) 1.8557506771278183 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.8557506771278183 y1[1] (numeric) 1.8557506771278198 absolute error 1.5543122344752192e-15 relative error 8.37565225561905e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0279999999999976 y2[1] (analytic) 1.8562676375876803 y2[1] (numeric) 1.8562676375876805 absolute error 2.220446049250313e-16 relative error 1.196188525990736e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8562676375876803 y1[1] (numeric) 1.856267637587682 absolute error 1.7763568394002505e-15 relative error 9.569508207925888e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0289999999999975 y2[1] (analytic) 1.8567837417799764 y2[1] (numeric) 1.8567837417799766 absolute error 2.220446049250313e-16 relative error 1.195856038205999e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8567837417799764 y1[1] (numeric) 1.8567837417799782 absolute error 1.7763568394002505e-15 relative error 9.566848305647992e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0299999999999974 y2[1] (analytic) 1.857298989188602 y2[1] (numeric) 1.8572989891886023 absolute error 2.220446049250313e-16 relative error 1.1955242867064496e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.857298989188602 y1[1] (numeric) 1.8572989891886038 absolute error 1.7763568394002505e-15 relative error 9.564194293651596e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0309999999999973 y2[1] (analytic) 1.8578133792983098 y2[1] (numeric) 1.8578133792983103 absolute error 4.440892098500626e-16 relative error 2.3903865415039358e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8578133792983098 y1[1] (numeric) 1.8578133792983118 absolute error 1.9984014443252818e-15 relative error 1.075673943676771e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0319999999999971 y2[1] (analytic) 1.8583269115947099 y2[1] (numeric) 1.8583269115947103 absolute error 4.440892098500626e-16 relative error 2.3897259792087424e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8583269115947099 y1[1] (numeric) 1.8583269115947119 absolute error 1.9984014443252818e-15 relative error 1.0753766906439341e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.032999999999997 y2[1] (analytic) 1.85883958556427 y2[1] (numeric) 1.8588395855642703 absolute error 2.220446049250313e-16 relative error 1.1945334425274107e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.85883958556427 y1[1] (numeric) 1.8588395855642719 absolute error 1.7763568394002505e-15 relative error 9.556267540219286e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.033999999999997 y2[1] (analytic) 1.8593514006943161 y2[1] (numeric) 1.8593514006943164 absolute error 2.220446049250313e-16 relative error 1.194204628786768e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8593514006943161 y1[1] (numeric) 1.859351400694318 absolute error 1.7763568394002505e-15 relative error 9.553637030294144e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0349999999999968 y2[1] (analytic) 1.859862356473033 y2[1] (numeric) 1.8598623564730334 absolute error 4.440892098500626e-16 relative error 2.387753095300102e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.859862356473033 y1[1] (numeric) 1.859862356473035 absolute error 1.9984014443252818e-15 relative error 1.0744888928850459e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0359999999999967 y2[1] (analytic) 1.860372452389465 y2[1] (numeric) 1.8603724523894656 absolute error 6.661338147750939e-16 relative error 3.580647595160371e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.860372452389465 y1[1] (numeric) 1.8603724523894671 absolute error 2.220446049250313e-15 relative error 1.1935491983867902e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0369999999999966 y2[1] (analytic) 1.8608816879335164 y2[1] (numeric) 1.860881687933517 absolute error 6.661338147750939e-16 relative error 3.5796677408053085e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8608816879335164 y1[1] (numeric) 1.8608816879335186 absolute error 2.220446049250313e-15 relative error 1.193222580268436e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0379999999999965 y2[1] (analytic) 1.8613900625959516 y2[1] (numeric) 1.8613900625959523 absolute error 6.661338147750939e-16 relative error 3.5786900777050636e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8613900625959516 y1[1] (numeric) 1.8613900625959539 absolute error 2.220446049250313e-15 relative error 1.1928966925683546e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0389999999999964 y2[1] (analytic) 1.861897575868396 y2[1] (numeric) 1.8618975758683967 absolute error 6.661338147750939e-16 relative error 3.577714603685472e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.861897575868396 y1[1] (numeric) 1.8618975758683984 absolute error 2.4424906541753444e-15 relative error 1.3118286880180064e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0399999999999963 y2[1] (analytic) 1.8624042272433365 y2[1] (numeric) 1.862404227243337 absolute error 4.440892098500626e-16 relative error 2.3844942110520627e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8624042272433365 y1[1] (numeric) 1.8624042272433388 absolute error 2.220446049250313e-15 relative error 1.1922471055260314e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0409999999999962 y2[1] (analytic) 1.8629100162141214 y2[1] (numeric) 1.862910016214122 absolute error 6.661338147750939e-16 relative error 3.5757702142202074e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8629100162141214 y1[1] (numeric) 1.8629100162141239 absolute error 2.4424906541753444e-15 relative error 1.3111157452140761e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.041999999999996 y2[1] (analytic) 1.8634149422749622 y2[1] (numeric) 1.8634149422749628 absolute error 6.661338147750939e-16 relative error 3.5748012944547935e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8634149422749622 y1[1] (numeric) 1.8634149422749646 absolute error 2.4424906541753444e-15 relative error 1.3107604746334243e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.042999999999996 y2[1] (analytic) 1.8639190049209327 y2[1] (numeric) 1.8639190049209333 absolute error 6.661338147750939e-16 relative error 3.573834555130529e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8639190049209327 y1[1] (numeric) 1.863919004920935 absolute error 2.4424906541753444e-15 relative error 1.3104060035478605e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0439999999999958 y2[1] (analytic) 1.86442220364797 y2[1] (numeric) 1.8644222036479707 absolute error 6.661338147750939e-16 relative error 3.572869994101774e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.86442220364797 y1[1] (numeric) 1.8644222036479725 absolute error 2.4424906541753444e-15 relative error 1.3100523311706505e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0449999999999957 y2[1] (analytic) 1.8649245379528758 y2[1] (numeric) 1.8649245379528767 absolute error 8.881784197001252e-16 relative error 4.762543478971417e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8649245379528758 y1[1] (numeric) 1.8649245379528785 absolute error 2.6645352591003757e-15 relative error 1.4287630436914253e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0459999999999956 y2[1] (analytic) 1.8654260073333158 y2[1] (numeric) 1.8654260073333166 absolute error 8.881784197001252e-16 relative error 4.7612631978354576e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8654260073333158 y1[1] (numeric) 1.8654260073333184 absolute error 2.6645352591003757e-15 relative error 1.4283789593506372e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0469999999999955 y2[1] (analytic) 1.8659266112878206 y2[1] (numeric) 1.8659266112878214 absolute error 8.881784197001252e-16 relative error 4.759985812556285e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8659266112878206 y1[1] (numeric) 1.8659266112878232 absolute error 2.6645352591003757e-15 relative error 1.4279957437668855e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0479999999999954 y2[1] (analytic) 1.8664263493157862 y2[1] (numeric) 1.866426349315787 absolute error 8.881784197001252e-16 relative error 4.758711320303225e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8664263493157862 y1[1] (numeric) 1.8664263493157889 absolute error 2.6645352591003757e-15 relative error 1.4276133960909673e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0489999999999953 y2[1] (analytic) 1.8669252209174747 y2[1] (numeric) 1.8669252209174756 absolute error 8.881784197001252e-16 relative error 4.757439718253108e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8669252209174747 y1[1] (numeric) 1.8669252209174774 absolute error 2.6645352591003757e-15 relative error 1.4272319154759325e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0499999999999952 y2[1] (analytic) 1.8674232255940146 y2[1] (numeric) 1.8674232255940155 absolute error 8.881784197001252e-16 relative error 4.756171003590264e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8674232255940146 y1[1] (numeric) 1.8674232255940173 absolute error 2.6645352591003757e-15 relative error 1.4268513010770791e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.050999999999995 y2[1] (analytic) 1.867920362847401 y2[1] (numeric) 1.8679203628474021 absolute error 1.1102230246251565e-15 relative error 5.943631466883129e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.867920362847401 y1[1] (numeric) 1.867920362847404 absolute error 2.886579864025407e-15 relative error 1.5453441813896137e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.051999999999995 y2[1] (analytic) 1.8684166321804971 y2[1] (numeric) 1.8684166321804982 absolute error 1.1102230246251565e-15 relative error 5.94205278150138e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8684166321804971 y1[1] (numeric) 1.8684166321805 absolute error 2.886579864025407e-15 relative error 1.544933723190359e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0529999999999948 y2[1] (analytic) 1.8689120330970332 y2[1] (numeric) 1.8689120330970346 absolute error 1.3322676295501878e-15 relative error 7.128573233821204e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8689120330970332 y1[1] (numeric) 1.8689120330970364 absolute error 3.1086244689504383e-15 relative error 1.6633337545582808e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0539999999999947 y2[1] (analytic) 1.8694065651016087 y2[1] (numeric) 1.86940656510161 absolute error 1.3322676295501878e-15 relative error 7.126687444139657e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8694065651016087 y1[1] (numeric) 1.8694065651016119 absolute error 3.1086244689504383e-15 relative error 1.66289373696592e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0549999999999946 y2[1] (analytic) 1.8699002276996914 y2[1] (numeric) 1.869900227699693 absolute error 1.5543122344752192e-15 relative error 8.312273625354324e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8699002276996914 y1[1] (numeric) 1.8699002276996948 absolute error 3.3306690738754696e-15 relative error 1.7812014911473553e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0559999999999945 y2[1] (analytic) 1.8703930203976191 y2[1] (numeric) 1.8703930203976207 absolute error 1.5543122344752192e-15 relative error 8.310083589516359e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8703930203976191 y1[1] (numeric) 1.8703930203976225 absolute error 3.3306690738754696e-15 relative error 1.7807321977535056e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0569999999999944 y2[1] (analytic) 1.8708849427025989 y2[1] (numeric) 1.8708849427026004 absolute error 1.5543122344752192e-15 relative error 8.307898572479435e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8708849427025989 y1[1] (numeric) 1.8708849427026022 absolute error 3.3306690738754696e-15 relative error 1.780263979817022e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0579999999999943 y2[1] (analytic) 1.8713759941227086 y2[1] (numeric) 1.8713759941227102 absolute error 1.5543122344752192e-15 relative error 8.305718569420212e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8713759941227086 y1[1] (numeric) 1.871375994122712 absolute error 3.3306690738754696e-15 relative error 1.7797968363043313e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0589999999999942 y2[1] (analytic) 1.8718661741668967 y2[1] (numeric) 1.8718661741668983 absolute error 1.5543122344752192e-15 relative error 8.303543575528257e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8718661741668967 y1[1] (numeric) 1.8718661741669 absolute error 3.3306690738754696e-15 relative error 1.7793307661846264e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.059999999999994 y2[1] (analytic) 1.8723554823449833 y2[1] (numeric) 1.8723554823449848 absolute error 1.5543122344752192e-15 relative error 8.301373586006013e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8723554823449833 y1[1] (numeric) 1.8723554823449866 absolute error 3.3306690738754696e-15 relative error 1.77886576842986e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.060999999999994 y2[1] (analytic) 1.8728439181676604 y2[1] (numeric) 1.872843918167662 absolute error 1.5543122344752192e-15 relative error 8.299208596068785e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8728439181676604 y1[1] (numeric) 1.8728439181676637 absolute error 3.3306690738754696e-15 relative error 1.7784018420147396e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0619999999999938 y2[1] (analytic) 1.8733314811464918 y2[1] (numeric) 1.8733314811464936 absolute error 1.7763568394002505e-15 relative error 9.482341258222531e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8733314811464918 y1[1] (numeric) 1.8733314811464954 absolute error 3.552713678800501e-15 relative error 1.8964682516445063e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0629999999999937 y2[1] (analytic) 1.873818170793915 y2[1] (numeric) 1.8738181707939168 absolute error 1.7763568394002505e-15 relative error 9.479878395285433e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.873818170793915 y1[1] (numeric) 1.8738181707939185 absolute error 3.552713678800501e-15 relative error 1.8959756790570866e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0639999999999936 y2[1] (analytic) 1.8743039866232403 y2[1] (numeric) 1.874303986623242 absolute error 1.7763568394002505e-15 relative error 9.47742122984302e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8743039866232403 y1[1] (numeric) 1.8743039866232438 absolute error 3.552713678800501e-15 relative error 1.895484245968604e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0649999999999935 y2[1] (analytic) 1.8747889281486518 y2[1] (numeric) 1.8747889281486536 absolute error 1.7763568394002505e-15 relative error 9.474969756485586e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.8747889281486518 y1[1] (numeric) 1.8747889281486554 absolute error 3.552713678800501e-15 relative error 1.8949939512971172e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0659999999999934 y2[1] (analytic) 1.8752729948852078 y2[1] (numeric) 1.8752729948852098 absolute error 1.9984014443252818e-15 relative error 1.0656589466045241e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8752729948852078 y1[1] (numeric) 1.8752729948852116 absolute error 3.774758283725532e-15 relative error 2.0129113435863233e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0669999999999933 y2[1] (analytic) 1.8757561863488421 y2[1] (numeric) 1.8757561863488441 absolute error 1.9984014443252818e-15 relative error 1.0653844347517086e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8757561863488421 y1[1] (numeric) 1.8757561863488459 absolute error 3.774758283725532e-15 relative error 2.0123928211976718e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0679999999999932 y2[1] (analytic) 1.876238502056363 y2[1] (numeric) 1.876238502056365 absolute error 1.9984014443252818e-15 relative error 1.0651105614424967e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.876238502056363 y1[1] (numeric) 1.8762385020563668 absolute error 3.774758283725532e-15 relative error 2.0118755049469381e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.068999999999993 y2[1] (analytic) 1.876719941525455 y2[1] (numeric) 1.876719941525457 absolute error 1.9984014443252818e-15 relative error 1.0648373260748327e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.876719941525455 y1[1] (numeric) 1.8767199415254587 absolute error 3.774758283725532e-15 relative error 2.011359393696906e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.069999999999993 y2[1] (analytic) 1.8772005042746782 y2[1] (numeric) 1.8772005042746804 absolute error 2.220446049250313e-15 relative error 1.182849697831431e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8772005042746782 y1[1] (numeric) 1.8772005042746822 absolute error 3.9968028886505635e-15 relative error 2.1291294560965757e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0709999999999928 y2[1] (analytic) 1.8776801898234705 y2[1] (numeric) 1.8776801898234727 absolute error 2.220446049250313e-15 relative error 1.1825475186267303e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8776801898234705 y1[1] (numeric) 1.8776801898234745 absolute error 3.9968028886505635e-15 relative error 2.1285855335281145e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0719999999999927 y2[1] (analytic) 1.8781589976921458 y2[1] (numeric) 1.8781589976921482 absolute error 2.4424906541753444e-15 relative error 1.3004706508749478e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8781589976921458 y1[1] (numeric) 1.87815899769215 absolute error 4.218847493575595e-15 relative error 2.24626748787491e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0729999999999926 y2[1] (analytic) 1.8786369274018968 y2[1] (numeric) 1.8786369274018992 absolute error 2.4424906541753444e-15 relative error 1.3001398080432933e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8786369274018968 y1[1] (numeric) 1.878636927401901 absolute error 4.218847493575595e-15 relative error 2.2456960320747794e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0739999999999925 y2[1] (analytic) 1.879113978474794 y2[1] (numeric) 1.879113978474796 absolute error 2.220446049250313e-15 relative error 1.1816452193350004e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.879113978474794 y1[1] (numeric) 1.8791139784747979 absolute error 3.9968028886505635e-15 relative error 2.1269613948030008e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0749999999999924 y2[1] (analytic) 1.8795901504337853 y2[1] (numeric) 1.8795901504337877 absolute error 2.4424906541753444e-15 relative error 1.2994804498266011e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8795901504337853 y1[1] (numeric) 1.8795901504337895 absolute error 4.218847493575595e-15 relative error 2.2445571406095839e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0759999999999923 y2[1] (analytic) 1.8800654428027 y2[1] (numeric) 1.8800654428027022 absolute error 2.220446049250313e-15 relative error 1.181047211814176e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8800654428027 y1[1] (numeric) 1.880065442802704 absolute error 3.9968028886505635e-15 relative error 2.125884981265517e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0769999999999922 y2[1] (analytic) 1.8805398551062449 y2[1] (numeric) 1.880539855106247 absolute error 2.220446049250313e-15 relative error 1.1807492636867643e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8805398551062449 y1[1] (numeric) 1.8805398551062489 absolute error 3.9968028886505635e-15 relative error 2.1253486746361759e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.077999999999992 y2[1] (analytic) 1.8810133868700083 y2[1] (numeric) 1.8810133868700105 absolute error 2.220446049250313e-15 relative error 1.1804520184436954e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8810133868700083 y1[1] (numeric) 1.8810133868700123 absolute error 3.9968028886505635e-15 relative error 2.1248136331986518e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.078999999999992 y2[1] (analytic) 1.881486037620458 y2[1] (numeric) 1.8814860376204603 absolute error 2.220446049250313e-15 relative error 1.1801554754339515e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.881486037620458 y1[1] (numeric) 1.881486037620462 absolute error 3.9968028886505635e-15 relative error 2.1242798557811126e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0799999999999919 y2[1] (analytic) 1.8819578068849436 y2[1] (numeric) 1.881957806884946 absolute error 2.4424906541753444e-15 relative error 1.2978455974091187e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8819578068849436 y1[1] (numeric) 1.8819578068849478 absolute error 4.218847493575595e-15 relative error 2.2417333046157505e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0809999999999917 y2[1] (analytic) 1.882428694191696 y2[1] (numeric) 1.8824286941916983 absolute error 2.4424906541753444e-15 relative error 1.2975209428711646e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.882428694191696 y1[1] (numeric) 1.8824286941917001 absolute error 4.218847493575595e-15 relative error 2.241172537686557e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0819999999999916 y2[1] (analytic) 1.8828986990698275 y2[1] (numeric) 1.88289869906983 absolute error 2.4424906541753444e-15 relative error 1.2971970586532144e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8828986990698275 y1[1] (numeric) 1.8828986990698318 absolute error 4.218847493575595e-15 relative error 2.240613101310098e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0829999999999915 y2[1] (analytic) 1.8833678210493336 y2[1] (numeric) 1.883367821049336 absolute error 2.4424906541753444e-15 relative error 1.2968739440469418e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8833678210493336 y1[1] (numeric) 1.8833678210493379 absolute error 4.218847493575595e-15 relative error 2.2400549942628996e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0839999999999914 y2[1] (analytic) 1.8838360596610924 y2[1] (numeric) 1.8838360596610948 absolute error 2.4424906541753444e-15 relative error 1.29655159834596e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8838360596610924 y1[1] (numeric) 1.8838360596610966 absolute error 4.218847493575595e-15 relative error 2.2394982153248398e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0849999999999913 y2[1] (analytic) 1.8843034144368649 y2[1] (numeric) 1.8843034144368676 absolute error 2.6645352591003757e-15 relative error 1.4140691136499838e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8843034144368649 y1[1] (numeric) 1.8843034144368693 absolute error 4.440892098500626e-15 relative error 2.3567818560833066e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0859999999999912 y2[1] (analytic) 1.8847698849092969 y2[1] (numeric) 1.8847698849092995 absolute error 2.6645352591003757e-15 relative error 1.413719139102546e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8847698849092969 y1[1] (numeric) 1.8847698849093013 absolute error 4.440892098500626e-15 relative error 2.3561985651709096e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.086999999999991 y2[1] (analytic) 1.8852354706119177 y2[1] (numeric) 1.8852354706119203 absolute error 2.6645352591003757e-15 relative error 1.4133700010617292e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8852354706119177 y1[1] (numeric) 1.885235470611922 absolute error 4.440892098500626e-15 relative error 2.3556166684362153e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.087999999999991 y2[1] (analytic) 1.8857001710791417 y2[1] (numeric) 1.8857001710791443 absolute error 2.6645352591003757e-15 relative error 1.4130216987653584e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8857001710791417 y1[1] (numeric) 1.8857001710791461 absolute error 4.440892098500626e-15 relative error 2.3550361646089304e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0889999999999909 y2[1] (analytic) 1.8861639858462684 y2[1] (numeric) 1.886163985846271 absolute error 2.6645352591003757e-15 relative error 1.412674231453356e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8861639858462684 y1[1] (numeric) 1.8861639858462729 absolute error 4.440892098500626e-15 relative error 2.35445705242226e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0899999999999908 y2[1] (analytic) 1.886626914449483 y2[1] (numeric) 1.8866269144494858 absolute error 2.886579864025407e-15 relative error 1.5300215648983837e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.886626914449483 y1[1] (numeric) 1.8866269144494876 absolute error 4.6629367034256575e-15 relative error 2.471573297143543e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0909999999999906 y2[1] (analytic) 1.887088956425857 y2[1] (numeric) 1.88708895642586 absolute error 2.886579864025407e-15 relative error 1.5296469486486657e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.887088956425857 y1[1] (numeric) 1.8870889564258617 absolute error 4.6629367034256575e-15 relative error 2.4709681478170755e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0919999999999905 y2[1] (analytic) 1.8875501113133486 y2[1] (numeric) 1.8875501113133515 absolute error 2.886579864025407e-15 relative error 1.5292732345086924e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8875501113133486 y1[1] (numeric) 1.8875501113133533 absolute error 4.6629367034256575e-15 relative error 2.470364455744811e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0929999999999904 y2[1] (analytic) 1.888010378650803 y2[1] (numeric) 1.8880103786508058 absolute error 2.886579864025407e-15 relative error 1.5289004216640986e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.888010378650803 y1[1] (numeric) 1.8880103786508076 absolute error 4.6629367034256575e-15 relative error 2.4697622196112363e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0939999999999903 y2[1] (analytic) 1.8884697579779526 y2[1] (numeric) 1.8884697579779555 absolute error 2.886579864025407e-15 relative error 1.5285285093027724e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8884697579779526 y1[1] (numeric) 1.8884697579779572 absolute error 4.6629367034256575e-15 relative error 2.469161438104478e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0949999999999902 y2[1] (analytic) 1.888928248835418 y2[1] (numeric) 1.888928248835421 absolute error 3.1086244689504383e-15 relative error 1.6457080732775321e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.888928248835418 y1[1] (numeric) 1.8889282488354229 absolute error 4.884981308350689e-15 relative error 2.5861126865789787e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.09599999999999 y2[1] (analytic) 1.889385850764709 y2[1] (numeric) 1.889385850764712 absolute error 3.1086244689504383e-15 relative error 1.6453094891613882e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.889385850764709 y1[1] (numeric) 1.8893858507647139 absolute error 4.884981308350689e-15 relative error 2.585486340110753e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.09699999999999 y2[1] (analytic) 1.8898425633082232 y2[1] (numeric) 1.8898425633082263 absolute error 3.1086244689504383e-15 relative error 1.6449118721872274e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8898425633082232 y1[1] (numeric) 1.889842563308228 absolute error 4.884981308350689e-15 relative error 2.584861513437072e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0979999999999899 y2[1] (analytic) 1.8902983860092482 y2[1] (numeric) 1.8902983860092515 absolute error 3.3306690738754696e-15 relative error 1.7619805944537133e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8902983860092482 y1[1] (numeric) 1.8902983860092533 absolute error 5.10702591327572e-15 relative error 2.70170357816236e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0989999999999898 y2[1] (analytic) 1.8907533184119616 y2[1] (numeric) 1.8907533184119647 absolute error 3.1086244689504383e-15 relative error 1.6441195362075911e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8907533184119616 y1[1] (numeric) 1.8907533184119665 absolute error 4.884981308350689e-15 relative error 2.5836164140405006e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.0999999999999897 y2[1] (analytic) 1.8912073600614305 y2[1] (numeric) 1.8912073600614339 absolute error 3.3306690738754696e-15 relative error 1.761133730870888e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8912073600614305 y1[1] (numeric) 1.8912073600614356 absolute error 5.10702591327572e-15 relative error 2.700405054002028e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1009999999999895 y2[1] (analytic) 1.891660510503614 y2[1] (numeric) 1.8916605105036173 absolute error 3.3306690738754696e-15 relative error 1.7607118483372848e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.891660510503614 y1[1] (numeric) 1.891660510503619 absolute error 5.10702591327572e-15 relative error 2.699758167450503e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1019999999999894 y2[1] (analytic) 1.892112769285361 y2[1] (numeric) 1.8921127692853643 absolute error 3.3306690738754696e-15 relative error 1.7602909974194837e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.892112769285361 y1[1] (numeric) 1.892112769285366 absolute error 5.10702591327572e-15 relative error 2.699112862709875e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1029999999999893 y2[1] (analytic) 1.8925641359544132 y2[1] (numeric) 1.8925641359544165 absolute error 3.3306690738754696e-15 relative error 1.759871177203633e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8925641359544132 y1[1] (numeric) 1.8925641359544183 absolute error 5.10702591327572e-15 relative error 2.6984691383789037e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1039999999999892 y2[1] (analytic) 1.8930146100594039 y2[1] (numeric) 1.8930146100594072 absolute error 3.3306690738754696e-15 relative error 1.7594523867784367e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8930146100594039 y1[1] (numeric) 1.893014610059409 absolute error 5.10702591327572e-15 relative error 2.6978269930602695e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.104999999999989 y2[1] (analytic) 1.8934641911498586 y2[1] (numeric) 1.8934641911498622 absolute error 3.552713678800501e-15 relative error 1.8763036002508276e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8934641911498586 y1[1] (numeric) 1.893464191149864 absolute error 5.329070518200751e-15 relative error 2.8144554003762414e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.105999999999989 y2[1] (analytic) 1.893912878776197 y2[1] (numeric) 1.8939128787762005 absolute error 3.552713678800501e-15 relative error 1.8758590844454172e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.893912878776197 y1[1] (numeric) 1.8939128787762023 absolute error 5.329070518200751e-15 relative error 2.8137886266681256e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1069999999999889 y2[1] (analytic) 1.8943606724897308 y2[1] (numeric) 1.8943606724897346 absolute error 3.774758283725532e-15 relative error 1.9926291431950083e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8943606724897308 y1[1] (numeric) 1.8943606724897364 absolute error 5.551115123125783e-15 relative error 2.930336975286777e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1079999999999888 y2[1] (analytic) 1.894807571842667 y2[1] (numeric) 1.8948075718426707 absolute error 3.774758283725532e-15 relative error 1.9921591721604987e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.894807571842667 y1[1] (numeric) 1.8948075718426725 absolute error 5.551115123125783e-15 relative error 2.9296458414124985e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1089999999999887 y2[1] (analytic) 1.8952535763881055 y2[1] (numeric) 1.8952535763881095 absolute error 3.9968028886505635e-15 relative error 2.108848619754356e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8952535763881055 y1[1] (numeric) 1.8952535763881113 absolute error 5.773159728050814e-15 relative error 3.0461146729785146e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1099999999999886 y2[1] (analytic) 1.8956986856800424 y2[1] (numeric) 1.8956986856800464 absolute error 3.9968028886505635e-15 relative error 2.1083534629432913e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8956986856800424 y1[1] (numeric) 1.8956986856800484 absolute error 5.995204332975845e-15 relative error 3.1625301944149373e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1109999999999884 y2[1] (analytic) 1.8961428992733684 y2[1] (numeric) 1.8961428992733724 absolute error 3.9968028886505635e-15 relative error 2.107859534311576e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8961428992733684 y1[1] (numeric) 1.8961428992733744 absolute error 5.995204332975845e-15 relative error 3.1617893014673636e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1119999999999883 y2[1] (analytic) 1.8965862167238696 y2[1] (numeric) 1.8965862167238738 absolute error 4.218847493575595e-15 relative error 2.2244427679450077e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8965862167238696 y1[1] (numeric) 1.8965862167238758 absolute error 6.217248937900877e-15 relative error 3.2781261843400114e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1129999999999882 y2[1] (analytic) 1.897028637588229 y2[1] (numeric) 1.8970286375882333 absolute error 4.218847493575595e-15 relative error 2.2239239882742046e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.897028637588229 y1[1] (numeric) 1.8970286375882353 absolute error 6.217248937900877e-15 relative error 3.2773616669304066e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.113999999999988 y2[1] (analytic) 1.8974701614240255 y2[1] (numeric) 1.8974701614240297 absolute error 4.218847493575595e-15 relative error 2.2234065016386912e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8974701614240255 y1[1] (numeric) 1.8974701614240317 absolute error 6.217248937900877e-15 relative error 3.276599055046492e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.114999999999988 y2[1] (analytic) 1.8979107877897352 y2[1] (numeric) 1.8979107877897397 absolute error 4.440892098500626e-15 relative error 2.339884533599385e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8979107877897352 y1[1] (numeric) 1.8979107877897416 absolute error 6.439293542825908e-15 relative error 3.3928325737191087e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.115999999999988 y2[1] (analytic) 1.898350516244732 y2[1] (numeric) 1.8983505162447365 absolute error 4.440892098500626e-15 relative error 2.339342529474211e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.898350516244732 y1[1] (numeric) 1.8983505162447385 absolute error 6.439293542825908e-15 relative error 3.3920466677376063e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1169999999999878 y2[1] (analytic) 1.8987893463492878 y2[1] (numeric) 1.898789346349292 absolute error 4.218847493575595e-15 relative error 2.2218617887692348e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8987893463492878 y1[1] (numeric) 1.898789346349294 absolute error 6.217248937900877e-15 relative error 3.274322636080978e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1179999999999877 y2[1] (analytic) 1.8992272776645716 y2[1] (numeric) 1.899227277664576 absolute error 4.440892098500626e-15 relative error 2.3382625927537597e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8992272776645716 y1[1] (numeric) 1.899227277664578 absolute error 6.439293542825908e-15 relative error 3.3904807594929517e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1189999999999876 y2[1] (analytic) 1.8996643097526529 y2[1] (numeric) 1.8996643097526573 absolute error 4.440892098500626e-15 relative error 2.337724657825916e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.8996643097526529 y1[1] (numeric) 1.8996643097526593 absolute error 6.439293542825908e-15 relative error 3.389700753847579e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1199999999999875 y2[1] (analytic) 1.9001004421764995 y2[1] (numeric) 1.900100442176504 absolute error 4.440892098500626e-15 relative error 2.3371880769701506e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9001004421764995 y1[1] (numeric) 1.900100442176506 absolute error 6.439293542825908e-15 relative error 3.3889227116067187e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1209999999999873 y2[1] (analytic) 1.9005356744999788 y2[1] (numeric) 1.9005356744999833 absolute error 4.440892098500626e-15 relative error 2.336652849028473e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9005356744999788 y1[1] (numeric) 1.9005356744999853 absolute error 6.439293542825908e-15 relative error 3.3881466310912857e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1219999999999872 y2[1] (analytic) 1.9009700062878587 y2[1] (numeric) 1.9009700062878632 absolute error 4.440892098500626e-15 relative error 2.3361189728462e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9009700062878587 y1[1] (numeric) 1.9009700062878652 absolute error 6.439293542825908e-15 relative error 3.3873725106269894e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1229999999999871 y2[1] (analytic) 1.9014034371058075 y2[1] (numeric) 1.901403437105812 absolute error 4.440892098500626e-15 relative error 2.3355864472719494e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9014034371058075 y1[1] (numeric) 1.901403437105814 absolute error 6.439293542825908e-15 relative error 3.3866003485443266e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.123999999999987 y2[1] (analytic) 1.901835966520394 y2[1] (numeric) 1.9018359665203988 absolute error 4.6629367034256575e-15 relative error 2.451808034715519e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.901835966520394 y1[1] (numeric) 1.9018359665204008 absolute error 6.661338147750939e-15 relative error 3.502582906736456e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.124999999999987 y2[1] (analytic) 1.9022675940990896 y2[1] (numeric) 1.902267594099094 absolute error 4.440892098500626e-15 relative error 2.334525443358469e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9022675940990896 y1[1] (numeric) 1.902267594099096 absolute error 6.439293542825908e-15 relative error 3.3850618928697807e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1259999999999868 y2[1] (analytic) 1.9026983194102658 y2[1] (numeric) 1.9026983194102705 absolute error 4.6629367034256575e-15 relative error 2.450696810869585e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9026983194102658 y1[1] (numeric) 1.9026983194102725 absolute error 6.661338147750939e-15 relative error 3.500995444099407e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1269999999999867 y2[1] (analytic) 1.9031281420231982 y2[1] (numeric) 1.9031281420232027 absolute error 4.440892098500626e-15 relative error 2.333469828142814e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9031281420231982 y1[1] (numeric) 1.9031281420232047 absolute error 6.439293542825908e-15 relative error 3.3835312508070807e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1279999999999866 y2[1] (analytic) 1.9035570615080637 y2[1] (numeric) 1.9035570615080681 absolute error 4.440892098500626e-15 relative error 2.332944038453146e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9035570615080637 y1[1] (numeric) 1.9035570615080701 absolute error 6.439293542825908e-15 relative error 3.382768855757062e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1289999999999865 y2[1] (analytic) 1.903985077435943 y2[1] (numeric) 1.9039850774359475 absolute error 4.440892098500626e-15 relative error 2.3324195925322496e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.903985077435943 y1[1] (numeric) 1.9039850774359495 absolute error 6.439293542825908e-15 relative error 3.382008409171762e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1299999999999863 y2[1] (analytic) 1.90441218937882 y2[1] (numeric) 1.9044121893788246 absolute error 4.6629367034256575e-15 relative error 2.4484913137142916e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.90441218937882 y1[1] (numeric) 1.9044121893788266 absolute error 6.661338147750939e-15 relative error 3.49784473387756e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1309999999999862 y2[1] (analytic) 1.9048383969095832 y2[1] (numeric) 1.904838396909588 absolute error 4.6629367034256575e-15 relative error 2.4479434638606734e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9048383969095832 y1[1] (numeric) 1.90483839690959 absolute error 6.661338147750939e-15 relative error 3.4970620912295333e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1319999999999861 y2[1] (analytic) 1.905263699602025 y2[1] (numeric) 1.9052636996020296 absolute error 4.6629367034256575e-15 relative error 2.4473970214200066e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.905263699602025 y1[1] (numeric) 1.9052636996020316 absolute error 6.661338147750939e-15 relative error 3.4962814591714377e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.132999999999986 y2[1] (analytic) 1.9056880970308425 y2[1] (numeric) 1.9056880970308472 absolute error 4.6629367034256575e-15 relative error 2.4468519852177e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9056880970308425 y1[1] (numeric) 1.9056880970308492 absolute error 6.661338147750939e-15 relative error 3.4955028360252854e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.133999999999986 y2[1] (analytic) 1.9061115887716382 y2[1] (numeric) 1.906111588771643 absolute error 4.884981308350689e-15 relative error 2.5627992280865013e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9061115887716382 y1[1] (numeric) 1.906111588771645 absolute error 6.8833827526759706e-15 relative error 3.611217094121888e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1349999999999858 y2[1] (analytic) 1.906534174400921 y2[1] (numeric) 1.9065341744009259 absolute error 4.884981308350689e-15 relative error 2.562231180506202e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.906534174400921 y1[1] (numeric) 1.9065341744009279 absolute error 6.8833827526759706e-15 relative error 3.610416663440557e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1359999999999857 y2[1] (analytic) 1.9069558534961049 y2[1] (numeric) 1.9069558534961097 absolute error 4.884981308350689e-15 relative error 2.5616646024578075e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9069558534961049 y1[1] (numeric) 1.9069558534961117 absolute error 6.8833827526759706e-15 relative error 3.6096183034632745e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1369999999999856 y2[1] (analytic) 1.9073766256355107 y2[1] (numeric) 1.9073766256355156 absolute error 4.884981308350689e-15 relative error 2.5610994927250316e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9073766256355107 y1[1] (numeric) 1.9073766256355176 absolute error 6.8833827526759706e-15 relative error 3.6088220124761806e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1379999999999855 y2[1] (analytic) 1.9077964903983666 y2[1] (numeric) 1.9077964903983715 absolute error 4.884981308350689e-15 relative error 2.5605358500951307e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9077964903983666 y1[1] (numeric) 1.9077964903983735 absolute error 6.8833827526759706e-15 relative error 3.6080277887704115e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1389999999999854 y2[1] (analytic) 1.9082154473648076 y2[1] (numeric) 1.9082154473648127 absolute error 5.10702591327572e-15 relative error 2.6763361130570347e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9082154473648076 y1[1] (numeric) 1.9082154473648147 absolute error 7.105427357601002e-15 relative error 3.7235980703402225e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1399999999999852 y2[1] (analytic) 1.908633496115877 y2[1] (numeric) 1.9086334961158822 absolute error 5.10702591327572e-15 relative error 2.6757499140975266e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.908633496115877 y1[1] (numeric) 1.9086334961158842 absolute error 7.105427357601002e-15 relative error 3.7227824891791675e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1409999999999851 y2[1] (analytic) 1.909050636233526 y2[1] (numeric) 1.9090506362335313 absolute error 5.329070518200751e-15 relative error 2.791476777543615e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.909050636233526 y1[1] (numeric) 1.9090506362335333 absolute error 7.327471962526033e-15 relative error 3.8382805691224707e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.141999999999985 y2[1] (analytic) 1.9094668673006148 y2[1] (numeric) 1.9094668673006199 absolute error 5.10702591327572e-15 relative error 2.674582104949246e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9094668673006148 y1[1] (numeric) 1.9094668673006219 absolute error 7.105427357601002e-15 relative error 3.721157711233733e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.142999999999985 y2[1] (analytic) 1.9098821889009119 y2[1] (numeric) 1.909882188900917 absolute error 5.10702591327572e-15 relative error 2.674000492257945e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9098821889009119 y1[1] (numeric) 1.909882188900919 absolute error 7.105427357601002e-15 relative error 3.720348510967576e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1439999999999848 y2[1] (analytic) 1.9102966006190958 y2[1] (numeric) 1.910296600619101 absolute error 5.10702591327572e-15 relative error 2.6734204058263084e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9102966006190958 y1[1] (numeric) 1.910296600619103 absolute error 7.105427357601002e-15 relative error 3.7195414341931245e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1449999999999847 y2[1] (analytic) 1.9107101020407549 y2[1] (numeric) 1.9107101020407602 absolute error 5.329070518200751e-15 relative error 2.78905235938669e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9107101020407549 y1[1] (numeric) 1.9107101020407622 absolute error 7.327471962526033e-15 relative error 3.8349469941566995e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1459999999999846 y2[1] (analytic) 1.911122692752388 y2[1] (numeric) 1.9111226927523932 absolute error 5.10702591327572e-15 relative error 2.6722648067773243e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.911122692752388 y1[1] (numeric) 1.9111226927523952 absolute error 7.105427357601002e-15 relative error 3.7179336442119296e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1469999999999845 y2[1] (analytic) 1.9115343723414044 y2[1] (numeric) 1.9115343723414095 absolute error 5.10702591327572e-15 relative error 2.6716892916867696e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9115343723414044 y1[1] (numeric) 1.9115343723414115 absolute error 7.105427357601002e-15 relative error 3.717132927564201e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1479999999999844 y2[1] (analytic) 1.9119451403961243 y2[1] (numeric) 1.9119451403961294 absolute error 5.10702591327572e-15 relative error 2.6711152979094507e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9119451403961243 y1[1] (numeric) 1.9119451403961314 absolute error 7.105427357601002e-15 relative error 3.7163343275261924e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1489999999999843 y2[1] (analytic) 1.9123549965057798 y2[1] (numeric) 1.9123549965057849 absolute error 5.10702591327572e-15 relative error 2.6705428242178803e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9123549965057798 y1[1] (numeric) 1.9123549965057869 absolute error 7.105427357601002e-15 relative error 3.7155378423900945e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1499999999999841 y2[1] (analytic) 1.9127639402605146 y2[1] (numeric) 1.9127639402605199 absolute error 5.329070518200751e-15 relative error 2.786057602839869e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9127639402605146 y1[1] (numeric) 1.9127639402605219 absolute error 7.327471962526033e-15 relative error 3.8308292039048196e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.150999999999984 y2[1] (analytic) 1.9131719712513853 y2[1] (numeric) 1.9131719712513906 absolute error 5.329070518200751e-15 relative error 2.7854634075132636e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9131719712513853 y1[1] (numeric) 1.9131719712513926 absolute error 7.327471962526033e-15 relative error 3.830012185330738e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.151999999999984 y2[1] (analytic) 1.913579089070361 y2[1] (numeric) 1.9135790890703663 absolute error 5.329070518200751e-15 relative error 2.784870794543264e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.913579089070361 y1[1] (numeric) 1.9135790890703683 absolute error 7.327471962526033e-15 relative error 3.829197342496988e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1529999999999838 y2[1] (analytic) 1.9139852933103239 y2[1] (numeric) 1.913985293310329 absolute error 5.10702591327572e-15 relative error 2.668268105886482e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9139852933103239 y1[1] (numeric) 1.913985293310331 absolute error 7.105427357601002e-15 relative error 3.7123730168855396e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1539999999999837 y2[1] (analytic) 1.9143905835650692 y2[1] (numeric) 1.9143905835650745 absolute error 5.329070518200751e-15 relative error 2.7836903106139934e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9143905835650692 y1[1] (numeric) 1.9143905835650765 absolute error 7.327471962526033e-15 relative error 3.8275741770942406e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1549999999999836 y2[1] (analytic) 1.9147949594293074 y2[1] (numeric) 1.9147949594293128 absolute error 5.329070518200751e-15 relative error 2.783102437134599e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9147949594293074 y1[1] (numeric) 1.9147949594293148 absolute error 7.327471962526033e-15 relative error 3.8267658510600737e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1559999999999835 y2[1] (analytic) 1.9151984204986625 y2[1] (numeric) 1.9151984204986678 absolute error 5.329070518200751e-15 relative error 2.782516140971553e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9151984204986625 y1[1] (numeric) 1.9151984204986698 absolute error 7.327471962526033e-15 relative error 3.825959693835885e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1569999999999834 y2[1] (analytic) 1.9156009663696731 y2[1] (numeric) 1.9156009663696787 absolute error 5.551115123125783e-15 relative error 2.8978452300772786e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9156009663696731 y1[1] (numeric) 1.9156009663696807 absolute error 7.549516567451064e-15 relative error 3.941069512905099e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1579999999999833 y2[1] (analytic) 1.9160025966397938 y2[1] (numeric) 1.9160025966397993 absolute error 5.551115123125783e-15 relative error 2.897237787078733e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9160025966397938 y1[1] (numeric) 1.9160025966398013 absolute error 7.549516567451064e-15 relative error 3.940243390427077e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1589999999999832 y2[1] (analytic) 1.9164033109073944 y2[1] (numeric) 1.9164033109073997 absolute error 5.329070518200751e-15 relative error 2.780766703892564e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9164033109073944 y1[1] (numeric) 1.9164033109074017 absolute error 7.327471962526033e-15 relative error 3.8235542178522756e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.159999999999983 y2[1] (analytic) 1.9168031087717603 y2[1] (numeric) 1.9168031087717656 absolute error 5.329070518200751e-15 relative error 2.780186704525687e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9168031087717603 y1[1] (numeric) 1.9168031087717676 absolute error 7.327471962526033e-15 relative error 3.822756718722819e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.160999999999983 y2[1] (analytic) 1.9172019898330936 y2[1] (numeric) 1.9172019898330992 absolute error 5.551115123125783e-15 relative error 2.895425287770042e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9172019898330936 y1[1] (numeric) 1.9172019898331012 absolute error 7.549516567451064e-15 relative error 3.9377783913672576e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1619999999999828 y2[1] (analytic) 1.9175999536925137 y2[1] (numeric) 1.9175999536925192 absolute error 5.551115123125783e-15 relative error 2.8948243936054567e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9175999536925137 y1[1] (numeric) 1.9175999536925212 absolute error 7.549516567451064e-15 relative error 3.936961175303421e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1629999999999827 y2[1] (analytic) 1.9179969999520565 y2[1] (numeric) 1.917996999952062 absolute error 5.551115123125783e-15 relative error 2.8942251334410543e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9179969999520565 y1[1] (numeric) 1.917996999952064 absolute error 7.549516567451064e-15 relative error 3.936146181479834e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1639999999999826 y2[1] (analytic) 1.918393128214676 y2[1] (numeric) 1.9183931282146816 absolute error 5.551115123125783e-15 relative error 2.893627506001257e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.918393128214676 y1[1] (numeric) 1.9183931282146836 absolute error 7.549516567451064e-15 relative error 3.9353334081617096e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1649999999999825 y2[1] (analytic) 1.9187883380842436 y2[1] (numeric) 1.9187883380842492 absolute error 5.551115123125783e-15 relative error 2.893031510014349e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9187883380842436 y1[1] (numeric) 1.9187883380842512 absolute error 7.549516567451064e-15 relative error 3.934522853619515e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1659999999999824 y2[1] (analytic) 1.9191826291655498 y2[1] (numeric) 1.9191826291655554 absolute error 5.551115123125783e-15 relative error 2.89243714421247e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9191826291655498 y1[1] (numeric) 1.9191826291655574 absolute error 7.549516567451064e-15 relative error 3.933714516128959e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1669999999999823 y2[1] (analytic) 1.9195760010643035 y2[1] (numeric) 1.919576001064309 absolute error 5.551115123125783e-15 relative error 2.89184440733161e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9195760010643035 y1[1] (numeric) 1.919576001064311 absolute error 7.549516567451064e-15 relative error 3.9329083939709896e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1679999999999822 y2[1] (analytic) 1.9199684533871326 y2[1] (numeric) 1.9199684533871382 absolute error 5.551115123125783e-15 relative error 2.891253298111604e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9199684533871326 y1[1] (numeric) 1.9199684533871402 absolute error 7.549516567451064e-15 relative error 3.9321044854317813e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.168999999999982 y2[1] (analytic) 1.9203599857415852 y2[1] (numeric) 1.9203599857415907 absolute error 5.551115123125783e-15 relative error 2.8906638152961247e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9203599857415852 y1[1] (numeric) 1.9203599857415927 absolute error 7.549516567451064e-15 relative error 3.9313027888027297e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.169999999999982 y2[1] (analytic) 1.9207505977361286 y2[1] (numeric) 1.920750597736134 absolute error 5.551115123125783e-15 relative error 2.890075957632679e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9207505977361286 y1[1] (numeric) 1.920750597736136 absolute error 7.549516567451064e-15 relative error 3.9305033023804435e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1709999999999818 y2[1] (analytic) 1.921140288980151 y2[1] (numeric) 1.9211402889801565 absolute error 5.551115123125783e-15 relative error 2.8894897238726e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.921140288980151 y1[1] (numeric) 1.9211402889801585 absolute error 7.549516567451064e-15 relative error 3.9297060244667356e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1719999999999817 y2[1] (analytic) 1.9215290590839613 y2[1] (numeric) 1.9215290590839669 absolute error 5.551115123125783e-15 relative error 2.888905112771041e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9215290590839613 y1[1] (numeric) 1.9215290590839689 absolute error 7.549516567451064e-15 relative error 3.928910953368615e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1729999999999816 y2[1] (analytic) 1.921916907658789 y2[1] (numeric) 1.9219169076587947 absolute error 5.773159728050814e-15 relative error 3.003855008010452e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.921916907658789 y1[1] (numeric) 1.9219169076587967 absolute error 7.771561172376096e-15 relative error 4.043650972321762e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1739999999999815 y2[1] (analytic) 1.9223038343167862 y2[1] (numeric) 1.9223038343167917 absolute error 5.551115123125783e-15 relative error 2.887740753583175e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9223038343167862 y1[1] (numeric) 1.9223038343167937 absolute error 7.549516567451064e-15 relative error 3.927327424873118e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1749999999999814 y2[1] (analytic) 1.9226898386710258 y2[1] (numeric) 1.9226898386710314 absolute error 5.551115123125783e-15 relative error 2.887161003026232e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9226898386710258 y1[1] (numeric) 1.9226898386710334 absolute error 7.549516567451064e-15 relative error 3.9265389641156754e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1759999999999813 y2[1] (analytic) 1.9230749203355035 y2[1] (numeric) 1.9230749203355093 absolute error 5.773159728050814e-15 relative error 3.002046184993987e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9230749203355035 y1[1] (numeric) 1.9230749203355113 absolute error 7.771561172376096e-15 relative error 4.0412160182611365e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1769999999999812 y2[1] (analytic) 1.9234590789251382 y2[1] (numeric) 1.9234590789251438 absolute error 5.551115123125783e-15 relative error 2.886006353838232e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9234590789251382 y1[1] (numeric) 1.9234590789251458 absolute error 7.549516567451064e-15 relative error 3.924968641219996e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.177999999999981 y2[1] (analytic) 1.9238423140557706 y2[1] (numeric) 1.9238423140557763 absolute error 5.773159728050814e-15 relative error 3.0008487108696865e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9238423140557706 y1[1] (numeric) 1.9238423140557783 absolute error 7.771561172376096e-15 relative error 4.0396040338630396e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.178999999999981 y2[1] (analytic) 1.924224625344166 y2[1] (numeric) 1.9242246253441717 absolute error 5.773159728050814e-15 relative error 3.0002524923607757e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.924224625344166 y1[1] (numeric) 1.9242246253441737 absolute error 7.771561172376096e-15 relative error 4.038801432024121e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1799999999999808 y2[1] (analytic) 1.924606012408013 y2[1] (numeric) 1.9246060124080189 absolute error 5.773159728050814e-15 relative error 2.99965795120197e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.924606012408013 y1[1] (numeric) 1.9246060124080209 absolute error 7.771561172376096e-15 relative error 4.0380010881564983e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1809999999999807 y2[1] (analytic) 1.924986474865925 y2[1] (numeric) 1.9249864748659307 absolute error 5.773159728050814e-15 relative error 2.9990650861341317e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.924986474865925 y1[1] (numeric) 1.9249864748659327 absolute error 7.771561172376096e-15 relative error 4.0372030005651777e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1819999999999806 y2[1] (analytic) 1.9253660123374385 y2[1] (numeric) 1.9253660123374445 absolute error 5.995204332975845e-15 relative error 3.1137998149751953e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9253660123374385 y1[1] (numeric) 1.9253660123374465 absolute error 7.993605777301127e-15 relative error 4.1517330866335934e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1829999999999805 y2[1] (analytic) 1.9257446244430174 y2[1] (numeric) 1.9257446244430232 absolute error 5.773159728050814e-15 relative error 2.99788437925438e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9257446244430174 y1[1] (numeric) 1.9257446244430252 absolute error 7.771561172376096e-15 relative error 4.035613587457819e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1839999999999804 y2[1] (analytic) 1.9261223108040488 y2[1] (numeric) 1.9261223108040546 absolute error 5.773159728050814e-15 relative error 2.997296534943745e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9261223108040488 y1[1] (numeric) 1.9261223108040566 absolute error 7.771561172376096e-15 relative error 4.034822258578118e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1849999999999803 y2[1] (analytic) 1.9264990710428465 y2[1] (numeric) 1.9264990710428525 absolute error 5.995204332975845e-15 relative error 3.1119684525622635e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9264990710428465 y1[1] (numeric) 1.9264990710428544 absolute error 7.993605777301127e-15 relative error 4.149291270083018e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1859999999999802 y2[1] (analytic) 1.9268749047826506 y2[1] (numeric) 1.9268749047826563 absolute error 5.773159728050814e-15 relative error 2.9961258583634e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9268749047826506 y1[1] (numeric) 1.9268749047826583 absolute error 7.771561172376096e-15 relative error 4.033246347796885e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.18699999999998 y2[1] (analytic) 1.9272498116476269 y2[1] (numeric) 1.9272498116476326 absolute error 5.773159728050814e-15 relative error 2.995543023618343e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9272498116476269 y1[1] (numeric) 1.9272498116476346 absolute error 7.771561172376096e-15 relative error 4.032461762563154e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.18799999999998 y2[1] (analytic) 1.927623791262869 y2[1] (numeric) 1.9276237912628746 absolute error 5.551115123125783e-15 relative error 2.8797710156342325e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.927623791262869 y1[1] (numeric) 1.9276237912628766 absolute error 7.549516567451064e-15 relative error 3.9164885812625565e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1889999999999799 y2[1] (analytic) 1.927996843254397 y2[1] (numeric) 1.9279968432544028 absolute error 5.773159728050814e-15 relative error 2.994382355059205e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.927996843254397 y1[1] (numeric) 1.9279968432544048 absolute error 7.771561172376096e-15 relative error 4.0308993241181603e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1899999999999797 y2[1] (analytic) 1.9283689672491593 y2[1] (numeric) 1.9283689672491648 absolute error 5.551115123125783e-15 relative error 2.8786581911471604e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9283689672491593 y1[1] (numeric) 1.928368967249167 absolute error 7.771561172376096e-15 relative error 4.0301214676060244e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1909999999999796 y2[1] (analytic) 1.9287401628750316 y2[1] (numeric) 1.9287401628750371 absolute error 5.551115123125783e-15 relative error 2.878104179077778e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9287401628750316 y1[1] (numeric) 1.9287401628750394 absolute error 7.771561172376096e-15 relative error 4.029345850708889e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1919999999999795 y2[1] (analytic) 1.9291104297608181 y2[1] (numeric) 1.929110429760824 absolute error 5.773159728050814e-15 relative error 2.9926538361863517e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9291104297608181 y1[1] (numeric) 1.9291104297608261 absolute error 7.993605777301127e-15 relative error 4.1436745424118716e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1929999999999794 y2[1] (analytic) 1.9294797675362525 y2[1] (numeric) 1.9294797675362583 absolute error 5.773159728050814e-15 relative error 2.992080987416907e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9294797675362525 y1[1] (numeric) 1.9294797675362607 absolute error 8.215650382226158e-15 relative error 4.2579614051702133e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1939999999999793 y2[1] (analytic) 1.929848175831997 y2[1] (numeric) 1.9298481758320027 absolute error 5.773159728050814e-15 relative error 2.991509798723875e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.929848175831997 y1[1] (numeric) 1.9298481758320052 absolute error 8.215650382226158e-15 relative error 4.257148559722437e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1949999999999792 y2[1] (analytic) 1.930215654279643 y2[1] (numeric) 1.9302156542796487 absolute error 5.773159728050814e-15 relative error 2.990940268902419e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.930215654279643 y1[1] (numeric) 1.9302156542796511 absolute error 8.215650382226158e-15 relative error 4.2563380749765196e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.195999999999979 y2[1] (analytic) 1.9305822025117123 y2[1] (numeric) 1.930582202511718 absolute error 5.773159728050814e-15 relative error 2.990372396751539e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9305822025117123 y1[1] (numeric) 1.9305822025117205 absolute error 8.215650382226158e-15 relative error 4.255529949223344e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.196999999999979 y2[1] (analytic) 1.9309478201616566 y2[1] (numeric) 1.9309478201616623 absolute error 5.773159728050814e-15 relative error 2.9898061810740654e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9309478201616566 y1[1] (numeric) 1.9309478201616648 absolute error 8.215650382226158e-15 relative error 4.2547241807592473e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1979999999999789 y2[1] (analytic) 1.9313125068638584 y2[1] (numeric) 1.9313125068638641 absolute error 5.773159728050814e-15 relative error 2.9892416206766553e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9313125068638584 y1[1] (numeric) 1.9313125068638666 absolute error 8.215650382226158e-15 relative error 4.2539207678860097e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1989999999999787 y2[1] (analytic) 1.9316762622536308 y2[1] (numeric) 1.9316762622536365 absolute error 5.773159728050814e-15 relative error 2.988678714369786e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9316762622536308 y1[1] (numeric) 1.931676262253639 absolute error 8.215650382226158e-15 relative error 4.253119708910849e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.1999999999999786 y2[1] (analytic) 1.9320390859672187 y2[1] (numeric) 1.9320390859672243 absolute error 5.551115123125783e-15 relative error 2.8731898663151423e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9320390859672187 y1[1] (numeric) 1.9320390859672267 absolute error 7.993605777301127e-15 relative error 4.1373934074938045e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2009999999999785 y2[1] (analytic) 1.932400977641798 y2[1] (numeric) 1.9324009776418039 absolute error 5.773159728050814e-15 relative error 2.9875578592886446e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.932400977641798 y1[1] (numeric) 1.9324009776418063 absolute error 8.215650382226158e-15 relative error 4.251524645910763e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2019999999999784 y2[1] (analytic) 1.9327619369154778 y2[1] (numeric) 1.9327619369154834 absolute error 5.551115123125783e-15 relative error 2.8721152963022887e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9327619369154778 y1[1] (numeric) 1.9327619369154858 absolute error 7.993605777301127e-15 relative error 4.1358460266752956e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2029999999999783 y2[1] (analytic) 1.9331219634272983 y2[1] (numeric) 1.9331219634273038 absolute error 5.551115123125783e-15 relative error 2.87158039076025e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9331219634272983 y1[1] (numeric) 1.9331219634273062 absolute error 7.993605777301127e-15 relative error 4.13507576269476e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2039999999999782 y2[1] (analytic) 1.933481056817233 y2[1] (numeric) 1.9334810568172385 absolute error 5.551115123125783e-15 relative error 2.871047070025944e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.933481056817233 y1[1] (numeric) 1.933481056817241 absolute error 7.993605777301127e-15 relative error 4.1343077808373597e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.204999999999978 y2[1] (analytic) 1.9338392167261886 y2[1] (numeric) 1.9338392167261942 absolute error 5.551115123125783e-15 relative error 2.8705153329775306e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9338392167261886 y1[1] (numeric) 1.9338392167261966 absolute error 7.993605777301127e-15 relative error 4.1335420794876443e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.205999999999978 y2[1] (analytic) 1.9341964427960054 y2[1] (numeric) 1.934196442796011 absolute error 5.551115123125783e-15 relative error 2.869985178496807e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9341964427960054 y1[1] (numeric) 1.9341964427960134 absolute error 7.993605777301127e-15 relative error 4.132778657035402e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2069999999999779 y2[1] (analytic) 1.9345527346694573 y2[1] (numeric) 1.9345527346694629 absolute error 5.551115123125783e-15 relative error 2.8694566054692017e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9345527346694573 y1[1] (numeric) 1.9345527346694653 absolute error 7.993605777301127e-15 relative error 4.132017511875651e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2079999999999778 y2[1] (analytic) 1.9349080919902524 y2[1] (numeric) 1.934908091990258 absolute error 5.551115123125783e-15 relative error 2.8689296127837727e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9349080919902524 y1[1] (numeric) 1.9349080919902604 absolute error 7.993605777301127e-15 relative error 4.1312586424086326e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2089999999999776 y2[1] (analytic) 1.9352625144030333 y2[1] (numeric) 1.9352625144030389 absolute error 5.551115123125783e-15 relative error 2.8684041993331974e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9352625144030333 y1[1] (numeric) 1.9352625144030413 absolute error 7.993605777301127e-15 relative error 4.130502047039804e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2099999999999775 y2[1] (analytic) 1.9356160015533779 y2[1] (numeric) 1.9356160015533834 absolute error 5.551115123125783e-15 relative error 2.867880364013772e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9356160015533779 y1[1] (numeric) 1.9356160015533859 absolute error 7.993605777301127e-15 relative error 4.129747724179831e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2109999999999774 y2[1] (analytic) 1.935968553087799 y2[1] (numeric) 1.9359685530878044 absolute error 5.329070518200751e-15 relative error 2.752663781496388e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.935968553087799 y1[1] (numeric) 1.9359685530878068 absolute error 7.771561172376096e-15 relative error 4.0143013480155657e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2119999999999773 y2[1] (analytic) 1.9363201686537448 y2[1] (numeric) 1.9363201686537503 absolute error 5.551115123125783e-15 relative error 2.8668374233716096e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9363201686537448 y1[1] (numeric) 1.9363201686537528 absolute error 7.993605777301127e-15 relative error 4.1282458896551184e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2129999999999772 y2[1] (analytic) 1.9366708478996002 y2[1] (numeric) 1.9366708478996055 absolute error 5.329070518200751e-15 relative error 2.7516655832251254e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9366708478996002 y1[1] (numeric) 1.936670847899608 absolute error 7.771561172376096e-15 relative error 4.012845642203308e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.213999999999977 y2[1] (analytic) 1.9370205904746856 y2[1] (numeric) 1.9370205904746909 absolute error 5.329070518200751e-15 relative error 2.751168750815814e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9370205904746856 y1[1] (numeric) 1.9370205904746933 absolute error 7.771561172376096e-15 relative error 4.012121094939729e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.214999999999977 y2[1] (analytic) 1.9373693960292586 y2[1] (numeric) 1.937369396029264 absolute error 5.329070518200751e-15 relative error 2.750673428166546e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9373693960292586 y1[1] (numeric) 1.9373693960292664 absolute error 7.771561172376096e-15 relative error 4.011398749409546e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2159999999999769 y2[1] (analytic) 1.9377172642145135 y2[1] (numeric) 1.937717264214519 absolute error 5.551115123125783e-15 relative error 2.864770431498437e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9377172642145135 y1[1] (numeric) 1.9377172642145215 absolute error 7.993605777301127e-15 relative error 4.125269421357749e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2169999999999768 y2[1] (analytic) 1.9380641946825827 y2[1] (numeric) 1.938064194682588 absolute error 5.329070518200751e-15 relative error 2.7496873079962915e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9380641946825827 y1[1] (numeric) 1.9380641946825905 absolute error 7.771561172376096e-15 relative error 4.009960657494592e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2179999999999767 y2[1] (analytic) 1.9384101870865351 y2[1] (numeric) 1.9384101870865407 absolute error 5.551115123125783e-15 relative error 2.8637463629249737e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9384101870865351 y1[1] (numeric) 1.9384101870865431 absolute error 7.993605777301127e-15 relative error 4.123794762611962e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2189999999999765 y2[1] (analytic) 1.9387552410803788 y2[1] (numeric) 1.9387552410803843 absolute error 5.551115123125783e-15 relative error 2.8632366817135736e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9387552410803788 y1[1] (numeric) 1.9387552410803868 absolute error 7.993605777301127e-15 relative error 4.1230608216675457e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2199999999999764 y2[1] (analytic) 1.9390993563190595 y2[1] (numeric) 1.939099356319065 absolute error 5.551115123125783e-15 relative error 2.862728567794131e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9390993563190595 y1[1] (numeric) 1.9390993563190675 absolute error 7.993605777301127e-15 relative error 4.122329137623549e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2209999999999763 y2[1] (analytic) 1.9394425324584623 y2[1] (numeric) 1.9394425324584679 absolute error 5.551115123125783e-15 relative error 2.862222020102404e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9394425324584623 y1[1] (numeric) 1.9394425324584703 absolute error 7.993605777301127e-15 relative error 4.121599708947462e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2219999999999762 y2[1] (analytic) 1.9397847691554109 y2[1] (numeric) 1.9397847691554164 absolute error 5.551115123125783e-15 relative error 2.861717037577709e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9397847691554109 y1[1] (numeric) 1.9397847691554189 absolute error 7.993605777301127e-15 relative error 4.120872534111901e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.222999999999976 y2[1] (analytic) 1.9401260660676685 y2[1] (numeric) 1.9401260660676742 absolute error 5.773159728050814e-15 relative error 2.975662163929432e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9401260660676685 y1[1] (numeric) 1.9401260660676767 absolute error 8.215650382226158e-15 relative error 4.2345961563611143e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.223999999999976 y2[1] (analytic) 1.9404664228539383 y2[1] (numeric) 1.9404664228539443 absolute error 5.995204332975845e-15 relative error 3.0895687049087954e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9404664228539383 y1[1] (numeric) 1.9404664228539468 absolute error 8.43769498715119e-15 relative error 4.3482818809827493e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2249999999999759 y2[1] (analytic) 1.9408058391738638 y2[1] (numeric) 1.9408058391738698 absolute error 5.995204332975845e-15 relative error 3.0890283880884257e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9408058391738638 y1[1] (numeric) 1.9408058391738723 absolute error 8.43769498715119e-15 relative error 4.347521435087414e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2259999999999758 y2[1] (analytic) 1.9411443146880285 y2[1] (numeric) 1.9411443146880345 absolute error 5.995204332975845e-15 relative error 3.088489757104621e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9411443146880285 y1[1] (numeric) 1.941144314688037 absolute error 8.43769498715119e-15 relative error 4.346763361850948e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2269999999999757 y2[1] (analytic) 1.941481849057957 y2[1] (numeric) 1.941481849057963 absolute error 5.995204332975845e-15 relative error 3.087952810830979e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.941481849057957 y1[1] (numeric) 1.9414818490579655 absolute error 8.43769498715119e-15 relative error 4.346007659688045e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2279999999999756 y2[1] (analytic) 1.9418184419461149 y2[1] (numeric) 1.9418184419461209 absolute error 5.995204332975845e-15 relative error 3.087417548144911e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9418184419461149 y1[1] (numeric) 1.9418184419461233 absolute error 8.43769498715119e-15 relative error 4.3452543270187636e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2289999999999754 y2[1] (analytic) 1.9421540930159094 y2[1] (numeric) 1.9421540930159154 absolute error 5.995204332975845e-15 relative error 3.086883967927634e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9421540930159094 y1[1] (numeric) 1.9421540930159178 absolute error 8.43769498715119e-15 relative error 4.344503362268522e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2299999999999753 y2[1] (analytic) 1.9424888019316893 y2[1] (numeric) 1.9424888019316953 absolute error 5.995204332975845e-15 relative error 3.086352069064168e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9424888019316893 y1[1] (numeric) 1.9424888019316977 absolute error 8.43769498715119e-15 relative error 4.3437547638680876e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2309999999999752 y2[1] (analytic) 1.942822568358746 y2[1] (numeric) 1.942822568358752 absolute error 5.995204332975845e-15 relative error 3.0858218504433283e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.942822568358746 y1[1] (numeric) 1.9428225683587543 absolute error 8.43769498715119e-15 relative error 4.3430085302535737e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2319999999999751 y2[1] (analytic) 1.9431553919633124 y2[1] (numeric) 1.9431553919633187 absolute error 6.217248937900877e-15 relative error 3.1995634335857897e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9431553919633124 y1[1] (numeric) 1.943155391963321 absolute error 8.659739592076221e-15 relative error 4.4565347824944925e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.232999999999975 y2[1] (analytic) 1.9434872724125658 y2[1] (numeric) 1.943487272412572 absolute error 6.217248937900877e-15 relative error 3.1990170587446334e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9434872724125658 y1[1] (numeric) 1.9434872724125745 absolute error 8.659739592076221e-15 relative error 4.455773760394311e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.233999999999975 y2[1] (analytic) 1.9438182093746255 y2[1] (numeric) 1.9438182093746317 absolute error 6.217248937900877e-15 relative error 3.1984724229438716e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9438182093746255 y1[1] (numeric) 1.9438182093746341 absolute error 8.659739592076221e-15 relative error 4.455015160528964e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2349999999999748 y2[1] (analytic) 1.9441482025185541 y2[1] (numeric) 1.9441482025185606 absolute error 6.439293542825908e-15 relative error 3.312141293798539e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9441482025185541 y1[1] (numeric) 1.944148202518563 absolute error 8.881784197001252e-15 relative error 4.56847075006695e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2359999999999747 y2[1] (analytic) 1.9444772515143591 y2[1] (numeric) 1.9444772515143656 absolute error 6.439293542825908e-15 relative error 3.3115808054894886e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9444772515143591 y1[1] (numeric) 1.944477251514368 absolute error 8.881784197001252e-15 relative error 4.567697662744122e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2369999999999746 y2[1] (analytic) 1.9448053560329914 y2[1] (numeric) 1.9448053560329979 absolute error 6.439293542825908e-15 relative error 3.3110221148098653e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9448053560329914 y1[1] (numeric) 1.9448053560330003 absolute error 8.881784197001252e-15 relative error 4.566927054910158e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2379999999999745 y2[1] (analytic) 1.9451325157463464 y2[1] (numeric) 1.9451325157463528 absolute error 6.439293542825908e-15 relative error 3.3104652205945744e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9451325157463464 y1[1] (numeric) 1.9451325157463553 absolute error 8.881784197001252e-15 relative error 4.566158924958033e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2389999999999743 y2[1] (analytic) 1.9454587303272644 y2[1] (numeric) 1.9454587303272708 absolute error 6.439293542825908e-15 relative error 3.3099101216825566e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9454587303272644 y1[1] (numeric) 1.9454587303272732 absolute error 8.881784197001252e-15 relative error 4.565393271286285e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2399999999999742 y2[1] (analytic) 1.9457839994495307 y2[1] (numeric) 1.9457839994495372 absolute error 6.439293542825908e-15 relative error 3.309356816916784e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9457839994495307 y1[1] (numeric) 1.9457839994495396 absolute error 8.881784197001252e-15 relative error 4.564630092299012e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2409999999999741 y2[1] (analytic) 1.9461083227878764 y2[1] (numeric) 1.9461083227878828 absolute error 6.439293542825908e-15 relative error 3.308805305144252e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9461083227878764 y1[1] (numeric) 1.9461083227878853 absolute error 8.881784197001252e-15 relative error 4.563869386405865e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.241999999999974 y2[1] (analytic) 1.9464317000179783 y2[1] (numeric) 1.9464317000179847 absolute error 6.439293542825908e-15 relative error 3.3082555852159783e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9464317000179783 y1[1] (numeric) 1.9464317000179872 absolute error 8.881784197001252e-15 relative error 4.563111152022039e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.242999999999974 y2[1] (analytic) 1.9467541308164589 y2[1] (numeric) 1.9467541308164653 absolute error 6.439293542825908e-15 relative error 3.3077076559869945e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9467541308164589 y1[1] (numeric) 1.9467541308164678 absolute error 8.881784197001252e-15 relative error 4.562355387568269e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2439999999999738 y2[1] (analytic) 1.9470756148608874 y2[1] (numeric) 1.947075614860894 absolute error 6.661338147750939e-15 relative error 3.421201568603113e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9470756148608874 y1[1] (numeric) 1.9470756148608965 absolute error 9.103828801926284e-15 relative error 4.675642143757588e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2449999999999737 y2[1] (analytic) 1.9473961518297802 y2[1] (numeric) 1.9473961518297869 absolute error 6.661338147750939e-15 relative error 3.420638446621106e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9473961518297802 y1[1] (numeric) 1.9473961518297893 absolute error 9.103828801926284e-15 relative error 4.674872543715512e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2459999999999736 y2[1] (analytic) 1.9477157414026003 y2[1] (numeric) 1.9477157414026067 absolute error 6.439293542825908e-15 relative error 3.3060746011062205e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9477157414026003 y1[1] (numeric) 1.9477157414026092 absolute error 8.881784197001252e-15 relative error 4.560102898077545e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2469999999999735 y2[1] (analytic) 1.9480343832597575 y2[1] (numeric) 1.9480343832597642 absolute error 6.661338147750939e-15 relative error 3.419517748246384e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9480343832597575 y1[1] (numeric) 1.9480343832597666 absolute error 9.103828801926284e-15 relative error 4.673340922603391e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2479999999999734 y2[1] (analytic) 1.9483520770826108 y2[1] (numeric) 1.9483520770826175 absolute error 6.661338147750939e-15 relative error 3.418960169522018e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9483520770826108 y1[1] (numeric) 1.94835207708262 absolute error 9.103828801926284e-15 relative error 4.672578898346758e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2489999999999732 y2[1] (analytic) 1.948668822553466 y2[1] (numeric) 1.9486688225534727 absolute error 6.661338147750939e-15 relative error 3.418404436225423e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.948668822553466 y1[1] (numeric) 1.9486688225534752 absolute error 9.103828801926284e-15 relative error 4.671819396174745e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2499999999999731 y2[1] (analytic) 1.9489846193555778 y2[1] (numeric) 1.9489846193555844 absolute error 6.661338147750939e-15 relative error 3.4178505472010747e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9489846193555778 y1[1] (numeric) 1.9489846193555869 absolute error 9.103828801926284e-15 relative error 4.671062414508135e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.250999999999973 y2[1] (analytic) 1.9492994671731492 y2[1] (numeric) 1.9492994671731558 absolute error 6.661338147750939e-15 relative error 3.417298501297562e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9492994671731492 y1[1] (numeric) 1.9492994671731583 absolute error 9.103828801926284e-15 relative error 4.670307951773335e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.251999999999973 y2[1] (analytic) 1.9496133656913326 y2[1] (numeric) 1.9496133656913393 absolute error 6.661338147750939e-15 relative error 3.416748297367581e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9496133656913326 y1[1] (numeric) 1.9496133656913417 absolute error 9.103828801926284e-15 relative error 4.66955600640236e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2529999999999728 y2[1] (analytic) 1.9499263145962291 y2[1] (numeric) 1.949926314596236 absolute error 6.8833827526759706e-15 relative error 3.5300732654101915e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9499263145962291 y1[1] (numeric) 1.9499263145962384 absolute error 9.325873406851315e-15 relative error 4.782679907975098e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2539999999999727 y2[1] (analytic) 1.9502383135748906 y2[1] (numeric) 1.9502383135748973 absolute error 6.661338147750939e-15 relative error 3.4156534108594924e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9502383135748906 y1[1] (numeric) 1.9502383135748997 absolute error 9.103828801926284e-15 relative error 4.668059661507973e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2549999999999726 y2[1] (analytic) 1.9505493623153174 y2[1] (numeric) 1.9505493623153243 absolute error 6.8833827526759706e-15 relative error 3.5289456835408365e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9505493623153174 y1[1] (numeric) 1.9505493623153267 absolute error 9.325873406851315e-15 relative error 4.781152216410166e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2559999999999725 y2[1] (analytic) 1.9508594605064613 y2[1] (numeric) 1.9508594605064682 absolute error 6.8833827526759706e-15 relative error 3.5283847411996456e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9508594605064613 y1[1] (numeric) 1.9508594605064706 absolute error 9.325873406851315e-15 relative error 4.780392230012423e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2569999999999724 y2[1] (analytic) 1.951168607838224 y2[1] (numeric) 1.9511686078382309 absolute error 6.8833827526759706e-15 relative error 3.527825696366825e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.951168607838224 y1[1] (numeric) 1.9511686078382333 absolute error 9.325873406851315e-15 relative error 4.779634814432472e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2579999999999723 y2[1] (analytic) 1.9514768040014578 y2[1] (numeric) 1.951476804001465 absolute error 7.105427357601002e-15 relative error 3.641051404265471e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9514768040014578 y1[1] (numeric) 1.9514768040014674 absolute error 9.547918011776346e-15 relative error 4.892662824481727e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2589999999999721 y2[1] (analytic) 1.9517840486879674 y2[1] (numeric) 1.9517840486879743 absolute error 6.8833827526759706e-15 relative error 3.5267132945897026e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9517840486879674 y1[1] (numeric) 1.9517840486879767 absolute error 9.325873406851315e-15 relative error 4.778127689444113e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.259999999999972 y2[1] (analytic) 1.952090341590507 y2[1] (numeric) 1.9520903415905142 absolute error 7.105427357601002e-15 relative error 3.639907030025928e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.952090341590507 y1[1] (numeric) 1.9520903415905166 absolute error 9.547918011776346e-15 relative error 4.89112507159734e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.260999999999972 y2[1] (analytic) 1.952395682402785 y2[1] (numeric) 1.952395682402792 absolute error 6.8833827526759706e-15 relative error 3.525608468978323e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.952395682402785 y1[1] (numeric) 1.9523956824027944 absolute error 9.325873406851315e-15 relative error 4.776630828938373e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2619999999999718 y2[1] (analytic) 1.9527000708194595 y2[1] (numeric) 1.9527000708194666 absolute error 7.105427357601002e-15 relative error 3.6387704716061063e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9527000708194595 y1[1] (numeric) 1.952700070819469 absolute error 9.547918011776346e-15 relative error 4.889597821220706e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2629999999999717 y2[1] (analytic) 1.9530035065361426 y2[1] (numeric) 1.9530035065361497 absolute error 7.105427357601002e-15 relative error 3.63820512038057e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9530035065361426 y1[1] (numeric) 1.9530035065361522 absolute error 9.547918011776346e-15 relative error 4.888838130511391e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2639999999999716 y2[1] (analytic) 1.9533059892493987 y2[1] (numeric) 1.9533059892494058 absolute error 7.105427357601002e-15 relative error 3.6376417195809756e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9533059892493987 y1[1] (numeric) 1.9533059892494082 absolute error 9.547918011776346e-15 relative error 4.888081060686936e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2649999999999715 y2[1] (analytic) 1.953607518656745 y2[1] (numeric) 1.953607518656752 absolute error 7.105427357601002e-15 relative error 3.637080268039984e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.953607518656745 y1[1] (numeric) 1.9536075186567545 absolute error 9.547918011776346e-15 relative error 4.887326610178729e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2659999999999714 y2[1] (analytic) 1.9539080944566523 y2[1] (numeric) 1.9539080944566591 absolute error 6.8833827526759706e-15 relative error 3.5228794907009787e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9539080944566523 y1[1] (numeric) 1.9539080944566616 absolute error 9.325873406851315e-15 relative error 4.772933503530358e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2669999999999713 y2[1] (analytic) 1.9542077163485443 y2[1] (numeric) 1.9542077163485512 absolute error 6.8833827526759706e-15 relative error 3.522339357833279e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9542077163485443 y1[1] (numeric) 1.9542077163485536 absolute error 9.325873406851315e-15 relative error 4.772201710612829e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2679999999999712 y2[1] (analytic) 1.9545063840327996 y2[1] (numeric) 1.9545063840328065 absolute error 6.8833827526759706e-15 relative error 3.5218011099422724e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9545063840327996 y1[1] (numeric) 1.954506384032809 absolute error 9.325873406851315e-15 relative error 4.771472471534691e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.268999999999971 y2[1] (analytic) 1.9548040972107503 y2[1] (numeric) 1.9548040972107574 absolute error 7.105427357601002e-15 relative error 3.634853931265807e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9548040972107503 y1[1] (numeric) 1.9548040972107599 absolute error 9.547918011776346e-15 relative error 4.884334970138427e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.269999999999971 y2[1] (analytic) 1.9551008555846836 y2[1] (numeric) 1.9551008555846905 absolute error 6.8833827526759706e-15 relative error 3.520730264637656e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9551008555846836 y1[1] (numeric) 1.9551008555846932 absolute error 9.547918011776346e-15 relative error 4.88359359288449e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2709999999999708 y2[1] (analytic) 1.9553966588578406 y2[1] (numeric) 1.9553966588578477 absolute error 7.105427357601002e-15 relative error 3.633752428395437e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9553966588578406 y1[1] (numeric) 1.9553966588578504 absolute error 9.769962616701378e-15 relative error 4.996409589043725e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2719999999999707 y2[1] (analytic) 1.9556915067344187 y2[1] (numeric) 1.9556915067344256 absolute error 6.8833827526759706e-15 relative error 3.51966694592325e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9556915067344187 y1[1] (numeric) 1.9556915067344283 absolute error 9.547918011776346e-15 relative error 4.882118666925798e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2729999999999706 y2[1] (analytic) 1.9559853989195695 y2[1] (numeric) 1.9559853989195763 absolute error 6.8833827526759706e-15 relative error 3.519138106285535e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9559853989195695 y1[1] (numeric) 1.955985398919579 absolute error 9.547918011776346e-15 relative error 4.881385115170258e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2739999999999705 y2[1] (analytic) 1.9562783351194013 y2[1] (numeric) 1.956278335119408 absolute error 6.661338147750939e-15 relative error 3.405107559678805e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9562783351194013 y1[1] (numeric) 1.9562783351194106 absolute error 9.325873406851315e-15 relative error 4.767150583550327e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2749999999999704 y2[1] (analytic) 1.9565703150409774 y2[1] (numeric) 1.956570315040984 absolute error 6.661338147750939e-15 relative error 3.404599413853127e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9565703150409774 y1[1] (numeric) 1.9565703150409868 absolute error 9.325873406851315e-15 relative error 4.766439179394377e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2759999999999703 y2[1] (analytic) 1.9568613383923181 y2[1] (numeric) 1.956861338392325 absolute error 6.8833827526759706e-15 relative error 3.5175628531406793e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9568613383923181 y1[1] (numeric) 1.9568613383923277 absolute error 9.547918011776346e-15 relative error 4.87920008661449e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2769999999999702 y2[1] (analytic) 1.9571514048824004 y2[1] (numeric) 1.9571514048824072 absolute error 6.8833827526759706e-15 relative error 3.517041520397638e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9571514048824004 y1[1] (numeric) 1.95715140488241 absolute error 9.547918011776346e-15 relative error 4.878476947648337e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.27799999999997 y2[1] (analytic) 1.9574405142211573 y2[1] (numeric) 1.9574405142211644 absolute error 7.105427357601002e-15 relative error 3.629958257213333e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9574405142211573 y1[1] (numeric) 1.957440514221167 absolute error 9.769962616701378e-15 relative error 4.991192603668333e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.27899999999997 y2[1] (analytic) 1.95772866611948 y2[1] (numeric) 1.957728666119487 absolute error 7.105427357601002e-15 relative error 3.62942397512371e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.95772866611948 y1[1] (numeric) 1.9577286661194897 absolute error 9.769962616701378e-15 relative error 4.990457965795102e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2799999999999698 y2[1] (analytic) 1.9580158602892164 y2[1] (numeric) 1.9580158602892233 absolute error 6.8833827526759706e-15 relative error 3.515488762005857e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9580158602892164 y1[1] (numeric) 1.958015860289226 absolute error 9.547918011776346e-15 relative error 4.876323121491995e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2809999999999697 y2[1] (analytic) 1.9583020964431723 y2[1] (numeric) 1.9583020964431792 absolute error 6.8833827526759706e-15 relative error 3.514974918924986e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9583020964431723 y1[1] (numeric) 1.9583020964431819 absolute error 9.547918011776346e-15 relative error 4.875610371412078e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2819999999999696 y2[1] (analytic) 1.9585873742951114 y2[1] (numeric) 1.9585873742951185 absolute error 7.105427357601002e-15 relative error 3.627832718036498e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9585873742951114 y1[1] (numeric) 1.9585873742951212 absolute error 9.769962616701378e-15 relative error 4.988269987300184e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2829999999999695 y2[1] (analytic) 1.9588716935597563 y2[1] (numeric) 1.9588716935597634 absolute error 7.105427357601002e-15 relative error 3.627306158418511e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9588716935597563 y1[1] (numeric) 1.958871693559766 absolute error 9.769962616701378e-15 relative error 4.987545967825452e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2839999999999694 y2[1] (analytic) 1.9591550539527876 y2[1] (numeric) 1.9591550539527947 absolute error 7.105427357601002e-15 relative error 3.626781526691879e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9591550539527876 y1[1] (numeric) 1.9591550539527973 absolute error 9.769962616701378e-15 relative error 4.986824599201334e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2849999999999693 y2[1] (analytic) 1.9594374551908447 y2[1] (numeric) 1.9594374551908518 absolute error 7.105427357601002e-15 relative error 3.6262588217744106e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9594374551908447 y1[1] (numeric) 1.9594374551908544 absolute error 9.769962616701378e-15 relative error 4.986105879939815e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2859999999999692 y2[1] (analytic) 1.9597188969915267 y2[1] (numeric) 1.9597188969915338 absolute error 7.105427357601002e-15 relative error 3.625738042588117e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9597188969915267 y1[1] (numeric) 1.9597188969915365 absolute error 9.769962616701378e-15 relative error 4.985389808558661e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.286999999999969 y2[1] (analytic) 1.9599993790733916 y2[1] (numeric) 1.9599993790733987 absolute error 7.105427357601002e-15 relative error 3.625219188059213e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9599993790733916 y1[1] (numeric) 1.9599993790734014 absolute error 9.769962616701378e-15 relative error 4.984676383581418e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.287999999999969 y2[1] (analytic) 1.9602789011559576 y2[1] (numeric) 1.9602789011559645 absolute error 6.8833827526759706e-15 relative error 3.511430311583166e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9602789011559576 y1[1] (numeric) 1.9602789011559671 absolute error 9.547918011776346e-15 relative error 4.870693658002456e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2889999999999688 y2[1] (analytic) 1.9605574629597022 y2[1] (numeric) 1.9605574629597091 absolute error 6.8833827526759706e-15 relative error 3.510931397177545e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9605574629597022 y1[1] (numeric) 1.9605574629597118 absolute error 9.547918011776346e-15 relative error 4.870001615439821e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2899999999999687 y2[1] (analytic) 1.960835064206064 y2[1] (numeric) 1.960835064206071 absolute error 7.105427357601002e-15 relative error 3.6236741617418837e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.960835064206064 y1[1] (numeric) 1.9608350642060737 absolute error 9.769962616701378e-15 relative error 4.982551972395091e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2909999999999686 y2[1] (analytic) 1.9611117046174416 y2[1] (numeric) 1.9611117046174487 absolute error 7.105427357601002e-15 relative error 3.623162995188524e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9611117046174416 y1[1] (numeric) 1.9611117046174513 absolute error 9.769962616701378e-15 relative error 4.98184911838422e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2919999999999685 y2[1] (analytic) 1.9613873839171947 y2[1] (numeric) 1.9613873839172018 absolute error 7.105427357601002e-15 relative error 3.6226537479864694e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9613873839171947 y1[1] (numeric) 1.9613873839172045 absolute error 9.769962616701378e-15 relative error 4.981148903481395e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2929999999999684 y2[1] (analytic) 1.9616621018296443 y2[1] (numeric) 1.9616621018296512 absolute error 6.8833827526759706e-15 relative error 3.50895434349057e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9616621018296443 y1[1] (numeric) 1.9616621018296538 absolute error 9.547918011776346e-15 relative error 4.867259250648209e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2939999999999683 y2[1] (analytic) 1.9619358580800719 y2[1] (numeric) 1.9619358580800788 absolute error 6.8833827526759706e-15 relative error 3.5084647259630447e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9619358580800719 y1[1] (numeric) 1.9619358580800814 absolute error 9.547918011776346e-15 relative error 4.866580103755191e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2949999999999682 y2[1] (analytic) 1.9622086523947215 y2[1] (numeric) 1.9622086523947284 absolute error 6.8833827526759706e-15 relative error 3.5079769647714795e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9622086523947215 y1[1] (numeric) 1.962208652394731 absolute error 9.547918011776346e-15 relative error 4.865903531779794e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.295999999999968 y2[1] (analytic) 1.9624804845007993 y2[1] (numeric) 1.962480484500806 absolute error 6.661338147750939e-15 relative error 3.394346186043934e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9624804845007993 y1[1] (numeric) 1.9624804845008086 absolute error 9.325873406851315e-15 relative error 4.752084660461507e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.296999999999968 y2[1] (analytic) 1.9627513541264725 y2[1] (numeric) 1.9627513541264792 absolute error 6.661338147750939e-15 relative error 3.393877749082275e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9627513541264725 y1[1] (numeric) 1.9627513541264818 absolute error 9.325873406851315e-15 relative error 4.751428848715185e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2979999999999678 y2[1] (analytic) 1.9630212610008717 y2[1] (numeric) 1.9630212610008786 absolute error 6.8833827526759706e-15 relative error 3.5065248091945723e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9630212610008717 y1[1] (numeric) 1.9630212610008813 absolute error 9.547918011776346e-15 relative error 4.863889251463439e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2989999999999677 y2[1] (analytic) 1.9632902048540903 y2[1] (numeric) 1.9632902048540972 absolute error 6.8833827526759706e-15 relative error 3.506044463348981e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9632902048540903 y1[1] (numeric) 1.9632902048540999 absolute error 9.547918011776346e-15 relative error 4.863222965290522e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.2999999999999676 y2[1] (analytic) 1.9635581854171842 y2[1] (numeric) 1.9635581854171913 absolute error 7.105427357601002e-15 relative error 3.6186487420495556e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9635581854171842 y1[1] (numeric) 1.963558185417194 absolute error 9.769962616701378e-15 relative error 4.975642020318139e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3009999999999675 y2[1] (analytic) 1.9638252024221732 y2[1] (numeric) 1.9638252024221803 absolute error 7.105427357601002e-15 relative error 3.618156722317852e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9638252024221732 y1[1] (numeric) 1.963825202422183 absolute error 9.769962616701378e-15 relative error 4.974965493187047e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3019999999999674 y2[1] (analytic) 1.96409125560204 y2[1] (numeric) 1.9640912556020471 absolute error 7.105427357601002e-15 relative error 3.6176666116376664e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.96409125560204 y1[1] (numeric) 1.9640912556020498 absolute error 9.769962616701378e-15 relative error 4.974291591001791e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3029999999999673 y2[1] (analytic) 1.9643563446907315 y2[1] (numeric) 1.9643563446907386 absolute error 7.105427357601002e-15 relative error 3.617178409001795e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9643563446907315 y1[1] (numeric) 1.9643563446907413 absolute error 9.769962616701378e-15 relative error 4.973620312377469e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3039999999999672 y2[1] (analytic) 1.9646204694231586 y2[1] (numeric) 1.9646204694231657 absolute error 7.105427357601002e-15 relative error 3.6166921134071557e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9646204694231586 y1[1] (numeric) 1.9646204694231684 absolute error 9.769962616701378e-15 relative error 4.972951655934839e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.304999999999967 y2[1] (analytic) 1.9648836295351968 y2[1] (numeric) 1.964883629535204 absolute error 7.105427357601002e-15 relative error 3.6162077238547845e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9648836295351968 y1[1] (numeric) 1.9648836295352066 absolute error 9.769962616701378e-15 relative error 4.972285620300328e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.305999999999967 y2[1] (analytic) 1.965145824763686 y2[1] (numeric) 1.9651458247636928 absolute error 6.8833827526759706e-15 relative error 3.50273382562015e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.965145824763686 y1[1] (numeric) 1.9651458247636957 absolute error 9.769962616701378e-15 relative error 4.97162220410602e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3069999999999669 y2[1] (analytic) 1.9654070548464306 y2[1] (numeric) 1.9654070548464375 absolute error 6.8833827526759706e-15 relative error 3.5022682633108855e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9654070548464306 y1[1] (numeric) 1.9654070548464404 absolute error 9.769962616701378e-15 relative error 4.970961405989644e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3079999999999667 y2[1] (analytic) 1.965667319522201 y2[1] (numeric) 1.9656673195222079 absolute error 6.8833827526759706e-15 relative error 3.501804544600726e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.965667319522201 y1[1] (numeric) 1.9656673195222107 absolute error 9.769962616701378e-15 relative error 4.970303224594579e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3089999999999666 y2[1] (analytic) 1.965926618530732 y2[1] (numeric) 1.9659266185307391 absolute error 7.105427357601002e-15 relative error 3.6142892062326115e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.965926618530732 y1[1] (numeric) 1.965926618530742 absolute error 9.992007221626409e-15 relative error 5.08259419626461e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3099999999999665 y2[1] (analytic) 1.9661849516127254 y2[1] (numeric) 1.9661849516127323 absolute error 6.8833827526759706e-15 relative error 3.500882634174373e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9661849516127254 y1[1] (numeric) 1.9661849516127352 absolute error 9.769962616701378e-15 relative error 4.968994706570078e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3109999999999664 y2[1] (analytic) 1.9664423185098476 y2[1] (numeric) 1.9664423185098545 absolute error 6.8833827526759706e-15 relative error 3.5004244405664216e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9664423185098476 y1[1] (numeric) 1.9664423185098574 absolute error 9.769962616701378e-15 relative error 4.968344367255566e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3119999999999663 y2[1] (analytic) 1.9666987189647318 y2[1] (numeric) 1.9666987189647387 absolute error 6.8833827526759706e-15 relative error 3.499968086774052e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9666987189647318 y1[1] (numeric) 1.9666987189647416 absolute error 9.769962616701378e-15 relative error 4.967696639292202e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3129999999999662 y2[1] (analytic) 1.9669541527209775 y2[1] (numeric) 1.9669541527209844 absolute error 6.8833827526759706e-15 relative error 3.4995135718612825e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9669541527209775 y1[1] (numeric) 1.9669541527209873 absolute error 9.769962616701378e-15 relative error 4.967051521351498e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.313999999999966 y2[1] (analytic) 1.9672086195231508 y2[1] (numeric) 1.967208619523158 absolute error 7.105427357601002e-15 relative error 3.611933826989508e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9672086195231508 y1[1] (numeric) 1.9672086195231608 absolute error 9.992007221626409e-15 relative error 5.079281944203996e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.314999999999966 y2[1] (analytic) 1.9674621191167856 y2[1] (numeric) 1.9674621191167927 absolute error 7.105427357601002e-15 relative error 3.6114684438197485e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9674621191167856 y1[1] (numeric) 1.9674621191167956 absolute error 9.992007221626409e-15 relative error 5.078627499121521e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3159999999999659 y2[1] (analytic) 1.9677146512483819 y2[1] (numeric) 1.967714651248389 absolute error 7.105427357601002e-15 relative error 3.6110049559742255e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9677146512483819 y1[1] (numeric) 1.9677146512483918 absolute error 9.992007221626409e-15 relative error 5.077975719338755e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3169999999999658 y2[1] (analytic) 1.9679662156654074 y2[1] (numeric) 1.9679662156654145 absolute error 7.105427357601002e-15 relative error 3.61054336250306e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9679662156654074 y1[1] (numeric) 1.9679662156654174 absolute error 9.992007221626409e-15 relative error 5.077326603519928e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3179999999999656 y2[1] (analytic) 1.9682168121162982 y2[1] (numeric) 1.968216812116305 absolute error 6.8833827526759706e-15 relative error 3.4972685480085436e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9682168121162982 y1[1] (numeric) 1.968216812116308 absolute error 9.769962616701378e-15 relative error 4.963865035883094e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3189999999999655 y2[1] (analytic) 1.9684664403504573 y2[1] (numeric) 1.9684664403504641 absolute error 6.8833827526759706e-15 relative error 3.4968250469388153e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9684664403504573 y1[1] (numeric) 1.968466440350467 absolute error 9.769962616701378e-15 relative error 4.963235550493802e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3199999999999654 y2[1] (analytic) 1.9687151001182568 y2[1] (numeric) 1.9687151001182637 absolute error 6.8833827526759706e-15 relative error 3.496383378307252e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9687151001182568 y1[1] (numeric) 1.9687151001182666 absolute error 9.769962616701378e-15 relative error 4.962608665984486e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3209999999999653 y2[1] (analytic) 1.9689627911710368 y2[1] (numeric) 1.9689627911710437 absolute error 6.8833827526759706e-15 relative error 3.4959435412093754e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9689627911710368 y1[1] (numeric) 1.9689627911710466 absolute error 9.769962616701378e-15 relative error 4.961984381071372e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3219999999999652 y2[1] (analytic) 1.9692095132611065 y2[1] (numeric) 1.9692095132611134 absolute error 6.8833827526759706e-15 relative error 3.495505534744627e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9692095132611065 y1[1] (numeric) 1.9692095132611163 absolute error 9.769962616701378e-15 relative error 4.961362694476245e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.322999999999965 y2[1] (analytic) 1.9694552661417437 y2[1] (numeric) 1.9694552661417506 absolute error 6.8833827526759706e-15 relative error 3.4950693580163633e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9694552661417437 y1[1] (numeric) 1.9694552661417535 absolute error 9.769962616701378e-15 relative error 4.960743604926451e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.323999999999965 y2[1] (analytic) 1.9697000495671955 y2[1] (numeric) 1.9697000495672023 absolute error 6.8833827526759706e-15 relative error 3.4946350101318544e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9697000495671955 y1[1] (numeric) 1.9697000495672052 absolute error 9.769962616701378e-15 relative error 4.960127111154891e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3249999999999649 y2[1] (analytic) 1.9699438632926785 y2[1] (numeric) 1.9699438632926853 absolute error 6.8833827526759706e-15 relative error 3.4942024902022767e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9699438632926785 y1[1] (numeric) 1.9699438632926882 absolute error 9.769962616701378e-15 relative error 4.959513211900005e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3259999999999648 y2[1] (analytic) 1.970186707074379 y2[1] (numeric) 1.970186707074386 absolute error 6.8833827526759706e-15 relative error 3.493771797342711e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.970186707074379 y1[1] (numeric) 1.9701867070743888 absolute error 9.769962616701378e-15 relative error 4.958901905905783e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3269999999999647 y2[1] (analytic) 1.9704285806694535 y2[1] (numeric) 1.9704285806694604 absolute error 6.8833827526759706e-15 relative error 3.4933429306721384e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9704285806694535 y1[1] (numeric) 1.9704285806694632 absolute error 9.769962616701378e-15 relative error 4.958293191921745e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3279999999999645 y2[1] (analytic) 1.9706694838360281 y2[1] (numeric) 1.970669483836035 absolute error 6.8833827526759706e-15 relative error 3.4929158893134363e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9706694838360281 y1[1] (numeric) 1.970669483836038 absolute error 9.769962616701378e-15 relative error 4.957687068702942e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3289999999999644 y2[1] (analytic) 1.9709094163331997 y2[1] (numeric) 1.9709094163332066 absolute error 6.8833827526759706e-15 relative error 3.492490672393375e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9709094163331997 y1[1] (numeric) 1.9709094163332095 absolute error 9.769962616701378e-15 relative error 4.957083535009952e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3299999999999643 y2[1] (analytic) 1.9711483779210361 y2[1] (numeric) 1.9711483779210428 absolute error 6.661338147750939e-15 relative error 3.379419947460592e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9711483779210361 y1[1] (numeric) 1.9711483779210457 absolute error 9.547918011776346e-15 relative error 4.843835258026849e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3309999999999642 y2[1] (analytic) 1.9713863683605752 y2[1] (numeric) 1.9713863683605821 absolute error 6.8833827526759706e-15 relative error 3.4916457083956916e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9713863683605752 y1[1] (numeric) 1.971386368360585 absolute error 9.769962616701378e-15 relative error 4.955884231271304e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.331999999999964 y2[1] (analytic) 1.9716233874138271 y2[1] (numeric) 1.971623387413834 absolute error 6.8833827526759706e-15 relative error 3.4912259595910373e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9716233874138271 y1[1] (numeric) 1.971623387413837 absolute error 9.769962616701378e-15 relative error 4.955288458774376e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.332999999999964 y2[1] (analytic) 1.9718594348437724 y2[1] (numeric) 1.9718594348437795 absolute error 7.105427357601002e-15 relative error 3.6034147424732406e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9718594348437724 y1[1] (numeric) 1.9718594348437823 absolute error 9.992007221626409e-15 relative error 5.067301981602994e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3339999999999639 y2[1] (analytic) 1.972094510414364 y2[1] (numeric) 1.972094510414371 absolute error 7.105427357601002e-15 relative error 3.6029852119552095e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.972094510414364 y1[1] (numeric) 1.972094510414374 absolute error 9.992007221626409e-15 relative error 5.066697954312014e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3349999999999638 y2[1] (analytic) 1.972328613890526 y2[1] (numeric) 1.9723286138905332 absolute error 7.105427357601002e-15 relative error 3.602557559404443e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.972328613890526 y1[1] (numeric) 1.972328613890536 absolute error 9.992007221626409e-15 relative error 5.066096567912499e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3359999999999637 y2[1] (analytic) 1.9725617450381554 y2[1] (numeric) 1.9725617450381623 absolute error 6.8833827526759706e-15 relative error 3.489565165699198e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9725617450381554 y1[1] (numeric) 1.9725617450381652 absolute error 9.769962616701378e-15 relative error 4.952931202927895e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3369999999999636 y2[1] (analytic) 1.9727939036241207 y2[1] (numeric) 1.9727939036241275 absolute error 6.8833827526759706e-15 relative error 3.489154513317815e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9727939036241207 y1[1] (numeric) 1.9727939036241304 absolute error 9.769962616701378e-15 relative error 4.95234834148335e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3379999999999634 y2[1] (analytic) 1.9730250894162633 y2[1] (numeric) 1.9730250894162702 absolute error 6.8833827526759706e-15 relative error 3.4887456776905353e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9730250894162633 y1[1] (numeric) 1.973025089416273 absolute error 9.769962616701378e-15 relative error 4.951768058657534e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3389999999999633 y2[1] (analytic) 1.9732553021833976 y2[1] (numeric) 1.9732553021834045 absolute error 6.8833827526759706e-15 relative error 3.488338657982847e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9732553021833976 y1[1] (numeric) 1.9732553021834074 absolute error 9.769962616701378e-15 relative error 4.951190353265976e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3399999999999632 y2[1] (analytic) 1.9734845416953108 y2[1] (numeric) 1.9734845416953177 absolute error 6.8833827526759706e-15 relative error 3.487933453364088e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9734845416953108 y1[1] (numeric) 1.9734845416953206 absolute error 9.769962616701378e-15 relative error 4.950615224129674e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.340999999999963 y2[1] (analytic) 1.9737128077227637 y2[1] (numeric) 1.9737128077227704 absolute error 6.661338147750939e-15 relative error 3.375029093233011e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9737128077227637 y1[1] (numeric) 1.9737128077227732 absolute error 9.547918011776346e-15 relative error 4.837541700300649e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.341999999999963 y2[1] (analytic) 1.9739401000374897 y2[1] (numeric) 1.9739401000374965 absolute error 6.8833827526759706e-15 relative error 3.4871284860899474e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9739401000374897 y1[1] (numeric) 1.9739401000374994 absolute error 9.769962616701378e-15 relative error 4.949472689934119e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.342999999999963 y2[1] (analytic) 1.9741664184121972 y2[1] (numeric) 1.9741664184122039 absolute error 6.661338147750939e-15 relative error 3.374253601734644e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9741664184121972 y1[1] (numeric) 1.9741664184122067 absolute error 9.547918011776346e-15 relative error 4.836430162486324e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3439999999999628 y2[1] (analytic) 1.9743917626205671 y2[1] (numeric) 1.9743917626205738 absolute error 6.661338147750939e-15 relative error 3.3738684864190735e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9743917626205671 y1[1] (numeric) 1.9743917626205767 absolute error 9.547918011776346e-15 relative error 4.835878163867338e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3449999999999627 y2[1] (analytic) 1.9746161324372558 y2[1] (numeric) 1.9746161324372624 absolute error 6.661338147750939e-15 relative error 3.37348512367763e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9746161324372558 y1[1] (numeric) 1.9746161324372653 absolute error 9.547918011776346e-15 relative error 4.83532867727127e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3459999999999626 y2[1] (analytic) 1.9748395276378932 y2[1] (numeric) 1.9748395276378998 absolute error 6.661338147750939e-15 relative error 3.373103512728738e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9748395276378932 y1[1] (numeric) 1.9748395276379027 absolute error 9.547918011776346e-15 relative error 4.834781701577858e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3469999999999624 y2[1] (analytic) 1.975061947999084 y2[1] (numeric) 1.9750619479990907 absolute error 6.661338147750939e-15 relative error 3.372723652794524e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.975061947999084 y1[1] (numeric) 1.9750619479990936 absolute error 9.547918011776346e-15 relative error 4.834237235672151e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3479999999999623 y2[1] (analytic) 1.9752833932984082 y2[1] (numeric) 1.975283393298415 absolute error 6.8833827526759706e-15 relative error 3.4847570612041743e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9752833932984082 y1[1] (numeric) 1.975283393298418 absolute error 9.769962616701378e-15 relative error 4.946106796547861e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3489999999999622 y2[1] (analytic) 1.9755038633144206 y2[1] (numeric) 1.9755038633144273 absolute error 6.661338147750939e-15 relative error 3.371969182877129e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9755038633144206 y1[1] (numeric) 1.9755038633144302 absolute error 9.547918011776346e-15 relative error 4.833155828790553e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3499999999999621 y2[1] (analytic) 1.9757233578266509 y2[1] (numeric) 1.9757233578266575 absolute error 6.661338147750939e-15 relative error 3.371594571356686e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9757233578266509 y1[1] (numeric) 1.9757233578266604 absolute error 9.547918011776346e-15 relative error 4.83261888561125e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.350999999999962 y2[1] (analytic) 1.9759418766156045 y2[1] (numeric) 1.9759418766156112 absolute error 6.661338147750939e-15 relative error 3.371221707776388e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9759418766156045 y1[1] (numeric) 1.975941876615614 absolute error 9.547918011776346e-15 relative error 4.832084447812823e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.351999999999962 y2[1] (analytic) 1.9761594194627627 y2[1] (numeric) 1.9761594194627696 absolute error 6.8833827526759706e-15 relative error 3.483212277756054e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9761594194627627 y1[1] (numeric) 1.9761594194627725 absolute error 9.769962616701378e-15 relative error 4.943914200686012e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3529999999999618 y2[1] (analytic) 1.9763759861505832 y2[1] (numeric) 1.9763759861505898 absolute error 6.661338147750939e-15 relative error 3.370481221402273e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9763759861505832 y1[1] (numeric) 1.9763759861505927 absolute error 9.547918011776346e-15 relative error 4.831023084009925e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3539999999999617 y2[1] (analytic) 1.9765915764624986 y2[1] (numeric) 1.9765915764625053 absolute error 6.661338147750939e-15 relative error 3.370113597100682e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9765915764624986 y1[1] (numeric) 1.9765915764625082 absolute error 9.547918011776346e-15 relative error 4.830496155844311e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3549999999999616 y2[1] (analytic) 1.976806190182919 y2[1] (numeric) 1.9768061901829257 absolute error 6.661338147750939e-15 relative error 3.3697477177236827e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.976806190182919 y1[1] (numeric) 1.9768061901829286 absolute error 9.547918011776346e-15 relative error 4.829971728737278e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3559999999999615 y2[1] (analytic) 1.9770198270972306 y2[1] (numeric) 1.9770198270972372 absolute error 6.661338147750939e-15 relative error 3.369383582526576e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9770198270972306 y1[1] (numeric) 1.9770198270972401 absolute error 9.547918011776346e-15 relative error 4.829449801621426e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3569999999999613 y2[1] (analytic) 1.9772324869917965 y2[1] (numeric) 1.9772324869918032 absolute error 6.661338147750939e-15 relative error 3.369021190768335e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9772324869917965 y1[1] (numeric) 1.977232486991806 absolute error 9.547918011776346e-15 relative error 4.828930373434613e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3579999999999612 y2[1] (analytic) 1.977444169653957 y2[1] (numeric) 1.9774441696539635 absolute error 6.439293542825908e-15 relative error 3.2563718569878777e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.977444169653957 y1[1] (numeric) 1.9774441696539664 absolute error 9.325873406851315e-15 relative error 4.716124758396236e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3589999999999611 y2[1] (analytic) 1.9776548748720293 y2[1] (numeric) 1.9776548748720357 absolute error 6.439293542825908e-15 relative error 3.256024913468577e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9776548748720293 y1[1] (numeric) 1.9776548748720386 absolute error 9.325873406851315e-15 relative error 4.715622288471731e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.359999999999961 y2[1] (analytic) 1.9778646024353082 y2[1] (numeric) 1.9778646024353146 absolute error 6.439293542825908e-15 relative error 3.255679653145784e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9778646024353082 y1[1] (numeric) 1.9778646024353175 absolute error 9.325873406851315e-15 relative error 4.715122256280101e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.360999999999961 y2[1] (analytic) 1.9780733521340659 y2[1] (numeric) 1.9780733521340723 absolute error 6.439293542825908e-15 relative error 3.2553360753173316e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9780733521340659 y1[1] (numeric) 1.9780733521340754 absolute error 9.547918011776346e-15 relative error 4.826877628918802e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3619999999999608 y2[1] (analytic) 1.9782811237595532 y2[1] (numeric) 1.9782811237595594 absolute error 6.217248937900877e-15 relative error 3.1427530006885624e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9782811237595532 y1[1] (numeric) 1.9782811237595626 absolute error 9.325873406851315e-15 relative error 4.714129501032843e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3629999999999607 y2[1] (analytic) 1.978487917103998 y2[1] (numeric) 1.9784879171040044 absolute error 6.439293542825908e-15 relative error 3.2546539643524293e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.978487917103998 y1[1] (numeric) 1.9784879171040075 absolute error 9.547918011776346e-15 relative error 4.825866223005327e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3639999999999606 y2[1] (analytic) 1.9786937319606075 y2[1] (numeric) 1.9786937319606137 absolute error 6.217248937900877e-15 relative error 3.1420976563869013e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9786937319606075 y1[1] (numeric) 1.9786937319606168 absolute error 9.325873406851315e-15 relative error 4.713146484580353e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3649999999999605 y2[1] (analytic) 1.9788985681235665 y2[1] (numeric) 1.9788985681235727 absolute error 6.217248937900877e-15 relative error 3.141772417267553e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9788985681235665 y1[1] (numeric) 1.9788985681235758 absolute error 9.325873406851315e-15 relative error 4.712658625901329e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3659999999999604 y2[1] (analytic) 1.9791024253880392 y2[1] (numeric) 1.9791024253880452 absolute error 5.995204332975845e-15 relative error 3.029254199312285e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9791024253880392 y1[1] (numeric) 1.9791024253880483 absolute error 9.103828801926284e-15 relative error 4.599978598955692e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3669999999999602 y2[1] (analytic) 1.9793053035501678 y2[1] (numeric) 1.9793053035501738 absolute error 5.995204332975845e-15 relative error 3.0289437017233205e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9793053035501678 y1[1] (numeric) 1.9793053035501769 absolute error 9.103828801926284e-15 relative error 4.599507102616894e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3679999999999601 y2[1] (analytic) 1.9795072024070746 y2[1] (numeric) 1.9795072024070806 absolute error 5.995204332975845e-15 relative error 3.0286347661103206e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9795072024070746 y1[1] (numeric) 1.9795072024070837 absolute error 9.103828801926284e-15 relative error 4.599037978167524e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.36899999999996 y2[1] (analytic) 1.9797081217568604 y2[1] (numeric) 1.9797081217568664 absolute error 5.995204332975845e-15 relative error 3.028327391845772e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9797081217568604 y1[1] (numeric) 1.9797081217568695 absolute error 9.103828801926284e-15 relative error 4.598571224654691e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.36999999999996 y2[1] (analytic) 1.9799080613986062 y2[1] (numeric) 1.9799080613986122 absolute error 5.995204332975845e-15 relative error 3.028021578305427e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9799080613986062 y1[1] (numeric) 1.9799080613986153 absolute error 9.103828801926284e-15 relative error 4.598106841130463e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3709999999999598 y2[1] (analytic) 1.9801070211323724 y2[1] (numeric) 1.9801070211323784 absolute error 5.995204332975845e-15 relative error 3.0277173248683e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9801070211323724 y1[1] (numeric) 1.9801070211323815 absolute error 9.103828801926284e-15 relative error 4.597644826651863e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3719999999999597 y2[1] (analytic) 1.980305000759199 y2[1] (numeric) 1.980305000759205 absolute error 5.995204332975845e-15 relative error 3.0274146309166695e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.980305000759199 y1[1] (numeric) 1.980305000759208 absolute error 9.103828801926284e-15 relative error 4.597185180280868e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3729999999999596 y2[1] (analytic) 1.9805020000811067 y2[1] (numeric) 1.9805020000811124 absolute error 5.773159728050814e-15 relative error 2.914998181175474e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9805020000811067 y1[1] (numeric) 1.9805020000811155 absolute error 8.881784197001252e-15 relative error 4.4846125864238057e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3739999999999595 y2[1] (analytic) 1.9806980189010956 y2[1] (numeric) 1.9806980189011016 absolute error 5.995204332975845e-15 relative error 3.0268139190152893e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9806980189010956 y1[1] (numeric) 1.9806980189011048 absolute error 9.103828801926284e-15 relative error 4.596272988134328e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3749999999999594 y2[1] (analytic) 1.9808930570231478 y2[1] (numeric) 1.9808930570231535 absolute error 5.773159728050814e-15 relative error 2.9144227183705816e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9808930570231478 y1[1] (numeric) 1.9808930570231567 absolute error 8.881784197001252e-15 relative error 4.483727259031664e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3759999999999593 y2[1] (analytic) 1.9810871142522246 y2[1] (numeric) 1.9810871142522302 absolute error 5.551115123125783e-15 relative error 2.802055034930198e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9810871142522246 y1[1] (numeric) 1.9810871142522335 absolute error 8.881784197001252e-15 relative error 4.483288055888317e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3769999999999591 y2[1] (analytic) 1.9812801903942687 y2[1] (numeric) 1.9812801903942745 absolute error 5.773159728050814e-15 relative error 2.9138532530837914e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9812801903942687 y1[1] (numeric) 1.9812801903942778 absolute error 9.103828801926284e-15 relative error 4.594922437555209e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.377999999999959 y2[1] (analytic) 1.9814722852562046 y2[1] (numeric) 1.98147228525621 absolute error 5.551115123125783e-15 relative error 2.8015103539073843e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9814722852562046 y1[1] (numeric) 1.9814722852562134 absolute error 8.881784197001252e-15 relative error 4.4824165662518145e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.378999999999959 y2[1] (analytic) 1.9816633986459364 y2[1] (numeric) 1.9816633986459422 absolute error 5.773159728050814e-15 relative error 2.913289780694135e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9816633986459364 y1[1] (numeric) 1.9816633986459455 absolute error 9.103828801926284e-15 relative error 4.594033884940751e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3799999999999588 y2[1] (analytic) 1.981853530372352 y2[1] (numeric) 1.9818535303723575 absolute error 5.551115123125783e-15 relative error 2.800971433082058e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.981853530372352 y1[1] (numeric) 1.9818535303723608 absolute error 8.881784197001252e-15 relative error 4.481554292931293e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3809999999999587 y2[1] (analytic) 1.9820426802453186 y2[1] (numeric) 1.9820426802453242 absolute error 5.551115123125783e-15 relative error 2.8007041313755756e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9820426802453186 y1[1] (numeric) 1.9820426802453275 absolute error 8.881784197001252e-15 relative error 4.481126610200921e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3819999999999586 y2[1] (analytic) 1.982230848075687 y2[1] (numeric) 1.9822308480756925 absolute error 5.551115123125783e-15 relative error 2.800438268083005e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.982230848075687 y1[1] (numeric) 1.9822308480756958 absolute error 8.881784197001252e-15 relative error 4.480701228932808e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3829999999999585 y2[1] (analytic) 1.9824180336752892 y2[1] (numeric) 1.9824180336752946 absolute error 5.329070518200751e-15 relative error 2.688166888958814e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9824180336752892 y1[1] (numeric) 1.982418033675298 absolute error 8.659739592076221e-15 relative error 4.368271194558073e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3839999999999584 y2[1] (analytic) 1.9826042368569397 y2[1] (numeric) 1.982604236856945 absolute error 5.329070518200751e-15 relative error 2.687914420403453e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9826042368569397 y1[1] (numeric) 1.9826042368569483 absolute error 8.659739592076221e-15 relative error 4.367860933155611e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3849999999999583 y2[1] (analytic) 1.982789457434435 y2[1] (numeric) 1.9827894574344402 absolute error 5.329070518200751e-15 relative error 2.6876633311819835e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.982789457434435 y1[1] (numeric) 1.9827894574344436 absolute error 8.659739592076221e-15 relative error 4.3674529131707233e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3859999999999582 y2[1] (analytic) 1.9829736952225547 y2[1] (numeric) 1.98297369522256 absolute error 5.329070518200751e-15 relative error 2.6874136207856526e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9829736952225547 y1[1] (numeric) 1.9829736952225634 absolute error 8.659739592076221e-15 relative error 4.3670471337766856e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.386999999999958 y2[1] (analytic) 1.9831569500370612 y2[1] (numeric) 1.9831569500370665 absolute error 5.329070518200751e-15 relative error 2.6871652887085726e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9831569500370612 y1[1] (numeric) 1.9831569500370698 absolute error 8.659739592076221e-15 relative error 4.36664359415143e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.387999999999958 y2[1] (analytic) 1.9833392216946997 y2[1] (numeric) 1.9833392216947048 absolute error 5.10702591327572e-15 relative error 2.574963403845728e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9833392216946997 y1[1] (numeric) 1.983339221694708 absolute error 8.43769498715119e-15 relative error 4.25428736287555e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3889999999999578 y2[1] (analytic) 1.9835205100131983 y2[1] (numeric) 1.9835205100132034 absolute error 5.10702591327572e-15 relative error 2.5747280592736287e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9835205100131983 y1[1] (numeric) 1.9835205100132067 absolute error 8.43769498715119e-15 relative error 4.253898532712952e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3899999999999577 y2[1] (analytic) 1.983700814811269 y2[1] (numeric) 1.983700814811274 absolute error 5.10702591327572e-15 relative error 2.5744940341528303e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.983700814811269 y1[1] (numeric) 1.9837008148112774 absolute error 8.43769498715119e-15 relative error 4.2535118825133716e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3909999999999576 y2[1] (analytic) 1.9838801359086067 y2[1] (numeric) 1.9838801359086118 absolute error 5.10702591327572e-15 relative error 2.5742613280094813e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9838801359086067 y1[1] (numeric) 1.9838801359086151 absolute error 8.43769498715119e-15 relative error 4.2531274114939257e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3919999999999575 y2[1] (analytic) 1.9840584731258906 y2[1] (numeric) 1.9840584731258957 absolute error 5.10702591327572e-15 relative error 2.574029940372465e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9840584731258906 y1[1] (numeric) 1.984058473125899 absolute error 8.43769498715119e-15 relative error 4.2527451188762467e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3929999999999574 y2[1] (analytic) 1.9842358262847832 y2[1] (numeric) 1.9842358262847883 absolute error 5.10702591327572e-15 relative error 2.5737998707733974e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9842358262847832 y1[1] (numeric) 1.9842358262847917 absolute error 8.43769498715119e-15 relative error 4.2523650038864823e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3939999999999573 y2[1] (analytic) 1.9844121952079319 y2[1] (numeric) 1.9844121952079368 absolute error 4.884981308350689e-15 relative error 2.461676722279379e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9844121952079319 y1[1] (numeric) 1.98441219520794 absolute error 8.215650382226158e-15 relative error 4.140092669288046e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3949999999999572 y2[1] (analytic) 1.984587579718967 y2[1] (numeric) 1.984587579718972 absolute error 5.10702591327572e-15 relative error 2.573343683829219e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.984587579718967 y1[1] (numeric) 1.9845875797189754 absolute error 8.43769498715119e-15 relative error 4.25161130371784e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.395999999999957 y2[1] (analytic) 1.9847619796425047 y2[1] (numeric) 1.9847619796425096 absolute error 4.884981308350689e-15 relative error 2.4612428887974627e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9847619796425047 y1[1] (numeric) 1.9847619796425129 absolute error 8.215650382226158e-15 relative error 4.139363040250278e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.396999999999957 y2[1] (analytic) 1.9849353948041446 y2[1] (numeric) 1.9849353948041495 absolute error 4.884981308350689e-15 relative error 2.4610278607242503e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9849353948041446 y1[1] (numeric) 1.9849353948041528 absolute error 8.215650382226158e-15 relative error 4.139001402127148e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3979999999999568 y2[1] (analytic) 1.9851078250304721 y2[1] (numeric) 1.9851078250304768 absolute error 4.6629367034256575e-15 relative error 2.3489589052192063e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9851078250304721 y1[1] (numeric) 1.98510782503048 absolute error 7.993605777301127e-15 relative error 4.0267866946614963e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3989999999999567 y2[1] (analytic) 1.9852792701490565 y2[1] (numeric) 1.9852792701490611 absolute error 4.6629367034256575e-15 relative error 2.3487560533866653e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9852792701490565 y1[1] (numeric) 1.9852792701490645 absolute error 7.993605777301127e-15 relative error 4.026438948662855e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.3999999999999566 y2[1] (analytic) 1.9854497299884528 y2[1] (numeric) 1.9854497299884575 absolute error 4.6629367034256575e-15 relative error 2.3485544020561914e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9854497299884528 y1[1] (numeric) 1.9854497299884608 absolute error 7.993605777301127e-15 relative error 4.0260932606677567e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4009999999999565 y2[1] (analytic) 1.9856192043782013 y2[1] (numeric) 1.985619204378206 absolute error 4.6629367034256575e-15 relative error 2.3483539508200217e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9856192043782013 y1[1] (numeric) 1.9856192043782093 absolute error 7.993605777301127e-15 relative error 4.02574962997718e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4019999999999564 y2[1] (analytic) 1.9857876931488274 y2[1] (numeric) 1.985787693148832 absolute error 4.6629367034256575e-15 relative error 2.3481546992728734e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9857876931488274 y1[1] (numeric) 1.9857876931488354 absolute error 7.993605777301127e-15 relative error 4.025408055896354e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4029999999999563 y2[1] (analytic) 1.985955196131843 y2[1] (numeric) 1.9859551961318473 absolute error 4.440892098500626e-15 relative error 2.236149187630417e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.985955196131843 y1[1] (numeric) 1.9859551961318507 absolute error 7.771561172376096e-15 relative error 3.91326107835323e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4039999999999562 y2[1] (analytic) 1.986121713159744 y2[1] (numeric) 1.9861217131597486 absolute error 4.6629367034256575e-15 relative error 2.347759793636885e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.986121713159744 y1[1] (numeric) 1.986121713159752 absolute error 7.993605777301127e-15 relative error 4.024731074806089e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.404999999999956 y2[1] (analytic) 1.9862872440660144 y2[1] (numeric) 1.9862872440660189 absolute error 4.440892098500626e-15 relative error 2.2357753702379578e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9862872440660144 y1[1] (numeric) 1.9862872440660222 absolute error 7.771561172376096e-15 relative error 3.9126068979164263e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.405999999999956 y2[1] (analytic) 1.9864517886851227 y2[1] (numeric) 1.9864517886851272 absolute error 4.440892098500626e-15 relative error 2.2355901732909172e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9864517886851227 y1[1] (numeric) 1.9864517886851305 absolute error 7.771561172376096e-15 relative error 3.912282803259105e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4069999999999558 y2[1] (analytic) 1.9866153468525245 y2[1] (numeric) 1.9866153468525292 absolute error 4.6629367034256575e-15 relative error 2.3471764228607907e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9866153468525245 y1[1] (numeric) 1.9866153468525325 absolute error 7.993605777301127e-15 relative error 4.0237310106184985e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4079999999999557 y2[1] (analytic) 1.986777918404662 y2[1] (numeric) 1.9867779184046663 absolute error 4.440892098500626e-15 relative error 2.2352232010241803e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.986777918404662 y1[1] (numeric) 1.9867779184046697 absolute error 7.771561172376096e-15 relative error 3.9116406017923154e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4089999999999556 y2[1] (analytic) 1.986939503178963 y2[1] (numeric) 1.9869395031789674 absolute error 4.440892098500626e-15 relative error 2.2350414249631216e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.986939503178963 y1[1] (numeric) 1.9869395031789707 absolute error 7.771561172376096e-15 relative error 3.9113224936854626e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4099999999999555 y2[1] (analytic) 1.9871001010138434 y2[1] (numeric) 1.9871001010138476 absolute error 4.218847493575595e-15 relative error 2.123117749036944e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9871001010138434 y1[1] (numeric) 1.987100101013851 absolute error 7.549516567451064e-15 relative error 3.7992633403818995e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4109999999999554 y2[1] (analytic) 1.9872597117487047 y2[1] (numeric) 1.987259711748709 absolute error 4.218847493575595e-15 relative error 2.1229472265923346e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9872597117487047 y1[1] (numeric) 1.9872597117487123 absolute error 7.549516567451064e-15 relative error 3.7989581949547036e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4119999999999553 y2[1] (analytic) 1.9874183352239365 y2[1] (numeric) 1.987418335223941 absolute error 4.440892098500626e-15 relative error 2.2345029326703074e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9874183352239365 y1[1] (numeric) 1.9874183352239443 absolute error 7.771561172376096e-15 relative error 3.910380132173038e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4129999999999552 y2[1] (analytic) 1.9875759712809156 y2[1] (numeric) 1.98757597128092 absolute error 4.440892098500626e-15 relative error 2.234325712661259e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9875759712809156 y1[1] (numeric) 1.9875759712809233 absolute error 7.771561172376096e-15 relative error 3.910069997157204e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.413999999999955 y2[1] (analytic) 1.9877326197620055 y2[1] (numeric) 1.98773261976201 absolute error 4.440892098500626e-15 relative error 2.234149630764897e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9877326197620055 y1[1] (numeric) 1.9877326197620133 absolute error 7.771561172376096e-15 relative error 3.90976185383857e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.414999999999955 y2[1] (analytic) 1.9878882805105582 y2[1] (numeric) 1.9878882805105624 absolute error 4.218847493575595e-15 relative error 2.1222759522944867e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9878882805105582 y1[1] (numeric) 1.9878882805105658 absolute error 7.549516567451064e-15 relative error 3.7977569672638185e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4159999999999549 y2[1] (analytic) 1.9880429533709125 y2[1] (numeric) 1.9880429533709167 absolute error 4.218847493575595e-15 relative error 2.122110835896249e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9880429533709125 y1[1] (numeric) 1.98804295337092 absolute error 7.549516567451064e-15 relative error 3.7974614958143406e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4169999999999547 y2[1] (analytic) 1.988196638188396 y2[1] (numeric) 1.9881966381884 absolute error 3.9968028886505635e-15 relative error 2.0102653891882488e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.988196638188396 y1[1] (numeric) 1.9881966381884033 absolute error 7.327471962526033e-15 relative error 3.685486546845123e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4179999999999546 y2[1] (analytic) 1.9883493348093235 y2[1] (numeric) 1.9883493348093275 absolute error 3.9968028886505635e-15 relative error 2.0101110095092242e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9883493348093235 y1[1] (numeric) 1.9883493348093308 absolute error 7.327471962526033e-15 relative error 3.6852035174335774e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4189999999999545 y2[1] (analytic) 1.9885010430809986 y2[1] (numeric) 1.9885010430810026 absolute error 3.9968028886505635e-15 relative error 2.0099576525531447e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9885010430809986 y1[1] (numeric) 1.988501043081006 absolute error 7.327471962526033e-15 relative error 3.6849223630140985e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4199999999999544 y2[1] (analytic) 1.9886517628517129 y2[1] (numeric) 1.9886517628517169 absolute error 3.9968028886505635e-15 relative error 2.0098053180106182e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9886517628517129 y1[1] (numeric) 1.9886517628517202 absolute error 7.327471962526033e-15 relative error 3.684643083019467e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4209999999999543 y2[1] (analytic) 1.988801493970747 y2[1] (numeric) 1.9888014939707508 absolute error 3.774758283725532e-15 relative error 1.8980065608202196e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.988801493970747 y1[1] (numeric) 1.9888014939707541 absolute error 7.105427357601002e-15 relative error 3.5727182321321783e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4219999999999542 y2[1] (analytic) 1.9889502362883693 y2[1] (numeric) 1.988950236288373 absolute error 3.774758283725532e-15 relative error 1.8978646196647458e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9889502362883693 y1[1] (numeric) 1.9889502362883764 absolute error 7.105427357601002e-15 relative error 3.572451048780698e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.422999999999954 y2[1] (analytic) 1.9890979896558376 y2[1] (numeric) 1.9890979896558416 absolute error 3.9968028886505635e-15 relative error 2.0093544458018923e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9890979896558376 y1[1] (numeric) 1.989097989655845 absolute error 7.327471962526033e-15 relative error 3.6838164839701357e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.423999999999954 y2[1] (analytic) 1.9892447539253988 y2[1] (numeric) 1.9892447539254028 absolute error 3.9968028886505635e-15 relative error 2.0092061978615895e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9892447539253988 y1[1] (numeric) 1.9892447539254061 absolute error 7.327471962526033e-15 relative error 3.6835446960795805e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4249999999999539 y2[1] (analytic) 1.9893905289502887 y2[1] (numeric) 1.9893905289502924 absolute error 3.774758283725532e-15 relative error 1.8974445835515773e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9893905289502887 y1[1] (numeric) 1.9893905289502958 absolute error 7.105427357601002e-15 relative error 3.5716603925676745e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4259999999999537 y2[1] (analytic) 1.9895353145847319 y2[1] (numeric) 1.9895353145847356 absolute error 3.774758283725532e-15 relative error 1.8973064996905687e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9895353145847319 y1[1] (numeric) 1.989535314584739 absolute error 7.105427357601002e-15 relative error 3.571400470005777e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4269999999999536 y2[1] (analytic) 1.989679110683943 y2[1] (numeric) 1.9896791106839467 absolute error 3.552713678800501e-15 relative error 1.7855711806610223e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.989679110683943 y1[1] (numeric) 1.98967911068395 absolute error 6.8833827526759706e-15 relative error 3.4595441625307306e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4279999999999535 y2[1] (analytic) 1.989821917104126 y2[1] (numeric) 1.9898219171041296 absolute error 3.552713678800501e-15 relative error 1.7854430329981082e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.989821917104126 y1[1] (numeric) 1.989821917104133 absolute error 6.8833827526759706e-15 relative error 3.4592958764338344e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4289999999999534 y2[1] (analytic) 1.9899637337024743 y2[1] (numeric) 1.9899637337024778 absolute error 3.552713678800501e-15 relative error 1.7853157917558703e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9899637337024743 y1[1] (numeric) 1.9899637337024811 absolute error 6.8833827526759706e-15 relative error 3.459049346526999e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4299999999999533 y2[1] (analytic) 1.9901045603371712 y2[1] (numeric) 1.9901045603371748 absolute error 3.552713678800501e-15 relative error 1.7851894566778874e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9901045603371712 y1[1] (numeric) 1.990104560337178 absolute error 6.8833827526759706e-15 relative error 3.458804572313407e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4309999999999532 y2[1] (analytic) 1.9902443968673906 y2[1] (numeric) 1.990244396867394 absolute error 3.3306690738754696e-15 relative error 1.6734975257902414e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9902443968673906 y1[1] (numeric) 1.9902443968673973 absolute error 6.661338147750939e-15 relative error 3.346995051580483e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.431999999999953 y2[1] (analytic) 1.9903832431532953 y2[1] (numeric) 1.9903832431532988 absolute error 3.552713678800501e-15 relative error 1.784939503998265e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9903832431532953 y1[1] (numeric) 1.9903832431533022 absolute error 6.8833827526759706e-15 relative error 3.4583202889966384e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.432999999999953 y2[1] (analytic) 1.9905210990560396 y2[1] (numeric) 1.9905210990560431 absolute error 3.552713678800501e-15 relative error 1.784815885893044e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9905210990560396 y1[1] (numeric) 1.9905210990560465 absolute error 6.8833827526759706e-15 relative error 3.458080778917773e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4339999999999529 y2[1] (analytic) 1.9906579644377675 y2[1] (numeric) 1.9906579644377709 absolute error 3.3306690738754696e-15 relative error 1.6731498496358558e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9906579644377675 y1[1] (numeric) 1.9906579644377742 absolute error 6.661338147750939e-15 relative error 3.3462996992717115e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4349999999999528 y2[1] (analytic) 1.9907938391616133 y2[1] (numeric) 1.9907938391616167 absolute error 3.3306690738754696e-15 relative error 1.6730356546000366e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9907938391616133 y1[1] (numeric) 1.99079383916162 absolute error 6.661338147750939e-15 relative error 3.3460713092000733e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4359999999999526 y2[1] (analytic) 1.9909287230917028 y2[1] (numeric) 1.9909287230917059 absolute error 3.1086244689504383e-15 relative error 1.5613941538414652e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9909287230917028 y1[1] (numeric) 1.9909287230917092 absolute error 6.439293542825908e-15 relative error 3.2343164615287497e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4369999999999525 y2[1] (analytic) 1.9910626160931515 y2[1] (numeric) 1.9910626160931546 absolute error 3.1086244689504383e-15 relative error 1.561289154758055e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9910626160931515 y1[1] (numeric) 1.991062616093158 absolute error 6.439293542825908e-15 relative error 3.2340989634274e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4379999999999524 y2[1] (analytic) 1.9911955180320668 y2[1] (numeric) 1.9911955180320697 absolute error 2.886579864025407e-15 relative error 1.449671736343734e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9911955180320668 y1[1] (numeric) 1.9911955180320733 absolute error 6.439293542825908e-15 relative error 3.2338831041514063e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4389999999999523 y2[1] (analytic) 1.9913274287755467 y2[1] (numeric) 1.9913274287755496 absolute error 2.886579864025407e-15 relative error 1.4495757062917296e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9913274287755467 y1[1] (numeric) 1.9913274287755531 absolute error 6.439293542825908e-15 relative error 3.233668883266166e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4399999999999522 y2[1] (analytic) 1.99145834819168 y2[1] (numeric) 1.9914583481916832 absolute error 3.1086244689504383e-15 relative error 1.5609789036126151e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.99145834819168 y1[1] (numeric) 1.9914583481916868 absolute error 6.661338147750939e-15 relative error 3.344954793455604e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.440999999999952 y2[1] (analytic) 1.9915882761495483 y2[1] (numeric) 1.9915882761495514 absolute error 3.1086244689504383e-15 relative error 1.5608770679050794e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9915882761495483 y1[1] (numeric) 1.991588276149555 absolute error 6.661338147750939e-15 relative error 3.344736574082313e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.441999999999952 y2[1] (analytic) 1.991717212519223 y2[1] (numeric) 1.991717212519226 absolute error 2.886579864025407e-15 relative error 1.4492920209161204e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.991717212519223 y1[1] (numeric) 1.9917172125192295 absolute error 6.439293542825908e-15 relative error 3.233036046659038e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4429999999999519 y2[1] (analytic) 1.9918451571717677 y2[1] (numeric) 1.9918451571717706 absolute error 2.886579864025407e-15 relative error 1.449198926749948e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9918451571717677 y1[1] (numeric) 1.9918451571717741 absolute error 6.439293542825908e-15 relative error 3.232828375057576e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4439999999999518 y2[1] (analytic) 1.9919721099792378 y2[1] (numeric) 1.9919721099792407 absolute error 2.886579864025407e-15 relative error 1.4491065660831434e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9919721099792378 y1[1] (numeric) 1.9919721099792442 absolute error 6.439293542825908e-15 relative error 3.232622339723935e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4449999999999517 y2[1] (analytic) 1.9920980708146807 y2[1] (numeric) 1.9920980708146836 absolute error 2.886579864025407e-15 relative error 1.4490149387298601e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9920980708146807 y1[1] (numeric) 1.9920980708146871 absolute error 6.439293542825908e-15 relative error 3.232417940243534e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4459999999999515 y2[1] (analytic) 1.9922230395521354 y2[1] (numeric) 1.9922230395521383 absolute error 2.886579864025407e-15 relative error 1.448924044505744e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9922230395521354 y1[1] (numeric) 1.9922230395521419 absolute error 6.439293542825908e-15 relative error 3.2322151762051217e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4469999999999514 y2[1] (analytic) 1.9923470160666334 y2[1] (numeric) 1.9923470160666361 absolute error 2.6645352591003757e-15 relative error 1.3373851229796312e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9923470160666334 y1[1] (numeric) 1.9923470160666397 absolute error 6.217248937900877e-15 relative error 3.120565286952473e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4479999999999513 y2[1] (analytic) 1.992470000234198 y2[1] (numeric) 1.9924700002342006 absolute error 2.6645352591003757e-15 relative error 1.3373025735831317e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.992470000234198 y1[1] (numeric) 1.9924700002342042 absolute error 6.217248937900877e-15 relative error 3.120372671693974e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4489999999999512 y2[1] (analytic) 1.9925919919318449 y2[1] (numeric) 1.9925919919318476 absolute error 2.6645352591003757e-15 relative error 1.3372207004189917e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9925919919318449 y1[1] (numeric) 1.992591991931851 absolute error 6.217248937900877e-15 relative error 3.1201816343109807e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.449999999999951 y2[1] (analytic) 1.9927129910375827 y2[1] (numeric) 1.9927129910375854 absolute error 2.6645352591003757e-15 relative error 1.3371395033225446e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9927129910375827 y1[1] (numeric) 1.992712991037589 absolute error 6.217248937900877e-15 relative error 3.119992174419271e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.450999999999951 y2[1] (analytic) 1.992832997430412 y2[1] (numeric) 1.9928329974304149 absolute error 2.886579864025407e-15 relative error 1.448480563974706e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.992832997430412 y1[1] (numeric) 1.9928329974304184 absolute error 6.439293542825908e-15 relative error 3.2312258734820364e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4519999999999509 y2[1] (analytic) 1.9929520109903267 y2[1] (numeric) 1.9929520109903296 absolute error 2.886579864025407e-15 relative error 1.448394064737677e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9929520109903267 y1[1] (numeric) 1.9929520109903331 absolute error 6.439293542825908e-15 relative error 3.2310329136455873e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4529999999999508 y2[1] (analytic) 1.9930700315983132 y2[1] (numeric) 1.993070031598316 absolute error 2.886579864025407e-15 relative error 1.4483082973810794e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9930700315983132 y1[1] (numeric) 1.9930700315983196 absolute error 6.439293542825908e-15 relative error 3.2308415864654847e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4539999999999507 y2[1] (analytic) 1.993187059136351 y2[1] (numeric) 1.9931870591363536 absolute error 2.6645352591003757e-15 relative error 1.336821472368439e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.993187059136351 y1[1] (numeric) 1.9931870591363572 absolute error 6.217248937900877e-15 relative error 3.1192501021930247e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4549999999999506 y2[1] (analytic) 1.9933030934874123 y2[1] (numeric) 1.993303093487415 absolute error 2.6645352591003757e-15 relative error 1.336743653188537e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9933030934874123 y1[1] (numeric) 1.9933030934874185 absolute error 6.217248937900877e-15 relative error 3.119068524106587e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4559999999999504 y2[1] (analytic) 1.993418134535463 y2[1] (numeric) 1.9934181345354656 absolute error 2.6645352591003757e-15 relative error 1.3366665091171688e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.993418134535463 y1[1] (numeric) 1.9934181345354691 absolute error 6.217248937900877e-15 relative error 3.1188885212733934e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4569999999999503 y2[1] (analytic) 1.9935321821654617 y2[1] (numeric) 1.9935321821654644 absolute error 2.6645352591003757e-15 relative error 1.3365900399992746e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9935321821654617 y1[1] (numeric) 1.993532182165468 absolute error 6.217248937900877e-15 relative error 3.1187100933316406e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4579999999999502 y2[1] (analytic) 1.9936452362633612 y2[1] (numeric) 1.9936452362633639 absolute error 2.6645352591003757e-15 relative error 1.3365142456811658e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9936452362633612 y1[1] (numeric) 1.9936452362633674 absolute error 6.217248937900877e-15 relative error 3.11853323992272e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4589999999999501 y2[1] (analytic) 1.9937572967161072 y2[1] (numeric) 1.99375729671611 absolute error 2.6645352591003757e-15 relative error 1.336439126010522e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9937572967161072 y1[1] (numeric) 1.9937572967161135 absolute error 6.217248937900877e-15 relative error 3.118357960691218e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.45999999999995 y2[1] (analytic) 1.9938683634116394 y2[1] (numeric) 1.9938683634116419 absolute error 2.4424906541753444e-15 relative error 1.2250009574333598e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9938683634116394 y1[1] (numeric) 1.9938683634116456 absolute error 6.217248937900877e-15 relative error 3.118184255284916e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.46099999999995 y2[1] (analytic) 1.9939784362388908 y2[1] (numeric) 1.9939784362388933 absolute error 2.4424906541753444e-15 relative error 1.2249333341750938e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9939784362388908 y1[1] (numeric) 1.993978436238897 absolute error 6.217248937900877e-15 relative error 3.1180121233547844e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4619999999999498 y2[1] (analytic) 1.9940875150877888 y2[1] (numeric) 1.9940875150877913 absolute error 2.4424906541753444e-15 relative error 1.224866328932316e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9940875150877888 y1[1] (numeric) 1.994087515087795 absolute error 6.217248937900877e-15 relative error 3.1178415645549863e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4629999999999497 y2[1] (analytic) 1.9941955998492547 y2[1] (numeric) 1.994195599849257 absolute error 2.4424906541753444e-15 relative error 1.2247999415704142e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9941955998492547 y1[1] (numeric) 1.9941955998492609 absolute error 6.217248937900877e-15 relative error 3.117672578542873e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4639999999999496 y2[1] (analytic) 1.9943026904152037 y2[1] (numeric) 1.994302690415206 absolute error 2.220446049250313e-15 relative error 1.1133947017782077e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9943026904152037 y1[1] (numeric) 1.9943026904152097 absolute error 5.995204332975845e-15 relative error 3.006165694801161e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4649999999999495 y2[1] (analytic) 1.994408786678545 y2[1] (numeric) 1.9944087866785472 absolute error 2.220446049250313e-15 relative error 1.113335472688228e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.994408786678545 y1[1] (numeric) 1.994408786678551 absolute error 5.995204332975845e-15 relative error 3.0060057762582157e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4659999999999493 y2[1] (analytic) 1.9945138885331826 y2[1] (numeric) 1.9945138885331846 absolute error 1.9984014443252818e-15 relative error 1.0019491244530557e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9945138885331826 y1[1] (numeric) 1.9945138885331883 absolute error 5.773159728050814e-15 relative error 2.894519692864383e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4669999999999492 y2[1] (analytic) 1.9946179958740142 y2[1] (numeric) 1.9946179958740164 absolute error 2.220446049250313e-15 relative error 1.1132186984392188e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9946179958740142 y1[1] (numeric) 1.9946179958740202 absolute error 5.995204332975845e-15 relative error 3.005690485785891e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4679999999999491 y2[1] (analytic) 1.9947211085969332 y2[1] (numeric) 1.9947211085969352 absolute error 1.9984014443252818e-15 relative error 1.0018450377411092e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9947211085969332 y1[1] (numeric) 1.994721108596939 absolute error 5.773159728050814e-15 relative error 2.89421899791876e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.468999999999949 y2[1] (analytic) 1.9948232265988262 y2[1] (numeric) 1.9948232265988284 absolute error 2.220446049250313e-15 relative error 1.1131041686516624e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9948232265988262 y1[1] (numeric) 1.9948232265988322 absolute error 5.995204332975845e-15 relative error 3.0053812553594885e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.469999999999949 y2[1] (analytic) 1.9949243497775757 y2[1] (numeric) 1.9949243497775777 absolute error 1.9984014443252818e-15 relative error 1.0017429706284821e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9949243497775757 y1[1] (numeric) 1.9949243497775815 absolute error 5.773159728050814e-15 relative error 2.8939241373711704e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4709999999999488 y2[1] (analytic) 1.9950244780320583 y2[1] (numeric) 1.9950244780320603 absolute error 1.9984014443252818e-15 relative error 1.0016926941651135e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9950244780320583 y1[1] (numeric) 1.995024478032064 absolute error 5.773159728050814e-15 relative error 2.893778894254772e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4719999999999487 y2[1] (analytic) 1.9951236112621458 y2[1] (numeric) 1.9951236112621478 absolute error 1.9984014443252818e-15 relative error 1.0016429222954573e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9951236112621458 y1[1] (numeric) 1.9951236112621515 absolute error 5.773159728050814e-15 relative error 2.8936351088535435e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4729999999999486 y2[1] (analytic) 1.995221749368705 y2[1] (numeric) 1.9952217493687068 absolute error 1.7763568394002505e-15 relative error 8.903054710396456e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.995221749368705 y1[1] (numeric) 1.9952217493687106 absolute error 5.551115123125783e-15 relative error 2.7822045969988923e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4739999999999485 y2[1] (analytic) 1.9953188922535976 y2[1] (numeric) 1.9953188922535994 absolute error 1.7763568394002505e-15 relative error 8.902621261676913e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9953188922535976 y1[1] (numeric) 1.9953188922536031 absolute error 5.551115123125783e-15 relative error 2.7820691442740355e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4749999999999484 y2[1] (analytic) 1.995415039819681 y2[1] (numeric) 1.9954150398196828 absolute error 1.7763568394002505e-15 relative error 8.902192295597681e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.995415039819681 y1[1] (numeric) 1.9954150398196866 absolute error 5.551115123125783e-15 relative error 2.781935092374275e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4759999999999482 y2[1] (analytic) 1.9955101919708076 y2[1] (numeric) 1.9955101919708094 absolute error 1.7763568394002505e-15 relative error 8.901767811297838e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9955101919708076 y1[1] (numeric) 1.9955101919708131 absolute error 5.551115123125783e-15 relative error 2.7818024410305746e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4769999999999481 y2[1] (analytic) 1.9956043486118251 y2[1] (numeric) 1.995604348611827 absolute error 1.7763568394002505e-15 relative error 8.90134780792552e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9956043486118251 y1[1] (numeric) 1.9956043486118307 absolute error 5.551115123125783e-15 relative error 2.781671189976725e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.477999999999948 y2[1] (analytic) 1.995697509648577 y2[1] (numeric) 1.9956975096485787 absolute error 1.7763568394002505e-15 relative error 8.900932284637915e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.995697509648577 y1[1] (numeric) 1.9956975096485825 absolute error 5.551115123125783e-15 relative error 2.7815413389493484e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.478999999999948 y2[1] (analytic) 1.9957896749879023 y2[1] (numeric) 1.9957896749879038 absolute error 1.5543122344752192e-15 relative error 7.7879560855261e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9957896749879023 y1[1] (numeric) 1.9957896749879076 absolute error 5.329070518200751e-15 relative error 2.6701563721803775e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4799999999999478 y2[1] (analytic) 1.9958808445376355 y2[1] (numeric) 1.995880844537637 absolute error 1.5543122344752192e-15 relative error 7.787600340616977e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9958808445376355 y1[1] (numeric) 1.9958808445376408 absolute error 5.329070518200751e-15 relative error 2.6700344024972495e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4809999999999477 y2[1] (analytic) 1.9959710182066068 y2[1] (numeric) 1.9959710182066086 absolute error 1.7763568394002505e-15 relative error 8.899712586990962e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9959710182066068 y1[1] (numeric) 1.9959710182066124 absolute error 5.551115123125783e-15 relative error 2.7811601834346754e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4819999999999476 y2[1] (analytic) 1.9960601959046436 y2[1] (numeric) 1.996060195904645 absolute error 1.3322676295501878e-15 relative error 6.674486231846254e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9960601959046436 y1[1] (numeric) 1.9960601959046487 absolute error 5.10702591327572e-15 relative error 2.558553055541064e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4829999999999475 y2[1] (analytic) 1.9961483775425668 y2[1] (numeric) 1.9961483775425684 absolute error 1.5543122344752192e-15 relative error 7.786556610529692e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9961483775425668 y1[1] (numeric) 1.9961483775425721 absolute error 5.329070518200751e-15 relative error 2.6696765521816083e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4839999999999474 y2[1] (analytic) 1.996235563032196 y2[1] (numeric) 1.9962355630321973 absolute error 1.3322676295501878e-15 relative error 6.673899885475091e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.996235563032196 y1[1] (numeric) 1.996235563032201 absolute error 5.10702591327572e-15 relative error 2.558328289432119e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4849999999999473 y2[1] (analytic) 1.9963217522863448 y2[1] (numeric) 1.9963217522863461 absolute error 1.3322676295501878e-15 relative error 6.67361174632481e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9963217522863448 y1[1] (numeric) 1.9963217522863501 absolute error 5.329070518200751e-15 relative error 2.669444698529924e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4859999999999471 y2[1] (analytic) 1.9964069452188247 y2[1] (numeric) 1.9964069452188258 absolute error 1.1102230246251565e-15 relative error 5.5611058020210693e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9964069452188247 y1[1] (numeric) 1.9964069452188298 absolute error 5.10702591327572e-15 relative error 2.558108668929692e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.486999999999947 y2[1] (analytic) 1.9964911417444422 y2[1] (numeric) 1.9964911417444433 absolute error 1.1102230246251565e-15 relative error 5.5608712776711583e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9964911417444422 y1[1] (numeric) 1.9964911417444473 absolute error 5.10702591327572e-15 relative error 2.558000787728733e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.487999999999947 y2[1] (analytic) 1.996574341779001 y2[1] (numeric) 1.996574341779002 absolute error 1.1102230246251565e-15 relative error 5.560639548417307e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.996574341779001 y1[1] (numeric) 1.996574341779006 absolute error 5.10702591327572e-15 relative error 2.557894192271961e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4889999999999468 y2[1] (analytic) 1.996656545239301 y2[1] (numeric) 1.9966565452393021 absolute error 1.1102230246251565e-15 relative error 5.5604106137948495e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.996656545239301 y1[1] (numeric) 1.9966565452393061 absolute error 5.10702591327572e-15 relative error 2.5577888823456305e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4899999999999467 y2[1] (analytic) 1.996737752043139 y2[1] (numeric) 1.99673775204314 absolute error 8.881784197001252e-16 relative error 4.448147578675802e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.996737752043139 y1[1] (numeric) 1.996737752043144 absolute error 4.884981308350689e-15 relative error 2.446481168271691e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4909999999999466 y2[1] (analytic) 1.996817962109308 y2[1] (numeric) 1.996817962109309 absolute error 8.881784197001252e-16 relative error 4.44796890129089e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.996817962109308 y1[1] (numeric) 1.996817962109313 absolute error 4.884981308350689e-15 relative error 2.446382895709989e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4919999999999465 y2[1] (analytic) 1.996897175357598 y2[1] (numeric) 1.9968971753575988 absolute error 8.881784197001252e-16 relative error 4.4477924585229234e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.996897175357598 y1[1] (numeric) 1.9968971753576028 absolute error 4.884981308350689e-15 relative error 2.446285852187608e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4929999999999464 y2[1] (analytic) 1.9969753917087956 y2[1] (numeric) 1.9969753917087965 absolute error 8.881784197001252e-16 relative error 4.447618250018185e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9969753917087956 y1[1] (numeric) 1.9969753917088005 absolute error 4.884981308350689e-15 relative error 2.446190037510002e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4939999999999463 y2[1] (analytic) 1.9970526110846847 y2[1] (numeric) 1.9970526110846853 absolute error 6.661338147750939e-16 relative error 3.33558470657059e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9970526110846847 y1[1] (numeric) 1.9970526110846893 absolute error 4.6629367034256575e-15 relative error 2.334909294599413e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4949999999999461 y2[1] (analytic) 1.9971288334080457 y2[1] (numeric) 1.9971288334080464 absolute error 6.661338147750939e-16 relative error 3.335457400804508e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9971288334080457 y1[1] (numeric) 1.9971288334080504 absolute error 4.6629367034256575e-15 relative error 2.3348201805631554e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.495999999999946 y2[1] (analytic) 1.9972040586026563 y2[1] (numeric) 1.997204058602657 absolute error 6.661338147750939e-16 relative error 3.3353317699602234e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9972040586026563 y1[1] (numeric) 1.997204058602661 absolute error 4.6629367034256575e-15 relative error 2.3347322389721563e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.496999999999946 y2[1] (analytic) 1.9972782865932914 y2[1] (numeric) 1.997278286593292 absolute error 6.661338147750939e-16 relative error 3.33520781378594e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9972782865932914 y1[1] (numeric) 1.997278286593296 absolute error 4.6629367034256575e-15 relative error 2.3346454696501577e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4979999999999458 y2[1] (analytic) 1.9973515173057232 y2[1] (numeric) 1.9973515173057237 absolute error 4.440892098500626e-16 relative error 2.2233903546888205e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9973515173057232 y1[1] (numeric) 1.9973515173057277 absolute error 4.440892098500626e-15 relative error 2.2233903546888208e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4989999999999457 y2[1] (analytic) 1.9974237506667207 y2[1] (numeric) 1.9974237506667212 absolute error 4.440892098500626e-16 relative error 2.223309949638027e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9974237506667207 y1[1] (numeric) 1.9974237506667252 absolute error 4.440892098500626e-15 relative error 2.2233099496380272e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.4999999999999456 y2[1] (analytic) 1.9974949866040506 y2[1] (numeric) 1.997494986604051 absolute error 4.440892098500626e-16 relative error 2.223230660543787e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9974949866040506 y1[1] (numeric) 1.997494986604055 absolute error 4.440892098500626e-15 relative error 2.223230660543787e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5009999999999455 y2[1] (analytic) 1.997565225046477 y2[1] (numeric) 1.9975652250464775 absolute error 4.440892098500626e-16 relative error 2.223152487247219e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.997565225046477 y1[1] (numeric) 1.9975652250464815 absolute error 4.440892098500626e-15 relative error 2.223152487247219e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5019999999999454 y2[1] (analytic) 1.9976344659237615 y2[1] (numeric) 1.997634465923762 absolute error 4.440892098500626e-16 relative error 2.223075429591687e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9976344659237615 y1[1] (numeric) 1.997634465923766 absolute error 4.440892098500626e-15 relative error 2.223075429591687e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5029999999999453 y2[1] (analytic) 1.9977027091666635 y2[1] (numeric) 1.9977027091666637 absolute error 2.220446049250313e-16 relative error 1.1114997437113986e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9977027091666635 y1[1] (numeric) 1.9977027091666677 absolute error 4.218847493575595e-15 relative error 2.1118495130516574e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5039999999999452 y2[1] (analytic) 1.9977699547069392 y2[1] (numeric) 1.9977699547069394 absolute error 2.220446049250313e-16 relative error 1.1114623302942e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9977699547069392 y1[1] (numeric) 1.9977699547069434 absolute error 4.218847493575595e-15 relative error 2.1117784275589802e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.504999999999945 y2[1] (analytic) 1.9978362024773433 y2[1] (numeric) 1.9978362024773435 absolute error 2.220446049250313e-16 relative error 1.1114254744692937e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9978362024773433 y1[1] (numeric) 1.9978362024773475 absolute error 4.218847493575595e-15 relative error 2.111708401491658e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.505999999999945 y2[1] (analytic) 1.9979014524116283 y2[1] (numeric) 1.9979014524116283 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.9979014524116283 y1[1] (numeric) 1.9979014524116323 absolute error 3.9968028886505635e-15 relative error 2.0005005170931229e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5069999999999448 y2[1] (analytic) 1.9979657044445438 y2[1] (numeric) 1.9979657044445438 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.9979657044445438 y1[1] (numeric) 1.9979657044445478 absolute error 3.9968028886505635e-15 relative error 2.0004361835438602e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5079999999999447 y2[1] (analytic) 1.998028958511838 y2[1] (numeric) 1.998028958511838 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 y1[1] (analytic) 1.998028958511838 y1[1] (numeric) 1.998028958511842 absolute error 3.9968028886505635e-15 relative error 2.000372853268074e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5089999999999446 y2[1] (analytic) 1.9980912145502572 y2[1] (numeric) 1.998091214550257 absolute error 2.220446049250313e-16 relative error 1.1112836256327291e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9980912145502572 y1[1] (numeric) 1.998091214550261 absolute error 3.774758283725532e-15 relative error 1.8891821635756395e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5099999999999445 y2[1] (analytic) 1.9981524724975448 y2[1] (numeric) 1.9981524724975446 absolute error 2.220446049250313e-16 relative error 1.1112495566841891e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9981524724975448 y1[1] (numeric) 1.9981524724975486 absolute error 3.774758283725532e-15 relative error 1.8891242463631216e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5109999999999444 y2[1] (analytic) 1.998212732292443 y2[1] (numeric) 1.9982127322924428 absolute error 2.220446049250313e-16 relative error 1.1112160449017427e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.998212732292443 y1[1] (numeric) 1.9982127322924468 absolute error 3.774758283725532e-15 relative error 1.8890672763329624e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5119999999999443 y2[1] (analytic) 1.9982719938746922 y2[1] (numeric) 1.998271993874692 absolute error 2.220446049250313e-16 relative error 1.1111830902182743e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9982719938746922 y1[1] (numeric) 1.998271993874696 absolute error 3.774758283725532e-15 relative error 1.8890112533710665e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5129999999999442 y2[1] (analytic) 1.9983302571850308 y2[1] (numeric) 1.9983302571850305 absolute error 2.220446049250313e-16 relative error 1.1111506925677881e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9983302571850308 y1[1] (numeric) 1.9983302571850345 absolute error 3.774758283725532e-15 relative error 1.8889561773652397e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.513999999999944 y2[1] (analytic) 1.9983875221651952 y2[1] (numeric) 1.998387522165195 absolute error 2.220446049250313e-16 relative error 1.111118851885406e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9983875221651952 y1[1] (numeric) 1.998387522165199 absolute error 3.774758283725532e-15 relative error 1.8889020482051902e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.514999999999944 y2[1] (analytic) 1.9984437887579207 y2[1] (numeric) 1.9984437887579205 absolute error 2.220446049250313e-16 relative error 1.1110875681073682e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9984437887579207 y1[1] (numeric) 1.9984437887579245 absolute error 3.774758283725532e-15 relative error 1.8888488657825258e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5159999999999438 y2[1] (analytic) 1.9984990569069407 y2[1] (numeric) 1.9984990569069405 absolute error 2.220446049250313e-16 relative error 1.1110568411710324e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9984990569069407 y1[1] (numeric) 1.9984990569069445 absolute error 3.774758283725532e-15 relative error 1.8887966299907552e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5169999999999437 y2[1] (analytic) 1.998553326556987 y2[1] (numeric) 1.9985533265569868 absolute error 2.220446049250313e-16 relative error 1.1110266710148746e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.998553326556987 y1[1] (numeric) 1.9985533265569908 absolute error 3.774758283725532e-15 relative error 1.888745340725287e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5179999999999436 y2[1] (analytic) 1.9986065976537901 y2[1] (numeric) 1.9986065976537897 absolute error 4.440892098500626e-16 relative error 2.2219941151569753e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9986065976537901 y1[1] (numeric) 1.9986065976537937 absolute error 3.552713678800501e-15 relative error 1.7775952921255802e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5189999999999435 y2[1] (analytic) 1.9986588701440784 y2[1] (numeric) 1.9986588701440782 absolute error 2.220446049250313e-16 relative error 1.1109680008025814e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9986588701440784 y1[1] (numeric) 1.9986588701440822 absolute error 3.774758283725532e-15 relative error 1.8886456013643886e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5199999999999434 y2[1] (analytic) 1.9987101439755801 y2[1] (numeric) 1.9987101439755797 absolute error 4.440892098500626e-16 relative error 2.2218790012579655e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9987101439755801 y1[1] (numeric) 1.9987101439755837 absolute error 3.552713678800501e-15 relative error 1.7775032010063724e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5209999999999433 y2[1] (analytic) 1.998760419097021 y2[1] (numeric) 1.9987604190970205 absolute error 4.440892098500626e-16 relative error 2.2218231140012696e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.998760419097021 y1[1] (numeric) 1.9987604190970245 absolute error 3.552713678800501e-15 relative error 1.7774584912010157e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5219999999999432 y2[1] (analytic) 1.9988096954581258 y2[1] (numeric) 1.9988096954581254 absolute error 4.440892098500626e-16 relative error 2.2217683397231956e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9988096954581258 y1[1] (numeric) 1.9988096954581294 absolute error 3.552713678800501e-15 relative error 1.7774146717785565e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.522999999999943 y2[1] (analytic) 1.9988579730096188 y2[1] (numeric) 1.998857973009618 absolute error 6.661338147750939e-16 relative error 3.33257201747114e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9988579730096188 y1[1] (numeric) 1.998857973009622 absolute error 3.3306690738754696e-15 relative error 1.6662860087355702e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.523999999999943 y2[1] (analytic) 1.9989052517032215 y2[1] (numeric) 1.998905251703221 absolute error 4.440892098500626e-16 relative error 2.221662129666548e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9989052517032215 y1[1] (numeric) 1.998905251703225 absolute error 3.552713678800501e-15 relative error 1.7773297037332384e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5249999999999428 y2[1] (analytic) 1.9989515314916562 y2[1] (numeric) 1.9989515314916555 absolute error 6.661338147750939e-16 relative error 3.3324160405130586e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9989515314916562 y1[1] (numeric) 1.9989515314916595 absolute error 3.3306690738754696e-15 relative error 1.6662080202565292e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5259999999999427 y2[1] (analytic) 1.9989968123286426 y2[1] (numeric) 1.9989968123286417 absolute error 8.881784197001252e-16 relative error 4.4431207404752246e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9989968123286426 y1[1] (numeric) 1.9989968123286457 absolute error 3.1086244689504383e-15 relative error 1.5550922591663286e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5269999999999426 y2[1] (analytic) 1.9990410941688996 y2[1] (numeric) 1.9990410941688987 absolute error 8.881784197001252e-16 relative error 4.443022318505088e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9990410941688996 y1[1] (numeric) 1.9990410941689027 absolute error 3.1086244689504383e-15 relative error 1.5550578114767808e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5279999999999425 y2[1] (analytic) 1.999084376968146 y2[1] (numeric) 1.999084376968145 absolute error 8.881784197001252e-16 relative error 4.4429261212433445e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.999084376968146 y1[1] (numeric) 1.999084376968149 absolute error 3.1086244689504383e-15 relative error 1.5550241424351705e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5289999999999424 y2[1] (analytic) 1.9991266606830984 y2[1] (numeric) 1.9991266606830975 absolute error 8.881784197001252e-16 relative error 4.442832148497465e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9991266606830984 y1[1] (numeric) 1.9991266606831015 absolute error 3.1086244689504383e-15 relative error 1.5549912519741126e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5299999999999423 y2[1] (analytic) 1.9991679452714737 y2[1] (numeric) 1.9991679452714726 absolute error 1.1102230246251565e-15 relative error 5.5534255000992206e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9991679452714737 y1[1] (numeric) 1.9991679452714766 absolute error 2.886579864025407e-15 relative error 1.4438906300257974e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5309999999999422 y2[1] (analytic) 1.9992082306919867 y2[1] (numeric) 1.9992082306919856 absolute error 1.1102230246251565e-15 relative error 5.5533135947568336e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9992082306919867 y1[1] (numeric) 1.9992082306919896 absolute error 2.886579864025407e-15 relative error 1.4438615346367766e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.531999999999942 y2[1] (analytic) 1.9992475169043527 y2[1] (numeric) 1.9992475169043513 absolute error 1.3322676295501878e-15 relative error 6.663845363244865e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9992475169043527 y1[1] (numeric) 1.9992475169043553 absolute error 2.6645352591003757e-15 relative error 1.332769072648973e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.532999999999942 y2[1] (analytic) 1.9992858038692845 y2[1] (numeric) 1.9992858038692833 absolute error 1.1102230246251565e-15 relative error 5.5530981237225057e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9992858038692845 y1[1] (numeric) 1.9992858038692873 absolute error 2.886579864025407e-15 relative error 1.4438055121678516e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5339999999999419 y2[1] (analytic) 1.999323091548496 y2[1] (numeric) 1.9993230915484947 absolute error 1.3322676295501878e-15 relative error 6.663593469119256e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.999323091548496 y1[1] (numeric) 1.9993230915484987 absolute error 2.6645352591003757e-15 relative error 1.3327186938238512e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5349999999999417 y2[1] (analytic) 1.9993593799046994 y2[1] (numeric) 1.9993593799046978 absolute error 1.5543122344752192e-15 relative error 7.774051279111744e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9993593799046994 y1[1] (numeric) 1.9993593799047018 absolute error 2.4424906541753444e-15 relative error 1.2216366295747026e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5359999999999416 y2[1] (analytic) 1.9993946689016058 y2[1] (numeric) 1.9993946689016042 absolute error 1.5543122344752192e-15 relative error 7.773914068347003e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9993946689016058 y1[1] (numeric) 1.9993946689016084 absolute error 2.6645352591003757e-15 relative error 1.3326709831452006e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5369999999999415 y2[1] (analytic) 1.9994289585039269 y2[1] (numeric) 1.999428958503925 absolute error 1.7763568394002505e-15 relative error 8.884320854937551e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9994289585039269 y1[1] (numeric) 1.9994289585039293 absolute error 2.4424906541753444e-15 relative error 1.2215941175539133e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5379999999999414 y2[1] (analytic) 1.9994622486773728 y2[1] (numeric) 1.9994622486773708 absolute error 1.9984014443252818e-15 relative error 9.994694551733634e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.9994622486773728 y1[1] (numeric) 1.999462248677375 absolute error 2.220446049250313e-15 relative error 1.1105216168592926e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5389999999999413 y2[1] (analytic) 1.999494539388653 y2[1] (numeric) 1.999494539388651 absolute error 1.9984014443252818e-15 relative error 9.994533143042714e-14% Correct digits 15 h 0.001 y1[1] (analytic) 1.999494539388653 y1[1] (numeric) 1.9994945393886554 absolute error 2.4424906541753444e-15 relative error 1.2215540508163316e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5399999999999412 y2[1] (analytic) 1.9995258306054773 y2[1] (numeric) 1.999525830605475 absolute error 2.220446049250313e-15 relative error 1.1104863039343377e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9995258306054773 y1[1] (numeric) 1.9995258306054795 absolute error 2.220446049250313e-15 relative error 1.1104863039343377e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.540999999999941 y2[1] (analytic) 1.9995561222965543 y2[1] (numeric) 1.9995561222965519 absolute error 2.4424906541753444e-15 relative error 1.2215164290412942e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9995561222965543 y1[1] (numeric) 1.9995561222965563 absolute error 1.9984014443252818e-15 relative error 9.99422532851968e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.541999999999941 y2[1] (analytic) 1.9995854144315923 y2[1] (numeric) 1.9995854144315899 absolute error 2.4424906541753444e-15 relative error 1.2214985349198767e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9995854144315923 y1[1] (numeric) 1.9995854144315943 absolute error 1.9984014443252818e-15 relative error 9.994078922071718e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5429999999999409 y2[1] (analytic) 1.999613706981299 y2[1] (numeric) 1.9996137069812967 absolute error 2.220446049250313e-15 relative error 1.110437501752472e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999613706981299 y1[1] (numeric) 1.9996137069813011 absolute error 2.220446049250313e-15 relative error 1.110437501752472e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5439999999999408 y2[1] (analytic) 1.999640999917382 y2[1] (numeric) 1.9996409999173799 absolute error 2.220446049250313e-15 relative error 1.110422345482041e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999640999917382 y1[1] (numeric) 1.9996409999173843 absolute error 2.220446049250313e-15 relative error 1.110422345482041e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5449999999999406 y2[1] (analytic) 1.9996672932125485 y2[1] (numeric) 1.9996672932125463 absolute error 2.220446049250313e-15 relative error 1.1104077447219103e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9996672932125485 y1[1] (numeric) 1.9996672932125508 absolute error 2.220446049250313e-15 relative error 1.1104077447219103e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5459999999999405 y2[1] (analytic) 1.9996925868405053 y2[1] (numeric) 1.9996925868405029 absolute error 2.4424906541753444e-15 relative error 1.221433069387158e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9996925868405053 y1[1] (numeric) 1.9996925868405073 absolute error 1.9984014443252818e-15 relative error 9.993543294985838e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5469999999999404 y2[1] (analytic) 1.9997168807759582 y2[1] (numeric) 1.999716880775956 absolute error 2.220446049250313e-15 relative error 1.1103802096168256e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9997168807759582 y1[1] (numeric) 1.9997168807759604 absolute error 2.220446049250313e-15 relative error 1.1103802096168256e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5479999999999403 y2[1] (analytic) 1.999740174994614 y2[1] (numeric) 1.9997401749946115 absolute error 2.4424906541753444e-15 relative error 1.2214040027384672e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999740174994614 y1[1] (numeric) 1.999740174994616 absolute error 1.9984014443252818e-15 relative error 9.993305476951096e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5489999999999402 y2[1] (analytic) 1.999762469473178 y2[1] (numeric) 1.9997624694731755 absolute error 2.4424906541753444e-15 relative error 1.221390385838574e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999762469473178 y1[1] (numeric) 1.99976246947318 absolute error 1.9984014443252818e-15 relative error 9.993194065951969e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.54999999999994 y2[1] (analytic) 1.9997837641893557 y2[1] (numeric) 1.9997837641893532 absolute error 2.4424906541753444e-15 relative error 1.2213773798515895e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9997837641893557 y1[1] (numeric) 1.9997837641893577 absolute error 1.9984014443252818e-15 relative error 9.993087653331188e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.55099999999994 y2[1] (analytic) 1.9998040591218527 y2[1] (numeric) 1.99980405912185 absolute error 2.6645352591003757e-15 relative error 1.3323981651834518e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9998040591218527 y1[1] (numeric) 1.9998040591218544 absolute error 1.7763568394002505e-15 relative error 8.882654434556345e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5519999999999399 y2[1] (analytic) 1.9998233542503736 y2[1] (numeric) 1.999823354250371 absolute error 2.6645352591003757e-15 relative error 1.3323853096510952e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9998233542503736 y1[1] (numeric) 1.9998233542503754 absolute error 1.7763568394002505e-15 relative error 8.882568731007301e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5529999999999398 y2[1] (analytic) 1.999841649555624 y2[1] (numeric) 1.999841649555621 absolute error 2.886579864025407e-15 relative error 1.4434042138620432e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999841649555624 y1[1] (numeric) 1.9998416495556255 absolute error 1.5543122344752192e-15 relative error 7.772176536180232e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5539999999999397 y2[1] (analytic) 1.9998589450193078 y2[1] (numeric) 1.999858945019305 absolute error 2.886579864025407e-15 relative error 1.4433917308090637e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9998589450193078 y1[1] (numeric) 1.9998589450193094 absolute error 1.5543122344752192e-15 relative error 7.772109319741112e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5549999999999395 y2[1] (analytic) 1.9998752406241302 y2[1] (numeric) 1.9998752406241271 absolute error 3.1086244689504383e-15 relative error 1.5544091980359159e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9998752406241302 y1[1] (numeric) 1.9998752406241316 absolute error 1.3322676295501878e-15 relative error 6.661753705868211e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5559999999999394 y2[1] (analytic) 1.9998905363537949 y2[1] (numeric) 1.999890536353792 absolute error 2.886579864025407e-15 relative error 1.4433689302256644e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9998905363537949 y1[1] (numeric) 1.9998905363537964 absolute error 1.5543122344752192e-15 relative error 7.771986547368962e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5569999999999393 y2[1] (analytic) 1.9999048321930069 y2[1] (numeric) 1.9999048321930037 absolute error 3.1086244689504383e-15 relative error 1.5543861982380726e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999048321930069 y1[1] (numeric) 1.9999048321930082 absolute error 1.3322676295501878e-15 relative error 6.661655135306025e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5579999999999392 y2[1] (analytic) 1.99991812812747 y2[1] (numeric) 1.9999181281274667 absolute error 3.3306690738754696e-15 relative error 1.6654027117569987e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.99991812812747 y1[1] (numeric) 1.9999181281274712 absolute error 1.1102230246251565e-15 relative error 5.5513423725233294e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.558999999999939 y2[1] (analytic) 1.9999304241438882 y2[1] (numeric) 1.9999304241438849 absolute error 3.3306690738754696e-15 relative error 1.6653924724912526e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999304241438882 y1[1] (numeric) 1.9999304241438893 absolute error 1.1102230246251565e-15 relative error 5.551308241637509e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.559999999999939 y2[1] (analytic) 1.9999417202299656 y2[1] (numeric) 1.9999417202299623 absolute error 3.3306690738754696e-15 relative error 1.665383066008788e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999417202299656 y1[1] (numeric) 1.9999417202299667 absolute error 1.1102230246251565e-15 relative error 5.5512768866959594e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5609999999999389 y2[1] (analytic) 1.9999520163744062 y2[1] (numeric) 1.9999520163744027 absolute error 3.552713678800501e-15 relative error 1.77639945844351e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999520163744062 y1[1] (numeric) 1.9999520163744071 absolute error 8.881784197001252e-16 relative error 4.440998646108775e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5619999999999388 y2[1] (analytic) 1.9999613125669136 y2[1] (numeric) 1.99996131256691 absolute error 3.552713678800501e-15 relative error 1.7763912014081205e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999613125669136 y1[1] (numeric) 1.9999613125669145 absolute error 8.881784197001252e-16 relative error 4.440978003520301e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5629999999999387 y2[1] (analytic) 1.999969608798192 y2[1] (numeric) 1.9999696087981882 absolute error 3.774758283725532e-15 relative error 1.887407822158775e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999969608798192 y1[1] (numeric) 1.9999696087981926 absolute error 6.661338147750939e-16 relative error 3.3307196861625434e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5639999999999386 y2[1] (analytic) 1.9999769050599445 y2[1] (numeric) 1.999976905059941 absolute error 3.552713678800501e-15 relative error 1.7763773520644813e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999769050599445 y1[1] (numeric) 1.9999769050599454 absolute error 8.881784197001252e-16 relative error 4.440943380161203e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5649999999999384 y2[1] (analytic) 1.9999832013448757 y2[1] (numeric) 1.999983201344872 absolute error 3.774758283725532e-15 relative error 1.8873949947115659e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999832013448757 y1[1] (numeric) 1.9999832013448764 absolute error 6.661338147750939e-16 relative error 3.3306970494909984e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5659999999999383 y2[1] (analytic) 1.9999884976466888 y2[1] (numeric) 1.9999884976466848 absolute error 3.9968028886505635e-15 relative error 1.9984129375511164e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999884976466888 y1[1] (numeric) 1.9999884976466893 absolute error 4.440892098500626e-16 relative error 2.2204588195012405e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5669999999999382 y2[1] (analytic) 1.9999927939600874 y2[1] (numeric) 1.9999927939600834 absolute error 3.9968028886505635e-15 relative error 1.9984086446315092e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999927939600874 y1[1] (numeric) 1.999992793960088 absolute error 4.440892098500626e-16 relative error 2.2204540495905657e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.567999999999938 y2[1] (analytic) 1.9999960902807756 y2[1] (numeric) 1.9999960902807714 absolute error 4.218847493575595e-15 relative error 2.1094278704231462e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999960902807756 y1[1] (numeric) 1.9999960902807759 absolute error 2.220446049250313e-16 relative error 1.1102251949595507e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.568999999999938 y2[1] (analytic) 1.9999983866054567 y2[1] (numeric) 1.9999983866054525 absolute error 4.218847493575595e-15 relative error 2.1094254484555514e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999983866054567 y1[1] (numeric) 1.999998386605457 absolute error 2.220446049250313e-16 relative error 1.1102239202397639e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.569999999999938 y2[1] (analytic) 1.9999996829318345 y2[1] (numeric) 1.9999996829318303 absolute error 4.218847493575595e-15 relative error 2.1094240812034092e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999996829318345 y1[1] (numeric) 1.9999996829318347 absolute error 2.220446049250313e-16 relative error 1.1102232006333733e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5709999999999378 y2[1] (analytic) 1.9999999792586127 y2[1] (numeric) 1.9999999792586085 absolute error 4.218847493575595e-15 relative error 2.1094237686639852e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999999792586127 y1[1] (numeric) 1.999999979258613 absolute error 2.220446049250313e-16 relative error 1.1102230361389396e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5719999999999377 y2[1] (analytic) 1.9999992755854952 y2[1] (numeric) 1.9999992755854907 absolute error 4.440892098500626e-15 relative error 2.2204468535122671e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999992755854952 y1[1] (numeric) 1.9999992755854952 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5729999999999376 y2[1] (analytic) 1.9999975719131853 y2[1] (numeric) 1.9999975719131808 absolute error 4.440892098500626e-15 relative error 2.2204487449714734e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999975719131853 y1[1] (numeric) 1.9999975719131853 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5739999999999374 y2[1] (analytic) 1.9999948682433868 y2[1] (numeric) 1.9999948682433824 absolute error 4.440892098500626e-15 relative error 2.2204517466592807e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999948682433868 y1[1] (numeric) 1.9999948682433868 absolute error 0.0 relative error 0.0% Correct digits 16 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5749999999999373 y2[1] (analytic) 1.9999911645788035 y2[1] (numeric) 1.9999911645787989 absolute error 4.6629367034256575e-15 relative error 2.331478651510777e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999911645788035 y1[1] (numeric) 1.9999911645788033 absolute error 2.220446049250313e-16 relative error 1.1102279292908462e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5759999999999372 y2[1] (analytic) 1.9999864609231388 y2[1] (numeric) 1.9999864609231341 absolute error 4.6629367034256575e-15 relative error 2.3314841347842796e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999864609231388 y1[1] (numeric) 1.9999864609231386 absolute error 2.220446049250313e-16 relative error 1.1102305403734664e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5769999999999371 y2[1] (analytic) 1.9999807572810966 y2[1] (numeric) 1.999980757281092 absolute error 4.6629367034256575e-15 relative error 2.331490783823718e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999807572810966 y1[1] (numeric) 1.9999807572810964 absolute error 2.220446049250313e-16 relative error 1.110233706582723e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.577999999999937 y2[1] (analytic) 1.9999740536583803 y2[1] (numeric) 1.9999740536583757 absolute error 4.6629367034256575e-15 relative error 2.331498598642392e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999740536583803 y1[1] (numeric) 1.99997405365838 absolute error 2.220446049250313e-16 relative error 1.1102374279249485e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.578999999999937 y2[1] (analytic) 1.999966350061694 y2[1] (numeric) 1.999966350061689 absolute error 4.884981308350689e-15 relative error 2.442531749696688e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999966350061694 y1[1] (numeric) 1.9999663500616935 absolute error 4.440892098500626e-16 relative error 2.2204834088151713e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5799999999999368 y2[1] (analytic) 1.9999576464987405 y2[1] (numeric) 1.9999576464987359 absolute error 4.6629367034256575e-15 relative error 2.3315177256822944e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999576464987405 y1[1] (numeric) 1.9999576464987403 absolute error 2.220446049250313e-16 relative error 1.1102465360391878e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5809999999999367 y2[1] (analytic) 1.999947942978224 y2[1] (numeric) 1.9999479429782194 absolute error 4.6629367034256575e-15 relative error 2.3315290379417784e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999947942978224 y1[1] (numeric) 1.9999479429782239 absolute error 2.220446049250313e-16 relative error 1.1102519228294183e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5819999999999366 y2[1] (analytic) 1.999937239509848 y2[1] (numeric) 1.9999372395098434 absolute error 4.6629367034256575e-15 relative error 2.3315415160570074e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999937239509848 y1[1] (numeric) 1.9999372395098478 absolute error 2.220446049250313e-16 relative error 1.1102578647890511e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5829999999999365 y2[1] (analytic) 1.9999255361043158 y2[1] (numeric) 1.9999255361043111 absolute error 4.6629367034256575e-15 relative error 2.331555160052939e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999255361043158 y1[1] (numeric) 1.9999255361043156 absolute error 2.220446049250313e-16 relative error 1.110264361929971e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5839999999999363 y2[1] (analytic) 1.9999128327733309 y2[1] (numeric) 1.999912832773326 absolute error 4.884981308350689e-15 relative error 2.442597111383379e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9999128327733309 y1[1] (numeric) 1.9999128327733304 absolute error 4.440892098500626e-16 relative error 2.2205428285303446e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5849999999999362 y2[1] (analytic) 1.9998991295295965 y2[1] (numeric) 1.9998991295295914 absolute error 5.10702591327572e-15 relative error 2.5536417501601503e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9998991295295965 y1[1] (numeric) 1.9998991295295958 absolute error 6.661338147750939e-16 relative error 3.3308370654262834e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5859999999999361 y2[1] (analytic) 1.9998844263868158 y2[1] (numeric) 1.9998844263868105 absolute error 5.329070518200751e-15 relative error 2.664689242982288e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9998844263868158 y1[1] (numeric) 1.9998844263868152 absolute error 6.661338147750939e-16 relative error 3.33086155372786e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.586999999999936 y2[1] (analytic) 1.9998687233596921 y2[1] (numeric) 1.9998687233596868 absolute error 5.329070518200751e-15 relative error 2.6647101661993824e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9998687233596921 y1[1] (numeric) 1.9998687233596915 absolute error 6.661338147750939e-16 relative error 3.330887707749228e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.587999999999936 y2[1] (analytic) 1.9998520204639283 y2[1] (numeric) 1.999852020463923 absolute error 5.329070518200751e-15 relative error 2.66473242203416e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9998520204639283 y1[1] (numeric) 1.9998520204639276 absolute error 6.661338147750939e-16 relative error 3.3309155275427e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5889999999999358 y2[1] (analytic) 1.9998343177162274 y2[1] (numeric) 1.9998343177162219 absolute error 5.551115123125783e-15 relative error 2.7757875109699336e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9998343177162274 y1[1] (numeric) 1.9998343177162266 absolute error 8.881784197001252e-16 relative error 4.441260017551894e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5899999999999357 y2[1] (analytic) 1.999815615134292 y2[1] (numeric) 1.9998156151342865 absolute error 5.551115123125783e-15 relative error 2.775813470559891e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999815615134292 y1[1] (numeric) 1.9998156151342912 absolute error 8.881784197001252e-16 relative error 4.441301552895826e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5909999999999356 y2[1] (analytic) 1.999795912736825 y2[1] (numeric) 1.9997959127368192 absolute error 5.773159728050814e-15 relative error 2.8868744511783427e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999795912736825 y1[1] (numeric) 1.9997959127368239 absolute error 1.1102230246251565e-15 relative error 5.5516816368814276e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5919999999999355 y2[1] (analytic) 1.9997752105435285 y2[1] (numeric) 1.9997752105435227 absolute error 5.773159728050814e-15 relative error 2.88690433685379e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9997752105435285 y1[1] (numeric) 1.9997752105435274 absolute error 1.1102230246251565e-15 relative error 5.551739109334212e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5929999999999354 y2[1] (analytic) 1.9997535085751048 y2[1] (numeric) 1.9997535085750988 absolute error 5.995204332975845e-15 relative error 2.997971653640273e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9997535085751048 y1[1] (numeric) 1.9997535085751035 absolute error 1.3322676295501878e-15 relative error 6.662159230311718e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5939999999999352 y2[1] (analytic) 1.9997308068532558 y2[1] (numeric) 1.9997308068532498 absolute error 5.995204332975845e-15 relative error 2.998005687780448e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9997308068532558 y1[1] (numeric) 1.9997308068532544 absolute error 1.3322676295501878e-15 relative error 6.662234861734329e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5949999999999351 y2[1] (analytic) 1.9997071054006832 y2[1] (numeric) 1.9997071054006772 absolute error 5.995204332975845e-15 relative error 2.99804122152908e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9997071054006832 y1[1] (numeric) 1.9997071054006819 absolute error 1.3322676295501878e-15 relative error 6.662313825620178e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.595999999999935 y2[1] (analytic) 1.9996824042410886 y2[1] (numeric) 1.9996824042410823 absolute error 6.217248937900877e-15 relative error 3.1091181903260393e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9996824042410886 y1[1] (numeric) 1.9996824042410872 absolute error 1.3322676295501878e-15 relative error 6.662396122127228e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.596999999999935 y2[1] (analytic) 1.9996567033991728 y2[1] (numeric) 1.9996567033991666 absolute error 6.217248937900877e-15 relative error 3.1091581506627167e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9996567033991728 y1[1] (numeric) 1.9996567033991717 absolute error 1.1102230246251565e-15 relative error 5.552068126183423e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5979999999999348 y2[1] (analytic) 1.999630002900637 y2[1] (numeric) 1.9996300029006309 absolute error 6.217248937900877e-15 relative error 3.1091996663793883e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999630002900637 y1[1] (numeric) 1.999630002900636 absolute error 1.1102230246251565e-15 relative error 5.5521422613917654e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5989999999999347 y2[1] (analytic) 1.9996023027721819 y2[1] (numeric) 1.9996023027721754 absolute error 6.439293542825908e-15 relative error 3.2202871210433625e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9996023027721819 y1[1] (numeric) 1.9996023027721805 absolute error 1.3322676295501878e-15 relative error 6.662663009055234e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.5999999999999346 y2[1] (analytic) 1.9995736030415072 y2[1] (numeric) 1.9995736030415006 absolute error 6.661338147750939e-15 relative error 3.3313793188800475e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9995736030415072 y1[1] (numeric) 1.9995736030415057 absolute error 1.5543122344752192e-15 relative error 7.773218410720111e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6009999999999345 y2[1] (analytic) 1.9995439037373126 y2[1] (numeric) 1.999543903737306 absolute error 6.661338147750939e-15 relative error 3.3314287999880115e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9995439037373126 y1[1] (numeric) 1.999543903737311 absolute error 1.5543122344752192e-15 relative error 7.773333866638694e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6019999999999344 y2[1] (analytic) 1.9995132048892976 y2[1] (numeric) 1.999513204889291 absolute error 6.661338147750939e-15 relative error 3.331479947950502e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9995132048892976 y1[1] (numeric) 1.999513204889296 absolute error 1.5543122344752192e-15 relative error 7.773453211884506e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6029999999999343 y2[1] (analytic) 1.999481506528161 y2[1] (numeric) 1.9994815065281544 absolute error 6.661338147750939e-15 relative error 3.3315327628698526e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999481506528161 y1[1] (numeric) 1.9994815065281595 absolute error 1.5543122344752192e-15 relative error 7.773576446696322e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6039999999999341 y2[1] (analytic) 1.9994488086856013 y2[1] (numeric) 1.9994488086855946 absolute error 6.661338147750939e-15 relative error 3.3315872448517315e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9994488086856013 y1[1] (numeric) 1.9994488086855997 absolute error 1.5543122344752192e-15 relative error 7.773703571320706e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.604999999999934 y2[1] (analytic) 1.9994151113943162 y2[1] (numeric) 1.9994151113943093 absolute error 6.8833827526759706e-15 relative error 3.442698173805319e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9994151113943162 y1[1] (numeric) 1.9994151113943144 absolute error 1.7763568394002505e-15 relative error 8.884382384013726e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.605999999999934 y2[1] (analytic) 1.999380414688003 y2[1] (numeric) 1.9993804146879959 absolute error 7.105427357601002e-15 relative error 3.5538146244719426e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999380414688003 y1[1] (numeric) 1.999380414688001 absolute error 1.9984014443252818e-15 relative error 9.995103631327339e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6069999999999338 y2[1] (analytic) 1.9993447186013582 y2[1] (numeric) 1.999344718601351 absolute error 7.105427357601002e-15 relative error 3.553878073897934e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9993447186013582 y1[1] (numeric) 1.9993447186013562 absolute error 1.9984014443252818e-15 relative error 9.99528208283794e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6079999999999337 y2[1] (analytic) 1.9993080231700782 y2[1] (numeric) 1.999308023170071 absolute error 7.105427357601002e-15 relative error 3.5539433020104243e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9993080231700782 y1[1] (numeric) 1.9993080231700762 absolute error 1.9984014443252818e-15 relative error 9.995465536904319e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6089999999999336 y2[1] (analytic) 1.9992703284308582 y2[1] (numeric) 1.999270328430851 absolute error 7.105427357601002e-15 relative error 3.5540103089399363e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9992703284308582 y1[1] (numeric) 1.9992703284308562 absolute error 1.9984014443252818e-15 relative error 9.99565399389357e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6099999999999335 y2[1] (analytic) 1.9992316344213932 y2[1] (numeric) 1.9992316344213859 absolute error 7.327471962526033e-15 relative error 3.6651440665336964e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9992316344213932 y1[1] (numeric) 1.999231634421391 absolute error 2.220446049250313e-15 relative error 1.1106497171314232e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6109999999999334 y2[1] (analytic) 1.999191941180377 y2[1] (numeric) 1.9991919411803696 absolute error 7.327471962526033e-15 relative error 3.665216836658363e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999191941180377 y1[1] (numeric) 1.9991919411803747 absolute error 2.220446049250313e-15 relative error 1.1106717686843524e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6119999999999333 y2[1] (analytic) 1.999151248747503 y2[1] (numeric) 1.9991512487474954 absolute error 7.549516567451064e-15 relative error 3.7763608792385995e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999151248747503 y1[1] (numeric) 1.9991512487475005 absolute error 2.4424906541753444e-15 relative error 1.2217638138713116e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6129999999999332 y2[1] (analytic) 1.9991095571634632 y2[1] (numeric) 1.9991095571634556 absolute error 7.549516567451064e-15 relative error 3.776439635536071e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9991095571634632 y1[1] (numeric) 1.9991095571634607 absolute error 2.4424906541753444e-15 relative error 1.2217892938499053e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.613999999999933 y2[1] (analytic) 1.9990668664699496 y2[1] (numeric) 1.999066866469942 absolute error 7.549516567451064e-15 relative error 3.7765202825768264e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9990668664699496 y1[1] (numeric) 1.9990668664699471 absolute error 2.4424906541753444e-15 relative error 1.2218153855395613e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.614999999999933 y2[1] (analytic) 1.999023176709653 y2[1] (numeric) 1.9990231767096451 absolute error 7.771561172376096e-15 relative error 3.8876793740670433e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.999023176709653 y1[1] (numeric) 1.9990231767096502 absolute error 2.6645352591003757e-15 relative error 1.332918642537272e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6159999999999328 y2[1] (analytic) 1.9989784879262626 y2[1] (numeric) 1.9989784879262549 absolute error 7.771561172376096e-15 relative error 3.8877662862887043e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9989784879262626 y1[1] (numeric) 1.99897848792626 absolute error 2.6645352591003757e-15 relative error 1.3329484410132702e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6169999999999327 y2[1] (analytic) 1.998932800164468 y2[1] (numeric) 1.99893280016446 absolute error 7.993605777301127e-15 relative error 3.9989367209560173e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.998932800164468 y1[1] (numeric) 1.998932800164465 absolute error 2.886579864025407e-15 relative error 1.4440604825674506e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6179999999999326 y2[1] (analytic) 1.998886113469956 y2[1] (numeric) 1.998886113469948 absolute error 7.993605777301127e-15 relative error 3.9990301215433773e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.998886113469956 y1[1] (numeric) 1.9988861134699532 absolute error 2.886579864025407e-15 relative error 1.4440942105573307e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6189999999999325 y2[1] (analytic) 1.998838427889414 y2[1] (numeric) 1.998838427889406 absolute error 7.993605777301127e-15 relative error 3.999125524988843e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.998838427889414 y1[1] (numeric) 1.9988384278894111 absolute error 2.886579864025407e-15 relative error 1.4441286618015267e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6199999999999324 y2[1] (analytic) 1.9987897434705273 y2[1] (numeric) 1.9987897434705193 absolute error 7.993605777301127e-15 relative error 3.999222931483386e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9987897434705273 y1[1] (numeric) 1.9987897434705244 absolute error 2.886579864025407e-15 relative error 1.4441638363690005e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6209999999999323 y2[1] (analytic) 1.9987400602619805 y2[1] (numeric) 1.9987400602619723 absolute error 8.215650382226158e-15 relative error 4.1104146284781573e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9987400602619805 y1[1] (numeric) 1.9987400602619774 absolute error 3.1086244689504383e-15 relative error 1.5552920215863299e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6219999999999322 y2[1] (analytic) 1.9986893783134565 y2[1] (numeric) 1.9986893783134483 absolute error 8.215650382226158e-15 relative error 4.1105188586926535e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9986893783134565 y1[1] (numeric) 1.9986893783134534 absolute error 3.1086244689504383e-15 relative error 1.555331460045869e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.622999999999932 y2[1] (analytic) 1.9986376976756375 y2[1] (numeric) 1.9986376976756293 absolute error 8.215650382226158e-15 relative error 4.110625148210074e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9986376976756375 y1[1] (numeric) 1.9986376976756344 absolute error 3.1086244689504383e-15 relative error 1.555371677701109e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.623999999999932 y2[1] (analytic) 1.9985850184002039 y2[1] (numeric) 1.9985850184001956 absolute error 8.215650382226158e-15 relative error 4.1107334972432116e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9985850184002039 y1[1] (numeric) 1.9985850184002008 absolute error 3.1086244689504383e-15 relative error 1.5554126746325665e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6249999999999318 y2[1] (analytic) 1.9985313405398353 y2[1] (numeric) 1.9985313405398268 absolute error 8.43769498715119e-15 relative error 4.2219477953605837e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9985313405398353 y1[1] (numeric) 1.998531340539832 absolute error 3.3306690738754696e-15 relative error 1.6665583402739147e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6259999999999317 y2[1] (analytic) 1.9984766641482092 y2[1] (numeric) 1.9984766641482008 absolute error 8.43769498715119e-15 relative error 4.2220633037751805e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9984766641482092 y1[1] (numeric) 1.998476664148206 absolute error 3.3306690738754696e-15 relative error 1.6666039357007291e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6269999999999316 y2[1] (analytic) 1.9984209892800022 y2[1] (numeric) 1.9984209892799938 absolute error 8.43769498715119e-15 relative error 4.222180928049175e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9984209892800022 y1[1] (numeric) 1.998420989279999 absolute error 3.3306690738754696e-15 relative error 1.6666503663352005e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6279999999999315 y2[1] (analytic) 1.9983643159908893 y2[1] (numeric) 1.9983643159908806 absolute error 8.659739592076221e-15 relative error 4.333413843902776e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9983643159908893 y1[1] (numeric) 1.9983643159908857 absolute error 3.552713678800501e-15 relative error 1.777810807754985e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6289999999999314 y2[1] (analytic) 1.9983066443375435 y2[1] (numeric) 1.9983066443375348 absolute error 8.659739592076221e-15 relative error 4.333538907361739e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9983066443375435 y1[1] (numeric) 1.99830664433754 absolute error 3.552713678800501e-15 relative error 1.7778621158407133e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6299999999999313 y2[1] (analytic) 1.9982479743776365 y2[1] (numeric) 1.9982479743776278 absolute error 8.659739592076221e-15 relative error 4.33366614309885e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9982479743776365 y1[1] (numeric) 1.998247974377633 absolute error 3.552713678800501e-15 relative error 1.777914315117477e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6309999999999312 y2[1] (analytic) 1.9981883061698382 y2[1] (numeric) 1.9981883061698296 absolute error 8.659739592076221e-15 relative error 4.333795551368909e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9981883061698382 y1[1] (numeric) 1.9981883061698347 absolute error 3.552713678800501e-15 relative error 1.777967405689809e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.631999999999931 y2[1] (analytic) 1.9981276397738172 y2[1] (numeric) 1.9981276397738084 absolute error 8.881784197001252e-15 relative error 4.445053469160082e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9981276397738172 y1[1] (numeric) 1.9981276397738135 absolute error 3.774758283725532e-15 relative error 1.8891477243930346e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.632999999999931 y2[1] (analytic) 1.9980659752502397 y2[1] (numeric) 1.9980659752502306 absolute error 9.103828801926284e-15 relative error 4.55632041919242e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9980659752502397 y1[1] (numeric) 1.9980659752502357 absolute error 3.9968028886505635e-15 relative error 2.000335793791794e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6339999999999308 y2[1] (analytic) 1.9980033126607697 y2[1] (numeric) 1.9980033126607606 absolute error 9.103828801926284e-15 relative error 4.556463317271774e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9980033126607697 y1[1] (numeric) 1.9980033126607657 absolute error 3.9968028886505635e-15 relative error 2.0003985295339495e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6349999999999307 y2[1] (analytic) 1.9979396520680703 y2[1] (numeric) 1.9979396520680612 absolute error 9.103828801926284e-15 relative error 4.556608500413362e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9979396520680703 y1[1] (numeric) 1.9979396520680663 absolute error 3.9968028886505635e-15 relative error 2.0004622684741587e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6359999999999306 y2[1] (analytic) 1.997874993535802 y2[1] (numeric) 1.997874993535793 absolute error 9.103828801926284e-15 relative error 4.556755968907992e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.997874993535802 y1[1] (numeric) 1.997874993535798 absolute error 3.9968028886505635e-15 relative error 2.0005270107400944e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6369999999999305 y2[1] (analytic) 1.9978093371286234 y2[1] (numeric) 1.9978093371286143 absolute error 9.103828801926284e-15 relative error 4.556905723051067e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9978093371286234 y1[1] (numeric) 1.9978093371286194 absolute error 3.9968028886505635e-15 relative error 2.0005927564614442e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6379999999999304 y2[1] (analytic) 1.997742682912191 y2[1] (numeric) 1.9977426829121816 absolute error 9.325873406851315e-15 relative error 4.66820551346313e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.997742682912191 y1[1] (numeric) 1.9977426829121867 absolute error 4.218847493575595e-15 relative error 2.1118072560904636e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6389999999999303 y2[1] (analytic) 1.9976750309531588 y2[1] (numeric) 1.9976750309531492 absolute error 9.547918011776346e-15 relative error 4.779515118242585e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9976750309531588 y1[1] (numeric) 1.9976750309531544 absolute error 4.440892098500626e-15 relative error 2.2230302875546907e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6399999999999302 y2[1] (analytic) 1.9976063813191784 y2[1] (numeric) 1.997606381319169 absolute error 9.547918011776346e-15 relative error 4.779679370803319e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9976063813191784 y1[1] (numeric) 1.9976063813191742 absolute error 4.218847493575595e-15 relative error 2.1119513498898386e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.64099999999993 y2[1] (analytic) 1.9975367340789 y2[1] (numeric) 1.9975367340788905 absolute error 9.547918011776346e-15 relative error 4.779846021794969e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9975367340789 y1[1] (numeric) 1.9975367340788959 absolute error 4.218847493575595e-15 relative error 2.1120249863745213e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.64199999999993 y2[1] (analytic) 1.997466089301971 y2[1] (numeric) 1.9974660893019611 absolute error 9.769962616701378e-15 relative error 4.891178212750316e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.997466089301971 y1[1] (numeric) 1.9974660893019665 absolute error 4.440892098500626e-15 relative error 2.2232628239774165e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6429999999999298 y2[1] (analytic) 1.9973944470590355 y2[1] (numeric) 1.9973944470590255 absolute error 9.992007221626409e-15 relative error 5.002520777174807e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9973944470590355 y1[1] (numeric) 1.997394447059031 absolute error 4.440892098500626e-15 relative error 2.2233425676332472e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6439999999999297 y2[1] (analytic) 1.997321807421736 y2[1] (numeric) 1.997321807421726 absolute error 9.992007221626409e-15 relative error 5.002702711449737e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.997321807421736 y1[1] (numeric) 1.9973218074217316 absolute error 4.440892098500626e-15 relative error 2.2234234273109943e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6449999999999296 y2[1] (analytic) 1.9972481704627123 y2[1] (numeric) 1.9972481704627023 absolute error 9.992007221626409e-15 relative error 5.00288715713857e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9972481704627123 y1[1] (numeric) 1.9972481704627079 absolute error 4.440892098500626e-15 relative error 2.2235054031726977e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6459999999999295 y2[1] (analytic) 1.9971735362556013 y2[1] (numeric) 1.9971735362555911 absolute error 1.021405182655144e-14 relative error 5.11425353938008e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9971735362556013 y1[1] (numeric) 1.9971735362555967 absolute error 4.6629367034256575e-15 relative error 2.334767920151776e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6469999999999294 y2[1] (analytic) 1.9970979048750368 y2[1] (numeric) 1.9970979048750268 absolute error 9.992007221626409e-15 relative error 5.003263584241571e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9970979048750368 y1[1] (numeric) 1.9970979048750324 absolute error 4.440892098500626e-15 relative error 2.223672704107365e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6479999999999293 y2[1] (analytic) 1.997021276396651 y2[1] (numeric) 1.9970212763966406 absolute error 1.0436096431476471e-14 relative error 5.225831369361755e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.997021276396651 y1[1] (numeric) 1.9970212763966462 absolute error 4.884981308350689e-15 relative error 2.446133832467205e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6489999999999292 y2[1] (analytic) 1.9969436508970717 y2[1] (numeric) 1.9969436508970613 absolute error 1.0436096431476471e-14 relative error 5.226034508679473e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9969436508970717 y1[1] (numeric) 1.9969436508970668 absolute error 4.884981308350689e-15 relative error 2.446228918956349e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.649999999999929 y2[1] (analytic) 1.9968650284539244 y2[1] (numeric) 1.996865028453914 absolute error 1.0436096431476471e-14 relative error 5.22624027301266e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9968650284539244 y1[1] (numeric) 1.9968650284539196 absolute error 4.884981308350689e-15 relative error 2.4463252341761387e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.650999999999929 y2[1] (analytic) 1.996785409145832 y2[1] (numeric) 1.9967854091458215 absolute error 1.0436096431476471e-14 relative error 5.226448662773802e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.996785409145832 y1[1] (numeric) 1.996785409145827 absolute error 4.884981308350689e-15 relative error 2.4464227783196517e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6519999999999289 y2[1] (analytic) 1.9967047930524133 y2[1] (numeric) 1.9967047930524027 absolute error 1.0658141036401503e-14 relative error 5.3378652034526e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9967047930524133 y1[1] (numeric) 1.9967047930524084 absolute error 4.884981308350689e-15 relative error 2.446521551582442e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6529999999999287 y2[1] (analytic) 1.9966231802542849 y2[1] (numeric) 1.996623180254274 absolute error 1.0880185641326534e-14 relative error 5.449293461543836e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9966231802542849 y1[1] (numeric) 1.9966231802542798 absolute error 5.10702591327572e-15 relative error 2.55783162480629e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6539999999999286 y2[1] (analytic) 1.996540570833059 y2[1] (numeric) 1.9965405708330481 absolute error 1.0880185641326534e-14 relative error 5.449518933034635e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.996540570833059 y1[1] (numeric) 1.996540570833054 absolute error 5.10702591327572e-15 relative error 2.5579374583631965e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6549999999999285 y2[1] (analytic) 1.9964569648713453 y2[1] (numeric) 1.9964569648713344 absolute error 1.0880185641326534e-14 relative error 5.44974714344903e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9964569648713453 y1[1] (numeric) 1.9964569648713402 absolute error 5.10702591327572e-15 relative error 2.5580445775372997e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6559999999999284 y2[1] (analytic) 1.9963723624527498 y2[1] (numeric) 1.996372362452739 absolute error 1.0880185641326534e-14 relative error 5.44997809324464e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9963723624527498 y1[1] (numeric) 1.9963723624527447 absolute error 5.10702591327572e-15 relative error 2.558152982543402e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6569999999999283 y2[1] (analytic) 1.996286763661875 y2[1] (numeric) 1.996286763661864 absolute error 1.1102230246251565e-14 relative error 5.561440594780214e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.996286763661875 y1[1] (numeric) 1.9962867636618697 absolute error 5.329070518200751e-15 relative error 2.6694914854945024e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6579999999999282 y2[1] (analytic) 1.9962001685843196 y2[1] (numeric) 1.9962001685843085 absolute error 1.1102230246251565e-14 relative error 5.561681849834293e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9962001685843196 y1[1] (numeric) 1.9962001685843143 absolute error 5.329070518200751e-15 relative error 2.6696072879204606e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.658999999999928 y2[1] (analytic) 1.9961125773066786 y2[1] (numeric) 1.9961125773066672 absolute error 1.1324274851176597e-14 relative error 5.673164419642229e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9961125773066786 y1[1] (numeric) 1.996112577306673 absolute error 5.551115123125783e-15 relative error 2.780962950805014e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.659999999999928 y2[1] (analytic) 1.996023989916543 y2[1] (numeric) 1.9960239899165317 absolute error 1.1324274851176597e-14 relative error 5.673416205608873e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.996023989916543 y1[1] (numeric) 1.9960239899165375 absolute error 5.551115123125783e-15 relative error 2.781086375298467e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6609999999999279 y2[1] (analytic) 1.9959344065025009 y2[1] (numeric) 1.9959344065024893 absolute error 1.1546319456101628e-14 relative error 5.784919293181772e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9959344065025009 y1[1] (numeric) 1.995934406502495 absolute error 5.773159728050814e-15 relative error 2.892459646590886e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6619999999999278 y2[1] (analytic) 1.9958438271541352 y2[1] (numeric) 1.9958438271541235 absolute error 1.176836406102666e-14 relative error 5.896435332721958e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9958438271541352 y1[1] (numeric) 1.9958438271541292 absolute error 5.995204332975845e-15 relative error 3.003844414782884e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6629999999999276 y2[1] (analytic) 1.9957522519620252 y2[1] (numeric) 1.9957522519620134 absolute error 1.176836406102666e-14 relative error 5.896705890952734e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9957522519620252 y1[1] (numeric) 1.9957522519620192 absolute error 5.995204332975845e-15 relative error 3.0039822463344115e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6639999999999275 y2[1] (analytic) 1.9956596810177463 y2[1] (numeric) 1.9956596810177345 absolute error 1.176836406102666e-14 relative error 5.896979416362729e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9956596810177463 y1[1] (numeric) 1.9956596810177403 absolute error 5.995204332975845e-15 relative error 3.004121589467805e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6649999999999274 y2[1] (analytic) 1.9955661144138692 y2[1] (numeric) 1.9955661144138575 absolute error 1.176836406102666e-14 relative error 5.89725590950076e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9955661144138692 y1[1] (numeric) 1.9955661144138632 absolute error 5.995204332975845e-15 relative error 3.004262444462651e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6659999999999273 y2[1] (analytic) 1.995471552243961 y2[1] (numeric) 1.995471552243949 absolute error 1.199040866595169e-14 relative error 6.008809623203175e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.995471552243961 y1[1] (numeric) 1.9954715522439548 absolute error 6.217248937900877e-15 relative error 3.115679063883128e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6669999999999272 y2[1] (analytic) 1.995375994602583 y2[1] (numeric) 1.9953759946025713 absolute error 1.176836406102666e-14 relative error 5.897817801186163e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.995375994602583 y1[1] (numeric) 1.995375994602577 absolute error 5.995204332975845e-15 relative error 3.0045486911703093e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.667999999999927 y2[1] (analytic) 1.9952794415852937 y2[1] (numeric) 1.995279441585282 absolute error 1.176836406102666e-14 relative error 5.898103200861146e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9952794415852937 y1[1] (numeric) 1.9952794415852877 absolute error 5.995204332975845e-15 relative error 3.004694083457565e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.668999999999927 y2[1] (analytic) 1.9951818932886458 y2[1] (numeric) 1.9951818932886338 absolute error 1.199040866595169e-14 relative error 6.009681977510319e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9951818932886458 y1[1] (numeric) 1.9951818932886396 absolute error 6.217248937900877e-15 relative error 3.1161313957460913e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6699999999999269 y2[1] (analytic) 1.9950833498101874 y2[1] (numeric) 1.9950833498101754 absolute error 1.199040866595169e-14 relative error 6.009978814715917e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9950833498101874 y1[1] (numeric) 1.9950833498101812 absolute error 6.217248937900877e-15 relative error 3.116285311334179e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6709999999999268 y2[1] (analytic) 1.9949838112484621 y2[1] (numeric) 1.9949838112484501 absolute error 1.199040866595169e-14 relative error 6.01027867912777e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9949838112484621 y1[1] (numeric) 1.994983811248456 absolute error 6.217248937900877e-15 relative error 3.1164407965847694e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6719999999999267 y2[1] (analytic) 1.9948832777030086 y2[1] (numeric) 1.9948832777029966 absolute error 1.199040866595169e-14 relative error 6.010581571347846e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9948832777030086 y1[1] (numeric) 1.9948832777030023 absolute error 6.217248937900877e-15 relative error 3.1165978518099944e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6729999999999265 y2[1] (analytic) 1.9947817492743602 y2[1] (numeric) 1.994781749274348 absolute error 1.2212453270876722e-14 relative error 6.12220022331728e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9947817492743602 y1[1] (numeric) 1.9947817492743538 absolute error 6.439293542825908e-15 relative error 3.228069208658202e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6739999999999264 y2[1] (analytic) 1.9946792260640454 y2[1] (numeric) 1.9946792260640331 absolute error 1.2212453270876722e-14 relative error 6.122514894274335e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9946792260640454 y1[1] (numeric) 1.994679226064039 absolute error 6.439293542825908e-15 relative error 3.2282351260719223e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6749999999999263 y2[1] (analytic) 1.9945757081745876 y2[1] (numeric) 1.9945757081745752 absolute error 1.2434497875801753e-14 relative error 6.234156881004863e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9945757081745876 y1[1] (numeric) 1.994575708174581 absolute error 6.661338147750939e-15 relative error 3.3397269005383197e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6759999999999262 y2[1] (analytic) 1.9944711957095043 y2[1] (numeric) 1.9944711957094918 absolute error 1.2434497875801753e-14 relative error 6.23448355762208e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9944711957095043 y1[1] (numeric) 1.9944711957094976 absolute error 6.661338147750939e-15 relative error 3.339901905868971e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.676999999999926 y2[1] (analytic) 1.9943656887733083 y2[1] (numeric) 1.9943656887732957 absolute error 1.2656542480726785e-14 relative error 6.346149330573147e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9943656887733083 y1[1] (numeric) 1.9943656887733014 absolute error 6.8833827526759706e-15 relative error 3.4514145482064484e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.677999999999926 y2[1] (analytic) 1.9942591874715063 y2[1] (numeric) 1.9942591874714937 absolute error 1.2656542480726785e-14 relative error 6.346488239963352e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9942591874715063 y1[1] (numeric) 1.9942591874714994 absolute error 6.8833827526759706e-15 relative error 3.4515988673484895e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6789999999999259 y2[1] (analytic) 1.9941516919105997 y2[1] (numeric) 1.994151691910587 absolute error 1.2656542480726785e-14 relative error 6.346830350002378e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9941516919105997 y1[1] (numeric) 1.9941516919105928 absolute error 6.8833827526759706e-15 relative error 3.4517849271942756e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6799999999999258 y2[1] (analytic) 1.994043202198084 y2[1] (numeric) 1.9940432021980714 absolute error 1.2656542480726785e-14 relative error 6.347175661377426e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.994043202198084 y1[1] (numeric) 1.9940432021980772 absolute error 6.8833827526759706e-15 relative error 3.4519727281175475e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6809999999999257 y2[1] (analytic) 1.993933718442449 y2[1] (numeric) 1.9939337184424364 absolute error 1.2656542480726785e-14 relative error 6.347524174782188e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.993933718442449 y1[1] (numeric) 1.9939337184424422 absolute error 6.8833827526759706e-15 relative error 3.452162270495576e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6819999999999256 y2[1] (analytic) 1.9938232407531784 y2[1] (numeric) 1.9938232407531657 absolute error 1.2656542480726785e-14 relative error 6.34787589091684e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9938232407531784 y1[1] (numeric) 1.9938232407531715 absolute error 6.8833827526759706e-15 relative error 3.4523535547091587e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6829999999999254 y2[1] (analytic) 1.99371176924075 y2[1] (numeric) 1.9937117692407371 absolute error 1.2878587085651816e-14 relative error 6.459603280847497e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.99371176924075 y1[1] (numeric) 1.993711769240743 absolute error 7.105427357601002e-15 relative error 3.5639190515020673e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6839999999999253 y2[1] (analytic) 1.9935993040166349 y2[1] (numeric) 1.993599304016622 absolute error 1.2878587085651816e-14 relative error 6.459967687440744e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9935993040166349 y1[1] (numeric) 1.9935993040166278 absolute error 7.105427357601002e-15 relative error 3.5641201034155827e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6849999999999252 y2[1] (analytic) 1.9934858451932986 y2[1] (numeric) 1.9934858451932858 absolute error 1.2878587085651816e-14 relative error 6.460335355129166e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9934858451932986 y1[1] (numeric) 1.9934858451932915 absolute error 7.105427357601002e-15 relative error 3.564322954554023e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6859999999999251 y2[1] (analytic) 1.9933713928842 y2[1] (numeric) 1.993371392884187 absolute error 1.3100631690576847e-14 relative error 6.572097772318084e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9933713928842 y1[1] (numeric) 1.9933713928841927 absolute error 7.327471962526033e-15 relative error 3.6759190929914707e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.686999999999925 y2[1] (analytic) 1.9932559472037914 y2[1] (numeric) 1.993255947203778 absolute error 1.3322676295501878e-14 relative error 6.68387635526255e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9932559472037914 y1[1] (numeric) 1.9932559472037839 absolute error 7.549516567451064e-15 relative error 3.7875299346487784e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.687999999999925 y2[1] (analytic) 1.993139508267518 y2[1] (numeric) 1.9931395082675047 absolute error 1.3322676295501878e-14 relative error 6.684266826401053e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.993139508267518 y1[1] (numeric) 1.9931395082675105 absolute error 7.549516567451064e-15 relative error 3.7877512016272633e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6889999999999248 y2[1] (analytic) 1.9930220761918196 y2[1] (numeric) 1.993022076191806 absolute error 1.354472090042691e-14 relative error 6.796071685421356e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9930220761918196 y1[1] (numeric) 1.9930220761918118 absolute error 7.771561172376096e-15 relative error 3.8993853932745484e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6899999999999247 y2[1] (analytic) 1.9929036510941276 y2[1] (numeric) 1.9929036510941138 absolute error 1.3766765505351941e-14 relative error 6.907893162719544e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9929036510941276 y1[1] (numeric) 1.9929036510941196 absolute error 7.993605777301127e-15 relative error 4.0110347396436065e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6909999999999246 y2[1] (analytic) 1.9927842330928671 y2[1] (numeric) 1.9927842330928534 absolute error 1.3766765505351941e-14 relative error 6.90830711962502e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9927842330928671 y1[1] (numeric) 1.9927842330928591 absolute error 7.993605777301127e-15 relative error 4.011275101717754e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6919999999999245 y2[1] (analytic) 1.9926638223074562 y2[1] (numeric) 1.9926638223074424 absolute error 1.3766765505351941e-14 relative error 6.908724568206574e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9926638223074562 y1[1] (numeric) 1.9926638223074482 absolute error 7.993605777301127e-15 relative error 4.0115174912167203e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6929999999999243 y2[1] (analytic) 1.9925424188583059 y2[1] (numeric) 1.9925424188582919 absolute error 1.3988810110276972e-14 relative error 7.020583340098893e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9925424188583059 y1[1] (numeric) 1.9925424188582976 absolute error 8.215650382226158e-15 relative error 4.1231997394231594e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6939999999999242 y2[1] (analytic) 1.9924200228668192 y2[1] (numeric) 1.9924200228668052 absolute error 1.3988810110276972e-14 relative error 7.021014620275194e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9924200228668192 y1[1] (numeric) 1.992420022866811 absolute error 8.215650382226158e-15 relative error 4.123453030955272e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6949999999999241 y2[1] (analytic) 1.9922966344553927 y2[1] (numeric) 1.9922966344553783 absolute error 1.4432899320127035e-14 relative error 7.244352608201018e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9922966344553927 y1[1] (numeric) 1.992296634455384 absolute error 8.659739592076221e-15 relative error 4.346611564920611e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.695999999999924 y2[1] (analytic) 1.9921722537474142 y2[1] (numeric) 1.9921722537473998 absolute error 1.4432899320127035e-14 relative error 7.244804907295416e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9921722537474142 y1[1] (numeric) 1.9921722537474056 absolute error 8.659739592076221e-15 relative error 4.3468829443772496e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.696999999999924 y2[1] (analytic) 1.9920468808672647 y2[1] (numeric) 1.9920468808672502 absolute error 1.4432899320127035e-14 relative error 7.245260871492881e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9920468808672647 y1[1] (numeric) 1.992046880867256 absolute error 8.659739592076221e-15 relative error 4.3471565228957293e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6979999999999238 y2[1] (analytic) 1.991920515940317 y2[1] (numeric) 1.9919205159403024 absolute error 1.4654943925052066e-14 relative error 7.357193124814005e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.991920515940317 y1[1] (numeric) 1.9919205159403082 absolute error 8.881784197001252e-15 relative error 4.4589049241297e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6989999999999237 y2[1] (analytic) 1.9917931590929359 y2[1] (numeric) 1.9917931590929212 absolute error 1.4654943925052066e-14 relative error 7.357663549625775e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9917931590929359 y1[1] (numeric) 1.991793159092927 absolute error 8.881784197001252e-15 relative error 4.459190030076227e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.6999999999999236 y2[1] (analytic) 1.9916648104524786 y2[1] (numeric) 1.9916648104524637 absolute error 1.4876988529977098e-14 relative error 7.469624633573384e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9916648104524786 y1[1] (numeric) 1.9916648104524695 absolute error 9.103828801926284e-15 relative error 4.570964328007593e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7009999999999235 y2[1] (analytic) 1.9915354701472932 y2[1] (numeric) 1.9915354701472783 absolute error 1.4876988529977098e-14 relative error 7.470109748473022e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9915354701472932 y1[1] (numeric) 1.991535470147284 absolute error 9.103828801926284e-15 relative error 4.571261189364088e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7019999999999234 y2[1] (analytic) 1.9914051383067204 y2[1] (numeric) 1.9914051383067053 absolute error 1.509903313490213e-14 relative error 7.582100118382111e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9914051383067204 y1[1] (numeric) 1.9914051383067113 absolute error 9.103828801926284e-15 relative error 4.571560365495097e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7029999999999232 y2[1] (analytic) 1.991273815061092 y2[1] (numeric) 1.9912738150610767 absolute error 1.532107773982716e-14 relative error 7.694108978858395e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.991273815061092 y1[1] (numeric) 1.9912738150610827 absolute error 9.325873406851315e-15 relative error 4.683370682783371e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7039999999999231 y2[1] (analytic) 1.991141500541731 y2[1] (numeric) 1.9911415005417157 absolute error 1.532107773982716e-14 relative error 7.694620264636515e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.991141500541731 y1[1] (numeric) 1.9911415005417217 absolute error 9.325873406851315e-15 relative error 4.683681900213531e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.704999999999923 y2[1] (analytic) 1.9910081948809522 y2[1] (numeric) 1.9910081948809366 absolute error 1.554312234475219e-14 relative error 7.806659151235466e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9910081948809522 y1[1] (numeric) 1.9910081948809426 absolute error 9.547918011776346e-15 relative error 4.795519192901786e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.705999999999923 y2[1] (analytic) 1.9908738982120608 y2[1] (numeric) 1.9908738982120453 absolute error 1.554312234475219e-14 relative error 7.80718575833003e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9908738982120608 y1[1] (numeric) 1.9908738982120513 absolute error 9.547918011776346e-15 relative error 4.795842680117018e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7069999999999228 y2[1] (analytic) 1.990738610669354 y2[1] (numeric) 1.9907386106693383 absolute error 1.5765166949677223e-14 relative error 7.919255127309977e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.990738610669354 y1[1] (numeric) 1.9907386106693443 absolute error 9.769962616701378e-15 relative error 4.907707402839986e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7079999999999227 y2[1] (analytic) 1.9906023323881192 y2[1] (numeric) 1.9906023323881032 absolute error 1.5987211554602254e-14 relative error 8.031343726711326e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9906023323881192 y1[1] (numeric) 1.9906023323881092 absolute error 9.992007221626409e-15 relative error 5.019589829194578e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7089999999999226 y2[1] (analytic) 1.9904650635046344 y2[1] (numeric) 1.9904650635046184 absolute error 1.5987211554602254e-14 relative error 8.031897594049398e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9904650635046344 y1[1] (numeric) 1.9904650635046244 absolute error 9.992007221626409e-15 relative error 5.019935996280873e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7099999999999225 y2[1] (analytic) 1.9903268041561688 y2[1] (numeric) 1.9903268041561526 absolute error 1.6209256159527285e-14 relative error 8.144017417481076e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9903268041561688 y1[1] (numeric) 1.9903268041561586 absolute error 1.021405182655144e-14 relative error 5.13184659183739e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7109999999999224 y2[1] (analytic) 1.9901875544809815 y2[1] (numeric) 1.990187554480965 absolute error 1.6431300764452317e-14 relative error 8.256156927248706e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9901875544809815 y1[1] (numeric) 1.990187554480971 absolute error 1.0436096431476471e-14 relative error 5.243775345684989e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7119999999999223 y2[1] (analytic) 1.9900473146183222 y2[1] (numeric) 1.9900473146183058 absolute error 1.6431300764452317e-14 relative error 8.256738743723654e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9900473146183222 y1[1] (numeric) 1.9900473146183117 absolute error 1.0436096431476471e-14 relative error 5.244144877770429e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7129999999999221 y2[1] (analytic) 1.9899060847084309 y2[1] (numeric) 1.9899060847084142 absolute error 1.6653345369377348e-14 relative error 8.368910220110947e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9899060847084309 y1[1] (numeric) 1.9899060847084202 absolute error 1.0658141036401503e-14 relative error 5.356102540871006e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.713999999999922 y2[1] (analytic) 1.989763864892537 y2[1] (numeric) 1.9897638648925204 absolute error 1.6653345369377348e-14 relative error 8.369508394040898e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.989763864892537 y1[1] (numeric) 1.9897638648925264 absolute error 1.0658141036401503e-14 relative error 5.356485372186174e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.714999999999922 y2[1] (analytic) 1.989620655312861 y2[1] (numeric) 1.9896206553128444 absolute error 1.6653345369377348e-14 relative error 8.370110817309879e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.989620655312861 y1[1] (numeric) 1.9896206553128504 absolute error 1.0658141036401503e-14 relative error 5.356870923078323e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7159999999999218 y2[1] (analytic) 1.9894764561126121 y2[1] (numeric) 1.9894764561125953 absolute error 1.687538997430238e-14 relative error 8.482327057680528e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9894764561126121 y1[1] (numeric) 1.9894764561126015 absolute error 1.0658141036401503e-14 relative error 5.357259194324544e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7169999999999217 y2[1] (analytic) 1.9893312674359895 y2[1] (numeric) 1.9893312674359727 absolute error 1.687538997430238e-14 relative error 8.482946128953546e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9893312674359895 y1[1] (numeric) 1.9893312674359789 absolute error 1.0658141036401503e-14 relative error 5.357650186707503e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7179999999999216 y2[1] (analytic) 1.9891850894281822 y2[1] (numeric) 1.989185089428165 absolute error 1.709743457922741e-14 relative error 8.595195424545584e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9891850894281822 y1[1] (numeric) 1.9891850894281713 absolute error 1.0880185641326534e-14 relative error 5.469669815619917e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7189999999999215 y2[1] (analytic) 1.9890379222353674 y2[1] (numeric) 1.9890379222353505 absolute error 1.687538997430238e-14 relative error 8.484197201900043e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9890379222353674 y1[1] (numeric) 1.9890379222353567 absolute error 1.0658141036401503e-14 relative error 5.358440338042132e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7199999999999214 y2[1] (analytic) 1.9888897660047131 y2[1] (numeric) 1.988889766004696 absolute error 1.709743457922741e-14 relative error 8.596471695649971e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9888897660047131 y1[1] (numeric) 1.9888897660047022 absolute error 1.0880185641326534e-14 relative error 5.470481988140891e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7209999999999213 y2[1] (analytic) 1.9887406208843752 y2[1] (numeric) 1.9887406208843579 absolute error 1.7319479184152442e-14 relative error 8.708767248114349e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9887406208843752 y1[1] (numeric) 1.988740620884364 absolute error 1.1102230246251565e-14 relative error 5.582543107765608e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7219999999999211 y2[1] (analytic) 1.9885904870234987 y2[1] (numeric) 1.9885904870234814 absolute error 1.7319479184152442e-14 relative error 8.709424739367056e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9885904870234987 y1[1] (numeric) 1.9885904870234876 absolute error 1.1102230246251565e-14 relative error 5.582964576517343e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.722999999999921 y2[1] (analytic) 1.9884393645722178 y2[1] (numeric) 1.9884393645722003 absolute error 1.7541523789077473e-14 relative error 8.821754437984214e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9884393645722178 y1[1] (numeric) 1.9884393645722065 absolute error 1.1324274851176597e-14 relative error 5.695056662496138e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.723999999999921 y2[1] (analytic) 1.9882872536816545 y2[1] (numeric) 1.988287253681637 absolute error 1.7541523789077473e-14 relative error 8.822429332882529e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9882872536816545 y1[1] (numeric) 1.9882872536816432 absolute error 1.1324274851176597e-14 relative error 5.695492354139354e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7249999999999208 y2[1] (analytic) 1.9881341545039197 y2[1] (numeric) 1.9881341545039022 absolute error 1.7541523789077473e-14 relative error 8.823108716953984e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9881341545039197 y1[1] (numeric) 1.9881341545039084 absolute error 1.1324274851176597e-14 relative error 5.69593094385637e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7259999999999207 y2[1] (analytic) 1.987980067192113 y2[1] (numeric) 1.9879800671920953 absolute error 1.7763568394002505e-14 relative error 8.935486168677908e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.987980067192113 y1[1] (numeric) 1.9879800671921015 absolute error 1.1546319456101628e-14 relative error 5.80806600964064e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7269999999999206 y2[1] (analytic) 1.9878249919003212 y2[1] (numeric) 1.9878249919003035 absolute error 1.7763568394002505e-14 relative error 8.93618324871793e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9878249919003212 y1[1] (numeric) 1.9878249919003097 absolute error 1.1546319456101628e-14 relative error 5.808519111666654e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7279999999999205 y2[1] (analytic) 1.9876689287836202 y2[1] (numeric) 1.9876689287836022 absolute error 1.7985612998927536e-14 relative error 9.048595939935563e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9876689287836202 y1[1] (numeric) 1.9876689287836085 absolute error 1.176836406102666e-14 relative error 5.920686232303516e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7289999999999204 y2[1] (analytic) 1.9875118779980725 y2[1] (numeric) 1.9875118779980545 absolute error 1.7985612998927536e-14 relative error 9.049310949046302e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9875118779980725 y1[1] (numeric) 1.9875118779980607 absolute error 1.176836406102666e-14 relative error 5.921154077771037e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7299999999999203 y2[1] (analytic) 1.987353839700729 y2[1] (numeric) 1.9873538397007111 absolute error 1.7985612998927536e-14 relative error 9.050030568102531e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.987353839700729 y1[1] (numeric) 1.9873538397007173 absolute error 1.176836406102666e-14 relative error 5.921624939622644e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7309999999999202 y2[1] (analytic) 1.9871948140496283 y2[1] (numeric) 1.9871948140496103 absolute error 1.7985612998927536e-14 relative error 9.05075479855714e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9871948140496283 y1[1] (numeric) 1.9871948140496165 absolute error 1.176836406102666e-14 relative error 5.922098818808993e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.73199999999992 y2[1] (analytic) 1.9870348012037957 y2[1] (numeric) 1.9870348012037775 absolute error 1.8207657603852567e-14 relative error 9.163230353500558e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9870348012037957 y1[1] (numeric) 1.9870348012037837 absolute error 1.199040866595169e-14 relative error 6.034322427915001e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.73299999999992 y2[1] (analytic) 1.986873801323244 y2[1] (numeric) 1.9868738013232259 absolute error 1.8207657603852567e-14 relative error 9.163972866181231e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.986873801323244 y1[1] (numeric) 1.986873801323232 absolute error 1.199040866595169e-14 relative error 6.034811399680323e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7339999999999198 y2[1] (analytic) 1.9867118145689735 y2[1] (numeric) 1.986711814568955 absolute error 1.84297022087776e-14 relative error 9.27648493034004e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9867118145689735 y1[1] (numeric) 1.9867118145689613 absolute error 1.2212453270876722e-14 relative error 6.147068327333762e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7349999999999197 y2[1] (analytic) 1.9865488411029704 y2[1] (numeric) 1.986548841102952 absolute error 1.84297022087776e-14 relative error 9.27724595915048e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9865488411029704 y1[1] (numeric) 1.9865488411029582 absolute error 1.2212453270876722e-14 relative error 6.14757262353345e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7359999999999196 y2[1] (analytic) 1.9863848810882088 y2[1] (numeric) 1.98638488108819 absolute error 1.887379141862766e-14 relative error 9.50157826830013e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9863848810882088 y1[1] (numeric) 1.986384881088196 absolute error 1.2656542480726785e-14 relative error 6.371646603448323e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7369999999999195 y2[1] (analytic) 1.986219934688648 y2[1] (numeric) 1.9862199346886291 absolute error 1.887379141862766e-14 relative error 9.502367330527393e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.986219934688648 y1[1] (numeric) 1.9862199346886353 absolute error 1.2656542480726785e-14 relative error 6.37217573929484e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7379999999999194 y2[1] (analytic) 1.9860540020692348 y2[1] (numeric) 1.9860540020692157 absolute error 1.9095836023552692e-14 relative error 9.61496313980238e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9860540020692348 y1[1] (numeric) 1.986054002069222 absolute error 1.2878587085651816e-14 relative error 6.484510024517885e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7389999999999193 y2[1] (analytic) 1.9858870833959015 y2[1] (numeric) 1.9858870833958824 absolute error 1.9095836023552692e-14 relative error 9.615771301003922e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9858870833959015 y1[1] (numeric) 1.9858870833958886 absolute error 1.2878587085651816e-14 relative error 6.485055063467762e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7399999999999192 y2[1] (analytic) 1.9857191788355673 y2[1] (numeric) 1.985719178835548 absolute error 1.9317880628477724e-14 relative error 9.72840512111375e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9857191788355673 y1[1] (numeric) 1.9857191788355542 absolute error 1.3100631690576847e-14 relative error 6.597424162594383e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.740999999999919 y2[1] (analytic) 1.985550288556136 y2[1] (numeric) 1.9855502885561167 absolute error 1.9317880628477724e-14 relative error 9.729232616175848e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.985550288556136 y1[1] (numeric) 1.985550288556123 absolute error 1.3100631690576847e-14 relative error 6.59798533740661e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.741999999999919 y2[1] (analytic) 1.9853804127264985 y2[1] (numeric) 1.9853804127264791 absolute error 1.9317880628477724e-14 relative error 9.730065082060882e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9853804127264985 y1[1] (numeric) 1.9853804127264854 absolute error 1.3100631690576847e-14 relative error 6.598549883236689e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7429999999999188 y2[1] (analytic) 1.9852095515165304 y2[1] (numeric) 1.985209551516511 absolute error 1.9539925233402755e-14 relative error 9.842751974710136e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9852095515165304 y1[1] (numeric) 1.9852095515165171 absolute error 1.3322676295501878e-14 relative error 6.710967255484184e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7439999999999187 y2[1] (analytic) 1.9850377050970929 y2[1] (numeric) 1.9850377050970733 absolute error 1.9539925233402755e-14 relative error 9.843604070204304e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9850377050970929 y1[1] (numeric) 1.9850377050970796 absolute error 1.3322676295501878e-14 relative error 6.711548229684753e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7449999999999186 y2[1] (analytic) 1.9848648736400323 y2[1] (numeric) 1.9848648736400127 absolute error 1.9539925233402755e-14 relative error 9.844461198796168e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9848648736400323 y1[1] (numeric) 1.984864873640019 absolute error 1.3322676295501878e-14 relative error 6.712132635542841e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7459999999999185 y2[1] (analytic) 1.9846910573181802 y2[1] (numeric) 1.9846910573181604 absolute error 1.9761969838327786e-14 relative error 9.957202036790153e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9846910573181802 y1[1] (numeric) 1.9846910573181666 absolute error 1.354472090042691e-14 relative error 6.824599148811229e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7469999999999184 y2[1] (analytic) 1.9845162563053527 y2[1] (numeric) 1.984516256305333 absolute error 1.9761969838327786e-14 relative error 9.958079091334518e-13% Correct digits 14 h 0.001 y1[1] (analytic) 1.9845162563053527 y1[1] (numeric) 1.9845162563053391 absolute error 1.354472090042691e-14 relative error 6.825200276083209e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7479999999999183 y2[1] (analytic) 1.9843404707763512 y2[1] (numeric) 1.9843404707763312 absolute error 1.9984014443252818e-14 relative error 1.0070859682378142e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9843404707763512 y1[1] (numeric) 1.9843404707763375 absolute error 1.3766765505351941e-14 relative error 6.937703336749387e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7489999999999182 y2[1] (analytic) 1.9841637009069608 y2[1] (numeric) 1.9841637009069408 absolute error 1.9984014443252818e-14 relative error 1.0071756898948473e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9841637009069608 y1[1] (numeric) 1.984163700906947 absolute error 1.3766765505351941e-14 relative error 6.938321419275615e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.749999999999918 y2[1] (analytic) 1.9839859468739514 y2[1] (numeric) 1.9839859468739314 absolute error 1.9984014443252818e-14 relative error 1.0072659271977426e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9839859468739514 y1[1] (numeric) 1.9839859468739376 absolute error 1.3766765505351941e-14 relative error 6.938943054028893e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.750999999999918 y2[1] (analytic) 1.9838072088550773 y2[1] (numeric) 1.9838072088550571 absolute error 2.020605904817785e-14 relative error 1.0185495323328043e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9838072088550773 y1[1] (numeric) 1.9838072088550633 absolute error 1.3988810110276972e-14 relative error 7.05149676230403e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7519999999999178 y2[1] (analytic) 1.9836274870290764 y2[1] (numeric) 1.983627487029056 absolute error 2.042810365310288e-14 relative error 1.0298356816832838e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9836274870290764 y1[1] (numeric) 1.9836274870290622 absolute error 1.4210854715202004e-14 relative error 7.164074307361974e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7529999999999177 y2[1] (analytic) 1.9834467815756702 y2[1] (numeric) 1.9834467815756498 absolute error 2.042810365310288e-14 relative error 1.0299295066981624e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9834467815756702 y1[1] (numeric) 1.983446781575656 absolute error 1.4210854715202004e-14 relative error 7.164727003117652e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7539999999999176 y2[1] (analytic) 1.9832650926755644 y2[1] (numeric) 1.983265092675544 absolute error 2.042810365310288e-14 relative error 1.0300238595710838e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9832650926755644 y1[1] (numeric) 1.9832650926755502 absolute error 1.4210854715202004e-14 relative error 7.165383370929278e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7549999999999175 y2[1] (analytic) 1.9830824205104483 y2[1] (numeric) 1.9830824205104274 absolute error 2.0872192862952943e-14 relative error 1.0525126261560229e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9830824205104483 y1[1] (numeric) 1.9830824205104336 absolute error 1.4654943925052066e-14 relative error 7.389982268755054e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7559999999999174 y2[1] (analytic) 1.982898765262993 y2[1] (numeric) 1.9828987652629722 absolute error 2.0872192862952943e-14 relative error 1.0526101094316155e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.982898765262993 y1[1] (numeric) 1.9828987652629784 absolute error 1.4654943925052066e-14 relative error 7.390666725796449e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7569999999999173 y2[1] (analytic) 1.9827141271168547 y2[1] (numeric) 1.9827141271168336 absolute error 2.1094237467877974e-14 relative error 1.0639071553170382e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9827141271168547 y1[1] (numeric) 1.9827141271168398 absolute error 1.4876988529977098e-14 relative error 7.503345200657006e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7579999999999172 y2[1] (analytic) 1.982528506256671 y2[1] (numeric) 1.9825285062566498 absolute error 2.1316282072803006e-14 relative error 1.0752068384152283e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.982528506256671 y1[1] (numeric) 1.982528506256656 absolute error 1.509903313490213e-14 relative error 7.616048438774534e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.758999999999917 y2[1] (analytic) 1.982341902868063 y2[1] (numeric) 1.9823419028680416 absolute error 2.1538326677728037e-14 relative error 1.0865091761701788e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.982341902868063 y1[1] (numeric) 1.982341902868048 absolute error 1.509903313490213e-14 relative error 7.616765358718779e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.759999999999917 y2[1] (analytic) 1.9821543171376341 y2[1] (numeric) 1.9821543171376124 absolute error 2.1760371282653068e-14 relative error 1.0978141860355518e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9821543171376341 y1[1] (numeric) 1.982154317137619 absolute error 1.509903313490213e-14 relative error 7.617486188818115e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7609999999999169 y2[1] (analytic) 1.9819657492529696 y2[1] (numeric) 1.9819657492529479 absolute error 2.1760371282653068e-14 relative error 1.0979186341063086e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9819657492529696 y1[1] (numeric) 1.9819657492529545 absolute error 1.509903313490213e-14 relative error 7.618210930533569e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7619999999999167 y2[1] (analytic) 1.981776199402638 y2[1] (numeric) 1.981776199402616 absolute error 2.19824158875781e-14 relative error 1.109227969041318e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.981776199402638 y1[1] (numeric) 1.9817761994026228 absolute error 1.509903313490213e-14 relative error 7.618939585334305e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7629999999999166 y2[1] (analytic) 1.981585667776189 y2[1] (numeric) 1.9815856677761665 absolute error 2.2426505097428162e-14 relative error 1.1317454229771475e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.981585667776189 y1[1] (numeric) 1.9815856677761734 absolute error 1.554312234475219e-14 relative error 7.843780159247556e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7639999999999165 y2[1] (analytic) 1.9813941545641534 y2[1] (numeric) 1.9813941545641311 absolute error 2.220446049250313e-14 relative error 1.1206483294277931e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9813941545641534 y1[1] (numeric) 1.981394154564138 absolute error 1.532107773982716e-14 relative error 7.732473473051773e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7649999999999164 y2[1] (analytic) 1.9812016599580455 y2[1] (numeric) 1.9812016599580229 absolute error 2.2648549702353193e-14 relative error 1.1431723564593017e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9812016599580455 y1[1] (numeric) 1.9812016599580298 absolute error 1.5765166949677223e-14 relative error 7.957376206726513e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7659999999999163 y2[1] (analytic) 1.981008184150359 y2[1] (numeric) 1.9810081841503364 absolute error 2.2648549702353193e-14 relative error 1.1432840047587689e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.981008184150359 y1[1] (numeric) 1.9810081841503435 absolute error 1.554312234475219e-14 relative error 7.846066699324885e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7669999999999162 y2[1] (analytic) 1.9808137273345707 y2[1] (numeric) 1.9808137273345476 absolute error 2.3092638912203256e-14 relative error 1.1658157752812654e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9808137273345707 y1[1] (numeric) 1.9808137273345547 absolute error 1.5987211554602254e-14 relative error 8.071032290408761e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.767999999999916 y2[1] (analytic) 1.9806182897051363 y2[1] (numeric) 1.9806182897051132 absolute error 2.3092638912203256e-14 relative error 1.1659308122233468e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9806182897051363 y1[1] (numeric) 1.9806182897051203 absolute error 1.5987211554602254e-14 relative error 8.071828700007785e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.768999999999916 y2[1] (analytic) 1.9804218714574942 y2[1] (numeric) 1.9804218714574708 absolute error 2.3314683517128287e-14 relative error 1.1772584343339843e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9804218714574942 y1[1] (numeric) 1.980421871457478 absolute error 1.6209256159527285e-14 relative error 8.184749114893415e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7699999999999159 y2[1] (analytic) 1.9802244727880622 y2[1] (numeric) 1.9802244727880387 absolute error 2.353672812205332e-14 relative error 1.1885888920923556e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9802244727880622 y1[1] (numeric) 1.9802244727880458 absolute error 1.6431300764452317e-14 relative error 8.297696039135313e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7709999999999158 y2[1] (analytic) 1.9800260938942391 y2[1] (numeric) 1.9800260938942156 absolute error 2.353672812205332e-14 relative error 1.1887079768611628e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9800260938942391 y1[1] (numeric) 1.9800260938942227 absolute error 1.6431300764452317e-14 relative error 8.298527385634533e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7719999999999156 y2[1] (analytic) 1.9798267349744036 y2[1] (numeric) 1.97982673497438 absolute error 2.353672812205332e-14 relative error 1.1888276739710566e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9798267349744036 y1[1] (numeric) 1.9798267349743872 absolute error 1.6431300764452317e-14 relative error 8.299363006967753e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7729999999999155 y2[1] (analytic) 1.979626396227915 y2[1] (numeric) 1.9796263962278913 absolute error 2.375877272697835e-14 relative error 1.2001644740770064e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.979626396227915 y1[1] (numeric) 1.9796263962278984 absolute error 1.6653345369377348e-14 relative error 8.412367808950979e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7739999999999154 y2[1] (analytic) 1.979425077855112 y2[1] (numeric) 1.979425077855088 absolute error 2.398081733190338e-14 relative error 1.2115041685684203e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.979425077855112 y1[1] (numeric) 1.979425077855095 absolute error 1.687538997430238e-14 relative error 8.525399704740736e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7749999999999153 y2[1] (analytic) 1.9792227800573123 y2[1] (numeric) 1.9792227800572884 absolute error 2.398081733190338e-14 relative error 1.2116279972893687e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9792227800573123 y1[1] (numeric) 1.9792227800572955 absolute error 1.687538997430238e-14 relative error 8.526271092036298e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7759999999999152 y2[1] (analytic) 1.9790195030368145 y2[1] (numeric) 1.9790195030367903 absolute error 2.4202861936828413e-14 relative error 1.2229723810042807e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9790195030368145 y1[1] (numeric) 1.9790195030367974 absolute error 1.709743457922741e-14 relative error 8.639346177736661e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.776999999999915 y2[1] (analytic) 1.9788152469968951 y2[1] (numeric) 1.9788152469968707 absolute error 2.4424906541753444e-14 relative error 1.2343197061383754e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9788152469968951 y1[1] (numeric) 1.9788152469968778 absolute error 1.7319479184152442e-14 relative error 8.752448825344844e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.777999999999915 y2[1] (analytic) 1.9786100121418104 y2[1] (numeric) 1.9786100121417858 absolute error 2.4646951146678475e-14 relative error 1.2456699903180307e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9786100121418104 y1[1] (numeric) 1.9786100121417929 absolute error 1.7541523789077473e-14 relative error 8.865579210371569e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7789999999999149 y2[1] (analytic) 1.978403798676795 y2[1] (numeric) 1.9784037986767702 absolute error 2.4868995751603507e-14 relative error 1.2570232511803961e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.978403798676795 y1[1] (numeric) 1.9784037986767773 absolute error 1.7763568394002505e-14 relative error 8.9787375084314e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7799999999999148 y2[1] (analytic) 1.9781966068080625 y2[1] (numeric) 1.9781966068080374 absolute error 2.5091040356528538e-14 relative error 1.268379506373455e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9781966068080625 y1[1] (numeric) 1.9781966068080445 absolute error 1.7985612998927536e-14 relative error 9.091923895243349e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7809999999999147 y2[1] (analytic) 1.9779884367428044 y2[1] (numeric) 1.9779884367427796 absolute error 2.4868995751603507e-14 relative error 1.2572872161252778e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9779884367428044 y1[1] (numeric) 1.9779884367427867 absolute error 1.7763568394002505e-14 relative error 8.980622972323412e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7819999999999145 y2[1] (analytic) 1.9777792886891916 y2[1] (numeric) 1.9777792886891663 absolute error 2.531308496145357e-14 relative error 1.2798741045685773e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9777792886891916 y1[1] (numeric) 1.9777792886891734 absolute error 1.8207657603852567e-14 relative error 9.206111980230118e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7829999999999144 y2[1] (analytic) 1.9775691628563712 y2[1] (numeric) 1.9775691628563459 absolute error 2.531308496145357e-14 relative error 1.2800100970876655e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9775691628563712 y1[1] (numeric) 1.977569162856353 absolute error 1.8207657603852567e-14 relative error 9.207090172034084e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7839999999999143 y2[1] (analytic) 1.9773580594544695 y2[1] (numeric) 1.977358059454444 absolute error 2.55351295663786e-14 relative error 1.2913761088582738e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9773580594544695 y1[1] (numeric) 1.9773580594544513 absolute error 1.8207657603852567e-14 relative error 9.208073124032908e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7849999999999142 y2[1] (analytic) 1.97714597869459 y2[1] (numeric) 1.9771459786945642 absolute error 2.5757174171303632e-14 relative error 1.3027451917490583e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.97714597869459 y1[1] (numeric) 1.9771459786945715 absolute error 1.84297022087776e-14 relative error 9.32136645820447e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.785999999999914 y2[1] (analytic) 1.9769329207888129 y2[1] (numeric) 1.9769329207887871 absolute error 2.5757174171303632e-14 relative error 1.3028855911320604e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9769329207888129 y1[1] (numeric) 1.9769329207887945 absolute error 1.84297022087776e-14 relative error 9.322371039996638e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.786999999999914 y2[1] (analytic) 1.9767188859501967 y2[1] (numeric) 1.9767188859501708 absolute error 2.5979218776228663e-14 relative error 1.3142596532506244e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9767188859501967 y1[1] (numeric) 1.976718885950178 absolute error 1.865174681370263e-14 relative error 9.435710331030124e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7879999999999139 y2[1] (analytic) 1.9765038743927756 y2[1] (numeric) 1.9765038743927497 absolute error 2.5979218776228663e-14 relative error 1.3144026233801356e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9765038743927756 y1[1] (numeric) 1.9765038743927572 absolute error 1.84297022087776e-14 relative error 9.324394678679594e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7889999999999138 y2[1] (analytic) 1.9762878863315618 y2[1] (numeric) 1.9762878863315356 absolute error 2.6201263381153694e-14 relative error 1.3257817123895435e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9762878863315618 y1[1] (numeric) 1.9762878863315432 absolute error 1.865174681370263e-14 relative error 9.437768122095055e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7899999999999137 y2[1] (analytic) 1.976070921982543 y2[1] (numeric) 1.9760709219825165 absolute error 2.6423307986078726e-14 relative error 1.3371639495392642e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.976070921982543 y1[1] (numeric) 1.976070921982524 absolute error 1.887379141862766e-14 relative error 9.551171068137602e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7909999999999136 y2[1] (analytic) 1.9758529815626833 y2[1] (numeric) 1.9758529815626569 absolute error 2.6423307986078726e-14 relative error 1.3373114413189175e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9758529815626833 y1[1] (numeric) 1.9758529815626644 absolute error 1.887379141862766e-14 relative error 9.552224580849411e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7919999999999134 y2[1] (analytic) 1.9756340652899236 y2[1] (numeric) 1.975634065289897 absolute error 2.6645352591003757e-14 relative error 1.3486987827927314e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9756340652899236 y1[1] (numeric) 1.9756340652899045 absolute error 1.9095836023552692e-14 relative error 9.665674610014576e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7929999999999133 y2[1] (analytic) 1.97541417338318 y2[1] (numeric) 1.9754141733831532 absolute error 2.6867397195928788e-14 relative error 1.3600893198976353e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.97541417338318 y1[1] (numeric) 1.9754141733831607 absolute error 1.9317880628477724e-14 relative error 9.779154614140023e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7939999999999132 y2[1] (analytic) 1.9751933060623441 y2[1] (numeric) 1.9751933060623172 absolute error 2.6867397195928788e-14 relative error 1.3602414059153742e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9751933060623441 y1[1] (numeric) 1.9751933060623248 absolute error 1.9317880628477724e-14 relative error 9.780248125176657e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.794999999999913 y2[1] (analytic) 1.9749714635482833 y2[1] (numeric) 1.9749714635482565 absolute error 2.6867397195928788e-14 relative error 1.360394197679097e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9749714635482833 y1[1] (numeric) 1.974971463548264 absolute error 1.9317880628477724e-14 relative error 9.781346710585242e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.795999999999913 y2[1] (analytic) 1.9747486460628405 y2[1] (numeric) 1.9747486460628134 absolute error 2.708944180085382e-14 relative error 1.37179189133075e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9747486460628405 y1[1] (numeric) 1.974748646062821 absolute error 1.9539925233402755e-14 relative error 9.894892330910328e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.796999999999913 y2[1] (analytic) 1.9745248538288327 y2[1] (numeric) 1.9745248538288056 absolute error 2.708944180085382e-14 relative error 1.3719473699368357e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9745248538288327 y1[1] (numeric) 1.9745248538288132 absolute error 1.9539925233402755e-14 relative error 9.896013815937831e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7979999999999128 y2[1] (analytic) 1.9743000870700524 y2[1] (numeric) 1.9743000870700251 absolute error 2.731148640577885e-14 relative error 1.3833503115684045e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9743000870700524 y1[1] (numeric) 1.9743000870700327 absolute error 1.9761969838327786e-14 relative error 1.000960794549496e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7989999999999127 y2[1] (analytic) 1.9740743460112662 y2[1] (numeric) 1.9740743460112387 absolute error 2.7533531010703882e-14 relative error 1.3947565382396568e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9740743460112662 y1[1] (numeric) 1.9740743460112462 absolute error 1.9984014443252818e-14 relative error 1.012323293883622e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.7999999999999126 y2[1] (analytic) 1.9738476308782151 y2[1] (numeric) 1.9738476308781874 absolute error 2.7755575615628914e-14 relative error 1.406166067807359e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9738476308782151 y1[1] (numeric) 1.973847630878195 absolute error 2.020605904817785e-14 relative error 1.0236888973637574e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8009999999999124 y2[1] (analytic) 1.9736199418976144 y2[1] (numeric) 1.9736199418975864 absolute error 2.7977620220553945e-14 relative error 1.4175789181403266e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9736199418976144 y1[1] (numeric) 1.973619941897594 absolute error 2.042810365310288e-14 relative error 1.0350576227691273e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8019999999999123 y2[1] (analytic) 1.9733912792971526 y2[1] (numeric) 1.9733912792971247 absolute error 2.7977620220553945e-14 relative error 1.417743177142169e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9733912792971526 y1[1] (numeric) 1.9733912792971322 absolute error 2.042810365310288e-14 relative error 1.0351775579133298e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8029999999999122 y2[1] (analytic) 1.9731616433054928 y2[1] (numeric) 1.9731616433054648 absolute error 2.7977620220553945e-14 relative error 1.4179081736904783e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9731616433054928 y1[1] (numeric) 1.9731616433054724 absolute error 2.042810365310288e-14 relative error 1.035298031583524e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8039999999999121 y2[1] (analytic) 1.9729310341522708 y2[1] (numeric) 1.9729310341522428 absolute error 2.7977620220553945e-14 relative error 1.4180739081219518e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9729310341522708 y1[1] (numeric) 1.9729310341522504 absolute error 2.042810365310288e-14 relative error 1.035419044025552e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.804999999999912 y2[1] (analytic) 1.9726994520680958 y2[1] (numeric) 1.9726994520680676 absolute error 2.8199664825478976e-14 relative error 1.4294962568127457e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9726994520680958 y1[1] (numeric) 1.9726994520680752 absolute error 2.0650148258027912e-14 relative error 1.0467964715242942e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.805999999999912 y2[1] (analytic) 1.9724668972845498 y2[1] (numeric) 1.9724668972845214 absolute error 2.842170943040401e-14 relative error 1.4409219982110487e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9724668972845498 y1[1] (numeric) 1.972466897284529 absolute error 2.0872192862952943e-14 relative error 1.0581770924362389e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8069999999999118 y2[1] (analytic) 1.9722333700341874 y2[1] (numeric) 1.972233370034159 absolute error 2.842170943040401e-14 relative error 1.4410926142027165e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9722333700341874 y1[1] (numeric) 1.9722333700341665 absolute error 2.0872192862952943e-14 relative error 1.05830238855512e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8079999999999117 y2[1] (analytic) 1.9719988705505362 y2[1] (numeric) 1.9719988705505076 absolute error 2.864375403532904e-14 relative error 1.4525238560269748e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9719988705505362 y1[1] (numeric) 1.9719988705505151 absolute error 2.1094237467877974e-14 relative error 1.069688111027617e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8089999999999116 y2[1] (analytic) 1.9717633990680952 y2[1] (numeric) 1.9717633990680665 absolute error 2.864375403532904e-14 relative error 1.4526973190022086e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9717633990680952 y1[1] (numeric) 1.971763399068074 absolute error 2.1094237467877974e-14 relative error 1.0698158550791458e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8099999999999115 y2[1] (analytic) 1.9715269558223363 y2[1] (numeric) 1.9715269558223074 absolute error 2.886579864025407e-14 relative error 1.4641341096051089e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9715269558223363 y1[1] (numeric) 1.971526955822315 absolute error 2.1316282072803006e-14 relative error 1.0812067270930034e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8109999999999113 y2[1] (analytic) 1.9712895410497024 y2[1] (numeric) 1.9712895410496734 absolute error 2.90878432451791e-14 relative error 1.4755743709617594e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9712895410497024 y1[1] (numeric) 1.9712895410496811 absolute error 2.1316282072803006e-14 relative error 1.0813369436055643e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8119999999999112 y2[1] (analytic) 1.9710511549876086 y2[1] (numeric) 1.9710511549875793 absolute error 2.930988785010413e-14 relative error 1.4870181210638542e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9710511549876086 y1[1] (numeric) 1.971051154987587 absolute error 2.1538326677728037e-14 relative error 1.092733013206014e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8129999999999111 y2[1] (analytic) 1.9708117978744406 y2[1] (numeric) 1.9708117978744113 absolute error 2.930988785010413e-14 relative error 1.4871987209390275e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9708117978744406 y1[1] (numeric) 1.970811797874419 absolute error 2.1538326677728037e-14 relative error 1.092865726750649e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.813999999999911 y2[1] (analytic) 1.9705714699495556 y2[1] (numeric) 1.9705714699495263 absolute error 2.930988785010413e-14 relative error 1.4873800974523616e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9705714699495556 y1[1] (numeric) 1.970571469949534 absolute error 2.1538326677728037e-14 relative error 1.0929990110066596e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.814999999999911 y2[1] (analytic) 1.9703301714532815 y2[1] (numeric) 1.9703301714532522 absolute error 2.930988785010413e-14 relative error 1.4875622509747018e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9703301714532815 y1[1] (numeric) 1.97033017145326 absolute error 2.1538326677728037e-14 relative error 1.0931328662465611e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8159999999999108 y2[1] (analytic) 1.970087902626917 y2[1] (numeric) 1.9700879026268874 absolute error 2.9531932455029164e-14 relative error 1.4990159787109632e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.970087902626917 y1[1] (numeric) 1.9700879026268951 absolute error 2.1760371282653068e-14 relative error 1.1045380895764992e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8169999999999107 y2[1] (analytic) 1.9698446637127305 y2[1] (numeric) 1.9698446637127007 absolute error 2.9753977059954195e-14 relative error 1.5104732676674308e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9698446637127305 y1[1] (numeric) 1.9698446637127087 absolute error 2.1760371282653068e-14 relative error 1.1046744793388674e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8179999999999106 y2[1] (analytic) 1.9696004549539612 y2[1] (numeric) 1.9696004549539312 absolute error 2.9976021664879227e-14 relative error 1.5219341359047314e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9696004549539612 y1[1] (numeric) 1.9696004549539392 absolute error 2.19824158875781e-14 relative error 1.116085032996803e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8189999999999105 y2[1] (analytic) 1.969355276594818 y2[1] (numeric) 1.9693552765947877 absolute error 3.019806626980426e-14 relative error 1.533398601496591e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.969355276594818 y1[1] (numeric) 1.9693552765947957 absolute error 2.220446049250313e-14 relative error 1.1274989716886698e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8199999999999104 y2[1] (analytic) 1.9691091288804785 y2[1] (numeric) 1.9691091288804483 absolute error 3.019806626980426e-14 relative error 1.5335902833873474e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9691091288804785 y1[1] (numeric) 1.9691091288804563 absolute error 2.220446049250313e-14 relative error 1.1276399142554024e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8209999999999102 y2[1] (analytic) 1.968862012057091 y2[1] (numeric) 1.9688620120570608 absolute error 3.019806626980426e-14 relative error 1.533782768161236e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.968862012057091 y1[1] (numeric) 1.9688620120570688 absolute error 2.220446049250313e-14 relative error 1.1277814471773793e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8219999999999101 y2[1] (analytic) 1.9686139263717723 y2[1] (numeric) 1.968613926371742 absolute error 3.042011087472929e-14 relative error 1.5452552919197655e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9686139263717723 y1[1] (numeric) 1.96861392637175 absolute error 2.2426505097428162e-14 relative error 1.139202806451798e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.82299999999991 y2[1] (analytic) 1.9683648720726081 y2[1] (numeric) 1.9683648720725775 absolute error 3.064215547965432e-14 relative error 1.5567314736413365e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9683648720726081 y1[1] (numeric) 1.9683648720725855 absolute error 2.2648549702353193e-14 relative error 1.1506276109522921e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.82399999999991 y2[1] (analytic) 1.9681148494086522 y2[1] (numeric) 1.9681148494086216 absolute error 3.064215547965432e-14 relative error 1.5569292355505161e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9681148494086522 y1[1] (numeric) 1.9681148494086296 absolute error 2.2648549702353193e-14 relative error 1.1507737827982076e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8249999999999098 y2[1] (analytic) 1.9678638586299277 y2[1] (numeric) 1.9678638586298969 absolute error 3.086420008457935e-14 relative error 1.5684113486421628e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9678638586299277 y1[1] (numeric) 1.967863858629905 absolute error 2.2648549702353193e-14 relative error 1.1509205579964071e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8259999999999097 y2[1] (analytic) 1.9676118999874253 y2[1] (numeric) 1.9676118999873944 absolute error 3.086420008457935e-14 relative error 1.5686121884491855e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9676118999874253 y1[1] (numeric) 1.9676118999874026 absolute error 2.2648549702353193e-14 relative error 1.1510679368476038e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8269999999999096 y2[1] (analytic) 1.9673589737331034 y2[1] (numeric) 1.9673589737330723 absolute error 3.108624468950438e-14 relative error 1.5801002818777706e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9673589737331034 y1[1] (numeric) 1.9673589737330808 absolute error 2.2648549702353193e-14 relative error 1.1512159196538044e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8279999999999095 y2[1] (analytic) 1.9671050801198886 y2[1] (numeric) 1.9671050801198573 absolute error 3.1308289294429414e-14 relative error 1.5915921122282535e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9671050801198886 y1[1] (numeric) 1.9671050801198657 absolute error 2.2870594307278225e-14 relative error 1.1626523940390789e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8289999999999094 y2[1] (analytic) 1.9668502194016741 y2[1] (numeric) 1.9668502194016426 absolute error 3.1530333899354446e-14 relative error 1.6030876976969875e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9668502194016741 y1[1] (numeric) 1.9668502194016513 absolute error 2.2870594307278225e-14 relative error 1.1628030483295051e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8299999999999093 y2[1] (analytic) 1.9665943918333209 y2[1] (numeric) 1.966594391833289 absolute error 3.175237850427948e-14 relative error 1.6145870564940906e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9665943918333209 y1[1] (numeric) 1.966594391833298 absolute error 2.2870594307278225e-14 relative error 1.1629543134188204e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8309999999999091 y2[1] (analytic) 1.9663375976706563 y2[1] (numeric) 1.9663375976706243 absolute error 3.197442310920451e-14 relative error 1.6260902068435115e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9663375976706563 y1[1] (numeric) 1.9663375976706332 absolute error 2.3092638912203256e-14 relative error 1.1743984827203138e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.831999999999909 y2[1] (analytic) 1.9660798371704746 y2[1] (numeric) 1.9660798371704424 absolute error 3.219646771412954e-14 relative error 1.637597166983095e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9660798371704746 y1[1] (numeric) 1.9660798371704513 absolute error 2.3314683517128287e-14 relative error 1.1858462243670688e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.832999999999909 y2[1] (analytic) 1.9658211105905363 y2[1] (numeric) 1.965821110590504 absolute error 3.241851231905457e-14 relative error 1.6491079551646482e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9658211105905363 y1[1] (numeric) 1.9658211105905128 absolute error 2.353672812205332e-14 relative error 1.1972975564894021e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8339999999999088 y2[1] (analytic) 1.9655614181895678 y2[1] (numeric) 1.9655614181895353 absolute error 3.241851231905457e-14 relative error 1.6493258373434343e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9655614181895678 y1[1] (numeric) 1.9655614181895442 absolute error 2.353672812205332e-14 relative error 1.1974557449205757e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8349999999999087 y2[1] (analytic) 1.9653007602272616 y2[1] (numeric) 1.965300760227229 absolute error 3.26405569239796e-14 relative error 1.6608428381315613e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9653007602272616 y1[1] (numeric) 1.9653007602272379 absolute error 2.375877272697835e-14 relative error 1.208912814150184e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8359999999999086 y2[1] (analytic) 1.9650391369642755 y2[1] (numeric) 1.9650391369642428 absolute error 3.26405569239796e-14 relative error 1.661063961016315e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9650391369642755 y1[1] (numeric) 1.9650391369642517 absolute error 2.375877272697835e-14 relative error 1.2090737675424877e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8369999999999085 y2[1] (analytic) 1.964776548662233 y2[1] (numeric) 1.9647765486622002 absolute error 3.2862601528904634e-14 relative error 1.672587223787863e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.964776548662233 y1[1] (numeric) 1.964776548662209 absolute error 2.398081733190338e-14 relative error 1.220536622764116e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8379999999999084 y2[1] (analytic) 1.9645129955837222 y2[1] (numeric) 1.9645129955836893 absolute error 3.2862601528904634e-14 relative error 1.6728116129941945e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9645129955837222 y1[1] (numeric) 1.9645129955836982 absolute error 2.398081733190338e-14 relative error 1.2207003662390069e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8389999999999083 y2[1] (analytic) 1.9642484779922962 y2[1] (numeric) 1.964248477992263 absolute error 3.3084646133829665e-14 relative error 1.6843411872028658e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9642484779922962 y1[1] (numeric) 1.964248477992272 absolute error 2.4202861936828413e-14 relative error 1.2321690564101502e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8399999999999082 y2[1] (analytic) 1.9639829961524726 y2[1] (numeric) 1.9639829961524393 absolute error 3.3306690738754696e-14 relative error 1.6958746997302899e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9639829961524726 y1[1] (numeric) 1.9639829961524482 absolute error 2.4424906541753444e-14 relative error 1.2436414464688792e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.840999999999908 y2[1] (analytic) 1.9637165503297331 y2[1] (numeric) 1.9637165503296996 absolute error 3.352873534367973e-14 relative error 1.7074121689329258e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9637165503297331 y1[1] (numeric) 1.9637165503297087 absolute error 2.4424906541753444e-14 relative error 1.2438101892888864e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.841999999999908 y2[1] (analytic) 1.9634491407905237 y2[1] (numeric) 1.96344914079049 absolute error 3.375077994860476e-14 relative error 1.7189536131817514e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9634491407905237 y1[1] (numeric) 1.963449140790499 absolute error 2.4646951146678475e-14 relative error 1.2552884938366738e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8429999999999078 y2[1] (analytic) 1.9631807678022537 y2[1] (numeric) 1.9631807678022197 absolute error 3.397282455352979e-14 relative error 1.7304990508623293e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9631807678022537 y1[1] (numeric) 1.9631807678022288 absolute error 2.4868995751603507e-14 relative error 1.2667705470364764e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8439999999999077 y2[1] (analytic) 1.9629114316332963 y2[1] (numeric) 1.962911431633262 absolute error 3.419486915845482e-14 relative error 1.7420485003748748e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9629114316332963 y1[1] (numeric) 1.9629114316332712 absolute error 2.5091040356528538e-14 relative error 1.2782563671581872e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8449999999999076 y2[1] (analytic) 1.9626411325529873 y2[1] (numeric) 1.9626411325529531 absolute error 3.419486915845482e-14 relative error 1.7422884189721642e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9626411325529873 y1[1] (numeric) 1.9626411325529622 absolute error 2.5091040356528538e-14 relative error 1.278432411323731e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8459999999999075 y2[1] (analytic) 1.962369870831626 y2[1] (numeric) 1.9623698708315918 absolute error 3.419486915845482e-14 relative error 1.7425292584605112e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.962369870831626 y1[1] (numeric) 1.9623698708316009 absolute error 2.5091040356528538e-14 relative error 1.2786091312080374e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8469999999999074 y2[1] (analytic) 1.962097646740474 y2[1] (numeric) 1.9620976467404396 absolute error 3.441691376337985e-14 relative error 1.7540877142661477e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.962097646740474 y1[1] (numeric) 1.962097646740449 absolute error 2.5091040356528538e-14 relative error 1.2787865271746753e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8479999999999073 y2[1] (analytic) 1.9618244605517556 y2[1] (numeric) 1.961824460551721 absolute error 3.4638958368304884e-14 relative error 1.7656502436799473e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9618244605517556 y1[1] (numeric) 1.9618244605517303 absolute error 2.531308496145357e-14 relative error 1.2902828703815e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8489999999999072 y2[1] (analytic) 1.9615503125386566 y2[1] (numeric) 1.961550312538622 absolute error 3.4638958368304884e-14 relative error 1.765897012525507e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9615503125386566 y1[1] (numeric) 1.9615503125386313 absolute error 2.531308496145357e-14 relative error 1.2904632014609475e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.849999999999907 y2[1] (analytic) 1.9612752029753255 y2[1] (numeric) 1.9612752029752907 absolute error 3.4861002973229915e-14 relative error 1.7774661567303002e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9612752029753255 y1[1] (numeric) 1.9612752029753 absolute error 2.55351295663786e-14 relative error 1.3019656562037232e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.850999999999907 y2[1] (analytic) 1.9609991321368714 y2[1] (numeric) 1.9609991321368365 absolute error 3.4861002973229915e-14 relative error 1.7777163896672612e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9609991321368714 y1[1] (numeric) 1.9609991321368458 absolute error 2.55351295663786e-14 relative error 1.3021489478454462e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8519999999999068 y2[1] (analytic) 1.9607221002993653 y2[1] (numeric) 1.9607221002993303 absolute error 3.5083047578154947e-14 relative error 1.7892921986648911e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9607221002993653 y1[1] (numeric) 1.9607221002993396 absolute error 2.5757174171303632e-14 relative error 1.3136575635767556e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8529999999999067 y2[1] (analytic) 1.9604441077398387 y2[1] (numeric) 1.9604441077398036 absolute error 3.5083047578154947e-14 relative error 1.7895459217453321e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9604441077398387 y1[1] (numeric) 1.9604441077398131 absolute error 2.55351295663786e-14 relative error 1.3025176012703366e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8539999999999066 y2[1] (analytic) 1.9601651547362846 y2[1] (numeric) 1.9601651547362493 absolute error 3.530509218307998e-14 relative error 1.8011284456196668e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9601651547362846 y1[1] (numeric) 1.9601651547362589 absolute error 2.5757174171303632e-14 relative error 1.3140308156722096e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8549999999999065 y2[1] (analytic) 1.959885241567656 y2[1] (numeric) 1.9598852415676202 absolute error 3.574918139293004e-14 relative error 1.8240446243850124e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.959885241567656 y1[1] (numeric) 1.95988524156763 absolute error 2.5979218776228663e-14 relative error 1.3255479568512201e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8559999999999064 y2[1] (analytic) 1.9596043685138653 y2[1] (numeric) 1.9596043685138296 absolute error 3.574918139293004e-14 relative error 1.824306067455937e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9596043685138653 y1[1] (numeric) 1.9596043685138396 absolute error 2.5757174171303632e-14 relative error 1.3144068560552091e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8569999999999063 y2[1] (analytic) 1.9593225358557866 y2[1] (numeric) 1.9593225358557504 absolute error 3.6193270602780103e-14 relative error 1.8472339260351396e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9593225358557866 y1[1] (numeric) 1.9593225358557604 absolute error 2.6201263381153694e-14 relative error 1.3372613697677697e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8579999999999062 y2[1] (analytic) 1.9590397438752516 y2[1] (numeric) 1.9590397438752154 absolute error 3.6193270602780103e-14 relative error 1.84750057858371e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9590397438752516 y1[1] (numeric) 1.9590397438752254 absolute error 2.6201263381153694e-14 relative error 1.3374544065820723e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.858999999999906 y2[1] (analytic) 1.9587559928550529 y2[1] (numeric) 1.9587559928550164 absolute error 3.6415315207705135e-14 relative error 1.8591042141306598e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9587559928550529 y1[1] (numeric) 1.9587559928550264 absolute error 2.6423307986078726e-14 relative error 1.3489841553752958e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.859999999999906 y2[1] (analytic) 1.958471283078941 y2[1] (numeric) 1.9584712830789046 absolute error 3.6415315207705135e-14 relative error 1.859374478570658e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.958471283078941 y1[1] (numeric) 1.9584712830789146 absolute error 2.6423307986078726e-14 relative error 1.3491802618896848e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8609999999999058 y2[1] (analytic) 1.958185614831626 y2[1] (numeric) 1.9581856148315895 absolute error 3.6415315207705135e-14 relative error 1.85964573183918e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.958185614831626 y1[1] (numeric) 1.9581856148315995 absolute error 2.6423307986078726e-14 relative error 1.3493770859076977e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8619999999999057 y2[1] (analytic) 1.957898988398776 y2[1] (numeric) 1.9578989883987394 absolute error 3.6637359812630166e-14 relative error 1.8712589377551703e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.957898988398776 y1[1] (numeric) 1.9578989883987494 absolute error 2.6645352591003757e-14 relative error 1.3609155910946694e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8629999999999056 y2[1] (analytic) 1.9576114040670176 y2[1] (numeric) 1.9576114040669808 absolute error 3.68594044175552e-14 relative error 1.88287646572646e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9576114040670176 y1[1] (numeric) 1.9576114040669907 absolute error 2.6867397195928788e-14 relative error 1.372458146704227e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8639999999999055 y2[1] (analytic) 1.9573228621239347 y2[1] (numeric) 1.9573228621238978 absolute error 3.68594044175552e-14 relative error 1.8831540330325595e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9573228621239347 y1[1] (numeric) 1.9573228621239078 absolute error 2.6867397195928788e-14 relative error 1.3726604698610825e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8649999999999054 y2[1] (analytic) 1.9570333628580694 y2[1] (numeric) 1.9570333628580325 absolute error 3.68594044175552e-14 relative error 1.883432603505818e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9570333628580694 y1[1] (numeric) 1.9570333628580425 absolute error 2.6867397195928788e-14 relative error 1.3728635242421926e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8659999999999053 y2[1] (analytic) 1.9567429065589212 y2[1] (numeric) 1.9567429065588842 absolute error 3.708144902248023e-14 relative error 1.8950598414428765e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9567429065589212 y1[1] (numeric) 1.9567429065588942 absolute error 2.708944180085382e-14 relative error 1.3844149739882093e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8669999999999052 y2[1] (analytic) 1.9564514935169461 y2[1] (numeric) 1.9564514935169088 absolute error 3.730349362740526e-14 relative error 1.906691464164437e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9564514935169461 y1[1] (numeric) 1.9564514935169188 absolute error 2.731148640577885e-14 relative error 1.3959705362632487e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.867999999999905 y2[1] (analytic) 1.9561591240235572 y2[1] (numeric) 1.9561591240235199 absolute error 3.730349362740526e-14 relative error 1.906976440172054e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9561591240235572 y1[1] (numeric) 1.9561591240235299 absolute error 2.731148640577885e-14 relative error 1.3961791794116821e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.868999999999905 y2[1] (analytic) 1.955865798371124 y2[1] (numeric) 1.9558657983710865 absolute error 3.752553823233029e-14 relative error 1.918615186357988e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.955865798371124 y1[1] (numeric) 1.9558657983710965 absolute error 2.7533531010703882e-14 relative error 1.4077413201679911e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8699999999999048 y2[1] (analytic) 1.955571516852972 y2[1] (numeric) 1.9555715168529344 absolute error 3.752553823233029e-14 relative error 1.9189039065530436e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.955571516852972 y1[1] (numeric) 1.9555715168529444 absolute error 2.7533531010703882e-14 relative error 1.4079531622046e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8709999999999047 y2[1] (analytic) 1.9552762797633827 y2[1] (numeric) 1.955276279763345 absolute error 3.774758283725532e-14 relative error 1.930549827046607e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9552762797633827 y1[1] (numeric) 1.9552762797633552 absolute error 2.7533531010703882e-14 relative error 1.4081657561987019e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8719999999999046 y2[1] (analytic) 1.9549800873975935 y2[1] (numeric) 1.9549800873975554 absolute error 3.8191672047105385e-14 relative error 1.953558110044226e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9549800873975935 y1[1] (numeric) 1.9549800873975658 absolute error 2.7755575615628914e-14 relative error 1.4197369985786525e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8729999999999045 y2[1] (analytic) 1.9546829400517964 y2[1] (numeric) 1.954682940051758 absolute error 3.8413716652030416e-14 relative error 1.965214708990733e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9546829400517964 y1[1] (numeric) 1.9546829400517685 absolute error 2.7977620220553945e-14 relative error 1.4313124470105918e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8739999999999044 y2[1] (analytic) 1.9543848380231386 y2[1] (numeric) 1.9543848380231001 absolute error 3.8413716652030416e-14 relative error 1.965514462897999e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9543848380231386 y1[1] (numeric) 1.9543848380231106 absolute error 2.7977620220553945e-14 relative error 1.4315307648852477e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8749999999999043 y2[1] (analytic) 1.9540857816097223 y2[1] (numeric) 1.954085781609684 absolute error 3.8413716652030416e-14 relative error 1.9658152683750785e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9540857816097223 y1[1] (numeric) 1.9540857816096944 absolute error 2.7977620220553945e-14 relative error 1.4317498486431208e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8759999999999042 y2[1] (analytic) 1.9537857711106041 y2[1] (numeric) 1.9537857711105655 absolute error 3.863576125695545e-14 relative error 1.977481964923588e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9537857711106041 y1[1] (numeric) 1.953785771110576 absolute error 2.8199664825478976e-14 relative error 1.4433345376166416e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.876999999999904 y2[1] (analytic) 1.9534848068257944 y2[1] (numeric) 1.9534848068257555 absolute error 3.885780586188048e-14 relative error 1.989153216145064e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9534848068257944 y1[1] (numeric) 1.953484806825766 absolute error 2.842170943040401e-14 relative error 1.4549234952375325e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.877999999999904 y2[1] (analytic) 1.953182889056257 y2[1] (numeric) 1.9531828890562182 absolute error 3.885780586188048e-14 relative error 1.989460694111235e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.953182889056257 y1[1] (numeric) 1.9531828890562286 absolute error 2.842170943040401e-14 relative error 1.4551483934070745e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8789999999999039 y2[1] (analytic) 1.9528800181039103 y2[1] (numeric) 1.9528800181038712 absolute error 3.907985046680551e-14 relative error 2.0011393482713243e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9528800181039103 y1[1] (numeric) 1.9528800181038817 absolute error 2.864375403532904e-14 relative error 1.4667441814034138e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8799999999999037 y2[1] (analytic) 1.9525761942716247 y2[1] (numeric) 1.9525761942715856 absolute error 3.907985046680551e-14 relative error 2.001450728604401e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9525761942716247 y1[1] (numeric) 1.952576194271596 absolute error 2.864375403532904e-14 relative error 1.4669724090339074e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8809999999999036 y2[1] (analytic) 1.9522714178632241 y2[1] (numeric) 1.952271417863185 absolute error 3.907985046680551e-14 relative error 2.001763182579331e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9522714178632241 y1[1] (numeric) 1.9522714178631955 absolute error 2.864375403532904e-14 relative error 1.467201423595078e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8819999999999035 y2[1] (analytic) 1.9519656891834853 y2[1] (numeric) 1.9519656891834458 absolute error 3.952393967665557e-14 relative error 2.0248275825580003e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9519656891834853 y1[1] (numeric) 1.9519656891834565 absolute error 2.886579864025407e-14 relative error 1.4788066614187642e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8829999999999034 y2[1] (analytic) 1.9516590085381365 y2[1] (numeric) 1.951659008538097 absolute error 3.952393967665557e-14 relative error 2.0251457607986778e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9516590085381365 y1[1] (numeric) 1.9516590085381076 absolute error 2.886579864025407e-14 relative error 1.4790390387855511e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8839999999999033 y2[1] (analytic) 1.9513513762338583 y2[1] (numeric) 1.9513513762338188 absolute error 3.952393967665557e-14 relative error 2.0254650268542334e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9513513762338583 y1[1] (numeric) 1.9513513762338295 absolute error 2.886579864025407e-14 relative error 1.4792722106238783e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8849999999999032 y2[1] (analytic) 1.9510427925782834 y2[1] (numeric) 1.9510427925782436 absolute error 3.9745984281580604e-14 relative error 2.0371661981363662e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9510427925782834 y1[1] (numeric) 1.9510427925782543 absolute error 2.90878432451791e-14 relative error 1.4908869941668378e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.885999999999903 y2[1] (analytic) 1.950733257879995 y2[1] (numeric) 1.9507332578799552 absolute error 3.9745984281580604e-14 relative error 2.037489447674434e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.950733257879995 y1[1] (numeric) 1.9507332578799659 absolute error 2.90878432451791e-14 relative error 1.49112356226453e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.886999999999903 y2[1] (analytic) 1.950422772448528 y2[1] (numeric) 1.9504227724484882 absolute error 3.9745984281580604e-14 relative error 2.037813793144148e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.950422772448528 y1[1] (numeric) 1.9504227724484988 absolute error 2.90878432451791e-14 relative error 1.4913609324127564e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8879999999999029 y2[1] (analytic) 1.9501113365943676 y2[1] (numeric) 1.9501113365943277 absolute error 3.9968028886505635e-14 relative error 2.049525487929573e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9501113365943676 y1[1] (numeric) 1.9501113365943386 absolute error 2.90878432451791e-14 relative error 1.4915991051043004e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8889999999999028 y2[1] (analytic) 1.9497989506289501 y2[1] (numeric) 1.94979895062891 absolute error 4.0190073491430667e-14 relative error 2.0612419284801893e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9497989506289501 y1[1] (numeric) 1.9497989506289208 absolute error 2.930988785010413e-14 relative error 1.5032261577866575e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8899999999999026 y2[1] (analytic) 1.949485614864661 y2[1] (numeric) 1.9494856148646207 absolute error 4.04121180963557e-14 relative error 2.0729631338757646e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.949485614864661 y1[1] (numeric) 1.9494856148646316 absolute error 2.9531932455029164e-14 relative error 1.5148576747553665e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8909999999999025 y2[1] (analytic) 1.949171329614836 y2[1] (numeric) 1.9491713296147957 absolute error 4.04121180963557e-14 relative error 2.0732973793710216e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.949171329614836 y1[1] (numeric) 1.9491713296148065 absolute error 2.9531932455029164e-14 relative error 1.5151019310788237e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8919999999999024 y2[1] (analytic) 1.9488560951937608 y2[1] (numeric) 1.9488560951937202 absolute error 4.063416270128073e-14 relative error 2.0850263291113223e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9488560951937608 y1[1] (numeric) 1.948856095193731 absolute error 2.9753977059954195e-14 relative error 1.5267405907153946e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8929999999999023 y2[1] (analytic) 1.9485399119166693 y2[1] (numeric) 1.9485399119166285 absolute error 4.085620730620576e-14 relative error 2.096760094896789e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9485399119166693 y1[1] (numeric) 1.9485399119166393 absolute error 2.9976021664879227e-14 relative error 1.5383837652775353e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8939999999999022 y2[1] (analytic) 1.948222780099745 y2[1] (numeric) 1.9482227800997038 absolute error 4.107825191113079e-14 relative error 2.108498695874384e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.948222780099745 y1[1] (numeric) 1.9482227800997147 absolute error 3.019806626980426e-14 relative error 1.5500314737238716e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.894999999999902 y2[1] (analytic) 1.9479047000601195 y2[1] (numeric) 1.9479047000600782 absolute error 4.1300296516055823e-14 relative error 2.1202421512089962e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9479047000601195 y1[1] (numeric) 1.947904700060089 absolute error 3.042011087472929e-14 relative error 1.5616837350302822e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.895999999999902 y2[1] (analytic) 1.9475856721158729 y2[1] (numeric) 1.9475856721158316 absolute error 4.1300296516055823e-14 relative error 2.120589461473438e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9475856721158729 y1[1] (numeric) 1.9475856721158424 absolute error 3.042011087472929e-14 relative error 1.5619395495798977e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8969999999999019 y2[1] (analytic) 1.947265696586033 y2[1] (numeric) 1.9472656965859918 absolute error 4.1300296516055823e-14 relative error 2.1209379176382526e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.947265696586033 y1[1] (numeric) 1.9472656965860027 absolute error 3.042011087472929e-14 relative error 1.5621962081529064e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8979999999999018 y2[1] (analytic) 1.9469447737905758 y2[1] (numeric) 1.9469447737905343 absolute error 4.1522341120980855e-14 relative error 2.132692292043782e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9469447737905758 y1[1] (numeric) 1.9469447737905452 absolute error 3.064215547965432e-14 relative error 1.5738584828986197e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8989999999999017 y2[1] (analytic) 1.9466229040504237 y2[1] (numeric) 1.946622904050382 absolute error 4.1744385725905886e-14 relative error 2.144451585309436e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9466229040504237 y1[1] (numeric) 1.9466229040503928 absolute error 3.086420008457935e-14 relative error 1.5855253742447423e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.8999999999999015 y2[1] (analytic) 1.9463000876874463 y2[1] (numeric) 1.9463000876874044 absolute error 4.196643033083092e-14 relative error 2.1562158166829537e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9463000876874463 y1[1] (numeric) 1.9463000876874152 absolute error 3.108624468950438e-14 relative error 1.5971969012466324e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9009999999999014 y2[1] (analytic) 1.9459763250244602 y2[1] (numeric) 1.945976325024418 absolute error 4.218847493575595e-14 relative error 2.1679850054304055e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9459763250244602 y1[1] (numeric) 1.9459763250244289 absolute error 3.1308289294429414e-14 relative error 1.6088730829773009e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9019999999999013 y2[1] (analytic) 1.9456516163852278 y2[1] (numeric) 1.9456516163851854 absolute error 4.241051954068098e-14 relative error 2.1797591708362623e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9456516163852278 y1[1] (numeric) 1.9456516163851962 absolute error 3.1530333899354446e-14 relative error 1.6205539385274832e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9029999999999012 y2[1] (analytic) 1.9453259620944579 y2[1] (numeric) 1.9453259620944152 absolute error 4.263256414560601e-14 relative error 2.1915383322034713e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9453259620944579 y1[1] (numeric) 1.945325962094426 absolute error 3.175237850427948e-14 relative error 1.6322394870057103e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.903999999999901 y2[1] (analytic) 1.9449993624778044 y2[1] (numeric) 1.9449993624777617 absolute error 4.263256414560601e-14 relative error 2.191906330051176e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9449993624778044 y1[1] (numeric) 1.9449993624777726 absolute error 3.175237850427948e-14 relative error 1.6325135687360322e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.904999999999901 y2[1] (analytic) 1.9446718178618676 y2[1] (numeric) 1.9446718178618245 absolute error 4.3076653355456074e-14 relative error 2.2151117201265402e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9446718178618676 y1[1] (numeric) 1.9446718178618354 absolute error 3.219646771412954e-14 relative error 1.6556247392698368e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9059999999999009 y2[1] (analytic) 1.9443433285741913 y2[1] (numeric) 1.9443433285741483 absolute error 4.3076653355456074e-14 relative error 2.2154859546870594e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9443433285741913 y1[1] (numeric) 1.9443433285741591 absolute error 3.219646771412954e-14 relative error 1.655904450668163e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9069999999999008 y2[1] (analytic) 1.9440138949432653 y2[1] (numeric) 1.9440138949432222 absolute error 4.3076653355456074e-14 relative error 2.2158613921179424e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9440138949432653 y1[1] (numeric) 1.944013894943233 absolute error 3.219646771412954e-14 relative error 1.6561850611190807e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9079999999999007 y2[1] (analytic) 1.943683517298523 y2[1] (numeric) 1.9436835172984797 absolute error 4.3298697960381105e-14 relative error 2.2276619405900444e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.943683517298523 y1[1] (numeric) 1.9436835172984905 absolute error 3.241851231905457e-14 relative error 1.6678904785956228e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9089999999999006 y2[1] (analytic) 1.9433521959703421 y2[1] (numeric) 1.9433521959702986 absolute error 4.3520742565306136e-14 relative error 2.2394675888163256e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9433521959703421 y1[1] (numeric) 1.9433521959703095 absolute error 3.26405569239796e-14 relative error 1.6796006916122442e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9099999999999004 y2[1] (analytic) 1.9430199312900438 y2[1] (numeric) 1.94301993129 absolute error 4.374278717023117e-14 relative error 2.2512783562229693e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9430199312900438 y1[1] (numeric) 1.9430199312900112 absolute error 3.26405569239796e-14 relative error 1.679887910481099e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9109999999999003 y2[1] (analytic) 1.9426867235898926 y2[1] (numeric) 1.9426867235898488 absolute error 4.374278717023117e-14 relative error 2.251664493253901e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9426867235898926 y1[1] (numeric) 1.94268672358986 absolute error 3.26405569239796e-14 relative error 1.680176043189459e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9119999999999002 y2[1] (analytic) 1.9423525732030966 y2[1] (numeric) 1.9423525732030527 absolute error 4.39648317751562e-14 relative error 2.2634835910688776e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9423525732030966 y1[1] (numeric) 1.9423525732030638 absolute error 3.2862601528904634e-14 relative error 1.6918968256474438e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9129999999999001 y2[1] (analytic) 1.942017480463806 y2[1] (numeric) 1.9420174804637618 absolute error 4.418687638008123e-14 relative error 2.2753078602324535e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.942017480463806 y1[1] (numeric) 1.9420174804637729 absolute error 3.3084646133829665e-14 relative error 1.703622468214249e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9139999999999 y2[1] (analytic) 1.941681445707113 y2[1] (numeric) 1.941681445707069 absolute error 4.39648317751562e-14 relative error 2.2642659470408277e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.941681445707113 y1[1] (numeric) 1.9416814457070801 absolute error 3.2862601528904634e-14 relative error 1.6924816169800128e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9149999999999 y2[1] (analytic) 1.9413444692690534 y2[1] (numeric) 1.941344469269009 absolute error 4.440892098500626e-14 relative error 2.2875343190241202e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9413444692690534 y1[1] (numeric) 1.94134446926902 absolute error 3.3306690738754696e-14 relative error 1.7156507392680902e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9159999999998998 y2[1] (analytic) 1.9410065514866024 y2[1] (numeric) 1.941006551486558 absolute error 4.440892098500626e-14 relative error 2.2879325652452745e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9410065514866024 y1[1] (numeric) 1.941006551486569 absolute error 3.3306690738754696e-14 relative error 1.7159494239339559e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9169999999998997 y2[1] (analytic) 1.9406676926976787 y2[1] (numeric) 1.940667692697634 absolute error 4.463096558993129e-14 relative error 2.299773720038117e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9406676926976787 y1[1] (numeric) 1.9406676926976452 absolute error 3.352873534367973e-14 relative error 1.7276907051032618e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9179999999998996 y2[1] (analytic) 1.9403278932411405 y2[1] (numeric) 1.9403278932410957 absolute error 4.4853010194856324e-14 relative error 2.3116201313755e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9403278932411405 y1[1] (numeric) 1.940327893241107 absolute error 3.352873534367973e-14 relative error 1.7279932665232698e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9189999999998995 y2[1] (analytic) 1.9399871534567876 y2[1] (numeric) 1.9399871534567426 absolute error 4.5075054799781356e-14 relative error 2.3234718188449788e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9399871534567876 y1[1] (numeric) 1.9399871534567539 absolute error 3.375077994860476e-14 relative error 1.7397424456376197e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9199999999998993 y2[1] (analytic) 1.9396454736853594 y2[1] (numeric) 1.9396454736853141 absolute error 4.529709940470639e-14 relative error 2.3353288020537655e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9396454736853594 y1[1] (numeric) 1.9396454736853257 absolute error 3.375077994860476e-14 relative error 1.740048911334178e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9209999999998992 y2[1] (analytic) 1.939302854268536 y2[1] (numeric) 1.9393028542684905 absolute error 4.551914400963142e-14 relative error 2.347191100628802e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.939302854268536 y1[1] (numeric) 1.939302854268502 absolute error 3.397282455352979e-14 relative error 1.7518060409571058e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9219999999998991 y2[1] (analytic) 1.9389592955489363 y2[1] (numeric) 1.9389592955488908 absolute error 4.551914400963142e-14 relative error 2.3476069927886005e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9389592955489363 y1[1] (numeric) 1.9389592955489023 absolute error 3.397282455352979e-14 relative error 1.7521164385202727e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.922999999999899 y2[1] (analytic) 1.9386147978701196 y2[1] (numeric) 1.9386147978700738 absolute error 4.574118861455645e-14 relative error 2.3594779460473792e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9386147978701196 y1[1] (numeric) 1.9386147978700854 absolute error 3.419486915845482e-14 relative error 1.7638815713169727e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.923999999999899 y2[1] (analytic) 1.938269361576583 y2[1] (numeric) 1.9382693615765372 absolute error 4.574118861455645e-14 relative error 2.359898449684552e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.938269361576583 y1[1] (numeric) 1.9382693615765487 absolute error 3.419486915845482e-14 relative error 1.7641959284049565e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9249999999998988 y2[1] (analytic) 1.937922987013763 y2[1] (numeric) 1.9379229870137171 absolute error 4.596323321948148e-14 relative error 2.3717781112813153e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.937922987013763 y1[1] (numeric) 1.9379229870137287 absolute error 3.441691376337985e-14 relative error 1.775969117143014e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9259999999998987 y2[1] (analytic) 1.9375756745280346 y2[1] (numeric) 1.9375756745279882 absolute error 4.6407322429331543e-14 relative error 2.395123093225027e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9375756745280346 y1[1] (numeric) 1.9375756745279997 absolute error 3.4861002973229915e-14 relative error 1.7992072996953552e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9269999999998986 y2[1] (analytic) 1.9372274244667094 y2[1] (numeric) 1.937227424466663 absolute error 4.6407322429331543e-14 relative error 2.3955536579349638e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9372274244667094 y1[1] (numeric) 1.9372274244666745 absolute error 3.4861002973229915e-14 relative error 1.7995307382573652e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9279999999998985 y2[1] (analytic) 1.936878237178038 y2[1] (numeric) 1.9368782371779913 absolute error 4.6629367034256575e-14 relative error 2.4074495824886692e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.936878237178038 y1[1] (numeric) 1.936878237178003 absolute error 3.5083047578154947e-14 relative error 1.8113192096819513e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9289999999998984 y2[1] (analytic) 1.9365281130112073 y2[1] (numeric) 1.9365281130111607 absolute error 4.6629367034256575e-14 relative error 2.4078848492289724e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9365281130112073 y1[1] (numeric) 1.9365281130111722 absolute error 3.5083047578154947e-14 relative error 1.8116466960865602e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9299999999998982 y2[1] (analytic) 1.9361770523163417 y2[1] (numeric) 1.9361770523162949 absolute error 4.6851411639181606e-14 relative error 2.4197896356188608e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9361770523163417 y1[1] (numeric) 1.9361770523163067 absolute error 3.5083047578154947e-14 relative error 1.8119751773828436e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9309999999998981 y2[1] (analytic) 1.935825055444502 y2[1] (numeric) 1.935825055444455 absolute error 4.707345624410664e-14 relative error 2.4316999158427404e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.935825055444502 y1[1] (numeric) 1.9358250554444667 absolute error 3.530509218307998e-14 relative error 1.8237749368820553e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.931999999999898 y2[1] (analytic) 1.9354721227476848 y2[1] (numeric) 1.9354721227476375 absolute error 4.729550084903167e-14 relative error 2.4436157097364344e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9354721227476848 y1[1] (numeric) 1.9354721227476492 absolute error 3.552713678800501e-14 relative error 1.8355798758583542e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.932999999999898 y2[1] (analytic) 1.9351182545788226 y2[1] (numeric) 1.9351182545787753 absolute error 4.729550084903167e-14 relative error 2.444062565020116e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9351182545788226 y1[1] (numeric) 1.935118254578787 absolute error 3.552713678800501e-14 relative error 1.835915541799148e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9339999999998978 y2[1] (analytic) 1.9347634512917837 y2[1] (numeric) 1.9347634512917364 absolute error 4.729550084903167e-14 relative error 2.4445107652542163e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9347634512917837 y1[1] (numeric) 1.9347634512917482 absolute error 3.552713678800501e-14 relative error 1.836252218031336e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9349999999998977 y2[1] (analytic) 1.9344077132413717 y2[1] (numeric) 1.9344077132413242 absolute error 4.75175454539567e-14 relative error 2.4564389982882348e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9344077132413717 y1[1] (numeric) 1.934407713241336 absolute error 3.574918139293004e-14 relative error 1.8480685921701206e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9359999999998976 y2[1] (analytic) 1.9340510407833242 y2[1] (numeric) 1.9340510407832765 absolute error 4.773959005888173e-14 relative error 2.4683728118957174e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9340510407833242 y1[1] (numeric) 1.9340510407832883 absolute error 3.597122599785507e-14 relative error 1.8598902117539826e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9369999999998975 y2[1] (analytic) 1.9336934342743137 y2[1] (numeric) 1.933693434274266 absolute error 4.773959005888173e-14 relative error 2.468829299035071e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9336934342743137 y1[1] (numeric) 1.9336934342742778 absolute error 3.597122599785507e-14 relative error 1.8602341695054952e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9379999999998974 y2[1] (analytic) 1.9333348940719468 y2[1] (numeric) 1.9333348940718988 absolute error 4.796163466380676e-14 relative error 2.480772204074331e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9333348940719468 y1[1] (numeric) 1.9333348940719106 absolute error 3.6193270602780103e-14 relative error 1.872064209556092e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9389999999998973 y2[1] (analytic) 1.9329754205347636 y2[1] (numeric) 1.9329754205347154 absolute error 4.8183679268731794e-14 relative error 2.4927207432053962e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9329754205347636 y1[1] (numeric) 1.9329754205347274 absolute error 3.6193270602780103e-14 relative error 1.872412355495298e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9399999999998971 y2[1] (analytic) 1.9326150140222376 y2[1] (numeric) 1.9326150140221892 absolute error 4.8405723873656825e-14 relative error 2.5046749364175147e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9326150140222376 y1[1] (numeric) 1.9326150140222011 absolute error 3.6415315207705135e-14 relative error 1.8842508695984975e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.940999999999897 y2[1] (analytic) 1.9322536748947754 y2[1] (numeric) 1.9322536748947268 absolute error 4.8627768478581856e-14 relative error 2.5166348037210993e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9322536748947754 y1[1] (numeric) 1.9322536748947388 absolute error 3.6637359812630166e-14 relative error 1.896094715132335e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.941999999999897 y2[1] (analytic) 1.9318914035137158 y2[1] (numeric) 1.9318914035136672 absolute error 4.8627768478581856e-14 relative error 2.5171067271244067e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9318914035137158 y1[1] (numeric) 1.9318914035136792 absolute error 3.6637359812630166e-14 relative error 1.896450273860854e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9429999999998968 y2[1] (analytic) 1.9315282002413303 y2[1] (numeric) 1.9315282002412817 absolute error 4.8627768478581856e-14 relative error 2.5175800421917825e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9315282002413303 y1[1] (numeric) 1.9315282002412937 absolute error 3.6637359812630166e-14 relative error 1.8968068811033975e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9439999999998967 y2[1] (analytic) 1.9311640654408224 y2[1] (numeric) 1.9311640654407736 absolute error 4.884981308350689e-14 relative error 2.5295527168146664e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9311640654408224 y1[1] (numeric) 1.9311640654407856 absolute error 3.68594044175552e-14 relative error 1.908662504505612e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9449999999998966 y2[1] (analytic) 1.9307989994763266 y2[1] (numeric) 1.9307989994762775 absolute error 4.907185768843192e-14 relative error 2.5415311330563795e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9307989994763266 y1[1] (numeric) 1.9307989994762895 absolute error 3.708144902248023e-14 relative error 1.9205235258842322e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9459999999998965 y2[1] (analytic) 1.9304330027129089 y2[1] (numeric) 1.9304330027128596 absolute error 4.929390229335695e-14 relative error 2.5535153110251644e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9304330027129089 y1[1] (numeric) 1.9304330027128715 absolute error 3.730349362740526e-14 relative error 1.9323899651001243e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9469999999998964 y2[1] (analytic) 1.930066075516566 y2[1] (numeric) 1.9300660755165164 absolute error 4.951594689828198e-14 relative error 2.5655052708508674e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.930066075516566 y1[1] (numeric) 1.9300660755165284 absolute error 3.752553823233029e-14 relative error 1.9442618420349623e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9479999999998963 y2[1] (analytic) 1.929698218254225 y2[1] (numeric) 1.9296982182541753 absolute error 4.973799150320701e-14 relative error 2.5775010326850165e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.929698218254225 y1[1] (numeric) 1.9296982182541873 absolute error 3.774758283725532e-14 relative error 1.956139176591307e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9489999999998961 y2[1] (analytic) 1.9293294312937435 y2[1] (numeric) 1.9293294312936935 absolute error 4.9960036108132044e-14 relative error 2.5895026167008983e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9293294312937435 y1[1] (numeric) 1.9293294312937055 absolute error 3.7969627442180354e-14 relative error 1.9680219886926824e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.949999999999896 y2[1] (analytic) 1.9289597150039077 y2[1] (numeric) 1.9289597150038578 absolute error 4.9960036108132044e-14 relative error 2.589998936708268e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9289597150039077 y1[1] (numeric) 1.9289597150038698 absolute error 3.7969627442180354e-14 relative error 1.9683991918982836e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.950999999999896 y2[1] (analytic) 1.9285890697544348 y2[1] (numeric) 1.9285890697543844 absolute error 5.040412531798211e-14 relative error 2.613523332080276e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9285890697544348 y1[1] (numeric) 1.9285890697543964 absolute error 3.8413716652030416e-14 relative error 1.991804125329902e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9519999999998958 y2[1] (analytic) 1.9282174959159692 y2[1] (numeric) 1.9282174959159186 absolute error 5.062616992290714e-14 relative error 2.6255425038998504e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9282174959159692 y1[1] (numeric) 1.9282174959159306 absolute error 3.863576125695545e-14 relative error 2.003703489818307e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9529999999998957 y2[1] (analytic) 1.927844993860085 y2[1] (numeric) 1.9278449938600344 absolute error 5.062616992290714e-14 relative error 2.6260498164605747e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.927844993860085 y1[1] (numeric) 1.9278449938600464 absolute error 3.863576125695545e-14 relative error 2.0040906494041228e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9539999999998956 y2[1] (analytic) 1.9274715639592843 y2[1] (numeric) 1.9274715639592337 absolute error 5.062616992290714e-14 relative error 2.6265585894774092e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9274715639592843 y1[1] (numeric) 1.9274715639592457 absolute error 3.863576125695545e-14 relative error 2.004478923548549e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9549999999998955 y2[1] (analytic) 1.9270972065869971 y2[1] (numeric) 1.9270972065869463 absolute error 5.084821452783217e-14 relative error 2.638591055709502e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9270972065869971 y1[1] (numeric) 1.9270972065869583 absolute error 3.885780586188048e-14 relative error 2.0163905447561697e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9559999999998954 y2[1] (analytic) 1.9267219221175806 y2[1] (numeric) 1.9267219221175296 absolute error 5.10702591327572e-14 relative error 2.650629473122306e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9267219221175806 y1[1] (numeric) 1.9267219221175416 absolute error 3.907985046680551e-14 relative error 2.028307770737069e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9569999999998953 y2[1] (analytic) 1.9263457109263191 y2[1] (numeric) 1.9263457109262678 absolute error 5.129230373768223e-14 relative error 2.662673862056535e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9263457109263191 y1[1] (numeric) 1.9263457109262798 absolute error 3.930189507173054e-14 relative error 2.0402306215757865e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9579999999998952 y2[1] (analytic) 1.9259685733894236 y2[1] (numeric) 1.9259685733893723 absolute error 5.129230373768223e-14 relative error 2.6631952590698435e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9259685733894236 y1[1] (numeric) 1.9259685733893845 absolute error 3.907985046680551e-14 relative error 2.0291011497675e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.958999999999895 y2[1] (analytic) 1.9255905098840325 y2[1] (numeric) 1.9255905098839807 absolute error 5.1736392947532295e-14 relative error 2.6867806359643977e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9255905098840325 y1[1] (numeric) 1.925590509883993 absolute error 3.952393967665557e-14 relative error 2.052562030908424e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.959999999999895 y2[1] (analytic) 1.9252115207882081 y2[1] (numeric) 1.9252115207881564 absolute error 5.1736392947532295e-14 relative error 2.6873095443741527e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9252115207882081 y1[1] (numeric) 1.9252115207881686 absolute error 3.952393967665557e-14 relative error 2.052966089693559e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9609999999998948 y2[1] (analytic) 1.9248316064809403 y2[1] (numeric) 1.9248316064808884 absolute error 5.1958437552457326e-14 relative error 2.699375746819223e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9248316064809403 y1[1] (numeric) 1.9248316064809006 absolute error 3.9745984281580604e-14 relative error 2.0649070883788074e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9619999999998947 y2[1] (analytic) 1.924450767342143 y2[1] (numeric) 1.924450767342091 absolute error 5.1958437552457326e-14 relative error 2.699909939718389e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.924450767342143 y1[1] (numeric) 1.9244507673421032 absolute error 3.9745984281580604e-14 relative error 2.0653157231179128e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9629999999998946 y2[1] (analytic) 1.9240690037526553 y2[1] (numeric) 1.9240690037526031 absolute error 5.218048215738236e-14 relative error 2.71198600755019e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9240690037526553 y1[1] (numeric) 1.9240690037526154 absolute error 3.9968028886505635e-14 relative error 2.07726587812355e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9639999999998945 y2[1] (analytic) 1.923686316094241 y2[1] (numeric) 1.9236863160941886 absolute error 5.240252676230739e-14 relative error 2.7240681770145833e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.923686316094241 y1[1] (numeric) 1.9236863160942008 absolute error 4.0190073491430667e-14 relative error 2.0892217798289815e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9649999999998944 y2[1] (analytic) 1.9233027047495874 y2[1] (numeric) 1.923302704749535 absolute error 5.240252676230739e-14 relative error 2.7246115046216896e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9233027047495874 y1[1] (numeric) 1.9233027047495472 absolute error 4.0190073491430667e-14 relative error 2.0896384844768046e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9659999999998943 y2[1] (analytic) 1.9229181701023061 y2[1] (numeric) 1.9229181701022535 absolute error 5.262457136723242e-14 relative error 2.7367036302138954e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9229181701023061 y1[1] (numeric) 1.9229181701022657 absolute error 4.04121180963557e-14 relative error 2.1016036316410506e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9669999999998942 y2[1] (analytic) 1.9225327125369316 y2[1] (numeric) 1.922532712536879 absolute error 5.262457136723242e-14 relative error 2.7372523247102622e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9225327125369316 y1[1] (numeric) 1.9225327125368912 absolute error 4.04121180963557e-14 relative error 2.102024991971594e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.967999999999894 y2[1] (analytic) 1.9221463324389214 y2[1] (numeric) 1.9221463324388686 absolute error 5.284661597215745e-14 relative error 2.7493544627844673e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9221463324389214 y1[1] (numeric) 1.922146332438881 absolute error 4.04121180963557e-14 relative error 2.1024475303645926e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.968999999999894 y2[1] (analytic) 1.9217590301946559 y2[1] (numeric) 1.9217590301946026 absolute error 5.3290705182007514e-14 relative error 2.7730170299556065e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9217590301946559 y1[1] (numeric) 1.921759030194615 absolute error 4.085620730620576e-14 relative error 2.125979722965965e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9699999999998938 y2[1] (analytic) 1.9213708061914367 y2[1] (numeric) 1.9213708061913832 absolute error 5.3512749786932545e-14 relative error 2.7851339061930545e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9213708061914367 y1[1] (numeric) 1.9213708061913957 absolute error 4.107825191113079e-14 relative error 2.1379658616004775e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9709999999998937 y2[1] (analytic) 1.9209816608174881 y2[1] (numeric) 1.9209816608174346 absolute error 5.3512749786932545e-14 relative error 2.785698108339035e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9209816608174881 y1[1] (numeric) 1.920981660817447 absolute error 4.107825191113079e-14 relative error 2.138398962832869e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9719999999998936 y2[1] (analytic) 1.9205915944619556 y2[1] (numeric) 1.9205915944619019 absolute error 5.3734794391857577e-14 relative error 2.7978251361092267e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9205915944619556 y1[1] (numeric) 1.9205915944619143 absolute error 4.1300296516055823e-14 relative error 2.15039452610048e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9729999999998935 y2[1] (analytic) 1.9202006075149052 y2[1] (numeric) 1.9202006075148514 absolute error 5.3734794391857577e-14 relative error 2.798394822997184e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9202006075149052 y1[1] (numeric) 1.9202006075148639 absolute error 4.1300296516055823e-14 relative error 2.15083238461767e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9739999999998934 y2[1] (analytic) 1.9198087003673239 y2[1] (numeric) 1.9198087003672701 absolute error 5.3734794391857577e-14 relative error 2.798966083525734e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9198087003673239 y1[1] (numeric) 1.9198087003672826 absolute error 4.1300296516055823e-14 relative error 2.151271452627217e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9749999999998933 y2[1] (analytic) 1.919415873411119 y2[1] (numeric) 1.9194158734110651 absolute error 5.395683899678261e-14 relative error 2.8111072615489206e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.919415873411119 y1[1] (numeric) 1.9194158734110776 absolute error 4.1522341120980855e-14 relative error 2.163280073702256e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9759999999998932 y2[1] (analytic) 1.9190221270391175 y2[1] (numeric) 1.9190221270390633 absolute error 5.417888360170764e-14 relative error 2.823254762846372e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9190221270391175 y1[1] (numeric) 1.9190221270390757 absolute error 4.1744385725905886e-14 relative error 2.1752946533406472e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.976999999999893 y2[1] (analytic) 1.9186274616450651 y2[1] (numeric) 1.918627461645011 absolute error 5.417888360170764e-14 relative error 2.8238355118326987e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9186274616450651 y1[1] (numeric) 1.9186274616450234 absolute error 4.1744385725905886e-14 relative error 2.1757421156743744e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.977999999999893 y2[1] (analytic) 1.918231877623628 y2[1] (numeric) 1.9182318776235736 absolute error 5.440092820663267e-14 relative error 2.835993335384793e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.918231877623628 y1[1] (numeric) 1.918231877623586 absolute error 4.196643033083092e-14 relative error 2.1877662872968403e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9789999999998928 y2[1] (analytic) 1.9178353753703896 y2[1] (numeric) 1.9178353753703352 absolute error 5.440092820663267e-14 relative error 2.836579661907961e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9178353753703896 y1[1] (numeric) 1.9178353753703477 absolute error 4.196643033083092e-14 relative error 2.1882185963289984e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9799999999998927 y2[1] (analytic) 1.9174379552818526 y2[1] (numeric) 1.9174379552817977 absolute error 5.484501741648273e-14 relative error 2.8603281407570147e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9174379552818526 y1[1] (numeric) 1.9174379552818104 absolute error 4.218847493575595e-14 relative error 2.2002524159669343e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9809999999998926 y2[1] (analytic) 1.9170396177554365 y2[1] (numeric) 1.9170396177553815 absolute error 5.5067062021407764e-14 relative error 2.872505164284657e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9170396177554365 y1[1] (numeric) 1.917039617755394 absolute error 4.241051954068098e-14 relative error 2.212292283783748e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9819999999998925 y2[1] (analytic) 1.916640363189479 y2[1] (numeric) 1.916640363189424 absolute error 5.5067062021407764e-14 relative error 2.873103534654291e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.916640363189479 y1[1] (numeric) 1.9166403631894366 absolute error 4.241051954068098e-14 relative error 2.212753125479716e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9829999999998924 y2[1] (analytic) 1.9162401919832348 y2[1] (numeric) 1.9162401919831797 absolute error 5.5067062021407764e-14 relative error 2.8737035290140468e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9162401919832348 y1[1] (numeric) 1.9162401919831924 absolute error 4.241051954068098e-14 relative error 2.213215217910012e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9839999999998923 y2[1] (analytic) 1.9158391045368752 y2[1] (numeric) 1.9158391045368197 absolute error 5.551115123125783e-14 relative error 2.8974850288733822e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9158391045368752 y1[1] (numeric) 1.9158391045368324 absolute error 4.285460875053104e-14 relative error 2.236858442290251e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9849999999998922 y2[1] (analytic) 1.915437101251487 y2[1] (numeric) 1.9154371012514315 absolute error 5.551115123125783e-14 relative error 2.898093139941195e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.915437101251487 y1[1] (numeric) 1.9154371012514442 absolute error 4.285460875053104e-14 relative error 2.2373279040346026e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.985999999999892 y2[1] (analytic) 1.915034182529074 y2[1] (numeric) 1.9150341825290182 absolute error 5.573319583618286e-14 relative error 2.910297703541734e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.915034182529074 y1[1] (numeric) 1.9150341825290311 absolute error 4.285460875053104e-14 relative error 2.2377986326038033e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.986999999999892 y2[1] (analytic) 1.9146303487725547 y2[1] (numeric) 1.9146303487724987 absolute error 5.595524044110789e-14 relative error 2.9225088005619512e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9146303487725547 y1[1] (numeric) 1.9146303487725118 absolute error 4.285460875053104e-14 relative error 2.2382706290018116e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9879999999998919 y2[1] (analytic) 1.914225600385763 y2[1] (numeric) 1.9142256003857068 absolute error 5.617728504603292e-14 relative error 2.934726452029052e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.914225600385763 y1[1] (numeric) 1.9142256003857199 absolute error 4.3076653355456074e-14 relative error 2.2503436035321585e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9889999999998917 y2[1] (analytic) 1.913819937773447 y2[1] (numeric) 1.9138199377733907 absolute error 5.639932965095795e-14 relative error 2.9469506789950873e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.913819937773447 y1[1] (numeric) 1.9138199377734038 absolute error 4.3298697960381105e-14 relative error 2.262422765370244e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9899999999998916 y2[1] (analytic) 1.9134133613412692 y2[1] (numeric) 1.9134133613412128 absolute error 5.639932965095795e-14 relative error 2.947576869193754e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9134133613412692 y1[1] (numeric) 1.9134133613412259 absolute error 4.3298697960381105e-14 relative error 2.2629035019400867e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9909999999998915 y2[1] (analytic) 1.9130058714958065 y2[1] (numeric) 1.9130058714957496 absolute error 5.684341886080802e-14 relative error 2.9714189437568916e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9130058714958065 y1[1] (numeric) 1.913005871495763 absolute error 4.3520742565306136e-14 relative error 2.27499262881387e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9919999999998914 y2[1] (analytic) 1.9125974686445482 y2[1] (numeric) 1.912597468644491 absolute error 5.706546346573305e-14 relative error 2.9836630237817455e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9125974686445482 y1[1] (numeric) 1.9125974686445046 absolute error 4.3520742565306136e-14 relative error 2.2754784150242105e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9929999999998913 y2[1] (analytic) 1.9121881531958973 y2[1] (numeric) 1.91218815319584 absolute error 5.728750807065808e-14 relative error 2.995913763763872e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9121881531958973 y1[1] (numeric) 1.9121881531958536 absolute error 4.374278717023117e-14 relative error 2.2875775638041965e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9939999999998912 y2[1] (analytic) 1.9117779255591691 y2[1] (numeric) 1.9117779255591119 absolute error 5.728750807065808e-14 relative error 2.9965566243214287e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9117779255591691 y1[1] (numeric) 1.9117779255591254 absolute error 4.374278717023117e-14 relative error 2.2880684301989205e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.994999999999891 y2[1] (analytic) 1.9113667861445915 y2[1] (numeric) 1.911366786144534 absolute error 5.750955267558311e-14 relative error 3.008818249457256e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9113667861445915 y1[1] (numeric) 1.9113667861445476 absolute error 4.39648317751562e-14 relative error 2.3001776578862417e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.995999999999891 y2[1] (analytic) 1.9109547353633038 y2[1] (numeric) 1.9109547353632461 absolute error 5.773159728050814e-14 relative error 3.0210865915425472e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9109547353633038 y1[1] (numeric) 1.9109547353632597 absolute error 4.418687638008123e-14 relative error 2.312293198911411e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9969999999998909 y2[1] (analytic) 1.9105417736273564 y2[1] (numeric) 1.9105417736272987 absolute error 5.773159728050814e-14 relative error 3.0217395964548252e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9105417736273564 y1[1] (numeric) 1.9105417736273123 absolute error 4.418687638008123e-14 relative error 2.3127929988250392e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9979999999998908 y2[1] (analytic) 1.9101279013497114 y2[1] (numeric) 1.9101279013496535 absolute error 5.795364188543317e-14 relative error 3.034018918025472e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9101279013497114 y1[1] (numeric) 1.910127901349667 absolute error 4.440892098500626e-14 relative error 2.3249187111306298e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9989999999998906 y2[1] (analytic) 1.909713118944241 y2[1] (numeric) 1.9097131189441827 absolute error 5.81756864903582e-14 relative error 3.0463050137352486e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.909713118944241 y1[1] (numeric) 1.9097131189441963 absolute error 4.463096558993129e-14 relative error 2.3370507929800955e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 1.9999999999998905 y2[1] (analytic) 1.9092974268257272 y2[1] (numeric) 1.9092974268256688 absolute error 5.839773109528323e-14 relative error 3.058597904904291e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9092974268257272 y1[1] (numeric) 1.9092974268256824 absolute error 4.4853010194856324e-14 relative error 2.349189265363752e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0009999999998906 y2[1] (analytic) 1.9088808254098626 y2[1] (numeric) 1.908880825409804 absolute error 5.861977570020827e-14 relative error 3.070897612878573e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9088808254098626 y1[1] (numeric) 1.9088808254098175 absolute error 4.5075054799781356e-14 relative error 2.3613341492967813e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0019999999998905 y2[1] (analytic) 1.9084633151132482 y2[1] (numeric) 1.9084633151131893 absolute error 5.88418203051333e-14 relative error 3.0832041590299903e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9084633151132482 y1[1] (numeric) 1.9084633151132029 absolute error 4.529709940470639e-14 relative error 2.3734854658193135e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0029999999998904 y2[1] (analytic) 1.9080448963533942 y2[1] (numeric) 1.9080448963533354 absolute error 5.88418203051333e-14 relative error 3.0838802806784185e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9080448963533942 y1[1] (numeric) 1.908044896353349 absolute error 4.529709940470639e-14 relative error 2.3740059519184806e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0039999999998903 y2[1] (analytic) 1.9076255695487196 y2[1] (numeric) 1.9076255695486608 absolute error 5.88418203051333e-14 relative error 3.0845581672011926e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9076255695487196 y1[1] (numeric) 1.9076255695486743 absolute error 4.529709940470639e-14 relative error 2.3745277966378993e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.00499999999989 y2[1] (analytic) 1.9072053351185514 y2[1] (numeric) 1.9072053351184923 absolute error 5.906386491005833e-14 relative error 3.09688022692045e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9072053351185514 y1[1] (numeric) 1.9072053351185059 absolute error 4.551914400963142e-14 relative error 2.3866934079650087e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.00599999999989 y2[1] (analytic) 1.9067841934831233 y2[1] (numeric) 1.9067841934830643 absolute error 5.906386491005833e-14 relative error 3.0975642189568575e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9067841934831233 y1[1] (numeric) 1.9067841934830778 absolute error 4.551914400963142e-14 relative error 2.387220544684796e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.00699999999989 y2[1] (analytic) 1.9063621450635777 y2[1] (numeric) 1.9063621450635182 absolute error 5.950795411990839e-14 relative error 3.121545099602457e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9063621450635777 y1[1] (numeric) 1.9063621450635317 absolute error 4.596323321948148e-14 relative error 2.411044162752644e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.00799999999989 y2[1] (analytic) 1.9059391902819622 y2[1] (numeric) 1.9059391902819027 absolute error 5.950795411990839e-14 relative error 3.1222378144763823e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9059391902819622 y1[1] (numeric) 1.9059391902819163 absolute error 4.596323321948148e-14 relative error 2.4115792074500414e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0089999999998898 y2[1] (analytic) 1.9055153295612322 y2[1] (numeric) 1.9055153295611724 absolute error 5.972999872483342e-14 relative error 3.1345850541431735e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9055153295612322 y1[1] (numeric) 1.905515329561186 absolute error 4.618527782440651e-14 relative error 2.4237683690029e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0099999999998897 y2[1] (analytic) 1.9050905633252477 y2[1] (numeric) 1.905090563325188 absolute error 5.972999872483342e-14 relative error 3.1352839531459054e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9050905633252477 y1[1] (numeric) 1.9050905633252015 absolute error 4.618527782440651e-14 relative error 2.4243087816146777e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0109999999998895 y2[1] (analytic) 1.9046648919987756 y2[1] (numeric) 1.9046648919987157 absolute error 5.995204332975845e-14 relative error 3.147642589602423e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9046648919987756 y1[1] (numeric) 1.9046648919987292 absolute error 4.6407322429331543e-14 relative error 2.4365085230626162e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0119999999998894 y2[1] (analytic) 1.904238316007487 y2[1] (numeric) 1.9042383160074268 absolute error 6.017408793468348e-14 relative error 3.1600082525829658e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.904238316007487 y1[1] (numeric) 1.9042383160074403 absolute error 4.6629367034256575e-14 relative error 2.4487148820753612e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0129999999998893 y2[1] (analytic) 1.9038108357779575 y2[1] (numeric) 1.9038108357778971 absolute error 6.039613253960852e-14 relative error 3.172380963727877e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9038108357779575 y1[1] (numeric) 1.9038108357779107 absolute error 4.6851411639181606e-14 relative error 2.460927879950669e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.013999999999889 y2[1] (analytic) 1.9033824517376676 y2[1] (numeric) 1.903382451737607 absolute error 6.061817714453355e-14 relative error 3.1847607447044074e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9033824517376676 y1[1] (numeric) 1.9033824517376206 absolute error 4.707345624410664e-14 relative error 2.473147538012214e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.014999999999889 y2[1] (analytic) 1.9029531643150013 y2[1] (numeric) 1.9029531643149404 absolute error 6.084022174945858e-14 relative error 3.197147617206806e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9029531643150013 y1[1] (numeric) 1.902953164314954 absolute error 4.729550084903167e-14 relative error 2.48537387760967e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.015999999999889 y2[1] (analytic) 1.902522973939246 y2[1] (numeric) 1.902522973939185 absolute error 6.106226635438361e-14 relative error 3.2095416029564087e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.902522973939246 y1[1] (numeric) 1.9025229739391984 absolute error 4.75175454539567e-14 relative error 2.4976069201188053e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.016999999999889 y2[1] (analytic) 1.9020918810405918 y2[1] (numeric) 1.9020918810405305 absolute error 6.128431095930864e-14 relative error 3.221942723701726e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9020918810405918 y1[1] (numeric) 1.9020918810405443 absolute error 4.75175454539567e-14 relative error 2.4981729814209036e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0179999999998888 y2[1] (analytic) 1.901659886050132 y2[1] (numeric) 1.9016598860500704 absolute error 6.150635556423367e-14 relative error 3.234351001218534e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.901659886050132 y1[1] (numeric) 1.9016598860500842 absolute error 4.773959005888173e-14 relative error 2.510416842101028e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0189999999998887 y2[1] (analytic) 1.901226989399861 y2[1] (numeric) 1.9012269893997993 absolute error 6.17284001691587e-14 relative error 3.2467664573099614e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.901226989399861 y1[1] (numeric) 1.901226989399813 absolute error 4.796163466380676e-14 relative error 2.5226674632336393e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0199999999998886 y2[1] (analytic) 1.9007931915226757 y2[1] (numeric) 1.900793191522614 absolute error 6.17284001691587e-14 relative error 3.2475074323950887e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.9007931915226757 y1[1] (numeric) 1.9007931915226277 absolute error 4.796163466380676e-14 relative error 2.523243184882515e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0209999999998884 y2[1] (analytic) 1.900358492852374 y2[1] (numeric) 1.900358492852312 absolute error 6.195044477408373e-14 relative error 3.25993463902162e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.900358492852374 y1[1] (numeric) 1.9003584928523258 absolute error 4.8183679268731794e-14 relative error 2.5355047192390378e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0219999999998883 y2[1] (analytic) 1.8999228938236545 y2[1] (numeric) 1.8999228938235924 absolute error 6.217248937900877e-14 relative error 3.2723690830360318e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8999228938236545 y1[1] (numeric) 1.8999228938236061 absolute error 4.8405723873656825e-14 relative error 2.5477730717923393e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.022999999999888 y2[1] (analytic) 1.8994863948721163 y2[1] (numeric) 1.899486394872054 absolute error 6.23945339839338e-14 relative error 3.2848107863459866e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8994863948721163 y1[1] (numeric) 1.8994863948720677 absolute error 4.8627768478581856e-14 relative error 2.560048264091712e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.023999999999888 y2[1] (analytic) 1.899048996434258 y2[1] (numeric) 1.8990489964341954 absolute error 6.261657858885883e-14 relative error 3.2972597708869336e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.899048996434258 y1[1] (numeric) 1.8990489964342094 absolute error 4.8627768478581856e-14 relative error 2.5606379071781505e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.024999999999888 y2[1] (analytic) 1.8986106989474782 y2[1] (numeric) 1.8986106989474156 absolute error 6.261657858885883e-14 relative error 3.2980209488744175e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8986106989474782 y1[1] (numeric) 1.8986106989474296 absolute error 4.8627768478581856e-14 relative error 2.561229034764175e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.025999999999888 y2[1] (analytic) 1.8981715028500745 y2[1] (numeric) 1.8981715028500117 absolute error 6.283862319378386e-14 relative error 3.310481855798207e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8981715028500745 y1[1] (numeric) 1.8981715028500257 absolute error 4.884981308350689e-14 relative error 2.5735194638713974e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.026999999999888 y2[1] (analytic) 1.8977314085812427 y2[1] (numeric) 1.8977314085811796 absolute error 6.306066779870889e-14 relative error 3.3229501031367494e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8977314085812427 y1[1] (numeric) 1.8977314085811938 absolute error 4.884981308350689e-14 relative error 2.5741162770777636e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0279999999998877 y2[1] (analytic) 1.897290416581077 y2[1] (numeric) 1.8972904165810138 absolute error 6.328271240363392e-14 relative error 3.335425712931685e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.897290416581077 y1[1] (numeric) 1.897290416581028 absolute error 4.907185768843192e-14 relative error 2.5864178335364992e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0289999999998876 y2[1] (analytic) 1.8968485272905697 y2[1] (numeric) 1.8968485272905062 absolute error 6.350475700855895e-14 relative error 3.3479087072528772e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8968485272905697 y1[1] (numeric) 1.8968485272905204 absolute error 4.929390229335695e-14 relative error 2.5987263391962894e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0299999999998875 y2[1] (analytic) 1.8964057411516098 y2[1] (numeric) 1.896405741151546 absolute error 6.372680161348399e-14 relative error 3.3603991081985073e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8964057411516098 y1[1] (numeric) 1.8964057411515605 absolute error 4.929390229335695e-14 relative error 2.5993331080838626e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0309999999998873 y2[1] (analytic) 1.8959620586069834 y2[1] (numeric) 1.8959620586069195 absolute error 6.394884621840902e-14 relative error 3.372896937895162e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8959620586069834 y1[1] (numeric) 1.895962058606934 absolute error 4.951594689828198e-14 relative error 2.6116528373285455e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0319999999998872 y2[1] (analytic) 1.8955174801003731 y2[1] (numeric) 1.895517480100309 absolute error 6.417089082333405e-14 relative error 3.3854022184979276e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8955174801003731 y1[1] (numeric) 1.8955174801003234 absolute error 4.973799150320701e-14 relative error 2.623979574199086e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.032999999999887 y2[1] (analytic) 1.8950720060763573 y2[1] (numeric) 1.895072006076293 absolute error 6.439293542825908e-14 relative error 3.3979149721904827e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8950720060763573 y1[1] (numeric) 1.8950720060763075 absolute error 4.973799150320701e-14 relative error 2.6245963923126486e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.033999999999887 y2[1] (analytic) 1.89462563698041 y2[1] (numeric) 1.8946256369803454 absolute error 6.461498003318411e-14 relative error 3.4104352211851874e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.89462563698041 y1[1] (numeric) 1.89462563698036 absolute error 4.9960036108132044e-14 relative error 2.6369344493699904e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.034999999999887 y2[1] (analytic) 1.8941783732589004 y2[1] (numeric) 1.8941783732588355 absolute error 6.483702463810914e-14 relative error 3.422962987723178e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8941783732589004 y1[1] (numeric) 1.8941783732588502 absolute error 5.0182080713057076e-14 relative error 2.6492795726898566e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.035999999999887 y2[1] (analytic) 1.8937302153590918 y2[1] (numeric) 1.893730215359027 absolute error 6.483702463810914e-14 relative error 3.423773043924034e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8937302153590918 y1[1] (numeric) 1.8937302153590416 absolute error 5.0182080713057076e-14 relative error 2.649906533995999e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0369999999998867 y2[1] (analytic) 1.8932811637291425 y2[1] (numeric) 1.8932811637290774 absolute error 6.505906924303417e-14 relative error 3.4363131313728996e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8932811637291425 y1[1] (numeric) 1.893281163729092 absolute error 5.040412531798211e-14 relative error 2.6622630744766154e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0379999999998866 y2[1] (analytic) 1.8928312188181038 y2[1] (numeric) 1.8928312188180385 absolute error 6.52811138479592e-14 relative error 3.4488607964064095e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8928312188181038 y1[1] (numeric) 1.8928312188180532 absolute error 5.062616992290714e-14 relative error 2.6746267400702768e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0389999999998865 y2[1] (analytic) 1.8923803810759208 y2[1] (numeric) 1.8923803810758553 absolute error 6.550315845288424e-14 relative error 3.4614160613756808e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8923803810759208 y1[1] (numeric) 1.89238038107587 absolute error 5.084821452783217e-14 relative error 2.6869975527289185e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0399999999998863 y2[1] (analytic) 1.891928650953431 y2[1] (numeric) 1.8919286509533653 absolute error 6.572520305780927e-14 relative error 3.473978948661054e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.891928650953431 y1[1] (numeric) 1.89192865095338 absolute error 5.10702591327572e-14 relative error 2.699375534432576e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0409999999998862 y2[1] (analytic) 1.8914760289023647 y2[1] (numeric) 1.8914760289022987 absolute error 6.59472476627343e-14 relative error 3.4865494806721867e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8914760289023647 y1[1] (numeric) 1.8914760289023134 absolute error 5.129230373768223e-14 relative error 2.711760707189479e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.041999999999886 y2[1] (analytic) 1.8910225153753437 y2[1] (numeric) 1.8910225153752775 absolute error 6.616929226765933e-14 relative error 3.499127679848147e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8910225153753437 y1[1] (numeric) 1.8910225153752922 absolute error 5.1514348342607263e-14 relative error 2.724153093036141e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.042999999999886 y2[1] (analytic) 1.8905681108258814 y2[1] (numeric) 1.8905681108258152 absolute error 6.616929226765933e-14 relative error 3.4999687072238694e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8905681108258814 y1[1] (numeric) 1.8905681108258299 absolute error 5.1514348342607263e-14 relative error 2.724807852603818e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.043999999999886 y2[1] (analytic) 1.8901128157083829 y2[1] (numeric) 1.8901128157083162 absolute error 6.661338147750939e-14 relative error 3.524307169598435e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8901128157083829 y1[1] (numeric) 1.890112815708331 absolute error 5.1958437552457326e-14 relative error 2.7489595922867793e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.044999999999886 y2[1] (analytic) 1.8896566304781426 y2[1] (numeric) 1.8896566304780757 absolute error 6.683542608243442e-14 relative error 3.5369085051987967e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8896566304781426 y1[1] (numeric) 1.8896566304780904 absolute error 5.218048215738236e-14 relative error 2.761373749906037e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0459999999998857 y2[1] (analytic) 1.889199555591346 y2[1] (numeric) 1.889199555591279 absolute error 6.683542608243442e-14 relative error 3.5377642284863866e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.889199555591346 y1[1] (numeric) 1.8891995555912937 absolute error 5.218048215738236e-14 relative error 2.76204183951595e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0469999999998856 y2[1] (analytic) 1.8887415915050678 y2[1] (numeric) 1.8887415915050008 absolute error 6.705747068735946e-14 relative error 3.550378251263258e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8887415915050678 y1[1] (numeric) 1.8887415915050154 absolute error 5.240252676230739e-14 relative error 2.7744677725103608e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0479999999998855 y2[1] (analytic) 1.8882827386772723 y2[1] (numeric) 1.888282738677205 absolute error 6.727951529228449e-14 relative error 3.5630000695453732e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8882827386772723 y1[1] (numeric) 1.8882827386772196 absolute error 5.262457136723242e-14 relative error 2.786901044495886e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0489999999998854 y2[1] (analytic) 1.8878229975668122 y2[1] (numeric) 1.8878229975667447 absolute error 6.750155989720952e-14 relative error 3.575629705974093e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8878229975668122 y1[1] (numeric) 1.8878229975667593 absolute error 5.284661597215745e-14 relative error 2.7993416777034018e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0499999999998852 y2[1] (analytic) 1.8873623686334282 y2[1] (numeric) 1.8873623686333607 absolute error 6.750155989720952e-14 relative error 3.5765023727841404e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8873623686334282 y1[1] (numeric) 1.8873623686333754 absolute error 5.284661597215745e-14 relative error 2.800024883956005e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.050999999999885 y2[1] (analytic) 1.88690085233775 y2[1] (numeric) 1.886900852337682 absolute error 6.794564910705958e-14 relative error 3.600912523987641e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.88690085233775 y1[1] (numeric) 1.8869008523376967 absolute error 5.3290705182007514e-14 relative error 2.8242451168530515e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.051999999999885 y2[1] (analytic) 1.886438449141293 y2[1] (numeric) 1.886438449141225 absolute error 6.816769371198461e-14 relative error 3.6135657510063237e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.886438449141293 y1[1] (numeric) 1.8864384491412396 absolute error 5.3512749786932545e-14 relative error 2.836707967402358e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.052999999999885 y2[1] (analytic) 1.8859751595064607 y2[1] (numeric) 1.8859751595063925 absolute error 6.816769371198461e-14 relative error 3.614453423120555e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8859751595064607 y1[1] (numeric) 1.8859751595064074 absolute error 5.3290705182007514e-14 relative error 2.825631340550271e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.053999999999885 y2[1] (analytic) 1.885510983896543 y2[1] (numeric) 1.8855109838964745 absolute error 6.838973831690964e-14 relative error 3.627119592566752e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.885510983896543 y1[1] (numeric) 1.8855109838964894 absolute error 5.3512749786932545e-14 relative error 2.838103317560348e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0549999999998847 y2[1] (analytic) 1.885045922775715 y2[1] (numeric) 1.8850459227756464 absolute error 6.861178292183467e-14 relative error 3.639793709683443e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.885045922775715 y1[1] (numeric) 1.8850459227756613 absolute error 5.3734794391857577e-14 relative error 2.850582775868586e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0559999999998846 y2[1] (analytic) 1.884579976609038 y2[1] (numeric) 1.8845799766089693 absolute error 6.88338275267597e-14 relative error 3.652475797318709e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.884579976609038 y1[1] (numeric) 1.8845799766089841 absolute error 5.395683899678261e-14 relative error 2.863069737898214e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0569999999998845 y2[1] (analytic) 1.8841131458624583 y2[1] (numeric) 1.8841131458623892 absolute error 6.905587213168474e-14 relative error 3.665165878351441e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8841131458624583 y1[1] (numeric) 1.884113145862404 absolute error 5.417888360170764e-14 relative error 2.8755642261020953e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0579999999998844 y2[1] (analytic) 1.8836454310028063 y2[1] (numeric) 1.883645431002737 absolute error 6.927791673660977e-14 relative error 3.677863975691429e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8836454310028063 y1[1] (numeric) 1.883645431002752 absolute error 5.440092820663267e-14 relative error 2.888066262962821e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0589999999998843 y2[1] (analytic) 1.8831768324977967 y2[1] (numeric) 1.8831768324977274 absolute error 6.927791673660977e-14 relative error 3.678779153454291e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8831768324977967 y1[1] (numeric) 1.8831768324977425 absolute error 5.417888360170764e-14 relative error 2.876993953342458e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.059999999999884 y2[1] (analytic) 1.8827073508160286 y2[1] (numeric) 1.8827073508159589 absolute error 6.972200594645983e-14 relative error 3.703284311087434e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8827073508160286 y1[1] (numeric) 1.882707350815974 absolute error 5.46229728115577e-14 relative error 2.901299173654486e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.060999999999884 y2[1] (analytic) 1.882236986426983 y2[1] (numeric) 1.882236986426913 absolute error 6.994405055138486e-14 relative error 3.716006595118418e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.882236986426983 y1[1] (numeric) 1.8822369864269282 absolute error 5.484501741648273e-14 relative error 2.9138210444261884e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.061999999999884 y2[1] (analytic) 1.8817657398010246 y2[1] (numeric) 1.8817657398009544 absolute error 7.016609515630989e-14 relative error 3.728736987406794e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8817657398010246 y1[1] (numeric) 1.8817657398009695 absolute error 5.5067062021407764e-14 relative error 2.9263505470787497e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.062999999999884 y2[1] (analytic) 1.8812936114093997 y2[1] (numeric) 1.8812936114093295 absolute error 7.016609515630989e-14 relative error 3.7296727491539136e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8812936114093997 y1[1] (numeric) 1.8812936114093446 absolute error 5.5067062021407764e-14 relative error 2.927084942373957e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0639999999998837 y2[1] (analytic) 1.880820601724237 y2[1] (numeric) 1.8808206017241667 absolute error 7.038813976123492e-14 relative error 3.742416458896015e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.880820601724237 y1[1] (numeric) 1.8808206017241818 absolute error 5.5289106626332796e-14 relative error 2.9396268084072802e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0649999999998836 y2[1] (analytic) 1.8803467112185457 y2[1] (numeric) 1.8803467112184753 absolute error 7.038813976123492e-14 relative error 3.743359633693319e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8803467112185457 y1[1] (numeric) 1.8803467112184906 absolute error 5.5067062021407764e-14 relative error 2.928558956327896e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0659999999998835 y2[1] (analytic) 1.879871940366217 y2[1] (numeric) 1.8798719403661461 absolute error 7.083222897108499e-14 relative error 3.7679284131070225e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.879871940366217 y1[1] (numeric) 1.8798719403661615 absolute error 5.551115123125783e-14 relative error 2.9529219538456287e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0669999999998834 y2[1] (analytic) 1.8793962896420209 y2[1] (numeric) 1.87939628964195 absolute error 7.083222897108499e-14 relative error 3.768882026715973e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8793962896420209 y1[1] (numeric) 1.8793962896419654 absolute error 5.551115123125783e-14 relative error 2.9536692999341477e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0679999999998833 y2[1] (analytic) 1.8789197595216085 y2[1] (numeric) 1.8789197595215374 absolute error 7.105427357601002e-14 relative error 3.7816555611774046e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8789197595216085 y1[1] (numeric) 1.8789197595215528 absolute error 5.573319583618286e-14 relative error 2.9662360807985266e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.068999999999883 y2[1] (analytic) 1.87844235048151 y2[1] (numeric) 1.8784423504814387 absolute error 7.127631818093505e-14 relative error 3.794437351918969e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.87844235048151 y1[1] (numeric) 1.878442350481454 absolute error 5.595524044110789e-14 relative error 2.9788106314130225e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.069999999999883 y2[1] (analytic) 1.877964062999134 y2[1] (numeric) 1.8779640629990626 absolute error 7.149836278586008e-14 relative error 3.8072274222157495e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.877964062999134 y1[1] (numeric) 1.877964062999078 absolute error 5.617728504603292e-14 relative error 2.9913929745980887e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.070999999999883 y2[1] (analytic) 1.8774848975527685 y2[1] (numeric) 1.8774848975526968 absolute error 7.172040739078511e-14 relative error 3.820025795374971e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8774848975527685 y1[1] (numeric) 1.877484897552712 absolute error 5.639932965095795e-14 relative error 3.003983133205086e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.071999999999883 y2[1] (analytic) 1.8770048546215783 y2[1] (numeric) 1.8770048546215063 absolute error 7.194245199571014e-14 relative error 3.832832494736111e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8770048546215783 y1[1] (numeric) 1.8770048546215217 absolute error 5.6621374255882984e-14 relative error 3.0165811301163834e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0729999999998827 y2[1] (analytic) 1.8765239346856064 y2[1] (numeric) 1.8765239346855345 absolute error 7.194245199571014e-14 relative error 3.833814781998153e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8765239346856064 y1[1] (numeric) 1.8765239346855498 absolute error 5.6621374255882984e-14 relative error 3.0173542265726205e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0739999999998826 y2[1] (analytic) 1.876042138225773 y2[1] (numeric) 1.8760421382257009 absolute error 7.216449660063518e-14 relative error 3.8466351650759405e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.876042138225773 y1[1] (numeric) 1.8760421382257162 absolute error 5.684341886080802e-14 relative error 3.0299649300290487e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0749999999998825 y2[1] (analytic) 1.8755594657238746 y2[1] (numeric) 1.8755594657238022 absolute error 7.238654120556021e-14 relative error 3.859463937477585e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8755594657238746 y1[1] (numeric) 1.8755594657238175 absolute error 5.706546346573305e-14 relative error 3.042583533532943e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0759999999998824 y2[1] (analytic) 1.8750759176625833 y2[1] (numeric) 1.8750759176625107 absolute error 7.260858581048524e-14 relative error 3.872301122665852e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8750759176625833 y1[1] (numeric) 1.875075917662526 absolute error 5.728750807065808e-14 relative error 3.055210060084984e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0769999999998823 y2[1] (analytic) 1.8745914945254474 y2[1] (numeric) 1.8745914945253745 absolute error 7.283063041541027e-14 relative error 3.885146744136238e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8745914945254474 y1[1] (numeric) 1.8745914945253899 absolute error 5.750955267558311e-14 relative error 3.0678445327173344e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.077999999999882 y2[1] (analytic) 1.8741061967968895 y2[1] (numeric) 1.8741061967968167 absolute error 7.283063041541027e-14 relative error 3.8861527985920986e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8741061967968895 y1[1] (numeric) 1.874106196796832 absolute error 5.750955267558311e-14 relative error 3.068638947668761e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.078999999999882 y2[1] (analytic) 1.8736200249622077 y2[1] (numeric) 1.8736200249621349 absolute error 7.283063041541027e-14 relative error 3.887161187705565e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8736200249622077 y1[1] (numeric) 1.8736200249621502 absolute error 5.750955267558311e-14 relative error 3.0694352061455533e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.079999999999882 y2[1] (analytic) 1.8731329795075742 y2[1] (numeric) 1.873132979507501 absolute error 7.327471962526033e-14 relative error 3.9118802790244734e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8731329795075742 y1[1] (numeric) 1.8731329795075162 absolute error 5.795364188543317e-14 relative error 3.0939416752284475e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.080999999999882 y2[1] (analytic) 1.8726450609200334 y2[1] (numeric) 1.87264506091996 absolute error 7.327471962526033e-14 relative error 3.9128995213465785e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8726450609200334 y1[1] (numeric) 1.8726450609199754 absolute error 5.795364188543317e-14 relative error 3.0947478032468397e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0819999999998817 y2[1] (analytic) 1.8721562696875047 y2[1] (numeric) 1.8721562696874312 absolute error 7.349676423018536e-14 relative error 3.925781486310074e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8721562696875047 y1[1] (numeric) 1.8721562696874465 absolute error 5.81756864903582e-14 relative error 3.1074161613693034e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0829999999998816 y2[1] (analytic) 1.871666606298779 y2[1] (numeric) 1.8716666062987053 absolute error 7.37188088351104e-14 relative error 3.93867201493162e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.871666606298779 y1[1] (numeric) 1.8716666062987206 absolute error 5.839773109528323e-14 relative error 3.1200925901416148e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0839999999998815 y2[1] (analytic) 1.8711760712435195 y2[1] (numeric) 1.8711760712434458 absolute error 7.37188088351104e-14 relative error 3.939704550952247e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8711760712435195 y1[1] (numeric) 1.871176071243461 absolute error 5.839773109528323e-14 relative error 3.1209105328326534e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0849999999998814 y2[1] (analytic) 1.8706846650122615 y2[1] (numeric) 1.8706846650121876 absolute error 7.394085344003543e-14 relative error 3.952609160857732e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8706846650122615 y1[1] (numeric) 1.8706846650122029 absolute error 5.861977570020827e-14 relative error 3.1336000554547787e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0859999999998813 y2[1] (analytic) 1.8701923880964109 y2[1] (numeric) 1.870192388096337 absolute error 7.394085344003543e-14 relative error 3.9536495769452186e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8701923880964109 y1[1] (numeric) 1.8701923880963522 absolute error 5.861977570020827e-14 relative error 3.1344248898304435e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.086999999999881 y2[1] (analytic) 1.8696992409882447 y2[1] (numeric) 1.8696992409881705 absolute error 7.416289804496046e-14 relative error 3.96656833458204e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8696992409882447 y1[1] (numeric) 1.869699240988186 absolute error 5.861977570020827e-14 relative error 3.1352516177534686e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.087999999999881 y2[1] (analytic) 1.8692052241809103 y2[1] (numeric) 1.8692052241808357 absolute error 7.460698725481052e-14 relative error 3.991374852245208e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8692052241809103 y1[1] (numeric) 1.8692052241808512 absolute error 5.906386491005833e-14 relative error 3.1598384246941232e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.088999999999881 y2[1] (analytic) 1.8687103381684238 y2[1] (numeric) 1.8687103381683492 absolute error 7.460698725481052e-14 relative error 3.992431878336744e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8687103381684238 y1[1] (numeric) 1.8687103381683647 absolute error 5.906386491005833e-14 relative error 3.1606752370165888e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.089999999999881 y2[1] (analytic) 1.8682145834456718 y2[1] (numeric) 1.8682145834455968 absolute error 7.505107646466058e-14 relative error 4.017262103063071e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8682145834456718 y1[1] (numeric) 1.8682145834456125 absolute error 5.928590951498336e-14 relative error 3.1733993536030766e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0909999999998807 y2[1] (analytic) 1.8677179605084084 y2[1] (numeric) 1.8677179605083334 absolute error 7.505107646466058e-14 relative error 4.018330286026218e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8677179605084084 y1[1] (numeric) 1.8677179605083492 absolute error 5.928590951498336e-14 relative error 3.1742431549378706e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0919999999998806 y2[1] (analytic) 1.8672204698532568 y2[1] (numeric) 1.8672204698531818 absolute error 7.505107646466058e-14 relative error 4.019400905055351e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8672204698532568 y1[1] (numeric) 1.8672204698531976 absolute error 5.928590951498336e-14 relative error 3.175088880620647e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0929999999998805 y2[1] (analytic) 1.866722111977708 y2[1] (numeric) 1.8667221119776325 absolute error 7.549516567451064e-14 relative error 4.0442637492801175e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.866722111977708 y1[1] (numeric) 1.8667221119776485 absolute error 5.950795411990839e-14 relative error 3.1878314259031513e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0939999999998804 y2[1] (analytic) 1.8662228873801192 y2[1] (numeric) 1.8662228873800435 absolute error 7.571721027943568e-14 relative error 4.057243686777983e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8662228873801192 y1[1] (numeric) 1.8662228873800595 absolute error 5.972999872483342e-14 relative error 3.200582263176767e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0949999999998803 y2[1] (analytic) 1.8657227965597152 y2[1] (numeric) 1.8657227965596392 absolute error 7.593925488436071e-14 relative error 4.070232460276966e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8657227965597152 y1[1] (numeric) 1.8657227965596554 absolute error 5.972999872483342e-14 relative error 3.201440151504397e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.09599999999988 y2[1] (analytic) 1.865221840016587 y2[1] (numeric) 1.8652218400165106 absolute error 7.638334409421077e-14 relative error 4.095134554800812e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.865221840016587 y1[1] (numeric) 1.8652218400165268 absolute error 6.017408793468348e-14 relative error 3.226108907997151e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.09699999999988 y2[1] (analytic) 1.8647200182516905 y2[1] (numeric) 1.8647200182516142 absolute error 7.638334409421077e-14 relative error 4.096236611747519e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8647200182516905 y1[1] (numeric) 1.8647200182516304 absolute error 6.017408793468348e-14 relative error 3.2269770982080748e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.09799999999988 y2[1] (analytic) 1.864217331766848 y2[1] (numeric) 1.8642173317667714 absolute error 7.66053886991358e-14 relative error 4.109252038040627e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.864217331766848 y1[1] (numeric) 1.8642173317667876 absolute error 6.039613253960852e-14 relative error 3.2397581285421756e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.09899999999988 y2[1] (analytic) 1.863713781064746 y2[1] (numeric) 1.863713781064669 absolute error 7.704947790898586e-14 relative error 4.134190490611023e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.863713781064746 y1[1] (numeric) 1.863713781064685 absolute error 6.084022174945858e-14 relative error 3.264461655410433e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.0999999999998797 y2[1] (analytic) 1.8632093666489344 y2[1] (numeric) 1.8632093666488574 absolute error 7.704947790898586e-14 relative error 4.135309712808218e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8632093666489344 y1[1] (numeric) 1.8632093666488736 absolute error 6.084022174945858e-14 relative error 3.265345421641071e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1009999999998796 y2[1] (analytic) 1.8627040890238284 y2[1] (numeric) 1.8627040890237512 absolute error 7.72715225139109e-14 relative error 4.14835200981418e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8627040890238284 y1[1] (numeric) 1.8627040890237674 absolute error 6.106226635438361e-14 relative error 3.278151731893389e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1019999999998795 y2[1] (analytic) 1.8621979486947051 y2[1] (numeric) 1.8621979486946278 absolute error 7.72715225139109e-14 relative error 4.149479520588767e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8621979486947051 y1[1] (numeric) 1.862197948694644 absolute error 6.106226635438361e-14 relative error 3.279042724603192e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1029999999998794 y2[1] (analytic) 1.8616909461677054 y2[1] (numeric) 1.8616909461676276 absolute error 7.771561172376096e-14 relative error 4.1744636446634015e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8616909461677054 y1[1] (numeric) 1.8616909461676439 absolute error 6.150635556423367e-14 relative error 3.3037897987764636e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1039999999998793 y2[1] (analytic) 1.861183081949831 y2[1] (numeric) 1.861183081949753 absolute error 7.793765632868599e-14 relative error 4.187533031250004e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.861183081949831 y1[1] (numeric) 1.8611830819497692 absolute error 6.17284001691587e-14 relative error 3.3166216030982932e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.104999999999879 y2[1] (analytic) 1.8606743565489463 y2[1] (numeric) 1.8606743565488681 absolute error 7.815970093361102e-14 relative error 4.200611496499386e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8606743565489463 y1[1] (numeric) 1.8606743565488846 absolute error 6.17284001691587e-14 relative error 3.3175283978034928e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.105999999999879 y2[1] (analytic) 1.860164770473777 y2[1] (numeric) 1.8601647704736985 absolute error 7.838174553853605e-14 relative error 4.213699064872222e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.860164770473777 y1[1] (numeric) 1.860164770473715 absolute error 6.195044477408373e-14 relative error 3.3303740484400848e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.106999999999879 y2[1] (analytic) 1.8596543242339088 y2[1] (numeric) 1.8596543242338301 absolute error 7.860379014346108e-14 relative error 4.226795760864977e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8596543242339088 y1[1] (numeric) 1.8596543242338466 absolute error 6.217248937900877e-14 relative error 3.343228285429925e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.107999999999879 y2[1] (analytic) 1.859143018339788 y2[1] (numeric) 1.859143018339709 absolute error 7.882583474838611e-14 relative error 4.23990160901002e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.859143018339788 y1[1] (numeric) 1.8591430183397257 absolute error 6.217248937900877e-14 relative error 3.3441477479515647e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1089999999998787 y2[1] (analytic) 1.8586308533027205 y2[1] (numeric) 1.8586308533026414 absolute error 7.904787935331115e-14 relative error 4.253016633875732e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8586308533027205 y1[1] (numeric) 1.858630853302658 absolute error 6.23945339839338e-14 relative error 3.357015938536743e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1099999999998786 y2[1] (analytic) 1.858117829634871 y2[1] (numeric) 1.858117829634792 absolute error 7.904787935331115e-14 relative error 4.2541908856686675e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.858117829634871 y1[1] (numeric) 1.8581178296348086 absolute error 6.23945339839338e-14 relative error 3.3579428058227405e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1109999999998785 y2[1] (analytic) 1.8576039478492636 y2[1] (numeric) 1.8576039478491844 absolute error 7.926992395823618e-14 relative error 4.267321032021653e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8576039478492636 y1[1] (numeric) 1.857603947849201 absolute error 6.261657858885883e-14 relative error 3.370825016891054e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1119999999998784 y2[1] (analytic) 1.8570892084597799 y2[1] (numeric) 1.8570892084597004 absolute error 7.949196856316121e-14 relative error 4.280460421666535e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8570892084597799 y1[1] (numeric) 1.857089208459717 absolute error 6.283862319378386e-14 relative error 3.3837159199207525e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1129999999998783 y2[1] (analytic) 1.856573611981159 y2[1] (numeric) 1.8565736119810794 absolute error 7.971401316808624e-14 relative error 4.293609079309439e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.856573611981159 y1[1] (numeric) 1.856573611981096 absolute error 6.306066779870889e-14 relative error 3.3966155390637344e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.113999999999878 y2[1] (analytic) 1.8560571589289978 y2[1] (numeric) 1.8560571589289179 absolute error 7.993605777301127e-14 relative error 4.3067670296930316e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8560571589289978 y1[1] (numeric) 1.8560571589289345 absolute error 6.328271240363392e-14 relative error 3.4095238985069834e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.114999999999878 y2[1] (analytic) 1.8555398498197486 y2[1] (numeric) 1.8555398498196687 absolute error 7.993605777301127e-14 relative error 4.307967720594976e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8555398498197486 y1[1] (numeric) 1.8555398498196853 absolute error 6.328271240363392e-14 relative error 3.410474445471023e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.115999999999878 y2[1] (analytic) 1.8550216851707213 y2[1] (numeric) 1.855021685170641 absolute error 8.038014698286133e-14 relative error 4.333110907836303e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8550216851707213 y1[1] (numeric) 1.8550216851706576 absolute error 6.372680161348399e-14 relative error 3.4353669352182845e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.116999999999878 y2[1] (analytic) 1.8545026655000798 y2[1] (numeric) 1.8545026654999992 absolute error 8.060219158778636e-14 relative error 4.346296885265e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8545026655000798 y1[1] (numeric) 1.8545026655000159 absolute error 6.394884621840902e-14 relative error 3.448301661036694e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1179999999998778 y2[1] (analytic) 1.853982791326844 y2[1] (numeric) 1.8539827913267632 absolute error 8.08242361927114e-14 relative error 4.359492254772642e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.853982791326844 y1[1] (numeric) 1.85398279132678 absolute error 6.417089082333405e-14 relative error 3.461245224256301e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1189999999998776 y2[1] (analytic) 1.853462063170888 y2[1] (numeric) 1.8534620631708072 absolute error 8.08242361927114e-14 relative error 4.360717049392311e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.853462063170888 y1[1] (numeric) 1.8534620631708238 absolute error 6.417089082333405e-14 relative error 3.462217657347192e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1199999999998775 y2[1] (analytic) 1.8529404815529402 y2[1] (numeric) 1.852940481552859 absolute error 8.126832540256146e-14 relative error 4.385911269770029e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8529404815529402 y1[1] (numeric) 1.8529404815528758 absolute error 6.439293542825908e-14 relative error 3.4751755962658705e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1209999999998774 y2[1] (analytic) 1.8524180469945817 y2[1] (numeric) 1.8524180469945004 absolute error 8.126832540256146e-14 relative error 4.387148221451071e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8524180469945817 y1[1] (numeric) 1.8524180469945173 absolute error 6.439293542825908e-14 relative error 3.476155694592379e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1219999999998773 y2[1] (analytic) 1.8518947600182474 y2[1] (numeric) 1.8518947600181659 absolute error 8.149037000748649e-14 relative error 4.400378021841994e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8518947600182474 y1[1] (numeric) 1.8518947600181828 absolute error 6.461498003318411e-14 relative error 3.4891280772643603e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.122999999999877 y2[1] (analytic) 1.851370621147224 y2[1] (numeric) 1.8513706211471423 absolute error 8.171241461241152e-14 relative error 4.413617331886656e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.851370621147224 y1[1] (numeric) 1.8513706211471592 absolute error 6.483702463810914e-14 relative error 3.5021094046491944e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.123999999999877 y2[1] (analytic) 1.8508456309056505 y2[1] (numeric) 1.8508456309055685 absolute error 8.193445921733655e-14 relative error 4.426866176691604e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8508456309056505 y1[1] (numeric) 1.8508456309055854 absolute error 6.505906924303417e-14 relative error 3.5150997012754467e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.124999999999877 y2[1] (analytic) 1.8503197898185166 y2[1] (numeric) 1.8503197898184347 absolute error 8.193445921733655e-14 relative error 4.4281242446946356e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8503197898185166 y1[1] (numeric) 1.8503197898184516 absolute error 6.505906924303417e-14 relative error 3.5160986550014312e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.125999999999877 y2[1] (analytic) 1.8497930984116642 y2[1] (numeric) 1.849793098411582 absolute error 8.215650382226158e-14 relative error 4.441388817636186e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8497930984116642 y1[1] (numeric) 1.849793098411599 absolute error 6.52811138479592e-14 relative error 3.529103546986591e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1269999999998768 y2[1] (analytic) 1.849265557211784 y2[1] (numeric) 1.8492655572117016 absolute error 8.237854842718662e-14 relative error 4.4546629934206014e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.849265557211784 y1[1] (numeric) 1.8492655572117185 absolute error 6.550315845288424e-14 relative error 3.542117474552769e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1279999999998767 y2[1] (analytic) 1.8487371667464174 y2[1] (numeric) 1.8487371667463348 absolute error 8.260059303211165e-14 relative error 4.467946797298395e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8487371667464174 y1[1] (numeric) 1.8487371667463517 absolute error 6.572520305780927e-14 relative error 3.555140462366465e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1289999999998765 y2[1] (analytic) 1.848207927543955 y2[1] (numeric) 1.848207927543872 absolute error 8.282263763703668e-14 relative error 4.481240254558261e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.848207927543955 y1[1] (numeric) 1.848207927543889 absolute error 6.59472476627343e-14 relative error 3.5681725351308404e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1299999999998764 y2[1] (analytic) 1.8476778401336353 y2[1] (numeric) 1.8476778401335523 absolute error 8.304468224196171e-14 relative error 4.494543390527183e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8476778401336353 y1[1] (numeric) 1.8476778401335694 absolute error 6.59472476627343e-14 relative error 3.569196221889233e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1309999999998763 y2[1] (analytic) 1.8471469050455465 y2[1] (numeric) 1.8471469050454632 absolute error 8.326672684688674e-14 relative error 4.507856230570549e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8471469050455465 y1[1] (numeric) 1.8471469050454803 absolute error 6.616929226765933e-14 relative error 3.5822430845600636e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.131999999999876 y2[1] (analytic) 1.846615122810623 y2[1] (numeric) 1.8466151228105396 absolute error 8.326672684688674e-14 relative error 4.5091543883898995e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.846615122810623 y1[1] (numeric) 1.8466151228105567 absolute error 6.616929226765933e-14 relative error 3.583274687307174e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.132999999999876 y2[1] (analytic) 1.846082493960647 y2[1] (numeric) 1.8460824939605638 absolute error 8.326672684688674e-14 relative error 4.510455362601024e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.846082493960647 y1[1] (numeric) 1.8460824939605809 absolute error 6.616929226765933e-14 relative error 3.5843085281469477e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.133999999999876 y2[1] (analytic) 1.845549019028248 y2[1] (numeric) 1.8455490190281645 absolute error 8.348877145181177e-14 relative error 4.5237905138803515e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.845549019028248 y1[1] (numeric) 1.8455490190281816 absolute error 6.639133687258436e-14 relative error 3.597375967154854e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.134999999999876 y2[1] (analytic) 1.8450146985469003 y2[1] (numeric) 1.8450146985468165 absolute error 8.37108160567368e-14 relative error 4.53713545603002e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8450146985469003 y1[1] (numeric) 1.8450146985468336 absolute error 6.661338147750939e-14 relative error 3.61045261753052e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1359999999998758 y2[1] (analytic) 1.8444795330509245 y2[1] (numeric) 1.8444795330508406 absolute error 8.393286066166183e-14 relative error 4.55049021459348e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8444795330509245 y1[1] (numeric) 1.8444795330508577 absolute error 6.683542608243442e-14 relative error 3.623538504213327e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1369999999998757 y2[1] (analytic) 1.843943523075486 y2[1] (numeric) 1.8439435230754018 absolute error 8.415490526658687e-14 relative error 4.56385481515324e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.843943523075486 y1[1] (numeric) 1.843943523075419 absolute error 6.683542608243442e-14 relative error 3.6245918188947898e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1379999999998756 y2[1] (analytic) 1.843406669156595 y2[1] (numeric) 1.8434066691565103 absolute error 8.459899447643693e-14 relative error 4.589274623550272e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.843406669156595 y1[1] (numeric) 1.8434066691565276 absolute error 6.727951529228449e-14 relative error 3.649738086445492e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1389999999998754 y2[1] (analytic) 1.8428689718311047 y2[1] (numeric) 1.84286897183102 absolute error 8.459899447643693e-14 relative error 4.59061364478767e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8428689718311047 y1[1] (numeric) 1.8428689718310374 absolute error 6.727951529228449e-14 relative error 3.650802977350824e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1399999999998753 y2[1] (analytic) 1.842330431636713 y2[1] (numeric) 1.842330431636628 absolute error 8.504308368628699e-14 relative error 4.6160603019912844e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.842330431636713 y1[1] (numeric) 1.8423304316366456 absolute error 6.750155989720952e-14 relative error 3.663922537350784e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1409999999998752 y2[1] (analytic) 1.8417910491119598 y2[1] (numeric) 1.8417910491118747 absolute error 8.504308368628699e-14 relative error 4.617412150378919e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8417910491119598 y1[1] (numeric) 1.8417910491118923 absolute error 6.750155989720952e-14 relative error 3.6649955449482805e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.141999999999875 y2[1] (analytic) 1.8412508247962276 y2[1] (numeric) 1.8412508247961423 absolute error 8.526512829121202e-14 relative error 4.6308263460329136e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8412508247962276 y1[1] (numeric) 1.84125082479616 absolute error 6.750155989720952e-14 relative error 3.666070857276056e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.142999999999875 y2[1] (analytic) 1.8407097592297408 y2[1] (numeric) 1.8407097592296553 absolute error 8.548717289613705e-14 relative error 4.644250538004961e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8407097592297408 y1[1] (numeric) 1.840709759229673 absolute error 6.772360450213455e-14 relative error 3.679211465172761e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.143999999999875 y2[1] (analytic) 1.8401678529535648 y2[1] (numeric) 1.840167852953479 absolute error 8.570921750106208e-14 relative error 4.6576847521542315e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8401678529535648 y1[1] (numeric) 1.8401678529534968 absolute error 6.794564910705958e-14 relative error 3.692361487459054e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.144999999999875 y2[1] (analytic) 1.8396251065096059 y2[1] (numeric) 1.83962510650952 absolute error 8.593126210598712e-14 relative error 4.671129014379888e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8396251065096059 y1[1] (numeric) 1.8396251065095377 absolute error 6.816769371198461e-14 relative error 3.705520949391797e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1459999999998747 y2[1] (analytic) 1.8390815204406104 y2[1] (numeric) 1.8390815204405242 absolute error 8.615330671091215e-14 relative error 4.684583350621205e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8390815204406104 y1[1] (numeric) 1.839081520440542 absolute error 6.838973831690964e-14 relative error 3.7186898762663175e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1469999999998746 y2[1] (analytic) 1.8385370952901643 y2[1] (numeric) 1.838537095290078 absolute error 8.637535131583718e-14 relative error 4.698047786857688e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8385370952901643 y1[1] (numeric) 1.838537095290096 absolute error 6.838973831690964e-14 relative error 3.719791049748503e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1479999999998745 y2[1] (analytic) 1.837991831602693 y2[1] (numeric) 1.8379918316026063 absolute error 8.681944052568724e-14 relative error 4.7236031756453665e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.837991831602693 y1[1] (numeric) 1.8379918316026242 absolute error 6.88338275267597e-14 relative error 3.745056226214996e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1489999999998743 y2[1] (analytic) 1.83744572992346 y2[1] (numeric) 1.8374457299233729 absolute error 8.704148513061227e-14 relative error 4.737091480478068e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.83744572992346 y1[1] (numeric) 1.8374457299233908 absolute error 6.905587213168474e-14 relative error 3.758253700073161e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1499999999998742 y2[1] (analytic) 1.8368987907985665 y2[1] (numeric) 1.8368987907984793 absolute error 8.72635297355373e-14 relative error 4.750589971132851e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8368987907985665 y1[1] (numeric) 1.8368987907984973 absolute error 6.927791673660977e-14 relative error 3.7714607404413474e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.150999999999874 y2[1] (analytic) 1.8363510147749522 y2[1] (numeric) 1.8363510147748647 absolute error 8.748557434046234e-14 relative error 4.764098673759484e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8363510147749522 y1[1] (numeric) 1.8363510147748827 absolute error 6.94999613415348e-14 relative error 3.78467737280893e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.151999999999874 y2[1] (analytic) 1.8358024024003927 y2[1] (numeric) 1.835802402400305 absolute error 8.770761894538737e-14 relative error 4.7776176145485906e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8358024024003927 y1[1] (numeric) 1.8358024024003232 absolute error 6.94999613415348e-14 relative error 3.7858083882372375e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.152999999999874 y2[1] (analytic) 1.8352529542235005 y2[1] (numeric) 1.8352529542234126 absolute error 8.79296635503124e-14 relative error 4.7911468197317586e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8352529542235005 y1[1] (numeric) 1.8352529542234308 absolute error 6.972200594645983e-14 relative error 3.799040660090334e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.153999999999874 y2[1] (analytic) 1.8347026707937237 y2[1] (numeric) 1.8347026707936356 absolute error 8.815170815523743e-14 relative error 4.804686315581668e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8347026707937237 y1[1] (numeric) 1.8347026707936538 absolute error 6.994405055138486e-14 relative error 3.812282592967822e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1549999999998737 y2[1] (analytic) 1.8341515526613457 y2[1] (numeric) 1.8341515526612573 absolute error 8.837375276016246e-14 relative error 4.81823612841221e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8341515526613457 y1[1] (numeric) 1.8341515526612755 absolute error 7.016609515630989e-14 relative error 3.825534212508187e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1559999999998736 y2[1] (analytic) 1.8335996003774846 y2[1] (numeric) 1.833599600377396 absolute error 8.859579736508749e-14 relative error 4.831796284578608e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8335996003774846 y1[1] (numeric) 1.8335996003774142 absolute error 7.038813976123492e-14 relative error 3.83879554438952e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1569999999998735 y2[1] (analytic) 1.8330468144940926 y2[1] (numeric) 1.8330468144940038 absolute error 8.881784197001252e-14 relative error 4.845366810477538e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8330468144940926 y1[1] (numeric) 1.833046814494022 absolute error 7.061018436615996e-14 relative error 3.852066614329643e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1579999999998734 y2[1] (analytic) 1.8324931955639552 y2[1] (numeric) 1.8324931955638664 absolute error 8.881784197001252e-14 relative error 4.846830655907487e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8324931955639552 y1[1] (numeric) 1.8324931955638846 absolute error 7.061018436615996e-14 relative error 3.853230371446453e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1589999999998732 y2[1] (analytic) 1.8319387441406918 y2[1] (numeric) 1.8319387441406028 absolute error 8.903988657493755e-14 relative error 4.86041833329441e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8319387441406918 y1[1] (numeric) 1.831938744140621 absolute error 7.083222897108499e-14 relative error 3.866517327483583e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.159999999999873 y2[1] (analytic) 1.8313834607787536 y2[1] (numeric) 1.8313834607786643 absolute error 8.926193117986259e-14 relative error 4.874016452125543e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8313834607787536 y1[1] (numeric) 1.8313834607786825 absolute error 7.105427357601002e-14 relative error 3.879814091244213e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.160999999999873 y2[1] (analytic) 1.830827346033424 y2[1] (numeric) 1.8308273460333344 absolute error 8.948397578478762e-14 relative error 4.887625038956239e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.830827346033424 y1[1] (numeric) 1.8308273460333526 absolute error 7.127631818093505e-14 relative error 3.8931206885978975e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.161999999999873 y2[1] (analytic) 1.8302704004608175 y2[1] (numeric) 1.8302704004607278 absolute error 8.970602038971265e-14 relative error 4.901244120383898e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8302704004608175 y1[1] (numeric) 1.830270400460746 absolute error 7.149836278586008e-14 relative error 3.906437145454493e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.162999999999873 y2[1] (analytic) 1.8297126246178799 y2[1] (numeric) 1.8297126246177897 absolute error 9.015010959956271e-14 relative error 4.927009213722281e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8297126246178799 y1[1] (numeric) 1.8297126246178081 absolute error 7.172040739078511e-14 relative error 3.9197634877642776e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1639999999998727 y2[1] (analytic) 1.8291540190623867 y2[1] (numeric) 1.8291540190622964 absolute error 9.037215420448774e-14 relative error 4.94065307036375e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8291540190623867 y1[1] (numeric) 1.8291540190623148 absolute error 7.194245199571014e-14 relative error 3.933099741518071e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1649999999998726 y2[1] (analytic) 1.8285945843529434 y2[1] (numeric) 1.828594584352853 absolute error 9.037215420448774e-14 relative error 4.9421645988559214e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8285945843529434 y1[1] (numeric) 1.8285945843528715 absolute error 7.194245199571014e-14 relative error 3.934303022185057e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1659999999998725 y2[1] (analytic) 1.828034321048985 y2[1] (numeric) 1.8280343210488943 absolute error 9.059419880941277e-14 relative error 4.955825925490661e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.828034321048985 y1[1] (numeric) 1.8280343210489127 absolute error 7.216449660063518e-14 relative error 3.94765545535408e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1669999999998724 y2[1] (analytic) 1.8274732297107743 y2[1] (numeric) 1.8274732297106835 absolute error 9.08162434143378e-14 relative error 4.9694978803443745e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8274732297107743 y1[1] (numeric) 1.827473229710702 absolute error 7.238654120556021e-14 relative error 3.961017870396739e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1679999999998723 y2[1] (analytic) 1.826911310899403 y2[1] (numeric) 1.826911310899312 absolute error 9.103828801926284e-14 relative error 4.9831804902693365e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.826911310899403 y1[1] (numeric) 1.8269113108993305 absolute error 7.260858581048524e-14 relative error 3.9743902934587144e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.168999999999872 y2[1] (analytic) 1.8263485651767897 y2[1] (numeric) 1.8263485651766986 absolute error 9.103828801926284e-14 relative error 4.9847159384085245e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8263485651767897 y1[1] (numeric) 1.826348565176717 absolute error 7.260858581048524e-14 relative error 3.9756149069746034e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.169999999999872 y2[1] (analytic) 1.8257849931056802 y2[1] (numeric) 1.8257849931055887 absolute error 9.14823772291129e-14 relative error 5.010577782956819e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8257849931056802 y1[1] (numeric) 1.8257849931056074 absolute error 7.283063041541027e-14 relative error 3.9890036718685355e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.170999999999872 y2[1] (analytic) 1.8252205952496463 y2[1] (numeric) 1.8252205952495546 absolute error 9.170442183403793e-14 relative error 5.0242925196389734e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8252205952496463 y1[1] (numeric) 1.8252205952495733 absolute error 7.30526750203353e-14 relative error 4.0024025156446065e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.171999999999872 y2[1] (analytic) 1.824655372173086 y2[1] (numeric) 1.8246553721729941 absolute error 9.192646643896296e-14 relative error 5.0380180192319e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.824655372173086 y1[1] (numeric) 1.8246553721730128 absolute error 7.327471962526033e-14 relative error 4.015811464605138e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1729999999998717 y2[1] (analytic) 1.8240893244412222 y2[1] (numeric) 1.82408932444113 absolute error 9.214851104388799e-14 relative error 5.051754308803713e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8240893244412222 y1[1] (numeric) 1.8240893244411487 absolute error 7.349676423018536e-14 relative error 4.0292305450940464e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1739999999998716 y2[1] (analytic) 1.8235224526201026 y2[1] (numeric) 1.8235224526200102 absolute error 9.237055564881302e-14 relative error 5.065501415466077e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8235224526201026 y1[1] (numeric) 1.8235224526200289 absolute error 7.37188088351104e-14 relative error 4.042659783496965e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1749999999998715 y2[1] (analytic) 1.822954757276599 y2[1] (numeric) 1.8229547572765064 absolute error 9.259260025373806e-14 relative error 5.0792593663743285e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.822954757276599 y1[1] (numeric) 1.8229547572765252 absolute error 7.37188088351104e-14 relative error 4.043918728144549e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1759999999998714 y2[1] (analytic) 1.8223862389784067 y2[1] (numeric) 1.8223862389783139 absolute error 9.281464485866309e-14 relative error 5.093028188727606e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8223862389784067 y1[1] (numeric) 1.8223862389783327 absolute error 7.394085344003543e-14 relative error 4.057364561833236e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1769999999998713 y2[1] (analytic) 1.8218168982940441 y2[1] (numeric) 1.8218168982939509 absolute error 9.325873406851315e-14 relative error 5.118995995472485e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8218168982940441 y1[1] (numeric) 1.8218168982939698 absolute error 7.438494264988549e-14 relative error 4.083008710674482e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.177999999999871 y2[1] (analytic) 1.8212467357928515 y2[1] (numeric) 1.8212467357927582 absolute error 9.325873406851315e-14 relative error 5.120598556785575e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8212467357928515 y1[1] (numeric) 1.821246735792777 absolute error 7.438494264988549e-14 relative error 4.08428694410278e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.178999999999871 y2[1] (analytic) 1.8206757520449917 y2[1] (numeric) 1.8206757520448982 absolute error 9.348077867343818e-14 relative error 5.134400157108707e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8206757520449917 y1[1] (numeric) 1.820675752044917 absolute error 7.460698725481052e-14 relative error 4.097763545815975e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.179999999999871 y2[1] (analytic) 1.820103947621448 y2[1] (numeric) 1.8201039476213545 absolute error 9.348077867343818e-14 relative error 5.136013181862548e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.820103947621448 y1[1] (numeric) 1.8201039476213734 absolute error 7.460698725481052e-14 relative error 4.099050900488875e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.180999999999871 y2[1] (analytic) 1.8195313230940253 y2[1] (numeric) 1.8195313230939314 absolute error 9.392486788328824e-14 relative error 5.162036327221536e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8195313230940253 y1[1] (numeric) 1.8195313230939505 absolute error 7.482903185973555e-14 relative error 4.11254430797555e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1819999999998707 y2[1] (analytic) 1.8189578790353478 y2[1] (numeric) 1.8189578790352536 absolute error 9.414691248821327e-14 relative error 5.175870951895952e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8189578790353478 y1[1] (numeric) 1.8189578790352727 absolute error 7.505107646466058e-14 relative error 4.126048070143471e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1829999999998706 y2[1] (analytic) 1.8183836160188593 y2[1] (numeric) 1.818383616018765 absolute error 9.43689570931383e-14 relative error 5.189716639646601e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8183836160188593 y1[1] (numeric) 1.818383616018784 absolute error 7.527312106958561e-14 relative error 4.139562213741642e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1839999999998705 y2[1] (analytic) 1.8178085346188229 y2[1] (numeric) 1.8178085346187285 absolute error 9.43689570931383e-14 relative error 5.1913584569524855e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8178085346188229 y1[1] (numeric) 1.8178085346187476 absolute error 7.527312106958561e-14 relative error 4.140871804486806e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1849999999998704 y2[1] (analytic) 1.8172326354103203 y2[1] (numeric) 1.8172326354102255 absolute error 9.481304630298837e-14 relative error 5.217441314638296e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8172326354103203 y1[1] (numeric) 1.8172326354102448 absolute error 7.549516567451064e-14 relative error 4.1544029203208915e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1859999999998703 y2[1] (analytic) 1.8166559189692504 y2[1] (numeric) 1.8166559189691553 absolute error 9.50350909079134e-14 relative error 5.23132035712273e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8166559189692504 y1[1] (numeric) 1.8166559189691747 absolute error 7.571721027943568e-14 relative error 4.1679444901375024e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.18699999999987 y2[1] (analytic) 1.8160783858723293 y2[1] (numeric) 1.8160783858722342 absolute error 9.50350909079134e-14 relative error 5.232983975097779e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8160783858723293 y1[1] (numeric) 1.8160783858722536 absolute error 7.571721027943568e-14 relative error 4.169269942776502e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.18799999999987 y2[1] (analytic) 1.8155000366970906 y2[1] (numeric) 1.8155000366969953 absolute error 9.525713551283843e-14 relative error 5.246881497515041e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8155000366970906 y1[1] (numeric) 1.8155000366970147 absolute error 7.593925488436071e-14 relative error 4.182828606410592e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.18899999999987 y2[1] (analytic) 1.814920872021883 y2[1] (numeric) 1.8149208720217875 absolute error 9.547918011776346e-14 relative error 5.260790241031084e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.814920872021883 y1[1] (numeric) 1.8149208720218069 absolute error 7.616129948928574e-14 relative error 4.1963977969154925e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.18999999999987 y2[1] (analytic) 1.8143408924258715 y2[1] (numeric) 1.8143408924257758 absolute error 9.57012247226885e-14 relative error 5.274710233462842e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8143408924258715 y1[1] (numeric) 1.814340892425795 absolute error 7.638334409421077e-14 relative error 4.209977541325331e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1909999999998697 y2[1] (analytic) 1.8137600984890354 y2[1] (numeric) 1.8137600984889395 absolute error 9.592326932761353e-14 relative error 5.2886415026729845e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8137600984890354 y1[1] (numeric) 1.8137600984889588 absolute error 7.66053886991358e-14 relative error 4.223567866718008e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1919999999998696 y2[1] (analytic) 1.8131784907921684 y2[1] (numeric) 1.8131784907920725 absolute error 9.592326932761353e-14 relative error 5.290337923968265e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8131784907921684 y1[1] (numeric) 1.8131784907920918 absolute error 7.66053886991358e-14 relative error 4.224922647613545e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1929999999998695 y2[1] (analytic) 1.8125960699168786 y2[1] (numeric) 1.8125960699167825 absolute error 9.614531393253856e-14 relative error 5.304287895589863e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8125960699168786 y1[1] (numeric) 1.8125960699168018 absolute error 7.682743330406083e-14 relative error 4.238530281464417e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1939999999998694 y2[1] (analytic) 1.8120128364455863 y2[1] (numeric) 1.8120128364454902 absolute error 9.614531393253856e-14 relative error 5.305995189368281e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8120128364455863 y1[1] (numeric) 1.8120128364455095 absolute error 7.682743330406083e-14 relative error 4.239894539310451e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1949999999998693 y2[1] (analytic) 1.8114287909615254 y2[1] (numeric) 1.811428790961429 absolute error 9.636735853746359e-14 relative error 5.319963943286492e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8114287909615254 y1[1] (numeric) 1.8114287909614484 absolute error 7.704947790898586e-14 relative error 4.2535195583419646e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.195999999999869 y2[1] (analytic) 1.8108439340487412 y2[1] (numeric) 1.8108439340486446 absolute error 9.658940314238862e-14 relative error 5.3339440979008625e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8108439340487412 y1[1] (numeric) 1.810843934048664 absolute error 7.72715225139109e-14 relative error 4.26715527832069e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.196999999999869 y2[1] (analytic) 1.8102582662920907 y2[1] (numeric) 1.8102582662919937 absolute error 9.703349235223868e-14 relative error 5.3602015888589255e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8102582662920907 y1[1] (numeric) 1.810258266292013 absolute error 7.771561172376096e-14 relative error 4.293067634097537e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.197999999999869 y2[1] (analytic) 1.809671788277241 y2[1] (numeric) 1.809671788277144 absolute error 9.703349235223868e-14 relative error 5.361938721750863e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.809671788277241 y1[1] (numeric) 1.8096717882771634 absolute error 7.771561172376096e-14 relative error 4.294458930464078e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.198999999999869 y2[1] (analytic) 1.8090845005906708 y2[1] (numeric) 1.8090845005905736 absolute error 9.725553695716371e-14 relative error 5.375953247369569e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8090845005906708 y1[1] (numeric) 1.809084500590593 absolute error 7.793765632868599e-14 relative error 4.3081269174126e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.1999999999998687 y2[1] (analytic) 1.8084964038196674 y2[1] (numeric) 1.8084964038195699 absolute error 9.747758156208874e-14 relative error 5.389979286450859e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8084964038196674 y1[1] (numeric) 1.8084964038195892 absolute error 7.815970093361102e-14 relative error 4.321805714876315e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2009999999998686 y2[1] (analytic) 1.8079074985523276 y2[1] (numeric) 1.8079074985522299 absolute error 9.769962616701378e-14 relative error 5.4040168673035675e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8079074985523276 y1[1] (numeric) 1.8079074985522492 absolute error 7.838174553853605e-14 relative error 4.335495350359452e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2019999999998685 y2[1] (analytic) 1.8073177853775566 y2[1] (numeric) 1.8073177853774585 absolute error 9.814371537686384e-14 relative error 5.4303518822707314e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8073177853775566 y1[1] (numeric) 1.807317785377478 absolute error 7.860379014346108e-14 relative error 4.3491958514114005e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2029999999998684 y2[1] (analytic) 1.8067272648850672 y2[1] (numeric) 1.806727264884969 absolute error 9.814371537686384e-14 relative error 5.432126767794537e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8067272648850672 y1[1] (numeric) 1.8067272648849886 absolute error 7.860379014346108e-14 relative error 4.3506173660616874e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2039999999998683 y2[1] (analytic) 1.8061359376653803 y2[1] (numeric) 1.806135937665282 absolute error 9.836575998178887e-14 relative error 5.446199144286831e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8061359376653803 y1[1] (numeric) 1.8061359376653014 absolute error 7.882583474838611e-14 relative error 4.364335657385609e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.204999999999868 y2[1] (analytic) 1.8055438043098229 y2[1] (numeric) 1.8055438043097243 absolute error 9.85878045867139e-14 relative error 5.460283176258885e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8055438043098229 y1[1] (numeric) 1.8055438043097438 absolute error 7.904787935331115e-14 relative error 4.378064889072439e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.205999999999868 y2[1] (analytic) 1.8049508654105284 y2[1] (numeric) 1.8049508654104296 absolute error 9.880984919163893e-14 relative error 5.474378892256718e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8049508654105284 y1[1] (numeric) 1.8049508654104491 absolute error 7.926992395823618e-14 relative error 4.391805088844154e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.206999999999868 y2[1] (analytic) 1.8043571215604355 y2[1] (numeric) 1.8043571215603365 absolute error 9.903189379656396e-14 relative error 5.4884863208742e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8043571215604355 y1[1] (numeric) 1.804357121560356 absolute error 7.949196856316121e-14 relative error 4.405556284468528e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.207999999999868 y2[1] (analytic) 1.8037625733532883 y2[1] (numeric) 1.8037625733531888 absolute error 9.947598300641403e-14 relative error 5.514915570150844e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8037625733532883 y1[1] (numeric) 1.8037625733532083 absolute error 7.993605777301127e-14 relative error 4.4316285831569275e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2089999999998677 y2[1] (analytic) 1.8031672213836345 y2[1] (numeric) 1.8031672213835348 absolute error 9.969802761133906e-14 relative error 5.529050574401924e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8031672213836345 y1[1] (numeric) 1.8031672213835543 absolute error 8.01581023779363e-14 relative error 4.44540591839442e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2099999999998676 y2[1] (analytic) 1.8025710662468262 y2[1] (numeric) 1.8025710662467265 absolute error 9.969802761133906e-14 relative error 5.53087916910386e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8025710662468262 y1[1] (numeric) 1.802571066246746 absolute error 8.01581023779363e-14 relative error 4.4468761248251526e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2109999999998675 y2[1] (analytic) 1.8019741085390186 y2[1] (numeric) 1.8019741085389187 absolute error 9.992007221626409e-14 relative error 5.545033735100445e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8019741085390186 y1[1] (numeric) 1.8019741085389382 absolute error 8.038014698286133e-14 relative error 4.46067158245858e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2119999999998674 y2[1] (analytic) 1.8013763488571692 y2[1] (numeric) 1.801376348857069 absolute error 1.0014211682118912e-13 relative error 5.5592001574086044e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8013763488571692 y1[1] (numeric) 1.8013763488570889 absolute error 8.038014698286133e-14 relative error 4.462151789316884e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2129999999998673 y2[1] (analytic) 1.800777787799038 y2[1] (numeric) 1.8007777877989375 absolute error 1.0058620603103918e-13 relative error 5.585708948241666e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.800777787799038 y1[1] (numeric) 1.8007777877989573 absolute error 8.08242361927114e-14 relative error 4.488295931920455e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.213999999999867 y2[1] (analytic) 1.8001784259631854 y2[1] (numeric) 1.8001784259630849 absolute error 1.0058620603103918e-13 relative error 5.587568686543976e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.8001784259631854 y1[1] (numeric) 1.8001784259631046 absolute error 8.08242361927114e-14 relative error 4.489790291174409e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.214999999999867 y2[1] (analytic) 1.7995782639489737 y2[1] (numeric) 1.7995782639488729 absolute error 1.0080825063596421e-13 relative error 5.601770851285554e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7995782639489737 y1[1] (numeric) 1.7995782639488926 absolute error 8.104628079763643e-14 relative error 4.503626345196536e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.215999999999867 y2[1] (analytic) 1.7989773023565647 y2[1] (numeric) 1.7989773023564637 absolute error 1.0103029524088925e-13 relative error 5.6159849881677174e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7989773023565647 y1[1] (numeric) 1.7989773023564835 absolute error 8.126832540256146e-14 relative error 4.517473638833812e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.216999999999867 y2[1] (analytic) 1.7983755417869198 y2[1] (numeric) 1.7983755417868186 absolute error 1.0125233984581428e-13 relative error 5.630211126270485e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7983755417869198 y1[1] (numeric) 1.7983755417868386 absolute error 8.126832540256146e-14 relative error 4.518985246085521e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2179999999998667 y2[1] (analytic) 1.7977729828417999 y2[1] (numeric) 1.7977729828416984 absolute error 1.0147438445073931e-13 relative error 5.644449294723261e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7977729828417999 y1[1] (numeric) 1.7977729828417184 absolute error 8.149037000748649e-14 relative error 4.532850965346689e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2189999999998666 y2[1] (analytic) 1.7971696261237633 y2[1] (numeric) 1.7971696261236618 absolute error 1.0147438445073931e-13 relative error 5.64634428357244e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7971696261237633 y1[1] (numeric) 1.7971696261236818 absolute error 8.149037000748649e-14 relative error 4.534372761643513e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2199999999998665 y2[1] (analytic) 1.7965654722361672 y2[1] (numeric) 1.7965654722360656 absolute error 1.0169642905566434e-13 relative error 5.660602445458545e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7965654722361672 y1[1] (numeric) 1.7965654722360855 absolute error 8.171241461241152e-14 relative error 4.548256986743983e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2209999999998664 y2[1] (analytic) 1.7959605217831653 y2[1] (numeric) 1.7959605217830634 absolute error 1.0191847366058937e-13 relative error 5.674872717101655e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7959605217831653 y1[1] (numeric) 1.7959605217830834 absolute error 8.193445921733655e-14 relative error 4.562152576493487e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2219999999998663 y2[1] (analytic) 1.795354775369708 y2[1] (numeric) 1.7953547753696057 absolute error 1.021405182655144e-13 relative error 5.689155127820413e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.795354775369708 y1[1] (numeric) 1.7953547753696257 absolute error 8.215650382226158e-14 relative error 4.576059559333811e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.222999999999866 y2[1] (analytic) 1.7947482336015415 y2[1] (numeric) 1.794748233601439 absolute error 1.0236256287043943e-13 relative error 5.703449706983543e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7947482336015415 y1[1] (numeric) 1.794748233601459 absolute error 8.237854842718662e-14 relative error 4.589977963754652e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.223999999999866 y2[1] (analytic) 1.7941408970852075 y2[1] (numeric) 1.794140897085105 absolute error 1.0258460747536446e-13 relative error 5.71775648400999e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7941408970852075 y1[1] (numeric) 1.794140897085125 absolute error 8.260059303211165e-14 relative error 4.603907818293759e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.224999999999866 y2[1] (analytic) 1.7935327664280427 y2[1] (numeric) 1.79353276642794 absolute error 1.028066520802895e-13 relative error 5.7320754883690685e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7935327664280427 y1[1] (numeric) 1.79353276642796 absolute error 8.282263763703668e-14 relative error 4.617849151537068e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.225999999999866 y2[1] (analytic) 1.7929238422381775 y2[1] (numeric) 1.7929238422380747 absolute error 1.028066520802895e-13 relative error 5.734022252275473e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7929238422381775 y1[1] (numeric) 1.7929238422380946 absolute error 8.282263763703668e-14 relative error 4.619417494813718e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2269999999998658 y2[1] (analytic) 1.7923141251245363 y2[1] (numeric) 1.7923141251244332 absolute error 1.0302869668521453e-13 relative error 5.748361586898487e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7923141251245363 y1[1] (numeric) 1.7923141251244532 absolute error 8.304468224196171e-14 relative error 4.633377658405246e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2279999999998656 y2[1] (analytic) 1.791703615696836 y2[1] (numeric) 1.7917036156967328 absolute error 1.0325074129013956e-13 relative error 5.762713229218042e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.791703615696836 y1[1] (numeric) 1.7917036156967527 absolute error 8.326672684688674e-14 relative error 4.647349378401647e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2289999999998655 y2[1] (analytic) 1.791092314565586 y2[1] (numeric) 1.7910923145654825 absolute error 1.0347278589506459e-13 relative error 5.777077208896462e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.791092314565586 y1[1] (numeric) 1.7910923145655024 absolute error 8.348877145181177e-14 relative error 4.661332683573111e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2299999999998654 y2[1] (analytic) 1.790480222342087 y2[1] (numeric) 1.7904802223419836 absolute error 1.0347278589506459e-13 relative error 5.779052156170379e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.790480222342087 y1[1] (numeric) 1.7904802223420035 absolute error 8.348877145181177e-14 relative error 4.6629262032619375e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2309999999998653 y2[1] (analytic) 1.7898673396384321 y2[1] (numeric) 1.7898673396383282 absolute error 1.0391687510491465e-13 relative error 5.805842299234686e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7898673396384321 y1[1] (numeric) 1.7898673396383482 absolute error 8.393286066166183e-14 relative error 4.689334164766477e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.231999999999865 y2[1] (analytic) 1.789253667067503 y2[1] (numeric) 1.789253667067399 absolute error 1.0391687510491465e-13 relative error 5.807833568687284e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.789253667067503 y1[1] (numeric) 1.789253667067419 absolute error 8.393286066166183e-14 relative error 4.690942497785883e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.232999999999865 y2[1] (analytic) 1.7886392052429727 y2[1] (numeric) 1.7886392052428686 absolute error 1.0413891970983968e-13 relative error 5.822242932201256e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7886392052429727 y1[1] (numeric) 1.7886392052428886 absolute error 8.415490526658687e-14 relative error 4.704968169092272e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.233999999999865 y2[1] (analytic) 1.7880239547793029 y2[1] (numeric) 1.7880239547791985 absolute error 1.0436096431476471e-13 relative error 5.836664773747177e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7880239547793029 y1[1] (numeric) 1.7880239547792185 absolute error 8.43769498715119e-14 relative error 4.7190055617530365e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.234999999999865 y2[1] (analytic) 1.7874079162917438 y2[1] (numeric) 1.7874079162916394 absolute error 1.0436096431476471e-13 relative error 5.83867640752525e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7874079162917438 y1[1] (numeric) 1.7874079162916594 absolute error 8.43769498715119e-14 relative error 4.7206319890629685e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2359999999998648 y2[1] (analytic) 1.7867910903963344 y2[1] (numeric) 1.7867910903962296 absolute error 1.0480505352461478e-13 relative error 5.865546010830377e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7867910903963344 y1[1] (numeric) 1.7867910903962496 absolute error 8.482103908136196e-14 relative error 4.74711562740933e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2369999999998647 y2[1] (analytic) 1.7861734777098999 y2[1] (numeric) 1.786173477709795 absolute error 1.0480505352461478e-13 relative error 5.867574165247829e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7861734777098999 y1[1] (numeric) 1.786173477709815 absolute error 8.482103908136196e-14 relative error 4.748757057467523e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2379999999998645 y2[1] (analytic) 1.7855550788500532 y2[1] (numeric) 1.7855550788499481 absolute error 1.0502709812953981e-13 relative error 5.882041913665311e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7855550788500532 y1[1] (numeric) 1.7855550788499683 absolute error 8.482103908136196e-14 relative error 4.750401714630335e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2389999999998644 y2[1] (analytic) 1.7849358944351932 y2[1] (numeric) 1.784935894435088 absolute error 1.0524914273446484e-13 relative error 5.896522281981942e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7849358944351932 y1[1] (numeric) 1.7849358944351081 absolute error 8.504308368628699e-14 relative error 4.764489523204818e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2399999999998643 y2[1] (analytic) 1.7843159250845042 y2[1] (numeric) 1.7843159250843987 absolute error 1.0547118733938987e-13 relative error 5.911015300409585e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7843159250845042 y1[1] (numeric) 1.784315925084419 absolute error 8.526512829121202e-14 relative error 4.778589211278486e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.240999999999864 y2[1] (analytic) 1.7836951714179554 y2[1] (numeric) 1.7836951714178497 absolute error 1.056932319443149e-13 relative error 5.925520999212755e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7836951714179554 y1[1] (numeric) 1.78369517141787 absolute error 8.548717289613705e-14 relative error 4.792700808186787e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.241999999999864 y2[1] (analytic) 1.7830736340563005 y2[1] (numeric) 1.7830736340561946 absolute error 1.0591527654923993e-13 relative error 5.940039408708775e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7830736340563005 y1[1] (numeric) 1.7830736340562148 absolute error 8.570921750106208e-14 relative error 4.806824343315696e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.242999999999864 y2[1] (analytic) 1.782451313621077 y2[1] (numeric) 1.7824513136209708 absolute error 1.0613732115416497e-13 relative error 5.954570559267921e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.782451313621077 y1[1] (numeric) 1.782451313620991 absolute error 8.593126210598712e-14 relative error 4.820959846101852e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.243999999999864 y2[1] (analytic) 1.7818282107346048 y2[1] (numeric) 1.7818282107344985 absolute error 1.0635936575909e-13 relative error 5.969114481313583e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7818282107346048 y1[1] (numeric) 1.7818282107345187 absolute error 8.615330671091215e-14 relative error 4.835107346032714e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2449999999998638 y2[1] (analytic) 1.7812043260199872 y2[1] (numeric) 1.7812043260198807 absolute error 1.0658141036401503e-13 relative error 5.983671205322407e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7812043260199872 y1[1] (numeric) 1.7812043260199009 absolute error 8.637535131583718e-14 relative error 4.849266872646701e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2459999999998637 y2[1] (analytic) 1.7805796601011084 y2[1] (numeric) 1.7805796601010018 absolute error 1.0658141036401503e-13 relative error 5.98577040681027e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7805796601011084 y1[1] (numeric) 1.7805796601010222 absolute error 8.615330671091215e-14 relative error 4.838497745504968e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2469999999998636 y2[1] (analytic) 1.7799542136026347 y2[1] (numeric) 1.779954213602528 absolute error 1.0680345496894006e-13 relative error 6.000348444512481e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7799542136026347 y1[1] (numeric) 1.7799542136025484 absolute error 8.637535131583718e-14 relative error 4.852672650551674e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2479999999998634 y2[1] (analytic) 1.7793279871500127 y2[1] (numeric) 1.7793279871499055 absolute error 1.0724754417879012e-13 relative error 6.0274184946964605e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7793279871500127 y1[1] (numeric) 1.779327987149926 absolute error 8.681944052568724e-14 relative error 4.879338781420944e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2489999999998633 y2[1] (analytic) 1.778700981369468 y2[1] (numeric) 1.7787009813693608 absolute error 1.0724754417879012e-13 relative error 6.029543206088381e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.778700981369468 y1[1] (numeric) 1.7787009813693813 absolute error 8.681944052568724e-14 relative error 4.8810587858810705e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.249999999999863 y2[1] (analytic) 1.7780731968880072 y2[1] (numeric) 1.7780731968878998 absolute error 1.0746958878371515e-13 relative error 6.044159991377687e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7780731968880072 y1[1] (numeric) 1.7780731968879202 absolute error 8.704148513061227e-14 relative error 4.8952700756612675e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.250999999999863 y2[1] (analytic) 1.7774446343334143 y2[1] (numeric) 1.7774446343333066 absolute error 1.0769163338864018e-13 relative error 6.058789754035135e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7774446343334143 y1[1] (numeric) 1.777444634333327 absolute error 8.72635297355373e-14 relative error 4.9094935532697076e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.251999999999863 y2[1] (analytic) 1.7768152943342517 y2[1] (numeric) 1.7768152943341438 absolute error 1.0791367799356522e-13 relative error 6.073432524904002e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7768152943342517 y1[1] (numeric) 1.7768152943341642 absolute error 8.748557434046234e-14 relative error 4.9237292485847255e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.252999999999863 y2[1] (analytic) 1.7761851775198596 y2[1] (numeric) 1.7761851775197515 absolute error 1.0813572259849025e-13 relative error 6.0880883348820295e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7761851775198596 y1[1] (numeric) 1.776185177519772 absolute error 8.770761894538737e-14 relative error 4.93797719153676e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.253999999999863 y2[1] (analytic) 1.7755542845203545 y2[1] (numeric) 1.7755542845202463 absolute error 1.0813572259849025e-13 relative error 6.090251564891009e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7755542845203545 y1[1] (numeric) 1.7755542845202668 absolute error 8.770761894538737e-14 relative error 4.939731762077923e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2549999999998627 y2[1] (analytic) 1.7749226159666298 y2[1] (numeric) 1.7749226159665212 absolute error 1.0857981180834031e-13 relative error 6.117439196029812e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7749226159666298 y1[1] (numeric) 1.7749226159665417 absolute error 8.815170815523743e-14 relative error 4.9665099403350416e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2559999999998626 y2[1] (analytic) 1.7742901724903533 y2[1] (numeric) 1.7742901724902447 absolute error 1.0857981180834031e-13 relative error 6.119619749453956e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7742901724903533 y1[1] (numeric) 1.7742901724902653 absolute error 8.79296635503124e-14 relative error 4.955765686674369e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2569999999998624 y2[1] (analytic) 1.7736569547239691 y2[1] (numeric) 1.7736569547238603 absolute error 1.0880185641326534e-13 relative error 6.134323558086122e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7736569547239691 y1[1] (numeric) 1.773656954723881 absolute error 8.815170815523743e-14 relative error 4.970053984816715e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2579999999998623 y2[1] (analytic) 1.7730229633006949 y2[1] (numeric) 1.7730229633005856 absolute error 1.092459456231154e-13 relative error 6.16156405666292e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7730229633006949 y1[1] (numeric) 1.7730229633006063 absolute error 8.859579736508749e-14 relative error 4.9968781679034654e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2589999999998622 y2[1] (analytic) 1.7723881988545214 y2[1] (numeric) 1.7723881988544121 absolute error 1.092459456231154e-13 relative error 6.163770763860879e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7723881988545214 y1[1] (numeric) 1.7723881988544328 absolute error 8.859579736508749e-14 relative error 4.998667753618883e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.259999999999862 y2[1] (analytic) 1.7717526620202135 y2[1] (numeric) 1.771752662020104 absolute error 1.0946799022804043e-13 relative error 6.1785142234933205e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7717526620202135 y1[1] (numeric) 1.7717526620201247 absolute error 8.881784197001252e-14 relative error 5.012993284781599e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.260999999999862 y2[1] (analytic) 1.771116353433308 y2[1] (numeric) 1.7711163534331984 absolute error 1.0969003483296547e-13 relative error 6.193270962708429e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.771116353433308 y1[1] (numeric) 1.771116353433219 absolute error 8.903988657493755e-14 relative error 5.027331287542672e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.261999999999862 y2[1] (analytic) 1.7704792737301132 y2[1] (numeric) 1.7704792737300035 absolute error 1.0969003483296547e-13 relative error 6.1954995158947175e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7704792737301132 y1[1] (numeric) 1.7704792737300241 absolute error 8.903988657493755e-14 relative error 5.029140295291056e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.262999999999862 y2[1] (analytic) 1.769841423547709 y2[1] (numeric) 1.769841423547599 absolute error 1.099120794378905e-13 relative error 6.2102783885331316e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.769841423547709 y1[1] (numeric) 1.7698414235476196 absolute error 8.926193117986259e-14 relative error 5.043498812505695e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2639999999998617 y2[1] (analytic) 1.7692028035239453 y2[1] (numeric) 1.7692028035238352 absolute error 1.1013412404281553e-13 relative error 6.2250706263548445e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7692028035239453 y1[1] (numeric) 1.7692028035238558 absolute error 8.948397578478762e-14 relative error 5.057869883913311e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2649999999998616 y2[1] (analytic) 1.7685634142974425 y2[1] (numeric) 1.7685634142973319 absolute error 1.1057821325266559e-13 relative error 6.252431343921729e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7685634142974425 y1[1] (numeric) 1.7685634142973525 absolute error 8.992806499463768e-14 relative error 5.0848086230688754e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2659999999998615 y2[1] (analytic) 1.767923256507589 y2[1] (numeric) 1.7679232565074783 absolute error 1.1080025785759062e-13 relative error 6.267254952936641e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.767923256507589 y1[1] (numeric) 1.7679232565074992 absolute error 8.992806499463768e-14 relative error 5.0866498115016825e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2669999999998613 y2[1] (analytic) 1.767282330794543 y2[1] (numeric) 1.7672823307944323 absolute error 1.1080025785759062e-13 relative error 6.269527846621797e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.767282330794543 y1[1] (numeric) 1.7672823307944532 absolute error 8.992806499463768e-14 relative error 5.088494544853363e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2679999999998612 y2[1] (analytic) 1.7666406377992305 y2[1] (numeric) 1.7666406377991195 absolute error 1.1102230246251565e-13 relative error 6.284373861161727e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7666406377992305 y1[1] (numeric) 1.7666406377991404 absolute error 9.015010959956271e-14 relative error 5.1029115752633215e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.268999999999861 y2[1] (analytic) 1.7659981781633438 y2[1] (numeric) 1.7659981781632328 absolute error 1.1102230246251565e-13 relative error 6.286660079003025e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7659981781633438 y1[1] (numeric) 1.7659981781632537 absolute error 9.015010959956271e-14 relative error 5.104767984150456e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.269999999999861 y2[1] (analytic) 1.7653549525293428 y2[1] (numeric) 1.7653549525292316 absolute error 1.1124434706744069e-13 relative error 6.301528591066257e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7653549525293428 y1[1] (numeric) 1.7653549525292525 absolute error 9.037215420448774e-14 relative error 5.119205861405123e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.270999999999861 y2[1] (analytic) 1.7647109615404533 y2[1] (numeric) 1.7647109615403418 absolute error 1.1146639167236572e-13 relative error 6.316410681501313e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7647109615404533 y1[1] (numeric) 1.7647109615403627 absolute error 9.059419880941277e-14 relative error 5.133656490144494e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.271999999999861 y2[1] (analytic) 1.7640662058406658 y2[1] (numeric) 1.764066205840554 absolute error 1.1168843627729075e-13 relative error 6.331306382237827e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7640662058406658 y1[1] (numeric) 1.764066205840575 absolute error 9.08162434143378e-14 relative error 5.148119901262964e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2729999999998607 y2[1] (analytic) 1.7634206860747361 y2[1] (numeric) 1.7634206860746242 absolute error 1.1191048088221578e-13 relative error 6.346215725263011e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7634206860747361 y1[1] (numeric) 1.763420686074645 absolute error 9.103828801926284e-14 relative error 5.162596125709989e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2739999999998606 y2[1] (analytic) 1.762774402888184 y2[1] (numeric) 1.7627744028880719 absolute error 1.1213252548714081e-13 relative error 6.361138742621825e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.762774402888184 y1[1] (numeric) 1.7627744028880927 absolute error 9.126033262418787e-14 relative error 5.177085194490238e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2749999999998605 y2[1] (analytic) 1.7621273569272926 y2[1] (numeric) 1.7621273569271803 absolute error 1.1235457009206584e-13 relative error 6.376075466417137e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7621273569272926 y1[1] (numeric) 1.7621273569272011 absolute error 9.14823772291129e-14 relative error 5.191587138663756e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2759999999998604 y2[1] (analytic) 1.7614795488391077 y2[1] (numeric) 1.7614795488389952 absolute error 1.1257661469699087e-13 relative error 6.3910259288098915e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7614795488391077 y1[1] (numeric) 1.761479548839016 absolute error 9.170442183403793e-14 relative error 5.206101989346125e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2769999999998602 y2[1] (analytic) 1.7608309792714376 y2[1] (numeric) 1.7608309792713246 absolute error 1.1302070390684094e-13 relative error 6.418600378873641e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7608309792714376 y1[1] (numeric) 1.7608309792713457 absolute error 9.192646643896296e-14 relative error 5.22062977770862e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.27799999999986 y2[1] (analytic) 1.7601816488728514 y2[1] (numeric) 1.7601816488727382 absolute error 1.1324274851176597e-13 relative error 6.433583067081855e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7601816488728514 y1[1] (numeric) 1.7601816488727593 absolute error 9.214851104388799e-14 relative error 5.235170534978373e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.27899999999986 y2[1] (analytic) 1.7595315582926798 y2[1] (numeric) 1.7595315582925664 absolute error 1.13464793116691e-13 relative error 6.448579599605983e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7595315582926798 y1[1] (numeric) 1.7595315582925874 absolute error 9.237055564881302e-14 relative error 5.24972429243853e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.27999999999986 y2[1] (analytic) 1.7588807081810132 y2[1] (numeric) 1.7588807081808995 absolute error 1.1368683772161603e-13 relative error 6.463590008852157e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7588807081810132 y1[1] (numeric) 1.7588807081809206 absolute error 9.259260025373806e-14 relative error 5.2642910814284166e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.28099999999986 y2[1] (analytic) 1.7582290991887017 y2[1] (numeric) 1.7582290991885876 absolute error 1.141309269314661e-13 relative error 6.491243205116411e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7582290991887017 y1[1] (numeric) 1.758229099188609 absolute error 9.281464485866309e-14 relative error 5.278870933343697e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2819999999998597 y2[1] (analytic) 1.757576731967354 y2[1] (numeric) 1.7575767319672397 absolute error 1.1435297153639112e-13 relative error 6.5062861527752155e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.757576731967354 y1[1] (numeric) 1.7575767319672613 absolute error 9.281464485866309e-14 relative error 5.2808303142913396e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2829999999998596 y2[1] (analytic) 1.7569236071693375 y2[1] (numeric) 1.7569236071692231 absolute error 1.1435297153639112e-13 relative error 6.508704821869324e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7569236071693375 y1[1] (numeric) 1.7569236071692447 absolute error 9.281464485866309e-14 relative error 5.282793428235684e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2839999999998595 y2[1] (analytic) 1.756269725447777 y2[1] (numeric) 1.7562697254476625 absolute error 1.1457501614131615e-13 relative error 6.523771063246234e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.756269725447777 y1[1] (numeric) 1.756269725447684 absolute error 9.303668946358812e-14 relative error 5.297403247093357e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2849999999998594 y2[1] (analytic) 1.7556150874565541 y2[1] (numeric) 1.7556150874564393 absolute error 1.1479706074624119e-13 relative error 6.5388513442632425e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7556150874565541 y1[1] (numeric) 1.7556150874564609 absolute error 9.325873406851315e-14 relative error 5.312026237119075e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2859999999998593 y2[1] (analytic) 1.754959693850307 y2[1] (numeric) 1.7549596938501917 absolute error 1.1524114995609125e-13 relative error 6.566598102504398e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.754959693850307 y1[1] (numeric) 1.7549596938502132 absolute error 9.370282327836321e-14 relative error 5.33931483479163e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.286999999999859 y2[1] (analytic) 1.7543035452844284 y2[1] (numeric) 1.7543035452843132 absolute error 1.1524114995609125e-13 relative error 6.5690541563265776e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7543035452844284 y1[1] (numeric) 1.7543035452843347 absolute error 9.370282327836321e-14 relative error 5.341311857359953e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.287999999999859 y2[1] (analytic) 1.7536466424150676 y2[1] (numeric) 1.7536466424149522 absolute error 1.1546319456101628e-13 relative error 6.584176753077459e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7536466424150676 y1[1] (numeric) 1.7536466424149737 absolute error 9.392486788328824e-14 relative error 5.355974551061087e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.288999999999859 y2[1] (analytic) 1.7529889858991274 y2[1] (numeric) 1.7529889858990115 absolute error 1.1590728377086634e-13 relative error 6.6119801495168106e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7529889858991274 y1[1] (numeric) 1.752988985899033 absolute error 9.43689570931383e-14 relative error 5.383317171541465e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.289999999999859 y2[1] (analytic) 1.7523305763942636 y2[1] (numeric) 1.7523305763941477 absolute error 1.1590728377086634e-13 relative error 6.61446449273096e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7523305763942636 y1[1] (numeric) 1.7523305763941694 absolute error 9.414691248821327e-14 relative error 5.372668476854267e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2909999999998587 y2[1] (analytic) 1.7516714145588865 y2[1] (numeric) 1.7516714145587702 absolute error 1.163513729807164e-13 relative error 6.642305857917794e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7516714145588865 y1[1] (numeric) 1.751671414558792 absolute error 9.459100169806334e-14 relative error 5.400042548612558e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2919999999998586 y2[1] (analytic) 1.7510115010521572 y2[1] (numeric) 1.7510115010520408 absolute error 1.163513729807164e-13 relative error 6.644809180910723e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7510115010521572 y1[1] (numeric) 1.7510115010520626 absolute error 9.459100169806334e-14 relative error 5.4020776928778015e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2929999999998585 y2[1] (analytic) 1.7503508365339897 y2[1] (numeric) 1.750350836533873 absolute error 1.1679546219056647e-13 relative error 6.6726886834780245e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7503508365339897 y1[1] (numeric) 1.750350836533895 absolute error 9.481304630298837e-14 relative error 5.4168024103519326e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2939999999998584 y2[1] (analytic) 1.7496894216650483 y2[1] (numeric) 1.749689421664931 absolute error 1.1723955140041653e-13 relative error 6.7005921135905615e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7496894216650483 y1[1] (numeric) 1.749689421664953 absolute error 9.525713551283843e-14 relative error 5.444231092292331e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2949999999998583 y2[1] (analytic) 1.7490272571067473 y2[1] (numeric) 1.7490272571066299 absolute error 1.1746159600534156e-13 relative error 6.715824211890633e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7490272571067473 y1[1] (numeric) 1.749027257106652 absolute error 9.525713551283843e-14 relative error 5.4462922247657494e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.295999999999858 y2[1] (analytic) 1.748364343521252 y2[1] (numeric) 1.7483643435211342 absolute error 1.176836406102666e-13 relative error 6.731070731701645e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.748364343521252 y1[1] (numeric) 1.7483643435211564 absolute error 9.547918011776346e-14 relative error 5.461057386097561e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.296999999999858 y2[1] (analytic) 1.7477006815714753 y2[1] (numeric) 1.7477006815713574 absolute error 1.1790568521519162e-13 relative error 6.746331706478176e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7477006815714753 y1[1] (numeric) 1.7477006815713796 absolute error 9.57012247226885e-14 relative error 5.47583609320545e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.297999999999858 y2[1] (analytic) 1.7470362719210792 y2[1] (numeric) 1.7470362719209613 absolute error 1.1790568521519162e-13 relative error 6.748897381823673e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7470362719210792 y1[1] (numeric) 1.7470362719209835 absolute error 9.57012247226885e-14 relative error 5.47791859051978e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.298999999999858 y2[1] (analytic) 1.7463711152344736 y2[1] (numeric) 1.7463711152343555 absolute error 1.1812772982011666e-13 relative error 6.764182526247087e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7463711152344736 y1[1] (numeric) 1.7463711152343777 absolute error 9.592326932761353e-14 relative error 5.492719645373575e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.2999999999998577 y2[1] (analytic) 1.7457052121768148 y2[1] (numeric) 1.7457052121766967 absolute error 1.1812772982011666e-13 relative error 6.766762738413134e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7457052121768148 y1[1] (numeric) 1.745705212176719 absolute error 9.592326932761353e-14 relative error 5.494814855252771e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3009999999998576 y2[1] (analytic) 1.7450385634140062 y2[1] (numeric) 1.7450385634138879 absolute error 1.1834977442504169e-13 relative error 6.782072150514618e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7450385634140062 y1[1] (numeric) 1.74503856341391 absolute error 9.614531393253856e-14 relative error 5.509638351168536e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3019999999998575 y2[1] (analytic) 1.7443711696126964 y2[1] (numeric) 1.7443711696125777 absolute error 1.1879386363489175e-13 relative error 6.810125373791153e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7443711696126964 y1[1] (numeric) 1.7443711696125999 absolute error 9.658940314238862e-14 relative error 5.537204743175984e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3029999999998574 y2[1] (analytic) 1.7437030314402788 y2[1] (numeric) 1.7437030314401598 absolute error 1.1901590823981678e-13 relative error 6.8254689069107715e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7437030314402788 y1[1] (numeric) 1.743703031440182 absolute error 9.681144774731365e-14 relative error 5.552060528755776e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3039999999998573 y2[1] (analytic) 1.7430341495648918 y2[1] (numeric) 1.7430341495647725 absolute error 1.192379528447418e-13 relative error 6.840827121746686e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7430341495648918 y1[1] (numeric) 1.7430341495647947 absolute error 9.703349235223868e-14 relative error 5.566930078590878e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.304999999999857 y2[1] (analytic) 1.7423645246554171 y2[1] (numeric) 1.7423645246552977 absolute error 1.1945999744966684e-13 relative error 6.856200052241774e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7423645246554171 y1[1] (numeric) 1.7423645246553199 absolute error 9.725553695716371e-14 relative error 5.581813425431035e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.305999999999857 y2[1] (analytic) 1.7416941573814797 y2[1] (numeric) 1.74169415738136 absolute error 1.1968204205459188e-13 relative error 6.871587732402214e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7416941573814797 y1[1] (numeric) 1.7416941573813822 absolute error 9.747758156208874e-14 relative error 5.596710602086405e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.306999999999857 y2[1] (analytic) 1.7410230484134464 y2[1] (numeric) 1.7410230484133267 absolute error 1.1968204205459188e-13 relative error 6.874236510748971e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7410230484134464 y1[1] (numeric) 1.741023048413349 absolute error 9.725553695716371e-14 relative error 5.586114270330333e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.307999999999857 y2[1] (analytic) 1.740351198422427 y2[1] (numeric) 1.7403511984223068 absolute error 1.2012613126444194e-13 relative error 6.902407478061466e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.740351198422427 y1[1] (numeric) 1.7403511984223292 absolute error 9.769962616701378e-14 relative error 5.613787967369769e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3089999999998567 y2[1] (analytic) 1.7396786080802704 y2[1] (numeric) 1.73967860808015 absolute error 1.2034817586936697e-13 relative error 6.917839611890773e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7396786080802704 y1[1] (numeric) 1.7396786080801725 absolute error 9.792167077193881e-14 relative error 5.62872189823585e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3099999999998566 y2[1] (analytic) 1.7390052780595675 y2[1] (numeric) 1.739005278059447 absolute error 1.20570220474292e-13 relative error 6.933286632046784e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7390052780595675 y1[1] (numeric) 1.7390052780594694 absolute error 9.814371537686384e-14 relative error 5.643669781518745e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3109999999998565 y2[1] (analytic) 1.7383312090336482 y2[1] (numeric) 1.7383312090335274 absolute error 1.2079226507921703e-13 relative error 6.948748572854904e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7383312090336482 y1[1] (numeric) 1.7383312090335499 absolute error 9.836575998178887e-14 relative error 5.658631650321181e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3119999999998564 y2[1] (analytic) 1.7376564016765812 y2[1] (numeric) 1.7376564016764604 absolute error 1.2079226507921703e-13 relative error 6.951447073349506e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7376564016765812 y1[1] (numeric) 1.7376564016764828 absolute error 9.836575998178887e-14 relative error 5.6608291424518955e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3129999999998563 y2[1] (analytic) 1.7369808566631741 y2[1] (numeric) 1.7369808566630531 absolute error 1.2101430968414206e-13 relative error 6.966933988933909e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7369808566631741 y1[1] (numeric) 1.7369808566630756 absolute error 9.85878045867139e-14 relative error 5.675814112085607e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.313999999999856 y2[1] (analytic) 1.736304574668972 y2[1] (numeric) 1.7363045746688506 absolute error 1.2145839889399213e-13 relative error 6.995224263412903e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.736304574668972 y1[1] (numeric) 1.736304574668873 absolute error 9.903189379656396e-14 relative error 5.703601501795529e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.314999999999856 y2[1] (analytic) 1.7356275563702561 y2[1] (numeric) 1.7356275563701347 absolute error 1.2145839889399213e-13 relative error 6.9979528988350415e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7356275563702561 y1[1] (numeric) 1.7356275563701573 absolute error 9.880984919163893e-14 relative error 5.693032979856661e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.315999999999856 y2[1] (analytic) 1.7349498024440457 y2[1] (numeric) 1.7349498024439238 absolute error 1.219024881038422e-13 relative error 7.026283292583832e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7349498024440457 y1[1] (numeric) 1.7349498024439465 absolute error 9.9253938401489e-14 relative error 5.720853609808694e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.316999999999856 y2[1] (analytic) 1.7342713135680938 y2[1] (numeric) 1.7342713135679717 absolute error 1.2212453270876722e-13 relative error 7.041835481756769e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7342713135680938 y1[1] (numeric) 1.7342713135679944 absolute error 9.947598300641403e-14 relative error 5.735895083321877e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3179999999998557 y2[1] (analytic) 1.7335920904208895 y2[1] (numeric) 1.7335920904207671 absolute error 1.2234657731369225e-13 relative error 7.05740283367285e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7335920904208895 y1[1] (numeric) 1.73359209042079 absolute error 9.947598300641403e-14 relative error 5.738142412859232e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3189999999998556 y2[1] (analytic) 1.7329121336816558 y2[1] (numeric) 1.7329121336815334 absolute error 1.2234657731369225e-13 relative error 7.060172003860404e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7329121336816558 y1[1] (numeric) 1.7329121336815563 absolute error 9.947598300641403e-14 relative error 5.740393934173251e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3199999999998555 y2[1] (analytic) 1.73223144403035 y2[1] (numeric) 1.732231444030227 absolute error 1.2279066652354231e-13 relative error 7.088583165183032e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.73223144403035 y1[1] (numeric) 1.73223144403025 absolute error 9.992007221626409e-14 relative error 5.768286481613678e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3209999999998554 y2[1] (analytic) 1.7315500221476605 y2[1] (numeric) 1.7315500221475377 absolute error 1.2279066652354231e-13 relative error 7.091372755795048e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7315500221476605 y1[1] (numeric) 1.7315500221475606 absolute error 9.992007221626409e-14 relative error 5.770556492057453e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3219999999998553 y2[1] (analytic) 1.73086786871501 y2[1] (numeric) 1.730867868714887 absolute error 1.2301271112846734e-13 relative error 7.106996053938625e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.73086786871501 y1[1] (numeric) 1.7308678687149102 absolute error 9.992007221626409e-14 relative error 5.77283072973354e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.322999999999855 y2[1] (analytic) 1.730184984414552 y2[1] (numeric) 1.7301849844144286 absolute error 1.234568003383174e-13 relative error 7.1354682563085506e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.730184984414552 y1[1] (numeric) 1.730184984414452 absolute error 1.0014211682118912e-13 relative error 5.787942776250281e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.323999999999855 y2[1] (analytic) 1.7295013699291704 y2[1] (numeric) 1.7295013699290467 absolute error 1.2367884494324244e-13 relative error 7.151127318754743e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7295013699291704 y1[1] (numeric) 1.72950136992907 absolute error 1.0036416142611415e-13 relative error 5.803069206601695e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.324999999999855 y2[1] (analytic) 1.7288170259424795 y2[1] (numeric) 1.7288170259423556 absolute error 1.2390088954816747e-13 relative error 7.166801789253656e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7288170259424795 y1[1] (numeric) 1.728817025942379 absolute error 1.0058620603103918e-13 relative error 5.818210054716678e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.325999999999855 y2[1] (analytic) 1.7281319531388233 y2[1] (numeric) 1.7281319531386994 absolute error 1.2390088954816747e-13 relative error 7.169642880749069e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7281319531388233 y1[1] (numeric) 1.7281319531387227 absolute error 1.0058620603103918e-13 relative error 5.820516532221018e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3269999999998547 y2[1] (analytic) 1.727446152203275 y2[1] (numeric) 1.7274461522031506 absolute error 1.2434497875801753e-13 relative error 7.198197095719682e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.727446152203275 y1[1] (numeric) 1.7274461522031739 absolute error 1.0103029524088925e-13 relative error 5.848535140272242e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3279999999998546 y2[1] (analytic) 1.7267596238216347 y2[1] (numeric) 1.7267596238215102 absolute error 1.2456702336294256e-13 relative error 7.213918002509983e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7267596238216347 y1[1] (numeric) 1.7267596238215335 absolute error 1.0125233984581428e-13 relative error 5.863719445890467e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3289999999998545 y2[1] (analytic) 1.7260723686804313 y2[1] (numeric) 1.7260723686803066 absolute error 1.247890679678676e-13 relative error 7.229654458999761e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7260723686804313 y1[1] (numeric) 1.7260723686803299 absolute error 1.0147438445073931e-13 relative error 5.8789183056279196e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3299999999998544 y2[1] (analytic) 1.72538438746692 y2[1] (numeric) 1.7253843874667947 absolute error 1.2523315717771766e-13 relative error 7.258275784074736e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.72538438746692 y1[1] (numeric) 1.7253843874668182 absolute error 1.0169642905566434e-13 relative error 5.894131753734449e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3309999999998543 y2[1] (analytic) 1.7246956808690812 y2[1] (numeric) 1.724695680868956 absolute error 1.2523315717771766e-13 relative error 7.2611741634681986e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7246956808690812 y1[1] (numeric) 1.7246956808689795 absolute error 1.0169642905566434e-13 relative error 5.896485402248998e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.331999999999854 y2[1] (analytic) 1.724006249575622 y2[1] (numeric) 1.7240062495754966 absolute error 1.254552017826427e-13 relative error 7.27695748281217e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.724006249575622 y1[1] (numeric) 1.7240062495755202 absolute error 1.0191847366058937e-13 relative error 5.911722981612011e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.332999999999854 y2[1] (analytic) 1.7233160942759738 y2[1] (numeric) 1.723316094275848 absolute error 1.2567724638756772e-13 relative error 7.29275649458663e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7233160942759738 y1[1] (numeric) 1.7233160942758716 absolute error 1.021405182655144e-13 relative error 5.926975242950264e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.333999999999854 y2[1] (analytic) 1.7226252156602917 y2[1] (numeric) 1.7226252156601656 absolute error 1.2612133559741778e-13 relative error 7.32146113100259e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7226252156602917 y1[1] (numeric) 1.7226252156601891 absolute error 1.0258460747536446e-13 relative error 5.955132117118303e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.334999999999854 y2[1] (analytic) 1.721933614419454 y2[1] (numeric) 1.7219336144193276 absolute error 1.2634338020234281e-13 relative error 7.337296812394199e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.721933614419454 y1[1] (numeric) 1.721933614419351 absolute error 1.028066520802895e-13 relative error 5.9704190230905345e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3359999999998537 y2[1] (analytic) 1.7212412912450619 y2[1] (numeric) 1.7212412912449353 absolute error 1.2656542480726785e-13 relative error 7.353148303554617e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7212412912450619 y1[1] (numeric) 1.7212412912449588 absolute error 1.0302869668521453e-13 relative error 5.985720724297091e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3369999999998536 y2[1] (analytic) 1.7205482468294386 y2[1] (numeric) 1.7205482468293118 absolute error 1.2678746941219288e-13 relative error 7.369015640557132e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7205482468294386 y1[1] (numeric) 1.7205482468293356 absolute error 1.0302869668521453e-13 relative error 5.9881317989816285e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3379999999998535 y2[1] (analytic) 1.719854481865629 y2[1] (numeric) 1.7198544818655017 absolute error 1.2723155862204294e-13 relative error 7.397809521886251e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.719854481865629 y1[1] (numeric) 1.7198544818655255 absolute error 1.0347278589506459e-13 relative error 6.016368651307143e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3389999999998534 y2[1] (analytic) 1.719159997047397 y2[1] (numeric) 1.7191599970472697 absolute error 1.2723155862204294e-13 relative error 7.400797996728583e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.719159997047397 y1[1] (numeric) 1.7191599970472935 absolute error 1.0347278589506459e-13 relative error 6.0187990688927054e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3399999999998533 y2[1] (analytic) 1.718464793069228 y2[1] (numeric) 1.7184647930691006 absolute error 1.2745360322696797e-13 relative error 7.416713088391652e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.718464793069228 y1[1] (numeric) 1.7184647930691244 absolute error 1.0369483049998962e-13 relative error 6.034155073656623e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.340999999999853 y2[1] (analytic) 1.717768870626326 y2[1] (numeric) 1.7177688706261982 absolute error 1.2789769243681803e-13 relative error 7.445570508573979e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.717768870626326 y1[1] (numeric) 1.7177688706262222 absolute error 1.0391687510491465e-13 relative error 6.049526038216357e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.341999999999853 y2[1] (analytic) 1.717072230414613 y2[1] (numeric) 1.717072230414485 absolute error 1.2811973704174306e-13 relative error 7.461522862716533e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.717072230414613 y1[1] (numeric) 1.7170722304145092 absolute error 1.0391687510491465e-13 relative error 6.051980415513583e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.342999999999853 y2[1] (analytic) 1.7163748731307296 y2[1] (numeric) 1.7163748731306012 absolute error 1.283417816466681e-13 relative error 7.477491290266214e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7163748731307296 y1[1] (numeric) 1.7163748731306254 absolute error 1.0413891970983968e-13 relative error 6.067376150752344e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.343999999999853 y2[1] (analytic) 1.7156767994720326 y2[1] (numeric) 1.715676799471904 absolute error 1.2856382625159313e-13 relative error 7.493475827799049e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7156767994720326 y1[1] (numeric) 1.7156767994719282 absolute error 1.0436096431476471e-13 relative error 6.082786941391284e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3449999999998528 y2[1] (analytic) 1.7149780101365957 y2[1] (numeric) 1.714978010136467 absolute error 1.2878587085651816e-13 relative error 7.509476511961838e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7149780101365957 y1[1] (numeric) 1.714978010136491 absolute error 1.0458300891968975e-13 relative error 6.0982128226448715e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3459999999998526 y2[1] (analytic) 1.7142785058232084 y2[1] (numeric) 1.7142785058230792 absolute error 1.2922996006636822e-13 relative error 7.538446035891414e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7142785058232084 y1[1] (numeric) 1.7142785058231036 absolute error 1.0480505352461478e-13 relative error 6.113653829795099e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3469999999998525 y2[1] (analytic) 1.7135782872313747 y2[1] (numeric) 1.7135782872312453 absolute error 1.2945200467129325e-13 relative error 7.554484416375783e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7135782872313747 y1[1] (numeric) 1.7135782872312697 absolute error 1.0502709812953981e-13 relative error 6.1291099981916724e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3479999999998524 y2[1] (analytic) 1.7128773550613132 y2[1] (numeric) 1.7128773550611835 absolute error 1.2967404927621828e-13 relative error 7.570539063585001e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7128773550613132 y1[1] (numeric) 1.712877355061208 absolute error 1.0524914273446484e-13 relative error 6.1445813632522105e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3489999999998523 y2[1] (analytic) 1.712175710013956 y2[1] (numeric) 1.7121757100138262 absolute error 1.2989609388114332e-13 relative error 7.586610014464259e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.712175710013956 y1[1] (numeric) 1.7121757100138506 absolute error 1.0547118733938987e-13 relative error 6.1600679604624325e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.349999999999852 y2[1] (analytic) 1.7114733527909483 y2[1] (numeric) 1.7114733527908181 absolute error 1.3011813848606835e-13 relative error 7.602697306030561e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7114733527909483 y1[1] (numeric) 1.7114733527908426 absolute error 1.056932319443149e-13 relative error 6.175569825376361e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.350999999999852 y2[1] (analytic) 1.710770284094647 y2[1] (numeric) 1.7107702840945167 absolute error 1.3034018309099338e-13 relative error 7.61880097537294e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.710770284094647 y1[1] (numeric) 1.7107702840945411 absolute error 1.0591527654923993e-13 relative error 6.1910869936165114e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.351999999999852 y2[1] (analytic) 1.710066504628121 y2[1] (numeric) 1.7100665046279904 absolute error 1.305622276959184e-13 relative error 7.634921059652653e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.710066504628121 y1[1] (numeric) 1.7100665046280148 absolute error 1.0613732115416497e-13 relative error 6.2066195008740954e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.352999999999852 y2[1] (analytic) 1.7093620150951492 y2[1] (numeric) 1.7093620150950186 absolute error 1.305622276959184e-13 relative error 7.638067685074355e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7093620150951492 y1[1] (numeric) 1.709362015095043 absolute error 1.0613732115416497e-13 relative error 6.209177471880173e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3539999999998518 y2[1] (analytic) 1.7086568162002216 y2[1] (numeric) 1.7086568162000908 absolute error 1.3078427230084344e-13 relative error 7.65421534979076e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7086568162002216 y1[1] (numeric) 1.7086568162001152 absolute error 1.0635936575909e-13 relative error 6.224735403310312e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3549999999998517 y2[1] (analytic) 1.707950908648537 y2[1] (numeric) 1.707950908648406 absolute error 1.3100631690576847e-13 relative error 7.670379531542321e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.707950908648537 y1[1] (numeric) 1.7079509086484304 absolute error 1.0658141036401503e-13 relative error 6.240308771424262e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3559999999998515 y2[1] (analytic) 1.7072442931460026 y2[1] (numeric) 1.7072442931458713 absolute error 1.312283615106935e-13 relative error 7.68656026776778e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7072442931460026 y1[1] (numeric) 1.7072442931458958 absolute error 1.0680345496894006e-13 relative error 6.255897612176484e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3569999999998514 y2[1] (analytic) 1.7065369703992341 y2[1] (numeric) 1.7065369703991025 absolute error 1.3167245072054357e-13 relative error 7.715769010837168e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7065369703992341 y1[1] (numeric) 1.7065369703991269 absolute error 1.0724754417879012e-13 relative error 6.284513376449161e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3579999999998513 y2[1] (analytic) 1.7058289411155538 y2[1] (numeric) 1.7058289411154222 absolute error 1.3167245072054357e-13 relative error 7.718971553761673e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7058289411155538 y1[1] (numeric) 1.7058289411154466 absolute error 1.0724754417879012e-13 relative error 6.287121855762038e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.358999999999851 y2[1] (analytic) 1.7051202060029915 y2[1] (numeric) 1.7051202060028596 absolute error 1.318944953254686e-13 relative error 7.735202178774555e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7051202060029915 y1[1] (numeric) 1.705120206002884 absolute error 1.0746958878371515e-13 relative error 6.302757330853342e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.359999999999851 y2[1] (analytic) 1.7044107657702818 y2[1] (numeric) 1.7044107657701497 absolute error 1.3211653993039363e-13 relative error 7.751449508750646e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7044107657702818 y1[1] (numeric) 1.7044107657701741 absolute error 1.0769163338864018e-13 relative error 6.318408423099266e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.360999999999851 y2[1] (analytic) 1.703700621126865 y2[1] (numeric) 1.7037006211267327 absolute error 1.3233858453531866e-13 relative error 7.767713581496908e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.703700621126865 y1[1] (numeric) 1.7037006211267571 absolute error 1.0791367799356522e-13 relative error 6.334075168804525e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.361999999999851 y2[1] (analytic) 1.7029897727828858 y2[1] (numeric) 1.7029897727827532 absolute error 1.325606291402437e-13 relative error 7.78399443489458e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7029897727828858 y1[1] (numeric) 1.7029897727827779 absolute error 1.0791367799356522e-13 relative error 6.336719087703126e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3629999999998508 y2[1] (analytic) 1.7022782214491925 y2[1] (numeric) 1.7022782214490595 absolute error 1.3300471835009375e-13 relative error 7.813336073633339e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7022782214491925 y1[1] (numeric) 1.7022782214490844 absolute error 1.0813572259849025e-13 relative error 6.352411799431445e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3639999999998507 y2[1] (analytic) 1.701565967837336 y2[1] (numeric) 1.7015659678372028 absolute error 1.3322676295501878e-13 relative error 7.829656062312292e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.701565967837336 y1[1] (numeric) 1.701565967837228 absolute error 1.0813572259849025e-13 relative error 6.355070837243476e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3649999999998506 y2[1] (analytic) 1.7008530126595705 y2[1] (numeric) 1.7008530126594368 absolute error 1.3367085216486885e-13 relative error 7.859047852456806e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7008530126595705 y1[1] (numeric) 1.700853012659462 absolute error 1.0835776720341528e-13 relative error 6.370789621260666e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3659999999998504 y2[1] (analytic) 1.7001393566288505 y2[1] (numeric) 1.7001393566287166 absolute error 1.3389289676979388e-13 relative error 7.875407168697372e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.7001393566288505 y1[1] (numeric) 1.700139356628742 absolute error 1.0857981180834031e-13 relative error 6.386524221381451e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3669999999998503 y2[1] (analytic) 1.6994250004588323 y2[1] (numeric) 1.6994250004586982 absolute error 1.341149413747189e-13 relative error 7.891783476088021e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6994250004588323 y1[1] (numeric) 1.6994250004587235 absolute error 1.0880185641326534e-13 relative error 6.4022746743098186e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3679999999998502 y2[1] (analytic) 1.6987099448638718 y2[1] (numeric) 1.6987099448637375 absolute error 1.3433698597964394e-13 relative error 7.908176812987882e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6987099448638718 y1[1] (numeric) 1.6987099448637628 absolute error 1.0902390101819037e-13 relative error 6.41804101682157e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.36899999999985 y2[1] (analytic) 1.6979941905590248 y2[1] (numeric) 1.6979941905588902 absolute error 1.3455903058456897e-13 relative error 7.924587217831916e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6979941905590248 y1[1] (numeric) 1.6979941905589155 absolute error 1.092459456231154e-13 relative error 6.4338232857645254e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.36999999999985 y2[1] (analytic) 1.6972777382600452 y2[1] (numeric) 1.6972777382599105 absolute error 1.34781075189494e-13 relative error 7.941014729131136e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6972777382600452 y1[1] (numeric) 1.697277738259936 absolute error 1.092459456231154e-13 relative error 6.436539121470377e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.37099999999985 y2[1] (analytic) 1.6965605886833859 y2[1] (numeric) 1.6965605886832507 absolute error 1.3522516439934407e-13 relative error 7.970547312093665e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6965605886833859 y1[1] (numeric) 1.6965605886832762 absolute error 1.0969003483296547e-13 relative error 6.465435750696667e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.37199999999985 y2[1] (analytic) 1.6958427425461955 y2[1] (numeric) 1.6958427425460603 absolute error 1.3522516439934407e-13 relative error 7.973921225520736e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6958427425461955 y1[1] (numeric) 1.6958427425460858 absolute error 1.0969003483296547e-13 relative error 6.468172554034883e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3729999999998497 y2[1] (analytic) 1.6951242005663207 y2[1] (numeric) 1.6951242005661853 absolute error 1.354472090042691e-13 relative error 7.990400288015345e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6951242005663207 y1[1] (numeric) 1.6951242005662108 absolute error 1.099120794378905e-13 relative error 6.484013348471468e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3739999999998496 y2[1] (analytic) 1.6944049634623033 y2[1] (numeric) 1.6944049634621676 absolute error 1.3566925360919413e-13 relative error 8.00689661177403e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6944049634623033 y1[1] (numeric) 1.6944049634621932 absolute error 1.1013412404281553e-13 relative error 6.4998702445825175e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3749999999998495 y2[1] (analytic) 1.6936850319533803 y2[1] (numeric) 1.6936850319532444 absolute error 1.3589129821411916e-13 relative error 8.023410235691311e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6936850319533803 y1[1] (numeric) 1.69368503195327 absolute error 1.1035616864774056e-13 relative error 6.515743279638205e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3759999999998493 y2[1] (analytic) 1.692964406759483 y2[1] (numeric) 1.692964406759347 absolute error 1.3589129821411916e-13 relative error 8.026825470845534e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.692964406759483 y1[1] (numeric) 1.6929644067593725 absolute error 1.1035616864774056e-13 relative error 6.518516763088612e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3769999999998492 y2[1] (analytic) 1.692243088601237 y2[1] (numeric) 1.6922430886011006 absolute error 1.3633538742396922e-13 relative error 8.056489539966768e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.692243088601237 y1[1] (numeric) 1.6922430886011262 absolute error 1.1080025785759062e-13 relative error 6.547537916031624e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.377999999999849 y2[1] (analytic) 1.6915210781999597 y2[1] (numeric) 1.6915210781998233 absolute error 1.3633538742396922e-13 relative error 8.059928379317105e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6915210781999597 y1[1] (numeric) 1.6915210781998489 absolute error 1.1080025785759062e-13 relative error 6.550332673093217e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.378999999999849 y2[1] (analytic) 1.690798376277662 y2[1] (numeric) 1.6907983762775254 absolute error 1.3655743202889425e-13 relative error 8.076505983494561e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.690798376277662 y1[1] (numeric) 1.690798376277551 absolute error 1.1102230246251565e-13 relative error 6.566265027231351e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.379999999999849 y2[1] (analytic) 1.6900749835570457 y2[1] (numeric) 1.6900749835569087 absolute error 1.3700152123874432e-13 relative error 8.10623922439238e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6900749835570457 y1[1] (numeric) 1.6900749835569344 absolute error 1.1124434706744069e-13 relative error 6.5822136976022415e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.380999999999849 y2[1] (analytic) 1.6893509007615033 y2[1] (numeric) 1.689350900761366 absolute error 1.3722356584366935e-13 relative error 8.122857470393718e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6893509007615033 y1[1] (numeric) 1.6893509007613918 absolute error 1.1146639167236572e-13 relative error 6.598178721905578e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3819999999998487 y2[1] (analytic) 1.6886261286151174 y2[1] (numeric) 1.6886261286149802 absolute error 1.3722356584366935e-13 relative error 8.126343867260285e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6886261286151174 y1[1] (numeric) 1.688626128615006 absolute error 1.1146639167236572e-13 relative error 6.601010714182302e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3829999999998486 y2[1] (analytic) 1.6879006678426607 y2[1] (numeric) 1.687900667842523 absolute error 1.376676550535194e-13 relative error 8.156146725711956e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6879006678426607 y1[1] (numeric) 1.6879006678425488 absolute error 1.1191048088221578e-13 relative error 6.6301579834819776e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3839999999998485 y2[1] (analytic) 1.687174519169593 y2[1] (numeric) 1.6871745191694554 absolute error 1.376676550535194e-13 relative error 8.159657076926327e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.687174519169593 y1[1] (numeric) 1.6871745191694811 absolute error 1.1191048088221578e-13 relative error 6.633011559307852e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3849999999998484 y2[1] (analytic) 1.6864476833220636 y2[1] (numeric) 1.6864476833219257 absolute error 1.3788969965844444e-13 relative error 8.176340186659168e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6864476833220636 y1[1] (numeric) 1.6864476833219515 absolute error 1.1213252548714081e-13 relative error 6.649036705737327e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3859999999998482 y2[1] (analytic) 1.6857201610269081 y2[1] (numeric) 1.68572016102677 absolute error 1.3811174426336947e-13 relative error 8.193041019289612e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6857201610269081 y1[1] (numeric) 1.6857201610267958 absolute error 1.1235457009206584e-13 relative error 6.6650783854671115e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.386999999999848 y2[1] (analytic) 1.6849919530116488 y2[1] (numeric) 1.6849919530115103 absolute error 1.3855583347321954e-13 relative error 8.222937398933778e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6849919530116488 y1[1] (numeric) 1.6849919530115363 absolute error 1.1257661469699087e-13 relative error 6.681136636633694e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.387999999999848 y2[1] (analytic) 1.6842630600044934 y2[1] (numeric) 1.6842630600043547 absolute error 1.3877787807814457e-13 relative error 8.239679499814852e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6842630600044934 y1[1] (numeric) 1.6842630600043806 absolute error 1.127986593019159e-13 relative error 6.697211497449512e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.388999999999848 y2[1] (analytic) 1.6835334827343351 y2[1] (numeric) 1.6835334827341961 absolute error 1.389999226830696e-13 relative error 8.256439453601533e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6835334827343351 y1[1] (numeric) 1.683533482734222 absolute error 1.1302070390684094e-13 relative error 6.713303006203164e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.389999999999848 y2[1] (analytic) 1.682803221930751 y2[1] (numeric) 1.6828032219306117 absolute error 1.3922196728799463e-13 relative error 8.273217300372138e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.682803221930751 y1[1] (numeric) 1.682803221930638 absolute error 1.1302070390684094e-13 relative error 6.716216277335595e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3909999999998477 y2[1] (analytic) 1.6820722783240019 y2[1] (numeric) 1.6820722783238624 absolute error 1.3944401189291966e-13 relative error 8.290013080285713e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6820722783240019 y1[1] (numeric) 1.6820722783238886 absolute error 1.1324274851176597e-13 relative error 6.7323354632893534e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3919999999998476 y2[1] (analytic) 1.6813406526450314 y2[1] (numeric) 1.6813406526448915 absolute error 1.3988810110276972e-13 relative error 8.320033235543448e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6813406526450314 y1[1] (numeric) 1.6813406526449177 absolute error 1.1368683772161603e-13 relative error 6.761677804124198e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3929999999998475 y2[1] (analytic) 1.6806083456254648 y2[1] (numeric) 1.680608345625325 absolute error 1.3988810110276972e-13 relative error 8.323658600583003e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6806083456254648 y1[1] (numeric) 1.680608345625351 absolute error 1.1368683772161603e-13 relative error 6.764624132537298e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3939999999998474 y2[1] (analytic) 1.6798753579976093 y2[1] (numeric) 1.6798753579974692 absolute error 1.4011014570769476e-13 relative error 8.340508421690543e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6798753579976093 y1[1] (numeric) 1.6798753579974957 absolute error 1.1368683772161603e-13 relative error 6.767575771641137e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3949999999998473 y2[1] (analytic) 1.6791416904944527 y2[1] (numeric) 1.6791416904943122 absolute error 1.4055423491754482e-13 relative error 8.37060003412554e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6791416904944527 y1[1] (numeric) 1.6791416904943388 absolute error 1.1390888232654106e-13 relative error 6.783756425760508e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.395999999999847 y2[1] (analytic) 1.678407343849662 y2[1] (numeric) 1.6784073438495213 absolute error 1.4077627952246985e-13 relative error 8.387491870690922e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.678407343849662 y1[1] (numeric) 1.678407343849548 absolute error 1.141309269314661e-13 relative error 6.799953977184755e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.396999999999847 y2[1] (analytic) 1.6776723187975842 y2[1] (numeric) 1.6776723187974432 absolute error 1.4099832412739488e-13 relative error 8.404401893478861e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6776723187975842 y1[1] (numeric) 1.6776723187974698 absolute error 1.1435297153639112e-13 relative error 6.816168464789943e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.397999999999847 y2[1] (analytic) 1.676936616073244 y2[1] (numeric) 1.6769366160731027 absolute error 1.412203687323199e-13 relative error 8.42133014323493e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.676936616073244 y1[1] (numeric) 1.6769366160731294 absolute error 1.1457501614131615e-13 relative error 6.8323999275302266e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.398999999999847 y2[1] (analytic) 1.676200236412344 y2[1] (numeric) 1.6762002364122026 absolute error 1.4144241333724494e-13 relative error 8.438276660787334e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.676200236412344 y1[1] (numeric) 1.6762002364122293 absolute error 1.1479706074624119e-13 relative error 6.848648404438071e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.3999999999998467 y2[1] (analytic) 1.6754631805512639 y2[1] (numeric) 1.6754631805511224 absolute error 1.4144241333724494e-13 relative error 8.441988757443617e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6754631805512639 y1[1] (numeric) 1.675463180551149 absolute error 1.1479706074624119e-13 relative error 6.8516612050209574e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4009999999998466 y2[1] (analytic) 1.6747254492270596 y2[1] (numeric) 1.674725449226918 absolute error 1.4166445794216997e-13 relative error 8.458966095460766e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6747254492270596 y1[1] (numeric) 1.6747254492269446 absolute error 1.1501910535116622e-13 relative error 6.867937989731469e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4019999999998465 y2[1] (analytic) 1.6739870431774624 y2[1] (numeric) 1.6739870431773205 absolute error 1.41886502547095e-13 relative error 8.475961813764968e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6739870431774624 y1[1] (numeric) 1.6739870431773471 absolute error 1.1524114995609125e-13 relative error 6.88423189568704e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4029999999998464 y2[1] (analytic) 1.673247963140878 y2[1] (numeric) 1.673247963140736 absolute error 1.4210854715202004e-13 relative error 8.492975953502194e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.673247963140878 y1[1] (numeric) 1.6732479631407626 absolute error 1.1546319456101628e-13 relative error 6.900542962220533e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4039999999998463 y2[1] (analytic) 1.672508209856387 y2[1] (numeric) 1.6725082098562445 absolute error 1.425526363618701e-13 relative error 8.523284700295172e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.672508209856387 y1[1] (numeric) 1.6725082098562711 absolute error 1.1590728377086634e-13 relative error 6.930147373137196e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.404999999999846 y2[1] (analytic) 1.671767784063742 y2[1] (numeric) 1.6717677840635992 absolute error 1.4277468096679513e-13 relative error 8.54034168667479e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.671767784063742 y1[1] (numeric) 1.6717677840636258 absolute error 1.1612932837579137e-13 relative error 6.946498759146058e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.405999999999846 y2[1] (analytic) 1.6710266865033687 y2[1] (numeric) 1.6710266865032257 absolute error 1.4299672557172016e-13 relative error 8.557417228981632e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6710266865033687 y1[1] (numeric) 1.6710266865032524 absolute error 1.163513729807164e-13 relative error 6.962867434761452e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.406999999999846 y2[1] (analytic) 1.6702849179163648 y2[1] (numeric) 1.6702849179162218 absolute error 1.4299672557172016e-13 relative error 8.561217552637948e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6702849179163648 y1[1] (numeric) 1.6702849179162484 absolute error 1.163513729807164e-13 relative error 6.965959623574976e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.407999999999846 y2[1] (analytic) 1.669542479044499 y2[1] (numeric) 1.6695424790443558 absolute error 1.432187701766452e-13 relative error 8.578324419670421e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.669542479044499 y1[1] (numeric) 1.6695424790443825 absolute error 1.1657341758564144e-13 relative error 6.98235708577825e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4089999999998457 y2[1] (analytic) 1.66879937063021 y2[1] (numeric) 1.6687993706300666 absolute error 1.4344081478157023e-13 relative error 8.595449956779456e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.66879937063021 y1[1] (numeric) 1.6687993706300932 absolute error 1.1679546219056647e-13 relative error 6.998771946232189e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4099999999998456 y2[1] (analytic) 1.668055593416606 y2[1] (numeric) 1.6680555934164623 absolute error 1.4366285938649526e-13 relative error 8.612594205702512e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.668055593416606 y1[1] (numeric) 1.6680555934164891 absolute error 1.1679546219056647e-13 relative error 7.001892661823063e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4109999999998455 y2[1] (analytic) 1.6673111481474643 y2[1] (numeric) 1.6673111481473204 absolute error 1.438849039914203e-13 relative error 8.629757208262514e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6673111481474643 y1[1] (numeric) 1.6673111481473473 absolute error 1.170175067954915e-13 relative error 7.018336494991273e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4119999999998454 y2[1] (analytic) 1.66656603556723 y2[1] (numeric) 1.666566035567086 absolute error 1.4410694859634532e-13 relative error 8.646939006368103e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.66656603556723 y1[1] (numeric) 1.6665660355671128 absolute error 1.1723955140041653e-13 relative error 7.034797835689304e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4129999999998453 y2[1] (analytic) 1.6658202564210156 y2[1] (numeric) 1.6658202564208715 absolute error 1.4410694859634532e-13 relative error 8.650810196410774e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6658202564210156 y1[1] (numeric) 1.6658202564208984 absolute error 1.1723955140041653e-13 relative error 7.037947278435884e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.413999999999845 y2[1] (analytic) 1.6650738114546004 y2[1] (numeric) 1.665073811454456 absolute error 1.4432899320127035e-13 relative error 8.668023736148084e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6650738114546004 y1[1] (numeric) 1.665073811454483 absolute error 1.1746159600534156e-13 relative error 7.054437779111287e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.414999999999845 y2[1] (analytic) 1.6643267014144292 y2[1] (numeric) 1.6643267014142846 absolute error 1.4455103780619538e-13 relative error 8.685256186982314e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6643267014144292 y1[1] (numeric) 1.6643267014143115 absolute error 1.176836406102666e-13 relative error 7.070945897235986e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.415999999999845 y2[1] (analytic) 1.6635789270476118 y2[1] (numeric) 1.663578927047467 absolute error 1.4477308241112041e-13 relative error 8.70250759115182e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6635789270476118 y1[1] (numeric) 1.663578927047494 absolute error 1.176836406102666e-13 relative error 7.074124268881081e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.416999999999845 y2[1] (analytic) 1.662830489101923 y2[1] (numeric) 1.6628304891017778 absolute error 1.4521717162097048e-13 relative error 8.733131402912916e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.662830489101923 y1[1] (numeric) 1.6628304891018049 absolute error 1.1812772982011666e-13 relative error 7.104015147323657e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4179999999998447 y2[1] (analytic) 1.6620813883258 y2[1] (numeric) 1.6620813883256547 absolute error 1.454392162258955e-13 relative error 8.750426859204239e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6620813883258 y1[1] (numeric) 1.6620813883256818 absolute error 1.1834977442504169e-13 relative error 7.1205763602379525e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4189999999998446 y2[1] (analytic) 1.661331625468344 y2[1] (numeric) 1.6613316254681985 absolute error 1.454392162258955e-13 relative error 8.754375947360596e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.661331625468344 y1[1] (numeric) 1.6613316254682255 absolute error 1.1834977442504169e-13 relative error 7.123789893043049e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4199999999998445 y2[1] (analytic) 1.6605812012793173 y2[1] (numeric) 1.6605812012791719 absolute error 1.454392162258955e-13 relative error 8.758332089623118e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6605812012793173 y1[1] (numeric) 1.660581201279199 absolute error 1.1834977442504169e-13 relative error 7.127009166059728e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4209999999998444 y2[1] (analytic) 1.659830116509145 y2[1] (numeric) 1.659830116508999 absolute error 1.4588330543574557e-13 relative error 8.7890503964682e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.659830116509145 y1[1] (numeric) 1.6598301165090261 absolute error 1.1879386363489175e-13 relative error 7.156989287839401e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4219999999998443 y2[1] (analytic) 1.6590783719089106 y2[1] (numeric) 1.6590783719087645 absolute error 1.461053500406706e-13 relative error 8.806416412538968e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6590783719089106 y1[1] (numeric) 1.6590783719087918 absolute error 1.1879386363489175e-13 relative error 7.1602321895263644e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.422999999999844 y2[1] (analytic) 1.6583259682303595 y2[1] (numeric) 1.6583259682302132 absolute error 1.4632739464559563e-13 relative error 8.82380168006084e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6583259682303595 y1[1] (numeric) 1.6583259682302405 absolute error 1.1901590823981678e-13 relative error 7.176870562234612e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.423999999999844 y2[1] (analytic) 1.6575729062258948 y2[1] (numeric) 1.6575729062257485 absolute error 1.4632739464559563e-13 relative error 8.827810474941128e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6575729062258948 y1[1] (numeric) 1.6575729062257758 absolute error 1.1901590823981678e-13 relative error 7.180131129845895e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.424999999999844 y2[1] (analytic) 1.6568191866485789 y2[1] (numeric) 1.6568191866484323 absolute error 1.4654943925052066e-13 relative error 8.84522828027852e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6568191866485789 y1[1] (numeric) 1.6568191866484596 absolute error 1.192379528447418e-13 relative error 7.1967993734993415e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.425999999999844 y2[1] (analytic) 1.656064810252131 y2[1] (numeric) 1.6560648102519842 absolute error 1.467714838554457e-13 relative error 8.862665455290978e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.656064810252131 y1[1] (numeric) 1.6560648102520115 absolute error 1.1945999744966684e-13 relative error 7.2134856504486325e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4269999999998437 y2[1] (analytic) 1.6553097777909276 y2[1] (numeric) 1.6553097777907804 absolute error 1.4721557306529576e-13 relative error 8.893536124806827e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6553097777909276 y1[1] (numeric) 1.655309777790808 absolute error 1.1968204205459188e-13 relative error 7.230190001916862e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4279999999998436 y2[1] (analytic) 1.6545540900200009 y2[1] (numeric) 1.6545540900198534 absolute error 1.474376176702208e-13 relative error 8.91101829547552e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6545540900200009 y1[1] (numeric) 1.6545540900198812 absolute error 1.1968204205459188e-13 relative error 7.233492260935701e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4289999999998435 y2[1] (analytic) 1.6537977476950387 y2[1] (numeric) 1.653797747694891 absolute error 1.4765966227514582e-13 relative error 8.928519976577834e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6537977476950387 y1[1] (numeric) 1.6537977476949188 absolute error 1.199040866595169e-13 relative error 7.25022674789779e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4299999999998434 y2[1] (analytic) 1.6530407515723835 y2[1] (numeric) 1.6530407515722354 absolute error 1.4810375148499588e-13 relative error 8.959473705903414e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6530407515723835 y1[1] (numeric) 1.6530407515722634 absolute error 1.2012613126444194e-13 relative error 7.266979422629306e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4309999999998433 y2[1] (analytic) 1.652283102409031 y2[1] (numeric) 1.6522831024088827 absolute error 1.4832579608992091e-13 relative error 8.977020697824828e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.652283102409031 y1[1] (numeric) 1.6522831024089106 absolute error 1.2034817586936697e-13 relative error 7.283750326678229e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.431999999999843 y2[1] (analytic) 1.6515248009626304 y2[1] (numeric) 1.6515248009624819 absolute error 1.4854784069484595e-13 relative error 8.994587341846837e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6515248009626304 y1[1] (numeric) 1.6515248009625099 absolute error 1.20570220474292e-13 relative error 7.300539501678375e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.432999999999843 y2[1] (analytic) 1.6507658479914833 y2[1] (numeric) 1.6507658479913345 absolute error 1.4876988529977098e-13 relative error 9.012173681735783e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6507658479914833 y1[1] (numeric) 1.6507658479913625 absolute error 1.2079226507921703e-13 relative error 7.317346989349651e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.433999999999843 y2[1] (analytic) 1.6500062442545422 y2[1] (numeric) 1.6500062442543932 absolute error 1.48991929904696e-13 relative error 9.029779761349279e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6500062442545422 y1[1] (numeric) 1.6500062442544214 absolute error 1.2079226507921703e-13 relative error 7.320715633642337e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.434999999999843 y2[1] (analytic) 1.6492459905114112 y2[1] (numeric) 1.649245990511262 absolute error 1.4921397450962104e-13 relative error 9.04740562463648e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6492459905114112 y1[1] (numeric) 1.6492459905112902 absolute error 1.2101430968414206e-13 relative error 7.337553668790003e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4359999999998427 y2[1] (analytic) 1.6484850875223438 y2[1] (numeric) 1.6484850875221944 absolute error 1.4943601911454607e-13 relative error 9.065051315638341e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6484850875223438 y1[1] (numeric) 1.6484850875222226 absolute error 1.212363542890671e-13 relative error 7.354410131260823e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4369999999998426 y2[1] (analytic) 1.6477235360482427 y2[1] (numeric) 1.647723536048093 absolute error 1.496580637194711e-13 relative error 9.082716878487883e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6477235360482427 y1[1] (numeric) 1.6477235360481215 absolute error 1.212363542890671e-13 relative error 7.357809222039145e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4379999999998425 y2[1] (analytic) 1.64696133685066 y2[1] (numeric) 1.6469613368505098 absolute error 1.5010215292932116e-13 relative error 9.113884434976984e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.64696133685066 y1[1] (numeric) 1.6469613368505382 absolute error 1.2168044349891716e-13 relative error 7.388178506460633e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4389999999998424 y2[1] (analytic) 1.646198490691794 y2[1] (numeric) 1.6461984906916436 absolute error 1.503241975342462e-13 relative error 9.131596121867076e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.646198490691794 y1[1] (numeric) 1.646198490691672 absolute error 1.219024881038422e-13 relative error 7.405090503552474e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4399999999998423 y2[1] (analytic) 1.6454349983344911 y2[1] (numeric) 1.6454349983343406 absolute error 1.5054624213917123e-13 relative error 9.14932782465148e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6454349983344911 y1[1] (numeric) 1.645434998334369 absolute error 1.2212453270876722e-13 relative error 7.422021096693679e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.440999999999842 y2[1] (analytic) 1.6446708605422438 y2[1] (numeric) 1.644670860542093 absolute error 1.5076828674409626e-13 relative error 9.167079587850686e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6446708605422438 y1[1] (numeric) 1.6446708605421214 absolute error 1.2234657731369225e-13 relative error 7.438970328285314e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.441999999999842 y2[1] (analytic) 1.6439060780791896 y2[1] (numeric) 1.6439060780790387 absolute error 1.509903313490213e-13 relative error 9.184851456078614e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6439060780791896 y1[1] (numeric) 1.643906078079067 absolute error 1.2256862191861728e-13 relative error 7.455938240816758e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.442999999999842 y2[1] (analytic) 1.643140651710111 y2[1] (numeric) 1.6431406517099598 absolute error 1.5121237595394632e-13 relative error 9.202643474042889e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.643140651710111 y1[1] (numeric) 1.6431406517099882 absolute error 1.2279066652354231e-13 relative error 7.472924876865958e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.443999999999842 y2[1] (analytic) 1.6423745822004343 y2[1] (numeric) 1.6423745822002829 absolute error 1.5143442055887135e-13 relative error 9.220455686545106e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6423745822004343 y1[1] (numeric) 1.6423745822003113 absolute error 1.2301271112846734e-13 relative error 7.489930279099689e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4449999999998417 y2[1] (analytic) 1.641607870316229 y2[1] (numeric) 1.6416078703160772 absolute error 1.5165646516379638e-13 relative error 9.2382881384811e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.641607870316229 y1[1] (numeric) 1.6416078703161057 absolute error 1.2323475573339238e-13 relative error 7.506954490273808e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4459999999998416 y2[1] (analytic) 1.6408405168242068 y2[1] (numeric) 1.6408405168240547 absolute error 1.5210055437364645e-13 relative error 9.269673244541284e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6408405168242068 y1[1] (numeric) 1.6408405168240834 absolute error 1.234568003383174e-13 relative error 7.52399755323351e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4469999999998415 y2[1] (analytic) 1.6400725224917212 y2[1] (numeric) 1.6400725224915689 absolute error 1.5232259897857148e-13 relative error 9.287552647193404e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6400725224917212 y1[1] (numeric) 1.6400725224915975 absolute error 1.2367884494324244e-13 relative error 7.541059510913595e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4479999999998414 y2[1] (analytic) 1.6393038880867663 y2[1] (numeric) 1.6393038880866138 absolute error 1.525446435834965e-13 relative error 9.305452435761107e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6393038880867663 y1[1] (numeric) 1.6393038880866426 absolute error 1.2367884494324244e-13 relative error 7.544595351847069e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4489999999998413 y2[1] (analytic) 1.6385346143779769 y2[1] (numeric) 1.6385346143778239 absolute error 1.5298873279334657e-13 relative error 9.336924069280305e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6385346143779769 y1[1] (numeric) 1.6385346143778527 absolute error 1.241229341530925e-13 relative error 7.575240282623645e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.449999999999841 y2[1] (analytic) 1.6377647021346262 y2[1] (numeric) 1.6377647021344728 absolute error 1.5343282200319663e-13 relative error 9.368428920419136e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6377647021346262 y1[1] (numeric) 1.6377647021345019 absolute error 1.2434497875801753e-13 relative error 7.59235918297354e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.450999999999841 y2[1] (analytic) 1.6369941521266265 y2[1] (numeric) 1.6369941521264728 absolute error 1.5365486660812167e-13 relative error 9.386402902448242e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6369941521266265 y1[1] (numeric) 1.636994152126502 absolute error 1.2456702336294256e-13 relative error 7.609497150684197e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.451999999999841 y2[1] (analytic) 1.6362229651245275 y2[1] (numeric) 1.6362229651243738 absolute error 1.5365486660812167e-13 relative error 9.390826915598725e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6362229651245275 y1[1] (numeric) 1.636222965124403 absolute error 1.2456702336294256e-13 relative error 7.61308367001573e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.452999999999841 y2[1] (analytic) 1.6354511418995168 y2[1] (numeric) 1.6354511418993627 absolute error 1.5409895581797173e-13 relative error 9.422412682961071e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6354511418995168 y1[1] (numeric) 1.6354511418993918 absolute error 1.2501111257279263e-13 relative error 7.643830461825768e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4539999999998408 y2[1] (analytic) 1.6346786832234168 y2[1] (numeric) 1.6346786832232627 absolute error 1.5409895581797173e-13 relative error 9.426865193721408e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6346786832234168 y1[1] (numeric) 1.6346786832232918 absolute error 1.2501111257279263e-13 relative error 7.64744251306218e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4549999999998406 y2[1] (analytic) 1.6339055898686867 y2[1] (numeric) 1.6339055898685322 absolute error 1.545430450278218e-13 relative error 9.458505190636019e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6339055898686867 y1[1] (numeric) 1.6339055898685615 absolute error 1.2523315717771766e-13 relative error 7.664650757929187e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4559999999998405 y2[1] (analytic) 1.6331318626084195 y2[1] (numeric) 1.6331318626082647 absolute error 1.5476508963274682e-13 relative error 9.476582581981947e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6331318626084195 y1[1] (numeric) 1.633131862608294 absolute error 1.254552017826427e-13 relative error 7.681878276642468e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4569999999998404 y2[1] (analytic) 1.6323575022163423 y2[1] (numeric) 1.6323575022161874 absolute error 1.5498713423767185e-13 relative error 9.494680793100606e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6323575022163423 y1[1] (numeric) 1.6323575022162167 absolute error 1.2567724638756772e-13 relative error 7.699125113030005e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4579999999998403 y2[1] (analytic) 1.6315825094668157 y2[1] (numeric) 1.6315825094666605 absolute error 1.5520917884259688e-13 relative error 9.512799870189687e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6315825094668157 y1[1] (numeric) 1.6315825094666898 absolute error 1.2589929099249275e-13 relative error 7.716391311012236e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.45899999999984 y2[1] (analytic) 1.6308068851348323 y2[1] (numeric) 1.6308068851346769 absolute error 1.5543122344752192e-13 relative error 9.53093985954512e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6308068851348323 y1[1] (numeric) 1.6308068851347062 absolute error 1.2612133559741778e-13 relative error 7.733676914602324e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.45999999999984 y2[1] (analytic) 1.6300306299960163 y2[1] (numeric) 1.6300306299958607 absolute error 1.5565326805244695e-13 relative error 9.54910080756135e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6300306299960163 y1[1] (numeric) 1.63003062999589 absolute error 1.2634338020234281e-13 relative error 7.75098196790643e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.46099999999984 y2[1] (analytic) 1.6292537448266229 y2[1] (numeric) 1.629253744826467 absolute error 1.5587531265737198e-13 relative error 9.567282760731629e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6292537448266229 y1[1] (numeric) 1.6292537448264963 absolute error 1.2656542480726785e-13 relative error 7.768306515123972e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.46199999999984 y2[1] (analytic) 1.6284762304035372 y2[1] (numeric) 1.6284762304033809 absolute error 1.5631940186722204e-13 relative error 9.59912088053542e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6284762304035372 y1[1] (numeric) 1.6284762304034102 absolute error 1.270095140171179e-13 relative error 7.79928571543503e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4629999999998398 y2[1] (analytic) 1.6276980875042732 y2[1] (numeric) 1.6276980875041167 absolute error 1.5654144647214707e-13 relative error 9.617351502339717e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6276980875042732 y1[1] (numeric) 1.627698087504146 absolute error 1.2723155862204294e-13 relative error 7.816655901901643e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4639999999998397 y2[1] (analytic) 1.626919316906974 y2[1] (numeric) 1.6269193169068175 absolute error 1.5654144647214707e-13 relative error 9.621955117587308e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.626919316906974 y1[1] (numeric) 1.6269193169068468 absolute error 1.2723155862204294e-13 relative error 7.820397563656069e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4649999999998395 y2[1] (analytic) 1.6261399193904102 y2[1] (numeric) 1.6261399193902535 absolute error 1.567634910770721e-13 relative error 9.640221558292345e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6261399193904102 y1[1] (numeric) 1.6261399193902828 absolute error 1.2745360322696797e-13 relative error 7.837800530396326e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4659999999998394 y2[1] (analytic) 1.6253598957339794 y2[1] (numeric) 1.6253598957338222 absolute error 1.5720758028692217e-13 relative error 9.672170495872265e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6253598957339794 y1[1] (numeric) 1.6253598957338515 absolute error 1.2789769243681803e-13 relative error 7.868884471218113e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4669999999998393 y2[1] (analytic) 1.6245792467177047 y2[1] (numeric) 1.6245792467175475 absolute error 1.5720758028692217e-13 relative error 9.676818204131556e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6245792467177047 y1[1] (numeric) 1.6245792467175768 absolute error 1.2789769243681803e-13 relative error 7.872665657598554e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.467999999999839 y2[1] (analytic) 1.6237979731222354 y2[1] (numeric) 1.623797973122078 absolute error 1.574296248918472e-13 relative error 9.695148503550712e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6237979731222354 y1[1] (numeric) 1.6237979731221073 absolute error 1.2811973704174306e-13 relative error 7.890127907685136e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.468999999999839 y2[1] (analytic) 1.623016075728845 y2[1] (numeric) 1.6230160757286873 absolute error 1.5765166949677223e-13 relative error 9.713500183661204e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.623016075728845 y1[1] (numeric) 1.6230160757287166 absolute error 1.283417816466681e-13 relative error 7.90761000867067e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.469999999999839 y2[1] (analytic) 1.622233555319431 y2[1] (numeric) 1.6222335553192728 absolute error 1.580957587066223e-13 relative error 9.745560877360348e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.622233555319431 y1[1] (numeric) 1.6222335553193024 absolute error 1.2856382625159313e-13 relative error 7.925112005606237e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.470999999999839 y2[1] (analytic) 1.6214504126765132 y2[1] (numeric) 1.621450412676355 absolute error 1.5831780331154732e-13 relative error 9.763962072094057e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6214504126765132 y1[1] (numeric) 1.6214504126763845 absolute error 1.2878587085651816e-13 relative error 7.942633943638924e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4719999999998388 y2[1] (analytic) 1.6206666485832346 y2[1] (numeric) 1.620666648583076 absolute error 1.5853984791647235e-13 relative error 9.78238480165343e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6206666485832346 y1[1] (numeric) 1.6206666485831056 absolute error 1.290079154614432e-13 relative error 7.960175868012106e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4729999999998387 y2[1] (analytic) 1.6198822638233592 y2[1] (numeric) 1.6198822638232004 absolute error 1.5876189252139739e-13 relative error 9.800829113757718e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6198822638233592 y1[1] (numeric) 1.61988226382323 absolute error 1.2922996006636822e-13 relative error 7.977737824065722e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4739999999998386 y2[1] (analytic) 1.6190972591812716 y2[1] (numeric) 1.6190972591811126 absolute error 1.5898393712632242e-13 relative error 9.81929505622879e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6190972591812716 y1[1] (numeric) 1.6190972591811421 absolute error 1.2945200467129325e-13 relative error 7.99531985723657e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4749999999998384 y2[1] (analytic) 1.6183116354419764 y2[1] (numeric) 1.6183116354418172 absolute error 1.5920598173124745e-13 relative error 9.83778267699143e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6183116354419764 y1[1] (numeric) 1.6183116354418468 absolute error 1.2967404927621828e-13 relative error 8.01292201305857e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4759999999998383 y2[1] (analytic) 1.6175253933910971 y2[1] (numeric) 1.617525393390938 absolute error 1.5920598173124745e-13 relative error 9.842564597856267e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6175253933910971 y1[1] (numeric) 1.6175253933909675 absolute error 1.2967404927621828e-13 relative error 8.016816910945691e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.476999999999838 y2[1] (analytic) 1.6167385338148763 y2[1] (numeric) 1.6167385338147167 absolute error 1.596500709410975e-13 relative error 9.874823145606929e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6167385338148763 y1[1] (numeric) 1.6167385338147462 absolute error 1.3011813848606835e-13 relative error 8.048186875279083e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.477999999999838 y2[1] (analytic) 1.615951057500173 y2[1] (numeric) 1.6159510575000129 absolute error 1.6009416015094757e-13 relative error 9.90711688995138e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.615951057500173 y1[1] (numeric) 1.6159510575000426 absolute error 1.3034018309099338e-13 relative error 8.065849673233648e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.478999999999838 y2[1] (analytic) 1.6151629652344632 y2[1] (numeric) 1.615162965234303 absolute error 1.603162047558726e-13 relative error 9.925698409794859e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6151629652344632 y1[1] (numeric) 1.615162965234333 absolute error 1.3034018309099338e-13 relative error 8.069785272229338e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.479999999999838 y2[1] (analytic) 1.6143742578058395 y2[1] (numeric) 1.614374257805679 absolute error 1.6053824936079764e-13 relative error 9.944301860895105e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6143742578058395 y1[1] (numeric) 1.6143742578057092 absolute error 1.3034018309099338e-13 relative error 8.073727790242637e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.480999999999838 y2[1] (analytic) 1.6135849360030095 y2[1] (numeric) 1.6135849360028485 absolute error 1.609823385706477e-13 relative error 9.976688241117011e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6135849360030095 y1[1] (numeric) 1.613584936002879 absolute error 1.305622276959184e-13 relative error 8.09143818727835e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4819999999998377 y2[1] (analytic) 1.6127950006152942 y2[1] (numeric) 1.6127950006151333 absolute error 1.609823385706477e-13 relative error 9.98157475123817e-12% Correct digits 13 h 0.001 y1[1] (analytic) 1.6127950006152942 y1[1] (numeric) 1.6127950006151637 absolute error 1.305622276959184e-13 relative error 8.095401315486956e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4829999999998376 y2[1] (analytic) 1.6120044524326298 y2[1] (numeric) 1.6120044524324684 absolute error 1.6142642778049776e-13 relative error 1.0014018729098034e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.6120044524326298 y1[1] (numeric) 1.6120044524324988 absolute error 1.3100631690576847e-13 relative error 8.126920289089188e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4839999999998374 y2[1] (analytic) 1.6112132922455635 y2[1] (numeric) 1.611213292245402 absolute error 1.6142642778049776e-13 relative error 1.0018935950777578e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.6112132922455635 y1[1] (numeric) 1.6112132922454325 absolute error 1.3100631690576847e-13 relative error 8.130910881648928e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4849999999998373 y2[1] (analytic) 1.6104215208452564 y2[1] (numeric) 1.6104215208450945 absolute error 1.6187051699034782e-13 relative error 1.0051437769248601e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.6104215208452564 y1[1] (numeric) 1.610421520845125 absolute error 1.3145040611561853e-13 relative error 8.162484443614775e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4859999999998372 y2[1] (analytic) 1.609629139023479 y2[1] (numeric) 1.6096291390233168 absolute error 1.6209256159527285e-13 relative error 1.0070180618972287e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.609629139023479 y1[1] (numeric) 1.6096291390233475 absolute error 1.3145040611561853e-13 relative error 8.166502638947389e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.486999999999837 y2[1] (analytic) 1.6088361475726134 y2[1] (numeric) 1.608836147572451 absolute error 1.6231460620019789e-13 relative error 1.0088945754053052e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.6088361475726134 y1[1] (numeric) 1.6088361475724817 absolute error 1.3167245072054357e-13 relative error 8.184329455750288e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.487999999999837 y2[1] (analytic) 1.608042547285651 y2[1] (numeric) 1.6080425472854885 absolute error 1.6253665080512292e-13 relative error 1.0107733223818118e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.608042547285651 y1[1] (numeric) 1.608042547285519 absolute error 1.318944953254686e-13 relative error 8.202176960311423e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.488999999999837 y2[1] (analytic) 1.607248338956192 y2[1] (numeric) 1.6072483389560293 absolute error 1.6275869541004795e-13 relative error 1.0126543077701957e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.607248338956192 y1[1] (numeric) 1.60724833895606 absolute error 1.3211653993039363e-13 relative error 8.22004519949886e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.489999999999837 y2[1] (analytic) 1.6064535233784447 y2[1] (numeric) 1.6064535233782817 absolute error 1.6298074001497298e-13 relative error 1.0145375365246614e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.6064535233784447 y1[1] (numeric) 1.6064535233783124 absolute error 1.3233858453531866e-13 relative error 8.237934220281992e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4909999999998367 y2[1] (analytic) 1.6056581013472244 y2[1] (numeric) 1.6056581013470612 absolute error 1.63202784619898e-13 relative error 1.0164230136102015e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.6056581013472244 y1[1] (numeric) 1.605658101347092 absolute error 1.3233858453531866e-13 relative error 8.242015185192926e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4919999999998366 y2[1] (analytic) 1.6048620736579533 y2[1] (numeric) 1.6048620736577899 absolute error 1.6342482922482304e-13 relative error 1.0183107440026277e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.6048620736579533 y1[1] (numeric) 1.6048620736578207 absolute error 1.325606291402437e-13 relative error 8.259939051216966e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4929999999998365 y2[1] (analytic) 1.604065441106659 y2[1] (numeric) 1.6040654411064954 absolute error 1.6364687382974807e-13 relative error 1.020200732688603e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.604065441106659 y1[1] (numeric) 1.6040654411065263 absolute error 1.3278267374516872e-13 relative error 8.27788382832815e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4939999999998363 y2[1] (analytic) 1.603268204489974 y2[1] (numeric) 1.6032682044898101 absolute error 1.638689184346731e-13 relative error 1.0220929846656723e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.603268204489974 y1[1] (numeric) 1.603268204489841 absolute error 1.3300471835009375e-13 relative error 8.295849563885335e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4949999999998362 y2[1] (analytic) 1.6024703646051346 y2[1] (numeric) 1.6024703646049705 absolute error 1.6409096303959814e-13 relative error 1.0239875049422948e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.6024703646051346 y1[1] (numeric) 1.6024703646050016 absolute error 1.3300471835009375e-13 relative error 8.29997991150791e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.495999999999836 y2[1] (analytic) 1.601671922249981 y2[1] (numeric) 1.6016719222498166 absolute error 1.6431300764452317e-13 relative error 1.025884298537875e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.601671922249981 y1[1] (numeric) 1.6016719222498477 absolute error 1.3322676295501878e-13 relative error 8.317980798955744e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.496999999999836 y2[1] (analytic) 1.600872878222955 y2[1] (numeric) 1.6008728782227906 absolute error 1.645350522494482e-13 relative error 1.0277833704827952e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.600872878222955 y1[1] (numeric) 1.6008728782228216 absolute error 1.3344880755994382e-13 relative error 8.336002775440754e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.497999999999836 y2[1] (analytic) 1.6000732333231011 y2[1] (numeric) 1.6000732333229364 absolute error 1.6475709685437323e-13 relative error 1.0296847258184463e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.6000732333231011 y1[1] (numeric) 1.6000732333229675 absolute error 1.3367085216486885e-13 relative error 8.354045888715697e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.498999999999836 y2[1] (analytic) 1.5992729883500638 y2[1] (numeric) 1.5992729883498988 absolute error 1.6497914145929826e-13 relative error 1.0315883695972616e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5992729883500638 y1[1] (numeric) 1.59927298834993 absolute error 1.3389289676979388e-13 relative error 8.372110186637265e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.4999999999998357 y2[1] (analytic) 1.598472144104088 y2[1] (numeric) 1.598472144103923 absolute error 1.652011860642233e-13 relative error 1.033494306882747e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.598472144104088 y1[1] (numeric) 1.598472144103954 absolute error 1.341149413747189e-13 relative error 8.390195717166387e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5009999999998356 y2[1] (analytic) 1.597670701386018 y2[1] (numeric) 1.5976707013858527 absolute error 1.6542323066914832e-13 relative error 1.0354025427495143e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.597670701386018 y1[1] (numeric) 1.597670701385884 absolute error 1.341149413747189e-13 relative error 8.394404507660493e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5019999999998355 y2[1] (analytic) 1.5968686609972966 y2[1] (numeric) 1.596868660997131 absolute error 1.6564527527407336e-13 relative error 1.0373130822833136e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5968686609972966 y1[1] (numeric) 1.5968686609971623 absolute error 1.3433698597964394e-13 relative error 8.412525667311056e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5029999999998354 y2[1] (analytic) 1.5960660237399638 y2[1] (numeric) 1.596066023739798 absolute error 1.6586731987899839e-13 relative error 1.039225930581065e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5960660237399638 y1[1] (numeric) 1.5960660237398294 absolute error 1.3433698597964394e-13 relative error 8.41675619814651e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5039999999998352 y2[1] (analytic) 1.595262790416657 y2[1] (numeric) 1.5952627904164909 absolute error 1.6608936448392342e-13 relative error 1.0411410927508912e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.595262790416657 y1[1] (numeric) 1.5952627904165224 absolute error 1.3455903058456897e-13 relative error 8.434913131110162e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.504999999999835 y2[1] (analytic) 1.5944589618306093 y2[1] (numeric) 1.594458961830443 absolute error 1.6631140908884845e-13 relative error 1.0430585739121512e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5944589618306093 y1[1] (numeric) 1.5944589618304745 absolute error 1.34781075189494e-13 relative error 8.453091513547073e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.505999999999835 y2[1] (analytic) 1.5936545387856493 y2[1] (numeric) 1.5936545387854828 absolute error 1.6653345369377348e-13 relative error 1.0449783791954717e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5936545387856493 y1[1] (numeric) 1.5936545387855143 absolute error 1.3500311979441904e-13 relative error 8.47129139401129e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.506999999999835 y2[1] (analytic) 1.5928495220862002 y2[1] (numeric) 1.5928495220860333 absolute error 1.6697754290362354e-13 relative error 1.0482945224162062e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5928495220862002 y1[1] (numeric) 1.5928495220860648 absolute error 1.354472090042691e-13 relative error 8.503452907897417e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.507999999999835 y2[1] (analytic) 1.5920439125372783 y2[1] (numeric) 1.592043912537111 absolute error 1.6719958750854857e-13 relative error 1.0502196967800882e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5920439125372783 y1[1] (numeric) 1.5920439125371426 absolute error 1.3566925360919413e-13 relative error 8.52170298449713e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5089999999998347 y2[1] (analytic) 1.591237710944493 y2[1] (numeric) 1.5912377109443256 absolute error 1.674216321134736e-13 relative error 1.0521472119592932e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.591237710944493 y1[1] (numeric) 1.5912377109443574 absolute error 1.3566925360919413e-13 relative error 8.526020510704617e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5099999999998346 y2[1] (analytic) 1.5904309181140464 y2[1] (numeric) 1.5904309181138785 absolute error 1.6786572132332367e-13 relative error 1.0554732017054913e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5904309181140464 y1[1] (numeric) 1.5904309181139105 absolute error 1.3589129821411916e-13 relative error 8.544306870949215e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5109999999998345 y2[1] (analytic) 1.5896235348527306 y2[1] (numeric) 1.5896235348525625 absolute error 1.680877659282487e-13 relative error 1.0574061231662694e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5896235348527306 y1[1] (numeric) 1.5896235348525944 absolute error 1.361133428190442e-13 relative error 8.562614973592116e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5119999999998344 y2[1] (analytic) 1.5888155619679292 y2[1] (numeric) 1.5888155619677609 absolute error 1.6830981053317373e-13 relative error 1.059341402250006e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5888155619679292 y1[1] (numeric) 1.5888155619677928 absolute error 1.3633538742396922e-13 relative error 8.580944867829864e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5129999999998343 y2[1] (analytic) 1.588007000267615 y2[1] (numeric) 1.5880070002674462 absolute error 1.687538997430238e-13 relative error 1.0626773037813117e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.588007000267615 y1[1] (numeric) 1.5880070002674782 absolute error 1.3677947663381929e-13 relative error 8.61327919906958e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.513999999999834 y2[1] (analytic) 1.5871978505603492 y2[1] (numeric) 1.5871978505601805 absolute error 1.687538997430238e-13 relative error 1.0632190541553871e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5871978505603492 y1[1] (numeric) 1.5871978505602125 absolute error 1.3677947663381929e-13 relative error 8.617670228417348e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.514999999999834 y2[1] (analytic) 1.586388113655282 y2[1] (numeric) 1.586388113655113 absolute error 1.6897594434794883e-13 relative error 1.06516143744044e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.586388113655282 y1[1] (numeric) 1.586388113655145 absolute error 1.3700152123874432e-13 relative error 8.636065793702384e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.515999999999834 y2[1] (analytic) 1.58557779036215 y2[1] (numeric) 1.5855777903619808 absolute error 1.6919798895287386e-13 relative error 1.0671061992753355e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.58557779036215 y1[1] (numeric) 1.5855777903620127 absolute error 1.3722356584366935e-13 relative error 8.654483348453509e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.516999999999834 y2[1] (analytic) 1.5847668814912763 y2[1] (numeric) 1.584766881491107 absolute error 1.694200335577989e-13 relative error 1.069053344920822e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5847668814912763 y1[1] (numeric) 1.5847668814911389 absolute error 1.3744561044859438e-13 relative error 8.672922942411387e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5179999999998337 y2[1] (analytic) 1.5839553878535702 y2[1] (numeric) 1.5839553878534003 absolute error 1.6986412276764895e-13 relative error 1.0724047158792338e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5839553878535702 y1[1] (numeric) 1.5839553878534323 absolute error 1.3788969965844444e-13 relative error 8.705402987725545e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5189999999998336 y2[1] (analytic) 1.5831433102605246 y2[1] (numeric) 1.5831433102603545 absolute error 1.7008616737257398e-13 relative error 1.0743573640505377e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5831433102605246 y1[1] (numeric) 1.5831433102603865 absolute error 1.3811174426336947e-13 relative error 8.72389400051481e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5199999999998335 y2[1] (analytic) 1.5823306495242173 y2[1] (numeric) 1.582330649524047 absolute error 1.7030821197749901e-13 relative error 1.076312413140124e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5823306495242173 y1[1] (numeric) 1.582330649524079 absolute error 1.383337888682945e-13 relative error 8.742407214945206e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5209999999998334 y2[1] (analytic) 1.581517406457309 y2[1] (numeric) 1.5815174064571385 absolute error 1.7053025658242404e-13 relative error 1.0782698684576716e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.581517406457309 y1[1] (numeric) 1.5815174064571706 absolute error 1.383337888682945e-13 relative error 8.746902708973038e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5219999999998333 y2[1] (analytic) 1.5807035818730428 y2[1] (numeric) 1.580703581872872 absolute error 1.7075230118734908e-13 relative error 1.0802297353246801e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5807035818730428 y1[1] (numeric) 1.5807035818729043 absolute error 1.3855583347321954e-13 relative error 8.765453248928483e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.522999999999833 y2[1] (analytic) 1.5798891765852432 y2[1] (numeric) 1.5798891765850722 absolute error 1.709743457922741e-13 relative error 1.0821920190745047e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5798891765852432 y1[1] (numeric) 1.5798891765851044 absolute error 1.3877787807814457e-13 relative error 8.7840261288515e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.523999999999833 y2[1] (analytic) 1.5790741914083153 y2[1] (numeric) 1.579074191408144 absolute error 1.7119639039719914e-13 relative error 1.0841567250523909e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5790741914083153 y1[1] (numeric) 1.5790741914081763 absolute error 1.389999226830696e-13 relative error 8.802621399258063e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.524999999999833 y2[1] (analytic) 1.5782586271572443 y2[1] (numeric) 1.5782586271570727 absolute error 1.716404796070492e-13 relative error 1.0875307548054253e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5782586271572443 y1[1] (numeric) 1.578258627157105 absolute error 1.3922196728799463e-13 relative error 8.821239110776218e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.525999999999833 y2[1] (analytic) 1.577442484647594 y2[1] (numeric) 1.5774424846474224 absolute error 1.716404796070492e-13 relative error 1.0880934251329884e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.577442484647594 y1[1] (numeric) 1.5774424846474548 absolute error 1.3922196728799463e-13 relative error 8.825803073200307e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5269999999998327 y2[1] (analytic) 1.5766257646955075 y2[1] (numeric) 1.5766257646953357 absolute error 1.7186252421197423e-13 relative error 1.0900654299859543e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5766257646955075 y1[1] (numeric) 1.576625764695368 absolute error 1.3944401189291966e-13 relative error 8.844458527534615e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5279999999998326 y2[1] (analytic) 1.5758084681177043 y2[1] (numeric) 1.5758084681175322 absolute error 1.7208456881689926e-13 relative error 1.0920398785675613e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5758084681177043 y1[1] (numeric) 1.5758084681175646 absolute error 1.396660564978447e-13 relative error 8.863136562825755e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5289999999998325 y2[1] (analytic) 1.574990595731481 y2[1] (numeric) 1.5749905957313086 absolute error 1.723066134218243e-13 relative error 1.0940167762830295e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.574990595731481 y1[1] (numeric) 1.574990595731341 absolute error 1.3988810110276972e-13 relative error 8.881837230132842e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5299999999998324 y2[1] (analytic) 1.5741721483547098 y2[1] (numeric) 1.5741721483545372 absolute error 1.7252865802674933e-13 relative error 1.0959961285496792e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5741721483547098 y1[1] (numeric) 1.5741721483545696 absolute error 1.4011014570769476e-13 relative error 8.90056058062867e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5309999999998323 y2[1] (analytic) 1.573353126805838 y2[1] (numeric) 1.5733531268056653 absolute error 1.7275070263167436e-13 relative error 1.0979779407969671e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.573353126805838 y1[1] (numeric) 1.5733531268056977 absolute error 1.4033219031261979e-13 relative error 8.919306665600042e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.531999999999832 y2[1] (analytic) 1.5725335319038873 y2[1] (numeric) 1.5725335319037144 absolute error 1.729727472365994e-13 relative error 1.0999622184665211e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5725335319038873 y1[1] (numeric) 1.5725335319037468 absolute error 1.4055423491754482e-13 relative error 8.938075536448112e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.532999999999832 y2[1] (analytic) 1.5717133644684524 y2[1] (numeric) 1.5717133644682793 absolute error 1.7319479184152442e-13 relative error 1.1019489670121768e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5717133644684524 y1[1] (numeric) 1.5717133644683117 absolute error 1.4077627952246985e-13 relative error 8.95686724468872e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.533999999999832 y2[1] (analytic) 1.5708926253197006 y2[1] (numeric) 1.5708926253195272 absolute error 1.7341683644644945e-13 relative error 1.1039381919000127e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5708926253197006 y1[1] (numeric) 1.5708926253195596 absolute error 1.4099832412739488e-13 relative error 8.97568184195273e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.534999999999832 y2[1] (analytic) 1.5700713152783712 y2[1] (numeric) 1.5700713152781975 absolute error 1.7363888105137448e-13 relative error 1.1059298986083863e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5700713152783712 y1[1] (numeric) 1.57007131527823 absolute error 1.412203687323199e-13 relative error 8.994519379986364e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5359999999998317 y2[1] (analytic) 1.569249435165774 y2[1] (numeric) 1.5692494351656001 absolute error 1.7386092565629951e-13 relative error 1.1079240926279704e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.569249435165774 y1[1] (numeric) 1.5692494351656325 absolute error 1.4144241333724494e-13 relative error 9.01337991065156e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5369999999998316 y2[1] (analytic) 1.568426985803789 y2[1] (numeric) 1.5684269858036148 absolute error 1.7408297026122455e-13 relative error 1.1099207794617889e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.568426985803789 y1[1] (numeric) 1.5684269858036475 absolute error 1.4144241333724494e-13 relative error 9.018106333127035e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5379999999998315 y2[1] (analytic) 1.5676039680148657 y2[1] (numeric) 1.5676039680146912 absolute error 1.745270594710746e-13 relative error 1.1133364231789158e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5676039680148657 y1[1] (numeric) 1.5676039680147238 absolute error 1.41886502547095e-13 relative error 9.051170157904926e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5389999999998314 y2[1] (analytic) 1.5667803826220215 y2[1] (numeric) 1.5667803826218467 absolute error 1.7474910407599964e-13 relative error 1.1153388567678859e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5667803826220215 y1[1] (numeric) 1.5667803826218796 absolute error 1.41886502547095e-13 relative error 9.055927947581691e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5399999999998313 y2[1] (analytic) 1.565956230448842 y2[1] (numeric) 1.565956230448667 absolute error 1.7497114868092467e-13 relative error 1.1173438010510268e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.565956230448842 y1[1] (numeric) 1.5659562304486998 absolute error 1.4210854715202004e-13 relative error 9.07487351107433e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.540999999999831 y2[1] (analytic) 1.5651315123194791 y2[1] (numeric) 1.565131512319304 absolute error 1.751931932858497e-13 relative error 1.1193512615832423e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5651315123194791 y1[1] (numeric) 1.5651315123193368 absolute error 1.4233059175694507e-13 relative error 9.093842315270702e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.541999999999831 y2[1] (analytic) 1.564306229058651 y2[1] (numeric) 1.5643062290584757 absolute error 1.751931932858497e-13 relative error 1.1199417993194038e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.564306229058651 y1[1] (numeric) 1.5643062290585086 absolute error 1.4233059175694507e-13 relative error 9.098639966587299e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.542999999999831 y2[1] (analytic) 1.5634803814916411 y2[1] (numeric) 1.5634803814914655 absolute error 1.7563728249569976e-13 relative error 1.1233737536772461e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5634803814916411 y1[1] (numeric) 1.5634803814914984 absolute error 1.4277468096679513e-13 relative error 9.131849856061559e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.543999999999831 y2[1] (analytic) 1.5626539704442965 y2[1] (numeric) 1.5626539704441207 absolute error 1.758593271006248e-13 relative error 1.1253887964116852e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5626539704442965 y1[1] (numeric) 1.5626539704441536 absolute error 1.4299672557172016e-13 relative error 9.150888698095016e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5449999999998307 y2[1] (analytic) 1.5618269967430283 y2[1] (numeric) 1.5618269967428522 absolute error 1.7608137170554983e-13 relative error 1.127406377740575e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5618269967430283 y1[1] (numeric) 1.5618269967428853 absolute error 1.4299672557172016e-13 relative error 9.155734013429134e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5459999999998306 y2[1] (analytic) 1.5609994612148101 y2[1] (numeric) 1.5609994612146338 absolute error 1.7630341631047486e-13 relative error 1.1294265032818844e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5609994612148101 y1[1] (numeric) 1.560999461214667 absolute error 1.432187701766452e-13 relative error 9.174812274770975e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5469999999998305 y2[1] (analytic) 1.5601713646871778 y2[1] (numeric) 1.560171364687001 absolute error 1.7674750552032492e-13 relative error 1.1328723851803528e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5601713646871778 y1[1] (numeric) 1.560171364687034 absolute error 1.4366285938649526e-13 relative error 9.208146145875481e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5479999999998304 y2[1] (analytic) 1.5593427079882272 y2[1] (numeric) 1.5593427079880502 absolute error 1.7696955012524995e-13 relative error 1.1348983723633513e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5593427079882272 y1[1] (numeric) 1.5593427079880833 absolute error 1.438849039914203e-13 relative error 9.227279112816205e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5489999999998303 y2[1] (analytic) 1.558513491946615 y2[1] (numeric) 1.558513491946438 absolute error 1.7696955012524995e-13 relative error 1.1355022015511164e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.558513491946615 y1[1] (numeric) 1.5585134919464712 absolute error 1.438849039914203e-13 relative error 9.232188539587496e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.54999999999983 y2[1] (analytic) 1.5576837173915579 y2[1] (numeric) 1.5576837173913805 absolute error 1.7741363933510002e-13 relative error 1.1389580397758194e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5576837173915579 y1[1] (numeric) 1.5576837173914135 absolute error 1.4432899320127035e-13 relative error 9.265616093295152e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.55099999999983 y2[1] (analytic) 1.5568533851528294 y2[1] (numeric) 1.556853385152652 absolute error 1.7741363933510002e-13 relative error 1.1395654916964715e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5568533851528294 y1[1] (numeric) 1.5568533851526851 absolute error 1.4432899320127035e-13 relative error 9.270557817305463e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.55199999999983 y2[1] (analytic) 1.5560224960607627 y2[1] (numeric) 1.5560224960605848 absolute error 1.7785772854495008e-13 relative error 1.1430280024563651e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5560224960607627 y1[1] (numeric) 1.556022496060618 absolute error 1.4477308241112041e-13 relative error 9.3040481598196e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.55299999999983 y2[1] (analytic) 1.5551910509462459 y2[1] (numeric) 1.5551910509460678 absolute error 1.780797731498751e-13 relative error 1.1450668587729053e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5551910509462459 y1[1] (numeric) 1.555191050946101 absolute error 1.4477308241112041e-13 relative error 9.309022343141325e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5539999999998297 y2[1] (analytic) 1.5543590506407243 y2[1] (numeric) 1.5543590506405462 absolute error 1.780797731498751e-13 relative error 1.145679777632257e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5543590506407243 y1[1] (numeric) 1.5543590506405796 absolute error 1.4477308241112041e-13 relative error 9.31400517476598e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5549999999998296 y2[1] (analytic) 1.5535264959761985 y2[1] (numeric) 1.5535264959760202 absolute error 1.7830181775480014e-13 relative error 1.1477230560059395e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5535264959761985 y1[1] (numeric) 1.5535264959760535 absolute error 1.4499512701604544e-13 relative error 9.333289608616171e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5559999999998295 y2[1] (analytic) 1.552693387785223 y2[1] (numeric) 1.5526933877850442 absolute error 1.787459069646502e-13 relative error 1.1511989963428331e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.552693387785223 y1[1] (numeric) 1.5526933877850777 absolute error 1.4521717162097048e-13 relative error 9.35259805724488e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5569999999998294 y2[1] (analytic) 1.5518597269009056 y2[1] (numeric) 1.5518597269007266 absolute error 1.7896795156957523e-13 relative error 1.1532482509033066e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5518597269009056 y1[1] (numeric) 1.5518597269007601 absolute error 1.454392162258955e-13 relative error 9.371930574958632e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5579999999998293 y2[1] (analytic) 1.5510255141569071 y2[1] (numeric) 1.551025514156728 absolute error 1.7918999617450027e-13 relative error 1.155300119430355e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5510255141569071 y1[1] (numeric) 1.5510255141567617 absolute error 1.454392162258955e-13 relative error 9.376971229577231e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.558999999999829 y2[1] (analytic) 1.5501907503874406 y2[1] (numeric) 1.5501907503872612 absolute error 1.794120407794253e-13 relative error 1.1573546077125327e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5501907503874406 y1[1] (numeric) 1.550190750387295 absolute error 1.4566126083082054e-13 relative error 9.396344339844325e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.559999999999829 y2[1] (analytic) 1.5493554364272695 y2[1] (numeric) 1.5493554364270898 absolute error 1.7963408538435033e-13 relative error 1.1594117215516208e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5493554364272695 y1[1] (numeric) 1.5493554364271236 absolute error 1.4588330543574557e-13 relative error 9.415741669461247e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.560999999999829 y2[1] (analytic) 1.5485195731117076 y2[1] (numeric) 1.5485195731115278 absolute error 1.7985612998927536e-13 relative error 1.1614714667626668e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5485195731117076 y1[1] (numeric) 1.5485195731115617 absolute error 1.4588330543574557e-13 relative error 9.420824119297186e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.561999999999829 y2[1] (analytic) 1.5476831612766184 y2[1] (numeric) 1.5476831612764383 absolute error 1.800781745942004e-13 relative error 1.1635338491740229e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5476831612766184 y1[1] (numeric) 1.5476831612764723 absolute error 1.461053500406706e-13 relative error 9.440262302792936e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5629999999998287 y2[1] (analytic) 1.546846201758414 y2[1] (numeric) 1.5468462017582334 absolute error 1.8052226380405045e-13 relative error 1.167034341221755e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.546846201758414 y1[1] (numeric) 1.5468462017582674 absolute error 1.4654943925052066e-13 relative error 9.474079522833436e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5639999999998286 y2[1] (analytic) 1.5460086953940528 y2[1] (numeric) 1.546008695393872 absolute error 1.8074430840897548e-13 relative error 1.1691027931955238e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5460086953940528 y1[1] (numeric) 1.5460086953939063 absolute error 1.4654943925052066e-13 relative error 9.479211836720463e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5649999999998285 y2[1] (analytic) 1.545170643021042 y2[1] (numeric) 1.545170643020861 absolute error 1.8096635301390052e-13 relative error 1.1711739012856469e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.545170643021042 y1[1] (numeric) 1.5451706430208951 absolute error 1.467714838554457e-13 relative error 9.498723297543712e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5659999999998284 y2[1] (analytic) 1.5443320454774336 y2[1] (numeric) 1.5443320454772522 absolute error 1.8141044222375058e-13 relative error 1.1746854748951812e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5443320454774336 y1[1] (numeric) 1.5443320454772864 absolute error 1.4721557306529576e-13 relative error 9.532637329932744e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5669999999998283 y2[1] (analytic) 1.543492903601825 y2[1] (numeric) 1.5434929036016434 absolute error 1.816324868286756e-13 relative error 1.176762694566501e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.543492903601825 y1[1] (numeric) 1.5434929036016776 absolute error 1.474376176702208e-13 relative error 9.552205735845436e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.567999999999828 y2[1] (analytic) 1.542653218233358 y2[1] (numeric) 1.5426532182331762 absolute error 1.8185453143360064e-13 relative error 1.1788425894048949e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.542653218233358 y1[1] (numeric) 1.5426532182332104 absolute error 1.4765966227514582e-13 relative error 9.571798802860258e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.568999999999828 y2[1] (analytic) 1.5418129902117181 y2[1] (numeric) 1.541812990211536 absolute error 1.8207657603852567e-13 relative error 1.1809251653374858e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5418129902117181 y1[1] (numeric) 1.5418129902115703 absolute error 1.4788170688007085e-13 relative error 9.591416586765435e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.569999999999828 y2[1] (analytic) 1.540972220377133 y2[1] (numeric) 1.540972220376951 absolute error 1.8207657603852567e-13 relative error 1.1815694899027108e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.540972220377133 y1[1] (numeric) 1.5409722203769851 absolute error 1.4788170688007085e-13 relative error 9.596649759453724e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.570999999999828 y2[1] (analytic) 1.5401309095703728 y2[1] (numeric) 1.5401309095701905 absolute error 1.822986206434507e-13 relative error 1.1836566587336645e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5401309095703728 y1[1] (numeric) 1.5401309095702247 absolute error 1.4810375148499588e-13 relative error 9.616309273755837e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5719999999998278 y2[1] (analytic) 1.5392890586327481 y2[1] (numeric) 1.5392890586325654 absolute error 1.8274270985330077e-13 relative error 1.1871890391764326e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5392890586327481 y1[1] (numeric) 1.5392890586325998 absolute error 1.4832579608992091e-13 relative error 9.63599365941503e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5729999999998276 y2[1] (analytic) 1.5384466684061096 y2[1] (numeric) 1.5384466684059266 absolute error 1.829647544582258e-13 relative error 1.1892823990303439e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5384466684061096 y1[1] (numeric) 1.538446668405961 absolute error 1.4854784069484595e-13 relative error 9.655702972709953e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5739999999998275 y2[1] (analytic) 1.5376037397328475 y2[1] (numeric) 1.5376037397326643 absolute error 1.8318679906315083e-13 relative error 1.1913784698194009e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5376037397328475 y1[1] (numeric) 1.5376037397326987 absolute error 1.4876988529977098e-13 relative error 9.675437270048469e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5749999999998274 y2[1] (analytic) 1.5367602734558905 y2[1] (numeric) 1.536760273455707 absolute error 1.8340884366807586e-13 relative error 1.1934772575531458e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5367602734558905 y1[1] (numeric) 1.5367602734557415 absolute error 1.48991929904696e-13 relative error 9.695196607968049e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5759999999998273 y2[1] (analytic) 1.5359162704187048 y2[1] (numeric) 1.5359162704185212 absolute error 1.836308882730009e-13 relative error 1.1955787682550003e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5359162704187048 y1[1] (numeric) 1.5359162704185556 absolute error 1.4921397450962104e-13 relative error 9.714981043136156e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.576999999999827 y2[1] (analytic) 1.5350717314652933 y2[1] (numeric) 1.5350717314651094 absolute error 1.8385293287792592e-13 relative error 1.197683007962307e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5350717314652933 y1[1] (numeric) 1.5350717314651439 absolute error 1.4943601911454607e-13 relative error 9.734790632350636e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.577999999999827 y2[1] (analytic) 1.534226657440195 y2[1] (numeric) 1.534226657440011 absolute error 1.8407497748285095e-13 relative error 1.199789982726371e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.534226657440195 y1[1] (numeric) 1.5342266574400454 absolute error 1.496580637194711e-13 relative error 9.754625432540098e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.578999999999827 y2[1] (analytic) 1.5333810491884838 y2[1] (numeric) 1.5333810491882995 absolute error 1.8429702208777599e-13 relative error 1.2018996986125013e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5333810491884838 y1[1] (numeric) 1.533381049188334 absolute error 1.4988010832439613e-13 relative error 9.774485500764318e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.579999999999827 y2[1] (analytic) 1.5325349075557677 y2[1] (numeric) 1.5325349075555832 absolute error 1.8451906669270102e-13 relative error 1.2040121617000526e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5325349075557677 y1[1] (numeric) 1.5325349075556178 absolute error 1.4988010832439613e-13 relative error 9.779882179874074e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5809999999998268 y2[1] (analytic) 1.5316882333881887 y2[1] (numeric) 1.5316882333880038 absolute error 1.8496315590255108e-13 relative error 1.2075770504118921e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5316882333881887 y1[1] (numeric) 1.5316882333880384 absolute error 1.503241975342462e-13 relative error 9.814281670214298e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5819999999998267 y2[1] (analytic) 1.5308410275324202 y2[1] (numeric) 1.5308410275322353 absolute error 1.8496315590255108e-13 relative error 1.2082453538673134e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5308410275324202 y1[1] (numeric) 1.53084102753227 absolute error 1.503241975342462e-13 relative error 9.819713140074084e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5829999999998265 y2[1] (analytic) 1.5299932908356686 y2[1] (numeric) 1.5299932908354834 absolute error 1.851852005074761e-13 relative error 1.2103660951763364e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5299932908356686 y1[1] (numeric) 1.5299932908355183 absolute error 1.503241975342462e-13 relative error 9.825154033985369e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5839999999998264 y2[1] (analytic) 1.5291450241456706 y2[1] (numeric) 1.529145024145485 absolute error 1.8562928971732617e-13 relative error 1.2139416915085395e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5291450241456706 y1[1] (numeric) 1.5291450241455198 absolute error 1.5076828674409626e-13 relative error 9.859646035099262e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5849999999998263 y2[1] (analytic) 1.5282962283106922 y2[1] (numeric) 1.5282962283105064 absolute error 1.858513343222512e-13 relative error 1.216068788756239e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5282962283106922 y1[1] (numeric) 1.5282962283105412 absolute error 1.509903313490213e-13 relative error 9.87965085249991e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.585999999999826 y2[1] (analytic) 1.5274469041795298 y2[1] (numeric) 1.5274469041793435 absolute error 1.8629542353210127e-13 relative error 1.2196523690764238e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5274469041795298 y1[1] (numeric) 1.5274469041793786 absolute error 1.5121237595394632e-13 relative error 9.899681327068469e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.586999999999826 y2[1] (analytic) 1.526597052601507 y2[1] (numeric) 1.5265970526013204 absolute error 1.865174681370263e-13 relative error 1.2217858525219728e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.526597052601507 y1[1] (numeric) 1.5265970526013557 absolute error 1.5121237595394632e-13 relative error 9.905192447231708e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.587999999999826 y2[1] (analytic) 1.5257466744264754 y2[1] (numeric) 1.5257466744262886 absolute error 1.8673951274195133e-13 relative error 1.2239221351221118e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5257466744264754 y1[1] (numeric) 1.525746674426324 absolute error 1.5143442055887135e-13 relative error 9.925266303843998e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.588999999999826 y2[1] (analytic) 1.5248957705048132 y2[1] (numeric) 1.5248957705046262 absolute error 1.8696155734687636e-13 relative error 1.2260612230892554e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5248957705048132 y1[1] (numeric) 1.5248957705046617 absolute error 1.5143442055887135e-13 relative error 9.930804681079241e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5899999999998258 y2[1] (analytic) 1.5240443416874245 y2[1] (numeric) 1.5240443416872371 absolute error 1.8740564655672642e-13 relative error 1.2296600658562897e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5240443416874245 y1[1] (numeric) 1.5240443416872727 absolute error 1.5187850976872141e-13 relative error 9.965491528977514e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5909999999998257 y2[1] (analytic) 1.5231923888257375 y2[1] (numeric) 1.52319238882555 absolute error 1.8740564655672642e-13 relative error 1.2303478400466638e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5231923888257375 y1[1] (numeric) 1.5231923888255856 absolute error 1.5187850976872141e-13 relative error 9.971065433553531e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5919999999998256 y2[1] (analytic) 1.5223399127717054 y2[1] (numeric) 1.5223399127715178 absolute error 1.8762769116165146e-13 relative error 1.2324953815343384e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5223399127717054 y1[1] (numeric) 1.5223399127715533 absolute error 1.5210055437364645e-13 relative error 9.991234749716235e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5929999999998254 y2[1] (analytic) 1.521486914377804 y2[1] (numeric) 1.5214869143776162 absolute error 1.8784973576657649e-13 relative error 1.2346457533839235e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.521486914377804 y1[1] (numeric) 1.5214869143776517 absolute error 1.5232259897857148e-13 relative error 1.0011430104271531e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5939999999998253 y2[1] (analytic) 1.5206333944970316 y2[1] (numeric) 1.5206333944968435 absolute error 1.8807178037150152e-13 relative error 1.2367989618806747e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5206333944970316 y1[1] (numeric) 1.5206333944968793 absolute error 1.5232259897857148e-13 relative error 1.0017049443331085e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5949999999998252 y2[1] (analytic) 1.5197793539829083 y2[1] (numeric) 1.5197793539827198 absolute error 1.8851586958135158e-13 relative error 1.2404160451798825e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5197793539829083 y1[1] (numeric) 1.5197793539827558 absolute error 1.525446435834965e-13 relative error 1.0037288846155233e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.595999999999825 y2[1] (analytic) 1.5189247936894743 y2[1] (numeric) 1.5189247936892856 absolute error 1.887379141862766e-13 relative error 1.242575767874797e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5189247936894743 y1[1] (numeric) 1.5189247936893215 absolute error 1.5276668818842154e-13 relative error 1.0057554450563062e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.596999999999825 y2[1] (analytic) 1.5180697144712898 y2[1] (numeric) 1.5180697144711008 absolute error 1.8895995879120164e-13 relative error 1.2447383475864429e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5180697144712898 y1[1] (numeric) 1.5180697144711368 absolute error 1.5298873279334657e-13 relative error 1.0077846315946641e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.597999999999825 y2[1] (analytic) 1.517214117183434 y2[1] (numeric) 1.5172141171832447 absolute error 1.8918200339612667e-13 relative error 1.2469037906615671e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.517214117183434 y1[1] (numeric) 1.517214117183281 absolute error 1.5298873279334657e-13 relative error 1.008352948081948e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.598999999999825 y2[1] (analytic) 1.516358002681504 y2[1] (numeric) 1.5163580026813146 absolute error 1.894040480010517e-13 relative error 1.249072103461798e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.516358002681504 y1[1] (numeric) 1.5163580026813508 absolute error 1.532107773982716e-13 relative error 1.010386578415757e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.5999999999998247 y2[1] (analytic) 1.5155013718216144 y2[1] (numeric) 1.5155013718214247 absolute error 1.8962609260597674e-13 relative error 1.2512432923636912e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5155013718216144 y1[1] (numeric) 1.5155013718214612 absolute error 1.532107773982716e-13 relative error 1.0109576952353008e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6009999999998246 y2[1] (analytic) 1.514644225460396 y2[1] (numeric) 1.5146442254602062 absolute error 1.8984813721090177e-13 relative error 1.2534173637587727e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.514644225460396 y1[1] (numeric) 1.5146442254602426 absolute error 1.5343282200319663e-13 relative error 1.0129957875524116e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6019999999998245 y2[1] (analytic) 1.513786564454995 y2[1] (numeric) 1.513786564454805 absolute error 1.900701818158268e-13 relative error 1.2555943240535849e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.513786564454995 y1[1] (numeric) 1.5137865644548414 absolute error 1.5365486660812167e-13 relative error 1.0150365329965897e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6029999999998243 y2[1] (analytic) 1.5129283896630725 y2[1] (numeric) 1.512928389662882 absolute error 1.9051427102567686e-13 relative error 1.2592418274873153e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5129283896630725 y1[1] (numeric) 1.5129283896629186 absolute error 1.538769112130467e-13 relative error 1.0170799375859086e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6039999999998242 y2[1] (analytic) 1.5120697019428029 y2[1] (numeric) 1.5120697019426121 absolute error 1.907363156306019e-13 relative error 1.261425418322527e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5120697019428029 y1[1] (numeric) 1.512069701942649 absolute error 1.538769112130467e-13 relative error 1.0176575260739363e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.604999999999824 y2[1] (analytic) 1.5112105021528741 y2[1] (numeric) 1.5112105021526832 absolute error 1.9095836023552692e-13 relative error 1.2636119188126816e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5112105021528741 y1[1] (numeric) 1.51121050215272 absolute error 1.5409895581797173e-13 relative error 1.0197054321581407e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.605999999999824 y2[1] (analytic) 1.5103507911524856 y2[1] (numeric) 1.5103507911522946 absolute error 1.9095836023552692e-13 relative error 1.2643311828890729e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5103507911524856 y1[1] (numeric) 1.5103507911523315 absolute error 1.5409895581797173e-13 relative error 1.020285861540717e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.606999999999824 y2[1] (analytic) 1.5094905698013488 y2[1] (numeric) 1.5094905698011574 absolute error 1.91402449445377e-13 relative error 1.2679936746512158e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5094905698013488 y1[1] (numeric) 1.5094905698011944 absolute error 1.5432100042289676e-13 relative error 1.0223382875668155e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.607999999999824 y2[1] (analytic) 1.5086298389596844 y2[1] (numeric) 1.5086298389594928 absolute error 1.9162449405030202e-13 relative error 1.2701889429844617e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5086298389596844 y1[1] (numeric) 1.5086298389595298 absolute error 1.545430450278218e-13 relative error 1.0243934001357884e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6089999999998237 y2[1] (analytic) 1.5077685994882235 y2[1] (numeric) 1.5077685994880317 absolute error 1.9184653865522705e-13 relative error 1.272387146942474e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5077685994882235 y1[1] (numeric) 1.5077685994880687 absolute error 1.5476508963274682e-13 relative error 1.0264512053459541e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6099999999998236 y2[1] (analytic) 1.5069068522482054 y2[1] (numeric) 1.5069068522480134 absolute error 1.9206858326015208e-13 relative error 1.2745882930560602e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5069068522482054 y1[1] (numeric) 1.5069068522480504 absolute error 1.5498713423767185e-13 relative error 1.0285117093099769e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6109999999998235 y2[1] (analytic) 1.5060445981013775 y2[1] (numeric) 1.506044598101185 absolute error 1.9251267247000214e-13 relative error 1.2782667439775473e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5060445981013775 y1[1] (numeric) 1.5060445981012223 absolute error 1.5520917884259688e-13 relative error 1.0305749181549083e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6119999999998234 y2[1] (analytic) 1.5051818379099933 y2[1] (numeric) 1.5051818379098008 absolute error 1.9251267247000214e-13 relative error 1.2789994379503933e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5051818379099933 y1[1] (numeric) 1.505181837909838 absolute error 1.5520917884259688e-13 relative error 1.0311656368250576e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6129999999998232 y2[1] (analytic) 1.5043185725368136 y2[1] (numeric) 1.5043185725366206 absolute error 1.929567616798522e-13 relative error 1.282685497623411e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5043185725368136 y1[1] (numeric) 1.5043185725366581 absolute error 1.5543122344752192e-13 relative error 1.0332334273146005e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.613999999999823 y2[1] (analytic) 1.5034548028451034 y2[1] (numeric) 1.50345480284491 absolute error 1.9340085088970227e-13 relative error 1.2863762217774352e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.5034548028451034 y1[1] (numeric) 1.5034548028449477 absolute error 1.5565326805244695e-13 relative error 1.0353039396853985e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.614999999999823 y2[1] (analytic) 1.502590529698632 y2[1] (numeric) 1.5025905296984385 absolute error 1.9340085088970227e-13 relative error 1.2871161308895767e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.502590529698632 y1[1] (numeric) 1.5025905296984763 absolute error 1.5565326805244695e-13 relative error 1.0358994348491311e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.615999999999823 y2[1] (analytic) 1.501725753961673 y2[1] (numeric) 1.5017257539614792 absolute error 1.9384494009955233e-13 relative error 1.2908145151548065e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.501725753961673 y1[1] (numeric) 1.501725753961517 absolute error 1.56097357262297e-13 relative error 1.0394531548153826e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.616999999999823 y2[1] (analytic) 1.500860476499002 y2[1] (numeric) 1.5008604764988078 absolute error 1.9406698470447736e-13 relative error 1.2930381454055595e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.500860476499002 y1[1] (numeric) 1.5008604764988456 absolute error 1.5631940186722204e-13 relative error 1.0415318699834254e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6179999999998227 y2[1] (analytic) 1.4999946981758958 y2[1] (numeric) 1.4999946981757015 absolute error 1.942890293094024e-13 relative error 1.2952647735733478e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4999946981758958 y1[1] (numeric) 1.4999946981757395 absolute error 1.5631940186722204e-13 relative error 1.0421330292521565e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6189999999998226 y2[1] (analytic) 1.4991284198581334 y2[1] (numeric) 1.4991284198579389 absolute error 1.9451107391432743e-13 relative error 1.2974944063346791e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4991284198581334 y1[1] (numeric) 1.4991284198579768 absolute error 1.5654144647214707e-13 relative error 1.0442163886597589e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6199999999998225 y2[1] (analytic) 1.4982616424119926 y2[1] (numeric) 1.4982616424117978 absolute error 1.9473311851925246e-13 relative error 1.2997270503819296e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4982616424119926 y1[1] (numeric) 1.498261642411836 absolute error 1.5654144647214707e-13 relative error 1.0448204908999548e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6209999999998224 y2[1] (analytic) 1.4973943667042509 y2[1] (numeric) 1.497394366704056 absolute error 1.949551631241775e-13 relative error 1.3019627124233927e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4973943667042509 y1[1] (numeric) 1.4973943667040943 absolute error 1.5654144647214707e-13 relative error 1.0454256403855261e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6219999999998223 y2[1] (analytic) 1.496526593602184 y2[1] (numeric) 1.4965265936019887 absolute error 1.9539925233402755e-13 relative error 1.305685132288199e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.496526593602184 y1[1] (numeric) 1.4965265936020273 absolute error 1.567634910770721e-13 relative error 1.047515572040305e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.622999999999822 y2[1] (analytic) 1.495658323973565 y2[1] (numeric) 1.4956583239733694 absolute error 1.9562129693895258e-13 relative error 1.3079277118535938e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.495658323973565 y1[1] (numeric) 1.495658323973408 absolute error 1.5698553568199713e-13 relative error 1.04960827727638e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.623999999999822 y2[1] (analytic) 1.4947895586866633 y2[1] (numeric) 1.4947895586864675 absolute error 1.9584334154387761e-13 relative error 1.3101733311272758e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4947895586866633 y1[1] (numeric) 1.494789558686506 absolute error 1.5720758028692217e-13 relative error 1.0517037624014866e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.624999999999822 y2[1] (analytic) 1.493920298610244 y2[1] (numeric) 1.493920298610048 absolute error 1.9606538614880265e-13 relative error 1.3124219968842868e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.493920298610244 y1[1] (numeric) 1.4939202986100868 absolute error 1.5720758028692217e-13 relative error 1.0523157121110702e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.625999999999822 y2[1] (analytic) 1.4930505446135673 y2[1] (numeric) 1.493050544613371 absolute error 1.9628743075372768e-13 relative error 1.314673715915833e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4930505446135673 y1[1] (numeric) 1.49305054461341 absolute error 1.574296248918472e-13 relative error 1.0544159101632643e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6269999999998217 y2[1] (analytic) 1.4921802975663871 y2[1] (numeric) 1.4921802975661906 absolute error 1.965094753586527e-13 relative error 1.3169284950293348e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4921802975663871 y1[1] (numeric) 1.4921802975662295 absolute error 1.5765166949677223e-13 relative error 1.0565189056167545e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6279999999998216 y2[1] (analytic) 1.4913095583389504 y2[1] (numeric) 1.4913095583387537 absolute error 1.9673151996357774e-13 relative error 1.3191863410484752e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4913095583389504 y1[1] (numeric) 1.4913095583387925 absolute error 1.5787371410169726e-13 relative error 1.0586247048368689e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6289999999998215 y2[1] (analytic) 1.4904383278019964 y2[1] (numeric) 1.4904383278017992 absolute error 1.971756091734278e-13 relative error 1.322937054793873e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4904383278019964 y1[1] (numeric) 1.4904383278018383 absolute error 1.580957587066223e-13 relative error 1.0607333142040963e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6299999999998214 y2[1] (analytic) 1.4895666068267552 y2[1] (numeric) 1.4895666068265578 absolute error 1.9739765377835283e-13 relative error 1.325201927014676e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4895666068267552 y1[1] (numeric) 1.489566606826597 absolute error 1.5831780331154732e-13 relative error 1.0628447401141327e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6309999999998213 y2[1] (analytic) 1.4886943962849482 y2[1] (numeric) 1.4886943962847505 absolute error 1.9761969838327786e-13 relative error 1.3274698882217856e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4886943962849482 y1[1] (numeric) 1.4886943962847896 absolute error 1.5853984791647235e-13 relative error 1.0649589889779268e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.631999999999821 y2[1] (analytic) 1.4878216970487854 y2[1] (numeric) 1.4878216970485876 absolute error 1.978417429882029e-13 relative error 1.3297409453070754e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4878216970487854 y1[1] (numeric) 1.4878216970486267 absolute error 1.5876189252139739e-13 relative error 1.0670760672217272e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.632999999999821 y2[1] (analytic) 1.4869485099909663 y2[1] (numeric) 1.4869485099907682 absolute error 1.9806378759312793e-13 relative error 1.332015105178936e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4869485099909663 y1[1] (numeric) 1.4869485099908075 absolute error 1.5876189252139739e-13 relative error 1.0677026908104701e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.633999999999821 y2[1] (analytic) 1.4860748359846778 y2[1] (numeric) 1.4860748359844795 absolute error 1.9828583219805296e-13 relative error 1.3342923747623258e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4860748359846778 y1[1] (numeric) 1.4860748359845188 absolute error 1.5898393712632242e-13 relative error 1.0698245692383262e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.634999999999821 y2[1] (analytic) 1.4852006759035938 y2[1] (numeric) 1.4852006759033953 absolute error 1.98507876802978e-13 relative error 1.3365727609988198e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4852006759035938 y1[1] (numeric) 1.4852006759034346 absolute error 1.5920598173124745e-13 relative error 1.0719492948950267e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6359999999998207 y2[1] (analytic) 1.4843260306218746 y2[1] (numeric) 1.4843260306216757 absolute error 1.9895196601282805e-13 relative error 1.3403521996409034e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4843260306218746 y1[1] (numeric) 1.484326030621715 absolute error 1.596500709410975e-13 relative error 1.0755728030600553e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6369999999998206 y2[1] (analytic) 1.4834509010141648 y2[1] (numeric) 1.4834509010139658 absolute error 1.9895196601282805e-13 relative error 1.341142911280812e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4834509010141648 y1[1] (numeric) 1.4834509010140051 absolute error 1.596500709410975e-13 relative error 1.0762073138514552e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6379999999998205 y2[1] (analytic) 1.4825752879555945 y2[1] (numeric) 1.482575287955395 absolute error 1.9939605522267811e-13 relative error 1.344930384598791e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4825752879555945 y1[1] (numeric) 1.4825752879554346 absolute error 1.5987211554602254e-13 relative error 1.0783406201682958e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6389999999998204 y2[1] (analytic) 1.4816991923217762 y2[1] (numeric) 1.4816991923215768 absolute error 1.9939605522267811e-13 relative error 1.3457256118917818e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4816991923217762 y1[1] (numeric) 1.4816991923216163 absolute error 1.5987211554602254e-13 relative error 1.0789782188887338e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6399999999998203 y2[1] (analytic) 1.480822614988806 y2[1] (numeric) 1.4808226149886061 absolute error 1.9984014443252818e-13 relative error 1.349521154051519e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.480822614988806 y1[1] (numeric) 1.4808226149886459 absolute error 1.6009416015094757e-13 relative error 1.0811163911901614e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.64099999999982 y2[1] (analytic) 1.4799455568332607 y2[1] (numeric) 1.4799455568330606 absolute error 2.000621890374532e-13 relative error 1.3518212755443502e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4799455568332607 y1[1] (numeric) 1.4799455568331004 absolute error 1.603162047558726e-13 relative error 1.0832574483274372e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.64199999999982 y2[1] (analytic) 1.4790680187321987 y2[1] (numeric) 1.4790680187319982 absolute error 2.0050627824730327e-13 relative error 1.3556258110372077e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4790680187321987 y1[1] (numeric) 1.4790680187320382 absolute error 1.6053824936079764e-13 relative error 1.0854013968769669e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.64299999999982 y2[1] (analytic) 1.4781900015631577 y2[1] (numeric) 1.478190001562957 absolute error 2.007283228522283e-13 relative error 1.3579331658309278e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4781900015631577 y1[1] (numeric) 1.4781900015629972 absolute error 1.6053824936079764e-13 relative error 1.0860461049731869e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.64399999999982 y2[1] (analytic) 1.477311506204155 y2[1] (numeric) 1.4773115062039541 absolute error 2.0095036745715333e-13 relative error 1.3602437036010148e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.477311506204155 y1[1] (numeric) 1.4773115062039943 absolute error 1.6076029396572267e-13 relative error 1.0881949628808117e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6449999999998197 y2[1] (analytic) 1.476432533533686 y2[1] (numeric) 1.476432533533485 absolute error 2.0117241206207837e-13 relative error 1.3625574314634841e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.476432533533686 y1[1] (numeric) 1.476432533533525 absolute error 1.609823385706477e-13 relative error 1.090346730475746e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6459999999998196 y2[1] (analytic) 1.4755530844307232 y2[1] (numeric) 1.4755530844305218 absolute error 2.013944566670034e-13 relative error 1.3648743565515471e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4755530844307232 y1[1] (numeric) 1.475553084430562 absolute error 1.6120438317557273e-13 relative error 1.0925014143951745e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6469999999998195 y2[1] (analytic) 1.4746731597747156 y2[1] (numeric) 1.474673159774514 absolute error 2.0161650127192843e-13 relative error 1.3671944860156619e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4746731597747156 y1[1] (numeric) 1.4746731597745542 absolute error 1.6142642778049776e-13 relative error 1.0946590212922755e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6479999999998194 y2[1] (analytic) 1.4737927604455876 y2[1] (numeric) 1.4737927604453858 absolute error 2.0183854587685346e-13 relative error 1.3695178270235867e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4737927604455876 y1[1] (numeric) 1.4737927604454262 absolute error 1.6142642778049776e-13 relative error 1.0953129375645187e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6489999999998193 y2[1] (analytic) 1.4729118873237388 y2[1] (numeric) 1.4729118873235367 absolute error 2.020605904817785e-13 relative error 1.371844386760432e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4729118873237388 y1[1] (numeric) 1.4729118873235771 absolute error 1.616484723854228e-13 relative error 1.0974755094083455e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.649999999999819 y2[1] (analytic) 1.472030541290042 y2[1] (numeric) 1.4720305412898398 absolute error 2.0228263508670352e-13 relative error 1.3741741724287139e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.472030541290042 y1[1] (numeric) 1.4720305412898802 absolute error 1.6187051699034782e-13 relative error 1.0996410227228676e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.650999999999819 y2[1] (analytic) 1.4711487232258433 y2[1] (numeric) 1.4711487232256408 absolute error 2.0250467969162855e-13 relative error 1.3765071912484068e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4711487232258433 y1[1] (numeric) 1.4711487232256812 absolute error 1.6209256159527285e-13 relative error 1.1018094842229572e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.651999999999819 y2[1] (analytic) 1.4702664340129605 y2[1] (numeric) 1.4702664340127578 absolute error 2.0272672429655358e-13 relative error 1.3788434504569975e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4702664340129605 y1[1] (numeric) 1.4702664340127984 absolute error 1.6209256159527285e-13 relative error 1.102470666849516e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.652999999999819 y2[1] (analytic) 1.469383674533683 y2[1] (numeric) 1.46938367453348 absolute error 2.0294876890147862e-13 relative error 1.3811829573095367e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.469383674533683 y1[1] (numeric) 1.4693836745335207 absolute error 1.6231460620019789e-13 relative error 1.1046441376293998e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6539999999998187 y2[1] (analytic) 1.4685004456707702 y2[1] (numeric) 1.4685004456705668 absolute error 2.0339285811132868e-13 relative error 1.3850377690449013e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4685004456707702 y1[1] (numeric) 1.4685004456706077 absolute error 1.6253665080512292e-13 relative error 1.106820575262956e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6549999999998186 y2[1] (analytic) 1.4676167483074507 y2[1] (numeric) 1.467616748307247 absolute error 2.036149027162537e-13 relative error 1.3873847034729973e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4676167483074507 y1[1] (numeric) 1.467616748307288 absolute error 1.6275869541004795e-13 relative error 1.1089999865274886e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6559999999998185 y2[1] (analytic) 1.4667325833274216 y2[1] (numeric) 1.466732583327218 absolute error 2.036149027162537e-13 relative error 1.3882210365459669e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4667325833274216 y1[1] (numeric) 1.4667325833272589 absolute error 1.6275869541004795e-13 relative error 1.1096685057668417e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6569999999998184 y2[1] (analytic) 1.4658479516148484 y2[1] (numeric) 1.4658479516146445 absolute error 2.0383694732117874e-13 relative error 1.3905736068779998e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4658479516148484 y1[1] (numeric) 1.4658479516146854 absolute error 1.6298074001497298e-13 relative error 1.111852971076745e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6579999999998183 y2[1] (analytic) 1.4649628540543622 y2[1] (numeric) 1.4649628540541582 absolute error 2.0405899192610377e-13 relative error 1.3929294613945993e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4649628540543622 y1[1] (numeric) 1.464962854054199 absolute error 1.63202784619898e-13 relative error 1.1140404288629275e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.658999999999818 y2[1] (analytic) 1.4640772915310607 y2[1] (numeric) 1.4640772915308564 absolute error 2.042810365310288e-13 relative error 1.3952886074573403e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4640772915310607 y1[1] (numeric) 1.4640772915308975 absolute error 1.63202784619898e-13 relative error 1.1147142679142882e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.659999999999818 y2[1] (analytic) 1.4631912649305066 y2[1] (numeric) 1.4631912649303018 absolute error 2.0472512574087887e-13 relative error 1.399168588876193e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4631912649305066 y1[1] (numeric) 1.4631912649303431 absolute error 1.6342482922482304e-13 relative error 1.1169068128122322e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.660999999999818 y2[1] (analytic) 1.462304775138726 y2[1] (numeric) 1.462304775138521 absolute error 2.049471703458039e-13 relative error 1.4015352601605295e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.462304775138726 y1[1] (numeric) 1.4623047751385623 absolute error 1.6364687382974807e-13 relative error 1.1191023691639332e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.661999999999818 y2[1] (analytic) 1.4614178230422086 y2[1] (numeric) 1.4614178230420034 absolute error 2.0516921495072893e-13 relative error 1.4039052467803607e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4614178230422086 y1[1] (numeric) 1.461417823042045 absolute error 1.6364687382974807e-13 relative error 1.1197815658843352e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6629999999998177 y2[1] (analytic) 1.4605304095279068 y2[1] (numeric) 1.4605304095277014 absolute error 2.0539125955565396e-13 relative error 1.4062785561722293e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4605304095279068 y1[1] (numeric) 1.460530409527743 absolute error 1.638689184346731e-13 relative error 1.1219822426541678e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6639999999998176 y2[1] (analytic) 1.4596425354832339 y2[1] (numeric) 1.4596425354830282 absolute error 2.05613304160579e-13 relative error 1.4086551957908517e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4596425354832339 y1[1] (numeric) 1.4596425354830698 absolute error 1.6409096303959814e-13 relative error 1.1241859499885955e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6649999999998175 y2[1] (analytic) 1.4587542017960637 y2[1] (numeric) 1.458754201795858 absolute error 2.0583534876550402e-13 relative error 1.4110351731091716e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4587542017960637 y1[1] (numeric) 1.4587542017958994 absolute error 1.6431300764452317e-13 relative error 1.1263926948228554e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6659999999998174 y2[1] (analytic) 1.45786540935473 y2[1] (numeric) 1.457865409354524 absolute error 2.0605739337042905e-13 relative error 1.4134184956184171e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.45786540935473 y1[1] (numeric) 1.4578654093545655 absolute error 1.645350522494482e-13 relative error 1.1286024841091026e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6669999999998173 y2[1] (analytic) 1.456976159048025 y2[1] (numeric) 1.456976159047819 absolute error 2.0605739337042905e-13 relative error 1.4142811609564365e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.456976159048025 y1[1] (numeric) 1.4569761590478605 absolute error 1.645350522494482e-13 relative error 1.1292913149447408e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.667999999999817 y2[1] (analytic) 1.4560864517651992 y2[1] (numeric) 1.4560864517649927 absolute error 2.0650148258027912e-13 relative error 1.4181952062663546e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4560864517651992 y1[1] (numeric) 1.4560864517650345 absolute error 1.6475709685437323e-13 relative error 1.13150628284907e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.668999999999817 y2[1] (analytic) 1.4551962883959595 y2[1] (numeric) 1.4551962883957528 absolute error 2.0672352718520415e-13 relative error 1.4205886094794285e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4551962883959595 y1[1] (numeric) 1.4551962883957947 absolute error 1.6475709685437323e-13 relative error 1.13219844063774e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.669999999999817 y2[1] (analytic) 1.4543056698304695 y2[1] (numeric) 1.4543056698302623 absolute error 2.071676163950542e-13 relative error 1.4245121963885628e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4543056698304695 y1[1] (numeric) 1.4543056698303045 absolute error 1.6497914145929826e-13 relative error 1.1344186086995736e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.670999999999817 y2[1] (analytic) 1.4534145969593473 y2[1] (numeric) 1.45341459695914 absolute error 2.071676163950542e-13 relative error 1.4253855495084778e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4534145969593473 y1[1] (numeric) 1.4534145969591823 absolute error 1.6497914145929826e-13 relative error 1.1351141085581983e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6719999999998167 y2[1] (analytic) 1.4525230706736663 y2[1] (numeric) 1.4525230706734586 absolute error 2.0761170560490427e-13 relative error 1.4293177836315947e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4525230706736663 y1[1] (numeric) 1.4525230706735008 absolute error 1.6542323066914832e-13 relative error 1.1388681805406823e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6729999999998166 y2[1] (analytic) 1.451631091864952 y2[1] (numeric) 1.4516310918647441 absolute error 2.078337502098293e-13 relative error 1.4317256731034834e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.451631091864952 y1[1] (numeric) 1.4516310918647863 absolute error 1.6564527527407336e-13 relative error 1.1410975984350414e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6739999999998165 y2[1] (analytic) 1.4507386614251834 y2[1] (numeric) 1.4507386614249755 absolute error 2.078337502098293e-13 relative error 1.4326064075914032e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4507386614251834 y1[1] (numeric) 1.4507386614250177 absolute error 1.6564527527407336e-13 relative error 1.1417995513495586e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6749999999998164 y2[1] (analytic) 1.4498457802467912 y2[1] (numeric) 1.449845780246583 absolute error 2.0827783941967937e-13 relative error 1.4365516819604532e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4498457802467912 y1[1] (numeric) 1.4498457802466251 absolute error 1.6608936448392342e-13 relative error 1.1455657335889328e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6759999999998163 y2[1] (analytic) 1.4489524492226562 y2[1] (numeric) 1.4489524492224477 absolute error 2.084998840246044e-13 relative error 1.4389698166869576e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4489524492226562 y1[1] (numeric) 1.44895244922249 absolute error 1.6631140908884845e-13 relative error 1.1478044650676585e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.676999999999816 y2[1] (analytic) 1.4480586692461093 y2[1] (numeric) 1.4480586692459005 absolute error 2.0872192862952943e-13 relative error 1.441391381871251e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4480586692461093 y1[1] (numeric) 1.4480586692459427 absolute error 1.6653345369377348e-13 relative error 1.1500463153228067e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.677999999999816 y2[1] (analytic) 1.4471644412109304 y2[1] (numeric) 1.4471644412107214 absolute error 2.0894397323445446e-13 relative error 1.4438163852313725e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4471644412109304 y1[1] (numeric) 1.4471644412107638 absolute error 1.6653345369377348e-13 relative error 1.1507569489091704e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.678999999999816 y2[1] (analytic) 1.4462697660113477 y2[1] (numeric) 1.4462697660111383 absolute error 2.0938806244430452e-13 relative error 1.4477801262607714e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4462697660113477 y1[1] (numeric) 1.446269766011181 absolute error 1.667554982986985e-13 relative error 1.1530041090369452e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.679999999999816 y2[1] (analytic) 1.4453746445420361 y2[1] (numeric) 1.4453746445418265 absolute error 2.0961010704922955e-13 relative error 1.4502129800100656e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4453746445420361 y1[1] (numeric) 1.4453746445418691 absolute error 1.6697754290362354e-13 relative error 1.1552544078046286e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6809999999998158 y2[1] (analytic) 1.4444790776981171 y2[1] (numeric) 1.4444790776979073 absolute error 2.0983215165415459e-13 relative error 1.4526492968561195e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4444790776981171 y1[1] (numeric) 1.44447907769795 absolute error 1.6719958750854857e-13 relative error 1.1575078524155111e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6819999999998156 y2[1] (analytic) 1.4435830663751577 y2[1] (numeric) 1.4435830663749474 absolute error 2.1027624086400465e-13 relative error 1.4566272337345232e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4435830663751577 y1[1] (numeric) 1.44358306637499 absolute error 1.6764367671839864e-13 relative error 1.1613025992286854e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6829999999998155 y2[1] (analytic) 1.4426866114691685 y2[1] (numeric) 1.442686611468958 absolute error 2.1049828546892968e-13 relative error 1.459071455959292e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4426866114691685 y1[1] (numeric) 1.4426866114690007 absolute error 1.6786572132332367e-13 relative error 1.1635633129801947e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6839999999998154 y2[1] (analytic) 1.441789713876605 y2[1] (numeric) 1.4417897138763942 absolute error 2.107203300738547e-13 relative error 1.461519166392729e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.441789713876605 y1[1] (numeric) 1.4417897138764368 absolute error 1.680877659282487e-13 relative error 1.1658271959528936e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6849999999998153 y2[1] (analytic) 1.4408923744943642 y2[1] (numeric) 1.4408923744941533 absolute error 2.1094237467877974e-13 relative error 1.4639703728934184e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4408923744943642 y1[1] (numeric) 1.440892374494196 absolute error 1.6830981053317373e-13 relative error 1.1680942554244327e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.685999999999815 y2[1] (analytic) 1.4399945942197858 y2[1] (numeric) 1.4399945942195747 absolute error 2.1116441928370477e-13 relative error 1.4664250833394088e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4399945942197858 y1[1] (numeric) 1.4399945942196173 absolute error 1.6853185513809876e-13 relative error 1.170364498690443e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.686999999999815 y2[1] (analytic) 1.4390963739506497 y2[1] (numeric) 1.4390963739504383 absolute error 2.113864638886298e-13 relative error 1.4688833056282776e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4390963739506497 y1[1] (numeric) 1.4390963739504812 absolute error 1.6853185513809876e-13 relative error 1.171094988415822e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.687999999999815 y2[1] (analytic) 1.4381977145851763 y2[1] (numeric) 1.4381977145849647 absolute error 2.1160850849355484e-13 relative error 1.4713450476771875e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4381977145851763 y1[1] (numeric) 1.4381977145850076 absolute error 1.687538997430238e-13 relative error 1.1733706571192681e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.688999999999815 y2[1] (analytic) 1.437298617022025 y2[1] (numeric) 1.437298617021813 absolute error 2.120525977034049e-13 relative error 1.4753551919695157e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.437298617022025 y1[1] (numeric) 1.437298617021856 absolute error 1.6897594434794883e-13 relative error 1.1756495299359177e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6899999999998148 y2[1] (analytic) 1.436399082160293 y2[1] (numeric) 1.4363990821600807 absolute error 2.1227464230832993e-13 relative error 1.4778249648355137e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.436399082160293 y1[1] (numeric) 1.4363990821601238 absolute error 1.6919798895287386e-13 relative error 1.1779316142308175e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6909999999998147 y2[1] (analytic) 1.4354991108995152 y2[1] (numeric) 1.4354991108993027 absolute error 2.1249668691325496e-13 relative error 1.480298283013912e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4354991108995152 y1[1] (numeric) 1.4354991108993458 absolute error 1.694200335577989e-13 relative error 1.1802169173872674e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6919999999998145 y2[1] (analytic) 1.4345987041396628 y2[1] (numeric) 1.4345987041394501 absolute error 2.1271873151818e-13 relative error 1.4827751545039115e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4345987041396628 y1[1] (numeric) 1.4345987041394932 absolute error 1.6964207816272392e-13 relative error 1.1825054468068773e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6929999999998144 y2[1] (analytic) 1.4336978627811425 y2[1] (numeric) 1.4336978627809296 absolute error 2.1294077612310502e-13 relative error 1.4852555873246143e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4336978627811425 y1[1] (numeric) 1.4336978627809727 absolute error 1.6986412276764895e-13 relative error 1.1847972099096246e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6939999999998143 y2[1] (analytic) 1.4327965877247955 y2[1] (numeric) 1.4327965877245823 absolute error 2.1316282072803006e-13 relative error 1.487739589515084e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4327965877247955 y1[1] (numeric) 1.4327965877246256 absolute error 1.6986412276764895e-13 relative error 1.1855424853948327e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.694999999999814 y2[1] (analytic) 1.431894879871897 y2[1] (numeric) 1.4318948798716835 absolute error 2.1338486533295509e-13 relative error 1.4902271691344086e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.431894879871897 y1[1] (numeric) 1.4318948798717268 absolute error 1.7008616737257398e-13 relative error 1.1878397622861155e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.695999999999814 y2[1] (analytic) 1.4309927401241542 y2[1] (numeric) 1.4309927401239408 absolute error 2.1338486533295509e-13 relative error 1.491166652001614e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4309927401241542 y1[1] (numeric) 1.4309927401239841 absolute error 1.7008616737257398e-13 relative error 1.1885886112728787e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.696999999999814 y2[1] (analytic) 1.4300901693837076 y2[1] (numeric) 1.430090169383494 absolute error 2.1360690993788012e-13 relative error 1.4936604314253366e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4300901693837076 y1[1] (numeric) 1.4300901693835373 absolute error 1.7030821197749901e-13 relative error 1.1908914250553359e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.697999999999814 y2[1] (analytic) 1.4291871685531272 y2[1] (numeric) 1.4291871685529134 absolute error 2.1382895454280515e-13 relative error 1.496157810871477e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4291871685531272 y1[1] (numeric) 1.429187168552957 absolute error 1.7030821197749901e-13 relative error 1.1916438639028275e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6989999999998138 y2[1] (analytic) 1.4282837385354143 y2[1] (numeric) 1.4282837385352 absolute error 2.142730437526552e-13 relative error 1.5002134237863292e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4282837385354143 y1[1] (numeric) 1.4282837385352436 absolute error 1.7075230118734908e-13 relative error 1.195506863100194e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.6999999999998137 y2[1] (analytic) 1.4273798802339983 y2[1] (numeric) 1.427379880233784 absolute error 2.142730437526552e-13 relative error 1.5011634023980236e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4273798802339983 y1[1] (numeric) 1.4273798802338276 absolute error 1.7075230118734908e-13 relative error 1.1962638926881659e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7009999999998136 y2[1] (analytic) 1.4264755945527379 y2[1] (numeric) 1.4264755945525234 absolute error 2.1449508835758024e-13 relative error 1.50367163081282e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4264755945527379 y1[1] (numeric) 1.426475594552567 absolute error 1.709743457922741e-13 relative error 1.1985788361551465e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7019999999998134 y2[1] (analytic) 1.4255708823959183 y2[1] (numeric) 1.4255708823957036 absolute error 2.1471713296250527e-13 relative error 1.5061834919189427e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4255708823959183 y1[1] (numeric) 1.4255708823957471 absolute error 1.7119639039719914e-13 relative error 1.2008970757699119e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7029999999998133 y2[1] (analytic) 1.424665744668252 y2[1] (numeric) 1.4246657446680369 absolute error 2.1516122217235534e-13 relative error 1.5102575672755985e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.424665744668252 y1[1] (numeric) 1.4246657446680806 absolute error 1.7141843500212417e-13 relative error 1.2032186191297854e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.703999999999813 y2[1] (analytic) 1.4237601822748762 y2[1] (numeric) 1.4237601822746608 absolute error 2.1538326677728037e-13 relative error 1.5127777097484366e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4237601822748762 y1[1] (numeric) 1.4237601822747048 absolute error 1.7141843500212417e-13 relative error 1.2039839092018485e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.704999999999813 y2[1] (analytic) 1.4228541961213534 y2[1] (numeric) 1.4228541961211378 absolute error 2.156053113822054e-13 relative error 1.515301511356099e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4228541961213534 y1[1] (numeric) 1.422854196121182 absolute error 1.7141843500212417e-13 relative error 1.2047505322007294e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.705999999999813 y2[1] (analytic) 1.4219477871136699 y2[1] (numeric) 1.421947787113454 absolute error 2.1582735598713043e-13 relative error 1.5178289803820855e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4219477871136699 y1[1] (numeric) 1.4219477871134982 absolute error 1.716404796070492e-13 relative error 1.2070800430404857e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.706999999999813 y2[1] (analytic) 1.4210409561582344 y2[1] (numeric) 1.4210409561580182 absolute error 2.162714451969805e-13 relative error 1.5219226740773716e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4210409561582344 y1[1] (numeric) 1.4210409561580626 absolute error 1.7186252421197423e-13 relative error 1.2094128847391021e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.707999999999813 y2[1] (analytic) 1.4201337041618778 y2[1] (numeric) 1.4201337041616613 absolute error 2.1649348980190553e-13 relative error 1.524458501107639e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4201337041618778 y1[1] (numeric) 1.4201337041617057 absolute error 1.7208456881689926e-13 relative error 1.211749064982995e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7089999999998127 y2[1] (analytic) 1.419226032031852 y2[1] (numeric) 1.4192260320316352 absolute error 2.1671553440683056e-13 relative error 1.526998022271105e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.419226032031852 y1[1] (numeric) 1.4192260320316799 absolute error 1.7208456881689926e-13 relative error 1.2125240443238794e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7099999999998126 y2[1] (analytic) 1.4183179406758293 y2[1] (numeric) 1.4183179406756121 absolute error 2.1715962361668062e-13 relative error 1.5311067948079675e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4183179406758293 y1[1] (numeric) 1.4183179406756568 absolute error 1.7252865802674933e-13 relative error 1.2164314719486614e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7109999999998124 y2[1] (analytic) 1.4174094310019005 y2[1] (numeric) 1.4174094310016832 absolute error 2.1738166822160565e-13 relative error 1.533654732831492e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4174094310019005 y1[1] (numeric) 1.417409431001728 absolute error 1.7252865802674933e-13 relative error 1.2172111618080379e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7119999999998123 y2[1] (analytic) 1.4165005039185756 y2[1] (numeric) 1.416500503918358 absolute error 2.1760371282653068e-13 relative error 1.5362063919113095e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4165005039185756 y1[1] (numeric) 1.4165005039184029 absolute error 1.7275070263167436e-13 relative error 1.2195597682724477e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7129999999998122 y2[1] (analytic) 1.4155911603347815 y2[1] (numeric) 1.4155911603345637 absolute error 2.1782575743145571e-13 relative error 1.5387617804842806e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4155911603347815 y1[1] (numeric) 1.4155911603346085 absolute error 1.729727472365994e-13 relative error 1.2219117502520434e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.713999999999812 y2[1] (analytic) 1.4146814011598616 y2[1] (numeric) 1.4146814011596436 absolute error 2.1804780203638074e-13 relative error 1.541320907008524e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4146814011598616 y1[1] (numeric) 1.4146814011596887 absolute error 1.729727472365994e-13 relative error 1.2226975423214258e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.714999999999812 y2[1] (analytic) 1.4137712273035754 y2[1] (numeric) 1.413771227303357 absolute error 2.184918912462308e-13 relative error 1.5454543636663968e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4137712273035754 y1[1] (numeric) 1.413771227303402 absolute error 1.7341683644644945e-13 relative error 1.226625871975057e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.715999999999812 y2[1] (analytic) 1.412860639676096 y2[1] (numeric) 1.4128606396758774 absolute error 2.1871393585115584e-13 relative error 1.548022003792935e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.412860639676096 y1[1] (numeric) 1.4128606396759227 absolute error 1.7341683644644945e-13 relative error 1.2274164314337891e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.716999999999812 y2[1] (analytic) 1.4119496391880118 y2[1] (numeric) 1.4119496391877926 absolute error 2.191580250610059e-13 relative error 1.552166019087196e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4119496391880118 y1[1] (numeric) 1.4119496391878381 absolute error 1.7363888105137448e-13 relative error 1.2297809796617905e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7179999999998117 y2[1] (analytic) 1.4110382267503223 y2[1] (numeric) 1.411038226750103 absolute error 2.1938006966593093e-13 relative error 1.5547422139736925e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4110382267503223 y1[1] (numeric) 1.4110382267501487 absolute error 1.7363888105137448e-13 relative error 1.2305753151087324e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7189999999998116 y2[1] (analytic) 1.4101264032744405 y2[1] (numeric) 1.410126403274221 absolute error 2.1960211427085596e-13 relative error 1.5573221929673828e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4101264032744405 y1[1] (numeric) 1.4101264032742666 absolute error 1.7386092565629951e-13 relative error 1.2329456795687165e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7199999999998115 y2[1] (analytic) 1.4092141696721896 y2[1] (numeric) 1.4092141696719698 absolute error 2.19824158875781e-13 relative error 1.5599059646619673e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4092141696721896 y1[1] (numeric) 1.4092141696720155 absolute error 1.7408297026122455e-13 relative error 1.2353194710050326e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7209999999998113 y2[1] (analytic) 1.408301526855803 y2[1] (numeric) 1.408301526855583 absolute error 2.2004620348070603e-13 relative error 1.562493537672893e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.408301526855803 y1[1] (numeric) 1.408301526855629 absolute error 1.7408297026122455e-13 relative error 1.2361200136584744e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7219999999998112 y2[1] (analytic) 1.4073884757379236 y2[1] (numeric) 1.4073884757377033 absolute error 2.2026824808563106e-13 relative error 1.565084920637422e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4073884757379236 y1[1] (numeric) 1.4073884757377495 absolute error 1.7408297026122455e-13 relative error 1.2369219534069949e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.722999999999811 y2[1] (analytic) 1.4064750172316025 y2[1] (numeric) 1.406475017231382 absolute error 2.204902926905561e-13 relative error 1.5676801222147e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4064750172316025 y1[1] (numeric) 1.4064750172314282 absolute error 1.7430501486614958e-13 relative error 1.2393040241072904e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.723999999999811 y2[1] (analytic) 1.405561152250298 y2[1] (numeric) 1.4055611522500773 absolute error 2.2071233729548112e-13 relative error 1.5702791510858245e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.405561152250298 y1[1] (numeric) 1.4055611522501235 absolute error 1.745270594710746e-13 relative error 1.2416895500537807e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.724999999999811 y2[1] (analytic) 1.4046468817078752 y2[1] (numeric) 1.404646881707654 absolute error 2.2115642650533118e-13 relative error 1.5744628018995962e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4046468817078752 y1[1] (numeric) 1.4046468817077002 absolute error 1.7497114868092467e-13 relative error 1.2456593251976725e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.725999999999811 y2[1] (analytic) 1.4037322065186042 y2[1] (numeric) 1.4037322065183828 absolute error 2.2137847111025621e-13 relative error 1.5770705415336795e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4037322065186042 y1[1] (numeric) 1.4037322065184292 absolute error 1.7497114868092467e-13 relative error 1.2464709997277226e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7269999999998107 y2[1] (analytic) 1.4028171275971604 y2[1] (numeric) 1.4028171275969388 absolute error 2.2160051571518125e-13 relative error 1.5796821364360836e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4028171275971604 y1[1] (numeric) 1.4028171275969852 absolute error 1.751931932858497e-13 relative error 1.2488669395271242e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7279999999998106 y2[1] (analytic) 1.4019016458586226 y2[1] (numeric) 1.4019016458584006 absolute error 2.220446049250313e-13 relative error 1.5838814768566424e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4019016458586226 y1[1] (numeric) 1.4019016458584472 absolute error 1.7541523789077473e-13 relative error 1.2512663667167476e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7289999999998105 y2[1] (analytic) 1.4009857622184723 y2[1] (numeric) 1.4009857622182502 absolute error 2.220446049250313e-13 relative error 1.5849169271600725e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4009857622184723 y1[1] (numeric) 1.4009857622182968 absolute error 1.7541523789077473e-13 relative error 1.2520843724564573e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7299999999998104 y2[1] (analytic) 1.4000694775925933 y2[1] (numeric) 1.400069477592371 absolute error 2.2226664952995634e-13 relative error 1.587540140594607e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.4000694775925933 y1[1] (numeric) 1.4000694775924176 absolute error 1.7563728249569976e-13 relative error 1.2544897614488851e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7309999999998102 y2[1] (analytic) 1.39915279289727 y2[1] (numeric) 1.3991527928970475 absolute error 2.2248869413488137e-13 relative error 1.590167244523502e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.39915279289727 y1[1] (numeric) 1.3991527928970942 absolute error 1.758593271006248e-13 relative error 1.2568986603419296e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.73199999999981 y2[1] (analytic) 1.398235709049187 y2[1] (numeric) 1.3982357090489643 absolute error 2.227107387398064e-13 relative error 1.592798247809389e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.398235709049187 y1[1] (numeric) 1.3982357090490112 absolute error 1.758593271006248e-13 relative error 1.2577230431356293e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.73299999999981 y2[1] (analytic) 1.3973182269654285 y2[1] (numeric) 1.3973182269652054 absolute error 2.2315482794965646e-13 relative error 1.5970222361894203e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3973182269654285 y1[1] (numeric) 1.3973182269652522 absolute error 1.7630341631047486e-13 relative error 1.2617270204322386e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.73399999999981 y2[1] (analytic) 1.3964003475634759 y2[1] (numeric) 1.3964003475632525 absolute error 2.233768725545815e-13 relative error 1.5996621093968003e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3964003475634759 y1[1] (numeric) 1.3964003475632993 absolute error 1.765254609153999e-13 relative error 1.264146497982561e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.73499999999981 y2[1] (analytic) 1.3954820717612086 y2[1] (numeric) 1.395482071760985 absolute error 2.2359891715950653e-13 relative error 1.6023059105109606e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3954820717612086 y1[1] (numeric) 1.3954820717610321 absolute error 1.765254609153999e-13 relative error 1.26497835040339e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7359999999998097 y2[1] (analytic) 1.3945634004769027 y2[1] (numeric) 1.394563400476679 absolute error 2.2382096176443156e-13 relative error 1.6049536484887736e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3945634004769027 y1[1] (numeric) 1.394563400476726 absolute error 1.7674750552032492e-13 relative error 1.2674038732113727e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7369999999998096 y2[1] (analytic) 1.393644334629229 y2[1] (numeric) 1.393644334629005 absolute error 2.240430063693566e-13 relative error 1.6076053323099966e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.393644334629229 y1[1] (numeric) 1.3936443346290524 absolute error 1.7674750552032492e-13 relative error 1.2682396873327623e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7379999999998095 y2[1] (analytic) 1.3927248751372538 y2[1] (numeric) 1.3927248751370294 absolute error 2.2448709557920665e-13 relative error 1.611855288770392e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3927248751372538 y1[1] (numeric) 1.3927248751370769 absolute error 1.7696955012524995e-13 relative error 1.2706712810583604e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7389999999998094 y2[1] (analytic) 1.391805022920436 y2[1] (numeric) 1.3918050229202112 absolute error 2.2470914018413168e-13 relative error 1.6145159450037236e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.391805022920436 y1[1] (numeric) 1.391805022920259 absolute error 1.7696955012524995e-13 relative error 1.2715110752647903e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7399999999998093 y2[1] (analytic) 1.390884778898628 y2[1] (numeric) 1.390884778898403 absolute error 2.2515322939398175e-13 relative error 1.6187770030258674e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.390884778898628 y1[1] (numeric) 1.3908847788984509 absolute error 1.7719159473017498e-13 relative error 1.2739487656949134e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.740999999999809 y2[1] (analytic) 1.3899641439920736 y2[1] (numeric) 1.3899641439918482 absolute error 2.2537527399890678e-13 relative error 1.6214466752474155e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3899641439920736 y1[1] (numeric) 1.3899641439918964 absolute error 1.7719159473017498e-13 relative error 1.2747925584703819e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.741999999999809 y2[1] (analytic) 1.3890431191214079 y2[1] (numeric) 1.389043119121182 absolute error 2.2581936320875684e-13 relative error 1.6257188859017653e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3890431191214079 y1[1] (numeric) 1.3890431191212302 absolute error 1.7763568394002505e-13 relative error 1.2788349151636306e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.742999999999809 y2[1] (analytic) 1.388121705207655 y2[1] (numeric) 1.3881217052074293 absolute error 2.2581936320875684e-13 relative error 1.6267980131826808e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.388121705207655 y1[1] (numeric) 1.3881217052074775 absolute error 1.7763568394002505e-13 relative error 1.2796837861810666e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.743999999999809 y2[1] (analytic) 1.3871999031722297 y2[1] (numeric) 1.3871999031720037 absolute error 2.2604140781368187e-13 relative error 1.629479697171067e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3871999031722297 y1[1] (numeric) 1.3871999031720519 absolute error 1.7785772854495008e-13 relative error 1.2821348108389242e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7449999999998087 y2[1] (analytic) 1.3862777139369333 y2[1] (numeric) 1.386277713936707 absolute error 2.262634524186069e-13 relative error 1.632165403395502e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3862777139369333 y1[1] (numeric) 1.3862777139367555 absolute error 1.7785772854495008e-13 relative error 1.282987721412951e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7459999999998086 y2[1] (analytic) 1.3853551384239553 y2[1] (numeric) 1.3853551384237288 absolute error 2.2648549702353193e-13 relative error 1.63485514105208e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3853551384239553 y1[1] (numeric) 1.3853551384237772 absolute error 1.780797731498751e-13 relative error 1.2854449246311454e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7469999999998085 y2[1] (analytic) 1.384432177555871 y2[1] (numeric) 1.384432177555644 absolute error 2.26929586233382e-13 relative error 1.6391527870582444e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.384432177555871 y1[1] (numeric) 1.3844321775556927 absolute error 1.7830181775480014e-13 relative error 1.287905761260049e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7479999999998084 y2[1] (analytic) 1.383508832255641 y2[1] (numeric) 1.3835088322554139 absolute error 2.2715163083830703e-13 relative error 1.6418516856734787e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.383508832255641 y1[1] (numeric) 1.3835088322554625 absolute error 1.7852386235972517e-13 relative error 1.2903702397668396e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7489999999998083 y2[1] (analytic) 1.3825851034466108 y2[1] (numeric) 1.3825851034463834 absolute error 2.2737367544323206e-13 relative error 1.6445546453264835e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3825851034466108 y1[1] (numeric) 1.382585103446432 absolute error 1.787459069646502e-13 relative error 1.2928383686404485e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.749999999999808 y2[1] (analytic) 1.3816609920525091 y2[1] (numeric) 1.3816609920522813 absolute error 2.278177646530821e-13 relative error 1.6488687598732182e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3816609920525091 y1[1] (numeric) 1.3816609920523302 absolute error 1.7896795156957523e-13 relative error 1.2953101563916315e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.750999999999808 y2[1] (analytic) 1.380736498997447 y2[1] (numeric) 1.380736498997219 absolute error 2.2803980925800715e-13 relative error 1.6515809455575838e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.380736498997447 y1[1] (numeric) 1.380736498997268 absolute error 1.7918999617450027e-13 relative error 1.297785611553038e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.751999999999808 y2[1] (analytic) 1.3798116252059178 y2[1] (numeric) 1.3798116252056896 absolute error 2.282618538629322e-13 relative error 1.6542972221216593e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3798116252059178 y1[1] (numeric) 1.3798116252057384 absolute error 1.794120407794253e-13 relative error 1.3002647426792808e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.752999999999808 y2[1] (analytic) 1.3788863716027948 y2[1] (numeric) 1.3788863716025666 absolute error 2.282618538629322e-13 relative error 1.6554072805694957e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3788863716027948 y1[1] (numeric) 1.3788863716026154 absolute error 1.794120407794253e-13 relative error 1.3011372399806932e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7539999999998077 y2[1] (analytic) 1.377960739113332 y2[1] (numeric) 1.3779607391131035 absolute error 2.284838984678572e-13 relative error 1.6581306853116758e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.377960739113332 y1[1] (numeric) 1.3779607391131523 absolute error 1.7963408538435033e-13 relative error 1.303622667072056e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7549999999998076 y2[1] (analytic) 1.3770347286631615 y2[1] (numeric) 1.3770347286629327 absolute error 2.2870594307278225e-13 relative error 1.6608582072204683e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3770347286631615 y1[1] (numeric) 1.3770347286629816 absolute error 1.7985612998927536e-13 relative error 1.306111794027747e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7559999999998075 y2[1] (analytic) 1.3761083411782937 y2[1] (numeric) 1.3761083411780648 absolute error 2.289279876777073e-13 relative error 1.663589855735396e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3761083411782937 y1[1] (numeric) 1.3761083411781136 absolute error 1.800781745942004e-13 relative error 1.3086046294873e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7569999999998074 y2[1] (analytic) 1.3751815775851162 y2[1] (numeric) 1.375181577584887 absolute error 2.291500322826323e-13 relative error 1.6663256403203903e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3751815775851162 y1[1] (numeric) 1.3751815775849359 absolute error 1.8030021919912542e-13 relative error 1.3111011821125551e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7579999999998073 y2[1] (analytic) 1.3742544388103923 y2[1] (numeric) 1.374254438810163 absolute error 2.2937207688755734e-13 relative error 1.6690655704638703e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3742544388103923 y1[1] (numeric) 1.3742544388102118 absolute error 1.8052226380405045e-13 relative error 1.3136014605877315e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.758999999999807 y2[1] (analytic) 1.3733269257812608 y2[1] (numeric) 1.3733269257810312 absolute error 2.2959412149248237e-13 relative error 1.6718096556788212e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3733269257812608 y1[1] (numeric) 1.37332692578108 absolute error 1.8074430840897548e-13 relative error 1.3161054736194975e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.759999999999807 y2[1] (analytic) 1.3723990394252346 y2[1] (numeric) 1.3723990394250047 absolute error 2.298161660974074e-13 relative error 1.6745579055028718e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3723990394252346 y1[1] (numeric) 1.3723990394250538 absolute error 1.8074430840897548e-13 relative error 1.316995299593563e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.760999999999807 y2[1] (analytic) 1.3714707806702 y2[1] (numeric) 1.37147078066997 absolute error 2.3003821070233244e-13 relative error 1.6773103294983733e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3714707806702 y1[1] (numeric) 1.371470780670019 absolute error 1.8096635301390052e-13 relative error 1.3195057128775812e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.761999999999807 y2[1] (analytic) 1.3705421504444157 y2[1] (numeric) 1.3705421504441855 absolute error 2.3026025530725747e-13 relative error 1.680066937252478e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3705421504444157 y1[1] (numeric) 1.3705421504442346 absolute error 1.8118839761882555e-13 relative error 1.3220198850511303e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7629999999998067 y2[1] (analytic) 1.3696131496765118 y2[1] (numeric) 1.3696131496762813 absolute error 2.304822999121825e-13 relative error 1.68282773837722e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3696131496765118 y1[1] (numeric) 1.3696131496763306 absolute error 1.8118839761882555e-13 relative error 1.3229166035797798e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7639999999998066 y2[1] (analytic) 1.3686837792954891 y2[1] (numeric) 1.3686837792952584 absolute error 2.3070434451710753e-13 relative error 1.685592742509591e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3686837792954891 y1[1] (numeric) 1.3686837792953077 absolute error 1.8141044222375058e-13 relative error 1.3254372190859825e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7649999999998065 y2[1] (analytic) 1.3677540402307178 y2[1] (numeric) 1.3677540402304869 absolute error 2.3092638912203256e-13 relative error 1.6883619593116248e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3677540402307178 y1[1] (numeric) 1.3677540402305361 absolute error 1.816324868286756e-13 relative error 1.327961617997028e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7659999999998064 y2[1] (analytic) 1.366823933411937 y2[1] (numeric) 1.3668239334117058 absolute error 2.311484337269576e-13 relative error 1.6911353984704735e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.366823933411937 y1[1] (numeric) 1.3668239334117551 absolute error 1.8185453143360064e-13 relative error 1.3304898091712946e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7669999999998063 y2[1] (analytic) 1.3658934597692531 y2[1] (numeric) 1.3658934597690218 absolute error 2.313704783318826e-13 relative error 1.6939130696984898e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3658934597692531 y1[1] (numeric) 1.3658934597690713 absolute error 1.8185453143360064e-13 relative error 1.3313961651468937e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.767999999999806 y2[1] (analytic) 1.3649626202331402 y2[1] (numeric) 1.3649626202329086 absolute error 2.3159252293680765e-13 relative error 1.6966949827333066e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3649626202331402 y1[1] (numeric) 1.3649626202329581 absolute error 1.8207657603852567e-13 relative error 1.3339308589082563e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.768999999999806 y2[1] (analytic) 1.3640314157344373 y2[1] (numeric) 1.3640314157342055 absolute error 2.318145675417327e-13 relative error 1.6994811473379185e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3640314157344373 y1[1] (numeric) 1.364031415734255 absolute error 1.822986206434507e-13 relative error 1.3364693696977309e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.769999999999806 y2[1] (analytic) 1.3630998472043492 y2[1] (numeric) 1.363099847204117 absolute error 2.3225865675158275e-13 relative error 1.7039005413134912e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3630998472043492 y1[1] (numeric) 1.3630998472041667 absolute error 1.8252066524837574e-13 relative error 1.3390117064624183e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.770999999999806 y2[1] (analytic) 1.362167915574444 y2[1] (numeric) 1.3621679155742115 absolute error 2.324807013565078e-13 relative error 1.7066963529123182e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.362167915574444 y1[1] (numeric) 1.3621679155742614 absolute error 1.8252066524837574e-13 relative error 1.3399277956962039e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7719999999998057 y2[1] (analytic) 1.3612356217766535 y2[1] (numeric) 1.3612356217764205 absolute error 2.3292479056635784e-13 relative error 1.7111276463831424e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3612356217766535 y1[1] (numeric) 1.3612356217764707 absolute error 1.8274270985330077e-13 relative error 1.3424766949221412e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7729999999998056 y2[1] (analytic) 1.3603029667432711 y2[1] (numeric) 1.360302966743038 absolute error 2.3314683517128287e-13 relative error 1.7139331521820056e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3603029667432711 y1[1] (numeric) 1.3603029667430884 absolute error 1.8274270985330077e-13 relative error 1.343397127853134e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7739999999998055 y2[1] (analytic) 1.3593699514069522 y2[1] (numeric) 1.3593699514067188 absolute error 2.333688797762079e-13 relative error 1.7167429626840757e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3593699514069522 y1[1] (numeric) 1.3593699514067692 absolute error 1.829647544582258e-13 relative error 1.3459526177466018e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7749999999998054 y2[1] (analytic) 1.3584365767007118 y2[1] (numeric) 1.358436576700478 absolute error 2.3381296898605797e-13 relative error 1.7211916477832825e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3584365767007118 y1[1] (numeric) 1.3584365767005286 absolute error 1.8318679906315083e-13 relative error 1.348511974758982e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7759999999998053 y2[1] (analytic) 1.3575028435579246 y2[1] (numeric) 1.3575028435576906 absolute error 2.34035013590983e-13 relative error 1.7240112217930445e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3575028435579246 y1[1] (numeric) 1.3575028435577412 absolute error 1.8340884366807586e-13 relative error 1.3510752079706403e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.776999999999805 y2[1] (analytic) 1.3565687529123234 y2[1] (numeric) 1.3565687529120893 absolute error 2.34035013590983e-13 relative error 1.7251983217846457e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3565687529123234 y1[1] (numeric) 1.35656875291214 absolute error 1.8340884366807586e-13 relative error 1.3520055159336977e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.777999999999805 y2[1] (analytic) 1.3556343056979994 y2[1] (numeric) 1.3556343056977649 absolute error 2.3447910280083306e-13 relative error 1.7296633894205167e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3556343056979994 y1[1] (numeric) 1.3556343056978155 absolute error 1.8385293287792592e-13 relative error 1.356213339431996e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.778999999999805 y2[1] (analytic) 1.354699502849399 y2[1] (numeric) 1.3546995028491644 absolute error 2.347011474057581e-13 relative error 1.7324960030774413e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.354699502849399 y1[1] (numeric) 1.354699502849215 absolute error 1.8407497748285095e-13 relative error 1.3587882559613991e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.779999999999805 y2[1] (analytic) 1.3537643453013255 y2[1] (numeric) 1.3537643453010906 absolute error 2.349231920106831e-13 relative error 1.7353329833664154e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3537643453013255 y1[1] (numeric) 1.3537643453011412 absolute error 1.8429702208777599e-13 relative error 1.3613670852496453e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7809999999998047 y2[1] (analytic) 1.352828833988936 y2[1] (numeric) 1.352828833988701 absolute error 2.3514523661560816e-13 relative error 1.7381743403728433e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.352828833988936 y1[1] (numeric) 1.3528288339887518 absolute error 1.8429702208777599e-13 relative error 1.36230850095322e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7819999999998046 y2[1] (analytic) 1.351892969847742 y2[1] (numeric) 1.3518929698475066 absolute error 2.353672812205332e-13 relative error 1.7410200842086013e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.351892969847742 y1[1] (numeric) 1.3518929698475577 absolute error 1.8429702208777599e-13 relative error 1.3632515753708859e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7829999999998045 y2[1] (analytic) 1.3509567538136076 y2[1] (numeric) 1.3509567538133718 absolute error 2.3581137043038325e-13 relative error 1.7455138350262714e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3509567538136076 y1[1] (numeric) 1.350956753813423 absolute error 1.8451906669270102e-13 relative error 1.365839921757845e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7839999999998044 y2[1] (analytic) 1.3500201868227486 y2[1] (numeric) 1.3500201868225126 absolute error 2.360334150353083e-13 relative error 1.7483695232054953e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3500201868227486 y1[1] (numeric) 1.3500201868225639 absolute error 1.8474111129762605e-13 relative error 1.3684322138353454e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7849999999998043 y2[1] (analytic) 1.3490832698117319 y2[1] (numeric) 1.3490832698114956 absolute error 2.362554596402333e-13 relative error 1.751229630719558e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3490832698117319 y1[1] (numeric) 1.349083269811547 absolute error 1.8496315590255108e-13 relative error 1.3710284608922855e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.785999999999804 y2[1] (analytic) 1.3481460037174744 y2[1] (numeric) 1.348146003717238 absolute error 2.3647750424515834e-13 relative error 1.754094167791013e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3481460037174744 y1[1] (numeric) 1.3481460037172892 absolute error 1.851852005074761e-13 relative error 1.3736286722419766e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.786999999999804 y2[1] (analytic) 1.3472083894772422 y2[1] (numeric) 1.3472083894770055 absolute error 2.3669954885008337e-13 relative error 1.756963144669326e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3472083894772422 y1[1] (numeric) 1.3472083894770568 absolute error 1.8540724511240114e-13 relative error 1.3762328572222207e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.787999999999804 y2[1] (analytic) 1.3462704280286495 y2[1] (numeric) 1.3462704280284126 absolute error 2.369215934550084e-13 relative error 1.7598365716309604e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3462704280286495 y1[1] (numeric) 1.3462704280284639 absolute error 1.8562928971732617e-13 relative error 1.3788410251953915e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.788999999999804 y2[1] (analytic) 1.3453321203096578 y2[1] (numeric) 1.3453321203094204 absolute error 2.3736568266485847e-13 relative error 1.764364940682629e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3453321203096578 y1[1] (numeric) 1.345332120309472 absolute error 1.858513343222512e-13 relative error 1.3814531855485129e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7899999999998037 y2[1] (analytic) 1.3443934672585742 y2[1] (numeric) 1.3443934672583369 absolute error 2.3736568266485847e-13 relative error 1.7655968170455612e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3443934672585742 y1[1] (numeric) 1.3443934672583884 absolute error 1.858513343222512e-13 relative error 1.3824177136268802e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7909999999998036 y2[1] (analytic) 1.3434544698140523 y2[1] (numeric) 1.3434544698138147 absolute error 2.375877272697835e-13 relative error 1.7684836561872325e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3434544698140523 y1[1] (numeric) 1.3434544698138662 absolute error 1.8607337892717624e-13 relative error 1.385036732602711e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7919999999998035 y2[1] (analytic) 1.3425151289150892 y2[1] (numeric) 1.3425151289148514 absolute error 2.3780977187470853e-13 relative error 1.7713749867898092e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3425151289150892 y1[1] (numeric) 1.3425151289149029 absolute error 1.8629542353210127e-13 relative error 1.3876597702302989e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7929999999998034 y2[1] (analytic) 1.3415754455010256 y2[1] (numeric) 1.3415754455007876 absolute error 2.3803181647963356e-13 relative error 1.7742708192660612e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3415754455010256 y1[1] (numeric) 1.3415754455008393 absolute error 1.8629542353210127e-13 relative error 1.3886317326158818e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7939999999998033 y2[1] (analytic) 1.3406354205115452 y2[1] (numeric) 1.3406354205113067 absolute error 2.384759056894836e-13 relative error 1.7788274279556822e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3406354205115452 y1[1] (numeric) 1.3406354205113586 absolute error 1.865174681370263e-13 relative error 1.3912616754960643e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.794999999999803 y2[1] (analytic) 1.3396950548866724 y2[1] (numeric) 1.3396950548864337 absolute error 2.3869795029440866e-13 relative error 1.781733458101035e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3396950548866724 y1[1] (numeric) 1.3396950548864859 absolute error 1.865174681370263e-13 relative error 1.3922382370277854e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.795999999999803 y2[1] (analytic) 1.338754349566773 y2[1] (numeric) 1.3387543495665342 absolute error 2.389199948993337e-13 relative error 1.784644023577957e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.338754349566773 y1[1] (numeric) 1.3387543495665866 absolute error 1.865174681370263e-13 relative error 1.3932165239827918e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.796999999999803 y2[1] (analytic) 1.3378133054925527 y2[1] (numeric) 1.3378133054923134 absolute error 2.3936408410918375e-13 relative error 1.7892188926993462e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3378133054925527 y1[1] (numeric) 1.3378133054923658 absolute error 1.8696155734687636e-13 relative error 1.3975160553365951e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.797999999999803 y2[1] (analytic) 1.3368719236050546 y2[1] (numeric) 1.3368719236048152 absolute error 2.3936408410918375e-13 relative error 1.790478802664255e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3368719236050546 y1[1] (numeric) 1.3368719236048676 absolute error 1.8696155734687636e-13 relative error 1.398500140856496e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7989999999998028 y2[1] (analytic) 1.3359302048456612 y2[1] (numeric) 1.3359302048454216 absolute error 2.395861287141088e-13 relative error 1.7934030374123322e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3359302048456612 y1[1] (numeric) 1.335930204845474 absolute error 1.871836019518014e-13 relative error 1.4011480635204783e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.7999999999998026 y2[1] (analytic) 1.3349881501560907 y2[1] (numeric) 1.334988150155851 absolute error 2.398081733190338e-13 relative error 1.7963318497695635e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3349881501560907 y1[1] (numeric) 1.3349881501559036 absolute error 1.871836019518014e-13 relative error 1.4021368049590203e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8009999999998025 y2[1] (analytic) 1.3340457604783982 y2[1] (numeric) 1.3340457604781581 absolute error 2.4003021792395884e-13 relative error 1.7992652503755368e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3340457604783982 y1[1] (numeric) 1.3340457604782108 absolute error 1.8740564655672642e-13 relative error 1.4047917403487078e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8019999999998024 y2[1] (analytic) 1.3331030367549732 y2[1] (numeric) 1.3331030367547327 absolute error 2.404743071338089e-13 relative error 1.8038688721253623e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3331030367549732 y1[1] (numeric) 1.3331030367547854 absolute error 1.8784973576657649e-13 relative error 1.4091164042641335e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8029999999998023 y2[1] (analytic) 1.3321599799285389 y2[1] (numeric) 1.3321599799282984 absolute error 2.404743071338089e-13 relative error 1.8051458590334524e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3321599799285389 y1[1] (numeric) 1.332159979928351 absolute error 1.8784973576657649e-13 relative error 1.4101139397435834e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.803999999999802 y2[1] (analytic) 1.3312165909421525 y2[1] (numeric) 1.3312165909419116 absolute error 2.4091839634365897e-13 relative error 1.8097610710602088e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3312165909421525 y1[1] (numeric) 1.3312165909419644 absolute error 1.8807178037150152e-13 relative error 1.4127812232147435e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.804999999999802 y2[1] (analytic) 1.3302728707392026 y2[1] (numeric) 1.3302728707389615 absolute error 2.41140440948584e-13 relative error 1.812714114921307e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3302728707392026 y1[1] (numeric) 1.3302728707390146 absolute error 1.8807178037150152e-13 relative error 1.4137834763704854e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.805999999999802 y2[1] (analytic) 1.3293288202634097 y2[1] (numeric) 1.3293288202631683 absolute error 2.4136248555350903e-13 relative error 1.8156718027499207e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3293288202634097 y1[1] (numeric) 1.3293288202632214 absolute error 1.8829382497642655e-13 relative error 1.4164578553191653e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.806999999999802 y2[1] (analytic) 1.3283844404588239 y2[1] (numeric) 1.3283844404585823 absolute error 2.4158453015843406e-13 relative error 1.818634145360742e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3283844404588239 y1[1] (numeric) 1.3283844404586354 absolute error 1.8851586958135158e-13 relative error 1.4191363873265349e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8079999999998018 y2[1] (analytic) 1.3274397322698248 y2[1] (numeric) 1.3274397322695832 absolute error 2.4158453015843406e-13 relative error 1.819928425265245e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3274397322698248 y1[1] (numeric) 1.3274397322696363 absolute error 1.8851586958135158e-13 relative error 1.4201463539064273e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8089999999998017 y2[1] (analytic) 1.326494696641121 y2[1] (numeric) 1.326494696640879 absolute error 2.4202861936828413e-13 relative error 1.8245728383320043e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.326494696641121 y1[1] (numeric) 1.3264946966409323 absolute error 1.887379141862766e-13 relative error 1.42283202989193e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8099999999998015 y2[1] (analytic) 1.3255493345177478 y2[1] (numeric) 1.3255493345175056 absolute error 2.4225066397320916e-13 relative error 1.8275492104663395e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3255493345177478 y1[1] (numeric) 1.3255493345175589 absolute error 1.8895995879120164e-13 relative error 1.4255218864407469e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8109999999998014 y2[1] (analytic) 1.324603646845067 y2[1] (numeric) 1.3246036468448246 absolute error 2.424727085781342e-13 relative error 1.8305302809308598e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.324603646845067 y1[1] (numeric) 1.3246036468448779 absolute error 1.8918200339612667e-13 relative error 1.4282159334735279e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8119999999998013 y2[1] (analytic) 1.3236576345687665 y2[1] (numeric) 1.3236576345685238 absolute error 2.426947531830592e-13 relative error 1.833516060685334e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3236576345687665 y1[1] (numeric) 1.323657634568577 absolute error 1.894040480010517e-13 relative error 1.4309141809374107e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.812999999999801 y2[1] (analytic) 1.3227112986348584 y2[1] (numeric) 1.3227112986346155 absolute error 2.4291679778798425e-13 relative error 1.836506560718831e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3227112986348584 y1[1] (numeric) 1.3227112986346687 absolute error 1.8962609260597674e-13 relative error 1.4336166388061077e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.813999999999801 y2[1] (analytic) 1.3217646399896785 y2[1] (numeric) 1.3217646399894354 absolute error 2.431388423929093e-13 relative error 1.8395017920498155e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3217646399896785 y1[1] (numeric) 1.3217646399894887 absolute error 1.8984813721090177e-13 relative error 1.436323317079993e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.814999999999801 y2[1] (analytic) 1.3208176595798855 y2[1] (numeric) 1.3208176595796421 absolute error 2.433608869978343e-13 relative error 1.8425017657262432e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3208176595798855 y1[1] (numeric) 1.3208176595796954 absolute error 1.900701818158268e-13 relative error 1.43903422578619e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.815999999999801 y2[1] (analytic) 1.3198703583524596 y2[1] (numeric) 1.319870358352216 absolute error 2.4358293160275934e-13 relative error 1.845506492825659e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3198703583524596 y1[1] (numeric) 1.3198703583522693 absolute error 1.9029222642075183e-13 relative error 1.4417493749786598e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8169999999998008 y2[1] (analytic) 1.318922737254702 y2[1] (numeric) 1.318922737254458 absolute error 2.440270208126094e-13 relative error 1.8501995144957792e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.318922737254702 y1[1] (numeric) 1.3189227372545116 absolute error 1.9051427102567686e-13 relative error 1.444468774738288e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8179999999998007 y2[1] (analytic) 1.3179747972342337 y2[1] (numeric) 1.3179747972339897 absolute error 2.440270208126094e-13 relative error 1.8515302517521534e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3179747972342337 y1[1] (numeric) 1.3179747972340432 absolute error 1.9051427102567686e-13 relative error 1.445507694270562e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8189999999998006 y2[1] (analytic) 1.3170265392389948 y2[1] (numeric) 1.3170265392387506 absolute error 2.4424906541753444e-13 relative error 1.8545493058831343e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3170265392389948 y1[1] (numeric) 1.317026539238804 absolute error 1.907363156306019e-13 relative error 1.448234412503284e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8199999999998004 y2[1] (analytic) 1.3160779642172429 y2[1] (numeric) 1.3160779642169986 absolute error 2.4424906541753444e-13 relative error 1.855885988964227e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3160779642172429 y1[1] (numeric) 1.3160779642170521 absolute error 1.907363156306019e-13 relative error 1.4492782404729736e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8209999999998003 y2[1] (analytic) 1.3151290731175533 y2[1] (numeric) 1.3151290731173086 absolute error 2.446931546273845e-13 relative error 1.8606018194650048e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3151290731175533 y1[1] (numeric) 1.3151290731173624 absolute error 1.9095836023552692e-13 relative error 1.4520123092013649e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8219999999998002 y2[1] (analytic) 1.3141798668888167 y2[1] (numeric) 1.3141798668885718 absolute error 2.4491519923230953e-13 relative error 1.863635301399957e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3141798668888167 y1[1] (numeric) 1.3141798668886258 absolute error 1.9095836023552692e-13 relative error 1.4530610690879084e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8229999999998 y2[1] (analytic) 1.3132303464802395 y2[1] (numeric) 1.3132303464799944 absolute error 2.4513724383723456e-13 relative error 1.8666736151373517e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3132303464802395 y1[1] (numeric) 1.3132303464800483 absolute error 1.9118040484045196e-13 relative error 1.4558025205011412e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8239999999998 y2[1] (analytic) 1.312280512841342 y2[1] (numeric) 1.3122805128410966 absolute error 2.453592884421596e-13 relative error 1.8697167719949536e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.312280512841342 y1[1] (numeric) 1.3122805128411505 absolute error 1.91402449445377e-13 relative error 1.458548287293801e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8249999999998 y2[1] (analytic) 1.3113303669219576 y2[1] (numeric) 1.311330366921712 absolute error 2.4558133304708463e-13 relative error 1.8727647833209992e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3113303669219576 y1[1] (numeric) 1.311330366921766 absolute error 1.9162449405030202e-13 relative error 1.4612983797522806e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8259999999998 y2[1] (analytic) 1.310379909672232 y2[1] (numeric) 1.3103799096719864 absolute error 2.4558133304708463e-13 relative error 1.874123154929263e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.310379909672232 y1[1] (numeric) 1.3103799096720403 absolute error 1.9162449405030202e-13 relative error 1.4623583026256368e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8269999999997997 y2[1] (analytic) 1.3094291420426227 y2[1] (numeric) 1.309429142042377 absolute error 2.4580337765200966e-13 relative error 1.8771796789902862e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3094291420426227 y1[1] (numeric) 1.3094291420424309 absolute error 1.9184653865522705e-13 relative error 1.465115847016809e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8279999999997996 y2[1] (analytic) 1.3084780649838974 y2[1] (numeric) 1.3084780649836512 absolute error 2.462474668618597e-13 relative error 1.88193805805136e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3084780649838974 y1[1] (numeric) 1.3084780649837053 absolute error 1.9206858326015208e-13 relative error 1.4678777459102132e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8289999999997995 y2[1] (analytic) 1.3075266794471325 y2[1] (numeric) 1.307526679446886 absolute error 2.4646951146678475e-13 relative error 1.88500560134651e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3075266794471325 y1[1] (numeric) 1.3075266794469405 absolute error 1.9206858326015208e-13 relative error 1.4689458064547127e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8299999999997993 y2[1] (analytic) 1.306574986383714 y2[1] (numeric) 1.3065749863834673 absolute error 2.466915560717098e-13 relative error 1.8880780563118907e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.306574986383714 y1[1] (numeric) 1.3065749863835217 absolute error 1.9229062786507711e-13 relative error 1.4717152086103488e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8309999999997992 y2[1] (analytic) 1.3056229867453346 y2[1] (numeric) 1.3056229867450877 absolute error 2.469136006766348e-13 relative error 1.891155434480689e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3056229867453346 y1[1] (numeric) 1.305622986745142 absolute error 1.9251267247000214e-13 relative error 1.474488994329818e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.831999999999799 y2[1] (analytic) 1.304670681483994 y2[1] (numeric) 1.3046706814837468 absolute error 2.4713564528155985e-13 relative error 1.8942377474172724e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.304670681483994 y1[1] (numeric) 1.3046706814838012 absolute error 1.9273471707492718e-13 relative error 1.4772671740864262e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.832999999999799 y2[1] (analytic) 1.3037180715519971 y2[1] (numeric) 1.3037180715517498 absolute error 2.473576898864849e-13 relative error 1.8973250067172926e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3037180715519971 y1[1] (numeric) 1.3037180715518042 absolute error 1.929567616798522e-13 relative error 1.4800497583818017e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.833999999999799 y2[1] (analytic) 1.3027651579019541 y2[1] (numeric) 1.3027651579017065 absolute error 2.475797344914099e-13 relative error 1.900417224007788e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3027651579019541 y1[1] (numeric) 1.302765157901761 absolute error 1.9317880628477724e-13 relative error 1.4828367577459868e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.834999999999799 y2[1] (analytic) 1.3018119414867784 y2[1] (numeric) 1.3018119414865306 absolute error 2.4780177909633494e-13 relative error 1.9035144109472874e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3018119414867784 y1[1] (numeric) 1.3018119414865852 absolute error 1.9317880628477724e-13 relative error 1.483922524663208e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8359999999997987 y2[1] (analytic) 1.3008584232596863 y2[1] (numeric) 1.3008584232594382 absolute error 2.4802382370125997e-13 relative error 1.9066165792259145e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.3008584232596863 y1[1] (numeric) 1.300858423259493 absolute error 1.9317880628477724e-13 relative error 1.485010227329047e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8369999999997986 y2[1] (analytic) 1.2999046041741962 y2[1] (numeric) 1.2999046041739477 absolute error 2.4846791291111003e-13 relative error 1.9114319013352276e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2999046041741962 y1[1] (numeric) 1.2999046041740028 absolute error 1.9340085088970227e-13 relative error 1.4878080304405572e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8379999999997985 y2[1] (analytic) 1.2989504851841267 y2[1] (numeric) 1.298950485183878 absolute error 2.4868995751603507e-13 relative error 1.9145453221858812e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2989504851841267 y1[1] (numeric) 1.2989504851839333 absolute error 1.9340085088970227e-13 relative error 1.48890087109277e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8389999999997984 y2[1] (analytic) 1.297996067243597 y2[1] (numeric) 1.2979960672433482 absolute error 2.489120021209601e-13 relative error 1.917663761875223e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.297996067243597 y1[1] (numeric) 1.2979960672434034 absolute error 1.936228954946273e-13 relative error 1.4917063339475417e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8399999999997982 y2[1] (analytic) 1.297041351307025 y2[1] (numeric) 1.2970413513067758 absolute error 2.4913404672588513e-13 relative error 1.9207872322253524e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.297041351307025 y1[1] (numeric) 1.2970413513068313 absolute error 1.936228954946273e-13 relative error 1.4928043373444806e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.840999999999798 y2[1] (analytic) 1.2960863383291263 y2[1] (numeric) 1.296086338328877 absolute error 2.4935609133081016e-13 relative error 1.923915745090502e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2960863383291263 y1[1] (numeric) 1.2960863383289325 absolute error 1.9384494009955233e-13 relative error 1.4956174937346466e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.841999999999798 y2[1] (analytic) 1.295131029264914 y2[1] (numeric) 1.2951310292646645 absolute error 2.495781359357352e-13 relative error 1.9270493123571434e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.295131029264914 y1[1] (numeric) 1.29513102926472 absolute error 1.9406698470447736e-13 relative error 1.4984351414592023e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.842999999999798 y2[1] (analytic) 1.294175425069697 y2[1] (numeric) 1.2941754250694473 absolute error 2.498001805406602e-13 relative error 1.930187945944093e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.294175425069697 y1[1] (numeric) 1.2941754250695028 absolute error 1.942890293094024e-13 relative error 1.5012572912898503e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.843999999999798 y2[1] (analytic) 1.2932195266990796 y2[1] (numeric) 1.2932195266988296 absolute error 2.5002222514558525e-13 relative error 1.933331657802621e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2932195266990796 y1[1] (numeric) 1.293219526698885 absolute error 1.9451107391432743e-13 relative error 1.5040839540276164e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8449999999997977 y2[1] (analytic) 1.2922633351089596 y2[1] (numeric) 1.2922633351087096 absolute error 2.5002222514558525e-13 relative error 1.934762198638903e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2922633351089596 y1[1] (numeric) 1.2922633351087651 absolute error 1.9451107391432743e-13 relative error 1.5051968792252925e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8459999999997976 y2[1] (analytic) 1.2913068512555292 y2[1] (numeric) 1.2913068512552788 absolute error 2.504663143554353e-13 relative error 1.9396343643024008e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2913068512555292 y1[1] (numeric) 1.2913068512553345 absolute error 1.9473311851925246e-13 relative error 1.5080313275648983e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8469999999997975 y2[1] (analytic) 1.2903500760952715 y2[1] (numeric) 1.290350076095021 absolute error 2.504663143554353e-13 relative error 1.9410725739899318e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2903500760952715 y1[1] (numeric) 1.2903500760950768 absolute error 1.9473311851925246e-13 relative error 1.509149510096782e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8479999999997974 y2[1] (analytic) 1.2893930105849623 y2[1] (numeric) 1.2893930105847113 absolute error 2.509104035652854e-13 relative error 1.945957528119795e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2893930105849623 y1[1] (numeric) 1.2893930105847673 absolute error 1.949551631241775e-13 relative error 1.511991778486e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8489999999997973 y2[1] (analytic) 1.2884356556816663 y2[1] (numeric) 1.2884356556814152 absolute error 2.511324481702104e-13 relative error 1.9491268117486628e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2884356556816663 y1[1] (numeric) 1.2884356556814713 absolute error 1.949551631241775e-13 relative error 1.513115243780129e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.849999999999797 y2[1] (analytic) 1.2874780123427387 y2[1] (numeric) 1.2874780123424874 absolute error 2.5135449277513544e-13 relative error 1.95230124604429e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2874780123427387 y1[1] (numeric) 1.2874780123425436 absolute error 1.9517720772910252e-13 relative error 1.5159653668488787e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.850999999999797 y2[1] (analytic) 1.2865200815258229 y2[1] (numeric) 1.2865200815255713 absolute error 2.5157653738006047e-13 relative error 1.955480843188151e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2865200815258229 y1[1] (numeric) 1.2865200815256275 absolute error 1.9539925233402755e-13 relative error 1.5188200723791462e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.851999999999797 y2[1] (analytic) 1.2855618641888493 y2[1] (numeric) 1.2855618641885975 absolute error 2.517985819849855e-13 relative error 1.958665615395046e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2855618641888493 y1[1] (numeric) 1.2855618641886537 absolute error 1.9562129693895258e-13 relative error 1.521679371395975e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.852999999999797 y2[1] (analytic) 1.2846033612900354 y2[1] (numeric) 1.2846033612897834 absolute error 2.5202062658991053e-13 relative error 1.9618555749132107e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2846033612900354 y1[1] (numeric) 1.2846033612898395 absolute error 1.9584334154387761e-13 relative error 1.524543274954583e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8539999999997967 y2[1] (analytic) 1.2836445737878837 y2[1] (numeric) 1.2836445737876316 absolute error 2.5202062658991053e-13 relative error 1.963320935843069e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2836445737878837 y1[1] (numeric) 1.2836445737876878 absolute error 1.9584334154387761e-13 relative error 1.5256819959591074e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8549999999997966 y2[1] (analytic) 1.282685502641182 y2[1] (numeric) 1.2826855026409296 absolute error 2.524647157997606e-13 relative error 1.9682511050441408e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.282685502641182 y1[1] (numeric) 1.282685502640986 absolute error 1.9606538614880265e-13 relative error 1.5285538485083345e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8559999999997965 y2[1] (analytic) 1.2817261488090013 y2[1] (numeric) 1.2817261488087486 absolute error 2.5268676040468563e-13 relative error 1.9714567003215615e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2817261488090013 y1[1] (numeric) 1.281726148808805 absolute error 1.9628743075372768e-13 relative error 1.5314303366294028e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8569999999997964 y2[1] (analytic) 1.2807665132506951 y2[1] (numeric) 1.2807665132504422 absolute error 2.5290880500961066e-13 relative error 1.974667532239787e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2807665132506951 y1[1] (numeric) 1.2807665132504986 absolute error 1.965094753586527e-13 relative error 1.534311471494479e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8579999999997963 y2[1] (analytic) 1.2798065969258992 y2[1] (numeric) 1.279806596925646 absolute error 2.531308496145357e-13 relative error 1.9778836132159114e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2798065969258992 y1[1] (numeric) 1.2798065969257024 absolute error 1.9673151996357774e-13 relative error 1.5371972643064014e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.858999999999796 y2[1] (analytic) 1.2788464007945297 y2[1] (numeric) 1.2788464007942761 absolute error 2.5357493882438575e-13 relative error 1.982841244005872e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2788464007945297 y1[1] (numeric) 1.2788464007943328 absolute error 1.9695356456850277e-13 relative error 1.5400877262987815e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.859999999999796 y2[1] (analytic) 1.2778859258167827 y2[1] (numeric) 1.2778859258165287 absolute error 2.540190280342358e-13 relative error 1.9878067588221946e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2778859258167827 y1[1] (numeric) 1.2778859258165856 absolute error 1.971756091734278e-13 relative error 1.542982868736109e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.860999999999796 y2[1] (analytic) 1.2769251729531328 y2[1] (numeric) 1.2769251729528788 absolute error 2.540190280342358e-13 relative error 1.9893023758531474e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2769251729531328 y1[1] (numeric) 1.2769251729529356 absolute error 1.971756091734278e-13 relative error 1.5441438022356598e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.861999999999796 y2[1] (analytic) 1.2759641431643332 y2[1] (numeric) 1.275964143164079 absolute error 2.5424107263916085e-13 relative error 1.9925408876197298e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2759641431643332 y1[1] (numeric) 1.2759641431641358 absolute error 1.9739765377835283e-13 relative error 1.5470470297763668e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8629999999997957 y2[1] (analytic) 1.2750028374114133 y2[1] (numeric) 1.2750028374111588 absolute error 2.544631172440859e-13 relative error 1.995784713394929e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2750028374114133 y1[1] (numeric) 1.2750028374112157 absolute error 1.9761969838327786e-13 relative error 1.549954969390477e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8639999999997956 y2[1] (analytic) 1.274041256655679 y2[1] (numeric) 1.2740412566554242 absolute error 2.546851618490109e-13 relative error 1.9990338658070776e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.274041256655679 y1[1] (numeric) 1.2740412566554813 absolute error 1.9761969838327786e-13 relative error 1.551124795613164e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8649999999997955 y2[1] (analytic) 1.2730794018587108 y2[1] (numeric) 1.273079401858456 absolute error 2.5490720645393594e-13 relative error 2.0022883575193225e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2730794018587108 y1[1] (numeric) 1.273079401858513 absolute error 1.978417429882029e-13 relative error 1.554040876785467e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8659999999997954 y2[1] (analytic) 1.2721172739823636 y2[1] (numeric) 1.2721172739821085 absolute error 2.5512925105886097e-13 relative error 2.00554820122974e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2721172739823636 y1[1] (numeric) 1.2721172739821656 absolute error 1.9806378759312793e-13 relative error 1.556961701912035e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8669999999997953 y2[1] (analytic) 1.271154873988765 y2[1] (numeric) 1.2711548739885097 absolute error 2.55351295663786e-13 relative error 2.0088134096714552e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.271154873988765 y1[1] (numeric) 1.271154873988567 absolute error 1.9806378759312793e-13 relative error 1.5581404881973375e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.867999999999795 y2[1] (analytic) 1.2701922028403152 y2[1] (numeric) 1.2701922028400594 absolute error 2.5579538487363607e-13 relative error 2.0138321137670682e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2701922028403152 y1[1] (numeric) 1.270192202840117 absolute error 1.9828583219805296e-13 relative error 1.56106951180034e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.868999999999795 y2[1] (analytic) 1.269229261499685 y2[1] (numeric) 1.269229261499429 absolute error 2.560174294785611e-13 relative error 2.0171094162772315e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.269229261499685 y1[1] (numeric) 1.2692292614994864 absolute error 1.98507876802978e-13 relative error 1.5640033114933605e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.869999999999795 y2[1] (analytic) 1.2682660509298156 y2[1] (numeric) 1.2682660509295594 absolute error 2.5623947408348613e-13 relative error 2.0203921243151383e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2682660509298156 y1[1] (numeric) 1.2682660509296169 absolute error 1.9872992140790302e-13 relative error 1.5669418988405968e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.870999999999795 y2[1] (analytic) 1.2673025720939177 y2[1] (numeric) 1.2673025720936613 absolute error 2.5646151868841116e-13 relative error 2.023680250760236e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2673025720939177 y1[1] (numeric) 1.2673025720937188 absolute error 1.9895196601282805e-13 relative error 1.5698852854382438e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8719999999997947 y2[1] (analytic) 1.26633882595547 y2[1] (numeric) 1.2663388259552133 absolute error 2.566835632933362e-13 relative error 2.0269738085276265e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.26633882595547 y1[1] (numeric) 1.2663388259552708 absolute error 1.9917401061775308e-13 relative error 1.5728334829146027e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8729999999997946 y2[1] (analytic) 1.2653748134782186 y2[1] (numeric) 1.2653748134779617 absolute error 2.569056078982612e-13 relative error 2.0302728105681824e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2653748134782186 y1[1] (numeric) 1.2653748134780192 absolute error 1.9939605522267811e-13 relative error 1.5757865029301882e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8739999999997945 y2[1] (analytic) 1.2644105356261757 y2[1] (numeric) 1.2644105356259185 absolute error 2.5712765250318625e-13 relative error 2.0335772698686712e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2644105356261757 y1[1] (numeric) 1.2644105356259763 absolute error 1.9939605522267811e-13 relative error 1.5769882455458264e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8749999999997944 y2[1] (analytic) 1.2634459933636193 y2[1] (numeric) 1.263445993363362 absolute error 2.573496971081113e-13 relative error 2.0368871994518734e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2634459933636193 y1[1] (numeric) 1.2634459933634197 absolute error 1.9961809982760315e-13 relative error 1.579949605096837e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8759999999997943 y2[1] (analytic) 1.2624811876550912 y2[1] (numeric) 1.2624811876548339 absolute error 2.573496971081113e-13 relative error 2.0384438170212087e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2624811876550912 y1[1] (numeric) 1.2624811876548916 absolute error 1.9961809982760315e-13 relative error 1.581157024591947e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.876999999999794 y2[1] (analytic) 1.2615161194653977 y2[1] (numeric) 1.26151611946514 absolute error 2.575717417130363e-13 relative error 2.0417633808927424e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2615161194653977 y1[1] (numeric) 1.2615161194651978 absolute error 1.9984014443252818e-13 relative error 1.5841267610374727e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.877999999999794 y2[1] (analytic) 1.2605507897596064 y2[1] (numeric) 1.2605507897593486 absolute error 2.5779378631796135e-13 relative error 2.045088451906995e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2605507897596064 y1[1] (numeric) 1.2605507897594064 absolute error 2.000621890374532e-13 relative error 1.5871013739605533e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.878999999999794 y2[1] (analytic) 1.2595851995030471 y2[1] (numeric) 1.2595851995027891 absolute error 2.580158309228864e-13 relative error 2.048419043226954e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2595851995030471 y1[1] (numeric) 1.2595851995028469 absolute error 2.0028423364237824e-13 relative error 1.5900808752071536e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.879999999999794 y2[1] (analytic) 1.2586193496613098 y2[1] (numeric) 1.2586193496610516 absolute error 2.582378755278114e-13 relative error 2.051755168052218e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2586193496613098 y1[1] (numeric) 1.2586193496611096 absolute error 2.0028423364237824e-13 relative error 1.5913010847662085e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8809999999997937 y2[1] (analytic) 1.2576532412002446 y2[1] (numeric) 1.2576532411999861 absolute error 2.5845992013273644e-13 relative error 2.055096839619119e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2576532412002446 y1[1] (numeric) 1.257653241200044 absolute error 2.0050627824730327e-13 relative error 1.5942890431065847e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8819999999997936 y2[1] (analytic) 1.2566868750859594 y2[1] (numeric) 1.2566868750857008 absolute error 2.5868196473766147e-13 relative error 2.0584440712008487e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2566868750859594 y1[1] (numeric) 1.256686875085759 absolute error 2.0050627824730327e-13 relative error 1.595515018278426e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8829999999997935 y2[1] (analytic) 1.2557202522848208 y2[1] (numeric) 1.2557202522845619 absolute error 2.589040093425865e-13 relative error 2.0617968761075794e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2557202522848208 y1[1] (numeric) 1.25572025228462 absolute error 2.007283228522283e-13 relative error 1.598511471699187e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8839999999997934 y2[1] (analytic) 1.254753373763451 y2[1] (numeric) 1.254753373763192 absolute error 2.5912605394751154e-13 relative error 2.065155267686593e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.254753373763451 y1[1] (numeric) 1.2547533737632501 absolute error 2.0095036745715333e-13 relative error 1.6015128682573834e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8849999999997933 y2[1] (analytic) 1.2537862404887288 y2[1] (numeric) 1.2537862404884694 absolute error 2.5934809855243657e-13 relative error 2.0685192593224033e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2537862404887288 y1[1] (numeric) 1.2537862404885278 absolute error 2.0095036745715333e-13 relative error 1.6027482274715537e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.885999999999793 y2[1] (analytic) 1.252818853427787 y2[1] (numeric) 1.2528188534275275 absolute error 2.595701431573616e-13 relative error 2.0718888644368833e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.252818853427787 y1[1] (numeric) 1.2528188534275861 absolute error 2.0095036745715333e-13 relative error 1.603985818918203e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.886999999999793 y2[1] (analytic) 1.2518512135480133 y2[1] (numeric) 1.2518512135477533 absolute error 2.6001423236721166e-13 relative error 2.0770378264863912e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2518512135480133 y1[1] (numeric) 1.251851213547812 absolute error 2.013944566670034e-13 relative error 1.6087731072785284e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.887999999999793 y2[1] (analytic) 1.2508833218170468 y2[1] (numeric) 1.2508833218167865 absolute error 2.602362769721367e-13 relative error 2.0804200714269228e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2508833218170468 y1[1] (numeric) 1.2508833218168451 absolute error 2.0161650127192843e-13 relative error 1.6117930246208583e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.888999999999793 y2[1] (analytic) 1.2499151792027792 y2[1] (numeric) 1.249915179202519 absolute error 2.602362769721367e-13 relative error 2.0820314954341187e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2499151792027792 y1[1] (numeric) 1.2499151792025776 absolute error 2.0161650127192843e-13 relative error 1.6130414657458874e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8899999999997927 y2[1] (analytic) 1.2489467866733535 y2[1] (numeric) 1.2489467866730928 absolute error 2.6068036618198676e-13 relative error 2.0872015442413277e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2489467866733535 y1[1] (numeric) 1.2489467866731516 absolute error 2.0183854587685346e-13 relative error 1.616070020200483e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8909999999997926 y2[1] (analytic) 1.2479781451971617 y2[1] (numeric) 1.2479781451969008 absolute error 2.609024107869118e-13 relative error 2.0906007993088145e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2479781451971617 y1[1] (numeric) 1.2479781451969598 absolute error 2.0183854587685346e-13 relative error 1.6173243630397552e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8919999999997925 y2[1] (analytic) 1.2470092557428454 y2[1] (numeric) 1.2470092557425843 absolute error 2.611244553918368e-13 relative error 2.094005751675713e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2470092557428454 y1[1] (numeric) 1.2470092557426433 absolute error 2.020605904817785e-13 relative error 1.6203615935585872e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8929999999997924 y2[1] (analytic) 1.246040119279294 y2[1] (numeric) 1.2460401192790327 absolute error 2.6134649999676185e-13 relative error 2.0974164150342438e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.246040119279294 y1[1] (numeric) 1.2460401192790918 absolute error 2.0228263508670352e-13 relative error 1.6234038692406085e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8939999999997923 y2[1] (analytic) 1.2450707367756437 y2[1] (numeric) 1.2450707367753822 absolute error 2.615685446016869e-13 relative error 2.100832803115028e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2450707367756437 y1[1] (numeric) 1.2450707367754414 absolute error 2.0228263508670352e-13 relative error 1.624667812935306e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.894999999999792 y2[1] (analytic) 1.2441011092012773 y2[1] (numeric) 1.2441011092010155 absolute error 2.617905892066119e-13 relative error 2.1042549296872143e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2441011092012773 y1[1] (numeric) 1.2441011092010748 absolute error 2.0250467969162855e-13 relative error 1.6277188260175906e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.895999999999792 y2[1] (analytic) 1.2431312375258219 y2[1] (numeric) 1.2431312375255599 absolute error 2.6201263381153694e-13 relative error 2.1076828085586136e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2431312375258219 y1[1] (numeric) 1.2431312375256192 absolute error 2.0272672429655358e-13 relative error 1.6307749188254358e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.896999999999792 y2[1] (analytic) 1.2421611227191491 y2[1] (numeric) 1.242161122718887 absolute error 2.62234678416462e-13 relative error 2.1111164535758286e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2421611227191491 y1[1] (numeric) 1.2421611227189464 absolute error 2.0272672429655358e-13 relative error 1.63204853693034e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.897999999999792 y2[1] (analytic) 1.2411907657513739 y2[1] (numeric) 1.2411907657511114 absolute error 2.62456723021387e-13 relative error 2.1145558786243855e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2411907657513739 y1[1] (numeric) 1.241190765751171 absolute error 2.0294876890147862e-13 relative error 1.635113428987046e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8989999999997917 y2[1] (analytic) 1.240220167592853 y2[1] (numeric) 1.2402201675925904 absolute error 2.6267876762631204e-13 relative error 2.1180010976288672e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.240220167592853 y1[1] (numeric) 1.2402201675926499 absolute error 2.0317081350640365e-13 relative error 1.6381834356131984e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.8999999999997916 y2[1] (analytic) 1.2392493292141846 y2[1] (numeric) 1.2392493292139217 absolute error 2.6290081223123707e-13 relative error 2.1214521245530473e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2392493292141846 y1[1] (numeric) 1.2392493292139812 absolute error 2.0339285811132868e-13 relative error 1.6412585693332696e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9009999999997915 y2[1] (analytic) 1.238278251586207 y2[1] (numeric) 1.2382782515859438 absolute error 2.631228568361621e-13 relative error 2.1249089734000218e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.238278251586207 y1[1] (numeric) 1.2382782515860034 absolute error 2.036149027162537e-13 relative error 1.644338842707021e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9019999999997914 y2[1] (analytic) 1.2373069356799975 y2[1] (numeric) 1.2373069356797342 absolute error 2.6334490144108713e-13 relative error 2.1283716582123447e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2373069356799975 y1[1] (numeric) 1.2373069356797937 absolute error 2.0383694732117874e-13 relative error 1.6474242683296227e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9029999999997913 y2[1] (analytic) 1.2363353824668721 y2[1] (numeric) 1.2363353824666086 absolute error 2.6356694604601216e-13 relative error 2.1318401930721616e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2363353824668721 y1[1] (numeric) 1.236335382466668 absolute error 2.0405899192610377e-13 relative error 1.6505148588317748e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.903999999999791 y2[1] (analytic) 1.235363592918384 y2[1] (numeric) 1.2353635929181201 absolute error 2.637889906509372e-13 relative error 2.1353145921013457e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.235363592918384 y1[1] (numeric) 1.2353635929181799 absolute error 2.0405899192610377e-13 relative error 1.651813224024526e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.904999999999791 y2[1] (analytic) 1.2343915680063227 y2[1] (numeric) 1.2343915680060584 absolute error 2.6423307986078726e-13 relative error 2.1405936876865788e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2343915680063227 y1[1] (numeric) 1.2343915680061184 absolute error 2.042810365310288e-13 relative error 1.6549127669509684e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.905999999999791 y2[1] (analytic) 1.2334193087027128 y2[1] (numeric) 1.2334193087024483 absolute error 2.644551244657123e-13 relative error 2.1440812755222813e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2334193087027128 y1[1] (numeric) 1.2334193087025083 absolute error 2.0450308113595383e-13 relative error 1.6580175102905298e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.906999999999791 y2[1] (analytic) 1.2324468159798134 y2[1] (numeric) 1.232446815979549 absolute error 2.644551244657123e-13 relative error 2.145773116022589e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2324468159798134 y1[1] (numeric) 1.232446815979609 absolute error 2.0450308113595383e-13 relative error 1.6593258101232617e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9079999999997908 y2[1] (analytic) 1.2314740908101178 y2[1] (numeric) 1.231474090809853 absolute error 2.6489921367556235e-13 relative error 2.151074193540686e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2314740908101178 y1[1] (numeric) 1.231474090809913 absolute error 2.0472512574087887e-13 relative error 1.6624395695259952e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9089999999997906 y2[1] (analytic) 1.2305011341663505 y2[1] (numeric) 1.2305011341660854 absolute error 2.651212582804874e-13 relative error 2.1545795523390867e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2305011341663505 y1[1] (numeric) 1.2305011341661456 absolute error 2.049471703458039e-13 relative error 1.6655585651666472e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9099999999997905 y2[1] (analytic) 1.2295279470214682 y2[1] (numeric) 1.229527947021203 absolute error 2.651212582804874e-13 relative error 2.1562849296979684e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2295279470214682 y1[1] (numeric) 1.2295279470212632 absolute error 2.049471703458039e-13 relative error 1.6668768761400543e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9109999999997904 y2[1] (analytic) 1.228554530348658 y2[1] (numeric) 1.2285545303483927 absolute error 2.653433028854124e-13 relative error 2.1598007766908745e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.228554530348658 y1[1] (numeric) 1.2285545303484529 absolute error 2.0516921495072893e-13 relative error 1.670004952018718e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9119999999997903 y2[1] (analytic) 1.2275808851213366 y2[1] (numeric) 1.227580885121071 absolute error 2.6556534749033744e-13 relative error 2.1633226022747042e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2275808851213366 y1[1] (numeric) 1.2275808851211312 absolute error 2.0539125955565396e-13 relative error 1.6731383002542653e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.91299999999979 y2[1] (analytic) 1.2266070123131492 y2[1] (numeric) 1.2266070123128832 absolute error 2.660094367001875e-13 relative error 2.1686606552048318e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2266070123131492 y1[1] (numeric) 1.2266070123129433 absolute error 2.0583534876550402e-13 relative error 1.6780871680925533e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.91399999999979 y2[1] (analytic) 1.225632912897968 y2[1] (numeric) 1.225632912897702 absolute error 2.660094367001875e-13 relative error 2.170384247198593e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.225632912897968 y1[1] (numeric) 1.225632912897762 absolute error 2.0583534876550402e-13 relative error 1.679420865737142e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.91499999999979 y2[1] (analytic) 1.224658587849893 y2[1] (numeric) 1.2246585878496266 absolute error 2.6645352591003757e-13 relative error 2.1757372099749396e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.224658587849893 y1[1] (numeric) 1.2246585878496867 absolute error 2.0627943797535409e-13 relative error 1.6843832233889324e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.91599999999979 y2[1] (analytic) 1.2236840381432486 y2[1] (numeric) 1.223684038142982 absolute error 2.6645352591003757e-13 relative error 2.1774699808484846e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2236840381432486 y1[1] (numeric) 1.2236840381430423 absolute error 2.0627943797535409e-13 relative error 1.6857246768402018e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9169999999997898 y2[1] (analytic) 1.2227092647525848 y2[1] (numeric) 1.2227092647523181 absolute error 2.666755705149626e-13 relative error 2.181021917495034e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2227092647525848 y1[1] (numeric) 1.2227092647523783 absolute error 2.0650148258027912e-13 relative error 1.688884582240118e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9179999999997897 y2[1] (analytic) 1.2217342686526749 y2[1] (numeric) 1.221734268652408 absolute error 2.6689761511988763e-13 relative error 2.1845799202654894e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2217342686526749 y1[1] (numeric) 1.2217342686524681 absolute error 2.0672352718520415e-13 relative error 1.6920498384086278e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9189999999997895 y2[1] (analytic) 1.2207590508185149 y2[1] (numeric) 1.2207590508182475 absolute error 2.673417043297377e-13 relative error 2.189962909965615e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2207590508185149 y1[1] (numeric) 1.220759050818308 absolute error 2.0694557179012918e-13 relative error 1.6952204585448116e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9199999999997894 y2[1] (analytic) 1.2197836122253223 y2[1] (numeric) 1.2197836122250547 absolute error 2.6756374893466273e-13 relative error 2.1935345437747814e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2197836122253223 y1[1] (numeric) 1.2197836122251153 absolute error 2.0694557179012918e-13 relative error 1.6965760952681297e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9209999999997893 y2[1] (analytic) 1.218807953848536 y2[1] (numeric) 1.2188079538482681 absolute error 2.6778579353958776e-13 relative error 2.1971122906937158e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.218807953848536 y1[1] (numeric) 1.2188079538483287 absolute error 2.071676163950542e-13 relative error 1.6997560258849396e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.921999999999789 y2[1] (analytic) 1.2178320766638138 y2[1] (numeric) 1.2178320766635458 absolute error 2.680078381445128e-13 relative error 2.2006961655888226e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2178320766638138 y1[1] (numeric) 1.2178320766636066 absolute error 2.071676163950542e-13 relative error 1.7011180799456266e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.922999999999789 y2[1] (analytic) 1.2168559816470332 y2[1] (numeric) 1.216855981646765 absolute error 2.682298827494378e-13 relative error 2.204286183368919e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2168559816470332 y1[1] (numeric) 1.2168559816468258 absolute error 2.0738966099997924e-13 relative error 1.7043073636312667e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.923999999999789 y2[1] (analytic) 1.215879669774289 y2[1] (numeric) 1.2158796697740206 absolute error 2.6845192735436285e-13 relative error 2.2078823589853853e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.215879669774289 y1[1] (numeric) 1.2158796697740815 absolute error 2.0761170560490427e-13 relative error 1.7075020724990366e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.924999999999789 y2[1] (analytic) 1.2149031420218932 y2[1] (numeric) 1.2149031420216245 absolute error 2.686739719592879e-13 relative error 2.2114847074323084e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2149031420218932 y1[1] (numeric) 1.2149031420216854 absolute error 2.078337502098293e-13 relative error 1.710702219964166e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9259999999997888 y2[1] (analytic) 1.2139263993663731 y2[1] (numeric) 1.2139263993661042 absolute error 2.688960165642129e-13 relative error 2.2150932437466323e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2139263993663731 y1[1] (numeric) 1.213926399366165 absolute error 2.0805579481475434e-13 relative error 1.7139078194802594e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9269999999997887 y2[1] (analytic) 1.2129494427844714 y2[1] (numeric) 1.2129494427842025 absolute error 2.688960165642129e-13 relative error 2.2168773658606062e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2129494427844714 y1[1] (numeric) 1.2129494427842633 absolute error 2.0805579481475434e-13 relative error 1.7152882673917325e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9279999999997885 y2[1] (analytic) 1.2119722732531448 y2[1] (numeric) 1.2119722732528757 absolute error 2.6911806116913795e-13 relative error 2.2204968472321413e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2119722732531448 y1[1] (numeric) 1.2119722732529365 absolute error 2.0827783941967937e-13 relative error 1.718503335564149e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9289999999997884 y2[1] (analytic) 1.2109948917495625 y2[1] (numeric) 1.2109948917492932 absolute error 2.69340105774063e-13 relative error 2.2241225591376263e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2109948917495625 y1[1] (numeric) 1.2109948917493543 absolute error 2.0827783941967937e-13 relative error 1.719890321905271e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9299999999997883 y2[1] (analytic) 1.2100172992511062 y2[1] (numeric) 1.2100172992508367 absolute error 2.69562150378988e-13 relative error 2.227754516781067e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2100172992511062 y1[1] (numeric) 1.2100172992508977 absolute error 2.084998840246044e-13 relative error 1.7231149021889802e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.930999999999788 y2[1] (analytic) 1.2090394967353681 y2[1] (numeric) 1.2090394967350984 absolute error 2.6978419498391304e-13 relative error 2.231392735410056e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2090394967353681 y1[1] (numeric) 1.2090394967351594 absolute error 2.0872192862952943e-13 relative error 1.7263449969427593e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.931999999999788 y2[1] (analytic) 1.2080614851801506 y2[1] (numeric) 1.2080614851798808 absolute error 2.6978419498391304e-13 relative error 2.2331992062778315e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2080614851801506 y1[1] (numeric) 1.2080614851799418 absolute error 2.0872192862952943e-13 relative error 1.727742595803425e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.932999999999788 y2[1] (analytic) 1.2070832655634653 y2[1] (numeric) 1.2070832655631953 absolute error 2.7000623958883807e-13 relative error 2.2368485032621128e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2070832655634653 y1[1] (numeric) 1.2070832655632564 absolute error 2.0894397323445446e-13 relative error 1.730982271027671e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.933999999999788 y2[1] (analytic) 1.2061048388635318 y2[1] (numeric) 1.2061048388632616 absolute error 2.702282841937631e-13 relative error 2.240504104505453e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2061048388635318 y1[1] (numeric) 1.2061048388633226 absolute error 2.091660178393795e-13 relative error 1.7342274991324048e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.934999999999788 y2[1] (analytic) 1.2051262060587766 y2[1] (numeric) 1.2051262060585062 absolute error 2.7045032879868813e-13 relative error 2.244166025425371e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2051262060587766 y1[1] (numeric) 1.2051262060585672 absolute error 2.0938806244430452e-13 relative error 1.7374782939048643e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9359999999997877 y2[1] (analytic) 1.2041473681278323 y2[1] (numeric) 1.2041473681275616 absolute error 2.7067237340361316e-13 relative error 2.2478342814837144e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2041473681278323 y1[1] (numeric) 1.204147368127623 absolute error 2.0938806244430452e-13 relative error 1.7388906705817412e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9369999999997876 y2[1] (analytic) 1.203168326049537 y2[1] (numeric) 1.203168326049266 absolute error 2.708944180085382e-13 relative error 2.2515088881868132e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.203168326049537 y1[1] (numeric) 1.2031683260493273 absolute error 2.0961010704922955e-13 relative error 1.7421511397117637e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9379999999997874 y2[1] (analytic) 1.2021890808029325 y2[1] (numeric) 1.2021890808026614 absolute error 2.7111646261346323e-13 relative error 2.2551898610856348e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2021890808029325 y1[1] (numeric) 1.2021890808027227 absolute error 2.0983215165415459e-13 relative error 1.745417214353747e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9389999999997873 y2[1] (analytic) 1.201209633367264 y2[1] (numeric) 1.2012096333669928 absolute error 2.7111646261346323e-13 relative error 2.2570287074160578e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.201209633367264 y1[1] (numeric) 1.201209633367054 absolute error 2.0983215165415459e-13 relative error 1.746840400088595e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9399999999997872 y2[1] (analytic) 1.2002299847219788 y2[1] (numeric) 1.2002299847217075 absolute error 2.7133850721838826e-13 relative error 2.260720950753793e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.2002299847219788 y1[1] (numeric) 1.200229984721769 absolute error 2.0983215165415459e-13 relative error 1.7482662016876713e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.940999999999787 y2[1] (analytic) 1.1992501358467258 y2[1] (numeric) 1.1992501358464542 absolute error 2.715605518233133e-13 relative error 2.264419604435392e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1992501358467258 y1[1] (numeric) 1.1992501358465157 absolute error 2.1005419625907962e-13 relative error 1.7515461535534592e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.941999999999787 y2[1] (analytic) 1.1982700877213535 y2[1] (numeric) 1.1982700877210817 absolute error 2.717825964282383e-13 relative error 2.2681246841858814e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1982700877213535 y1[1] (numeric) 1.1982700877211432 absolute error 2.1027624086400465e-13 relative error 1.7548317613758413e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.942999999999787 y2[1] (analytic) 1.19728984132591 y2[1] (numeric) 1.1972898413256379 absolute error 2.722266856380884e-13 relative error 2.2736907659436703e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.19728984132591 y1[1] (numeric) 1.1972898413256996 absolute error 2.1049828546892968e-13 relative error 1.7581230392451872e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.943999999999787 y2[1] (analytic) 1.1963093976406416 y2[1] (numeric) 1.1963093976403691 absolute error 2.724487302430134e-13 relative error 2.2774102651064692e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1963093976406416 y1[1] (numeric) 1.196309397640431 absolute error 2.1049828546892968e-13 relative error 1.7595639212069543e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9449999999997867 y2[1] (analytic) 1.195328757645992 y2[1] (numeric) 1.1953287576457192 absolute error 2.7267077484793845e-13 relative error 2.281136240584722e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.195328757645992 y1[1] (numeric) 1.1953287576457812 absolute error 2.107203300738547e-13 relative error 1.7628650588883563e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9459999999997866 y2[1] (analytic) 1.194347922322601 y2[1] (numeric) 1.194347922322328 absolute error 2.731148640577885e-13 relative error 2.2867278366145844e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.194347922322601 y1[1] (numeric) 1.19434792232239 absolute error 2.1094237467877974e-13 relative error 1.7661719063283376e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9469999999997865 y2[1] (analytic) 1.1933668926513037 y2[1] (numeric) 1.1933668926510306 absolute error 2.731148640577885e-13 relative error 2.2886076841884654e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1933668926513037 y1[1] (numeric) 1.1933668926510927 absolute error 2.1094237467877974e-13 relative error 1.7676238211211726e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9479999999997863 y2[1] (analytic) 1.19238566961313 y2[1] (numeric) 1.1923856696128565 absolute error 2.7355895326763857e-13 relative error 2.2942153720817095e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.19238566961313 y1[1] (numeric) 1.192385669612919 absolute error 2.1116441928370477e-13 relative error 1.7709405997156705e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9489999999997862 y2[1] (analytic) 1.1914042541893026 y2[1] (numeric) 1.191404254189029 absolute error 2.7355895326763857e-13 relative error 2.2961052246181814e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1914042541893026 y1[1] (numeric) 1.1914042541890915 absolute error 2.1116441928370477e-13 relative error 1.7723994063408202e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.949999999999786 y2[1] (analytic) 1.1904226473612372 y2[1] (numeric) 1.1904226473609634 absolute error 2.737809978725636e-13 relative error 2.2998638213028215e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1904226473612372 y1[1] (numeric) 1.1904226473610258 absolute error 2.113864638886298e-13 relative error 1.77572616210891e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.950999999999786 y2[1] (analytic) 1.1894408501105402 y2[1] (numeric) 1.189440850110266 absolute error 2.7422508708241367e-13 relative error 2.3054957886886822e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1894408501105402 y1[1] (numeric) 1.1894408501103286 absolute error 2.1160850849355484e-13 relative error 1.7790586936196875e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.951999999999786 y2[1] (analytic) 1.1884588634190087 y2[1] (numeric) 1.1884588634187345 absolute error 2.7422508708241367e-13 relative error 2.3074007483398402e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1884588634190087 y1[1] (numeric) 1.1884588634187971 absolute error 2.1160850849355484e-13 relative error 1.7805286746298524e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.952999999999786 y2[1] (analytic) 1.1874766882686298 y2[1] (numeric) 1.1874766882683552 absolute error 2.7466917629226373e-13 relative error 2.3130489971364248e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1874766882686298 y1[1] (numeric) 1.187476688268418 absolute error 2.1183055309847987e-13 relative error 1.7838712556735242e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9539999999997857 y2[1] (analytic) 1.186494325641578 y2[1] (numeric) 1.1864943256413032 absolute error 2.7489122089718876e-13 relative error 2.3168355293106493e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.186494325641578 y1[1] (numeric) 1.1864943256413663 absolute error 2.1183055309847987e-13 relative error 1.7853482188710496e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9549999999997856 y2[1] (analytic) 1.185511776520216 y2[1] (numeric) 1.1855117765199412 absolute error 2.7489122089718876e-13 relative error 2.3187557166582153e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.185511776520216 y1[1] (numeric) 1.1855117765200043 absolute error 2.1183055309847987e-13 relative error 1.786827910898172e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9559999999997855 y2[1] (analytic) 1.1845290418870933 y2[1] (numeric) 1.1845290418868182 absolute error 2.751132655021138e-13 relative error 2.3225539921235378e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1845290418870933 y1[1] (numeric) 1.1845290418868812 absolute error 2.120525977034049e-13 relative error 1.790184876899095e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9569999999997854 y2[1] (analytic) 1.183546122724944 y2[1] (numeric) 1.1835461227246686 absolute error 2.753353101070388e-13 relative error 2.32635893794421e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.183546122724944 y1[1] (numeric) 1.1835461227247317 absolute error 2.1227464230832993e-13 relative error 1.793547697318278e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9579999999997852 y2[1] (analytic) 1.1825630200166872 y2[1] (numeric) 1.1825630200164117 absolute error 2.7555735471196385e-13 relative error 2.3301705705973745e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1825630200166872 y1[1] (numeric) 1.1825630200164747 absolute error 2.1249668691325496e-13 relative error 1.7969163868345587e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.958999999999785 y2[1] (analytic) 1.1815797347454255 y2[1] (numeric) 1.1815797347451498 absolute error 2.757793993168889e-13 relative error 2.333988906608205e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1815797347454255 y1[1] (numeric) 1.181579734745213 absolute error 2.1249668691325496e-13 relative error 1.7984117420483513e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.959999999999785 y2[1] (analytic) 1.1805962678944444 y2[1] (numeric) 1.1805962678941684 absolute error 2.760014439218139e-13 relative error 2.3378139625500734e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1805962678944444 y1[1] (numeric) 1.1805962678942317 absolute error 2.1271873151818e-13 relative error 1.8017906485301452e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.960999999999785 y2[1] (analytic) 1.1796126204472102 y2[1] (numeric) 1.1796126204469342 absolute error 2.760014439218139e-13 relative error 2.3397634031515984e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1796126204472102 y1[1] (numeric) 1.1796126204469974 absolute error 2.1271873151818e-13 relative error 1.80329311361161e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.961999999999785 y2[1] (analytic) 1.1786287933873707 y2[1] (numeric) 1.1786287933870945 absolute error 2.7622348852673895e-13 relative error 2.343600377629284e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1786287933873707 y1[1] (numeric) 1.1786287933871578 absolute error 2.1294077612310502e-13 relative error 1.8066822846836685e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9629999999997847 y2[1] (analytic) 1.1776447876987526 y2[1] (numeric) 1.1776447876984761 absolute error 2.76445533131664e-13 relative error 2.347444119137732e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1776447876987526 y1[1] (numeric) 1.1776447876985396 absolute error 2.1294077612310502e-13 relative error 1.8081918957856104e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9639999999997846 y2[1] (analytic) 1.1766606043653618 y2[1] (numeric) 1.176660604365085 absolute error 2.7688962234151404e-13 relative error 2.353181718791851e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1766606043653618 y1[1] (numeric) 1.1766606043651486 absolute error 2.1316282072803006e-13 relative error 1.8115913793425637e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9649999999997845 y2[1] (analytic) 1.175676244371381 y2[1] (numeric) 1.1756762443711042 absolute error 2.7688962234151404e-13 relative error 2.3551519703416596e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.175676244371381 y1[1] (numeric) 1.175676244371168 absolute error 2.1316282072803006e-13 relative error 1.8131081728372037e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9659999999997844 y2[1] (analytic) 1.1746917087011708 y2[1] (numeric) 1.1746917087008937 absolute error 2.7711166694643907e-13 relative error 2.3590161137072718e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1746917087011708 y1[1] (numeric) 1.1746917087009574 absolute error 2.1338486533295509e-13 relative error 1.8165180170454233e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9669999999997843 y2[1] (analytic) 1.1737069983392663 y2[1] (numeric) 1.173706998338989 absolute error 2.773337115513641e-13 relative error 2.3628870914442594e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1737069983392663 y1[1] (numeric) 1.173706998339053 absolute error 2.1338486533295509e-13 relative error 1.8180420295259673e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.967999999999784 y2[1] (analytic) 1.172722114270378 y2[1] (numeric) 1.1727221142701003 absolute error 2.7777780076121417e-13 relative error 2.3686583324476377e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.172722114270378 y1[1] (numeric) 1.1727221142701645 absolute error 2.1360690993788012e-13 relative error 1.8214622828254416e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.968999999999784 y2[1] (analytic) 1.1717370574793897 y2[1] (numeric) 1.171737057479112 absolute error 2.7777780076121417e-13 relative error 2.3706496179165193e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1717370574793897 y1[1] (numeric) 1.1717370574791761 absolute error 2.1360690993788012e-13 relative error 1.822993551107667e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.969999999999784 y2[1] (analytic) 1.1707518289513583 y2[1] (numeric) 1.1707518289510803 absolute error 2.779998453661392e-13 relative error 2.374541200718375e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1707518289513583 y1[1] (numeric) 1.1707518289511445 absolute error 2.1382895454280515e-13 relative error 1.826424262213894e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.970999999999784 y2[1] (analytic) 1.1697664296715122 y2[1] (numeric) 1.169766429671234 absolute error 2.7822188997106423e-13 relative error 2.3784396860251244e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1697664296715122 y1[1] (numeric) 1.1697664296712982 absolute error 2.1405099914773018e-13 relative error 1.8298610194159775e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9719999999997837 y2[1] (analytic) 1.1687808606252508 y2[1] (numeric) 1.168780860624972 absolute error 2.786659791809143e-13 relative error 2.384244887718637e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1687808606252508 y1[1] (numeric) 1.1687808606250365 absolute error 2.142730437526552e-13 relative error 1.8333038379669202e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9729999999997836 y2[1] (analytic) 1.1677951227981425 y2[1] (numeric) 1.1677951227978638 absolute error 2.786659791809143e-13 relative error 2.3862574328380947e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1677951227981425 y1[1] (numeric) 1.1677951227979282 absolute error 2.142730437526552e-13 relative error 1.8348513328197302e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9739999999997835 y2[1] (analytic) 1.1668092171759255 y2[1] (numeric) 1.1668092171756466 absolute error 2.788880237858393e-13 relative error 2.390176728812985e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1668092171759255 y1[1] (numeric) 1.166809217175711 absolute error 2.1449508835758024e-13 relative error 1.8383047134023435e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9749999999997834 y2[1] (analytic) 1.1658231447445053 y2[1] (numeric) 1.165823144744226 absolute error 2.793321129956894e-13 relative error 2.3960076127748012e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1658231447445053 y1[1] (numeric) 1.1658231447442906 absolute error 2.1471713296250527e-13 relative error 1.8417641983729992e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9759999999997833 y2[1] (analytic) 1.164836906489954 y2[1] (numeric) 1.1648369064896746 absolute error 2.793321129956894e-13 relative error 2.3980362524519517e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.164836906489954 y1[1] (numeric) 1.1648369064897393 absolute error 2.1471713296250527e-13 relative error 1.8433235740230822e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.976999999999783 y2[1] (analytic) 1.16385050339851 y2[1] (numeric) 1.1638505033982305 absolute error 2.795541576006144e-13 relative error 2.4019765148900163e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.16385050339851 y1[1] (numeric) 1.163850503398295 absolute error 2.149391775674303e-13 relative error 1.846793698501617e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.977999999999783 y2[1] (analytic) 1.1628639364565765 y2[1] (numeric) 1.1628639364562965 absolute error 2.799982468104645e-13 relative error 2.4078332643427037e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1628639364565765 y1[1] (numeric) 1.1628639364563613 absolute error 2.1516122217235534e-13 relative error 1.850269970775638e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.978999999999783 y2[1] (analytic) 1.16187720665072 y2[1] (numeric) 1.1618772066504397 absolute error 2.802202914153895e-13 relative error 2.411789213278099e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.16187720665072 y1[1] (numeric) 1.1618772066505045 absolute error 2.1538326677728037e-13 relative error 1.8537524064023424e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.979999999999783 y2[1] (analytic) 1.1608903149676701 y2[1] (numeric) 1.1608903149673897 absolute error 2.8044233602031454e-13 relative error 2.4157522239999448e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1608903149676701 y1[1] (numeric) 1.1608903149674548 absolute error 2.1538326677728037e-13 relative error 1.8553283113855474e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9809999999997827 y2[1] (analytic) 1.1599032623943188 y2[1] (numeric) 1.1599032623940382 absolute error 2.8066438062523957e-13 relative error 2.419722314134033e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1599032623943188 y1[1] (numeric) 1.1599032623941032 absolute error 2.156053113822054e-13 relative error 1.8588214928988497e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9819999999997826 y2[1] (analytic) 1.1589160499177185 y2[1] (numeric) 1.1589160499174376 absolute error 2.808864252301646e-13 relative error 2.4236995013582492e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1589160499177185 y1[1] (numeric) 1.1589160499175026 absolute error 2.1582735598713043e-13 relative error 1.8623208816760618e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9829999999997825 y2[1] (analytic) 1.1579286785250813 y2[1] (numeric) 1.1579286785248002 absolute error 2.8110846983508964e-13 relative error 2.4276838034027557e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1579286785250813 y1[1] (numeric) 1.1579286785248655 absolute error 2.1582735598713043e-13 relative error 1.8639088917120684e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9839999999997824 y2[1] (analytic) 1.1569411492037789 y2[1] (numeric) 1.1569411492034976 absolute error 2.8133051444001467e-13 relative error 2.431675238050179e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1569411492037789 y1[1] (numeric) 1.1569411492035628 absolute error 2.1604940059205546e-13 relative error 1.8674191054639497e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9849999999997823 y2[1] (analytic) 1.1559534629413404 y2[1] (numeric) 1.1559534629410588 absolute error 2.815525590449397e-13 relative error 2.435673823135796e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1559534629413404 y1[1] (numeric) 1.155953462941124 absolute error 2.162714451969805e-13 relative error 1.870935570768348e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.985999999999782 y2[1] (analytic) 1.154965620725452 y2[1] (numeric) 1.1549656207251702 absolute error 2.8177460364986473e-13 relative error 2.439679576547722e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.154965620725452 y1[1] (numeric) 1.1549656207252355 absolute error 2.1649348980190553e-13 relative error 1.8744583034941124e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.986999999999782 y2[1] (analytic) 1.1539776235439556 y2[1] (numeric) 1.1539776235436736 absolute error 2.8199664825478976e-13 relative error 2.4436925162270997e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1539776235439556 y1[1] (numeric) 1.1539776235437391 absolute error 2.1649348980190553e-13 relative error 1.8760631522215924e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.987999999999782 y2[1] (analytic) 1.1529894723848486 y2[1] (numeric) 1.1529894723845664 absolute error 2.822186928597148e-13 relative error 2.4477126601682874e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1529894723848486 y1[1] (numeric) 1.152989472384632 absolute error 2.1671553440683056e-13 relative error 1.8795968185084568e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.988999999999782 y2[1] (analytic) 1.152001168236282 y2[1] (numeric) 1.1520011682359996 absolute error 2.824407374646398e-13 relative error 2.4517400264190497e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.152001168236282 y1[1] (numeric) 1.1520011682360651 absolute error 2.169375790117556e-13 relative error 1.88313679702155e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9899999999997817 y2[1] (analytic) 1.1510127120865599 y2[1] (numeric) 1.1510127120862772 absolute error 2.8266278206956486e-13 relative error 2.4557746330807484e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1510127120865599 y1[1] (numeric) 1.1510127120863427 absolute error 2.1715962361668062e-13 relative error 1.8866831038122323e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9909999999997816 y2[1] (analytic) 1.1500241049241382 y2[1] (numeric) 1.1500241049238553 absolute error 2.828848266744899e-13 relative error 2.459816498308533e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1500241049241382 y1[1] (numeric) 1.1500241049239208 absolute error 2.1738166822160565e-13 relative error 1.8902357549796342e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9919999999997815 y2[1] (analytic) 1.149035347737624 y2[1] (numeric) 1.149035347737341 absolute error 2.831068712794149e-13 relative error 2.4638656403115358e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.149035347737624 y1[1] (numeric) 1.1490353477374065 absolute error 2.1760371282653068e-13 relative error 1.8937947666708274e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9929999999997814 y2[1] (analytic) 1.1480464415157745 y2[1] (numeric) 1.1480464415154912 absolute error 2.8332891588433995e-13 relative error 2.467922077353061e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1480464415157745 y1[1] (numeric) 1.148046441515557 absolute error 2.1760371282653068e-13 relative error 1.8954260468699056e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9939999999997813 y2[1] (analytic) 1.1470573872474958 y2[1] (numeric) 1.1470573872472123 absolute error 2.83550960489265e-13 relative error 2.4719858277507817e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1470573872474958 y1[1] (numeric) 1.1470573872472782 absolute error 2.1760371282653068e-13 relative error 1.8970603846482115e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.994999999999781 y2[1] (analytic) 1.1460681859218422 y2[1] (numeric) 1.1460681859215585 absolute error 2.8377300509419e-13 relative error 2.476056909876934e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1460681859218422 y1[1] (numeric) 1.1460681859216244 absolute error 2.1782575743145571e-13 relative error 1.9006352336379282e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.995999999999781 y2[1] (analytic) 1.1450788385280148 y2[1] (numeric) 1.1450788385277308 absolute error 2.8399504969911504e-13 relative error 2.4801353421585127e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1450788385280148 y1[1] (numeric) 1.1450788385277968 absolute error 2.1804780203638074e-13 relative error 1.904216501954386e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.996999999999781 y2[1] (analytic) 1.1440893460553612 y2[1] (numeric) 1.1440893460550767 absolute error 2.844391389089651e-13 relative error 2.4861619408454962e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1440893460553612 y1[1] (numeric) 1.144089346055143 absolute error 2.1826984664130578e-13 relative error 1.9078042059727734e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.997999999999781 y2[1] (analytic) 1.1430997094933733 y2[1] (numeric) 1.1430997094930886 absolute error 2.8466118351389014e-13 relative error 2.49025680918118e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1430997094933733 y1[1] (numeric) 1.143099709493155 absolute error 2.1826984664130578e-13 relative error 1.909455884106942e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9989999999997807 y2[1] (analytic) 1.142109929831688 y2[1] (numeric) 1.142109929831403 absolute error 2.8488322811881517e-13 relative error 2.4943590864392384e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.142109929831688 y1[1] (numeric) 1.1421099298314694 absolute error 2.184918912462308e-13 relative error 1.913054825453009e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 2.9999999999997806 y2[1] (analytic) 1.1411200080600845 y2[1] (numeric) 1.1411200080597994 absolute error 2.851052727237402e-13 relative error 2.4984687912748287e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1411200080600845 y1[1] (numeric) 1.1411200080598658 absolute error 2.1871393585115584e-13 relative error 1.9166602487583383e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0009999999997805 y2[1] (analytic) 1.1401299451684848 y2[1] (numeric) 1.1401299451681994 absolute error 2.8532731732866523e-13 relative error 2.5025859423988768e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1401299451684848 y1[1] (numeric) 1.140129945168266 absolute error 2.1871393585115584e-13 relative error 1.9183246328894115e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0019999999997804 y2[1] (analytic) 1.1391397421469516 y2[1] (numeric) 1.139139742146666 absolute error 2.8554936193359026e-13 relative error 2.5067105585782798e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1391397421469516 y1[1] (numeric) 1.1391397421467326 absolute error 2.1893598045608087e-13 relative error 1.9219413769503764e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0029999999997803 y2[1] (analytic) 1.1381493999856878 y2[1] (numeric) 1.138149399985402 absolute error 2.857714065385153e-13 relative error 2.510842658636106e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1381493999856878 y1[1] (numeric) 1.1381493999854688 absolute error 2.1893598045608087e-13 relative error 1.9236137229333336e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.00399999999978 y2[1] (analytic) 1.1371589196750356 y2[1] (numeric) 1.1371589196747496 absolute error 2.859934511434403e-13 relative error 2.514982261451797e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1371589196750356 y1[1] (numeric) 1.1371589196748164 absolute error 2.191580250610059e-13 relative error 1.9272418416559967e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.00499999999978 y2[1] (analytic) 1.136168302205475 y2[1] (numeric) 1.136168302205189 absolute error 2.859934511434403e-13 relative error 2.5171750575005805e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.136168302205475 y1[1] (numeric) 1.1361683022052558 absolute error 2.191580250610059e-13 relative error 1.9289221908020752e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.00599999999978 y2[1] (analytic) 1.1351775485676237 y2[1] (numeric) 1.1351775485673374 absolute error 2.8621549574836536e-13 relative error 2.5213280170094486e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1351775485676237 y1[1] (numeric) 1.1351775485674043 absolute error 2.1938006966593093e-13 relative error 1.932561738406001e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.00699999999978 y2[1] (analytic) 1.134186659752235 y2[1] (numeric) 1.1341866597519485 absolute error 2.864375403532904e-13 relative error 2.525488533041494e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.134186659752235 y1[1] (numeric) 1.1341866597520156 absolute error 2.1938006966593093e-13 relative error 1.9342501322829426e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0079999999997797 y2[1] (analytic) 1.1331956367501979 y2[1] (numeric) 1.1331956367499112 absolute error 2.866595849582154e-13 relative error 2.5296566246963655e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1331956367501979 y1[1] (numeric) 1.1331956367499783 absolute error 2.1960211427085596e-13 relative error 1.9379011633034123e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0089999999997796 y2[1] (analytic) 1.132204480552535 y2[1] (numeric) 1.1322044805522482 absolute error 2.8688162956314045e-13 relative error 2.5338323111310895e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.132204480552535 y1[1] (numeric) 1.1322044805523153 absolute error 2.19824158875781e-13 relative error 1.9415588142567944e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0099999999997795 y2[1] (analytic) 1.1312131921504025 y2[1] (numeric) 1.1312131921501156 absolute error 2.8688162956314045e-13 relative error 2.536052722456207e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1312131921504025 y1[1] (numeric) 1.1312131921501827 absolute error 2.19824158875781e-13 relative error 1.9432602130275887e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0109999999997794 y2[1] (analytic) 1.130221772535089 y2[1] (numeric) 1.1302217725348018 absolute error 2.871036741680655e-13 relative error 2.540241934324903e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.130221772535089 y1[1] (numeric) 1.1302217725348689 absolute error 2.2004620348070603e-13 relative error 1.9469294330363333e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0119999999997793 y2[1] (analytic) 1.1292302226980138 y2[1] (numeric) 1.1292302226977262 absolute error 2.8754776337791554e-13 relative error 2.5464051315496315e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1292302226980138 y1[1] (numeric) 1.1292302226977935 absolute error 2.2026824808563106e-13 relative error 1.9506053208472852e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.012999999999779 y2[1] (analytic) 1.1282385436307265 y2[1] (numeric) 1.1282385436304387 absolute error 2.877698079828406e-13 relative error 2.5506113898288153e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1282385436307265 y1[1] (numeric) 1.1282385436305062 absolute error 2.2026824808563106e-13 relative error 1.9523198292516858e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.013999999999779 y2[1] (analytic) 1.1272467363249064 y2[1] (numeric) 1.1272467363246184 absolute error 2.879918525877656e-13 relative error 2.5548253395409052e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1272467363249064 y1[1] (numeric) 1.1272467363246859 absolute error 2.204902926905561e-13 relative error 1.9560073725243784e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.014999999999779 y2[1] (analytic) 1.1262548017723604 y2[1] (numeric) 1.1262548017720722 absolute error 2.8821389719269064e-13 relative error 2.5590470001915665e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1262548017723604 y1[1] (numeric) 1.1262548017721399 absolute error 2.204902926905561e-13 relative error 1.9577301010710523e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.015999999999779 y2[1] (analytic) 1.1252627409650233 y2[1] (numeric) 1.1252627409647349 absolute error 2.8843594179761567e-13 relative error 2.5632763913453093e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1252627409650233 y1[1] (numeric) 1.1252627409648026 absolute error 2.2071233729548112e-13 relative error 1.961429355656072e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0169999999997787 y2[1] (analytic) 1.1242705548949556 y2[1] (numeric) 1.124270554894667 absolute error 2.886579864025407e-13 relative error 2.567513532625703e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1242705548949556 y1[1] (numeric) 1.1242705548947347 absolute error 2.2093438190040615e-13 relative error 1.965135357663519e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0179999999997786 y2[1] (analytic) 1.1232782445543434 y2[1] (numeric) 1.1232782445540546 absolute error 2.8888003100746573e-13 relative error 2.571758443715589e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1232782445543434 y1[1] (numeric) 1.1232782445541223 absolute error 2.2115642650533118e-13 relative error 1.9688481244740407e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0189999999997785 y2[1] (analytic) 1.122285810935497 y2[1] (numeric) 1.1222858109352079 absolute error 2.8910207561239076e-13 relative error 2.576011144357298e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.122285810935497 y1[1] (numeric) 1.1222858109352756 absolute error 2.2137847111025621e-13 relative error 1.972567673520911e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0199999999997784 y2[1] (analytic) 1.1212932550308496 y2[1] (numeric) 1.1212932550305603 absolute error 2.893241202173158e-13 relative error 2.5802716543528637e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1212932550308496 y1[1] (numeric) 1.1212932550306283 absolute error 2.2137847111025621e-13 relative error 1.974313767758868e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0209999999997783 y2[1] (analytic) 1.1203005778329576 y2[1] (numeric) 1.120300577832668 absolute error 2.8954616482224083e-13 relative error 2.5845399935642415e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1203005778329576 y1[1] (numeric) 1.120300577832736 absolute error 2.2160051571518125e-13 relative error 1.978045179123553e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.021999999999778 y2[1] (analytic) 1.1193077803344975 y2[1] (numeric) 1.1193077803342077 absolute error 2.8976820942716586e-13 relative error 2.588816181913527e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1193077803344975 y1[1] (numeric) 1.119307780334276 absolute error 2.2160051571518125e-13 relative error 1.9797996548273562e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.022999999999778 y2[1] (analytic) 1.1183148635282674 y2[1] (numeric) 1.1183148635279772 absolute error 2.902122986370159e-13 relative error 2.5950857678972473e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1183148635282674 y1[1] (numeric) 1.1183148635280453 absolute error 2.220446049250313e-13 relative error 1.9855285140759352e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.023999999999778 y2[1] (analytic) 1.1173218284071833 y2[1] (numeric) 1.1173218284068929 absolute error 2.9043434324194095e-13 relative error 2.5993794791960204e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1173218284071833 y1[1] (numeric) 1.1173218284069613 absolute error 2.220446049250313e-13 relative error 1.9872931798134712e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.024999999999778 y2[1] (analytic) 1.1163286759642805 y2[1] (numeric) 1.11632867596399 absolute error 2.9043434324194095e-13 relative error 2.6016920419164622e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1163286759642805 y1[1] (numeric) 1.1163286759640585 absolute error 2.220446049250313e-13 relative error 1.9890611941257355e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0259999999997778 y2[1] (analytic) 1.1153354071927117 y2[1] (numeric) 1.1153354071924209 absolute error 2.90878432451791e-13 relative error 2.607990659813528e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1153354071927117 y1[1] (numeric) 1.1153354071924895 absolute error 2.2226664952995634e-13 relative error 1.9928233973078943e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0269999999997776 y2[1] (analytic) 1.1143420230857453 y2[1] (numeric) 1.1143420230854542 absolute error 2.9110047705671604e-13 relative error 2.612308169538687e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1143420230857453 y1[1] (numeric) 1.1143420230855228 absolute error 2.2248869413488137e-13 relative error 1.9965925140181268e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0279999999997775 y2[1] (analytic) 1.1133485246367651 y2[1] (numeric) 1.1133485246364738 absolute error 2.913225216616411e-13 relative error 2.6166336525813994e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1133485246367651 y1[1] (numeric) 1.1133485246365427 absolute error 2.2248869413488137e-13 relative error 1.9983741767428064e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0289999999997774 y2[1] (analytic) 1.1123549128392698 y2[1] (numeric) 1.1123549128389782 absolute error 2.915445662665661e-13 relative error 2.620967129298713e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1123549128392698 y1[1] (numeric) 1.1123549128390473 absolute error 2.2248869413488137e-13 relative error 2.000159225862384e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0299999999997773 y2[1] (analytic) 1.111361188686871 y2[1] (numeric) 1.1113611886865793 absolute error 2.9176661087149114e-13 relative error 2.6253086201096154e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.111361188686871 y1[1] (numeric) 1.1113611886866483 absolute error 2.227107387398064e-13 relative error 2.0039456209816927e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.030999999999777 y2[1] (analytic) 1.110367353173293 y2[1] (numeric) 1.110367353173001 absolute error 2.9198865547641617e-13 relative error 2.6296581454952597e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.110367353173293 y1[1] (numeric) 1.11036735317307 absolute error 2.2293278334473143e-13 relative error 2.0077389947355443e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.031999999999777 y2[1] (analytic) 1.1093734072923709 y2[1] (numeric) 1.1093734072920787 absolute error 2.922107000813412e-13 relative error 2.6340157259991923e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1093734072923709 y1[1] (numeric) 1.1093734072921477 absolute error 2.2315482794965646e-13 relative error 2.011539365219748e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.032999999999777 y2[1] (analytic) 1.1083793520380505 y2[1] (numeric) 1.108379352037758 absolute error 2.9243274468626623e-13 relative error 2.638381382227581e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1083793520380505 y1[1] (numeric) 1.1083793520378273 absolute error 2.2315482794965646e-13 relative error 2.0133434237955345e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.033999999999777 y2[1] (analytic) 1.1073851884043873 y2[1] (numeric) 1.1073851884040946 absolute error 2.9265478929119126e-13 relative error 2.6427551348494434e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1073851884043873 y1[1] (numeric) 1.107385188404164 absolute error 2.233768725545815e-13 relative error 2.0171560437469953e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0349999999997768 y2[1] (analytic) 1.1063909173855446 y2[1] (numeric) 1.1063909173852517 absolute error 2.928768338961163e-13 relative error 2.6471370045968785e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1063909173855446 y1[1] (numeric) 1.106390917385321 absolute error 2.2359891715950653e-13 relative error 2.020975711621726e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0359999999997767 y2[1] (analytic) 1.1053965399757932 y2[1] (numeric) 1.1053965399755004 absolute error 2.928768338961163e-13 relative error 2.6495182796802488e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1053965399757932 y1[1] (numeric) 1.1053965399755696 absolute error 2.2359891715950653e-13 relative error 2.0227937131448146e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0369999999997765 y2[1] (analytic) 1.1044020571695108 y2[1] (numeric) 1.1044020571692177 absolute error 2.9309887850104133e-13 relative error 2.6539146373217467e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1044020571695108 y1[1] (numeric) 1.104402057169287 absolute error 2.2382096176443156e-13 relative error 2.0266257230456977e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0379999999997764 y2[1] (analytic) 1.10340746996118 y2[1] (numeric) 1.1034074699608865 absolute error 2.935429677108914e-13 relative error 2.6603315248646884e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.10340746996118 y1[1] (numeric) 1.103407469960956 absolute error 2.240430063693566e-13 relative error 2.0304648325177538e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0389999999997763 y2[1] (analytic) 1.1024127793453875 y2[1] (numeric) 1.102412779345094 absolute error 2.935429677108914e-13 relative error 2.6627319023387694e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1024127793453875 y1[1] (numeric) 1.1024127793451635 absolute error 2.240430063693566e-13 relative error 2.032296890665521e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.039999999999776 y2[1] (analytic) 1.1014179863168245 y2[1] (numeric) 1.1014179863165308 absolute error 2.937650123158164e-13 relative error 2.66715285173593e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1014179863168245 y1[1] (numeric) 1.1014179863166003 absolute error 2.2426505097428162e-13 relative error 2.0361484355656006e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.040999999999776 y2[1] (analytic) 1.1004230918702835 y2[1] (numeric) 1.1004230918699895 absolute error 2.9398705692074145e-13 relative error 2.671582040513889e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.1004230918702835 y1[1] (numeric) 1.1004230918700593 absolute error 2.2426505097428162e-13 relative error 2.0379893209358216e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.041999999999776 y2[1] (analytic) 1.0994280970006591 y2[1] (numeric) 1.099428097000365 absolute error 2.942091015256665e-13 relative error 2.6760194898447288e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0994280970006591 y1[1] (numeric) 1.0994280970004346 absolute error 2.2448709557920665e-13 relative error 2.0418533616852987e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.042999999999776 y2[1] (analytic) 1.0984330027029459 y2[1] (numeric) 1.0984330027026514 absolute error 2.944311461305915e-13 relative error 2.6804652209654688e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0984330027029459 y1[1] (numeric) 1.0984330027027214 absolute error 2.2448709557920665e-13 relative error 2.0437031209623598e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0439999999997758 y2[1] (analytic) 1.0974378099722384 y2[1] (numeric) 1.0974378099719435 absolute error 2.948752353404416e-13 relative error 2.686942555295238e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0974378099722384 y1[1] (numeric) 1.0974378099720137 absolute error 2.2470914018413168e-13 relative error 2.047579718342455e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0449999999997757 y2[1] (analytic) 1.0964425198037289 y2[1] (numeric) 1.0964425198034338 absolute error 2.950972799453666e-13 relative error 2.6914067506082414e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0964425198037289 y1[1] (numeric) 1.096442519803504 absolute error 2.2493118478905672e-13 relative error 2.05146353526422e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0459999999997756 y2[1] (analytic) 1.0954471331927076 y2[1] (numeric) 1.0954471331924123 absolute error 2.9531932455029164e-13 relative error 2.695879295330083e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0954471331927076 y1[1] (numeric) 1.0954471331924824 absolute error 2.2515322939398175e-13 relative error 2.0553545905749656e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0469999999997754 y2[1] (analytic) 1.094451651134561 y2[1] (numeric) 1.0944516511342655 absolute error 2.9554136915521667e-13 relative error 2.700360210968153e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.094451651134561 y1[1] (numeric) 1.0944516511343358 absolute error 2.2515322939398175e-13 relative error 2.0572240825858058e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0479999999997753 y2[1] (analytic) 1.0934560746247712 y2[1] (numeric) 1.0934560746244755 absolute error 2.957634137601417e-13 relative error 2.7048495190960044e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0934560746247712 y1[1] (numeric) 1.0934560746245459 absolute error 2.2537527399890678e-13 relative error 2.0611278242360693e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0489999999997752 y2[1] (analytic) 1.0924604046589146 y2[1] (numeric) 1.0924604046586186 absolute error 2.9598545836506673e-13 relative error 2.7093472413535995e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0924604046589146 y1[1] (numeric) 1.0924604046586892 absolute error 2.2537527399890678e-13 relative error 2.063006339065194e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.049999999999775 y2[1] (analytic) 1.091464642232661 y2[1] (numeric) 1.0914646422323648 absolute error 2.9620750296999176e-13 relative error 2.713853399447556e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.091464642232661 y1[1] (numeric) 1.0914646422324354 absolute error 2.255973186038318e-13 relative error 2.0669228289645555e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.050999999999775 y2[1] (analytic) 1.0904687883417727 y2[1] (numeric) 1.0904687883414763 absolute error 2.964295475749168e-13 relative error 2.7183680151513918e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0904687883417727 y1[1] (numeric) 1.0904687883415471 absolute error 2.255973186038318e-13 relative error 2.0688104145272014e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.051999999999775 y2[1] (analytic) 1.0894728439821038 y2[1] (numeric) 1.089472843981807 absolute error 2.9665159217984183e-13 relative error 2.7228911103057726e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0894728439821038 y1[1] (numeric) 1.089472843981878 absolute error 2.2581936320875684e-13 relative error 2.0727397149558163e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.052999999999775 y2[1] (analytic) 1.0884768101495983 y2[1] (numeric) 1.0884768101493014 absolute error 2.9687363678476686e-13 relative error 2.7274227068187616e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0884768101495983 y1[1] (numeric) 1.0884768101493723 absolute error 2.2604140781368187e-13 relative error 2.076676376620418e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0539999999997747 y2[1] (analytic) 1.08748068784029 y2[1] (numeric) 1.087480687839993 absolute error 2.970956813896919e-13 relative error 2.731962826666068e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.08748068784029 y1[1] (numeric) 1.0874806878400638 absolute error 2.262634524186069e-13 relative error 2.0806204188136947e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0549999999997746 y2[1] (analytic) 1.0864844780503011 y2[1] (numeric) 1.0864844780500038 absolute error 2.973177259946169e-13 relative error 2.7365114918912993e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0864844780503011 y1[1] (numeric) 1.0864844780500749 absolute error 2.262634524186069e-13 relative error 2.0825281629852384e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0559999999997745 y2[1] (analytic) 1.0854881817758415 y2[1] (numeric) 1.085488181775544 absolute error 2.9753977059954195e-13 relative error 2.74106872460621e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0854881817758415 y1[1] (numeric) 1.085488181775615 absolute error 2.2648549702353193e-13 relative error 2.0864851485808462e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0569999999997743 y2[1] (analytic) 1.084491800013207 y2[1] (numeric) 1.0844918000129093 absolute error 2.97761815204467e-13 relative error 2.7456345469909575e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.084491800013207 y1[1] (numeric) 1.0844918000129806 absolute error 2.2648549702353193e-13 relative error 2.0884021162794755e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0579999999997742 y2[1] (analytic) 1.0834953337587798 y2[1] (numeric) 1.0834953337584818 absolute error 2.97983859809392e-13 relative error 2.750208981294354e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0834953337587798 y1[1] (numeric) 1.0834953337585531 absolute error 2.2670754162845697e-13 relative error 2.0923721087194753e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.058999999999774 y2[1] (analytic) 1.0824987840090257 y2[1] (numeric) 1.0824987840087275 absolute error 2.9820590441431705e-13 relative error 2.754792049834124e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0824987840090257 y1[1] (numeric) 1.082498784008799 absolute error 2.2670754162845697e-13 relative error 2.094298349129293e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.059999999999774 y2[1] (analytic) 1.0815021517604944 y2[1] (numeric) 1.081502151760196 absolute error 2.984279490192421e-13 relative error 2.7593837749971568e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0815021517604944 y1[1] (numeric) 1.0815021517602676 absolute error 2.2670754162845697e-13 relative error 2.096228299309596e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.060999999999774 y2[1] (analytic) 1.0805054380098182 y2[1] (numeric) 1.0805054380095196 absolute error 2.986499936241671e-13 relative error 2.7639841792397658e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0805054380098182 y1[1] (numeric) 1.0805054380095913 absolute error 2.26929586233382e-13 relative error 2.1002169748572793e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.061999999999774 y2[1] (analytic) 1.0795086437537107 y2[1] (numeric) 1.0795086437534118 absolute error 2.9887203822909214e-13 relative error 2.768593285087948e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0795086437537107 y1[1] (numeric) 1.0795086437534838 absolute error 2.26929586233382e-13 relative error 2.1021562684694525e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0629999999997737 y2[1] (analytic) 1.0785117699889661 y2[1] (numeric) 1.078511769988667 absolute error 2.9909408283401717e-13 relative error 2.773211115137641e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0785117699889661 y1[1] (numeric) 1.078511769988739 absolute error 2.2715163083830703e-13 relative error 2.106158107487607e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0639999999997736 y2[1] (analytic) 1.077514817712458 y2[1] (numeric) 1.0775148177121587 absolute error 2.993161274389422e-13 relative error 2.7778376920549848e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.077514817712458 y1[1] (numeric) 1.0775148177122307 absolute error 2.2737367544323206e-13 relative error 2.110167504943846e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0649999999997735 y2[1] (analytic) 1.0765177879211385 y2[1] (numeric) 1.0765177879208392 absolute error 2.993161274389422e-13 relative error 2.780410419570967e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0765177879211385 y1[1] (numeric) 1.0765177879209111 absolute error 2.2737367544323206e-13 relative error 2.1121218617512392e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0659999999997734 y2[1] (analytic) 1.0755206816120377 y2[1] (numeric) 1.075520681611738 absolute error 2.9976021664879227e-13 relative error 2.7871171775097664e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0755206816120377 y1[1] (numeric) 1.0755206816118101 absolute error 2.275957200481571e-13 relative error 2.1161445236648226e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0669999999997732 y2[1] (analytic) 1.0745234997822615 y2[1] (numeric) 1.0745234997819615 absolute error 2.999822612537173e-13 relative error 2.7917701317328555e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0745234997822615 y1[1] (numeric) 1.0745234997820339 absolute error 2.275957200481571e-13 relative error 2.1181083530911746e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.067999999999773 y2[1] (analytic) 1.0735262434289918 y2[1] (numeric) 1.0735262434286914 absolute error 3.0042635046356736e-13 relative error 2.798500291003263e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0735262434289918 y1[1] (numeric) 1.073526243428764 absolute error 2.278177646530821e-13 relative error 2.122144344840612e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.068999999999773 y2[1] (analytic) 1.0725289135494847 y2[1] (numeric) 1.072528913549184 absolute error 3.006483950684924e-13 relative error 2.8031728680722506e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0725289135494847 y1[1] (numeric) 1.0725289135492568 absolute error 2.278177646530821e-13 relative error 2.1241176976677468e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.069999999999773 y2[1] (analytic) 1.0715315111410701 y2[1] (numeric) 1.0715315111407693 absolute error 3.008704396734174e-13 relative error 2.807854333215283e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0715315111410701 y1[1] (numeric) 1.071531511140842 absolute error 2.2803980925800715e-13 relative error 2.128167085027377e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.070999999999773 y2[1] (analytic) 1.0705340372011503 y2[1] (numeric) 1.0705340372008494 absolute error 3.008704396734174e-13 relative error 2.8104705615902312e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0705340372011503 y1[1] (numeric) 1.0705340372009222 absolute error 2.2803980925800715e-13 relative error 2.1301500123639614e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0719999999997727 y2[1] (analytic) 1.0695364927271993 y2[1] (numeric) 1.069536492726898 absolute error 3.013145288832675e-13 relative error 2.817244020491053e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0695364927271993 y1[1] (numeric) 1.069536492726971 absolute error 2.282618538629322e-13 relative error 2.134212861506855e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0729999999997726 y2[1] (analytic) 1.0685388787167611 y2[1] (numeric) 1.0685388787164598 absolute error 3.013145288832675e-13 relative error 2.8198742683572236e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0685388787167611 y1[1] (numeric) 1.0685388787165329 absolute error 2.282618538629322e-13 relative error 2.1362054147908813e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0739999999997725 y2[1] (analytic) 1.0675411961674501 y2[1] (numeric) 1.0675411961671486 absolute error 3.015365734881925e-13 relative error 2.8245895762217943e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0675411961674501 y1[1] (numeric) 1.0675411961672217 absolute error 2.284838984678572e-13 relative error 2.1402817922917717e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0749999999997724 y2[1] (analytic) 1.0665434460769485 y2[1] (numeric) 1.0665434460766468 absolute error 3.0175861809311755e-13 relative error 2.8293138849905454e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0665434460769485 y1[1] (numeric) 1.06654344607672 absolute error 2.284838984678572e-13 relative error 2.142284023293062e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0759999999997722 y2[1] (analytic) 1.0655456294430066 y2[1] (numeric) 1.0655456294427044 absolute error 3.022027073029676e-13 relative error 2.8361310764414496e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0655456294430066 y1[1] (numeric) 1.0655456294427779 absolute error 2.2870594307278225e-13 relative error 2.1463739961312953e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.076999999999772 y2[1] (analytic) 1.0645477472634404 y2[1] (numeric) 1.0645477472631382 absolute error 3.022027073029676e-13 relative error 2.8387895994314893e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0645477472634404 y1[1] (numeric) 1.0645477472632117 absolute error 2.2870594307278225e-13 relative error 2.1483859569540294e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.077999999999772 y2[1] (analytic) 1.0635498005361324 y2[1] (numeric) 1.06354980053583 absolute error 3.0242475190789264e-13 relative error 2.8435410523836422e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0635498005361324 y1[1] (numeric) 1.0635498005359036 absolute error 2.2870594307278225e-13 relative error 2.1504018237556177e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.078999999999772 y2[1] (analytic) 1.0625517902590291 y2[1] (numeric) 1.0625517902587265 absolute error 3.0264679651281767e-13 relative error 2.8483016008004502e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0625517902590291 y1[1] (numeric) 1.0625517902588004 absolute error 2.2870594307278225e-13 relative error 2.152421605887354e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.079999999999772 y2[1] (analytic) 1.061553717430141 y2[1] (numeric) 1.061553717429838 absolute error 3.0309088572266774e-13 relative error 2.855162962986031e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.061553717430141 y1[1] (numeric) 1.0615537174299121 absolute error 2.289279876777073e-13 relative error 2.1565370072077642e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0809999999997717 y2[1] (analytic) 1.0605555830475404 y2[1] (numeric) 1.0605555830472373 absolute error 3.0309088572266774e-13 relative error 2.8578500794057997e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0605555830475404 y1[1] (numeric) 1.0605555830473115 absolute error 2.289279876777073e-13 relative error 2.1585666167526588e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0819999999997716 y2[1] (analytic) 1.0595573881093618 y2[1] (numeric) 1.0595573881090585 absolute error 3.0331293032759277e-13 relative error 2.862638057470526e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0595573881093618 y1[1] (numeric) 1.0595573881091327 absolute error 2.291500322826323e-13 relative error 2.1626958091578205e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0829999999997715 y2[1] (analytic) 1.0585591336138003 y2[1] (numeric) 1.0585591336134965 absolute error 3.0375701953744283e-13 relative error 2.8695328384768735e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0585591336138003 y1[1] (numeric) 1.058559133613571 absolute error 2.2937207688755734e-13 relative error 2.166832910925885e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0839999999997714 y2[1] (analytic) 1.0575608205591098 y2[1] (numeric) 1.0575608205588058 absolute error 3.0397906414236786e-13 relative error 2.8743412032005936e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0575608205591098 y1[1] (numeric) 1.0575608205588805 absolute error 2.2937207688755734e-13 relative error 2.1688783512828438e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0849999999997713 y2[1] (analytic) 1.0565624499436035 y2[1] (numeric) 1.0565624499432995 absolute error 3.0397906414236786e-13 relative error 2.8770572355528388e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0565624499436035 y1[1] (numeric) 1.0565624499433741 absolute error 2.2937207688755734e-13 relative error 2.170927775256452e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.085999999999771 y2[1] (analytic) 1.0555640227656522 y2[1] (numeric) 1.0555640227653478 absolute error 3.044231533522179e-13 relative error 2.883985687145795e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0555640227656522 y1[1] (numeric) 1.0555640227654226 absolute error 2.2959412149248237e-13 relative error 2.1750847560238892e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.086999999999771 y2[1] (analytic) 1.0545655400236826 y2[1] (numeric) 1.054565540023378 absolute error 3.0464519795714295e-13 relative error 2.8888218550200443e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0545655400236826 y1[1] (numeric) 1.0545655400234528 absolute error 2.298161660974074e-13 relative error 2.179249722992526e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.087999999999771 y2[1] (analytic) 1.0535670027161774 y2[1] (numeric) 1.0535670027158728 absolute error 3.0464519795714295e-13 relative error 2.891559788525495e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0535670027161774 y1[1] (numeric) 1.0535670027159476 absolute error 2.298161660974074e-13 relative error 2.1813151465917545e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.088999999999771 y2[1] (analytic) 1.0525684118416743 y2[1] (numeric) 1.0525684118413692 absolute error 3.05089287166993e-13 relative error 2.8985221647795762e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0525684118416743 y1[1] (numeric) 1.0525684118414442 absolute error 2.3003821070233244e-13 relative error 2.1854941504451534e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0899999999997707 y2[1] (analytic) 1.0515697683987635 y2[1] (numeric) 1.0515697683984582 absolute error 3.0531133177191805e-13 relative error 2.9033863557795015e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0515697683987635 y1[1] (numeric) 1.0515697683985334 absolute error 2.3003821070233244e-13 relative error 2.1875696469727736e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0909999999997706 y2[1] (analytic) 1.0505710733860887 y2[1] (numeric) 1.0505710733857831 absolute error 3.055333763768431e-13 relative error 2.9082599370652807e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0505710733860887 y1[1] (numeric) 1.0505710733858584 absolute error 2.3026025530725747e-13 relative error 2.1917627578028316e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0919999999997705 y2[1] (analytic) 1.0495723278023446 y2[1] (numeric) 1.049572327802039 absolute error 3.055333763768431e-13 relative error 2.9110273611784965e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0495723278023446 y1[1] (numeric) 1.0495723278021143 absolute error 2.3026025530725747e-13 relative error 2.1938483819346663e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0929999999997704 y2[1] (analytic) 1.0485735326462768 y2[1] (numeric) 1.048573532645971 absolute error 3.057554209817681e-13 relative error 2.9159177822287344e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0485735326462768 y1[1] (numeric) 1.0485735326460466 absolute error 2.3026025530725747e-13 relative error 2.1959380829129975e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0939999999997703 y2[1] (analytic) 1.0475746889166806 y2[1] (numeric) 1.0475746889163746 absolute error 3.0597746558669314e-13 relative error 2.9208176641143456e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0475746889166806 y1[1] (numeric) 1.0475746889164501 absolute error 2.304822999121825e-13 relative error 2.2001514770324318e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.09499999999977 y2[1] (analytic) 1.0465757976123993 y2[1] (numeric) 1.046575797612093 absolute error 3.0619951019161817e-13 relative error 2.925727031813319e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0465757976123993 y1[1] (numeric) 1.0465757976121688 absolute error 2.304822999121825e-13 relative error 2.2022513843525926e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.09599999999977 y2[1] (analytic) 1.0455768597323245 y2[1] (numeric) 1.0455768597320179 absolute error 3.0664359940146824e-13 relative error 2.9327695668396035e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0455768597323245 y1[1] (numeric) 1.0455768597320938 absolute error 2.3070434451710753e-13 relative error 2.2064790586142998e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.09699999999977 y2[1] (analytic) 1.0445778762753934 y2[1] (numeric) 1.0445778762750868 absolute error 3.0664359940146824e-13 relative error 2.9355743249594196e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0445778762753934 y1[1] (numeric) 1.0445778762751627 absolute error 2.3070434451710753e-13 relative error 2.2085892278297154e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.09799999999977 y2[1] (analytic) 1.04357884824059 y2[1] (numeric) 1.043578848240283 absolute error 3.070876886113183e-13 relative error 2.9426400231189936e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.04357884824059 y1[1] (numeric) 1.0435788482403592 absolute error 2.3092638912203256e-13 relative error 2.212831253827732e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0989999999997697 y2[1] (analytic) 1.042579776626942 y2[1] (numeric) 1.0425797766266347 absolute error 3.0730973321624333e-13 relative error 2.947589624368913e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.042579776626942 y1[1] (numeric) 1.042579776626711 absolute error 2.3092638912203256e-13 relative error 2.2149517408552526e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.0999999999997696 y2[1] (analytic) 1.0415806624335209 y2[1] (numeric) 1.0415806624332133 absolute error 3.0753177782116836e-13 relative error 2.952548841514199e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0415806624335209 y1[1] (numeric) 1.0415806624332897 absolute error 2.311484337269576e-13 relative error 2.2192081906254735e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1009999999997695 y2[1] (analytic) 1.0405815066594406 y2[1] (numeric) 1.040581506659133 absolute error 3.0753177782116836e-13 relative error 2.9553838488676576e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0405815066594406 y1[1] (numeric) 1.0405815066592095 absolute error 2.311484337269576e-13 relative error 2.2213390517481815e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1019999999997694 y2[1] (analytic) 1.0395823103038573 y2[1] (numeric) 1.0395823103035495 absolute error 3.077538224260934e-13 relative error 2.960360323331595e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0395823103038573 y1[1] (numeric) 1.039582310303626 absolute error 2.313704783318826e-13 relative error 2.225609997771661e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1029999999997693 y2[1] (analytic) 1.0385830743659668 y2[1] (numeric) 1.038583074365659 absolute error 3.077538224260934e-13 relative error 2.963208529216314e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0385830743659668 y1[1] (numeric) 1.0385830743657354 absolute error 2.313704783318826e-13 relative error 2.227751289641702e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.103999999999769 y2[1] (analytic) 1.0375837998450053 y2[1] (numeric) 1.0375837998446973 absolute error 3.079758670310184e-13 relative error 2.968202347386534e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0375837998450053 y1[1] (numeric) 1.0375837998447737 absolute error 2.3159252293680765e-13 relative error 2.2320368048479847e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.104999999999769 y2[1] (analytic) 1.036584487740247 y2[1] (numeric) 1.0365844877399388 absolute error 3.0819791163594346e-13 relative error 2.9732059015065385e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.036584487740247 y1[1] (numeric) 1.0365844877400152 absolute error 2.318145675417327e-13 relative error 2.2363306636691832e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.105999999999769 y2[1] (analytic) 1.035585139051004 y2[1] (numeric) 1.0355851390506956 absolute error 3.084199562408685e-13 relative error 2.978219217431995e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.035585139051004 y1[1] (numeric) 1.0355851390507722 absolute error 2.318145675417327e-13 relative error 2.2384887422599012e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.106999999999769 y2[1] (analytic) 1.034585754776625 y2[1] (numeric) 1.0345857547763164 absolute error 3.086420008457935e-13 relative error 2.983242321101083e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.034585754776625 y1[1] (numeric) 1.034585754776393 absolute error 2.320366121466577e-13 relative error 2.2427972845688e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1079999999997687 y2[1] (analytic) 1.033586335916494 y2[1] (numeric) 1.0335863359161852 absolute error 3.0886404545071855e-13 relative error 2.988275238534814e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.033586335916494 y1[1] (numeric) 1.033586335916262 absolute error 2.320366121466577e-13 relative error 2.2449659412429046e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1089999999997686 y2[1] (analytic) 1.03258688347003 y2[1] (numeric) 1.032586883469721 absolute error 3.090860900556436e-13 relative error 2.99331799583734e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.03258688347003 y1[1] (numeric) 1.0325868834697978 absolute error 2.3225865675158275e-13 relative error 2.249289241124898e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1099999999997685 y2[1] (analytic) 1.0315873984366852 y2[1] (numeric) 1.031587398436376 absolute error 3.093081346605686e-13 relative error 2.9983706191962825e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0315873984366852 y1[1] (numeric) 1.0315873984364528 absolute error 2.324807013565078e-13 relative error 2.253620989446165e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1109999999997684 y2[1] (analytic) 1.0305878818159446 y2[1] (numeric) 1.030587881815635 absolute error 3.0953017926549364e-13 relative error 3.003433134883042e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0305878818159446 y1[1] (numeric) 1.030587881815712 absolute error 2.327027459614328e-13 relative error 2.257961209008198e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1119999999997683 y2[1] (analytic) 1.0295883346073247 y2[1] (numeric) 1.029588334607015 absolute error 3.097522238704187e-13 relative error 3.008505569253125e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0295883346073247 y1[1] (numeric) 1.029588334607092 absolute error 2.327027459614328e-13 relative error 2.2601532878690148e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.112999999999768 y2[1] (analytic) 1.0285887578103725 y2[1] (numeric) 1.0285887578100628 absolute error 3.097522238704187e-13 relative error 3.0114292181241556e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0285887578103725 y1[1] (numeric) 1.0285887578101398 absolute error 2.327027459614328e-13 relative error 2.2623496921821614e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.113999999999768 y2[1] (analytic) 1.0275891524246652 y2[1] (numeric) 1.027589152424355 absolute error 3.1019631308026874e-13 relative error 3.01868029988775e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0275891524246652 y1[1] (numeric) 1.0275891524244323 absolute error 2.3292479056635784e-13 relative error 2.266711263122584e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.114999999999768 y2[1] (analytic) 1.0265895194498076 y2[1] (numeric) 1.0265895194494972 absolute error 3.1041835768519377e-13 relative error 3.023782649286737e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0265895194498076 y1[1] (numeric) 1.0265895194495747 absolute error 2.3292479056635784e-13 relative error 2.268918454293124e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.115999999999768 y2[1] (analytic) 1.0255898598854327 y2[1] (numeric) 1.025589859885122 absolute error 3.106404022901188e-13 relative error 3.028895023638592e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0255898598854327 y1[1] (numeric) 1.0255898598851998 absolute error 2.3292479056635784e-13 relative error 2.2711300070027756e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1169999999997677 y2[1] (analytic) 1.0245901747312003 y2[1] (numeric) 1.0245901747308892 absolute error 3.1108449149996886e-13 relative error 3.036184605045441e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0245901747312003 y1[1] (numeric) 1.0245901747309671 absolute error 2.3314683517128287e-13 relative error 2.275513087293157e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1179999999997676 y2[1] (analytic) 1.0235904649867948 y2[1] (numeric) 1.0235904649864838 absolute error 3.1108449149996886e-13 relative error 3.039149954410547e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0235904649867948 y1[1] (numeric) 1.0235904649865617 absolute error 2.3314683517128287e-13 relative error 2.27773551187086e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1189999999997675 y2[1] (analytic) 1.0225907316519267 y2[1] (numeric) 1.0225907316516152 absolute error 3.115285807098189e-13 relative error 3.046463957350419e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0225907316519267 y1[1] (numeric) 1.0225907316516933 absolute error 2.333688797762079e-13 relative error 2.2821337271384822e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1199999999997674 y2[1] (analytic) 1.0215909757263286 y2[1] (numeric) 1.0215909757260169 absolute error 3.1175062531474396e-13 relative error 3.051618825167246e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0215909757263286 y1[1] (numeric) 1.0215909757260953 absolute error 2.333688797762079e-13 relative error 2.2843670835119486e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1209999999997673 y2[1] (analytic) 1.0205911982097566 y2[1] (numeric) 1.0205911982094447 absolute error 3.11972669919669e-13 relative error 3.056783856914577e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0205911982097566 y1[1] (numeric) 1.0205911982095233 absolute error 2.333688797762079e-13 relative error 2.2866048637844988e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.121999999999767 y2[1] (analytic) 1.0195914001019881 y2[1] (numeric) 1.019591400101676 absolute error 3.12194714524594e-13 relative error 3.061959079817324e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0195914001019881 y1[1] (numeric) 1.0195914001017548 absolute error 2.333688797762079e-13 relative error 2.288847078867715e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.122999999999767 y2[1] (analytic) 1.0185915824028213 y2[1] (numeric) 1.0185915824025087 absolute error 3.126388037344441e-13 relative error 3.0693244391136655e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0185915824028213 y1[1] (numeric) 1.0185915824025877 absolute error 2.3359092438113294e-13 relative error 2.293273657633222e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.123999999999767 y2[1] (analytic) 1.0175917461120734 y2[1] (numeric) 1.0175917461117607 absolute error 3.126388037344441e-13 relative error 3.072340208427863e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0175917461120734 y1[1] (numeric) 1.0175917461118398 absolute error 2.3359092438113294e-13 relative error 2.295526917092409e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.124999999999767 y2[1] (analytic) 1.016591892229581 y2[1] (numeric) 1.016591892229268 absolute error 3.128608483393691e-13 relative error 3.077546169025658e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.016591892229581 y1[1] (numeric) 1.0165918922293473 absolute error 2.3359092438113294e-13 relative error 2.2977846485557076e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1259999999997667 y2[1] (analytic) 1.0155920217551977 y2[1] (numeric) 1.0155920217548846 absolute error 3.1308289294429414e-13 relative error 3.082762430559551e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0155920217551977 y1[1] (numeric) 1.0155920217549639 absolute error 2.3381296898605797e-13 relative error 2.3022332194178772e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1269999999997666 y2[1] (analytic) 1.014592135688794 y2[1] (numeric) 1.0145921356884806 absolute error 3.133049375492192e-13 relative error 3.08798902069668e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.014592135688794 y1[1] (numeric) 1.01459213568856 absolute error 2.3381296898605797e-13 relative error 2.3045020827736386e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1279999999997665 y2[1] (analytic) 1.0135922350302558 y2[1] (numeric) 1.0135922350299422 absolute error 3.135269821541442e-13 relative error 3.093225967193656e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0135922350302558 y1[1] (numeric) 1.0135922350300217 absolute error 2.34035013590983e-13 relative error 2.3089661256530547e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1289999999997664 y2[1] (analytic) 1.0125923207794836 y2[1] (numeric) 1.0125923207791698 absolute error 3.1374902675906924e-13 relative error 3.09847329789691e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0125923207794836 y1[1] (numeric) 1.0125923207792495 absolute error 2.34035013590983e-13 relative error 2.3112461825784455e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1299999999997663 y2[1] (analytic) 1.0115923939363918 y2[1] (numeric) 1.0115923939360778 absolute error 3.1397107136399427e-13 relative error 3.103731040743042e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0115923939363918 y1[1] (numeric) 1.0115923939361575 absolute error 2.3425705819590803e-13 relative error 2.3157257765091296e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.130999999999766 y2[1] (analytic) 1.0105924555009071 y2[1] (numeric) 1.0105924555005927 absolute error 3.1441516057384433e-13 relative error 3.1111963963554654e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0105924555009071 y1[1] (numeric) 1.0105924555006727 absolute error 2.3447910280083306e-13 relative error 2.3202142616888218e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.131999999999766 y2[1] (analytic) 1.0095925064729676 y2[1] (numeric) 1.0095925064726532 absolute error 3.1441516057384433e-13 relative error 3.114277875063279e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0095925064729676 y1[1] (numeric) 1.0095925064727331 absolute error 2.3447910280083306e-13 relative error 2.3225123136065132e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.132999999999766 y2[1] (analytic) 1.0085925478525226 y2[1] (numeric) 1.008592547852208 absolute error 3.1463720517876936e-13 relative error 3.119567022864578e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0085925478525226 y1[1] (numeric) 1.008592547852288 absolute error 2.347011474057581e-13 relative error 2.3270164736540997e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.133999999999766 y2[1] (analytic) 1.0075925806395303 y2[1] (numeric) 1.0075925806392156 absolute error 3.1463720517876936e-13 relative error 3.122662981292157e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0075925806395303 y1[1] (numeric) 1.0075925806392956 absolute error 2.347011474057581e-13 relative error 2.32932587948187e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1349999999997658 y2[1] (analytic) 1.006592605833958 y2[1] (numeric) 1.0065926058336432 absolute error 3.148592497836944e-13 relative error 3.1279710178561735e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.006592605833958 y1[1] (numeric) 1.0065926058337231 absolute error 2.349231920106831e-13 relative error 2.3338457947050998e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1359999999997656 y2[1] (analytic) 1.0055926244357805 y2[1] (numeric) 1.0055926244354654 absolute error 3.1508129438861943e-13 relative error 3.133289631727418e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0055926244357805 y1[1] (numeric) 1.0055926244355455 absolute error 2.349231920106831e-13 relative error 2.3361666175952137e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1369999999997655 y2[1] (analytic) 1.004592637444979 y2[1] (numeric) 1.0045926374446636 absolute error 3.1530333899354446e-13 relative error 3.138618851472654e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.004592637444979 y1[1] (numeric) 1.004592637444744 absolute error 2.349231920106831e-13 relative error 2.33849207384371e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1379999999997654 y2[1] (analytic) 1.0035926458615405 y2[1] (numeric) 1.003592645861225 absolute error 3.155253835984695e-13 relative error 3.143958705751622e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0035926458615405 y1[1] (numeric) 1.0035926458613054 absolute error 2.3514523661560816e-13 relative error 2.3430346723370638e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1389999999997653 y2[1] (analytic) 1.0025926506854563 y2[1] (numeric) 1.0025926506851406 absolute error 3.157474282033945e-13 relative error 3.1493092233173976e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0025926506854563 y1[1] (numeric) 1.0025926506852212 absolute error 2.3514523661560816e-13 relative error 2.3453716367743488e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.139999999999765 y2[1] (analytic) 1.0015926529167218 y2[1] (numeric) 1.0015926529164059 absolute error 3.1596947280831955e-13 relative error 3.154670433016755e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0015926529167218 y1[1] (numeric) 1.0015926529164865 absolute error 2.353672812205332e-13 relative error 2.3499301890356716e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.140999999999765 y2[1] (analytic) 1.0005926535553344 y2[1] (numeric) 1.0005926535550183 absolute error 3.161915174132446e-13 relative error 3.160042363790538e-11% Correct digits 12 h 0.001 y1[1] (analytic) 1.0005926535553344 y1[1] (numeric) 1.000592653555099 absolute error 2.353672812205332e-13 relative error 2.3522787258553162e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.141999999999765 y2[1] (analytic) 0.9995926536012935 y2[1] (numeric) 0.9995926536009772 absolute error 3.163025397157071e-13 relative error 3.164314369219748e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9995926536012935 y1[1] (numeric) 0.9995926536010581 absolute error 2.353672812205332e-13 relative error 2.354631963055762e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.142999999999765 y2[1] (analytic) 0.998592654054599 y2[1] (numeric) 0.9985926540542824 absolute error 3.1652458432063213e-13 relative error 3.169706717102746e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.998592654054599 y1[1] (numeric) 0.9985926540543635 absolute error 2.354783035229957e-13 relative error 2.358101700096431e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1439999999997648 y2[1] (analytic) 0.9975926559152503 y2[1] (numeric) 0.9975926559149335 absolute error 3.1674662892555716e-13 relative error 3.1751098712224894e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9975926559152503 y1[1] (numeric) 0.9975926559150147 absolute error 2.355893258254582e-13 relative error 2.3615783900224755e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1449999999997647 y2[1] (analytic) 0.9965926601832454 y2[1] (numeric) 0.9965926601829285 absolute error 3.169686735304822e-13 relative error 3.1805238608941844e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9965926601832454 y1[1] (numeric) 0.9965926601830097 absolute error 2.3570034812792073e-13 relative error 2.3650620513759558e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1459999999997645 y2[1] (analytic) 0.9955926678585802 y2[1] (numeric) 0.995592667858263 absolute error 3.1730174043786974e-13 relative error 3.1870638533362636e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9955926678585802 y1[1] (numeric) 0.9955926678583443 absolute error 2.3592239273284576e-13 relative error 2.3696678405666757e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1469999999997644 y2[1] (analytic) 0.9945926799412467 y2[1] (numeric) 0.9945926799409293 absolute error 3.1741276274033225e-13 relative error 3.1913844646341326e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9945926799412467 y1[1] (numeric) 0.9945926799410107 absolute error 2.3592239273284576e-13 relative error 2.372050362835793e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1479999999997643 y2[1] (analytic) 0.9935926974312328 y2[1] (numeric) 0.9935926974309152 absolute error 3.176348073452573e-13 relative error 3.1968311378138025e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9935926974312328 y1[1] (numeric) 0.9935926974309968 absolute error 2.360334150353083e-13 relative error 2.3755550503293055e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.148999999999764 y2[1] (analytic) 0.9925927213285209 y2[1] (numeric) 0.9925927213282031 absolute error 3.178568519501823e-13 relative error 3.202288764769014e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9925927213285209 y1[1] (numeric) 0.9925927213282848 absolute error 2.361444373377708e-13 relative error 2.379066784025041e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.149999999999764 y2[1] (analytic) 0.9915927526330872 y2[1] (numeric) 0.9915927526327691 absolute error 3.1807889655510735e-13 relative error 3.207757375298245e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9915927526330872 y1[1] (numeric) 0.9915927526328508 absolute error 2.3636648194269583e-13 relative error 2.3837052188516452e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.150999999999764 y2[1] (analytic) 0.9905927923449 y2[1] (numeric) 0.9905927923445818 absolute error 3.183009411600324e-13 relative error 3.2132369992977684e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9905927923449 y1[1] (numeric) 0.9905927923446636 absolute error 2.3647750424515834e-13 relative error 2.387232231776856e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.151999999999764 y2[1] (analytic) 0.9895928414639198 y2[1] (numeric) 0.9895928414636013 absolute error 3.185229857649574e-13 relative error 3.218727666762034e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9895928414639198 y1[1] (numeric) 0.9895928414636832 absolute error 2.3658852654762086e-13 relative error 2.3907663499023684e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1529999999997638 y2[1] (analytic) 0.9885929009900972 y2[1] (numeric) 0.9885929009897785 absolute error 3.1874503036988244e-13 relative error 3.2242294077840574e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9885929009900972 y1[1] (numeric) 0.9885929009898605 absolute error 2.3669954885008337e-13 relative error 2.3943075922659736e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1539999999997637 y2[1] (analytic) 0.9875929719233727 y2[1] (numeric) 0.9875929719230537 absolute error 3.1896707497480747e-13 relative error 3.229742252555804e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9875929719233727 y1[1] (numeric) 0.9875929719231359 absolute error 2.368105711525459e-13 relative error 2.3978559779678143e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1549999999997635 y2[1] (analytic) 0.9865930552636751 y2[1] (numeric) 0.9865930552633561 absolute error 3.1907809727727e-13 relative error 3.234140921375062e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9865930552636751 y1[1] (numeric) 0.9865930552634383 absolute error 2.368105711525459e-13 relative error 2.4002862161771078e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1559999999997634 y2[1] (analytic) 0.9855931520109213 y2[1] (numeric) 0.9855931520106019 absolute error 3.1941116418465754e-13 relative error 3.240801374613428e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9855931520109213 y1[1] (numeric) 0.9855931520106843 absolute error 2.370326157574709e-13 relative error 2.4049742560999892e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1569999999997633 y2[1] (analytic) 0.9845932631650143 y2[1] (numeric) 0.9845932631646946 absolute error 3.1963320878958257e-13 relative error 3.246347712781508e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9845932631650143 y1[1] (numeric) 0.9845932631647771 absolute error 2.3714363805993344e-13 relative error 2.4085441870445648e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.157999999999763 y2[1] (analytic) 0.9835933897258426 y2[1] (numeric) 0.9835933897255229 absolute error 3.197442310920451e-13 relative error 3.250776534612209e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9835933897258426 y1[1] (numeric) 0.9835933897256055 absolute error 2.3714363805993344e-13 relative error 2.410992596504055e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.158999999999763 y2[1] (analytic) 0.9825935326932801 y2[1] (numeric) 0.9825935326929601 absolute error 3.199662756969701e-13 relative error 3.256344205929642e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9825935326932801 y1[1] (numeric) 0.9825935326930427 absolute error 2.3736568266485847e-13 relative error 2.4157057294509283e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.159999999999763 y2[1] (analytic) 0.9815936930671832 y2[1] (numeric) 0.9815936930668632 absolute error 3.2007729799943263e-13 relative error 3.2607921206103914e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9815936930671832 y1[1] (numeric) 0.9815936930669459 absolute error 2.3736568266485847e-13 relative error 2.4181663384894268e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.160999999999763 y2[1] (analytic) 0.9805938718473919 y2[1] (numeric) 0.9805938718470716 absolute error 3.2029934260435766e-13 relative error 3.266381238962151e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9805938718473919 y1[1] (numeric) 0.9805938718471544 absolute error 2.37476704967321e-13 relative error 2.4217641144332897e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.161999999999763 y2[1] (analytic) 0.9795940700337271 y2[1] (numeric) 0.9795940700334066 absolute error 3.205213872092827e-13 relative error 3.271981701545491e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9795940700337271 y1[1] (numeric) 0.9795940700334894 absolute error 2.37698749572246e-13 relative error 2.4265025365462054e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1629999999997627 y2[1] (analytic) 0.9785942886259905 y2[1] (numeric) 0.9785942886256698 absolute error 3.207434318142077e-13 relative error 3.2775935394488374e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9785942886259905 y1[1] (numeric) 0.9785942886257527 absolute error 2.3780977187470853e-13 relative error 2.4301160822081723e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1639999999997626 y2[1] (analytic) 0.9775945286239636 y2[1] (numeric) 0.9775945286236426 absolute error 3.2096547641913276e-13 relative error 3.2832167838635037e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9775945286239636 y1[1] (numeric) 0.9775945286237256 absolute error 2.3792079417717105e-13 relative error 2.4337369656933546e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1649999999997624 y2[1] (analytic) 0.9765947910274061 y2[1] (numeric) 0.9765947910270849 absolute error 3.211875210240578e-13 relative error 3.288851466084098e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9765947910274061 y1[1] (numeric) 0.9765947910271681 absolute error 2.3803181647963356e-13 relative error 2.4373652068041154e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1659999999997623 y2[1] (analytic) 0.9755950768360556 y2[1] (numeric) 0.9755950768357342 absolute error 3.214095656289828e-13 relative error 3.2944976175089315e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9755950768360556 y1[1] (numeric) 0.9755950768358175 absolute error 2.381428387820961e-13 relative error 2.441000825408172e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1669999999997622 y2[1] (analytic) 0.9745953870496263 y2[1] (numeric) 0.9745953870493047 absolute error 3.2163161023390785e-13 relative error 3.3001552696404295e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9745953870496263 y1[1] (numeric) 0.9745953870493881 absolute error 2.382538610845586e-13 relative error 2.4446438414388548e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.167999999999762 y2[1] (analytic) 0.9735957226678078 y2[1] (numeric) 0.9735957226674861 absolute error 3.2174263253637037e-13 relative error 3.3046841214004533e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9735957226678078 y1[1] (numeric) 0.9735957226675696 absolute error 2.382538610845586e-13 relative error 2.4471539422102735e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.168999999999762 y2[1] (analytic) 0.9725960846902645 y2[1] (numeric) 0.9725960846899425 absolute error 3.219646771412954e-13 relative error 3.310363697832787e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9725960846902645 y1[1] (numeric) 0.9725960846900261 absolute error 2.383648833870211e-13 relative error 2.4508106411196526e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.169999999999762 y2[1] (analytic) 0.9715964741166342 y2[1] (numeric) 0.971596474116312 absolute error 3.2218672174622043e-13 relative error 3.316054867728389e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9715964741166342 y1[1] (numeric) 0.9715964741163957 absolute error 2.384759056894836e-13 relative error 2.4544747952724257e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.170999999999762 y2[1] (analytic) 0.9705968919465273 y2[1] (numeric) 0.970596891946205 absolute error 3.2229774404868294e-13 relative error 3.320613807059658e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9705968919465273 y1[1] (numeric) 0.9705968919462888 absolute error 2.384759056894836e-13 relative error 2.4570025689163434e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1719999999997617 y2[1] (analytic) 0.9695973391795262 y2[1] (numeric) 0.9695973391792037 absolute error 3.22519788653608e-13 relative error 3.32632708054381e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9695973391795262 y1[1] (numeric) 0.9695973391792876 absolute error 2.3858692799194614e-13 relative error 2.460680515004698e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1729999999997616 y2[1] (analytic) 0.9685978168151832 y2[1] (numeric) 0.9685978168148606 absolute error 3.226308109560705e-13 relative error 3.330905824430856e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9685978168151832 y1[1] (numeric) 0.9685978168149446 absolute error 2.3858692799194614e-13 relative error 2.4632197579841394e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1739999999997615 y2[1] (analytic) 0.9675983258530209 y2[1] (numeric) 0.967598325852698 absolute error 3.228528555609955e-13 relative error 3.336641320419535e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9675983258530209 y1[1] (numeric) 0.9675983258527822 absolute error 2.3869795029440866e-13 relative error 2.4669115677104543e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1749999999997613 y2[1] (analytic) 0.96659886729253 y2[1] (numeric) 0.9665988672922069 absolute error 3.2307490016592055e-13 relative error 3.3423885657021534e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.96659886729253 y1[1] (numeric) 0.9665988672922912 absolute error 2.3880897259687117e-13 relative error 2.4706109294932415e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1759999999997612 y2[1] (analytic) 0.965599442133169 y2[1] (numeric) 0.9655994421328458 absolute error 3.2318592246838307e-13 relative error 3.34699781675942e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.965599442133169 y1[1] (numeric) 0.96559944213293 absolute error 2.389199948993337e-13 relative error 2.4743178638496297e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.176999999999761 y2[1] (analytic) 0.964600051374363 y2[1] (numeric) 0.9646000513740396 absolute error 3.234079670733081e-13 relative error 3.352767466811931e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.964600051374363 y1[1] (numeric) 0.964600051374124 absolute error 2.390310172017962e-13 relative error 2.4780323913649456e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.177999999999761 y2[1] (analytic) 0.9636006960155027 y2[1] (numeric) 0.9636006960151791 absolute error 3.2363001167823313e-13 relative error 3.358548961374209e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9636006960155027 y1[1] (numeric) 0.9636006960152635 absolute error 2.391420395042587e-13 relative error 2.481754532692983e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.178999999999761 y2[1] (analytic) 0.9626013770559433 y2[1] (numeric) 0.9626013770556195 absolute error 3.2374103398069565e-13 relative error 3.3631889762181474e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9626013770559433 y1[1] (numeric) 0.9626013770557041 absolute error 2.391420395042587e-13 relative error 2.484330951568549e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.179999999999761 y2[1] (analytic) 0.9616020954950039 y2[1] (numeric) 0.9616020954946798 absolute error 3.240741008880832e-13 relative error 3.3701476151761046e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9616020954950039 y1[1] (numeric) 0.9616020954947645 absolute error 2.3936408410918375e-13 relative error 2.4892217397463794e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1809999999997607 y2[1] (analytic) 0.9606028523319656 y2[1] (numeric) 0.9606028523316413 absolute error 3.2429614549300823e-13 relative error 3.375964840264057e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9606028523319656 y1[1] (numeric) 0.9606028523317262 absolute error 2.3947510641164627e-13 relative error 2.492966847124126e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1819999999997606 y2[1] (analytic) 0.9596036485660717 y2[1] (numeric) 0.9596036485657473 absolute error 3.2440716779547074e-13 relative error 3.380637081572479e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9596036485660717 y1[1] (numeric) 0.9596036485658322 absolute error 2.3947510641164627e-13 relative error 2.4955626916330722e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1829999999997605 y2[1] (analytic) 0.958604485196526 y2[1] (numeric) 0.9586044851962013 absolute error 3.2462921240039577e-13 relative error 3.3864770863641713e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.958604485196526 y1[1] (numeric) 0.9586044851962864 absolute error 2.395861287141088e-13 relative error 2.4993220083358008e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1839999999997604 y2[1] (analytic) 0.9576053632224916 y2[1] (numeric) 0.9576053632221667 absolute error 3.248512570053208e-13 relative error 3.392329131409056e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9576053632224916 y1[1] (numeric) 0.9576053632222519 absolute error 2.396971510165713e-13 relative error 2.503089061760817e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1849999999997602 y2[1] (analytic) 0.9566062836430904 y2[1] (numeric) 0.9566062836427653 absolute error 3.2507330161024584e-13 relative error 3.398193250124318e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9566062836430904 y1[1] (numeric) 0.9566062836428506 absolute error 2.398081733190338e-13 relative error 2.5068638730425296e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.18599999999976 y2[1] (analytic) 0.955607247457402 y2[1] (numeric) 0.9556072474570767 absolute error 3.2529534621517087e-13 relative error 3.404069476039334e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.955607247457402 y1[1] (numeric) 0.9556072474571621 absolute error 2.3991919562149633e-13 relative error 2.5106464633860072e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.18699999999976 y2[1] (analytic) 0.9546082556644624 y2[1] (numeric) 0.9546082556641369 absolute error 3.255173908200959e-13 relative error 3.409957842796122e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9546082556644624 y1[1] (numeric) 0.9546082556642224 absolute error 2.4003021792395884e-13 relative error 2.514436854067263e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.18799999999976 y2[1] (analytic) 0.9536093092632634 y2[1] (numeric) 0.9536093092629376 absolute error 3.2573943542502093e-13 relative error 3.415858384149791e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9536093092632634 y1[1] (numeric) 0.9536093092630232 absolute error 2.4014124022642136e-13 relative error 2.518235066433537e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.18899999999976 y2[1] (analytic) 0.9526104092527512 y2[1] (numeric) 0.9526104092524252 absolute error 3.2596148002994596e-13 relative error 3.421771133969e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9526104092527512 y1[1] (numeric) 0.952610409252511 absolute error 2.402522625288839e-13 relative error 2.5220411219035816e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1899999999997597 y2[1] (analytic) 0.9516115566318258 y2[1] (numeric) 0.9516115566314997 absolute error 3.26183524634871e-13 relative error 3.4276961262364107e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9516115566318258 y1[1] (numeric) 0.9516115566315855 absolute error 2.403632848313464e-13 relative error 2.5258550419679472e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1909999999997596 y2[1] (analytic) 0.9506127523993398 y2[1] (numeric) 0.9506127523990134 absolute error 3.26405569239796e-13 relative error 3.433633395049148e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9506127523993398 y1[1] (numeric) 0.9506127523990994 absolute error 2.404743071338089e-13 relative error 2.52967684818927e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1919999999997595 y2[1] (analytic) 0.9496139975540973 y2[1] (numeric) 0.9496139975537707 absolute error 3.2651659154225854e-13 relative error 3.4384138437645306e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9496139975540973 y1[1] (numeric) 0.9496139975538568 absolute error 2.404743071338089e-13 relative error 2.532337431347832e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1929999999997594 y2[1] (analytic) 0.9486152930948529 y2[1] (numeric) 0.9486152930945262 absolute error 3.2673863614718357e-13 relative error 3.444374537555686e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9486152930948529 y1[1] (numeric) 0.9486152930946123 absolute error 2.405853294362714e-13 relative error 2.5361738439970003e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1939999999997593 y2[1] (analytic) 0.9476166400203113 y2[1] (numeric) 0.9476166400199844 absolute error 3.269606807521086e-13 relative error 3.4503476083440294e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9476166400203113 y1[1] (numeric) 0.9476166400200706 absolute error 2.4069635173873394e-13 relative error 2.5400182053955365e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.194999999999759 y2[1] (analytic) 0.9466180393291252 y2[1] (numeric) 0.9466180393287981 absolute error 3.2718272535703363e-13 relative error 3.456333090682598e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9466180393291252 y1[1] (numeric) 0.9466180393288844 absolute error 2.4080737404119645e-13 relative error 2.5438705373907548e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.195999999999759 y2[1] (analytic) 0.9456194920198954 y2[1] (numeric) 0.9456194920195681 absolute error 3.2729374765949615e-13 relative error 3.461156949719582e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9456194920198954 y1[1] (numeric) 0.9456194920196546 absolute error 2.4080737404119645e-13 relative error 2.5465567923818767e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.196999999999759 y2[1] (analytic) 0.944620999091169 y2[1] (numeric) 0.9446209990908415 absolute error 3.275157922644212e-13 relative error 3.4671661182583064e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.944620999091169 y1[1] (numeric) 0.9446209990909281 absolute error 2.4091839634365897e-13 relative error 2.550423890379839e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.197999999999759 y2[1] (analytic) 0.9436225615414389 y2[1] (numeric) 0.9436225615411112 absolute error 3.276268145668837e-13 relative error 3.4720112460186874e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9436225615414389 y1[1] (numeric) 0.943622561541198 absolute error 2.4091839634365897e-13 relative error 2.5531224682685708e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1989999999997587 y2[1] (analytic) 0.9426241803691425 y2[1] (numeric) 0.9426241803688147 absolute error 3.2784885917180873e-13 relative error 3.478044230134425e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9426241803691425 y1[1] (numeric) 0.9426241803689015 absolute error 2.410294186461215e-13 relative error 2.55700441030201e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.1999999999997586 y2[1] (analytic) 0.9416258565726611 y2[1] (numeric) 0.941625856572333 absolute error 3.2807090377673376e-13 relative error 3.4840897951852066e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9416258565726611 y1[1] (numeric) 0.9416258565724199 absolute error 2.41140440948584e-13 relative error 2.5608944281361318e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2009999999997585 y2[1] (analytic) 0.9406275911503181 y2[1] (numeric) 0.9406275911499898 absolute error 3.282929483816588e-13 relative error 3.4901479764183905e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9406275911503181 y1[1] (numeric) 0.9406275911500769 absolute error 2.412514632510465e-13 relative error 2.5647925440504438e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2019999999997584 y2[1] (analytic) 0.9396293851003792 y2[1] (numeric) 0.9396293851000507 absolute error 3.285149929865838e-13 relative error 3.496218809200918e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9396293851003792 y1[1] (numeric) 0.9396293851001377 absolute error 2.4147350785597155e-13 relative error 2.5698803345765447e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2029999999997583 y2[1] (analytic) 0.93863123942105 y2[1] (numeric) 0.9386312394207214 absolute error 3.2862601528904634e-13 relative error 3.5011195183717055e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.93863123942105 y1[1] (numeric) 0.9386312394208085 absolute error 2.4147350785597155e-13 relative error 2.5726131596143443e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.203999999999758 y2[1] (analytic) 0.9376331551104763 y2[1] (numeric) 0.9376331551101474 absolute error 3.2884805989397137e-13 relative error 3.507214501765618e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9376331551104763 y1[1] (numeric) 0.9376331551102347 absolute error 2.4158453015843406e-13 relative error 2.5765357042005353e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.204999999999758 y2[1] (analytic) 0.9366351331667423 y2[1] (numeric) 0.9366351331664132 absolute error 3.290701044988964e-13 relative error 3.513322240927668e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9366351331667423 y1[1] (numeric) 0.9366351331665006 absolute error 2.416955524608966e-13 relative error 2.5804664367407334e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.205999999999758 y2[1] (analytic) 0.9356371745878699 y2[1] (numeric) 0.9356371745875406 absolute error 3.2929214910382143e-13 relative error 3.519442771701202e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9356371745878699 y1[1] (numeric) 0.9356371745876281 absolute error 2.418065747633591e-13 relative error 2.58440537989387e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.206999999999758 y2[1] (analytic) 0.9346392803718175 y2[1] (numeric) 0.934639280371488 absolute error 3.2951419370874646e-13 relative error 3.525576130051578e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9346392803718175 y1[1] (numeric) 0.9346392803715756 absolute error 2.419175970658216e-13 relative error 2.5883525563956837e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2079999999997577 y2[1] (analytic) 0.9336414515164793 y2[1] (numeric) 0.9336414515161496 absolute error 3.29625216011209e-13 relative error 3.5305332199615916e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9336414515164793 y1[1] (numeric) 0.9336414515162373 absolute error 2.419175970658216e-13 relative error 2.5911188569539603e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2089999999997576 y2[1] (analytic) 0.932643689019684 y2[1] (numeric) 0.9326436890193541 absolute error 3.29847260616134e-13 relative error 3.53669106969288e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.932643689019684 y1[1] (numeric) 0.932643689019442 absolute error 2.4202861936828413e-13 relative error 2.595081296509754e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2099999999997575 y2[1] (analytic) 0.9316459938791941 y2[1] (numeric) 0.931645993878864 absolute error 3.3006930522105904e-13 relative error 3.5428618529954085e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9316459938791941 y1[1] (numeric) 0.931645993878952 absolute error 2.4213964167074664e-13 relative error 2.5990520354466818e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2109999999997574 y2[1] (analytic) 0.9306483670927046 y2[1] (numeric) 0.9306483670923744 absolute error 3.3018032752352156e-13 relative error 3.547852649814313e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9306483670927046 y1[1] (numeric) 0.9306483670924625 absolute error 2.4213964167074664e-13 relative error 2.6018381402975847e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2119999999997573 y2[1] (analytic) 0.9296508096578423 y2[1] (numeric) 0.9296508096575119 absolute error 3.304023721284466e-13 relative error 3.5540481296418286e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9296508096578423 y1[1] (numeric) 0.9296508096576 absolute error 2.4225066397320916e-13 relative error 2.60582426709626e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.212999999999757 y2[1] (analytic) 0.9286533225721645 y2[1] (numeric) 0.9286533225718339 absolute error 3.306244167333716e-13 relative error 3.560256650109376e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9286533225721645 y1[1] (numeric) 0.9286533225719221 absolute error 2.4236168627567167e-13 relative error 2.6098187599693646e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.213999999999757 y2[1] (analytic) 0.9276559068331581 y2[1] (numeric) 0.9276559068328273 absolute error 3.3084646133829665e-13 relative error 3.566478248036429e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9276559068331581 y1[1] (numeric) 0.9276559068329157 absolute error 2.424727085781342e-13 relative error 2.6138216421850875e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.214999999999757 y2[1] (analytic) 0.9266585634382388 y2[1] (numeric) 0.9266585634379079 absolute error 3.3095748364075916e-13 relative error 3.5715148674910754e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9266585634382388 y1[1] (numeric) 0.9266585634379964 absolute error 2.424727085781342e-13 relative error 2.6166348442135217e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.215999999999757 y2[1] (analytic) 0.9256612933847501 y2[1] (numeric) 0.9256612933844189 absolute error 3.311795282456842e-13 relative error 3.577761440523254e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9256612933847501 y1[1] (numeric) 0.9256612933845074 absolute error 2.426947531830592e-13 relative error 2.6218526681139232e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2169999999997567 y2[1] (analytic) 0.9246640976699617 y2[1] (numeric) 0.9246640976696304 absolute error 3.312905505481467e-13 relative error 3.582820522424928e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9246640976699617 y1[1] (numeric) 0.9246640976697189 absolute error 2.4280577548552174e-13 relative error 2.6258808587611657e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2179999999997566 y2[1] (analytic) 0.9236669772910694 y2[1] (numeric) 0.9236669772907379 absolute error 3.3151259515307174e-13 relative error 3.58909220859375e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9236669772910694 y1[1] (numeric) 0.9236669772908265 absolute error 2.4291679778798425e-13 relative error 2.6299175326199348e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2189999999997565 y2[1] (analytic) 0.9226699332451934 y2[1] (numeric) 0.9226699332448617 absolute error 3.3173463975799677e-13 relative error 3.59537715281593e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9226699332451934 y1[1] (numeric) 0.9226699332449504 absolute error 2.4302782009044677e-13 relative error 2.6339627133581227e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2199999999997564 y2[1] (analytic) 0.9216729665293778 y2[1] (numeric) 0.9216729665290458 absolute error 3.319566843629218e-13 relative error 3.601675392660449e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9216729665293778 y1[1] (numeric) 0.9216729665291347 absolute error 2.431388423929093e-13 relative error 2.6380164247245433e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2209999999997563 y2[1] (analytic) 0.920676078140589 y2[1] (numeric) 0.920676078140257 absolute error 3.320677066653843e-13 relative error 3.606781087828774e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.920676078140589 y1[1] (numeric) 0.9206760781403459 absolute error 2.431388423929093e-13 relative error 2.640872812552663e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.221999999999756 y2[1] (analytic) 0.9196792690757156 y2[1] (numeric) 0.9196792690753833 absolute error 3.3228975127030935e-13 relative error 3.613104725131653e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9196792690757156 y1[1] (numeric) 0.9196792690754724 absolute error 2.432498646953718e-13 relative error 2.6449423497372044e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.222999999999756 y2[1] (analytic) 0.9186825403315664 y2[1] (numeric) 0.9186825403312339 absolute error 3.325117958752344e-13 relative error 3.619441768809777e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9186825403315664 y1[1] (numeric) 0.918682540331323 absolute error 2.433608869978343e-13 relative error 2.6490204865546014e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.223999999999756 y2[1] (analytic) 0.91768589290487 y2[1] (numeric) 0.9176858929045373 absolute error 3.327338404801594e-13 relative error 3.625792256944409e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.91768589290487 y1[1] (numeric) 0.9176858929046265 absolute error 2.4347190930029683e-13 relative error 2.6531072470734366e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.224999999999756 y2[1] (analytic) 0.9166893277922739 y2[1] (numeric) 0.916689327791941 absolute error 3.3284486278262193e-13 relative error 3.630945105297944e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9166893277922739 y1[1] (numeric) 0.9166893277920304 absolute error 2.4347190930029683e-13 relative error 2.6559915329947935e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2259999999997557 y2[1] (analytic) 0.9156928459903431 y2[1] (numeric) 0.91569284599001 absolute error 3.3306690738754696e-13 relative error 3.6373212791383925e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9156928459903431 y1[1] (numeric) 0.9156928459900995 absolute error 2.4358293160275934e-13 relative error 2.6600942954765443e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2269999999997556 y2[1] (analytic) 0.9146964484955592 y2[1] (numeric) 0.9146964484952259 absolute error 3.33288951992472e-13 relative error 3.6437110097087046e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9146964484955592 y1[1] (numeric) 0.9146964484953155 absolute error 2.4369395390522186e-13 relative error 2.664205751602467e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2279999999997555 y2[1] (analytic) 0.9137001363043198 y2[1] (numeric) 0.9137001363039863 absolute error 3.33510996597397e-13 relative error 3.6501143356108334e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9137001363043198 y1[1] (numeric) 0.913700136304076 absolute error 2.438049762076844e-13 relative error 2.6683259257661086e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2289999999997554 y2[1] (analytic) 0.9127039104129367 y2[1] (numeric) 0.9127039104126031 absolute error 3.3362201889985954e-13 relative error 3.6553148846367726e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9127039104129367 y1[1] (numeric) 0.9127039104126929 absolute error 2.438049762076844e-13 relative error 2.671238431501615e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2299999999997553 y2[1] (analytic) 0.9117077718176362 y2[1] (numeric) 0.9117077718173023 absolute error 3.3384406350478457e-13 relative error 3.661744188482815e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9117077718176362 y1[1] (numeric) 0.9117077718173923 absolute error 2.439159985101469e-13 relative error 2.6753747861977868e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.230999999999755 y2[1] (analytic) 0.9107117215145564 y2[1] (numeric) 0.9107117215142223 absolute error 3.340661081097096e-13 relative error 3.6681872014795416e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9107117215145564 y1[1] (numeric) 0.9107117215143123 absolute error 2.440270208126094e-13 relative error 2.6795199298278603e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.231999999999755 y2[1] (analytic) 0.9097157604997476 y2[1] (numeric) 0.9097157604994134 absolute error 3.341771304121721e-13 relative error 3.673423556261064e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9097157604997476 y1[1] (numeric) 0.9097157604995035 absolute error 2.440270208126094e-13 relative error 2.6824534806185445e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.232999999999755 y2[1] (analytic) 0.9087198897691707 y2[1] (numeric) 0.9087198897688364 absolute error 3.3428815271463463e-13 relative error 3.678671023691901e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9087198897691707 y1[1] (numeric) 0.9087198897689267 absolute error 2.440270208126094e-13 relative error 2.6853931949766848e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.233999999999755 y2[1] (analytic) 0.9077241103186966 y2[1] (numeric) 0.9077241103183621 absolute error 3.3451019731955967e-13 relative error 3.685152718947997e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9077241103186966 y1[1] (numeric) 0.9077241103184525 absolute error 2.441380431150719e-13 relative error 2.6895621735700784e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2349999999997547 y2[1] (analytic) 0.9067284231441044 y2[1] (numeric) 0.9067284231437697 absolute error 3.347322419244847e-13 relative error 3.6916482750567356e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9067284231441044 y1[1] (numeric) 0.9067284231438602 absolute error 2.4424906541753444e-13 relative error 2.6937400348672698e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2359999999997546 y2[1] (analytic) 0.9057328292410813 y2[1] (numeric) 0.9057328292407464 absolute error 3.3495428652940973e-13 relative error 3.698157731679769e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9057328292410813 y1[1] (numeric) 0.905732829240837 absolute error 2.4436008771999695e-13 relative error 2.6979268039201764e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2369999999997545 y2[1] (analytic) 0.9047373296052211 y2[1] (numeric) 0.904737329604886 absolute error 3.3517633113433476e-13 relative error 3.7046811286164986e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9047373296052211 y1[1] (numeric) 0.9047373296049767 absolute error 2.4447111002245947e-13 relative error 2.70212250586735e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2379999999997544 y2[1] (analytic) 0.9037419252320233 y2[1] (numeric) 0.9037419252316881 absolute error 3.352873534367973e-13 relative error 3.7099900322840154e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9037419252320233 y1[1] (numeric) 0.9037419252317789 absolute error 2.4447111002245947e-13 relative error 2.7050986924137095e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2389999999997543 y2[1] (analytic) 0.9027466171168924 y2[1] (numeric) 0.9027466171165569 absolute error 3.355093980417223e-13 relative error 3.716540075367336e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9027466171168924 y1[1] (numeric) 0.9027466171166478 absolute error 2.44582132324922e-13 relative error 2.7093109814805566e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.239999999999754 y2[1] (analytic) 0.9017514062551362 y2[1] (numeric) 0.9017514062548005 absolute error 3.356204203441848e-13 relative error 3.721872990894193e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9017514062551362 y1[1] (numeric) 0.9017514062548916 absolute error 2.44582132324922e-13 relative error 2.7123010912801546e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.240999999999754 y2[1] (analytic) 0.9007562936419655 y2[1] (numeric) 0.9007562936416297 absolute error 3.3584246494910985e-13 relative error 3.72844982954514e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.9007562936419655 y1[1] (numeric) 0.9007562936417208 absolute error 2.446931546273845e-13 relative error 2.716530057625616e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.241999999999754 y2[1] (analytic) 0.8997612802724929 y2[1] (numeric) 0.899761280272157 absolute error 3.3595348725157237e-13 relative error 3.7338068954226255e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8997612802724929 y1[1] (numeric) 0.8997612802722482 absolute error 2.446931546273845e-13 relative error 2.7195341696997576e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.242999999999754 y2[1] (analytic) 0.8987663671417317 y2[1] (numeric) 0.8987663671413956 absolute error 3.361755318564974e-13 relative error 3.740410680092615e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8987663671417317 y1[1] (numeric) 0.8987663671414869 absolute error 2.44804176929847e-13 relative error 2.7237799040965047e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2439999999997537 y2[1] (analytic) 0.897771555244595 y2[1] (numeric) 0.8977715552442586 absolute error 3.3639757646142243e-13 relative error 3.747028678913446e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.897771555244595 y1[1] (numeric) 0.89777155524435 absolute error 2.4491519923230953e-13 relative error 2.7280347411495253e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2449999999997536 y2[1] (analytic) 0.8967768455758944 y2[1] (numeric) 0.8967768455755578 absolute error 3.3661962106634746e-13 relative error 3.753660932783966e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8967768455758944 y1[1] (numeric) 0.8967768455756494 absolute error 2.4502622153477205e-13 relative error 2.7322987066801495e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2459999999997535 y2[1] (analytic) 0.8957822391303397 y2[1] (numeric) 0.8957822391300029 absolute error 3.368416656712725e-13 relative error 3.760307482745935e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8957822391303397 y1[1] (numeric) 0.8957822391300946 absolute error 2.4513724383723456e-13 relative error 2.7365718265995466e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2469999999997534 y2[1] (analytic) 0.8947877369025372 y2[1] (numeric) 0.8947877369022001 absolute error 3.3706371027619753e-13 relative error 3.7669683699846176e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8947877369025372 y1[1] (numeric) 0.894787736902292 absolute error 2.452482661396971e-13 relative error 2.7408541269090975e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2479999999997533 y2[1] (analytic) 0.893793339886989 y2[1] (numeric) 0.8937933398866518 absolute error 3.3717473257866004e-13 relative error 3.772401488483818e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.893793339886989 y1[1] (numeric) 0.8937933398867437 absolute error 2.452482661396971e-13 relative error 2.743903486355204e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.248999999999753 y2[1] (analytic) 0.892799049078092 y2[1] (numeric) 0.8927990490777546 absolute error 3.3739677718358507e-13 relative error 3.7790897910563676e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.892799049078092 y1[1] (numeric) 0.8927990490778467 absolute error 2.453592884421596e-13 relative error 2.74820284245955e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.249999999999753 y2[1] (analytic) 0.891804865470137 y2[1] (numeric) 0.8918048654697995 absolute error 3.375077994860476e-13 relative error 3.7845476354081333e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.891804865470137 y1[1] (numeric) 0.8918048654698917 absolute error 2.453592884421596e-13 relative error 2.7512665375828866e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.250999999999753 y2[1] (analytic) 0.8908107900573077 y2[1] (numeric) 0.89081079005697 absolute error 3.377298440909726e-13 relative error 3.791263508036828e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8908107900573077 y1[1] (numeric) 0.8908107900570622 absolute error 2.454703107446221e-13 relative error 2.7555830428236114e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.251999999999753 y2[1] (analytic) 0.8898168238336791 y2[1] (numeric) 0.8898168238333412 absolute error 3.3795188869589765e-13 relative error 3.797993920140425e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8898168238336791 y1[1] (numeric) 0.8898168238334335 absolute error 2.4558133304708463e-13 relative error 2.759908853925959e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2529999999997528 y2[1] (analytic) 0.8888229677932175 y2[1] (numeric) 0.8888229677928794 absolute error 3.3806291099836017e-13 relative error 3.803489820224917e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8888229677932175 y1[1] (numeric) 0.8888229677929719 absolute error 2.4558133304708463e-13 relative error 2.7629949038875258e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2539999999997526 y2[1] (analytic) 0.8878292229297788 y2[1] (numeric) 0.8878292229294406 absolute error 3.382849556032852e-13 relative error 3.8102480394480237e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8878292229297788 y1[1] (numeric) 0.8878292229295331 absolute error 2.4569235534954714e-13 relative error 2.7673380083027488e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2549999999997525 y2[1] (analytic) 0.8868355902371079 y2[1] (numeric) 0.8868355902367694 absolute error 3.3850700020821023e-13 relative error 3.8170209217438564e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8868355902371079 y1[1] (numeric) 0.8868355902368621 absolute error 2.4580337765200966e-13 relative error 2.7716904954873394e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2559999999997524 y2[1] (analytic) 0.8858420707088372 y2[1] (numeric) 0.8858420707084986 absolute error 3.3861802251067274e-13 relative error 3.822555212801259e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8858420707088372 y1[1] (numeric) 0.8858420707085914 absolute error 2.4580337765200966e-13 relative error 2.7747990954563894e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2569999999997523 y2[1] (analytic) 0.8848486653384864 y2[1] (numeric) 0.8848486653381477 absolute error 3.3872904481313526e-13 relative error 3.828101437928476e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8848486653384864 y1[1] (numeric) 0.8848486653382406 absolute error 2.4580337765200966e-13 relative error 2.7779143177888056e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.257999999999752 y2[1] (analytic) 0.8838553751194607 y2[1] (numeric) 0.8838553751191217 absolute error 3.389510894180603e-13 relative error 3.834915744810039e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8838553751194607 y1[1] (numeric) 0.8838553751192147 absolute error 2.4591439995447217e-13 relative error 2.782292294383962e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.258999999999752 y2[1] (analytic) 0.8828622010450501 y2[1] (numeric) 0.8828622010447109 absolute error 3.391731340229853e-13 relative error 3.841744879569017e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8828622010450501 y1[1] (numeric) 0.8828622010448041 absolute error 2.460254222569347e-13 relative error 2.7866797555237124e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.259999999999752 y2[1] (analytic) 0.8818691441084286 y2[1] (numeric) 0.8818691441080894 absolute error 3.3928415632544784e-13 relative error 3.847329942227027e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8818691441084286 y1[1] (numeric) 0.8818691441081826 absolute error 2.460254222569347e-13 relative error 2.7898177853321633e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.260999999999752 y2[1] (analytic) 0.8808762053026533 y2[1] (numeric) 0.8808762053023138 absolute error 3.3950620093037287e-13 relative error 3.854187442987231e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8808762053026533 y1[1] (numeric) 0.8808762053024072 absolute error 2.461364445593972e-13 relative error 2.7942228780584342e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2619999999997518 y2[1] (analytic) 0.8798833856206628 y2[1] (numeric) 0.8798833856203231 absolute error 3.397282455352979e-13 relative error 3.861059898246133e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8798833856206628 y1[1] (numeric) 0.8798833856204166 absolute error 2.462474668618597e-13 relative error 2.79863753408821e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2629999999997517 y2[1] (analytic) 0.8788906860552766 y2[1] (numeric) 0.8788906860549367 absolute error 3.3995029014022293e-13 relative error 3.867947351519006e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8788906860552766 y1[1] (numeric) 0.8788906860550303 absolute error 2.4635848916432224e-13 relative error 2.8030617808689332e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2639999999997515 y2[1] (analytic) 0.8778981075991943 y2[1] (numeric) 0.8778981075988542 absolute error 3.4006131244268545e-13 relative error 3.8735852087967017e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8778981075991943 y1[1] (numeric) 0.8778981075989479 absolute error 2.4635848916432224e-13 relative error 2.8062310082663668e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2649999999997514 y2[1] (analytic) 0.8769056512449942 y2[1] (numeric) 0.8769056512446539 absolute error 3.402833570476105e-13 relative error 3.8805013579795076e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8769056512449942 y1[1] (numeric) 0.8769056512447477 absolute error 2.4646951146678475e-13 relative error 2.810673087998208e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2659999999997513 y2[1] (analytic) 0.8759133179851326 y2[1] (numeric) 0.8759133179847921 absolute error 3.405054016525355e-13 relative error 3.8874326335829855e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8759133179851326 y1[1] (numeric) 0.875913317984886 absolute error 2.4658053376924727e-13 relative error 2.815124838339684e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.266999999999751 y2[1] (analytic) 0.8749211088119426 y2[1] (numeric) 0.874921108811602 absolute error 3.4061642395499803e-13 relative error 3.893110139010383e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8749211088119426 y1[1] (numeric) 0.874921108811696 absolute error 2.4658053376924727e-13 relative error 2.8183173463957172e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.267999999999751 y2[1] (analytic) 0.8739290247176335 y2[1] (numeric) 0.8739290247172926 absolute error 3.4083846855992306e-13 relative error 3.9000703594899824e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8739290247176335 y1[1] (numeric) 0.8739290247173868 absolute error 2.466915560717098e-13 relative error 2.8227870810380265e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.268999999999751 y2[1] (analytic) 0.872937066694289 y2[1] (numeric) 0.872937066693948 absolute error 3.410605131648481e-13 relative error 3.907045836149501e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.872937066694289 y1[1] (numeric) 0.8729370666940423 absolute error 2.468025783741723e-13 relative error 2.8272665669792773e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.269999999999751 y2[1] (analytic) 0.8719452357338674 y2[1] (numeric) 0.8719452357335261 absolute error 3.412825577697731e-13 relative error 3.914036613578544e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8719452357338674 y1[1] (numeric) 0.8719452357336205 absolute error 2.469136006766348e-13 relative error 2.8317558323352897e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2709999999997508 y2[1] (analytic) 0.8709535328281993 y2[1] (numeric) 0.8709535328278578 absolute error 3.4150460237469815e-13 relative error 3.9210427365252095e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8709535328281993 y1[1] (numeric) 0.8709535328279523 absolute error 2.4702462297909733e-13 relative error 2.8362549053213887e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2719999999997507 y2[1] (analytic) 0.8699619589689876 y2[1] (numeric) 0.8699619589686459 absolute error 3.417266469796232e-13 relative error 3.928064249896759e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8699619589689876 y1[1] (numeric) 0.8699619589687405 absolute error 2.4713564528155985e-13 relative error 2.840763814252822e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2729999999997506 y2[1] (analytic) 0.8689705151478062 y2[1] (numeric) 0.8689705151474643 absolute error 3.419486915845482e-13 relative error 3.9351011987602935e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8689705151478062 y1[1] (numeric) 0.868970515147559 absolute error 2.4724666758402236e-13 relative error 2.8452825875451863e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2739999999997504 y2[1] (analytic) 0.8679792023560986 y2[1] (numeric) 0.8679792023557565 absolute error 3.4205971388701073e-13 relative error 3.940874538911783e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8679792023560986 y1[1] (numeric) 0.8679792023558514 absolute error 2.4724666758402236e-13 relative error 2.8485321642832004e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2749999999997503 y2[1] (analytic) 0.8669880215851777 y2[1] (numeric) 0.8669880215848355 absolute error 3.4228175849193576e-13 relative error 3.9479410322892e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8669880215851777 y1[1] (numeric) 0.8669880215849304 absolute error 2.473576898864849e-13 relative error 2.8530692896335832e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2759999999997502 y2[1] (analytic) 0.8659969738262242 y2[1] (numeric) 0.8659969738258817 absolute error 3.425038030968608e-13 relative error 3.9550230941752635e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8659969738262242 y1[1] (numeric) 0.8659969738259767 absolute error 2.474687121889474e-13 relative error 2.8576163620475404e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.27699999999975 y2[1] (analytic) 0.8650060600702856 y2[1] (numeric) 0.865006060069943 absolute error 3.426148253993233e-13 relative error 3.9608372844403466e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8650060600702856 y1[1] (numeric) 0.8650060600700381 absolute error 2.474687121889474e-13 relative error 2.860889924503413e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.27799999999975 y2[1] (analytic) 0.8640152813082758 y2[1] (numeric) 0.8640152813079329 absolute error 3.4283687000424834e-13 relative error 3.9679491488290715e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8640152813082758 y1[1] (numeric) 0.8640152813080282 absolute error 2.475797344914099e-13 relative error 2.8654555057930145e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.27899999999975 y2[1] (analytic) 0.8630246385309732 y2[1] (numeric) 0.8630246385306303 absolute error 3.4294789230671086e-13 relative error 3.9737902835598216e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8630246385309732 y1[1] (numeric) 0.8630246385307256 absolute error 2.475797344914099e-13 relative error 2.8687446851208812e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.27999999999975 y2[1] (analytic) 0.8620341327290207 y2[1] (numeric) 0.8620341327286777 absolute error 3.4305891460917337e-13 relative error 3.97964421110705e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8620341327290207 y1[1] (numeric) 0.862034132728773 absolute error 2.476907567938724e-13 relative error 2.8733288786342488e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2809999999997497 y2[1] (analytic) 0.8610437648929241 y2[1] (numeric) 0.8610437648925808 absolute error 3.432809592140984e-13 relative error 3.986800360336938e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8610437648929241 y1[1] (numeric) 0.8610437648926763 absolute error 2.4780177909633494e-13 relative error 2.8779231579146336e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2819999999997496 y2[1] (analytic) 0.8600535360130509 y2[1] (numeric) 0.8600535360127075 absolute error 3.433919815165609e-13 relative error 3.9926814685097706e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8600535360130509 y1[1] (numeric) 0.8600535360128031 absolute error 2.4780177909633494e-13 relative error 2.8812366756268374e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2829999999997495 y2[1] (analytic) 0.8590634470796301 y2[1] (numeric) 0.8590634470792865 absolute error 3.4361402612148595e-13 relative error 3.999867847824224e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8590634470796301 y1[1] (numeric) 0.8590634470793822 absolute error 2.4791280139879746e-13 relative error 2.8858497267177683e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2839999999997493 y2[1] (analytic) 0.8580734990827504 y2[1] (numeric) 0.8580734990824067 absolute error 3.4372504842394846e-13 relative error 4.0057762976176064e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8580734990827504 y1[1] (numeric) 0.8580734990825025 absolute error 2.4791280139879746e-13 relative error 2.8891790932106314e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2849999999997492 y2[1] (analytic) 0.8570836930123599 y2[1] (numeric) 0.8570836930120159 absolute error 3.439470930288735e-13 relative error 4.012993081457606e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8570836930123599 y1[1] (numeric) 0.8570836930121118 absolute error 2.4802382370125997e-13 relative error 2.8938110212964144e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.285999999999749 y2[1] (analytic) 0.8560940298582643 y2[1] (numeric) 0.8560940298579203 absolute error 3.44058115331336e-13 relative error 4.0189290350301654e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8560940298582643 y1[1] (numeric) 0.8560940298580163 absolute error 2.4802382370125997e-13 relative error 2.8971563292214875e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.286999999999749 y2[1] (analytic) 0.855104510610127 y2[1] (numeric) 0.8551045106097828 absolute error 3.4428015993626104e-13 relative error 4.0261763990768e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.855104510610127 y1[1] (numeric) 0.8551045106098789 absolute error 2.481348460037225e-13 relative error 2.9018072402246525e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.287999999999749 y2[1] (analytic) 0.854115136257467 y2[1] (numeric) 0.8541151362571225 absolute error 3.4450220454118607e-13 relative error 4.0334398714758085e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.854115136257467 y1[1] (numeric) 0.8541151362572188 absolute error 2.48245868306185e-13 relative error 2.906468434618082e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.288999999999749 y2[1] (analytic) 0.8531259077896586 y2[1] (numeric) 0.853125907789314 absolute error 3.446132268436486e-13 relative error 4.0394181409458997e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8531259077896586 y1[1] (numeric) 0.8531259077894103 absolute error 2.48245868306185e-13 relative error 2.9098385834906676e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2899999999997487 y2[1] (analytic) 0.8521368261959301 y2[1] (numeric) 0.8521368261955853 absolute error 3.448352714485736e-13 relative error 4.046712462691835e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8521368261959301 y1[1] (numeric) 0.8521368261956818 absolute error 2.483568906086475e-13 relative error 2.9145189243533914e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2909999999997486 y2[1] (analytic) 0.851147892465363 y2[1] (numeric) 0.8511478924650181 absolute error 3.4494629375103614e-13 relative error 4.0527186497741754e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.851147892465363 y1[1] (numeric) 0.8511478924651147 absolute error 2.483568906086475e-13 relative error 2.9179052525087963e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2919999999997485 y2[1] (analytic) 0.8501591075868913 y2[1] (numeric) 0.8501591075865461 absolute error 3.4516833835596117e-13 relative error 4.0600439997131114e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8501591075868913 y1[1] (numeric) 0.8501591075866427 absolute error 2.4857893521357255e-13 relative error 2.923910747943923e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2929999999997484 y2[1] (analytic) 0.8491704725492992 y2[1] (numeric) 0.8491704725489541 absolute error 3.4516833835596117e-13 relative error 4.06477085007124e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8491704725492992 y1[1] (numeric) 0.8491704725490506 absolute error 2.4857893521357255e-13 relative error 2.9273148707975253e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2939999999997482 y2[1] (analytic) 0.8481819883412223 y2[1] (numeric) 0.8481819883408769 absolute error 3.453903829608862e-13 relative error 4.0721258846389955e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8481819883412223 y1[1] (numeric) 0.8481819883409736 absolute error 2.4868995751603507e-13 relative error 2.93203535248838e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.294999999999748 y2[1] (analytic) 0.8471936559511442 y2[1] (numeric) 0.8471936559507987 absolute error 3.455014052633487e-13 relative error 4.0781868801349125e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8471936559511442 y1[1] (numeric) 0.8471936559508955 absolute error 2.4868995751603507e-13 relative error 2.93545585202513e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.295999999999748 y2[1] (analytic) 0.8462054763673974 y2[1] (numeric) 0.8462054763670518 absolute error 3.4561242756581123e-13 relative error 4.084261296079778e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8462054763673974 y1[1] (numeric) 0.8462054763671487 absolute error 2.4868995751603507e-13 relative error 2.938883810863701e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.296999999999748 y2[1] (analytic) 0.8452174505781616 y2[1] (numeric) 0.8452174505778157 absolute error 3.4583447217073626e-13 relative error 4.091662706847475e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8452174505781616 y1[1] (numeric) 0.8452174505779128 absolute error 2.488009798184976e-13 relative error 2.943632785247253e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.297999999999748 y2[1] (analytic) 0.8442295795714622 y2[1] (numeric) 0.8442295795711161 absolute error 3.460565167756613e-13 relative error 4.099080690246869e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8442295795714622 y1[1] (numeric) 0.8442295795712133 absolute error 2.489120021209601e-13 relative error 2.94839233478777e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2989999999997477 y2[1] (analytic) 0.8432418643351702 y2[1] (numeric) 0.843241864334824 absolute error 3.462785613805863e-13 relative error 4.1065152956275446e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8432418643351702 y1[1] (numeric) 0.8432418643349212 absolute error 2.490230244234226e-13 relative error 2.9531624905715235e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.2999999999997476 y2[1] (analytic) 0.8422543058570009 y2[1] (numeric) 0.8422543058566544 absolute error 3.4650060598551136e-13 relative error 4.113966572518072e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8422543058570009 y1[1] (numeric) 0.8422543058567518 absolute error 2.4913404672588513e-13 relative error 2.9579432837970374e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3009999999997475 y2[1] (analytic) 0.8412669051245125 y2[1] (numeric) 0.8412669051241659 absolute error 3.4661162828797387e-13 relative error 4.120114866953827e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8412669051245125 y1[1] (numeric) 0.8412669051242634 absolute error 2.4913404672588513e-13 relative error 2.961415042102623e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3019999999997474 y2[1] (analytic) 0.8402796631251058 y2[1] (numeric) 0.840279663124759 absolute error 3.468336728928989e-13 relative error 4.127598085653779e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8402796631251058 y1[1] (numeric) 0.8402796631248566 absolute error 2.4924506902834764e-13 relative error 2.9662156537428726e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3029999999997472 y2[1] (analytic) 0.8392925808460228 y2[1] (numeric) 0.8392925808456757 absolute error 3.4705571749782393e-13 relative error 4.1350981221350154e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8392925808460228 y1[1] (numeric) 0.8392925808457734 absolute error 2.4935609133081016e-13 relative error 2.971026993702893e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.303999999999747 y2[1] (analytic) 0.8383056592743453 y2[1] (numeric) 0.8383056592739981 absolute error 3.4716673980028645e-13 relative error 4.141290661222556e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8383056592743453 y1[1] (numeric) 0.838305659274096 absolute error 2.4935609133081016e-13 relative error 2.974524728207823e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.304999999999747 y2[1] (analytic) 0.8373188993969952 y2[1] (numeric) 0.8373188993966478 absolute error 3.473887844052115e-13 relative error 4.1488229234451474e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8373188993969952 y1[1] (numeric) 0.8373188993967458 absolute error 2.4946711363327267e-13 relative error 2.979356059118327e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.305999999999747 y2[1] (analytic) 0.8363323022007322 y2[1] (numeric) 0.8363323022003846 absolute error 3.476108290101365e-13 relative error 4.1563721513019444e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8363323022007322 y1[1] (numeric) 0.8363323022004826 absolute error 2.495781359357352e-13 relative error 2.9841982101969886e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.306999999999747 y2[1] (analytic) 0.8353458686721532 y2[1] (numeric) 0.8353458686718055 absolute error 3.4772185131259903e-13 relative error 4.162609337678652e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8353458686721532 y1[1] (numeric) 0.8353458686719036 absolute error 2.495781359357352e-13 relative error 2.9877221555241415e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3079999999997467 y2[1] (analytic) 0.8343595997976919 y2[1] (numeric) 0.834359599797344 absolute error 3.4794389591752406e-13 relative error 4.1701910783059296e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8343595997976919 y1[1] (numeric) 0.8343595997974422 absolute error 2.496891582381977e-13 relative error 2.992584471955978e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3089999999997466 y2[1] (analytic) 0.833373496563617 y2[1] (numeric) 0.8333734965632689 absolute error 3.481659405224491e-13 relative error 4.177789934022353e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.833373496563617 y1[1] (numeric) 0.8333734965633672 absolute error 2.498001805406602e-13 relative error 2.997457701387211e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3099999999997465 y2[1] (analytic) 0.8323875599560316 y2[1] (numeric) 0.8323875599556834 absolute error 3.482769628249116e-13 relative error 4.184072174784884e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8323875599560316 y1[1] (numeric) 0.8323875599557818 absolute error 2.498001805406602e-13 relative error 3.001008094761233e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3109999999997464 y2[1] (analytic) 0.8314017909608724 y2[1] (numeric) 0.8314017909605239 absolute error 3.4849900742983664e-13 relative error 4.191703833438552e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8314017909608724 y1[1] (numeric) 0.8314017909606225 absolute error 2.4991120284312274e-13 relative error 3.005901665839497e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3119999999997463 y2[1] (analytic) 0.830416190563908 y2[1] (numeric) 0.8304161905635594 absolute error 3.4861002973229915e-13 relative error 4.1980158105488005e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.830416190563908 y1[1] (numeric) 0.8304161905636581 absolute error 2.4991120284312274e-13 relative error 3.009469296033551e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.312999999999746 y2[1] (analytic) 0.8294307597507391 y2[1] (numeric) 0.8294307597503903 absolute error 3.488320743372242e-13 relative error 4.2056804650222444e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8294307597507391 y1[1] (numeric) 0.8294307597504891 absolute error 2.5002222514558525e-13 relative error 3.0143833250254914e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.313999999999746 y2[1] (analytic) 0.8284454995067961 y2[1] (numeric) 0.8284454995064472 absolute error 3.489430966396867e-13 relative error 4.212022358108352e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8284454995067961 y1[1] (numeric) 0.8284454995065461 absolute error 2.5002222514558525e-13 relative error 3.0179682947693315e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.314999999999746 y2[1] (analytic) 0.8274604108173393 y2[1] (numeric) 0.8274604108169903 absolute error 3.490541189421492e-13 relative error 4.218378479247902e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8274604108173393 y1[1] (numeric) 0.8274604108170893 absolute error 2.5002222514558525e-13 relative error 3.021561175339146e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.315999999999746 y2[1] (analytic) 0.8264754946674575 y2[1] (numeric) 0.8264754946671081 absolute error 3.4938718584953676e-13 relative error 4.2274355150737646e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8264754946674575 y1[1] (numeric) 0.8264754946672073 absolute error 2.502442697505103e-13 relative error 3.027848633929541e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3169999999997457 y2[1] (analytic) 0.8254907520420663 y2[1] (numeric) 0.8254907520417168 absolute error 3.494982081519993e-13 relative error 4.233823423065909e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8254907520420663 y1[1] (numeric) 0.8254907520418161 absolute error 2.502442697505103e-13 relative error 3.031460608510343e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3179999999997456 y2[1] (analytic) 0.8245061839259087 y2[1] (numeric) 0.824506183925559 absolute error 3.497202527569243e-13 relative error 4.2415722231666206e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8245061839259087 y1[1] (numeric) 0.8245061839256583 absolute error 2.503552920529728e-13 relative error 3.0364270994415015e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3189999999997455 y2[1] (analytic) 0.8235217913035525 y2[1] (numeric) 0.8235217913032026 absolute error 3.4994229736184934e-13 relative error 4.2493386460111244e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8235217913035525 y1[1] (numeric) 0.823521791303302 absolute error 2.504663143554353e-13 relative error 3.0414048177033937e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3199999999997454 y2[1] (analytic) 0.8225375751593903 y2[1] (numeric) 0.8225375751590401 absolute error 3.5016434196677437e-13 relative error 4.257122744804941e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8225375751593903 y1[1] (numeric) 0.8225375751591397 absolute error 2.5057733665789783e-13 relative error 3.046393796773859e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3209999999997453 y2[1] (analytic) 0.8215535364776381 y2[1] (numeric) 0.8215535364772878 absolute error 3.502753642692369e-13 relative error 4.2635732026791785e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8215535364776381 y1[1] (numeric) 0.8215535364773875 absolute error 2.5057733665789783e-13 relative error 3.050042699983172e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.321999999999745 y2[1] (analytic) 0.8205696762423346 y2[1] (numeric) 0.8205696762419841 absolute error 3.504974088741619e-13 relative error 4.271391193484115e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8205696762423346 y1[1] (numeric) 0.8205696762420839 absolute error 2.5068835896036035e-13 relative error 3.055052681307295e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.322999999999745 y2[1] (analytic) 0.8195859954373399 y2[1] (numeric) 0.8195859954369892 absolute error 3.5071945347908695e-13 relative error 4.279227017439937e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8195859954373399 y1[1] (numeric) 0.8195859954370891 absolute error 2.5079938126282286e-13 relative error 3.0600740210183024e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.323999999999745 y2[1] (analytic) 0.8186024950463346 y2[1] (numeric) 0.8186024950459838 absolute error 3.5083047578154947e-13 relative error 4.285724486604353e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8186024950463346 y1[1] (numeric) 0.8186024950460838 absolute error 2.5079938126282286e-13 relative error 3.063750511151656e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.324999999999745 y2[1] (analytic) 0.8176191760528193 y2[1] (numeric) 0.8176191760524683 absolute error 3.510525203864745e-13 relative error 4.2935945079130095e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8176191760528193 y1[1] (numeric) 0.8176191760525684 absolute error 2.509104035652854e-13 relative error 3.0687930385463005e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3259999999997447 y2[1] (analytic) 0.8166360394401128 y2[1] (numeric) 0.8166360394397615 absolute error 3.5127456499139953e-13 relative error 4.301482521298399e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8166360394401128 y1[1] (numeric) 0.8166360394398617 absolute error 2.510214258677479e-13 relative error 3.0738470229632367e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3269999999997446 y2[1] (analytic) 0.8156530861913515 y2[1] (numeric) 0.815653086191 absolute error 3.5149660959632456e-13 relative error 4.309388581334489e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8156530861913515 y1[1] (numeric) 0.8156530861911003 absolute error 2.511324481702104e-13 relative error 3.078912498729821e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3279999999997445 y2[1] (analytic) 0.8146703172894886 y2[1] (numeric) 0.814670317289137 absolute error 3.516076318987871e-13 relative error 4.3159499546838806e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8146703172894886 y1[1] (numeric) 0.8146703172892374 absolute error 2.511324481702104e-13 relative error 3.0826267121865924e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3289999999997444 y2[1] (analytic) 0.813687733717293 y2[1] (numeric) 0.8136877337169411 absolute error 3.518296765037121e-13 relative error 4.323890626891907e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.813687733717293 y1[1] (numeric) 0.8136877337170417 absolute error 2.512434704726729e-13 relative error 3.087713628481031e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3299999999997443 y2[1] (analytic) 0.8127053364573481 y2[1] (numeric) 0.8127053364569962 absolute error 3.519406988061746e-13 relative error 4.330483423922306e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8127053364573481 y1[1] (numeric) 0.8127053364570969 absolute error 2.512434704726729e-13 relative error 3.091446053102895e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.330999999999744 y2[1] (analytic) 0.8117231264920511 y2[1] (numeric) 0.8117231264916991 absolute error 3.5205172110863714e-13 relative error 4.3370911782453035e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8117231264920511 y1[1] (numeric) 0.8117231264917999 absolute error 2.512434704726729e-13 relative error 3.0951867979719715e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.331999999999744 y2[1] (analytic) 0.8107411048036121 y2[1] (numeric) 0.8107411048032598 absolute error 3.5227376571356217e-13 relative error 4.3450833271725424e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8107411048036121 y1[1] (numeric) 0.8107411048033607 absolute error 2.5135449277513544e-13 relative error 3.100305279772656e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.332999999999744 y2[1] (analytic) 0.8097592723740524 y2[1] (numeric) 0.8097592723736999 absolute error 3.524958103184872e-13 relative error 4.3530938433719923e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8097592723740524 y1[1] (numeric) 0.809759272373801 absolute error 2.5146551507759796e-13 relative error 3.105435450468524e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.333999999999744 y2[1] (analytic) 0.8087776301852045 y2[1] (numeric) 0.8087776301848518 absolute error 3.5271785492341223e-13 relative error 4.3611227828178466e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8087776301852045 y1[1] (numeric) 0.808777630184953 absolute error 2.5157653738006047e-13 relative error 3.1105773452518853e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3349999999997437 y2[1] (analytic) 0.8077961792187105 y2[1] (numeric) 0.8077961792183577 absolute error 3.5282887722587475e-13 relative error 4.367795816602228e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8077961792187105 y1[1] (numeric) 0.8077961792184589 absolute error 2.5157653738006047e-13 relative error 3.114356614355144e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3359999999997436 y2[1] (analytic) 0.8068149204560212 y2[1] (numeric) 0.8068149204556683 absolute error 3.5293989952833726e-13 relative error 4.374484043116747e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8068149204560212 y1[1] (numeric) 0.8068149204557696 absolute error 2.5157653738006047e-13 relative error 3.118144335232007e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3369999999997435 y2[1] (analytic) 0.8058338548783954 y2[1] (numeric) 0.8058338548780423 absolute error 3.531619441332623e-13 relative error 4.3825652396616705e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8058338548783954 y1[1] (numeric) 0.8058338548781437 absolute error 2.51687559682523e-13 relative error 3.123318264166302e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3379999999997434 y2[1] (analytic) 0.8048529834668985 y2[1] (numeric) 0.8048529834665452 absolute error 3.532729664357248e-13 relative error 4.389285666979875e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8048529834668985 y1[1] (numeric) 0.8048529834666468 absolute error 2.51687559682523e-13 relative error 3.127124640805587e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3389999999997433 y2[1] (analytic) 0.8038723072024019 y2[1] (numeric) 0.8038723072020485 absolute error 3.5338398873818733e-13 relative error 4.3960214274331384e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8038723072024019 y1[1] (numeric) 0.8038723072021502 absolute error 2.51687559682523e-13 relative error 3.13093954633708e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.339999999999743 y2[1] (analytic) 0.8028918270655818 y2[1] (numeric) 0.8028918270652282 absolute error 3.5360603334311236e-13 relative error 4.4041553472461625e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8028918270655818 y1[1] (numeric) 0.80289182706533 absolute error 2.517985819849855e-13 relative error 3.136145785731333e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.340999999999743 y2[1] (analytic) 0.8019115440369182 y2[1] (numeric) 0.8019115440365644 absolute error 3.538280779480374e-13 relative error 4.4123080728682956e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8019115440369182 y1[1] (numeric) 0.8019115440366663 absolute error 2.51909604287448e-13 relative error 3.1413639841035964e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.341999999999743 y2[1] (analytic) 0.8009314590966939 y2[1] (numeric) 0.80093145909634 absolute error 3.539391002504999e-13 relative error 4.4190934970849976e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.8009314590966939 y1[1] (numeric) 0.800931459096442 absolute error 2.51909604287448e-13 relative error 3.1452080128249246e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.342999999999743 y2[1] (analytic) 0.7999515732249941 y2[1] (numeric) 0.79995157322464 absolute error 3.5416114485542494e-13 relative error 4.427282309448171e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7999515732249941 y1[1] (numeric) 0.7999515732247421 absolute error 2.5202062658991053e-13 relative error 3.150448539952147e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3439999999997427 y2[1] (analytic) 0.7989718874017043 y2[1] (numeric) 0.7989718874013501 absolute error 3.5427216715788745e-13 relative error 4.434100532748378e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7989718874017043 y1[1] (numeric) 0.7989718874014523 absolute error 2.5202062658991053e-13 relative error 3.154311566699724e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3449999999997426 y2[1] (analytic) 0.7979924026065104 y2[1] (numeric) 0.797992402606156 absolute error 3.5438318946034997e-13 relative error 4.440934378608315e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7979924026065104 y1[1] (numeric) 0.7979924026062584 absolute error 2.5202062658991053e-13 relative error 3.158183283032856e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3459999999997425 y2[1] (analytic) 0.7970131198188971 y2[1] (numeric) 0.7970131198185425 absolute error 3.54605234065275e-13 relative error 4.449176873598403e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7970131198188971 y1[1] (numeric) 0.797013119818645 absolute error 2.5213164889237305e-13 relative error 3.1634566937827093e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3469999999997424 y2[1] (analytic) 0.7960340400181469 y2[1] (numeric) 0.7960340400177922 absolute error 3.547162563677375e-13 relative error 4.456043818925773e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7960340400181469 y1[1] (numeric) 0.7960340400178948 absolute error 2.5213164889237305e-13 relative error 3.167347578335033e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3479999999997423 y2[1] (analytic) 0.7950551641833399 y2[1] (numeric) 0.7950551641829849 absolute error 3.5493830097266255e-13 relative error 4.46432294213504e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7950551641833399 y1[1] (numeric) 0.7950551641830876 absolute error 2.5224267119483557e-13 relative error 3.1726436423305634e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.348999999999742 y2[1] (analytic) 0.7940764932933515 y2[1] (numeric) 0.7940764932929965 absolute error 3.5504932327512506e-13 relative error 4.471223191642333e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7940764932933515 y1[1] (numeric) 0.7940764932930993 absolute error 2.5224267119483557e-13 relative error 3.1765538121986807e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.349999999999742 y2[1] (analytic) 0.7930980283268527 y2[1] (numeric) 0.7930980283264975 absolute error 3.552713678800501e-13 relative error 4.479539164024187e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7930980283268527 y1[1] (numeric) 0.7930980283266004 absolute error 2.523536934972981e-13 relative error 3.1818726624459306e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.350999999999742 y2[1] (analytic) 0.7921197702623083 y2[1] (numeric) 0.7921197702619529 absolute error 3.553823901825126e-13 relative error 4.486472923972453e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7921197702623083 y1[1] (numeric) 0.7921197702620559 absolute error 2.523536934972981e-13 relative error 3.185802235610555e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.351999999999742 y2[1] (analytic) 0.7911417200779763 y2[1] (numeric) 0.7911417200776207 absolute error 3.5560443478743764e-13 relative error 4.494825968126022e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7911417200779763 y1[1] (numeric) 0.7911417200777239 absolute error 2.524647157997606e-13 relative error 3.1911440060938416e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3529999999997417 y2[1] (analytic) 0.7901638787519069 y2[1] (numeric) 0.7901638787515511 absolute error 3.5571545708990016e-13 relative error 4.5017934463388266e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7901638787519069 y1[1] (numeric) 0.7901638787516544 absolute error 2.524647157997606e-13 relative error 3.195093101427744e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3539999999997416 y2[1] (analytic) 0.7891862472619411 y2[1] (numeric) 0.7891862472615853 absolute error 3.5582647939236267e-13 relative error 4.508776991830412e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7891862472619411 y1[1] (numeric) 0.7891862472616886 absolute error 2.524647157997606e-13 relative error 3.1990511324250724e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3549999999997415 y2[1] (analytic) 0.7882088265857106 y2[1] (numeric) 0.7882088265853545 absolute error 3.560485239972877e-13 relative error 4.5171851924011745e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7882088265857106 y1[1] (numeric) 0.788208826585458 absolute error 2.525757381022231e-13 relative error 3.2044266643943473e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3559999999997414 y2[1] (analytic) 0.7872316177006359 y2[1] (numeric) 0.7872316177002796 absolute error 3.5627056860221273e-13 relative error 4.525613054552051e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7872316177006359 y1[1] (numeric) 0.7872316177003832 absolute error 2.5268676040468563e-13 relative error 3.209814681259105e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3569999999997413 y2[1] (analytic) 0.7862546215839257 y2[1] (numeric) 0.7862546215835693 absolute error 3.5638159090467525e-13 relative error 4.532648599085337e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7862546215839257 y1[1] (numeric) 0.786254621583673 absolute error 2.5268676040468563e-13 relative error 3.213803181158326e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.357999999999741 y2[1] (analytic) 0.7852778392125761 y2[1] (numeric) 0.7852778392122195 absolute error 3.566036355096003e-13 relative error 4.5411142108273226e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7852778392125761 y1[1] (numeric) 0.7852778392123233 absolute error 2.5279778270714814e-13 relative error 3.2192145261686844e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.358999999999741 y2[1] (analytic) 0.7843012715633694 y2[1] (numeric) 0.7843012715630127 absolute error 3.567146578120628e-13 relative error 4.548184106612675e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7843012715633694 y1[1] (numeric) 0.7843012715631166 absolute error 2.5279778270714814e-13 relative error 3.223222910288534e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.359999999999741 y2[1] (analytic) 0.7833249196128731 y2[1] (numeric) 0.7833249196125163 absolute error 3.568256801145253e-13 relative error 4.555270376064023e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7833249196128731 y1[1] (numeric) 0.7833249196126203 absolute error 2.5279778270714814e-13 relative error 3.2272404002171065e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.360999999999741 y2[1] (analytic) 0.7823487843374393 y2[1] (numeric) 0.7823487843370822 absolute error 3.5704772471945034e-13 relative error 4.56379215852977e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7823487843374393 y1[1] (numeric) 0.7823487843371864 absolute error 2.5290880500961066e-13 relative error 3.2326861122919204e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3619999999997408 y2[1] (analytic) 0.7813728667132028 y2[1] (numeric) 0.7813728667128457 absolute error 3.5715874702191286e-13 relative error 4.570913097152698e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7813728667132028 y1[1] (numeric) 0.7813728667129499 absolute error 2.5290880500961066e-13 relative error 3.236723666556993e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3629999999997406 y2[1] (analytic) 0.7803971677160815 y2[1] (numeric) 0.7803971677157242 absolute error 3.5726976932437537e-13 relative error 4.5780505632787575e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7803971677160815 y1[1] (numeric) 0.7803971677158286 absolute error 2.5290880500961066e-13 relative error 3.2407704111712274e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3639999999997405 y2[1] (analytic) 0.7794216883217742 y2[1] (numeric) 0.7794216883214167 absolute error 3.574918139293004e-13 relative error 4.586629026182737e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7794216883217742 y1[1] (numeric) 0.7794216883215211 absolute error 2.530198273120732e-13 relative error 3.246250792133683e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3649999999997404 y2[1] (analytic) 0.7784464295057602 y2[1] (numeric) 0.7784464295054024 absolute error 3.5771385853422544e-13 relative error 4.5952276865260966e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7784464295057602 y1[1] (numeric) 0.778446429505507 absolute error 2.531308496145357e-13 relative error 3.2517439867409995e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3659999999997403 y2[1] (analytic) 0.7774713922432982 y2[1] (numeric) 0.7774713922429403 absolute error 3.5793590313915047e-13 relative error 4.6038466072220406e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7774713922432982 y1[1] (numeric) 0.777471392243045 absolute error 2.532418719169982e-13 relative error 3.2572500344520705e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.36699999999974 y2[1] (analytic) 0.7764965775094254 y2[1] (numeric) 0.7764965775090673 absolute error 3.58046925441613e-13 relative error 4.6110560665963386e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7764965775094254 y1[1] (numeric) 0.7764965775091721 absolute error 2.532418719169982e-13 relative error 3.261339190048449e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.36799999999974 y2[1] (analytic) 0.7755219862789564 y2[1] (numeric) 0.7755219862785983 absolute error 3.581579477440755e-13 relative error 4.618282319274512e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7755219862789564 y1[1] (numeric) 0.7755219862787032 absolute error 2.532418719169982e-13 relative error 3.2654376845211286e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.36899999999974 y2[1] (analytic) 0.7745476195264825 y2[1] (numeric) 0.7745476195261242 absolute error 3.5837999234900053e-13 relative error 4.626958799099984e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7745476195264825 y1[1] (numeric) 0.7745476195262292 absolute error 2.533528942194607e-13 relative error 3.270978927988279e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.36999999999974 y2[1] (analytic) 0.7735734782263703 y2[1] (numeric) 0.7735734782260117 absolute error 3.5860203695392556e-13 relative error 4.6356557850990346e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7735734782263703 y1[1] (numeric) 0.7735734782261169 absolute error 2.5346391652192324e-13 relative error 3.276533175659782e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3709999999997398 y2[1] (analytic) 0.772599563352761 y2[1] (numeric) 0.7725995633524023 absolute error 3.587130592563881e-13 relative error 4.6429363446663426e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.772599563352761 y1[1] (numeric) 0.7725995633525076 absolute error 2.5346391652192324e-13 relative error 3.280663471022365e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3719999999997397 y2[1] (analytic) 0.7716258758795693 y2[1] (numeric) 0.7716258758792105 absolute error 3.588240815588506e-13 relative error 4.6502339122548256e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7716258758795693 y1[1] (numeric) 0.7716258758793159 absolute error 2.5346391652192324e-13 relative error 3.284803224529012e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3729999999997395 y2[1] (analytic) 0.7706524167804829 y2[1] (numeric) 0.7706524167801239 absolute error 3.590461261637756e-13 relative error 4.658989167434849e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7706524167804829 y1[1] (numeric) 0.7706524167802293 absolute error 2.5357493882438575e-13 relative error 3.29039309165776e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3739999999997394 y2[1] (analytic) 0.7696791870289604 y2[1] (numeric) 0.7696791870286013 absolute error 3.5915714846623814e-13 relative error 4.666322729248027e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7696791870289604 y1[1] (numeric) 0.7696791870287069 absolute error 2.5357493882438575e-13 relative error 3.2945536672650674e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3749999999997393 y2[1] (analytic) 0.7687061875982317 y2[1] (numeric) 0.7687061875978725 absolute error 3.5926817076870066e-13 relative error 4.673673460222933e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7687061875982317 y1[1] (numeric) 0.7687061875979782 absolute error 2.5357493882438575e-13 relative error 3.2987237896011056e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.375999999999739 y2[1] (analytic) 0.7677334194612963 y2[1] (numeric) 0.7677334194609368 absolute error 3.594902153736257e-13 relative error 4.6824875179443544e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7677334194612963 y1[1] (numeric) 0.7677334194610426 absolute error 2.5368596112684827e-13 relative error 3.304349591878582e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.376999999999739 y2[1] (analytic) 0.7667608835909219 y2[1] (numeric) 0.7667608835905623 absolute error 3.596012376760882e-13 relative error 4.6898745798297753e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7667608835909219 y1[1] (numeric) 0.7667608835906682 absolute error 2.5368596112684827e-13 relative error 3.3085407270487915e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.377999999999739 y2[1] (analytic) 0.7657885809596445 y2[1] (numeric) 0.7657885809592847 absolute error 3.5982328228101323e-13 relative error 4.6987287513493906e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7657885809596445 y1[1] (numeric) 0.7657885809593907 absolute error 2.537969834293108e-13 relative error 3.314191276021199e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.378999999999739 y2[1] (analytic) 0.7648165125397668 y2[1] (numeric) 0.7648165125394067 absolute error 3.6004532688593827e-13 relative error 4.7076039936731574e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7648165125397668 y1[1] (numeric) 0.7648165125395129 absolute error 2.539080057317733e-13 relative error 3.3198551753100556e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3799999999997388 y2[1] (analytic) 0.7638446793033568 y2[1] (numeric) 0.7638446793029966 absolute error 3.601563491884008e-13 relative error 4.7150469060918426e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7638446793033568 y1[1] (numeric) 0.7638446793031028 absolute error 2.539080057317733e-13 relative error 3.324078999455007e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3809999999997387 y2[1] (analytic) 0.7628730822222478 y2[1] (numeric) 0.7628730822218874 absolute error 3.603783937933258e-13 relative error 4.723962637973072e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7628730822222478 y1[1] (numeric) 0.7628730822219938 absolute error 2.540190280342358e-13 relative error 3.329767872976706e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3819999999997385 y2[1] (analytic) 0.7619017222680369 y2[1] (numeric) 0.7619017222676764 absolute error 3.6048941609578833e-13 relative error 4.731442462456703e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7619017222680369 y1[1] (numeric) 0.7619017222677829 absolute error 2.540190280342358e-13 relative error 3.3340130440717386e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3829999999997384 y2[1] (analytic) 0.7609306004120837 y2[1] (numeric) 0.7609306004117232 absolute error 3.6048941609578833e-13 relative error 4.7374808675136005e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7609306004120837 y1[1] (numeric) 0.7609306004118298 absolute error 2.539080057317733e-13 relative error 3.336808975670959e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3839999999997383 y2[1] (analytic) 0.7599597176255104 y2[1] (numeric) 0.7599597176251497 absolute error 3.6071146070071336e-13 relative error 4.746455007217411e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7599597176255104 y1[1] (numeric) 0.7599597176252564 absolute error 2.540190280342358e-13 relative error 3.3425327967108144e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.384999999999738 y2[1] (analytic) 0.7589890748791994 y2[1] (numeric) 0.7589890748788385 absolute error 3.609335053056384e-13 relative error 4.755450602014061e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7589890748791994 y1[1] (numeric) 0.7589890748789453 absolute error 2.5413005033669833e-13 relative error 3.348270202402395e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.385999999999738 y2[1] (analytic) 0.7580186731437935 y2[1] (numeric) 0.7580186731434323 absolute error 3.611555499105634e-13 relative error 4.764467719676524e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7580186731437935 y1[1] (numeric) 0.7580186731435392 absolute error 2.5424107263916085e-13 relative error 3.354021235185749e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.386999999999738 y2[1] (analytic) 0.757048513389694 y2[1] (numeric) 0.7570485133893329 absolute error 3.611555499105634e-13 relative error 4.770573398176096e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.757048513389694 y1[1] (numeric) 0.7570485133894399 absolute error 2.5413005033669833e-13 relative error 3.356852907600702e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.387999999999738 y2[1] (analytic) 0.7560785965870611 y2[1] (numeric) 0.7560785965866998 absolute error 3.6126657221302594e-13 relative error 4.7781616070575636e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7560785965870611 y1[1] (numeric) 0.756078596586807 absolute error 2.5413005033669833e-13 relative error 3.3611591636615746e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3889999999997378 y2[1] (analytic) 0.7551089237058113 y2[1] (numeric) 0.7551089237054498 absolute error 3.6148861681795097e-13 relative error 4.787238045656922e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7551089237058113 y1[1] (numeric) 0.7551089237055572 absolute error 2.5413005033669833e-13 relative error 3.365475395119378e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3899999999997377 y2[1] (analytic) 0.7541394957156173 y2[1] (numeric) 0.7541394957152557 absolute error 3.615996391204135e-13 relative error 4.794864095763672e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7541394957156173 y1[1] (numeric) 0.7541394957153632 absolute error 2.5413005033669833e-13 relative error 3.36980163193216e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3909999999997376 y2[1] (analytic) 0.7531703135859072 y2[1] (numeric) 0.7531703135855454 absolute error 3.618216837253385e-13 relative error 4.803982275969894e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7531703135859072 y1[1] (numeric) 0.753170313585653 absolute error 2.5424107263916085e-13 relative error 3.37561197053423e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3919999999997374 y2[1] (analytic) 0.7522013782858629 y2[1] (numeric) 0.7522013782855009 absolute error 3.6193270602780103e-13 relative error 4.811646408473529e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7522013782858629 y1[1] (numeric) 0.7522013782856086 absolute error 2.5424107263916085e-13 relative error 3.379960207179258e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3929999999997373 y2[1] (analytic) 0.7512326907844197 y2[1] (numeric) 0.7512326907840575 absolute error 3.6215475063272606e-13 relative error 4.8208065899604626e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7512326907844197 y1[1] (numeric) 0.7512326907841653 absolute error 2.5435209494162336e-13 relative error 3.385796412507486e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3939999999997372 y2[1] (analytic) 0.7502642520502649 y2[1] (numeric) 0.7502642520499027 absolute error 3.622657729351886e-13 relative error 4.828509047915002e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7502642520502649 y1[1] (numeric) 0.7502642520500106 absolute error 2.5435209494162336e-13 relative error 3.390166787855737e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.394999999999737 y2[1] (analytic) 0.7492960630518373 y2[1] (numeric) 0.7492960630514749 absolute error 3.623767952376511e-13 relative error 4.836229804300752e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7492960630518373 y1[1] (numeric) 0.7492960630515829 absolute error 2.5435209494162336e-13 relative error 3.394547328937813e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.395999999999737 y2[1] (analytic) 0.7483281247573257 y2[1] (numeric) 0.7483281247569632 absolute error 3.624878175401136e-13 relative error 4.8439689161444295e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7483281247573257 y1[1] (numeric) 0.7483281247570713 absolute error 2.5435209494162336e-13 relative error 3.398938066427837e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.396999999999737 y2[1] (analytic) 0.7473604381346683 y2[1] (numeric) 0.7473604381343057 absolute error 3.6259883984257613e-13 relative error 4.851726440692847e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7473604381346683 y1[1] (numeric) 0.747360438134414 absolute error 2.5435209494162336e-13 relative error 3.403339031116752e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.397999999999737 y2[1] (analytic) 0.7463930041515519 y2[1] (numeric) 0.7463930041511891 absolute error 3.6270986214503864e-13 relative error 4.8595024354139306e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7463930041515519 y1[1] (numeric) 0.7463930041512975 absolute error 2.5435209494162336e-13 relative error 3.4077502539128606e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3989999999997367 y2[1] (analytic) 0.7454258237754101 y2[1] (numeric) 0.7454258237750472 absolute error 3.6293190674996367e-13 relative error 4.868786338951838e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7454258237754101 y1[1] (numeric) 0.7454258237751556 absolute error 2.544631172440859e-13 relative error 3.413661146796455e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.3999999999997366 y2[1] (analytic) 0.7444588979734234 y2[1] (numeric) 0.7444588979730603 absolute error 3.630429290524262e-13 relative error 4.876601381764753e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7444588979734234 y1[1] (numeric) 0.7444588979731689 absolute error 2.544631172440859e-13 relative error 3.4180949134571297e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4009999999997365 y2[1] (analytic) 0.7434922277125173 y2[1] (numeric) 0.7434922277121542 absolute error 3.631539513548887e-13 relative error 4.8844350730093674e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7434922277125173 y1[1] (numeric) 0.7434922277122629 absolute error 2.544631172440859e-13 relative error 3.4225390361777654e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4019999999997363 y2[1] (analytic) 0.7425258139593622 y2[1] (numeric) 0.7425258139589989 absolute error 3.6337599595981374e-13 relative error 4.8937826689443686e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7425258139593622 y1[1] (numeric) 0.7425258139591077 absolute error 2.545741395465484e-13 relative error 3.4284887442375307e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4029999999997362 y2[1] (analytic) 0.7415596576803717 y2[1] (numeric) 0.7415596576800082 absolute error 3.6348701826227625e-13 relative error 4.9016557804570734e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7415596576803717 y1[1] (numeric) 0.7415596576801171 absolute error 2.545741395465484e-13 relative error 3.4329556214380175e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.403999999999736 y2[1] (analytic) 0.740593759841702 y2[1] (numeric) 0.7405937598413384 absolute error 3.6359804056473877e-13 relative error 4.9095477207701016e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.740593759841702 y1[1] (numeric) 0.7405937598414474 absolute error 2.545741395465484e-13 relative error 3.4374329538094176e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.404999999999736 y2[1] (analytic) 0.7396281214092507 y2[1] (numeric) 0.739628121408887 absolute error 3.637090628672013e-13 relative error 4.9174585489557656e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7396281214092507 y1[1] (numeric) 0.7396281214089961 absolute error 2.545741395465484e-13 relative error 3.441920773124411e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.405999999999736 y2[1] (analytic) 0.7386627433486563 y2[1] (numeric) 0.7386627433482925 absolute error 3.638200851696638e-13 relative error 4.9253883243159186e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7386627433486563 y1[1] (numeric) 0.7386627433484018 absolute error 2.545741395465484e-13 relative error 3.44641911127751e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.406999999999736 y2[1] (analytic) 0.737697626625297 y2[1] (numeric) 0.7376976266249329 absolute error 3.6415315207705135e-13 relative error 4.936347074111135e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.737697626625297 y1[1] (numeric) 0.7376976266250422 absolute error 2.5479618415147343e-13 relative error 3.453937968013736e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4079999999997357 y2[1] (analytic) 0.736732772204289 y2[1] (numeric) 0.7367327722039247 absolute error 3.6426417437951386e-13 relative error 4.944318864622285e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.736732772204289 y1[1] (numeric) 0.7367327722040343 absolute error 2.546851618490109e-13 relative error 3.456954427139141e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4089999999997356 y2[1] (analytic) 0.735768181050487 y2[1] (numeric) 0.7357681810501225 absolute error 3.644862189844389e-13 relative error 4.953818721326691e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.735768181050487 y1[1] (numeric) 0.7357681810502322 absolute error 2.5479618415147343e-13 relative error 3.4629954204827155e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4099999999997355 y2[1] (analytic) 0.7348038541284818 y2[1] (numeric) 0.7348038541281172 absolute error 3.645972412869014e-13 relative error 4.9618308238098994e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7348038541284818 y1[1] (numeric) 0.734803854128227 absolute error 2.5479618415147343e-13 relative error 3.467540115908562e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4109999999997354 y2[1] (analytic) 0.7338397924026004 y2[1] (numeric) 0.7338397924022357 absolute error 3.647082635893639e-13 relative error 4.969862187430646e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7338397924026004 y1[1] (numeric) 0.7338397924023456 absolute error 2.5479618415147343e-13 relative error 3.472095500807712e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4119999999997352 y2[1] (analytic) 0.7328759968369045 y2[1] (numeric) 0.7328759968365396 absolute error 3.6493030819428895e-13 relative error 4.979427758165495e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7328759968369045 y1[1] (numeric) 0.7328759968366496 absolute error 2.5490720645393594e-13 relative error 3.478176493078179e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.412999999999735 y2[1] (analytic) 0.7319124683951894 y2[1] (numeric) 0.7319124683948244 absolute error 3.6504133049675147e-13 relative error 4.9874998208071345e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7319124683951894 y1[1] (numeric) 0.7319124683949345 absolute error 2.5490720645393594e-13 relative error 3.4827553493227437e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.413999999999735 y2[1] (analytic) 0.7309492080409836 y2[1] (numeric) 0.7309492080406185 absolute error 3.65152352799214e-13 relative error 4.995591332233036e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7309492080409836 y1[1] (numeric) 0.7309492080407287 absolute error 2.5490720645393594e-13 relative error 3.487344998117072e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.414999999999735 y2[1] (analytic) 0.7299862167375474 y2[1] (numeric) 0.7299862167371821 absolute error 3.652633751016765e-13 relative error 5.0037023539171836e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7299862167375474 y1[1] (numeric) 0.7299862167372925 absolute error 2.5490720645393594e-13 relative error 3.491945472520928e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.415999999999735 y2[1] (analytic) 0.7290234954478719 y2[1] (numeric) 0.7290234954475064 absolute error 3.6548541970660153e-13 relative error 5.0133558381690756e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7290234954478719 y1[1] (numeric) 0.7290234954476169 absolute error 2.5501822875639846e-13 relative error 3.4980796963166364e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4169999999997347 y2[1] (analytic) 0.7280610451346784 y2[1] (numeric) 0.7280610451343128 absolute error 3.6559644200906405e-13 relative error 5.0215080789198824e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7280610451346784 y1[1] (numeric) 0.7280610451344234 absolute error 2.5501822875639846e-13 relative error 3.5027039347947066e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4179999999997346 y2[1] (analytic) 0.727098866760417 y2[1] (numeric) 0.7270988667600513 absolute error 3.6570746431152656e-13 relative error 5.029680020558045e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.727098866760417 y1[1] (numeric) 0.727098866760162 absolute error 2.5501822875639846e-13 relative error 3.5073391035888977e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4189999999997345 y2[1] (analytic) 0.7261369612872662 y2[1] (numeric) 0.7261369612869003 absolute error 3.659295089164516e-13 relative error 5.039400669919715e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7261369612872662 y1[1] (numeric) 0.7261369612870111 absolute error 2.5512925105886097e-13 relative error 3.5135141806661125e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4199999999997344 y2[1] (analytic) 0.7251753296771313 y2[1] (numeric) 0.7251753296767652 absolute error 3.660405312189141e-13 relative error 5.047614228436119e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7251753296771313 y1[1] (numeric) 0.7251753296768761 absolute error 2.5512925105886097e-13 relative error 3.5181733384732185e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4209999999997343 y2[1] (analytic) 0.7242139728916439 y2[1] (numeric) 0.7242139728912775 absolute error 3.6637359812630166e-13 relative error 5.0589136890502673e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7242139728916439 y1[1] (numeric) 0.7242139728913886 absolute error 2.55351295663786e-13 relative error 3.5259095408532165e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.421999999999734 y2[1] (analytic) 0.7232528918921605 y2[1] (numeric) 0.723252891891794 absolute error 3.6648462042876417e-13 relative error 5.06717117258908e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7232528918921605 y1[1] (numeric) 0.7232528918919051 absolute error 2.55351295663786e-13 relative error 3.530594879416808e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.422999999999734 y2[1] (analytic) 0.722292087639762 y2[1] (numeric) 0.7222920876393955 absolute error 3.665956427312267e-13 relative error 5.075448686266983e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.722292087639762 y1[1] (numeric) 0.7222920876395067 absolute error 2.55351295663786e-13 relative error 3.5352913320454455e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.423999999999734 y2[1] (analytic) 0.721331561095253 y2[1] (numeric) 0.7213315610948862 absolute error 3.668176873361517e-13 relative error 5.0852854237957416e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.721331561095253 y1[1] (numeric) 0.7213315610949975 absolute error 2.554623179662485e-13 relative error 3.5415380630006056e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.424999999999734 y2[1] (analytic) 0.7203713132191596 y2[1] (numeric) 0.7203713132187926 absolute error 3.6703973194107675e-13 relative error 5.0951464224868676e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7203713132191596 y1[1] (numeric) 0.720371313218904 absolute error 2.5557334026871104e-13 relative error 3.5478000800256406e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4259999999997337 y2[1] (analytic) 0.7194113449717296 y2[1] (numeric) 0.7194113449713625 absolute error 3.6715075424353927e-13 relative error 5.103488523078087e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7194113449717296 y1[1] (numeric) 0.7194113449714741 absolute error 2.5557334026871104e-13 relative error 3.552534194171683e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4269999999997336 y2[1] (analytic) 0.7184516573129314 y2[1] (numeric) 0.718451657312564 absolute error 3.673727988484643e-13 relative error 5.113396219621358e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7184516573129314 y1[1] (numeric) 0.7184516573126757 absolute error 2.5568436257117355e-13 relative error 3.558824869685098e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4279999999997335 y2[1] (analytic) 0.7174922512024522 y2[1] (numeric) 0.7174922512020848 absolute error 3.673727988484643e-13 relative error 5.120233678242248e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7174922512024522 y1[1] (numeric) 0.7174922512021966 absolute error 2.5557334026871104e-13 relative error 3.562036242766291e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4289999999997334 y2[1] (analytic) 0.7165331275996984 y2[1] (numeric) 0.7165331275993309 absolute error 3.6759484345338933e-13 relative error 5.130186299756841e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7165331275996984 y1[1] (numeric) 0.7165331275994428 absolute error 2.5568436257117355e-13 relative error 3.5683536841860476e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4299999999997333 y2[1] (analytic) 0.7155742874637934 y2[1] (numeric) 0.7155742874634257 absolute error 3.6770586575585185e-13 relative error 5.1386120518543234e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7155742874637934 y1[1] (numeric) 0.7155742874635377 absolute error 2.5568436257117355e-13 relative error 3.573135131467544e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.430999999999733 y2[1] (analytic) 0.7146157317535771 y2[1] (numeric) 0.7146157317532092 absolute error 3.6781688805831436e-13 relative error 5.147058365979965e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7146157317535771 y1[1] (numeric) 0.7146157317533215 absolute error 2.5557334026871104e-13 relative error 3.576374391332895e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.431999999999733 y2[1] (analytic) 0.7136574614276054 y2[1] (numeric) 0.7136574614272374 absolute error 3.680389326632394e-13 relative error 5.1570809885040886e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7136574614276054 y1[1] (numeric) 0.7136574614273498 absolute error 2.5568436257117355e-13 relative error 3.582732282511287e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.432999999999733 y2[1] (analytic) 0.7126994774441484 y2[1] (numeric) 0.7126994774437803 absolute error 3.681499549657019e-13 relative error 5.1655707155271827e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7126994774441484 y1[1] (numeric) 0.7126994774438927 absolute error 2.5568436257117355e-13 relative error 3.587548057255459e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.433999999999733 y2[1] (analytic) 0.7117417807611899 y2[1] (numeric) 0.7117417807608217 absolute error 3.681499549657019e-13 relative error 5.1725213401407294e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7117417807611899 y1[1] (numeric) 0.7117417807609343 absolute error 2.5557334026871104e-13 relative error 3.590815477986719e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4349999999997327 y2[1] (analytic) 0.7107843723364267 y2[1] (numeric) 0.7107843723360584 absolute error 3.682609772681644e-13 relative error 5.1810505633044516e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7107843723364267 y1[1] (numeric) 0.7107843723361711 absolute error 2.5557334026871104e-13 relative error 3.595652214870922e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4359999999997326 y2[1] (analytic) 0.7098272531272671 y2[1] (numeric) 0.7098272531268986 absolute error 3.6848302187308946e-13 relative error 5.1911647552228174e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7098272531272671 y1[1] (numeric) 0.7098272531270114 absolute error 2.5568436257117355e-13 relative error 3.60206460719438e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4369999999997325 y2[1] (analytic) 0.7088704240908301 y2[1] (numeric) 0.7088704240904615 absolute error 3.6859404417555197e-13 relative error 5.199737944325953e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7088704240908301 y1[1] (numeric) 0.7088704240905744 absolute error 2.5568436257117355e-13 relative error 3.606926652344178e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4379999999997324 y2[1] (analytic) 0.7079138861839448 y2[1] (numeric) 0.7079138861835761 absolute error 3.687050664780145e-13 relative error 5.208332166862029e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7079138861839448 y1[1] (numeric) 0.7079138861836891 absolute error 2.5568436257117355e-13 relative error 3.6118003553999554e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4389999999997323 y2[1] (analytic) 0.706957640363149 y2[1] (numeric) 0.7069576403627801 absolute error 3.689271110829395e-13 relative error 5.218517914219437e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.706957640363149 y1[1] (numeric) 0.7069576403628932 absolute error 2.5579538487363607e-13 relative error 3.618256176455487e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.439999999999732 y2[1] (analytic) 0.7060016875846884 y2[1] (numeric) 0.7060016875843194 absolute error 3.6903813338540203e-13 relative error 5.227156533406078e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7060016875846884 y1[1] (numeric) 0.7060016875844326 absolute error 2.5579538487363607e-13 relative error 3.6231554310973536e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.440999999999732 y2[1] (analytic) 0.7050460288045157 y2[1] (numeric) 0.7050460288041465 absolute error 3.6926017799032707e-13 relative error 5.2373910766712486e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7050460288045157 y1[1] (numeric) 0.7050460288042599 absolute error 2.5579538487363607e-13 relative error 3.628066458403655e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.441999999999732 y2[1] (analytic) 0.7040906649782895 y2[1] (numeric) 0.7040906649779203 absolute error 3.6926017799032707e-13 relative error 5.2444975676777804e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7040906649782895 y1[1] (numeric) 0.7040906649780339 absolute error 2.5568436257117355e-13 relative error 3.631412476957886e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.442999999999732 y2[1] (analytic) 0.7031355970613739 y2[1] (numeric) 0.7031355970610044 absolute error 3.694822225952521e-13 relative error 5.254779080158012e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7031355970613739 y1[1] (numeric) 0.7031355970611181 absolute error 2.5579538487363607e-13 relative error 3.637923978570932e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4439999999997317 y2[1] (analytic) 0.7021808260088362 y2[1] (numeric) 0.7021808260084667 absolute error 3.695932448977146e-13 relative error 5.263505228396306e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.7021808260088362 y1[1] (numeric) 0.7021808260085806 absolute error 2.5568436257117355e-13 relative error 3.641289438569147e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4449999999997316 y2[1] (analytic) 0.701226352775448 y2[1] (numeric) 0.7012263527750782 absolute error 3.6981528950263964e-13 relative error 5.273836159164781e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.701226352775448 y1[1] (numeric) 0.7012263527751922 absolute error 2.5579538487363607e-13 relative error 3.647829033538173e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4459999999997315 y2[1] (analytic) 0.700272178315682 y2[1] (numeric) 0.700272178315312 absolute error 3.700373341075647e-13 relative error 5.284192997608313e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.700272178315682 y1[1] (numeric) 0.7002721783154261 absolute error 2.559064071760986e-13 relative error 3.654384896335782e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4469999999997314 y2[1] (analytic) 0.6993183035837126 y2[1] (numeric) 0.6993183035833425 absolute error 3.701483564100272e-13 relative error 5.292988250317092e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6993183035837126 y1[1] (numeric) 0.6993183035834568 absolute error 2.5579538487363607e-13 relative error 3.657781922234727e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4479999999997313 y2[1] (analytic) 0.6983647295334147 y2[1] (numeric) 0.6983647295330444 absolute error 3.702593787124897e-13 relative error 5.3018052466633613e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6983647295334147 y1[1] (numeric) 0.6983647295331589 absolute error 2.5579538487363607e-13 relative error 3.662776398294568e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.448999999999731 y2[1] (analytic) 0.697411457118362 y2[1] (numeric) 0.6974114571179917 absolute error 3.703704010149522e-13 relative error 5.310644057172326e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.697411457118362 y1[1] (numeric) 0.6974114571181063 absolute error 2.5579538487363607e-13 relative error 3.6677829459607433e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.449999999999731 y2[1] (analytic) 0.6964584872918271 y2[1] (numeric) 0.6964584872914565 absolute error 3.7059244561987725e-13 relative error 5.321098850570733e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6964584872918271 y1[1] (numeric) 0.6964584872915712 absolute error 2.559064071760986e-13 relative error 3.6743957011879984e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.450999999999731 y2[1] (analytic) 0.6955058210067795 y2[1] (numeric) 0.6955058210064089 absolute error 3.7059244561987725e-13 relative error 5.3283874041977984e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6955058210067795 y1[1] (numeric) 0.6955058210065237 absolute error 2.5579538487363607e-13 relative error 3.6778324084097446e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.451999999999731 y2[1] (analytic) 0.6945534592158856 y2[1] (numeric) 0.6945534592155148 absolute error 3.708144902248023e-13 relative error 5.338890553413014e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6945534592158856 y1[1] (numeric) 0.6945534592156297 absolute error 2.559064071760986e-13 relative error 3.684473869945209e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4529999999997307 y2[1] (analytic) 0.693601402871507 y2[1] (numeric) 0.693601402871136 absolute error 3.709255125272648e-13 relative error 5.3478195256185284e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.693601402871507 y1[1] (numeric) 0.693601402871251 absolute error 2.559064071760986e-13 relative error 3.6895312800211634e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4539999999997306 y2[1] (analytic) 0.6926496529257 y2[1] (numeric) 0.6926496529253289 absolute error 3.7114755713218983e-13 relative error 5.358373537971043e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6926496529257 y1[1] (numeric) 0.692649652925444 absolute error 2.560174294785611e-13 relative error 3.6962038224831666e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4549999999997305 y2[1] (analytic) 0.6916982103302145 y2[1] (numeric) 0.6916982103298432 absolute error 3.7125857943465235e-13 relative error 5.367349139987144e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6916982103302145 y1[1] (numeric) 0.6916982103299585 absolute error 2.560174294785611e-13 relative error 3.7012880134002256e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4559999999997304 y2[1] (analytic) 0.6907470760364929 y2[1] (numeric) 0.6907470760361215 absolute error 3.7136960173711486e-13 relative error 5.376347068568627e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6907470760364929 y1[1] (numeric) 0.6907470760362369 absolute error 2.560174294785611e-13 relative error 3.7063845560894625e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4569999999997303 y2[1] (analytic) 0.6897962509956695 y2[1] (numeric) 0.689796250995298 absolute error 3.715916463420399e-13 relative error 5.386976890722079e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6897962509956695 y1[1] (numeric) 0.6897962509954134 absolute error 2.561284517810236e-13 relative error 3.7131029838350276e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.45799999999973 y2[1] (analytic) 0.6888457361585694 y2[1] (numeric) 0.6888457361581976 absolute error 3.7181369094696493e-13 relative error 5.397633627238929e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6888457361585694 y1[1] (numeric) 0.6888457361583131 absolute error 2.5623947408348613e-13 relative error 3.719838283567467e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.45899999999973 y2[1] (analytic) 0.687895532475707 y2[1] (numeric) 0.6878955324753351 absolute error 3.7192471324942744e-13 relative error 5.4067034264764895e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.687895532475707 y1[1] (numeric) 0.6878955324754508 absolute error 2.5623947408348613e-13 relative error 3.724976569644101e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.45999999999973 y2[1] (analytic) 0.6869456408972863 y2[1] (numeric) 0.6869456408969141 absolute error 3.7214675785435247e-13 relative error 5.417412029403892e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6869456408972863 y1[1] (numeric) 0.6869456408970299 absolute error 2.5635049638594865e-13 relative error 3.731743548894268e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.46099999999973 y2[1] (analytic) 0.6859960623731984 y2[1] (numeric) 0.6859960623728262 absolute error 3.72257780156815e-13 relative error 5.4265294011891537e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6859960623731984 y1[1] (numeric) 0.6859960623729421 absolute error 2.5635049638594865e-13 relative error 3.736909152205713e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4619999999997297 y2[1] (analytic) 0.6850467978530221 y2[1] (numeric) 0.6850467978526498 absolute error 3.723688024592775e-13 relative error 5.4356695575587495e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6850467978530221 y1[1] (numeric) 0.6850467978527658 absolute error 2.5635049638594865e-13 relative error 3.742087360883468e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4629999999997296 y2[1] (analytic) 0.6840978482860217 y2[1] (numeric) 0.6840978482856492 absolute error 3.7247982476174e-13 relative error 5.4448325732199346e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6840978482860217 y1[1] (numeric) 0.6840978482857654 absolute error 2.5635049638594865e-13 relative error 3.7472782150714845e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4639999999997295 y2[1] (analytic) 0.6831492146211466 y2[1] (numeric) 0.683149214620774 absolute error 3.7259084706420253e-13 relative error 5.454018523183546e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6831492146211466 y1[1] (numeric) 0.6831492146208903 absolute error 2.5635049638594865e-13 relative error 3.752481755074734e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4649999999997294 y2[1] (analytic) 0.6822008978070306 y2[1] (numeric) 0.6822008978066578 absolute error 3.7281289166912757e-13 relative error 5.464854896373686e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6822008978070306 y1[1] (numeric) 0.6822008978067742 absolute error 2.5646151868841116e-13 relative error 3.7593254349682e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4659999999997293 y2[1] (analytic) 0.6812528987919904 y2[1] (numeric) 0.6812528987916173 absolute error 3.730349362740526e-13 relative error 5.475718884066765e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6812528987919904 y1[1] (numeric) 0.6812528987917338 absolute error 2.565725409908737e-13 relative error 3.7661864110352064e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.466999999999729 y2[1] (analytic) 0.6803052185240246 y2[1] (numeric) 0.6803052185236514 absolute error 3.731459585765151e-13 relative error 5.484978630416572e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6803052185240246 y1[1] (numeric) 0.680305218523768 absolute error 2.565725409908737e-13 relative error 3.771432792291788e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.467999999999729 y2[1] (analytic) 0.6793578579508137 y2[1] (numeric) 0.6793578579504405 absolute error 3.7325698087897763e-13 relative error 5.4942616253067886e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6793578579508137 y1[1] (numeric) 0.6793578579505571 absolute error 2.565725409908737e-13 relative error 3.776692033338486e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.468999999999729 y2[1] (analytic) 0.6784108180197181 y2[1] (numeric) 0.6784108180193448 absolute error 3.7336800318144014e-13 relative error 5.5035679453240697e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6784108180197181 y1[1] (numeric) 0.6784108180194616 absolute error 2.565725409908737e-13 relative error 3.781964175332716e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.469999999999729 y2[1] (analytic) 0.6774640996777779 y2[1] (numeric) 0.6774640996774043 absolute error 3.735900477863652e-13 relative error 5.5145364597778055e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6774640996777779 y1[1] (numeric) 0.6774640996775212 absolute error 2.566835632933362e-13 relative error 3.788888052007812e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4709999999997287 y2[1] (analytic) 0.676517703871711 y2[1] (numeric) 0.6765177038713373 absolute error 3.737010700888277e-13 relative error 5.523891953605004e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.676517703871711 y1[1] (numeric) 0.6765177038714543 absolute error 2.566835632933362e-13 relative error 3.794188412577174e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4719999999997286 y2[1] (analytic) 0.6755716315479132 y2[1] (numeric) 0.6755716315475394 absolute error 3.738120923912902e-13 relative error 5.533271009837815e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6755716315479132 y1[1] (numeric) 0.6755716315476565 absolute error 2.566835632933362e-13 relative error 3.7995018042010776e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4729999999997285 y2[1] (analytic) 0.6746258836524569 y2[1] (numeric) 0.674625883652083 absolute error 3.739231146937527e-13 relative error 5.5426737063409875e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6746258836524569 y1[1] (numeric) 0.6746258836522002 absolute error 2.566835632933362e-13 relative error 3.804828268723386e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4739999999997284 y2[1] (analytic) 0.6736804611310898 y2[1] (numeric) 0.6736804611307158 absolute error 3.7403413699621524e-13 relative error 5.552100121298202e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6736804611310898 y1[1] (numeric) 0.6736804611308331 absolute error 2.566835632933362e-13 relative error 3.8101678481571514e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4749999999997283 y2[1] (analytic) 0.6727353649292345 y2[1] (numeric) 0.6727353649288602 absolute error 3.7425618160114027e-13 relative error 5.563200644885208e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6727353649292345 y1[1] (numeric) 0.6727353649289777 absolute error 2.567945855957987e-13 relative error 3.817170896357011e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.475999999999728 y2[1] (analytic) 0.6717905959919868 y2[1] (numeric) 0.6717905959916125 absolute error 3.7425618160114027e-13 relative error 5.571024420913514e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6717905959919868 y1[1] (numeric) 0.6717905959917301 absolute error 2.566835632933362e-13 relative error 3.8208865206621316e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.476999999999728 y2[1] (analytic) 0.6708461552641158 y2[1] (numeric) 0.6708461552637415 absolute error 3.743672039036028e-13 relative error 5.580522463547732e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6708461552641158 y1[1] (numeric) 0.6708461552638592 absolute error 2.566835632933362e-13 relative error 3.826265698612798e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.477999999999728 y2[1] (analytic) 0.6699020436900622 y2[1] (numeric) 0.6699020436896876 absolute error 3.745892485085278e-13 relative error 5.591701832183628e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6699020436900622 y1[1] (numeric) 0.6699020436898055 absolute error 2.566835632933362e-13 relative error 3.831658161235492e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.478999999999728 y2[1] (analytic) 0.6689582622139374 y2[1] (numeric) 0.6689582622135627 absolute error 3.7470027081099033e-13 relative error 5.601250361583226e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6689582622139374 y1[1] (numeric) 0.6689582622136807 absolute error 2.566835632933362e-13 relative error 3.8370639514016055e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4799999999997278 y2[1] (analytic) 0.6680148117795227 y2[1] (numeric) 0.6680148117791479 absolute error 3.7481129311345285e-13 relative error 5.610823091107728e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6680148117795227 y1[1] (numeric) 0.668014811779266 absolute error 2.566835632933362e-13 relative error 3.842483112156714e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4809999999997276 y2[1] (analytic) 0.6670716933302686 y2[1] (numeric) 0.6670716933298937 absolute error 3.7492231541591536e-13 relative error 5.620420101236263e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6670716933302686 y1[1] (numeric) 0.6670716933300119 absolute error 2.566835632933362e-13 relative error 3.847915686721421e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4819999999997275 y2[1] (analytic) 0.6661289078092933 y2[1] (numeric) 0.6661289078089184 absolute error 3.7492231541591536e-13 relative error 5.6283747938357335e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6661289078092933 y1[1] (numeric) 0.6661289078090368 absolute error 2.565725409908737e-13 relative error 3.851695039548232e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4829999999997274 y2[1] (analytic) 0.6651864561593827 y2[1] (numeric) 0.6651864561590075 absolute error 3.751443600208404e-13 relative error 5.639687286882365e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6651864561593827 y1[1] (numeric) 0.665186456159126 absolute error 2.566835632933362e-13 relative error 3.858821251042328e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4839999999997273 y2[1] (analytic) 0.6642443393229878 y2[1] (numeric) 0.6642443393226125 absolute error 3.752553823233029e-13 relative error 5.649357625023517e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6642443393229878 y1[1] (numeric) 0.6642443393227311 absolute error 2.566835632933362e-13 relative error 3.864294328122595e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.484999999999727 y2[1] (analytic) 0.6633025582422256 y2[1] (numeric) 0.6633025582418502 absolute error 3.7536640462576543e-13 relative error 5.65905256901917e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6633025582422256 y1[1] (numeric) 0.6633025582419689 absolute error 2.566835632933362e-13 relative error 3.8697809936623246e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.485999999999727 y2[1] (analytic) 0.6623611138588772 y2[1] (numeric) 0.6623611138585016 absolute error 3.7558844923069046e-13 relative error 5.670448360751948e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6623611138588772 y1[1] (numeric) 0.6623611138586205 absolute error 2.566835632933362e-13 relative error 3.8752812917701756e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.486999999999727 y2[1] (analytic) 0.6614200071143868 y2[1] (numeric) 0.661420007114011 absolute error 3.7569947153315297e-13 relative error 5.680195148196947e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6614200071143868 y1[1] (numeric) 0.6614200071141301 absolute error 2.566835632933362e-13 relative error 3.88079526673503e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.487999999999727 y2[1] (analytic) 0.6604792389498608 y2[1] (numeric) 0.6604792389494851 absolute error 3.7569947153315297e-13 relative error 5.688285859378444e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6604792389498608 y1[1] (numeric) 0.6604792389496043 absolute error 2.565725409908737e-13 relative error 3.8846420274892385e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4889999999997268 y2[1] (analytic) 0.6595388103060679 y2[1] (numeric) 0.659538810305692 absolute error 3.75921516138078e-13 relative error 5.699763384108155e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6595388103060679 y1[1] (numeric) 0.6595388103058112 absolute error 2.566835632933362e-13 relative error 3.8918644252977124e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4899999999997267 y2[1] (analytic) 0.6585987221234362 y2[1] (numeric) 0.6585987221230601 absolute error 3.760325384405405e-13 relative error 5.709584999317135e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6585987221234362 y1[1] (numeric) 0.6585987221231795 absolute error 2.566835632933362e-13 relative error 3.897419698382408e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4909999999997265 y2[1] (analytic) 0.6576589753420539 y2[1] (numeric) 0.6576589753416777 absolute error 3.7614356074300304e-13 relative error 5.719431724433893e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6576589753420539 y1[1] (numeric) 0.6576589753417972 absolute error 2.566835632933362e-13 relative error 3.902988827299634e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4919999999997264 y2[1] (analytic) 0.6567195709016678 y2[1] (numeric) 0.6567195709012914 absolute error 3.7636560534792807e-13 relative error 5.730994202459701e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6567195709016678 y1[1] (numeric) 0.656719570901411 absolute error 2.567945855957987e-13 relative error 3.9102624160145393e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4929999999997263 y2[1] (analytic) 0.655780509741682 y2[1] (numeric) 0.6557805097413056 absolute error 3.7636560534792807e-13 relative error 5.739200841699031e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.655780509741682 y1[1] (numeric) 0.6557805097414253 absolute error 2.566835632933362e-13 relative error 3.9141688336307253e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.493999999999726 y2[1] (analytic) 0.654841792801158 y2[1] (numeric) 0.6548417928007815 absolute error 3.764766276503906e-13 relative error 5.749123403379163e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.654841792801158 y1[1] (numeric) 0.6548417928009013 absolute error 2.566835632933362e-13 relative error 3.919779802009031e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.494999999999726 y2[1] (analytic) 0.6539034210188124 y2[1] (numeric) 0.6539034210184357 absolute error 3.766986722553156e-13 relative error 5.7607692534839676e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6539034210188124 y1[1] (numeric) 0.6539034210185556 absolute error 2.567945855957987e-13 relative error 3.927102647600476e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.495999999999726 y2[1] (analytic) 0.6529653953330168 y2[1] (numeric) 0.6529653953326401 absolute error 3.766986722553156e-13 relative error 5.769044959315137e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6529653953330168 y1[1] (numeric) 0.6529653953327601 absolute error 2.566835632933362e-13 relative error 3.93104389800666e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.496999999999726 y2[1] (analytic) 0.652027716681797 y2[1] (numeric) 0.6520277166814202 absolute error 3.7680969455777813e-13 relative error 5.7790441252310906e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.652027716681797 y1[1] (numeric) 0.6520277166815404 absolute error 2.566835632933362e-13 relative error 3.93669711771782e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4979999999997258 y2[1] (analytic) 0.6510903860028316 y2[1] (numeric) 0.6510903860024546 absolute error 3.7703173916270316e-13 relative error 5.790774173112478e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6510903860028316 y1[1] (numeric) 0.651090386002575 absolute error 2.566835632933362e-13 relative error 3.9423645136148554e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4989999999997257 y2[1] (analytic) 0.6501534042334511 y2[1] (numeric) 0.650153404233074 absolute error 3.771427614651657e-13 relative error 5.800827297210378e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6501534042334511 y1[1] (numeric) 0.6501534042331945 absolute error 2.566835632933362e-13 relative error 3.948046132219722e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.4999999999997256 y2[1] (analytic) 0.6492167723106372 y2[1] (numeric) 0.64921677231026 absolute error 3.772537837676282e-13 relative error 5.810906308303443e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6492167723106372 y1[1] (numeric) 0.6492167723103806 absolute error 2.566835632933362e-13 relative error 3.953742020246486e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5009999999997254 y2[1] (analytic) 0.6482804911710217 y2[1] (numeric) 0.6482804911706445 absolute error 3.772537837676282e-13 relative error 5.8192987280270563e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6482804911710217 y1[1] (numeric) 0.6482804911707651 absolute error 2.565725409908737e-13 relative error 3.957739658761191e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5019999999997253 y2[1] (analytic) 0.6473445617508857 y2[1] (numeric) 0.6473445617505084 absolute error 3.773648060700907e-13 relative error 5.829427299882224e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6473445617508857 y1[1] (numeric) 0.6473445617506292 absolute error 2.565725409908737e-13 relative error 3.9634617505230414e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5029999999997252 y2[1] (analytic) 0.6464089849861587 y2[1] (numeric) 0.6464089849857811 absolute error 3.7758685067501574e-13 relative error 5.841299540152599e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6464089849861587 y1[1] (numeric) 0.646408984985902 absolute error 2.566835632933362e-13 relative error 3.970915770900561e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.503999999999725 y2[1] (analytic) 0.6454737618124171 y2[1] (numeric) 0.6454737618120395 absolute error 3.7758685067501574e-13 relative error 5.84976296503199e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6454737618124171 y1[1] (numeric) 0.6454737618121605 absolute error 2.565725409908737e-13 relative error 3.974949194998215e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.504999999999725 y2[1] (analytic) 0.6445388931648843 y2[1] (numeric) 0.6445388931645065 absolute error 3.7780889527994077e-13 relative error 5.861692743238237e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6445388931648843 y1[1] (numeric) 0.6445388931646276 absolute error 2.566835632933362e-13 relative error 3.9824371502694106e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.505999999999725 y2[1] (analytic) 0.6436043799784286 y2[1] (numeric) 0.6436043799780508 absolute error 3.7780889527994077e-13 relative error 5.870203917701798e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6436043799784286 y1[1] (numeric) 0.643604379978172 absolute error 2.565725409908737e-13 relative error 3.986494638204189e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.506999999999725 y2[1] (analytic) 0.6426702231875633 y2[1] (numeric) 0.6426702231871853 absolute error 3.780309398848658e-13 relative error 5.882191616251955e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6426702231875633 y1[1] (numeric) 0.6426702231873066 absolute error 2.566835632933362e-13 relative error 3.994016745014544e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5079999999997247 y2[1] (analytic) 0.6417364237264449 y2[1] (numeric) 0.6417364237260668 absolute error 3.781419621873283e-13 relative error 5.892480903476349e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6417364237264449 y1[1] (numeric) 0.6417364237261883 absolute error 2.565725409908737e-13 relative error 3.998098463867834e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5089999999997246 y2[1] (analytic) 0.640802982528873 y2[1] (numeric) 0.6408029825284948 absolute error 3.7825298448979083e-13 relative error 5.902796878333002e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.640802982528873 y1[1] (numeric) 0.6408029825286164 absolute error 2.565725409908737e-13 relative error 4.003922390909177e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5099999999997245 y2[1] (analytic) 0.6398699005282886 y2[1] (numeric) 0.6398699005279103 absolute error 3.7836400679225335e-13 relative error 5.913139631663701e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6398699005282886 y1[1] (numeric) 0.639869900528032 absolute error 2.565725409908737e-13 relative error 4.009761058912797e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5109999999997243 y2[1] (analytic) 0.6389371786577738 y2[1] (numeric) 0.6389371786573953 absolute error 3.7847502909471586e-13 relative error 5.923509254693627e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6389371786577738 y1[1] (numeric) 0.6389371786575172 absolute error 2.565725409908737e-13 relative error 4.0156145167488924e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5119999999997242 y2[1] (analytic) 0.6380048178500501 y2[1] (numeric) 0.6380048178496716 absolute error 3.785860513971784e-13 relative error 5.93390583903329e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6380048178500501 y1[1] (numeric) 0.6380048178497936 absolute error 2.565725409908737e-13 relative error 4.0214828134914765e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.512999999999724 y2[1] (analytic) 0.6370728190374786 y2[1] (numeric) 0.6370728190370998 absolute error 3.788080960021034e-13 relative error 5.94607217075162e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6370728190374786 y1[1] (numeric) 0.6370728190372219 absolute error 2.566835632933362e-13 relative error 4.0291086924905466e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.513999999999724 y2[1] (analytic) 0.6361411831520576 y2[1] (numeric) 0.6361411831516787 absolute error 3.7891911830456593e-13 relative error 5.956525506288318e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6361411831520576 y1[1] (numeric) 0.636141183151801 absolute error 2.565725409908737e-13 relative error 4.033264121017376e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.514999999999724 y2[1] (analytic) 0.6352099111254231 y2[1] (numeric) 0.6352099111250441 absolute error 3.7903014060702844e-13 relative error 5.967006086782994e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6352099111254231 y1[1] (numeric) 0.6352099111251666 absolute error 2.565725409908737e-13 relative error 4.0391772309770064e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.515999999999724 y2[1] (analytic) 0.6342790038888473 y2[1] (numeric) 0.634279003888468 absolute error 3.7925218521195347e-13 relative error 5.979264375561998e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6342790038888473 y1[1] (numeric) 0.6342790038885906 absolute error 2.566835632933362e-13 relative error 4.0468557483311884e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5169999999997237 y2[1] (analytic) 0.6333484623732369 y2[1] (numeric) 0.6333484623728576 absolute error 3.79363207514416e-13 relative error 5.989802297662395e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6333484623732369 y1[1] (numeric) 0.6333484623729803 absolute error 2.566835632933362e-13 relative error 4.0528015546372426e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5179999999997236 y2[1] (analytic) 0.6324182875091338 y2[1] (numeric) 0.6324182875087542 absolute error 3.79585252119341e-13 relative error 6.002123272152512e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6324182875091338 y1[1] (numeric) 0.6324182875088771 absolute error 2.566835632933362e-13 relative error 4.05876250518181e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5189999999997235 y2[1] (analytic) 0.6314884802267123 y2[1] (numeric) 0.6314884802263326 absolute error 3.7969627442180354e-13 relative error 6.012718938047576e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6314884802267123 y1[1] (numeric) 0.6314884802264557 absolute error 2.566835632933362e-13 relative error 4.064738650516373e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5199999999997234 y2[1] (analytic) 0.63055904145578 y2[1] (numeric) 0.6305590414554002 absolute error 3.7980729672426605e-13 relative error 6.023342332026513e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.63055904145578 y1[1] (numeric) 0.6305590414555233 absolute error 2.566835632933362e-13 relative error 4.070730041404647e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5209999999997232 y2[1] (analytic) 0.6296299721257754 y2[1] (numeric) 0.6296299721253955 absolute error 3.7991831902672857e-13 relative error 6.0339935493229e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6296299721257754 y1[1] (numeric) 0.6296299721255187 absolute error 2.566835632933362e-13 relative error 4.0767367288236536e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.521999999999723 y2[1] (analytic) 0.628701273165768 y2[1] (numeric) 0.6287012731653878 absolute error 3.801403636316536e-13 relative error 6.046438584695263e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.628701273165768 y1[1] (numeric) 0.6287012731655112 absolute error 2.567945855957987e-13 relative error 4.084524663084154e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.522999999999723 y2[1] (analytic) 0.6277729455044563 y2[1] (numeric) 0.627772945504076 absolute error 3.802513859341161e-13 relative error 6.057148347298711e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6277729455044563 y1[1] (numeric) 0.6277729455041995 absolute error 2.567945855957987e-13 relative error 4.09056470870129e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.523999999999723 y2[1] (analytic) 0.626844990070168 y2[1] (numeric) 0.6268449900697878 absolute error 3.802513859341161e-13 relative error 6.066115099548796e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.626844990070168 y1[1] (numeric) 0.6268449900699113 absolute error 2.566835632933362e-13 relative error 4.0948490832574643e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.524999999999723 y2[1] (analytic) 0.6259174077908587 y2[1] (numeric) 0.6259174077904783 absolute error 3.8036240823657863e-13 relative error 6.076878570593635e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6259174077908587 y1[1] (numeric) 0.625917407790602 absolute error 2.566835632933362e-13 relative error 4.100917470873463e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5259999999997227 y2[1] (analytic) 0.6249901995941105 y2[1] (numeric) 0.6249901995937299 absolute error 3.8058445284150366e-13 relative error 6.089446731943444e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6249901995941105 y1[1] (numeric) 0.6249901995938537 absolute error 2.567945855957987e-13 relative error 4.108777797836985e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5269999999997226 y2[1] (analytic) 0.6240633664071313 y2[1] (numeric) 0.6240633664067506 absolute error 3.806954751439662e-13 relative error 6.100269550121375e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6240633664071313 y1[1] (numeric) 0.6240633664068745 absolute error 2.567945855957987e-13 relative error 4.114879985252476e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5279999999997225 y2[1] (analytic) 0.6231369091567545 y2[1] (numeric) 0.6231369091563737 absolute error 3.808064974464287e-13 relative error 6.111120876498012e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6231369091567545 y1[1] (numeric) 0.6231369091564977 absolute error 2.567945855957987e-13 relative error 4.1209978388746065e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5289999999997224 y2[1] (analytic) 0.622210828769437 y2[1] (numeric) 0.6222108287690561 absolute error 3.809175197488912e-13 relative error 6.122000809632998e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.622210828769437 y1[1] (numeric) 0.6222108287691802 absolute error 2.567945855957987e-13 relative error 4.127131411448885e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5299999999997222 y2[1] (analytic) 0.6212851261712593 y2[1] (numeric) 0.6212851261708783 absolute error 3.810285420513537e-13 relative error 6.13290944850854e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6212851261712593 y1[1] (numeric) 0.6212851261710025 absolute error 2.567945855957987e-13 relative error 4.1332807559441305e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.530999999999722 y2[1] (analytic) 0.6203598022879239 y2[1] (numeric) 0.6203598022875427 absolute error 3.8113956435381624e-13 relative error 6.143846892531573e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6203598022879239 y1[1] (numeric) 0.6203598022876671 absolute error 2.567945855957987e-13 relative error 4.139445925553606e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.531999999999722 y2[1] (analytic) 0.6194348580447545 y2[1] (numeric) 0.6194348580443733 absolute error 3.8125058665627876e-13 relative error 6.154813241535935e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6194348580447545 y1[1] (numeric) 0.6194348580444977 absolute error 2.567945855957987e-13 relative error 4.1456269736961616e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.532999999999722 y2[1] (analytic) 0.6185102943666954 y2[1] (numeric) 0.618510294366314 absolute error 3.8136160895874127e-13 relative error 6.165808595784566e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6185102943666954 y1[1] (numeric) 0.6185102943664386 absolute error 2.567945855957987e-13 relative error 4.151823954017381e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.533999999999722 y2[1] (analytic) 0.6175861121783102 y2[1] (numeric) 0.6175861121779286 absolute error 3.815836535636663e-13 relative error 6.178630737303481e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6175861121783102 y1[1] (numeric) 0.6175861121780533 absolute error 2.569056078982612e-13 relative error 4.1598346017225066e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5349999999997217 y2[1] (analytic) 0.6166623124037808 y2[1] (numeric) 0.6166623124033992 absolute error 3.815836535636663e-13 relative error 6.187886723225131e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6166623124037808 y1[1] (numeric) 0.616662312403524 absolute error 2.567945855957987e-13 relative error 4.1642659269187456e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5359999999997216 y2[1] (analytic) 0.6157388959669071 y2[1] (numeric) 0.6157388959665254 absolute error 3.816946758661288e-13 relative error 6.198969699108353e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6157388959669071 y1[1] (numeric) 0.6157388959666503 absolute error 2.567945855957987e-13 relative error 4.170511027934154e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5369999999997215 y2[1] (analytic) 0.6148158637911054 y2[1] (numeric) 0.6148158637907236 absolute error 3.8180569816859133e-13 relative error 6.2100820856229e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6148158637911054 y1[1] (numeric) 0.6148158637908486 absolute error 2.567945855957987e-13 relative error 4.176772278001096e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5379999999997214 y2[1] (analytic) 0.613893216799408 y2[1] (numeric) 0.613893216799026 absolute error 3.8202774277351637e-13 relative error 6.223032480555091e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.613893216799408 y1[1] (numeric) 0.6138932167991511 absolute error 2.569056078982612e-13 relative error 4.184858227260819e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5389999999997213 y2[1] (analytic) 0.6129709559144614 y2[1] (numeric) 0.6129709559140794 absolute error 3.8202774277351637e-13 relative error 6.232395500755626e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6129709559144614 y1[1] (numeric) 0.6129709559142046 absolute error 2.567945855957987e-13 relative error 4.189343444710189e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.539999999999721 y2[1] (analytic) 0.6120490820585267 y2[1] (numeric) 0.6120490820581446 absolute error 3.821387650759789e-13 relative error 6.243596735587247e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6120490820585267 y1[1] (numeric) 0.6120490820582699 absolute error 2.567945855957987e-13 relative error 4.195653471648258e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.540999999999721 y2[1] (analytic) 0.6111275961534777 y2[1] (numeric) 0.6111275961530954 absolute error 3.822497873784414e-13 relative error 6.25482779348167e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6111275961534777 y1[1] (numeric) 0.6111275961532209 absolute error 2.567945855957987e-13 relative error 4.201979868232095e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.541999999999721 y2[1] (analytic) 0.6102064991208 y2[1] (numeric) 0.6102064991204177 absolute error 3.823608096809039e-13 relative error 6.266088778664573e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6102064991208 y1[1] (numeric) 0.6102064991205433 absolute error 2.567945855957987e-13 relative error 4.208322690200685e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.542999999999721 y2[1] (analytic) 0.6092857918815908 y2[1] (numeric) 0.6092857918812083 absolute error 3.8247183198336643e-13 relative error 6.277379795813396e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6092857918815908 y1[1] (numeric) 0.609285791881334 absolute error 2.567945855957987e-13 relative error 4.214681993531607e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5439999999997207 y2[1] (analytic) 0.608365475356557 y2[1] (numeric) 0.6083654753561746 absolute error 3.8247183198336643e-13 relative error 6.286876022331862e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.608365475356557 y1[1] (numeric) 0.6083654753563004 absolute error 2.566835632933362e-13 relative error 4.219232906714446e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5449999999997206 y2[1] (analytic) 0.6074455504660154 y2[1] (numeric) 0.6074455504656328 absolute error 3.8269387658829146e-13 relative error 6.300052346991418e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6074455504660154 y1[1] (numeric) 0.6074455504657587 absolute error 2.567945855957987e-13 relative error 4.227450269391108e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5459999999997205 y2[1] (analytic) 0.6065260181298906 y2[1] (numeric) 0.6065260181295078 absolute error 3.82804898890754e-13 relative error 6.311434092655434e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6065260181298906 y1[1] (numeric) 0.6065260181296338 absolute error 2.567945855957987e-13 relative error 4.233859355078892e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5469999999997204 y2[1] (analytic) 0.6056068792677148 y2[1] (numeric) 0.6056068792673319 absolute error 3.829159211932165e-13 relative error 6.322846293559761e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6056068792677148 y1[1] (numeric) 0.605606879267458 absolute error 2.567945855957987e-13 relative error 4.2402851484499067e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5479999999997203 y2[1] (analytic) 0.6046881347986269 y2[1] (numeric) 0.6046881347982439 absolute error 3.83026943495679e-13 relative error 6.334289056676042e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6046881347986269 y1[1] (numeric) 0.6046881347983701 absolute error 2.567945855957987e-13 relative error 4.246727706693242e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.54899999999972 y2[1] (analytic) 0.6037697856413713 y2[1] (numeric) 0.6037697856409882 absolute error 3.831379657981415e-13 relative error 6.34576248944194e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6037697856413713 y1[1] (numeric) 0.6037697856411145 absolute error 2.567945855957987e-13 relative error 4.253187087244048e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.54999999999972 y2[1] (analytic) 0.602851832714297 y2[1] (numeric) 0.6028518327139137 absolute error 3.8324898810060404e-13 relative error 6.357266699763573e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.602851832714297 y1[1] (numeric) 0.6028518327140402 absolute error 2.567945855957987e-13 relative error 4.2596633477848044e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.55099999999972 y2[1] (analytic) 0.6019342769353568 y2[1] (numeric) 0.6019342769349735 absolute error 3.8336001040306655e-13 relative error 6.368801796017948e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6019342769353568 y1[1] (numeric) 0.6019342769351 absolute error 2.567945855957987e-13 relative error 4.2661565462466014e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.55199999999972 y2[1] (analytic) 0.6010171192221067 y2[1] (numeric) 0.6010171192217232 absolute error 3.8347103270552907e-13 relative error 6.380367887055425e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6010171192221067 y1[1] (numeric) 0.6010171192218499 absolute error 2.567945855957987e-13 relative error 4.272666740810422e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5529999999997197 y2[1] (analytic) 0.6001003604917039 y2[1] (numeric) 0.6001003604913204 absolute error 3.8347103270552907e-13 relative error 6.39011501994974e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.6001003604917039 y1[1] (numeric) 0.6001003604914472 absolute error 2.566835632933362e-13 relative error 4.277343927655993e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5539999999997196 y2[1] (analytic) 0.5991840016609075 y2[1] (numeric) 0.5991840016605238 absolute error 3.836930773104541e-13 relative error 6.403593491262726e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5991840016609075 y1[1] (numeric) 0.5991840016606507 absolute error 2.567945855957987e-13 relative error 4.2857383522253136e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5549999999997195 y2[1] (analytic) 0.5982680436460759 y2[1] (numeric) 0.5982680436456921 absolute error 3.838040996129166e-13 relative error 6.41525322452235e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5982680436460759 y1[1] (numeric) 0.5982680436458191 absolute error 2.567945855957987e-13 relative error 4.292299886699507e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5559999999997194 y2[1] (analytic) 0.5973524873631672 y2[1] (numeric) 0.5973524873627832 absolute error 3.8391512191537913e-13 relative error 6.426944392749696e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5973524873631672 y1[1] (numeric) 0.5973524873629104 absolute error 2.567945855957987e-13 relative error 4.2988786525245946e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5569999999997193 y2[1] (analytic) 0.5964373337277376 y2[1] (numeric) 0.5964373337273535 absolute error 3.8402614421784165e-13 relative error 6.438667107199268e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5964373337277376 y1[1] (numeric) 0.5964373337274808 absolute error 2.567945855957987e-13 relative error 4.305474709150595e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.557999999999719 y2[1] (analytic) 0.5955225836549406 y2[1] (numeric) 0.5955225836545565 absolute error 3.8413716652030416e-13 relative error 6.45042147961398e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5955225836549406 y1[1] (numeric) 0.5955225836546838 absolute error 2.567945855957987e-13 relative error 4.3120881162852986e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.558999999999719 y2[1] (analytic) 0.5946082380595262 y2[1] (numeric) 0.594608238059142 absolute error 3.842481888227667e-13 relative error 6.462207622227722e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5946082380595262 y1[1] (numeric) 0.5946082380592694 absolute error 2.567945855957987e-13 relative error 4.3187189338956146e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.559999999999719 y2[1] (analytic) 0.5936942978558402 y2[1] (numeric) 0.5936942978554557 absolute error 3.844702334276917e-13 relative error 6.475895672507337e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5936942978558402 y1[1] (numeric) 0.5936942978555833 absolute error 2.569056078982612e-13 relative error 4.3272372469483045e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.560999999999719 y2[1] (analytic) 0.5927807639578222 y2[1] (numeric) 0.5927807639574377 absolute error 3.844702334276917e-13 relative error 6.485875669458257e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5927807639578222 y1[1] (numeric) 0.5927807639575654 absolute error 2.567945855957987e-13 relative error 4.332033041714395e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5619999999997187 y2[1] (analytic) 0.5918676372790064 y2[1] (numeric) 0.5918676372786218 absolute error 3.8458125573015423e-13 relative error 6.497757801021019e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5918676372790064 y1[1] (numeric) 0.5918676372787497 absolute error 2.566835632933362e-13 relative error 4.336840657032504e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5629999999997186 y2[1] (analytic) 0.5909549187325194 y2[1] (numeric) 0.5909549187321346 absolute error 3.8480330033507926e-13 relative error 6.511550849943101e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5909549187325194 y1[1] (numeric) 0.5909549187322627 absolute error 2.566835632933362e-13 relative error 4.343538824312882e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5639999999997185 y2[1] (analytic) 0.5900426092310794 y2[1] (numeric) 0.5900426092306946 absolute error 3.8480330033507926e-13 relative error 6.521618851162968e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5900426092310794 y1[1] (numeric) 0.5900426092308229 absolute error 2.565725409908737e-13 relative error 4.348373100126261e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5649999999997184 y2[1] (analytic) 0.5891307096869962 y2[1] (numeric) 0.5891307096866112 absolute error 3.850253449400043e-13 relative error 6.535482510232192e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5891307096869962 y1[1] (numeric) 0.5891307096867396 absolute error 2.565725409908737e-13 relative error 4.3551038296270465e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5659999999997183 y2[1] (analytic) 0.588219221012169 y2[1] (numeric) 0.5882192210117839 absolute error 3.850253449400043e-13 relative error 6.545609718048281e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.588219221012169 y1[1] (numeric) 0.5882192210119125 absolute error 2.5646151868841116e-13 relative error 4.359964950603094e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.566999999999718 y2[1] (analytic) 0.5873081441180864 y2[1] (numeric) 0.5873081441177013 absolute error 3.851363672424668e-13 relative error 6.557654122450409e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5873081441180864 y1[1] (numeric) 0.5873081441178299 absolute error 2.5646151868841116e-13 relative error 4.3667284585933825e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.567999999999718 y2[1] (analytic) 0.5863974799158254 y2[1] (numeric) 0.5863974799154401 absolute error 3.852473895449293e-13 relative error 6.569731329681529e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5863974799158254 y1[1] (numeric) 0.5863974799155689 absolute error 2.5646151868841116e-13 relative error 4.373509905349952e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.568999999999718 y2[1] (analytic) 0.5854872293160499 y2[1] (numeric) 0.5854872293156645 absolute error 3.8535841184739184e-13 relative error 6.581841457029847e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5854872293160499 y1[1] (numeric) 0.5854872293157934 absolute error 2.5646151868841116e-13 relative error 4.3803093534252223e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.569999999999718 y2[1] (analytic) 0.5845773932290106 y2[1] (numeric) 0.5845773932286251 absolute error 3.8546943414985435e-13 relative error 6.593984622303811e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5845773932290106 y1[1] (numeric) 0.5845773932287541 absolute error 2.5646151868841116e-13 relative error 4.3871268656456804e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5709999999997177 y2[1] (analytic) 0.5836679725645435 y2[1] (numeric) 0.5836679725641579 absolute error 3.8558045645231687e-13 relative error 6.606160943834868e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5836679725645435 y1[1] (numeric) 0.583667972564287 absolute error 2.5646151868841116e-13 relative error 4.393962505113316e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5719999999997176 y2[1] (analytic) 0.5827589682320691 y2[1] (numeric) 0.5827589682316834 absolute error 3.856914787547794e-13 relative error 6.618370540480253e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5827589682320691 y1[1] (numeric) 0.5827589682318126 absolute error 2.5646151868841116e-13 relative error 4.400816335207077e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5729999999997175 y2[1] (analytic) 0.5818503811405917 y2[1] (numeric) 0.5818503811402059 absolute error 3.858025010572419e-13 relative error 6.63061353162577e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5818503811405917 y1[1] (numeric) 0.5818503811403353 absolute error 2.5646151868841116e-13 relative error 4.4076884195843245e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5739999999997174 y2[1] (analytic) 0.5809422121986982 y2[1] (numeric) 0.5809422121983124 absolute error 3.858025010572419e-13 relative error 6.640978964105415e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5809422121986982 y1[1] (numeric) 0.5809422121984419 absolute error 2.5635049638594865e-13 relative error 4.4126677490991084e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5749999999997173 y2[1] (analytic) 0.5800344623145578 y2[1] (numeric) 0.5800344623141718 absolute error 3.8602454566216693e-13 relative error 6.655200177620177e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5800344623145578 y1[1] (numeric) 0.5800344623143014 absolute error 2.5635049638594865e-13 relative error 4.419573543320388e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.575999999999717 y2[1] (analytic) 0.57912713239592 y2[1] (numeric) 0.5791271323955338 absolute error 3.8613556796462944e-13 relative error 6.66754407390894e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.57912713239592 y1[1] (numeric) 0.5791271323956636 absolute error 2.5635049638594865e-13 relative error 4.4264977764967636e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.576999999999717 y2[1] (analytic) 0.5782202233501147 y2[1] (numeric) 0.5782202233497284 absolute error 3.8624659026709196e-13 relative error 6.679921847583287e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5782202233501147 y1[1] (numeric) 0.5782202233498583 absolute error 2.5635049638594865e-13 relative error 4.433440513385976e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.577999999999717 y2[1] (analytic) 0.5773137360840509 y2[1] (numeric) 0.5773137360836645 absolute error 3.863576125695545e-13 relative error 6.692333620714418e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5773137360840509 y1[1] (numeric) 0.5773137360837945 absolute error 2.5635049638594865e-13 relative error 4.440401819031492e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.578999999999717 y2[1] (analytic) 0.5764076715042159 y2[1] (numeric) 0.5764076715038293 absolute error 3.865796571744795e-13 relative error 6.706705623220561e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5764076715042159 y1[1] (numeric) 0.5764076715039594 absolute error 2.5646151868841116e-13 relative error 4.4493078660653354e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5799999999997167 y2[1] (analytic) 0.5755020305166739 y2[1] (numeric) 0.5755020305162873 absolute error 3.865796571744795e-13 relative error 6.717259656363266e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5755020305166739 y1[1] (numeric) 0.5755020305164176 absolute error 2.5635049638594865e-13 relative error 4.454380398202982e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5809999999997166 y2[1] (analytic) 0.5745968140270661 y2[1] (numeric) 0.5745968140266795 absolute error 3.865796571744795e-13 relative error 6.72784198828276e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5745968140270661 y1[1] (numeric) 0.5745968140268098 absolute error 2.5623947408348613e-13 relative error 4.459465625777314e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5819999999997165 y2[1] (analytic) 0.5736920229406088 y2[1] (numeric) 0.5736920229402221 absolute error 3.86690679476942e-13 relative error 6.740387943601823e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5736920229406088 y1[1] (numeric) 0.5736920229403526 absolute error 2.5623947408348613e-13 relative error 4.4664988153410876e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5829999999997164 y2[1] (analytic) 0.5727876581620932 y2[1] (numeric) 0.5727876581617063 absolute error 3.8691272408186705e-13 relative error 6.754906789077055e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5727876581620932 y1[1] (numeric) 0.5727876581618369 absolute error 2.5635049638594865e-13 relative error 4.475489175316763e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5839999999997163 y2[1] (analytic) 0.5718837205958837 y2[1] (numeric) 0.5718837205954967 absolute error 3.8691272408186705e-13 relative error 6.765583809217667e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5718837205958837 y1[1] (numeric) 0.5718837205956274 absolute error 2.5623947408348613e-13 relative error 4.480621931613881e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.584999999999716 y2[1] (analytic) 0.5709802111459179 y2[1] (numeric) 0.5709802111455309 absolute error 3.8702374638432957e-13 relative error 6.778233970799086e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5709802111459179 y1[1] (numeric) 0.5709802111456617 absolute error 2.5623947408348613e-13 relative error 4.4877119921412196e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.585999999999716 y2[1] (analytic) 0.5700771307157052 y2[1] (numeric) 0.5700771307153181 absolute error 3.871347686867921e-13 relative error 6.790919120027889e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5700771307157052 y1[1] (numeric) 0.5700771307154491 absolute error 2.561284517810236e-13 relative error 4.492873647807382e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.586999999999716 y2[1] (analytic) 0.5691744802083261 y2[1] (numeric) 0.5691744802079388 absolute error 3.872457909892546e-13 relative error 6.803639383963896e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5691744802083261 y1[1] (numeric) 0.5691744802080699 absolute error 2.561284517810236e-13 relative error 4.499998870070157e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.587999999999716 y2[1] (analytic) 0.5682722605264308 y2[1] (numeric) 0.5682722605260434 absolute error 3.873568132917171e-13 relative error 6.816394890239428e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5682722605264308 y1[1] (numeric) 0.5682722605261746 absolute error 2.561284517810236e-13 relative error 4.5071433109149783e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5889999999997158 y2[1] (analytic) 0.5673704725722388 y2[1] (numeric) 0.5673704725718515 absolute error 3.873568132917171e-13 relative error 6.827228980309651e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5673704725722388 y1[1] (numeric) 0.5673704725719828 absolute error 2.560174294785611e-13 relative error 4.5123502518183024e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5899999999997156 y2[1] (analytic) 0.5664691172475385 y2[1] (numeric) 0.5664691172471509 absolute error 3.8757885789664215e-13 relative error 6.842012143219381e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5664691172475385 y1[1] (numeric) 0.5664691172472824 absolute error 2.560174294785611e-13 relative error 4.5195302212156665e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5909999999997155 y2[1] (analytic) 0.5655681954536846 y2[1] (numeric) 0.565568195453297 absolute error 3.8768988019910466e-13 relative error 6.854874148078811e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5655681954536846 y1[1] (numeric) 0.5655681954534286 absolute error 2.560174294785611e-13 relative error 4.526729606377359e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5919999999997154 y2[1] (analytic) 0.5646677080915992 y2[1] (numeric) 0.5646677080912114 absolute error 3.878009025015672e-13 relative error 6.867771911594048e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5646677080915992 y1[1] (numeric) 0.5646677080913431 absolute error 2.560174294785611e-13 relative error 4.533948476420233e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5929999999997153 y2[1] (analytic) 0.5637676560617693 y2[1] (numeric) 0.5637676560613815 absolute error 3.878009025015672e-13 relative error 6.878736272502262e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5637676560617693 y1[1] (numeric) 0.5637676560615134 absolute error 2.559064071760986e-13 relative error 4.5392176089658495e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.593999999999715 y2[1] (analytic) 0.562868040264247 y2[1] (numeric) 0.5628680402638591 absolute error 3.879119248040297e-13 relative error 6.891702798082452e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.562868040264247 y1[1] (numeric) 0.5628680402639911 absolute error 2.559064071760986e-13 relative error 4.5464725098969806e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.594999999999715 y2[1] (analytic) 0.561968861598648 y2[1] (numeric) 0.56196886159826 absolute error 3.880229471064922e-13 relative error 6.904705467179674e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.561968861598648 y1[1] (numeric) 0.5619688615983921 absolute error 2.559064071760986e-13 relative error 4.5537470963802996e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.595999999999715 y2[1] (analytic) 0.561070120964151 y2[1] (numeric) 0.5610701209637629 absolute error 3.8813396940895473e-13 relative error 6.917744412088452e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.561070120964151 y1[1] (numeric) 0.5610701209638951 absolute error 2.559064071760986e-13 relative error 4.56104143874825e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.596999999999715 y2[1] (analytic) 0.5601718192594964 y2[1] (numeric) 0.5601718192591082 absolute error 3.8824499171141724e-13 relative error 6.930819765704153e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5601718192594964 y1[1] (numeric) 0.5601718192592405 absolute error 2.559064071760986e-13 relative error 4.568355607648863e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5979999999997148 y2[1] (analytic) 0.5592739573829859 y2[1] (numeric) 0.5592739573825976 absolute error 3.8835601401387976e-13 relative error 6.943931661526249e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5592739573829859 y1[1] (numeric) 0.55927395738273 absolute error 2.559064071760986e-13 relative error 4.575689674047456e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5989999999997146 y2[1] (analytic) 0.5583765362324813 y2[1] (numeric) 0.5583765362320928 absolute error 3.8846703631634227e-13 relative error 6.957080233661595e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5583765362324813 y1[1] (numeric) 0.5583765362322254 absolute error 2.559064071760986e-13 relative error 4.583043709228344e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.5999999999997145 y2[1] (analytic) 0.5574795567054036 y2[1] (numeric) 0.557479556705015 absolute error 3.885780586188048e-13 relative error 6.970265616827745e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5574795567054036 y1[1] (numeric) 0.5574795567051477 absolute error 2.559064071760986e-13 relative error 4.590417784796558e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6009999999997144 y2[1] (analytic) 0.5565830196987324 y2[1] (numeric) 0.5565830196983437 absolute error 3.886890809212673e-13 relative error 6.983487946356273e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5565830196987324 y1[1] (numeric) 0.5565830196984765 absolute error 2.559064071760986e-13 relative error 4.5978119726795795e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6019999999997143 y2[1] (analytic) 0.5556869261090045 y2[1] (numeric) 0.5556869261086157 absolute error 3.888001032237298e-13 relative error 6.996747358196118e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5556869261090045 y1[1] (numeric) 0.5556869261087486 absolute error 2.559064071760986e-13 relative error 4.605226345129083e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.602999999999714 y2[1] (analytic) 0.5547912768323134 y2[1] (numeric) 0.5547912768319245 absolute error 3.8891112552619234e-13 relative error 7.010043988916959e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5547912768323134 y1[1] (numeric) 0.5547912768320576 absolute error 2.5579538487363607e-13 relative error 4.610659820286804e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.603999999999714 y2[1] (analytic) 0.5538960727643085 y2[1] (numeric) 0.5538960727639195 absolute error 3.8902214782865485e-13 relative error 7.0233779757126e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5538960727643085 y1[1] (numeric) 0.5538960727640527 absolute error 2.5579538487363607e-13 relative error 4.618111545674039e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.604999999999714 y2[1] (analytic) 0.5530013148001935 y2[1] (numeric) 0.5530013147998045 absolute error 3.8902214782865485e-13 relative error 7.034741824605129e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5530013148001935 y1[1] (numeric) 0.5530013147999379 absolute error 2.5568436257117355e-13 relative error 4.623576033694524e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.605999999999714 y2[1] (analytic) 0.5521070038347267 y2[1] (numeric) 0.5521070038343375 absolute error 3.8913317013111737e-13 relative error 7.048147685654146e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5521070038347267 y1[1] (numeric) 0.552107003834471 absolute error 2.5568436257117355e-13 relative error 4.631065369489729e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6069999999997138 y2[1] (analytic) 0.5512131407622185 y2[1] (numeric) 0.5512131407618294 absolute error 3.8913317013111737e-13 relative error 7.059577164525202e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5512131407622185 y1[1] (numeric) 0.5512131407619629 absolute error 2.5557334026871104e-13 relative error 4.636561093505568e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6079999999997137 y2[1] (analytic) 0.5503197264765323 y2[1] (numeric) 0.550319726476143 absolute error 3.892441924335799e-13 relative error 7.073055420450728e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5503197264765323 y1[1] (numeric) 0.5503197264762767 absolute error 2.5557334026871104e-13 relative error 4.6440882994516764e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6089999999997135 y2[1] (analytic) 0.5494267618710821 y2[1] (numeric) 0.5494267618706927 absolute error 3.893552147360424e-13 relative error 7.086571709941588e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5494267618710821 y1[1] (numeric) 0.5494267618708265 absolute error 2.5557334026871104e-13 relative error 4.6516361780112734e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6099999999997134 y2[1] (analytic) 0.5485342478388324 y2[1] (numeric) 0.548534247838443 absolute error 3.894662370385049e-13 relative error 7.100126173943763e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5485342478388324 y1[1] (numeric) 0.548534247838577 absolute error 2.554623179662485e-13 relative error 4.657180822760718e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6109999999997133 y2[1] (analytic) 0.5476421852722974 y2[1] (numeric) 0.5476421852719078 absolute error 3.8957725934096743e-13 relative error 7.113718954051407e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5476421852722974 y1[1] (numeric) 0.5476421852720419 absolute error 2.554623179662485e-13 relative error 4.6647669744292644e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.611999999999713 y2[1] (analytic) 0.5467505750635393 y2[1] (numeric) 0.5467505750631496 absolute error 3.8968828164342995e-13 relative error 7.12735019251042e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5467505750635393 y1[1] (numeric) 0.5467505750632838 absolute error 2.554623179662485e-13 relative error 4.672374015090164e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.612999999999713 y2[1] (analytic) 0.5458594181041684 y2[1] (numeric) 0.5458594181037786 absolute error 3.8979930394589246e-13 relative error 7.141020032222026e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5458594181041684 y1[1] (numeric) 0.5458594181039129 absolute error 2.554623179662485e-13 relative error 4.680002020547673e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.613999999999713 y2[1] (analytic) 0.5449687152853415 y2[1] (numeric) 0.5449687152849516 absolute error 3.89910326248355e-13 relative error 7.154728616746392e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5449687152853415 y1[1] (numeric) 0.5449687152850861 absolute error 2.554623179662485e-13 relative error 4.687651066951437e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.614999999999713 y2[1] (analytic) 0.5440784674977615 y2[1] (numeric) 0.5440784674973714 absolute error 3.900213485508175e-13 relative error 7.168476090306261e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5440784674977615 y1[1] (numeric) 0.544078467497506 absolute error 2.554623179662485e-13 relative error 4.695321230798379e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6159999999997128 y2[1] (analytic) 0.5431886756316759 y2[1] (numeric) 0.5431886756312858 absolute error 3.9013237085328e-13 relative error 7.182262597790607e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5431886756316759 y1[1] (numeric) 0.5431886756314205 absolute error 2.554623179662485e-13 relative error 4.703012588934601e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6169999999997127 y2[1] (analytic) 0.5422993405768767 y2[1] (numeric) 0.5422993405764864 absolute error 3.902433931557425e-13 relative error 7.196088284758321e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5422993405768767 y1[1] (numeric) 0.5422993405766213 absolute error 2.55351295663786e-13 relative error 4.70867796726718e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6179999999997126 y2[1] (analytic) 0.5414104632226987 y2[1] (numeric) 0.5414104632223083 absolute error 3.9035441545820504e-13 relative error 7.209953297441914e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5414104632226987 y1[1] (numeric) 0.5414104632224433 absolute error 2.55351295663786e-13 relative error 4.71640858478851e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6189999999997124 y2[1] (analytic) 0.5405220444580193 y2[1] (numeric) 0.5405220444576289 absolute error 3.9046543776066756e-13 relative error 7.223857782751242e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5405220444580193 y1[1] (numeric) 0.540522044457764 absolute error 2.55351295663786e-13 relative error 4.7241606199396804e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6199999999997123 y2[1] (analytic) 0.5396340851712571 y2[1] (numeric) 0.5396340851708666 absolute error 3.9046543776066756e-13 relative error 7.235744525602942e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5396340851712571 y1[1] (numeric) 0.5396340851710019 absolute error 2.552402733613235e-13 relative error 4.7298767882744286e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6209999999997122 y2[1] (analytic) 0.5387465862503715 y2[1] (numeric) 0.5387465862499808 absolute error 3.906874823655926e-13 relative error 7.251785762295828e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5387465862503715 y1[1] (numeric) 0.5387465862501162 absolute error 2.55351295663786e-13 relative error 4.7397292564025024e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.621999999999712 y2[1] (analytic) 0.5378595485828611 y2[1] (numeric) 0.5378595485824704 absolute error 3.906874823655926e-13 relative error 7.263745403330036e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5378595485828611 y1[1] (numeric) 0.5378595485826059 absolute error 2.552402733613235e-13 relative error 4.745481864806978e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.622999999999712 y2[1] (analytic) 0.5369729730557636 y2[1] (numeric) 0.5369729730553728 absolute error 3.907985046680551e-13 relative error 7.277805853879938e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5369729730557636 y1[1] (numeric) 0.5369729730555084 absolute error 2.552402733613235e-13 relative error 4.753316948315335e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.623999999999712 y2[1] (analytic) 0.5360868605556546 y2[1] (numeric) 0.5360868605552637 absolute error 3.909095269705176e-13 relative error 7.291906512413669e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5360868605556546 y1[1] (numeric) 0.5360868605553993 absolute error 2.552402733613235e-13 relative error 4.761173834717133e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.624999999999712 y2[1] (analytic) 0.5352012119686462 y2[1] (numeric) 0.5352012119682552 absolute error 3.9102054927298013e-13 relative error 7.30604752995005e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5352012119686462 y1[1] (numeric) 0.5352012119683911 absolute error 2.5512925105886097e-13 relative error 4.7669782009725206e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6259999999997117 y2[1] (analytic) 0.5343160281803871 y2[1] (numeric) 0.5343160281799961 absolute error 3.9102054927298013e-13 relative error 7.318151218570035e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5343160281803871 y1[1] (numeric) 0.5343160281801321 absolute error 2.5501822875639846e-13 relative error 4.7727976573127113e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6269999999997116 y2[1] (analytic) 0.5334313100760613 y2[1] (numeric) 0.53343131007567 absolute error 3.9124259387790516e-13 relative error 7.334451249629842e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5334313100760613 y1[1] (numeric) 0.5334313100758061 absolute error 2.5512925105886097e-13 relative error 4.78279482736929e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6279999999997115 y2[1] (analytic) 0.5325470585403862 y2[1] (numeric) 0.532547058539995 absolute error 3.9124259387790516e-13 relative error 7.346629515713209e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5325470585403862 y1[1] (numeric) 0.5325470585401312 absolute error 2.5501822875639846e-13 relative error 4.788651531666641e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6289999999997113 y2[1] (analytic) 0.5316632744576137 y2[1] (numeric) 0.5316632744572224 absolute error 3.913536161803677e-13 relative error 7.360930028120043e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5316632744576137 y1[1] (numeric) 0.5316632744573587 absolute error 2.5501822875639846e-13 relative error 4.7966117091040394e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6299999999997112 y2[1] (analytic) 0.5307799587115278 y2[1] (numeric) 0.5307799587111364 absolute error 3.914646384828302e-13 relative error 7.375271655567279e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5307799587115278 y1[1] (numeric) 0.5307799587112728 absolute error 2.5501822875639846e-13 relative error 4.8045941556545774e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.630999999999711 y2[1] (analytic) 0.5298971121854441 y2[1] (numeric) 0.5298971121850525 absolute error 3.915756607852927e-13 relative error 7.38965455332121e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5298971121854441 y1[1] (numeric) 0.5298971121851891 absolute error 2.5501822875639846e-13 relative error 4.812598953495554e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.631999999999711 y2[1] (analytic) 0.5290147357622089 y2[1] (numeric) 0.5290147357618173 absolute error 3.915756607852927e-13 relative error 7.401980215562563e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5290147357622089 y1[1] (numeric) 0.529014735761954 absolute error 2.5490720645393594e-13 relative error 4.818527523371603e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.632999999999711 y2[1] (analytic) 0.5281328303241988 y2[1] (numeric) 0.5281328303238071 absolute error 3.9168668308775523e-13 relative error 7.416442618182154e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5281328303241988 y1[1] (numeric) 0.5281328303239439 absolute error 2.5490720645393594e-13 relative error 4.826573767388386e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.633999999999711 y2[1] (analytic) 0.527251396753319 y2[1] (numeric) 0.5272513967529272 absolute error 3.9179770539021774e-13 relative error 7.430946751451188e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.527251396753319 y1[1] (numeric) 0.5272513967530641 absolute error 2.5490720645393594e-13 relative error 4.834642601680909e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6349999999997107 y2[1] (analytic) 0.5263704359310031 y2[1] (numeric) 0.5263704359306112 absolute error 3.9190872769268026e-13 relative error 7.445492773535098e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5263704359310031 y1[1] (numeric) 0.5263704359307482 absolute error 2.5490720645393594e-13 relative error 4.842734109925378e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6359999999997106 y2[1] (analytic) 0.5254899487382116 y2[1] (numeric) 0.5254899487378197 absolute error 3.9190872769268026e-13 relative error 7.457968104503578e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5254899487382116 y1[1] (numeric) 0.5254899487379568 absolute error 2.5479618415147343e-13 relative error 4.848735637347227e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6369999999997105 y2[1] (analytic) 0.5246099360554322 y2[1] (numeric) 0.52460993605504 absolute error 3.921307722976053e-13 relative error 7.474711120533778e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5246099360554322 y1[1] (numeric) 0.5246099360551773 absolute error 2.5490720645393594e-13 relative error 4.8589854849222976e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6379999999997104 y2[1] (analytic) 0.5237303987626768 y2[1] (numeric) 0.5237303987622847 absolute error 3.921307722976053e-13 relative error 7.487263928617125e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5237303987626768 y1[1] (numeric) 0.523730398762422 absolute error 2.5479618415147343e-13 relative error 4.865025684081626e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6389999999997102 y2[1] (analytic) 0.522851337739483 y2[1] (numeric) 0.5228513377390909 absolute error 3.921307722976053e-13 relative error 7.49985213756858e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.522851337739483 y1[1] (numeric) 0.5228513377392283 absolute error 2.546851618490109e-13 relative error 4.871081767718664e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.63999999999971 y2[1] (analytic) 0.5219727538649118 y2[1] (numeric) 0.5219727538645196 absolute error 3.922417946000678e-13 relative error 7.514602854186163e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5219727538649118 y1[1] (numeric) 0.5219727538646571 absolute error 2.546851618490109e-13 relative error 4.8792807663467474e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.64099999999971 y2[1] (analytic) 0.5210946480175469 y2[1] (numeric) 0.5210946480171545 absolute error 3.923528169025303e-13 relative error 7.529396404188718e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5210946480175469 y1[1] (numeric) 0.5210946480172922 absolute error 2.546851618490109e-13 relative error 4.887502929034782e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.64199999999971 y2[1] (analytic) 0.5202170210754941 y2[1] (numeric) 0.5202170210751016 absolute error 3.9246383920499284e-13 relative error 7.544232950963716e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5202170210754941 y1[1] (numeric) 0.5202170210752394 absolute error 2.546851618490109e-13 relative error 4.8957483421529747e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.64299999999971 y2[1] (analytic) 0.5193398739163801 y2[1] (numeric) 0.5193398739159876 absolute error 3.9257486150745535e-13 relative error 7.559112658672239e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5193398739163801 y1[1] (numeric) 0.5193398739161255 absolute error 2.546851618490109e-13 relative error 4.904017092475711e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6439999999997097 y2[1] (analytic) 0.5184632074173523 y2[1] (numeric) 0.5184632074169596 absolute error 3.9268588380991787e-13 relative error 7.574035692253351e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5184632074173523 y1[1] (numeric) 0.5184632074170976 absolute error 2.546851618490109e-13 relative error 4.912309267183825e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6449999999997096 y2[1] (analytic) 0.5175870224550767 y2[1] (numeric) 0.5175870224546841 absolute error 3.9257486150745535e-13 relative error 7.584712221827941e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5175870224550767 y1[1] (numeric) 0.5175870224548222 absolute error 2.544631172440859e-13 relative error 4.9163349582663014e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6459999999997095 y2[1] (analytic) 0.5167113199057387 y2[1] (numeric) 0.5167113199053459 absolute error 3.927969061123804e-13 relative error 7.601863767645665e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5167113199057387 y1[1] (numeric) 0.5167113199054842 absolute error 2.544631172440859e-13 relative error 4.924666974404711e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6469999999997094 y2[1] (analytic) 0.5158361006450405 y2[1] (numeric) 0.5158361006446476 absolute error 3.929079284148429e-13 relative error 7.616914130738835e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5158361006450405 y1[1] (numeric) 0.515836100644786 absolute error 2.544631172440859e-13 relative error 4.9330226582801384e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6479999999997093 y2[1] (analytic) 0.5149613655482012 y2[1] (numeric) 0.5149613655478082 absolute error 3.929079284148429e-13 relative error 7.629852542366426e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5149613655482012 y1[1] (numeric) 0.5149613655479468 absolute error 2.5435209494162336e-13 relative error 4.93924616404676e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.648999999999709 y2[1] (analytic) 0.5140871154899559 y2[1] (numeric) 0.5140871154895629 absolute error 3.930189507173054e-13 relative error 7.644987374226152e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5140871154899559 y1[1] (numeric) 0.5140871154897017 absolute error 2.5424107263916085e-13 relative error 4.945486182762115e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.649999999999709 y2[1] (analytic) 0.5132133513445547 y2[1] (numeric) 0.5132133513441616 absolute error 3.9312997301976793e-13 relative error 7.660166517293765e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5132133513445547 y1[1] (numeric) 0.5132133513443005 absolute error 2.5424107263916085e-13 relative error 4.953906050438498e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.650999999999709 y2[1] (analytic) 0.5123400739857615 y2[1] (numeric) 0.5123400739853684 absolute error 3.9312997301976793e-13 relative error 7.673223176969238e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5123400739857615 y1[1] (numeric) 0.5123400739855074 absolute error 2.5413005033669833e-13 relative error 4.9601829573800015e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.651999999999709 y2[1] (analytic) 0.5114672842868537 y2[1] (numeric) 0.5114672842864606 absolute error 3.9312997301976793e-13 relative error 7.686317093925466e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5114672842868537 y1[1] (numeric) 0.5114672842865997 absolute error 2.540190280342358e-13 relative error 4.966476563372342e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6529999999997087 y2[1] (analytic) 0.5105949831206211 y2[1] (numeric) 0.5105949831202278 absolute error 3.9335201762469296e-13 relative error 7.703797150936144e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5105949831206211 y1[1] (numeric) 0.510594983120367 absolute error 2.5413005033669833e-13 relative error 4.977135669910481e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6539999999997086 y2[1] (analytic) 0.5097231713593644 y2[1] (numeric) 0.509723171358971 absolute error 3.9335201762469296e-13 relative error 7.716973442185787e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5097231713593644 y1[1] (numeric) 0.5097231713591104 absolute error 2.540190280342358e-13 relative error 4.983470289506373e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6549999999997085 y2[1] (analytic) 0.5088518498748955 y2[1] (numeric) 0.508851849874502 absolute error 3.934630399271555e-13 relative error 7.732369254899848e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5088518498748955 y1[1] (numeric) 0.5088518498746416 absolute error 2.539080057317733e-13 relative error 4.989821807549647e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6559999999997084 y2[1] (analytic) 0.5079810195385359 y2[1] (numeric) 0.5079810195381423 absolute error 3.93574062229618e-13 relative error 7.747810392347958e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5079810195385359 y1[1] (numeric) 0.507981019538282 absolute error 2.539080057317733e-13 relative error 4.998375844090206e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6569999999997083 y2[1] (analytic) 0.5071106812211157 y2[1] (numeric) 0.507110681220722 absolute error 3.936850845320805e-13 relative error 7.763297029833648e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5071106812211157 y1[1] (numeric) 0.5071106812208619 absolute error 2.537969834293108e-13 relative error 5.004765090298849e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.657999999999708 y2[1] (analytic) 0.5062408357929731 y2[1] (numeric) 0.5062408357925794 absolute error 3.936850845320805e-13 relative error 7.776636270667778e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5062408357929731 y1[1] (numeric) 0.5062408357927194 absolute error 2.5368596112684827e-13 relative error 5.011171426530139e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.658999999999708 y2[1] (analytic) 0.5053714841239536 y2[1] (numeric) 0.5053714841235598 absolute error 3.93796106834543e-13 relative error 7.792210664936444e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5053714841239536 y1[1] (numeric) 0.5053714841237 absolute error 2.5357493882438575e-13 relative error 5.0175949136495175e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.659999999999708 y2[1] (analytic) 0.5045026270834089 y2[1] (numeric) 0.504502627083015 absolute error 3.9390712913700554e-13 relative error 7.807831079378726e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5045026270834089 y1[1] (numeric) 0.5045026270831553 absolute error 2.5357493882438575e-13 relative error 5.0262362416293716e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.660999999999708 y2[1] (analytic) 0.5036342655401957 y2[1] (numeric) 0.5036342655398017 absolute error 3.9401815143946806e-13 relative error 7.823497692652943e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5036342655401957 y1[1] (numeric) 0.5036342655399422 absolute error 2.5357493882438575e-13 relative error 5.0349024316763366e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6619999999997077 y2[1] (analytic) 0.5027664003626756 y2[1] (numeric) 0.5027664003622816 absolute error 3.9401815143946806e-13 relative error 7.837002455916685e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5027664003626756 y1[1] (numeric) 0.5027664003624222 absolute error 2.5346391652192324e-13 relative error 5.0413853499176653e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6629999999997076 y2[1] (analytic) 0.5018990324187138 y2[1] (numeric) 0.5018990324183197 absolute error 3.9412917374193057e-13 relative error 7.852758190080047e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5018990324187138 y1[1] (numeric) 0.5018990324184603 absolute error 2.5346391652192324e-13 relative error 5.050097731817675e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6639999999997075 y2[1] (analytic) 0.501032162575678 y2[1] (numeric) 0.5010321625752838 absolute error 3.9412917374193057e-13 relative error 7.866344781457012e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.501032162575678 y1[1] (numeric) 0.5010321625754246 absolute error 2.533528942194607e-13 relative error 5.056619377826733e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6649999999997074 y2[1] (analytic) 0.5001657917004381 y2[1] (numeric) 0.5001657917000438 absolute error 3.942401960443931e-13 relative error 7.88219031741606e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.5001657917004381 y1[1] (numeric) 0.5001657917001847 absolute error 2.533528942194607e-13 relative error 5.065378289029414e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6659999999997073 y2[1] (analytic) 0.4992999206593647 y2[1] (numeric) 0.49929992065897044 absolute error 3.942401960443931e-13 relative error 7.895859376940577e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4992999206593647 y1[1] (numeric) 0.49929992065911144 absolute error 2.532418719169982e-13 relative error 5.071938957702466e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.666999999999707 y2[1] (analytic) 0.49843455031832895 y2[1] (numeric) 0.49843455031793465 absolute error 3.9429570719562435e-13 relative error 7.910681692186155e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.49843455031832895 y1[1] (numeric) 0.4984345503180758 absolute error 2.531308496145357e-13 relative error 5.0785173189312774e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.667999999999707 y2[1] (analytic) 0.4975696815427012 y2[1] (numeric) 0.49756968154230674 absolute error 3.944622406493181e-13 relative error 7.92777886760099e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4975696815427012 y1[1] (numeric) 0.4975696815424481 absolute error 2.531308496145357e-13 relative error 5.0873447278722935e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.668999999999707 y2[1] (analytic) 0.49670531519734995 y2[1] (numeric) 0.49670531519695543 absolute error 3.945177518005494e-13 relative error 7.942692371709379e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.49670531519734995 y1[1] (numeric) 0.49670531519709693 absolute error 2.530198273120732e-13 relative error 5.0939625482272894e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.669999999999707 y2[1] (analytic) 0.49584145214664166 y2[1] (numeric) 0.495841452146247 absolute error 3.9468428525424315e-13 relative error 7.959888862569683e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.49584145214664166 y1[1] (numeric) 0.49584145214638864 absolute error 2.530198273120732e-13 relative error 5.102837332713448e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6709999999997067 y2[1] (analytic) 0.4949780932544391 y2[1] (numeric) 0.4949780932540444 absolute error 3.9468428525424315e-13 relative error 7.97377279182655e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4949780932544391 y1[1] (numeric) 0.4949780932541862 absolute error 2.5290880500961066e-13 relative error 5.109494914143708e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6719999999997066 y2[1] (analytic) 0.4941152393841012 y2[1] (numeric) 0.4941152393837065 absolute error 3.9468428525424315e-13 relative error 7.987697075407034e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4941152393841012 y1[1] (numeric) 0.4941152393838484 absolute error 2.5279778270714814e-13 relative error 5.116170531842986e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6729999999997065 y2[1] (analytic) 0.49325289139848183 y2[1] (numeric) 0.49325289139808703 absolute error 3.9479530755670567e-13 relative error 8.003912687412191e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.49325289139848183 y1[1] (numeric) 0.49325289139822903 absolute error 2.5279778270714814e-13 relative error 5.1251150700893025e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6739999999997064 y2[1] (analytic) 0.4923910501599288 y2[1] (numeric) 0.49239105015953394 absolute error 3.948508187079369e-13 relative error 8.019049464438666e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4923910501599288 y1[1] (numeric) 0.49239105015967605 absolute error 2.527422715559169e-13 relative error 5.1329582752128845e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6749999999997063 y2[1] (analytic) 0.4915297165302833 y2[1] (numeric) 0.49152971652988836 absolute error 3.9496184101039944e-13 relative error 8.035360380618324e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4915297165302833 y1[1] (numeric) 0.49152971653003064 absolute error 2.5268676040468563e-13 relative error 5.140823675695659e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.675999999999706 y2[1] (analytic) 0.4906688913708789 y2[1] (numeric) 0.4906688913704839 absolute error 3.9496184101039944e-13 relative error 8.04945754573754e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4906688913708789 y1[1] (numeric) 0.4906688913706263 absolute error 2.525757381022231e-13 relative error 5.147580018707773e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.676999999999706 y2[1] (analytic) 0.48980857554254076 y2[1] (numeric) 0.48980857554214563 absolute error 3.951283744640932e-13 relative error 8.066995846824972e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.48980857554254076 y1[1] (numeric) 0.4898085755422881 absolute error 2.5263124925345437e-13 relative error 5.157754720272612e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.677999999999706 y2[1] (analytic) 0.48894876990558445 y2[1] (numeric) 0.4889487699051893 absolute error 3.951283744640932e-13 relative error 8.081181481249909e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.48894876990558445 y1[1] (numeric) 0.4889487699053319 absolute error 2.5252022695099186e-13 relative error 5.1645538856709526e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.678999999999706 y2[1] (analytic) 0.4880894753198157 y2[1] (numeric) 0.4880894753194205 absolute error 3.9523939676655573e-13 relative error 8.097683247678698e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4880894753198157 y1[1] (numeric) 0.4880894753195632 absolute error 2.5252022695099186e-13 relative error 5.1736462210239327e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6799999999997057 y2[1] (analytic) 0.4872306926445289 y2[1] (numeric) 0.48723069264413366 absolute error 3.9523939676655573e-13 relative error 8.111956055586841e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4872306926445289 y1[1] (numeric) 0.48723069264427654 absolute error 2.523536934972981e-13 relative error 5.179347223131711e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6809999999997056 y2[1] (analytic) 0.4863724227385068 y2[1] (numeric) 0.4863724227381115 absolute error 3.95294907917787e-13 relative error 8.127412029080302e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4863724227385068 y1[1] (numeric) 0.4863724227382545 absolute error 2.522981823460668e-13 relative error 5.18734555149136e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6819999999997055 y2[1] (analytic) 0.4855146664600192 y2[1] (numeric) 0.48551466645962377 absolute error 3.954059302202495e-13 relative error 8.144057379424399e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4855146664600192 y1[1] (numeric) 0.4855146664597669 absolute error 2.522981823460668e-13 relative error 5.1965100083509606e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6829999999997054 y2[1] (analytic) 0.48465742466682216 y2[1] (numeric) 0.4846574246664267 absolute error 3.9546144137148076e-13 relative error 8.159607616520903e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.48465742466682216 y1[1] (numeric) 0.48465742466656997 absolute error 2.521871600436043e-13 relative error 5.203410640350149e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6839999999997053 y2[1] (analytic) 0.48380069821615757 y2[1] (numeric) 0.48380069821576205 absolute error 3.95516952522712e-13 relative error 8.175204252102976e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.48380069821615757 y1[1] (numeric) 0.48380069821590543 absolute error 2.5213164889237305e-13 relative error 5.211477573761645e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.684999999999705 y2[1] (analytic) 0.48294448796475176 y2[1] (numeric) 0.48294448796435613 absolute error 3.9562797482517453e-13 relative error 8.191996899942874e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.48294448796475176 y1[1] (numeric) 0.4829444879644997 absolute error 2.520761377411418e-13 relative error 5.219567549128749e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.685999999999705 y2[1] (analytic) 0.48208879476881483 y2[1] (numeric) 0.48208879476841915 absolute error 3.956834859764058e-13 relative error 8.207688921003762e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.48208879476881483 y1[1] (numeric) 0.48208879476856287 absolute error 2.519651154386793e-13 relative error 5.2265291824405266e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.686999999999705 y2[1] (analytic) 0.4812336194840401 y2[1] (numeric) 0.48123361948364424 absolute error 3.9585001943009956e-13 relative error 8.225734932121212e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4812336194840401 y1[1] (numeric) 0.4812336194837881 absolute error 2.519651154386793e-13 relative error 5.235816976146148e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.687999999999705 y2[1] (analytic) 0.48037896296560256 y2[1] (numeric) 0.48037896296520666 absolute error 3.959055305813308e-13 relative error 8.241525152084555e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.48037896296560256 y1[1] (numeric) 0.48037896296535065 absolute error 2.51909604287448e-13 relative error 5.243976604060531e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6889999999997047 y2[1] (analytic) 0.4795248260681587 y2[1] (numeric) 0.4795248260677628 absolute error 3.959055305813308e-13 relative error 8.256205081758532e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4795248260681587 y1[1] (numeric) 0.4795248260679069 absolute error 2.517985819849855e-13 relative error 5.251001998157137e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6899999999997046 y2[1] (analytic) 0.47867120964584553 y2[1] (numeric) 0.4786712096454495 absolute error 3.9601655288379334e-13 relative error 8.2732477931312e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.47867120964584553 y1[1] (numeric) 0.47867120964559373 absolute error 2.517985819849855e-13 relative error 5.2603661325544043e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6909999999997045 y2[1] (analytic) 0.4778181145522792 y2[1] (numeric) 0.4778181145518831 absolute error 3.960720640350246e-13 relative error 8.289180589273985e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4778181145522792 y1[1] (numeric) 0.47781811455202744 absolute error 2.5174307083375425e-13 relative error 5.2685962119632124e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6919999999997044 y2[1] (analytic) 0.4769655416405547 y2[1] (numeric) 0.47696554164015864 absolute error 3.960720640350246e-13 relative error 8.303997447545338e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4769655416405547 y1[1] (numeric) 0.4769655416403031 absolute error 2.5163204853129173e-13 relative error 5.275686114887599e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6929999999997043 y2[1] (analytic) 0.47611349176324513 y2[1] (numeric) 0.47611349176284895 absolute error 3.961830863374871e-13 relative error 8.321190077396407e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.47611349176324513 y1[1] (numeric) 0.4761134917629935 absolute error 2.5163204853129173e-13 relative error 5.285127451427478e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.693999999999704 y2[1] (analytic) 0.4752619657724001 y2[1] (numeric) 0.47526196577200386 absolute error 3.9623859748871837e-13 relative error 8.337267150017943e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4752619657724001 y1[1] (numeric) 0.4752619657721485 absolute error 2.5157653738006047e-13 relative error 5.293428792922572e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.694999999999704 y2[1] (analytic) 0.47441096451954556 y2[1] (numeric) 0.47441096451914927 absolute error 3.9629410863994963e-13 relative error 8.353392697010958e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.47441096451954556 y1[1] (numeric) 0.47441096451929404 absolute error 2.515210262288292e-13 relative error 5.3017540706200656e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.695999999999704 y2[1] (analytic) 0.4735604888556827 y2[1] (numeric) 0.47356048885528634 absolute error 3.963496197911809e-13 relative error 8.369566911059766e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4735604888556827 y1[1] (numeric) 0.4735604888554312 absolute error 2.5146551507759796e-13 relative error 5.3101033763446416e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.696999999999704 y2[1] (analytic) 0.47271053963128706 y2[1] (numeric) 0.4727105396308907 absolute error 3.963496197911809e-13 relative error 8.384615669883995e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.47271053963128706 y1[1] (numeric) 0.4727105396310357 absolute error 2.5135449277513544e-13 relative error 5.3173024864474415e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6979999999997037 y2[1] (analytic) 0.4718611176963079 y2[1] (numeric) 0.4718611176959115 absolute error 3.9640513094241214e-13 relative error 8.400885685977211e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4718611176963079 y1[1] (numeric) 0.4718611176960566 absolute error 2.512989816239042e-13 relative error 5.325698011541638e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6989999999997036 y2[1] (analytic) 0.47101222390016706 y2[1] (numeric) 0.47101222389977054 absolute error 3.9651615324487466e-13 relative error 8.418383496750136e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.47101222390016706 y1[1] (numeric) 0.4710122238999158 absolute error 2.512434704726729e-13 relative error 5.334117836524026e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.6999999999997035 y2[1] (analytic) 0.4701638590917582 y2[1] (numeric) 0.4701638590913616 absolute error 3.965716643961059e-13 relative error 8.434754325059896e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4701638590917582 y1[1] (numeric) 0.47016385909150704 absolute error 2.511324481702104e-13 relative error 5.341381378299408e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7009999999997034 y2[1] (analytic) 0.4693160241194462 y2[1] (numeric) 0.46931602411904944 absolute error 3.967381978497997e-13 relative error 8.453540417550827e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4693160241194462 y1[1] (numeric) 0.469316024119195 absolute error 2.5118795932144167e-13 relative error 5.352213570647473e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7019999999997033 y2[1] (analytic) 0.46846871983106564 y2[1] (numeric) 0.46846871983066896 absolute error 3.9668268669856843e-13 relative error 8.467645114952734e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.46846871983106564 y1[1] (numeric) 0.4684687198308146 absolute error 2.510214258677479e-13 relative error 5.3583391001702024e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.702999999999703 y2[1] (analytic) 0.46762194707392113 y2[1] (numeric) 0.46762194707352434 absolute error 3.9679370900103095e-13 relative error 8.485352569183547e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.46762194707392113 y1[1] (numeric) 0.4676219470736701 absolute error 2.510214258677479e-13 relative error 5.368042014248461e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.703999999999703 y2[1] (analytic) 0.4667757066947851 y2[1] (numeric) 0.4667757066943883 absolute error 3.9679370900103095e-13 relative error 8.50073607752012e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4667757066947851 y1[1] (numeric) 0.46677570669453416 absolute error 2.509104035652854e-13 relative error 5.3753955050910663e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.704999999999703 y2[1] (analytic) 0.465929999539898 y2[1] (numeric) 0.4659299995395011 absolute error 3.9690473130349346e-13 relative error 8.518548530797192e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.465929999539898 y1[1] (numeric) 0.4659299995396471 absolute error 2.509104035652854e-13 relative error 5.385152357930533e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.705999999999703 y2[1] (analytic) 0.46508482645496685 y2[1] (numeric) 0.46508482645456983 absolute error 3.97015753605956e-13 relative error 8.536415961624544e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.46508482645496685 y1[1] (numeric) 0.465084826454716 absolute error 2.508548924140541e-13 relative error 5.3937449287725545e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7069999999997028 y2[1] (analytic) 0.46424018828516456 y2[1] (numeric) 0.46424018828476754 absolute error 3.97015753605956e-13 relative error 8.551947108941046e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.46424018828516456 y1[1] (numeric) 0.46424018828491387 absolute error 2.5068835896036035e-13 relative error 5.399971077178099e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7079999999997026 y2[1] (analytic) 0.4633960858751295 y2[1] (numeric) 0.46339608587473236 absolute error 3.971267759084185e-13 relative error 8.569920808857059e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4633960858751295 y1[1] (numeric) 0.4633960858748788 absolute error 2.5068835896036035e-13 relative error 5.409807432596936e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7089999999997025 y2[1] (analytic) 0.46255252006896375 y2[1] (numeric) 0.46255252006856656 absolute error 3.9718228705964975e-13 relative error 8.586750040847952e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.46255252006896375 y1[1] (numeric) 0.4625525200687131 absolute error 2.506328478091291e-13 relative error 5.418473296216422e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7099999999997024 y2[1] (analytic) 0.4617094917102331 y2[1] (numeric) 0.4617094917098359 absolute error 3.97237798210881e-13 relative error 8.603630753603518e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4617094917102331 y1[1] (numeric) 0.4617094917099826 absolute error 2.5052182550666657e-13 relative error 5.4259622122711956e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7109999999997023 y2[1] (analytic) 0.4608670016419659 y2[1] (numeric) 0.4608670016415687 absolute error 3.97237798210881e-13 relative error 8.619358660863366e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4608670016419659 y1[1] (numeric) 0.4608670016417155 absolute error 2.5041080320420406e-13 relative error 5.4334721798706884e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.711999999999702 y2[1] (analytic) 0.4600250507066522 y2[1] (numeric) 0.4600250507062549 absolute error 3.9734882051334353e-13 relative error 8.637547453186937e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4600250507066522 y1[1] (numeric) 0.4600250507064019 absolute error 2.503552920529728e-13 relative error 5.442209976791434e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.712999999999702 y2[1] (analytic) 0.45918363974624277 y2[1] (numeric) 0.45918363974584536 absolute error 3.974043316645748e-13 relative error 8.654583858523163e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.45918363974624277 y1[1] (numeric) 0.4591836397459925 absolute error 2.502442697505103e-13 relative error 5.449764497027856e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.713999999999702 y2[1] (analytic) 0.4583427696021486 y2[1] (numeric) 0.4583427696017511 absolute error 3.975153539670373e-13 relative error 8.672883709108997e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4583427696021486 y1[1] (numeric) 0.45834276960189835 absolute error 2.502442697505103e-13 relative error 5.459762569566172e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.714999999999702 y2[1] (analytic) 0.4575024411152395 y2[1] (numeric) 0.457502441114842 absolute error 3.975153539670373e-13 relative error 8.688813834479799e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4575024411152395 y1[1] (numeric) 0.45750244111498944 absolute error 2.500777362968165e-13 relative error 5.46615086221638e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7159999999997018 y2[1] (analytic) 0.45666265512584425 y2[1] (numeric) 0.4566626551254466 absolute error 3.976263762694998e-13 relative error 8.707223413307673e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.45666265512584425 y1[1] (numeric) 0.45666265512559423 absolute error 2.5002222514558525e-13 relative error 5.474987331221242e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7169999999997017 y2[1] (analytic) 0.4558234124737486 y2[1] (numeric) 0.45582341247335084 absolute error 3.9773739857196233e-13 relative error 8.7256904250145e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4558234124737486 y1[1] (numeric) 0.4558234124734986 absolute error 2.49966713994354e-13 relative error 5.483849823285457e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7179999999997015 y2[1] (analytic) 0.45498471399819496 y2[1] (numeric) 0.4549847139977972 absolute error 3.9773739857196233e-13 relative error 8.741774972544248e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.45498471399819496 y1[1] (numeric) 0.45498471399794516 absolute error 2.498001805406602e-13 relative error 5.4902983079482365e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7189999999997014 y2[1] (analytic) 0.45414656053788205 y2[1] (numeric) 0.4541465605374842 absolute error 3.9784842087442485e-13 relative error 8.760353054380093e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.45414656053788205 y1[1] (numeric) 0.45414656053763225 absolute error 2.498001805406602e-13 relative error 5.500430967589007e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7199999999997013 y2[1] (analytic) 0.45330895293096307 y2[1] (numeric) 0.45330895293056517 absolute error 3.979039320256561e-13 relative error 8.777764689025568e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.45330895293096307 y1[1] (numeric) 0.4533089529307133 absolute error 2.4974466938942896e-13 relative error 5.5093698850343236e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.720999999999701 y2[1] (analytic) 0.45247189201504556 y2[1] (numeric) 0.45247189201464766 absolute error 3.979039320256561e-13 relative error 8.79400331926972e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.45247189201504556 y1[1] (numeric) 0.45247189201479593 absolute error 2.4963364708696645e-13 relative error 5.517108388219298e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.721999999999701 y2[1] (analytic) 0.4516353786271905 y2[1] (numeric) 0.4516353786267925 absolute error 3.980149543281186e-13 relative error 8.812749690645168e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4516353786271905 y1[1] (numeric) 0.45163537862694086 absolute error 2.4963364708696645e-13 relative error 5.527327107228915e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.722999999999701 y2[1] (analytic) 0.45079941360391107 y2[1] (numeric) 0.450799413603513 absolute error 3.980704654793499e-13 relative error 8.830323497916286e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.45079941360391107 y1[1] (numeric) 0.4507994136036615 absolute error 2.495781359357352e-13 relative error 5.536345620782544e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.723999999999701 y2[1] (analytic) 0.44996399778117224 y2[1] (numeric) 0.4499639977807741 absolute error 3.9812597663058114e-13 relative error 8.847951804895263e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.44996399778117224 y1[1] (numeric) 0.4499639977809228 absolute error 2.4946711363327267e-13 relative error 5.544157196207378e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7249999999997008 y2[1] (analytic) 0.44912913199438986 y2[1] (numeric) 0.4491291319939916 absolute error 3.9823699893304365e-13 relative error 8.866870807614815e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.44912913199438986 y1[1] (numeric) 0.44912913199414045 absolute error 2.494116024820414e-13 relative error 5.553227005661188e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7259999999997007 y2[1] (analytic) 0.44829481707842944 y2[1] (numeric) 0.44829481707803126 absolute error 3.981814877818124e-13 relative error 8.882134537641783e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.44829481707842944 y1[1] (numeric) 0.4482948170781802 absolute error 2.4924506902834764e-13 relative error 5.559847215113845e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7269999999997006 y2[1] (analytic) 0.44746105386760615 y2[1] (numeric) 0.4474610538672078 absolute error 3.9834802123550617e-13 relative error 8.902406540019649e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.44746105386760615 y1[1] (numeric) 0.4474610538673569 absolute error 2.4924506902834764e-13 relative error 5.570206990619876e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7279999999997004 y2[1] (analytic) 0.4466278431956828 y2[1] (numeric) 0.4466278431952845 absolute error 3.9834802123550617e-13 relative error 8.919014506244662e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4466278431956828 y1[1] (numeric) 0.4466278431954337 absolute error 2.4913404672588513e-13 relative error 5.578112751397164e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7289999999997003 y2[1] (analytic) 0.4457951858958702 y2[1] (numeric) 0.44579518589547185 absolute error 3.9834802123550617e-13 relative error 8.935673462578691e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4457951858958702 y1[1] (numeric) 0.44579518589562117 absolute error 2.490230244234226e-13 relative error 5.586041130591974e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7299999999997 y2[1] (analytic) 0.4449630828008255 y2[1] (numeric) 0.4449630828004271 absolute error 3.984035323867374e-13 relative error 8.953631161465835e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4449630828008255 y1[1] (numeric) 0.44496308280057656 absolute error 2.4896751327219135e-13 relative error 5.5952397602304964e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7309999999997 y2[1] (analytic) 0.44413153474265177 y2[1] (numeric) 0.4441315347422533 absolute error 3.984590435379687e-13 relative error 8.97164493777395e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.44413153474265177 y1[1] (numeric) 0.4441315347424029 absolute error 2.4885649096972884e-13 relative error 5.6032159732572604e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7319999999997 y2[1] (analytic) 0.44330054255289697 y2[1] (numeric) 0.44330054255249846 absolute error 3.9851455468919994e-13 relative error 8.989715022549224e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.44330054255289697 y1[1] (numeric) 0.44330054255264817 absolute error 2.488009798184976e-13 relative error 5.6124672978222065e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7329999999997 y2[1] (analytic) 0.4424701070625533 y2[1] (numeric) 0.44247010706215467 absolute error 3.9862557699166246e-13 relative error 9.009096222071056e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4424701070625533 y1[1] (numeric) 0.4424701070623045 absolute error 2.488009798184976e-13 relative error 5.6230008727645834e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7339999999997 y2[1] (analytic) 0.441640229102056 y2[1] (numeric) 0.44164022910165734 absolute error 3.986810881428937e-13 relative error 9.027281979123439e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.441640229102056 y1[1] (numeric) 0.4416402291018073 absolute error 2.487454686672663e-13 relative error 5.632310017885287e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7349999999996997 y2[1] (analytic) 0.4408109095012831 y2[1] (numeric) 0.44081090950088436 absolute error 3.9873659929412497e-13 relative error 9.04552475221724e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4408109095012831 y1[1] (numeric) 0.44081090950103446 absolute error 2.486344463648038e-13 relative error 5.640387771847559e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7359999999996996 y2[1] (analytic) 0.43998214908955413 y2[1] (numeric) 0.4399821490891553 absolute error 3.988476215965875e-13 relative error 9.065086445482266e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.43998214908955413 y1[1] (numeric) 0.43998214908930555 absolute error 2.4857893521357255e-13 relative error 5.6497504666485165e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7369999999996995 y2[1] (analytic) 0.4391539486956293 y2[1] (numeric) 0.43915394869523044 absolute error 3.988476215965875e-13 relative error 9.082182291227045e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4391539486956293 y1[1] (numeric) 0.4391539486953809 absolute error 2.484124017598788e-13 relative error 5.656613187646629e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7379999999996993 y2[1] (analytic) 0.4383263091477091 y2[1] (numeric) 0.4383263091473102 absolute error 3.9890313274781874e-13 relative error 9.100597532542694e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4383263091477091 y1[1] (numeric) 0.4383263091474608 absolute error 2.4830137945741626e-13 relative error 5.664761030206439e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7389999999996992 y2[1] (analytic) 0.43749923127343304 y2[1] (numeric) 0.437499231273034 absolute error 3.990696662015125e-13 relative error 9.121608397800763e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.43749923127343304 y1[1] (numeric) 0.43749923127318474 absolute error 2.4830137945741626e-13 relative error 5.675470074191517e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.739999999999699 y2[1] (analytic) 0.43667271589987866 y2[1] (numeric) 0.43667271589947965 absolute error 3.9901415505028126e-13 relative error 9.137602156526037e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.43667271589987866 y1[1] (numeric) 0.4366727158996305 absolute error 2.481348460037225e-13 relative error 5.6823986699598476e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.740999999999699 y2[1] (analytic) 0.4358467638535616 y2[1] (numeric) 0.43584676385316246 absolute error 3.991251773527438e-13 relative error 9.157465661184633e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4358467638535616 y1[1] (numeric) 0.43584676385331345 absolute error 2.481348460037225e-13 relative error 5.6931671078574836e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.741999999999699 y2[1] (analytic) 0.43502137596043355 y2[1] (numeric) 0.4350213759600344 absolute error 3.9918068850397503e-13 relative error 9.1761166361692e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.43502137596043355 y1[1] (numeric) 0.43502137596018553 absolute error 2.4802382370125997e-13 relative error 5.701416928160754e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.742999999999699 y2[1] (analytic) 0.43419655304588256 y2[1] (numeric) 0.43419655304548327 absolute error 3.9929171080643755e-13 relative error 9.19610503596613e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.43419655304588256 y1[1] (numeric) 0.43419655304563454 absolute error 2.4802382370125997e-13 relative error 5.712247643639186e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7439999999996987 y2[1] (analytic) 0.43337229593473126 y2[1] (numeric) 0.43337229593433196 absolute error 3.9929171080643755e-13 relative error 9.213595667097593e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.43337229593473126 y1[1] (numeric) 0.4333722959344834 absolute error 2.478572902475662e-13 relative error 5.719269380451932e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7449999999996986 y2[1] (analytic) 0.43254860545123686 y2[1] (numeric) 0.4325486054508375 absolute error 3.993472219576688e-13 relative error 9.232424216026954e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.43254860545123686 y1[1] (numeric) 0.4325486054509891 absolute error 2.477462679451037e-13 relative error 5.727593727568571e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7459999999996985 y2[1] (analytic) 0.4317254824190897 y2[1] (numeric) 0.4317254824186903 absolute error 3.9940273310890007e-13 relative error 9.251312451396767e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4317254824190897 y1[1] (numeric) 0.43172548241884207 absolute error 2.4763524564264117e-13 relative error 5.7359422996081974e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7469999999996983 y2[1] (analytic) 0.4309029276614128 y2[1] (numeric) 0.43090292766101335 absolute error 3.994582442601313e-13 relative error 9.270260622921793e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4309029276614128 y1[1] (numeric) 0.4309029276611652 absolute error 2.475797344914099e-13 relative error 5.745603443333963e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7479999999996982 y2[1] (analytic) 0.43008094200076086 y2[1] (numeric) 0.4300809420003613 absolute error 3.9956926656259384e-13 relative error 9.290559695665076e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.43008094200076086 y1[1] (numeric) 0.43008094200051333 absolute error 2.4752422334017865e-13 relative error 5.7552939265032754e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.748999999999698 y2[1] (analytic) 0.42925952625911934 y2[1] (numeric) 0.42925952625871977 absolute error 3.9956926656259384e-13 relative error 9.308337779821264e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.42925952625911934 y1[1] (numeric) 0.4292595262588719 absolute error 2.4741320103771614e-13 relative error 5.7637206841710716e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.749999999999698 y2[1] (analytic) 0.4284386812579041 y2[1] (numeric) 0.4284386812575044 absolute error 3.9968028886505635e-13 relative error 9.328762932692899e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4284386812579041 y1[1] (numeric) 0.4284386812576567 absolute error 2.473576898864849e-13 relative error 5.773467726122161e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.750999999999698 y2[1] (analytic) 0.4276184078179598 y2[1] (numeric) 0.42761840781756016 absolute error 3.996247777138251e-13 relative error 9.345359563752649e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4276184078179598 y1[1] (numeric) 0.4276184078177126 absolute error 2.471911564327911e-13 relative error 5.780648164660445e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.751999999999698 y2[1] (analytic) 0.4267987067595601 y2[1] (numeric) 0.4267987067591604 absolute error 3.997358000162876e-13 relative error 9.365909354582029e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4267987067595601 y1[1] (numeric) 0.426798706759313 absolute error 2.4713564528155985e-13 relative error 5.790449721788528e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7529999999996977 y2[1] (analytic) 0.4259795789024059 y2[1] (numeric) 0.4259795789020061 absolute error 3.9979131116751887e-13 relative error 9.385222460607979e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4259795789024059 y1[1] (numeric) 0.4259795789021588 absolute error 2.470801341303286e-13 relative error 5.800281195802015e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7539999999996976 y2[1] (analytic) 0.4251610250656249 y2[1] (numeric) 0.4251610250652251 absolute error 3.9984682231875013e-13 relative error 9.404597287746037e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4251610250656249 y1[1] (numeric) 0.4251610250653779 absolute error 2.4702462297909733e-13 relative error 5.810142708658874e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7549999999996975 y2[1] (analytic) 0.42434304606777096 y2[1] (numeric) 0.42434304606737105 absolute error 3.999023334699814e-13 relative error 9.42403409636914e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.42434304606777096 y1[1] (numeric) 0.42434304606752404 absolute error 2.469136006766348e-13 relative error 5.8187262160813344e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7559999999996974 y2[1] (analytic) 0.4235256427268229 y2[1] (numeric) 0.423525642726423 absolute error 3.999023334699814e-13 relative error 9.442222456596831e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4235256427268229 y1[1] (numeric) 0.4235256427265761 absolute error 2.468025783741723e-13 relative error 5.827334958638188e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7569999999996972 y2[1] (analytic) 0.42270881586018416 y2[1] (numeric) 0.4227088158597842 absolute error 3.9995784462121264e-13 relative error 9.461781482066448e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.42270881586018416 y1[1] (numeric) 0.42270881585993747 absolute error 2.466915560717098e-13 relative error 5.835969036266939e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.757999999999697 y2[1] (analytic) 0.4218925662846814 y2[1] (numeric) 0.42189256628428146 absolute error 3.9995784462121264e-13 relative error 9.480087505294705e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4218925662846814 y1[1] (numeric) 0.42189256628443483 absolute error 2.4658053376924727e-13 relative error 5.84462854941278e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.758999999999697 y2[1] (analytic) 0.4210768948165643 y2[1] (numeric) 0.4210768948161642 absolute error 4.0006886692367516e-13 relative error 9.501088087437308e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4210768948165643 y1[1] (numeric) 0.4210768948163177 absolute error 2.4658053376924727e-13 relative error 5.855950226779038e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.759999999999697 y2[1] (analytic) 0.420261802271504 y2[1] (numeric) 0.42026180227110393 absolute error 4.0006886692367516e-13 relative error 9.519515329761435e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.420261802271504 y1[1] (numeric) 0.42026180227125753 absolute error 2.4646951146678475e-13 relative error 5.864666028047838e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.760999999999697 y2[1] (analytic) 0.4194472894645932 y2[1] (numeric) 0.4194472894641931 absolute error 4.001243780749064e-13 relative error 9.53932444254553e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4194472894645932 y1[1] (numeric) 0.4194472894643468 absolute error 2.464140003155535e-13 relative error 5.874731021151444e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7619999999996967 y2[1] (analytic) 0.41863335721034456 y2[1] (numeric) 0.4186333572099444 absolute error 4.001798892261377e-13 relative error 9.559197381996131e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.41863335721034456 y1[1] (numeric) 0.4186333572100982 absolute error 2.4635848916432224e-13 relative error 5.88482701918419e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7629999999996966 y2[1] (analytic) 0.41782000632269023 y2[1] (numeric) 0.41782000632229 absolute error 4.0023540037736893e-13 relative error 9.579134419625173e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.41782000632269023 y1[1] (numeric) 0.417820006322444 absolute error 2.462474668618597e-13 relative error 5.893625559702811e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7639999999996965 y2[1] (analytic) 0.41700723761498104 y2[1] (numeric) 0.4170072376145808 absolute error 4.0023540037736893e-13 relative error 9.597804648822488e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.41700723761498104 y1[1] (numeric) 0.4170072376147349 absolute error 2.461364445593972e-13 relative error 5.902450182091389e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7649999999996964 y2[1] (analytic) 0.4161950518999856 y2[1] (numeric) 0.4161950518995854 absolute error 4.0023540037736893e-13 relative error 9.616534328081059e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4161950518999856 y1[1] (numeric) 0.41619505189973965 absolute error 2.4596991110570343e-13 relative error 5.909967213277e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7659999999996963 y2[1] (analytic) 0.41538344998988974 y2[1] (numeric) 0.41538344998948945 absolute error 4.002909115286002e-13 relative error 9.636660091737962e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.41538344998988974 y1[1] (numeric) 0.4153834499896438 absolute error 2.4591439995447217e-13 relative error 5.920178089918066e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.766999999999696 y2[1] (analytic) 0.41457243269629507 y2[1] (numeric) 0.4145724326958948 absolute error 4.002909115286002e-13 relative error 9.655512039842814e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.41457243269629507 y1[1] (numeric) 0.4145724326960493 absolute error 2.457478665007784e-13 relative error 5.927742587766487e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.767999999999696 y2[1] (analytic) 0.41376200083021897 y2[1] (numeric) 0.4137620008298186 absolute error 4.0034642267983145e-13 relative error 9.675765823747252e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.41376200083021897 y1[1] (numeric) 0.41376200082997333 absolute error 2.456368441983159e-13 relative error 5.936669962573708e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.768999999999696 y2[1] (analytic) 0.4129521552020933 y2[1] (numeric) 0.41295215520169276 absolute error 4.005129561335252e-13 relative error 9.698773843122808e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4129521552020933 y1[1] (numeric) 0.41295215520184764 absolute error 2.456368441983159e-13 relative error 5.948312440168873e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.769999999999696 y2[1] (analytic) 0.4121428966217633 y2[1] (numeric) 0.41214289662136283 absolute error 4.0045744498229396e-13 relative error 9.716470871262074e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4121428966217633 y1[1] (numeric) 0.4121428966215178 absolute error 2.454703107446221e-13 relative error 5.955951509941904e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7709999999996957 y2[1] (analytic) 0.4113342258984878 y2[1] (numeric) 0.41133422589808727 absolute error 4.005129561335252e-13 relative error 9.736922699750418e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4113342258984878 y1[1] (numeric) 0.41133422589824237 absolute error 2.4541479959339085e-13 relative error 5.966311192736882e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7719999999996956 y2[1] (analytic) 0.41052614384093733 y2[1] (numeric) 0.41052614384053676 absolute error 4.005684672847565e-13 relative error 9.757441110497483e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.41052614384093733 y1[1] (numeric) 0.41052614384069197 absolute error 2.453592884421596e-13 relative error 5.976703119234877e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7729999999996955 y2[1] (analytic) 0.40971865125719387 y2[1] (numeric) 0.4097186512567933 absolute error 4.005684672847565e-13 relative error 9.77667152949077e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.40971865125719387 y1[1] (numeric) 0.4097186512569486 absolute error 2.452482661396971e-13 relative error 5.985772563371705e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7739999999996954 y2[1] (analytic) 0.40891174895475 y2[1] (numeric) 0.40891174895434934 absolute error 4.00679489587219e-13 relative error 9.798678825233705e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.40891174895475 y1[1] (numeric) 0.40891174895450483 absolute error 2.451927549884658e-13 relative error 5.996226706990479e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7749999999996953 y2[1] (analytic) 0.4081054377405079 y2[1] (numeric) 0.4081054377401072 absolute error 4.00679489587219e-13 relative error 9.818038490386137e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4081054377405079 y1[1] (numeric) 0.4081054377402628 absolute error 2.450817326860033e-13 relative error 6.00535327446035e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.775999999999695 y2[1] (analytic) 0.4072997184207787 y2[1] (numeric) 0.407299718420378 absolute error 4.0073500073845025e-13 relative error 9.838823417119418e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4072997184207787 y1[1] (numeric) 0.40729971842053375 absolute error 2.449707103835408e-13 relative error 6.014507236424434e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.776999999999695 y2[1] (analytic) 0.4064945918012818 y2[1] (numeric) 0.406494591800881 absolute error 4.007905118896815e-13 relative error 9.859676364048928e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4064945918012818 y1[1] (numeric) 0.40649459180103686 absolute error 2.4491519923230953e-13 relative error 6.025054309997766e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.777999999999695 y2[1] (analytic) 0.4056900586871435 y2[1] (numeric) 0.4056900586867427 absolute error 4.007905118896815e-13 relative error 9.879229310836025e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4056900586871435 y1[1] (numeric) 0.4056900586868987 absolute error 2.4474866577861576e-13 relative error 6.03289778829308e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.778999999999695 y2[1] (analytic) 0.404886119882897 y2[1] (numeric) 0.4048861198824962 absolute error 4.0084602304091277e-13 relative error 9.90021646473945e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.404886119882897 y1[1] (numeric) 0.4048861198826524 absolute error 2.4463764347615324e-13 relative error 6.042134601870483e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7799999999996947 y2[1] (analytic) 0.4040827761924811 y2[1] (numeric) 0.4040827761920802 absolute error 4.0090153419214403e-13 relative error 9.92127251672757e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4040827761924811 y1[1] (numeric) 0.40408277619223654 absolute error 2.44582132324922e-13 relative error 6.052773014220669e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7809999999996946 y2[1] (analytic) 0.4032800284192394 y2[1] (numeric) 0.4032800284188384 absolute error 4.009570453433753e-13 relative error 9.942397765518674e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.4032800284192394 y1[1] (numeric) 0.40328002841899485 absolute error 2.4452662117369073e-13 relative error 6.06344485076973e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7819999999996945 y2[1] (analytic) 0.40247787736591945 y2[1] (numeric) 0.40247787736551843 absolute error 4.0101255649460654e-13 relative error 9.963592511446768e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.40247787736591945 y1[1] (numeric) 0.40247787736567503 absolute error 2.444155988712282e-13 relative error 6.072771017151179e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7829999999996944 y2[1] (analytic) 0.40167632383467233 y2[1] (numeric) 0.4016763238342713 absolute error 4.0101255649460654e-13 relative error 9.9834750693362e-11% Correct digits 12 h 0.001 y1[1] (analytic) 0.40167632383467233 y1[1] (numeric) 0.40167632383442803 absolute error 2.443045765687657e-13 relative error 6.082125384848922e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7839999999996943 y2[1] (analytic) 0.40087536862705153 y2[1] (numeric) 0.4008753686266505 absolute error 4.0101255649460654e-13 relative error 1.0003422207456269e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.40087536862705153 y1[1] (numeric) 0.40087536862680734 absolute error 2.441935542663032e-13 relative error 6.091508069019951e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.784999999999694 y2[1] (analytic) 0.40007501254401223 y2[1] (numeric) 0.40007501254361116 absolute error 4.010680676458378e-13 relative error 1.0024821722694224e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.40007501254401223 y1[1] (numeric) 0.4000750125437681 absolute error 2.441380431150719e-13 relative error 6.102306704001274e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.785999999999694 y2[1] (analytic) 0.3992752563859103 y2[1] (numeric) 0.39927525638550926 absolute error 4.010680676458378e-13 relative error 1.0044901636934763e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3992752563859103 y1[1] (numeric) 0.3992752563856663 absolute error 2.440270208126094e-13 relative error 6.11174914823048e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.786999999999694 y2[1] (analytic) 0.3984761009525021 y2[1] (numeric) 0.3984761009521009 absolute error 4.011790899483003e-13 relative error 1.0067833152084582e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3984761009525021 y1[1] (numeric) 0.3984761009522581 absolute error 2.4397150966137815e-13 relative error 6.122613353177216e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.787999999999694 y2[1] (analytic) 0.39767754704294267 y2[1] (numeric) 0.39767754704254143 absolute error 4.0123460109953157e-13 relative error 1.0089445684903222e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.39767754704294267 y1[1] (numeric) 0.3976775470426988 absolute error 2.4386048735891563e-13 relative error 6.132116061674025e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7889999999996937 y2[1] (analytic) 0.396879595455786 y2[1] (numeric) 0.39687959545538476 absolute error 4.0123460109953157e-13 relative error 1.0109731155081031e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.396879595455786 y1[1] (numeric) 0.3968795954555423 absolute error 2.4369395390522186e-13 relative error 6.140248999834771e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7899999999996936 y2[1] (analytic) 0.39608224698898364 y2[1] (numeric) 0.39608224698858235 absolute error 4.0129011225076283e-13 relative error 1.0131484440450673e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.39608224698898364 y1[1] (numeric) 0.39608224698874006 absolute error 2.4358293160275934e-13 relative error 6.149806850836569e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7909999999996935 y2[1] (analytic) 0.39528550243988403 y2[1] (numeric) 0.39528550243948263 absolute error 4.0140113455322535e-13 relative error 1.0154714303347652e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.39528550243988403 y1[1] (numeric) 0.3952855024396405 absolute error 2.435274204515281e-13 relative error 6.16079818127315e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7919999999996934 y2[1] (analytic) 0.3944893626052315 y2[1] (numeric) 0.3944893626048301 absolute error 4.0140113455322535e-13 relative error 1.0175208069042675e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3944893626052315 y1[1] (numeric) 0.3944893626049881 absolute error 2.433608869978343e-13 relative error 6.169010119580015e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7929999999996933 y2[1] (analytic) 0.39369382828116595 y2[1] (numeric) 0.3936938282807645 absolute error 4.014566457044566e-13 relative error 1.0197179047921134e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.39369382828116595 y1[1] (numeric) 0.39369382828092264 absolute error 2.4330537584660306e-13 relative error 6.18006578637145e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.793999999999693 y2[1] (analytic) 0.3928989002632215 y2[1] (numeric) 0.3928989002628201 absolute error 4.0140113455322535e-13 relative error 1.0216397507967261e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3928989002632215 y1[1] (numeric) 0.39289890026297836 absolute error 2.431388423929093e-13 relative error 6.188330947987361e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.794999999999693 y2[1] (analytic) 0.39210457934632637 y2[1] (numeric) 0.39210457934592485 absolute error 4.0151215685568786e-13 relative error 1.0239925213958092e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.39210457934632637 y1[1] (numeric) 0.3921045793460832 absolute error 2.431388423929093e-13 relative error 6.200867197170807e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.795999999999693 y2[1] (analytic) 0.39131086632480105 y2[1] (numeric) 0.3913108663243996 absolute error 4.014566457044566e-13 relative error 1.0259276709459793e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.39131086632480105 y1[1] (numeric) 0.3913108663245581 absolute error 2.429723089392155e-13 relative error 6.209188904494678e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.796999999999693 y2[1] (analytic) 0.39051776199235877 y2[1] (numeric) 0.39051776199195726 absolute error 4.0151215685568786e-13 relative error 1.0281533797777532e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.39051776199235877 y1[1] (numeric) 0.3905177619921159 absolute error 2.42861286636753e-13 relative error 6.218956223596945e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7979999999996927 y2[1] (analytic) 0.38972526714210376 y2[1] (numeric) 0.38972526714170214 absolute error 4.016231791581504e-13 relative error 1.0305289726357628e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.38972526714210376 y1[1] (numeric) 0.38972526714186095 absolute error 2.4280577548552174e-13 relative error 6.230177921643161e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7989999999996926 y2[1] (analytic) 0.38893338256653065 y2[1] (numeric) 0.388933382566129 absolute error 4.016231791581504e-13 relative error 1.0326271725709969e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.38893338256653065 y1[1] (numeric) 0.388933382566288 absolute error 2.4263924203182796e-13 relative error 6.238581024613444e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.7999999999996925 y2[1] (analytic) 0.3881421090575241 y2[1] (numeric) 0.38814210905712243 absolute error 4.0167869030938164e-13 relative error 1.0348753225583451e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3881421090575241 y1[1] (numeric) 0.3881421090572816 absolute error 2.4252821972936545e-13 relative error 6.24843875657464e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8009999999996924 y2[1] (analytic) 0.3873514474063575 y2[1] (numeric) 0.3873514474059558 absolute error 4.017342014606129e-13 relative error 1.0371310192605706e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3873514474063575 y1[1] (numeric) 0.3873514474061151 absolute error 2.4241719742690293e-13 relative error 6.258326877312301e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8019999999996923 y2[1] (analytic) 0.3865613984036925 y2[1] (numeric) 0.3865613984032907 absolute error 4.018452237630754e-13 relative error 1.0395378985653961e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3865613984036925 y1[1] (numeric) 0.38656139840345016 absolute error 2.4236168627567167e-13 relative error 6.269681537693769e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.802999999999692 y2[1] (analytic) 0.38577196283957793 y2[1] (numeric) 0.3857719628391761 absolute error 4.018452237630754e-13 relative error 1.0416651868766873e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.38577196283957793 y1[1] (numeric) 0.3857719628393357 absolute error 2.4225066397320916e-13 relative error 6.279633755394203e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.803999999999692 y2[1] (analytic) 0.38498314150344926 y2[1] (numeric) 0.38498314150304747 absolute error 4.0178971261184415e-13 relative error 1.0436553430437533e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.38498314150344926 y1[1] (numeric) 0.38498314150320717 absolute error 2.420841305195154e-13 relative error 6.288174842517005e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.804999999999692 y2[1] (analytic) 0.38419493518412795 y2[1] (numeric) 0.38419493518372605 absolute error 4.0190073491430667e-13 relative error 1.0460854584709533e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.38419493518412795 y1[1] (numeric) 0.3841949351838859 absolute error 2.4202861936828413e-13 relative error 6.299630661510161e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.805999999999692 y2[1] (analytic) 0.38340734466982007 y2[1] (numeric) 0.38340734466941817 absolute error 4.0190073491430667e-13 relative error 1.048234313978551e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.38340734466982007 y1[1] (numeric) 0.38340734466957815 absolute error 2.419175970658216e-13 relative error 6.309675608174758e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8069999999996917 y2[1] (analytic) 0.38262037074811617 y2[1] (numeric) 0.3826203707477142 absolute error 4.0195624606553793e-13 relative error 1.0505354047920016e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.38262037074811617 y1[1] (numeric) 0.38262037074787436 absolute error 2.418065747633591e-13 relative error 6.319751723897194e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8079999999996916 y2[1] (analytic) 0.38183401420599006 y2[1] (numeric) 0.38183401420558805 absolute error 4.020117572167692e-13 relative error 1.052844278561034e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.38183401420599006 y1[1] (numeric) 0.38183401420574836 absolute error 2.416955524608966e-13 relative error 6.329859139539825e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8089999999996915 y2[1] (analytic) 0.3810482758297983 y2[1] (numeric) 0.3810482758293962 absolute error 4.0206726836800044e-13 relative error 1.0551609700698151e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3810482758297983 y1[1] (numeric) 0.38104827582955664 absolute error 2.416400413096653e-13 relative error 6.341454787676246e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8099999999996914 y2[1] (analytic) 0.38026315640527897 y2[1] (numeric) 0.38026315640487696 absolute error 4.020117572167692e-13 relative error 1.0571935525310553e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.38026315640527897 y1[1] (numeric) 0.3802631564050375 absolute error 2.4147350785597155e-13 relative error 6.350168397556049e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8109999999996913 y2[1] (analytic) 0.37947865671755165 y2[1] (numeric) 0.37947865671714964 absolute error 4.020117572167692e-13 relative error 1.0593790984033894e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.37947865671755165 y1[1] (numeric) 0.3794786567173103 absolute error 2.4136248555350903e-13 relative error 6.360370505189088e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.811999999999691 y2[1] (analytic) 0.378694777551116 y2[1] (numeric) 0.3786947775507139 absolute error 4.021227795192317e-13 relative error 1.0618651308571409e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.378694777551116 y1[1] (numeric) 0.37869477755087466 absolute error 2.4136248555350903e-13 relative error 6.373536152632315e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.812999999999691 y2[1] (analytic) 0.3779115196898509 y2[1] (numeric) 0.3779115196894488 absolute error 4.021227795192317e-13 relative error 1.06406594815964e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3779115196898509 y1[1] (numeric) 0.37791151968960973 absolute error 2.4119595209981526e-13 relative error 6.38233923903042e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.813999999999691 y2[1] (analytic) 0.3771288839170144 y2[1] (numeric) 0.3771288839166122 absolute error 4.0217829067046296e-13 relative error 1.0664213424685885e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3771288839170144 y1[1] (numeric) 0.37712888391677324 absolute error 2.41140440948584e-13 relative error 6.394112231447272e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.814999999999691 y2[1] (analytic) 0.376346871015242 y2[1] (numeric) 0.37634687101483977 absolute error 4.022338018216942e-13 relative error 1.0687847642697787e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.376346871015242 y1[1] (numeric) 0.37634687101500097 absolute error 2.410294186461215e-13 relative error 6.40444858744049e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8159999999996908 y2[1] (analytic) 0.3755654817665466 y2[1] (numeric) 0.37556548176614435 absolute error 4.022338018216942e-13 relative error 1.0710084428678267e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3755654817665466 y1[1] (numeric) 0.3755654817663057 absolute error 2.408628851924277e-13 relative error 6.413339268014766e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8169999999996906 y2[1] (analytic) 0.3747847169523174 y2[1] (numeric) 0.3747847169519151 absolute error 4.0228931297292547e-13 relative error 1.0733877204072528e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3747847169523174 y1[1] (numeric) 0.37478471695207666 absolute error 2.407518628899652e-13 relative error 6.423737468478343e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8179999999996905 y2[1] (analytic) 0.37400457735331916 y2[1] (numeric) 0.37400457735291687 absolute error 4.0228931297292547e-13 relative error 1.0756267097578487e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.37400457735331916 y1[1] (numeric) 0.3740045773530785 absolute error 2.406408405875027e-13 relative error 6.43416832730823e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8189999999996904 y2[1] (analytic) 0.37322506374969133 y2[1] (numeric) 0.3732250637492891 absolute error 4.022338018216942e-13 relative error 1.077724517695998e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.37322506374969133 y1[1] (numeric) 0.37322506374945086 absolute error 2.404743071338089e-13 relative error 6.443144646231111e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8199999999996903 y2[1] (analytic) 0.3724461769209476 y2[1] (numeric) 0.3724461769205453 absolute error 4.0228931297292547e-13 relative error 1.0801273792060218e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3724461769209476 y1[1] (numeric) 0.37244617692070725 absolute error 2.403632848313464e-13 relative error 6.453638128828584e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.82099999999969 y2[1] (analytic) 0.37166791764597473 y2[1] (numeric) 0.37166791764557233 absolute error 4.02400335275388e-13 relative error 1.0826878408662834e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.37166791764597473 y1[1] (numeric) 0.3716679176457344 absolute error 2.4030777368011513e-13 relative error 6.46565824680665e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.82199999999969 y2[1] (analytic) 0.3708902867030317 y2[1] (numeric) 0.37089028670262936 absolute error 4.0234482412415673e-13 relative error 1.0848081994832891e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3708902867030317 y1[1] (numeric) 0.37089028670279156 absolute error 2.4014124022642136e-13 relative error 6.474724435657711e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.82299999999969 y2[1] (analytic) 0.3701132848697496 y2[1] (numeric) 0.37011328486934725 absolute error 4.0234482412415673e-13 relative error 1.0870856047919222e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3701132848697496 y1[1] (numeric) 0.37011328486950956 absolute error 2.4003021792395884e-13 relative error 6.485317542936357e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.82399999999969 y2[1] (analytic) 0.3693369129231302 y2[1] (numeric) 0.36933691292272774 absolute error 4.0245584642661925e-13 relative error 1.0896713335295085e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3693369129231302 y1[1] (numeric) 0.3693369129228902 absolute error 2.399747067727276e-13 relative error 6.497447137721469e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8249999999996898 y2[1] (analytic) 0.36856117163954527 y2[1] (numeric) 0.36856117163914276 absolute error 4.025113575778505e-13 relative error 1.0921154710553956e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.36856117163954527 y1[1] (numeric) 0.3685611716393054 absolute error 2.3986368447026507e-13 relative error 6.508110537071251e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8259999999996896 y2[1] (analytic) 0.36778606179473605 y2[1] (numeric) 0.36778606179433354 absolute error 4.025113575778505e-13 relative error 1.0944171065473789e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.36778606179473605 y1[1] (numeric) 0.3677860617944963 absolute error 2.3975266216780255e-13 relative error 6.518807727455702e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8269999999996895 y2[1] (analytic) 0.3670115841638124 y2[1] (numeric) 0.36701158416340984 absolute error 4.0256686872908176e-13 relative error 1.0968778264759064e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3670115841638124 y1[1] (numeric) 0.3670115841635727 absolute error 2.396971510165713e-13 relative error 6.531051371653287e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8279999999996894 y2[1] (analytic) 0.3662377395212518 y2[1] (numeric) 0.3662377395208492 absolute error 4.02622379880313e-13 relative error 1.0993470536559761e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3662377395212518 y1[1] (numeric) 0.36623773952101224 absolute error 2.395861287141088e-13 relative error 6.541819776063964e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8289999999996893 y2[1] (analytic) 0.36546452864089884 y2[1] (numeric) 0.3654645286404963 absolute error 4.0256686872908176e-13 relative error 1.1015210428934384e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.36546452864089884 y1[1] (numeric) 0.3654645286406594 absolute error 2.39419595260415e-13 relative error 6.551103499723385e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.829999999999689 y2[1] (analytic) 0.3646919522959644 y2[1] (numeric) 0.36469195229556184 absolute error 4.0256686872908176e-13 relative error 1.1038545440738986e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3646919522959644 y1[1] (numeric) 0.3646919522957251 absolute error 2.393085729579525e-13 relative error 6.561937313158544e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.830999999999689 y2[1] (analytic) 0.36392001125902473 y2[1] (numeric) 0.3639200112586221 absolute error 4.02622379880313e-13 relative error 1.1063485585400837e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.36392001125902473 y1[1] (numeric) 0.36392001125878554 absolute error 2.3919755065549e-13 relative error 6.572805651108811e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.831999999999689 y2[1] (analytic) 0.3631487063020208 y2[1] (numeric) 0.36314870630161816 absolute error 4.02622379880313e-13 relative error 1.1086983731272419e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3631487063020208 y1[1] (numeric) 0.3631487063017817 absolute error 2.3908652835302746e-13 relative error 6.583708662703752e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.832999999999689 y2[1] (analytic) 0.36237803819625747 y2[1] (numeric) 0.36237803819585485 absolute error 4.02622379880313e-13 relative error 1.1110562380777058e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.36237803819625747 y1[1] (numeric) 0.3623780381960185 absolute error 2.3897550605056495e-13 relative error 6.594646497896765e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8339999999996888 y2[1] (analytic) 0.36160800771240287 y2[1] (numeric) 0.3616080077120002 absolute error 4.026778910315443e-13 relative error 1.113575701984469e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.36160800771240287 y1[1] (numeric) 0.36160800771216395 absolute error 2.389199948993337e-13 relative error 6.607154426993595e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8349999999996887 y2[1] (analytic) 0.36083861562048725 y2[1] (numeric) 0.3608386156200846 absolute error 4.02622379880313e-13 relative error 1.1157962658402723e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.36083861562048725 y1[1] (numeric) 0.3608386156202485 absolute error 2.387534614456399e-13 relative error 6.616627243042895e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8359999999996885 y2[1] (analytic) 0.3600698626899028 y2[1] (numeric) 0.36006986268950014 absolute error 4.026778910315443e-13 relative error 1.1183326702860885e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3600698626899028 y1[1] (numeric) 0.3600698626896642 absolute error 2.386424391431774e-13 relative error 6.627670457071815e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8369999999996884 y2[1] (analytic) 0.3593017496894023 y2[1] (numeric) 0.35930174968899964 absolute error 4.026778910315443e-13 relative error 1.1207234347721334e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3593017496894023 y1[1] (numeric) 0.35930174968916384 absolute error 2.384759056894836e-13 relative error 6.637204129833313e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8379999999996883 y2[1] (analytic) 0.35853427738709887 y2[1] (numeric) 0.3585342773866961 absolute error 4.027889133340068e-13 relative error 1.1234320920984844e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.35853427738709887 y1[1] (numeric) 0.3585342773868604 absolute error 2.384759056894836e-13 relative error 6.651411614739649e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.838999999999688 y2[1] (analytic) 0.35776744655046444 y2[1] (numeric) 0.35776744655006165 absolute error 4.027889133340068e-13 relative error 1.1258400316116852e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.35776744655046444 y1[1] (numeric) 0.35776744655022613 absolute error 2.3830937223578985e-13 relative error 6.661013307206401e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.839999999999688 y2[1] (analytic) 0.35700125794633 y2[1] (numeric) 0.3570012579459272 absolute error 4.027889133340068e-13 relative error 1.1282562858491674e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.35700125794633 y1[1] (numeric) 0.3570012579460918 absolute error 2.3819834993332734e-13 relative error 6.672199176652118e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.840999999999688 y2[1] (analytic) 0.356235712340884 y2[1] (numeric) 0.3562357123404812 absolute error 4.0284442448523805e-13 relative error 1.1308367199854288e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.356235712340884 y1[1] (numeric) 0.3562357123406459 absolute error 2.381428387820961e-13 relative error 6.684979369901461e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.841999999999688 y2[1] (analytic) 0.355470810499672 y2[1] (numeric) 0.3554708104992692 absolute error 4.027889133340068e-13 relative error 1.1331138913145119e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.355470810499672 y1[1] (numeric) 0.355470810499434 absolute error 2.379763053284023e-13 relative error 6.694679233827609e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8429999999996878 y2[1] (analytic) 0.3547065531875958 y2[1] (numeric) 0.354706553187193 absolute error 4.027889133340068e-13 relative error 1.1355553195009097e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3547065531875958 y1[1] (numeric) 0.35470655318735794 absolute error 2.378652830259398e-13 relative error 6.705973737681089e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8439999999996877 y2[1] (analytic) 0.3539429411689127 y2[1] (numeric) 0.35394294116850983 absolute error 4.0284442448523805e-13 relative error 1.1381620527727605e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3539429411689127 y1[1] (numeric) 0.3539429411686749 absolute error 2.3775426072347727e-13 relative error 6.71730477060181e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8449999999996876 y2[1] (analytic) 0.35317997520723454 y2[1] (numeric) 0.35317997520683164 absolute error 4.028999356364693e-13 relative error 1.1407779713446684e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.35317997520723454 y1[1] (numeric) 0.3531799752069969 absolute error 2.3764323842101476e-13 relative error 6.728672492872038e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8459999999996874 y2[1] (analytic) 0.3524176560655272 y2[1] (numeric) 0.3524176560651244 absolute error 4.0284442448523805e-13 relative error 1.1430880875342257e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3524176560655272 y1[1] (numeric) 0.35241765606528974 absolute error 2.37476704967321e-13 relative error 6.73850191328568e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8469999999996873 y2[1] (analytic) 0.35165598450611 y2[1] (numeric) 0.35165598450570706 absolute error 4.0295544678770057e-13 relative error 1.1458796794078141e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.35165598450611 y1[1] (numeric) 0.35165598450587254 absolute error 2.37476704967321e-13 relative error 6.753097215190286e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8479999999996872 y2[1] (analytic) 0.3508949612906541 y2[1] (numeric) 0.3508949612902512 absolute error 4.028999356364693e-13 relative error 1.1482066717473845e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3508949612906541 y1[1] (numeric) 0.35089496129041686 absolute error 2.3725466036239595e-13 relative error 6.761415424425905e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.848999999999687 y2[1] (analytic) 0.350134587180183 y2[1] (numeric) 0.35013458717977997 absolute error 4.030109579389318e-13 relative error 1.1510172736278068e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.350134587180183 y1[1] (numeric) 0.3501345871799458 absolute error 2.371991492111647e-13 relative error 6.774513512688179e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.849999999999687 y2[1] (analytic) 0.34937486293507036 y2[1] (numeric) 0.3493748629346674 absolute error 4.0295544678770057e-13 relative error 1.153361301962322e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.34937486293507036 y1[1] (numeric) 0.34937486293483333 absolute error 2.370326157574709e-13 relative error 6.784478246837188e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.850999999999687 y2[1] (analytic) 0.34861578931504067 y2[1] (numeric) 0.3486157893146377 absolute error 4.0295544678770057e-13 relative error 1.1558726229222902e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.34861578931504067 y1[1] (numeric) 0.34861578931480375 absolute error 2.369215934550084e-13 relative error 6.796066062312074e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.851999999999687 y2[1] (analytic) 0.34785736707916737 y2[1] (numeric) 0.3478573670787644 absolute error 4.0295544678770057e-13 relative error 1.1583927348475379e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.34785736707916737 y1[1] (numeric) 0.34785736707893056 absolute error 2.368105711525459e-13 relative error 6.807691702520453e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8529999999996867 y2[1] (analytic) 0.34709959698587267 y2[1] (numeric) 0.34709959698546966 absolute error 4.030109579389318e-13 relative error 1.1610816072348675e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.34709959698587267 y1[1] (numeric) 0.34709959698563597 absolute error 2.3669954885008337e-13 relative error 6.819355335054374e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8539999999996866 y2[1] (analytic) 0.34634247979292654 y2[1] (numeric) 0.3463424797925235 absolute error 4.030109579389318e-13 relative error 1.1636197736410694e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.34634247979292654 y1[1] (numeric) 0.34634247979268995 absolute error 2.3658852654762086e-13 relative error 6.831057128454873e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8549999999996865 y2[1] (analytic) 0.3455860162574461 y2[1] (numeric) 0.3455860162570431 absolute error 4.030109579389318e-13 relative error 1.1661668556597693e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3455860162574461 y1[1] (numeric) 0.3455860162572097 absolute error 2.364219930939271e-13 relative error 6.841190961783687e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8559999999996863 y2[1] (analytic) 0.34483020713589496 y2[1] (numeric) 0.3448302071354919 absolute error 4.030664690901631e-13 relative error 1.1688838760326983e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.34483020713589496 y1[1] (numeric) 0.34483020713565865 absolute error 2.3631097079146457e-13 relative error 6.852966065653761e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8569999999996862 y2[1] (analytic) 0.34407505318408205 y2[1] (numeric) 0.344075053183679 absolute error 4.030664690901631e-13 relative error 1.171449267711136e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.34407505318408205 y1[1] (numeric) 0.34407505318384585 absolute error 2.3619994848900205e-13 relative error 6.864779829377336e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.857999999999686 y2[1] (analytic) 0.3433205551571613 y2[1] (numeric) 0.3433205551567582 absolute error 4.0312198024139434e-13 relative error 1.1741853908422636e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3433205551571613 y1[1] (numeric) 0.3433205551569252 absolute error 2.3608892618653954e-13 relative error 6.876632425299018e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.858999999999686 y2[1] (analytic) 0.34256671380963066 y2[1] (numeric) 0.34256671380922754 absolute error 4.0312198024139434e-13 relative error 1.1767692656368685e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.34256671380963066 y1[1] (numeric) 0.34256671380939474 absolute error 2.3592239273284576e-13 relative error 6.886903578844245e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.859999999999686 y2[1] (analytic) 0.3418135298953314 y2[1] (numeric) 0.3418135298949283 absolute error 4.0312198024139434e-13 relative error 1.1793622691437536e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3418135298953314 y1[1] (numeric) 0.3418135298950956 absolute error 2.3581137043038325e-13 relative error 6.898830789483152e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.860999999999686 y2[1] (analytic) 0.34106100416744745 y2[1] (numeric) 0.3410610041670443 absolute error 4.0312198024139434e-13 relative error 1.1819644442361326e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.34106100416744745 y1[1] (numeric) 0.34106100416721175 absolute error 2.3570034812792073e-13 relative error 6.910797342641999e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8619999999996857 y2[1] (analytic) 0.34030913737850443 y2[1] (numeric) 0.34030913737810126 absolute error 4.031774913926256e-13 relative error 1.184738953818324e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.34030913737850443 y1[1] (numeric) 0.34030913737826884 absolute error 2.355893258254582e-13 relative error 6.922803414573822e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8629999999996856 y2[1] (analytic) 0.33955793028036907 y2[1] (numeric) 0.33955793027996584 absolute error 4.0323300254385686e-13 relative error 1.1875234432337128e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.33955793028036907 y1[1] (numeric) 0.3395579302801336 absolute error 2.354783035229957e-13 relative error 6.934849182540486e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8639999999996855 y2[1] (analytic) 0.33880738362424834 y2[1] (numeric) 0.3388073836238451 absolute error 4.0323300254385686e-13 relative error 1.1901541171577868e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.33880738362424834 y1[1] (numeric) 0.33880738362401297 absolute error 2.353672812205332e-13 relative error 6.94693482481968e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8649999999996854 y2[1] (analytic) 0.33805749816068886 y2[1] (numeric) 0.33805749816028563 absolute error 4.0323300254385686e-13 relative error 1.192794139274462e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.33805749816068886 y1[1] (numeric) 0.33805749816045366 absolute error 2.352007477668394e-13 relative error 6.95741845829556e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8659999999996852 y2[1] (analytic) 0.33730827463957613 y2[1] (numeric) 0.33730827463917284 absolute error 4.032885136950881e-13 relative error 1.1956081247221516e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.33730827463957613 y1[1] (numeric) 0.33730827463934104 absolute error 2.350897254643769e-13 relative error 6.96958074080979e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.866999999999685 y2[1] (analytic) 0.3365597138101335 y2[1] (numeric) 0.3365597138097302 absolute error 4.032885136950881e-13 relative error 1.1982673420105145e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3365597138101335 y1[1] (numeric) 0.3365597138098985 absolute error 2.349787031619144e-13 relative error 6.981783425644195e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.867999999999685 y2[1] (analytic) 0.3358118164209217 y2[1] (numeric) 0.3358118164205185 absolute error 4.0323300254385686e-13 relative error 1.2007707377349294e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3358118164209217 y1[1] (numeric) 0.3358118164206869 absolute error 2.348121697082206e-13 relative error 6.992373651732863e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.868999999999685 y2[1] (analytic) 0.33506458321983823 y2[1] (numeric) 0.335064583219435 absolute error 4.0323300254385686e-13 relative error 1.2034485968912232e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.33506458321983823 y1[1] (numeric) 0.33506458321960353 absolute error 2.347011474057581e-13 relative error 7.004654002830524e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.869999999999685 y2[1] (analytic) 0.33431801495411606 y2[1] (numeric) 0.3343180149537128 absolute error 4.0323300254385686e-13 relative error 1.206136027695663e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.33431801495411606 y1[1] (numeric) 0.3343180149538815 absolute error 2.345346139520643e-13 relative error 7.01531486373097e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8709999999996847 y2[1] (analytic) 0.3335721123703236 y2[1] (numeric) 0.33357211236992024 absolute error 4.0334402484631937e-13 relative error 1.2091659041285103e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3335721123703236 y1[1] (numeric) 0.3335721123700891 absolute error 2.3447910280083306e-13 relative error 7.029337708558806e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8719999999996846 y2[1] (analytic) 0.33282687621436313 y2[1] (numeric) 0.3328268762139598 absolute error 4.0334402484631937e-13 relative error 1.2118733602106652e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.33282687621436313 y1[1] (numeric) 0.33282687621412876 absolute error 2.3436808049837055e-13 relative error 7.041741435190515e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8729999999996845 y2[1] (analytic) 0.3320823072314708 y2[1] (numeric) 0.3320823072310675 absolute error 4.032885136950881e-13 relative error 1.2144233670780436e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3320823072314708 y1[1] (numeric) 0.3320823072312366 absolute error 2.3420154704467677e-13 relative error 7.052515052583986e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8739999999996844 y2[1] (analytic) 0.3313384061662157 y2[1] (numeric) 0.33133840616581234 absolute error 4.0334402484631937e-13 relative error 1.217317453516035e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3313384061662157 y1[1] (numeric) 0.3313384061659816 absolute error 2.3409052474221426e-13 relative error 7.064998212877951e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8749999999996843 y2[1] (analytic) 0.3305951737624986 y2[1] (numeric) 0.3305951737620953 absolute error 4.032885136950881e-13 relative error 1.2198862708891594e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3305951737624986 y1[1] (numeric) 0.33059517376226466 absolute error 2.339239912885205e-13 relative error 7.07584410946582e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.875999999999684 y2[1] (analytic) 0.329852610763552 y2[1] (numeric) 0.3298526107631487 absolute error 4.032885136950881e-13 relative error 1.2226324744301544e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.329852610763552 y1[1] (numeric) 0.3298526107633182 absolute error 2.3381296898605797e-13 relative error 7.088407408533806e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.876999999999684 y2[1] (analytic) 0.3291107179119388 y2[1] (numeric) 0.32911071791153546 absolute error 4.0334402484631937e-13 relative error 1.225557245310508e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3291107179119388 y1[1] (numeric) 0.3291107179117051 absolute error 2.3370194668359545e-13 relative error 7.101012940761407e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.877999999999684 y2[1] (analytic) 0.3283694959495518 y2[1] (numeric) 0.32836949594914844 absolute error 4.0334402484631937e-13 relative error 1.2283236714176584e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3283694959495518 y1[1] (numeric) 0.3283694959493182 absolute error 2.3359092438113294e-13 relative error 7.113660899154289e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.878999999999684 y2[1] (analytic) 0.3276289456176128 y2[1] (numeric) 0.32762894561720945 absolute error 4.0334402484631937e-13 relative error 1.2311000912510223e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3276289456176128 y1[1] (numeric) 0.3276289456173794 absolute error 2.3342439092743916e-13 relative error 7.124657147963872e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8799999999996837 y2[1] (analytic) 0.32688906765667214 y2[1] (numeric) 0.32688906765626885 absolute error 4.032885136950881e-13 relative error 1.2337167363414474e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.32688906765667214 y1[1] (numeric) 0.3268890676564389 absolute error 2.332578574737454e-13 relative error 7.135688542473175e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8809999999996836 y2[1] (analytic) 0.32614986280660785 y2[1] (numeric) 0.3261498628062045 absolute error 4.0334402484631937e-13 relative error 1.236683104433756e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.32614986280660785 y1[1] (numeric) 0.32614986280637465 absolute error 2.3320234632251413e-13 relative error 7.150159264693378e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8819999999996835 y2[1] (analytic) 0.3254113318066245 y2[1] (numeric) 0.32541133180622117 absolute error 4.0334402484631937e-13 relative error 1.239489794676254e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3254113318066245 y1[1] (numeric) 0.3254113318063915 absolute error 2.3303581286882036e-13 relative error 7.161269141275686e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8829999999996834 y2[1] (analytic) 0.32467347539525315 y2[1] (numeric) 0.3246734753948498 absolute error 4.0334402484631937e-13 relative error 1.2423066724354177e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.32467347539525315 y1[1] (numeric) 0.3246734753950203 absolute error 2.328692794151266e-13 relative error 7.172414658500656e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8839999999996833 y2[1] (analytic) 0.3239362943103502 y2[1] (numeric) 0.3239362943099468 absolute error 4.0339953599755063e-13 relative error 1.2453051512995018e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3239362943103502 y1[1] (numeric) 0.3239362943101174 absolute error 2.3281376826389533e-13 relative error 7.187023262075287e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.884999999999683 y2[1] (analytic) 0.32319978928909654 y2[1] (numeric) 0.32319978928869314 absolute error 4.0339953599755063e-13 relative error 1.2481429424346463e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.32319978928909654 y1[1] (numeric) 0.3231997892888639 absolute error 2.3264723481020155e-13 relative error 7.198248344218525e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.885999999999683 y2[1] (analytic) 0.32246396106799713 y2[1] (numeric) 0.3224639610675938 absolute error 4.0334402484631937e-13 relative error 1.2508189241068936e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.32246396106799713 y1[1] (numeric) 0.3224639610677647 absolute error 2.324251902052765e-13 relative error 7.207788102443659e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.886999999999683 y2[1] (analytic) 0.32172881038288026 y2[1] (numeric) 0.3217288103824769 absolute error 4.0334402484631937e-13 relative error 1.253677046722397e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.32172881038288026 y1[1] (numeric) 0.32172881038264795 absolute error 2.32314167902814e-13 relative error 7.220807102302824e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.887999999999683 y2[1] (analytic) 0.32099433796889654 y2[1] (numeric) 0.32099433796849314 absolute error 4.0339953599755063e-13 relative error 1.2567185407383695e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.32099433796889654 y1[1] (numeric) 0.3209943379686643 absolute error 2.3225865675158275e-13 relative error 7.23559979971011e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8889999999996827 y2[1] (analytic) 0.3202605445605182 y2[1] (numeric) 0.3202605445601148 absolute error 4.0339953599755063e-13 relative error 1.2595979831081627e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3202605445605182 y1[1] (numeric) 0.3202605445602861 absolute error 2.3214763444912023e-13 relative error 7.24871166280217e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8899999999996826 y2[1] (analytic) 0.3195274308915387 y2[1] (numeric) 0.3195274308911353 absolute error 4.0339953599755063e-13 relative error 1.2624879650300877e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3195274308915387 y1[1] (numeric) 0.3195274308913067 absolute error 2.3198110099542646e-13 relative error 7.260131011229856e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8909999999996825 y2[1] (analytic) 0.3187949976950716 y2[1] (numeric) 0.3187949976946681 absolute error 4.034550471487819e-13 relative error 1.2655626658693306e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3187949976950716 y1[1] (numeric) 0.3187949976948397 absolute error 2.3187007869296394e-13 relative error 7.273328639703073e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8919999999996824 y2[1] (analytic) 0.31806324570354993 y2[1] (numeric) 0.31806324570314654 absolute error 4.0339953599755063e-13 relative error 1.2682997531048845e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.31806324570354993 y1[1] (numeric) 0.31806324570331823 absolute error 2.3170354523927017e-13 relative error 7.284826158607112e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8929999999996823 y2[1] (analytic) 0.31733217564872584 y2[1] (numeric) 0.3173321756483224 absolute error 4.034550471487819e-13 relative error 1.2713965935663285e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.31733217564872584 y1[1] (numeric) 0.31733217564849425 absolute error 2.3159252293680765e-13 relative error 7.298110330708204e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.893999999999682 y2[1] (analytic) 0.3166017882616692 y2[1] (numeric) 0.3166017882612657 absolute error 4.034550471487819e-13 relative error 1.274329653549932e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3166017882616692 y1[1] (numeric) 0.3166017882614377 absolute error 2.3148150063434514e-13 relative error 7.311440087098538e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.894999999999682 y2[1] (analytic) 0.31587208427276725 y2[1] (numeric) 0.31587208427236385 absolute error 4.0339953599755063e-13 relative error 1.2770977749626022e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.31587208427276725 y1[1] (numeric) 0.31587208427253594 absolute error 2.3131496718065137e-13 relative error 7.323058247239802e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.895999999999682 y2[1] (analytic) 0.3151430644117241 y2[1] (numeric) 0.3151430644113207 absolute error 4.034550471487819e-13 relative error 1.28022822873132e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3151430644117241 y1[1] (numeric) 0.3151430644114929 absolute error 2.3120394487818885e-13 relative error 7.336475746651002e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.896999999999682 y2[1] (analytic) 0.31441472940755943 y2[1] (numeric) 0.31441472940715604 absolute error 4.0339953599755063e-13 relative error 1.2830172961605907e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.31441472940755943 y1[1] (numeric) 0.3144147294073284 absolute error 2.310374114244951e-13 relative error 7.348173918563889e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8979999999996817 y2[1] (analytic) 0.31368707998860823 y2[1] (numeric) 0.31368707998820483 absolute error 4.0339953599755063e-13 relative error 1.2859934684342127e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.31368707998860823 y1[1] (numeric) 0.31368707998837736 absolute error 2.308708779708013e-13 relative error 7.359910327807748e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8989999999996816 y2[1] (analytic) 0.3129601168825199 y2[1] (numeric) 0.31296011688211645 absolute error 4.034550471487819e-13 relative error 1.28915802808264e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3129601168825199 y1[1] (numeric) 0.31296011688228914 absolute error 2.307598556683388e-13 relative error 7.37345889204669e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.8999999999996815 y2[1] (analytic) 0.3122338408162574 y2[1] (numeric) 0.3122338408158539 absolute error 4.034550471487819e-13 relative error 1.2921566928621493e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3122338408162574 y1[1] (numeric) 0.3122338408160268 absolute error 2.30593322214645e-13 relative error 7.385276420128465e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9009999999996814 y2[1] (analytic) 0.3115082525160967 y2[1] (numeric) 0.3115082525156933 absolute error 4.0339953599755063e-13 relative error 1.2949882795695938e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3115082525160967 y1[1] (numeric) 0.3115082525158663 absolute error 2.3042678876095124e-13 relative error 7.397132721196344e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9019999999996813 y2[1] (analytic) 0.31078335270762625 y2[1] (numeric) 0.3107833527072228 absolute error 4.034550471487819e-13 relative error 1.2981874467656503e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.31078335270762625 y1[1] (numeric) 0.3107833527073959 absolute error 2.3037127760972e-13 relative error 7.412600308306892e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.902999999999681 y2[1] (analytic) 0.3100591421157456 y2[1] (numeric) 0.31005914211534213 absolute error 4.034550471487819e-13 relative error 1.3012196460189245e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3100591421157456 y1[1] (numeric) 0.31005914211551533 absolute error 2.3026025530725747e-13 relative error 7.426333367757979e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.903999999999681 y2[1] (analytic) 0.3093356214646653 y2[1] (numeric) 0.30933562146426186 absolute error 4.034550471487819e-13 relative error 1.3042631341274986e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3093356214646653 y1[1] (numeric) 0.3093356214644352 absolute error 2.300937218535637e-13 relative error 7.43831960781299e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.904999999999681 y2[1] (analytic) 0.308612791477906 y2[1] (numeric) 0.30861279147750253 absolute error 4.034550471487819e-13 relative error 1.3073179670119596e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.308612791477906 y1[1] (numeric) 0.30861279147767606 absolute error 2.299271883998699e-13 relative error 7.450345376119341e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.905999999999681 y2[1] (analytic) 0.30789065287829764 y2[1] (numeric) 0.30789065287789413 absolute error 4.0351055830001314e-13 relative error 1.3105644959592583e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.30789065287829764 y1[1] (numeric) 0.3078906528780678 absolute error 2.298161660974074e-13 relative error 7.464213802822024e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9069999999996807 y2[1] (analytic) 0.3071692063879786 y2[1] (numeric) 0.30716920638757517 absolute error 4.034550471487819e-13 relative error 1.3134618925283376e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3071692063879786 y1[1] (numeric) 0.307169206387749 absolute error 2.2959412149248237e-13 relative error 7.474516218350583e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9079999999996806 y2[1] (analytic) 0.3064484527283956 y2[1] (numeric) 0.3064484527279921 absolute error 4.0351055830001314e-13 relative error 1.3167322422660212e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3064484527283956 y1[1] (numeric) 0.3064484527281661 absolute error 2.2948309919001986e-13 relative error 7.488473090559543e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9089999999996805 y2[1] (analytic) 0.30572839262030205 y2[1] (numeric) 0.3057283926198985 absolute error 4.035660694512444e-13 relative error 1.3200150172262588e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.30572839262030205 y1[1] (numeric) 0.3057283926200727 absolute error 2.2937207688755734e-13 relative error 7.502478749902202e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9099999999996804 y2[1] (analytic) 0.30500902678375796 y2[1] (numeric) 0.3050090267833544 absolute error 4.035660694512444e-13 relative error 1.3231282815028304e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.30500902678375796 y1[1] (numeric) 0.30500902678352876 absolute error 2.2920554343386357e-13 relative error 7.514713444738908e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9109999999996803 y2[1] (analytic) 0.30429035593812914 y2[1] (numeric) 0.30429035593772563 absolute error 4.0351055830001314e-13 relative error 1.3260708084421127e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.30429035593812914 y1[1] (numeric) 0.30429035593790016 absolute error 2.2898349882893854e-13 relative error 7.52516451344575e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.91199999999968 y2[1] (analytic) 0.3035723808020865 y2[1] (numeric) 0.303572380801683 absolute error 4.0351055830001314e-13 relative error 1.3292070814672735e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3035723808020865 y1[1] (numeric) 0.3035723808018576 absolute error 2.28872476526476e-13 relative error 7.539304989530291e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.91299999999968 y2[1] (analytic) 0.302855102093605 y2[1] (numeric) 0.30285510209320143 absolute error 4.035660694512444e-13 relative error 1.3325384537405355e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.302855102093605 y1[1] (numeric) 0.30285510209337624 absolute error 2.287614542240135e-13 relative error 7.553495141492086e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.91399999999968 y2[1] (analytic) 0.30213852052996326 y2[1] (numeric) 0.30213852052955975 absolute error 4.0351055830001314e-13 relative error 1.3355151060918654e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.30213852052996326 y1[1] (numeric) 0.30213852052973467 absolute error 2.2859492077031973e-13 relative error 7.565897932158896e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.91499999999968 y2[1] (analytic) 0.30142263682774284 y2[1] (numeric) 0.30142263682733933 absolute error 4.0351055830001314e-13 relative error 1.338686976355434e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.30142263682774284 y1[1] (numeric) 0.3014226368275144 absolute error 2.2842838731662596e-13 relative error 7.578342148442167e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9159999999996797 y2[1] (analytic) 0.3007074517028274 y2[1] (numeric) 0.3007074517024239 absolute error 4.0351055830001314e-13 relative error 1.3418708316506248e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.3007074517028274 y1[1] (numeric) 0.3007074517025991 absolute error 2.2831736501416344e-13 relative error 7.592673999971137e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9169999999996796 y2[1] (analytic) 0.29999296587040203 y2[1] (numeric) 0.2999929658699985 absolute error 4.0351055830001314e-13 relative error 1.3450667322457521e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.29999296587040203 y1[1] (numeric) 0.2999929658701738 absolute error 2.2820634271170093e-13 relative error 7.607056453793214e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9179999999996795 y2[1] (analytic) 0.29927918004495235 y2[1] (numeric) 0.2992791800445489 absolute error 4.034550471487819e-13 relative error 1.3480892559521918e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.29927918004495235 y1[1] (numeric) 0.29927918004472437 absolute error 2.279842981067759e-13 relative error 7.6177800965818e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9189999999996794 y2[1] (analytic) 0.2985660949402643 y2[1] (numeric) 0.29856609493986086 absolute error 4.034550471487819e-13 relative error 1.3513089864725036e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2985660949402643 y1[1] (numeric) 0.29856609494003644 absolute error 2.278732758043134e-13 relative error 7.632255626678078e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9199999999996793 y2[1] (analytic) 0.29785371126942284 y2[1] (numeric) 0.29785371126901944 absolute error 4.0339953599755063e-13 relative error 1.3543545731839366e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.29785371126942284 y1[1] (numeric) 0.29785371126919513 absolute error 2.277067423506196e-13 relative error 7.644918754920197e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.920999999999679 y2[1] (analytic) 0.29714202974481163 y2[1] (numeric) 0.29714202974440823 absolute error 4.0339953599755063e-13 relative error 1.3575983725492955e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.29714202974481163 y1[1] (numeric) 0.29714202974458404 absolute error 2.275957200481571e-13 relative error 7.65949267572879e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.921999999999679 y2[1] (analytic) 0.2964310510781121 y2[1] (numeric) 0.2964310510777087 absolute error 4.0339953599755063e-13 relative error 1.360854520909321e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2964310510781121 y1[1] (numeric) 0.29643105107788464 absolute error 2.274291865944633e-13 relative error 7.67224573024011e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.922999999999679 y2[1] (analytic) 0.2957207759803028 y2[1] (numeric) 0.29572077597989943 absolute error 4.0334402484631937e-13 relative error 1.3639353660873158e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2957207759803028 y1[1] (numeric) 0.2957207759800755 absolute error 2.2726265314076954e-13 relative error 7.685041823233514e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.923999999999679 y2[1] (analytic) 0.2950112051616589 y2[1] (numeric) 0.2950112051612555 absolute error 4.0339953599755063e-13 relative error 1.3674041152996122e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2950112051616589 y1[1] (numeric) 0.29501120516143176 absolute error 2.2715163083830703e-13 relative error 7.699762817952406e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9249999999996787 y2[1] (analytic) 0.294302339331751 y2[1] (numeric) 0.2943023393313477 absolute error 4.032885136950881e-13 relative error 1.3703204487290295e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.294302339331751 y1[1] (numeric) 0.29430233933152405 absolute error 2.26929586233382e-13 relative error 7.710763928980417e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9259999999996786 y2[1] (analytic) 0.2935941791994451 y2[1] (numeric) 0.29359417919904174 absolute error 4.0334402484631937e-13 relative error 1.3738147872894946e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2935941791994451 y1[1] (numeric) 0.2935941791992182 absolute error 2.2687407508215074e-13 relative error 7.727471835469535e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9269999999996785 y2[1] (analytic) 0.29288672547290096 y2[1] (numeric) 0.2928867254724977 absolute error 4.0323300254385686e-13 relative error 1.3767541082402713e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.29288672547290096 y1[1] (numeric) 0.2928867254726743 absolute error 2.266520304772257e-13 relative error 7.738555925034454e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9279999999996784 y2[1] (analytic) 0.2921799788595726 y2[1] (numeric) 0.2921799788591693 absolute error 4.032885136950881e-13 relative error 1.3802742928149654e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2921799788595726 y1[1] (numeric) 0.292179978859346 absolute error 2.2659651932599445e-13 relative error 7.755374622533639e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9289999999996783 y2[1] (analytic) 0.2914739400662063 y2[1] (numeric) 0.291473940065803 absolute error 4.032885136950881e-13 relative error 1.383617738187791e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2914739400662063 y1[1] (numeric) 0.2914739400659799 absolute error 2.2642998587230068e-13 relative error 7.76844701179353e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.929999999999678 y2[1] (analytic) 0.2907686097988409 y2[1] (numeric) 0.2907686097984376 absolute error 4.032885136950881e-13 relative error 1.3869740408845735e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2907686097988409 y1[1] (numeric) 0.29076860979861463 absolute error 2.262634524186069e-13 relative error 7.781563923806636e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.930999999999678 y2[1] (analytic) 0.2900639887628066 y2[1] (numeric) 0.2900639887624033 absolute error 4.032885136950881e-13 relative error 1.390343266722669e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2900639887628066 y1[1] (numeric) 0.2900639887625805 absolute error 2.2609691896491313e-13 relative error 7.794725568288274e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.931999999999678 y2[1] (analytic) 0.2893600776627243 y2[1] (numeric) 0.2893600776623211 absolute error 4.0323300254385686e-13 relative error 1.3935336408565036e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2893600776627243 y1[1] (numeric) 0.28936007766249844 absolute error 2.258748743599881e-13 relative error 7.806013745381488e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.932999999999678 y2[1] (analytic) 0.2886568772025052 y2[1] (numeric) 0.288656877202102 absolute error 4.0323300254385686e-13 relative error 1.3969284447741447e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2886568772025052 y1[1] (numeric) 0.2886568772022795 absolute error 2.2570834090629432e-13 relative error 7.819260815599769e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9339999999996778 y2[1] (analytic) 0.2879543880853497 y2[1] (numeric) 0.2879543880849464 absolute error 4.032885136950881e-13 relative error 1.4005291476077573e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2879543880853497 y1[1] (numeric) 0.2879543880851241 absolute error 2.255973186038318e-13 relative error 7.834481012908362e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9349999999996776 y2[1] (analytic) 0.28725261101374666 y2[1] (numeric) 0.2872526110133434 absolute error 4.032885136950881e-13 relative error 1.40395073267337e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.28725261101374666 y1[1] (numeric) 0.28725261101352123 absolute error 2.2543078515013804e-13 relative error 7.847823710098492e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9359999999996775 y2[1] (analytic) 0.28655154668947325 y2[1] (numeric) 0.28655154668906996 absolute error 4.032885136950881e-13 relative error 1.4073855763623534e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.28655154668947325 y1[1] (numeric) 0.286551546689248 absolute error 2.2526425169644426e-13 relative error 7.861212207678499e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9369999999996774 y2[1] (analytic) 0.28585119581359364 y2[1] (numeric) 0.2858511958131904 absolute error 4.0323300254385686e-13 relative error 1.4106395510998984e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.28585119581359364 y1[1] (numeric) 0.2858511958133686 absolute error 2.2504220709151923e-13 relative error 7.87270476343473e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9379999999996773 y2[1] (analytic) 0.28515155908645873 y2[1] (numeric) 0.2851515590860555 absolute error 4.0323300254385686e-13 relative error 1.414100641201809e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.28515155908645873 y1[1] (numeric) 0.28515155908623385 absolute error 2.2487567363782546e-13 relative error 7.886180750975397e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.938999999999677 y2[1] (analytic) 0.2844526372077052 y2[1] (numeric) 0.28445263720730196 absolute error 4.0323300254385686e-13 relative error 1.417575194598808e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2844526372077052 y1[1] (numeric) 0.28445263720748043 absolute error 2.2476465133536294e-13 relative error 7.90165468465112e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.939999999999677 y2[1] (analytic) 0.28375443087625485 y2[1] (numeric) 0.28375443087585156 absolute error 4.032885136950881e-13 relative error 1.4212589119743544e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.28375443087625485 y1[1] (numeric) 0.2837544308760302 absolute error 2.2465362903290043e-13 relative error 7.917184881982398e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.940999999999677 y2[1] (analytic) 0.28305694079031385 y2[1] (numeric) 0.2830569407899106 absolute error 4.0323300254385686e-13 relative error 1.4245649706310096e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.28305694079031385 y1[1] (numeric) 0.2830569407900894 absolute error 2.244315844279754e-13 relative error 7.928849361593022e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.941999999999677 y2[1] (analytic) 0.2823601676473724 y2[1] (numeric) 0.28236016764696914 absolute error 4.0323300254385686e-13 relative error 1.4280803340768568e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2823601676473724 y1[1] (numeric) 0.2823601676471481 absolute error 2.2426505097428162e-13 relative error 7.942517276528775e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9429999999996768 y2[1] (analytic) 0.2816641121442034 y2[1] (numeric) 0.2816641121438002 absolute error 4.031774913926256e-13 relative error 1.4314123596484705e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2816641121442034 y1[1] (numeric) 0.28166411214397935 absolute error 2.240430063693566e-13 relative error 7.954261714912883e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9439999999996767 y2[1] (analytic) 0.28096877497686246 y2[1] (numeric) 0.2809687749764593 absolute error 4.031774913926256e-13 relative error 1.434954796759273e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.28096877497686246 y1[1] (numeric) 0.2809687749766386 absolute error 2.2387647291566282e-13 relative error 7.96801968240417e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9449999999996765 y2[1] (analytic) 0.2802741568406867 y2[1] (numeric) 0.28027415684028345 absolute error 4.0323300254385686e-13 relative error 1.4387091806436596e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2802741568406867 y1[1] (numeric) 0.2802741568404629 absolute error 2.237654506132003e-13 relative error 7.983806039612599e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9459999999996764 y2[1] (analytic) 0.279580258430294 y2[1] (numeric) 0.2795802584298908 absolute error 4.031774913926256e-13 relative error 1.4420814032302189e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.279580258430294 y1[1] (numeric) 0.2795802584300704 absolute error 2.2359891715950653e-13 relative error 7.997664728364755e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9469999999996763 y2[1] (analytic) 0.2788870804395829 y2[1] (numeric) 0.2788870804391797 absolute error 4.031774913926256e-13 relative error 1.4456657180287294e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2788870804395829 y1[1] (numeric) 0.27888708043935945 absolute error 2.2343238370581275e-13 relative error 8.011571685344397e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.947999999999676 y2[1] (analytic) 0.2781946235617312 y2[1] (numeric) 0.27819462356132807 absolute error 4.0312198024139434e-13 relative error 1.4490645975835758e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2781946235617312 y1[1] (numeric) 0.2781946235615079 absolute error 2.2326585025211898e-13 relative error 8.025527143322971e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.948999999999676 y2[1] (analytic) 0.2775028884891958 y2[1] (numeric) 0.27750288848879273 absolute error 4.030664690901631e-13 relative error 1.4524766617189857e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2775028884891958 y1[1] (numeric) 0.2775028884889727 absolute error 2.230993167984252e-13 relative error 8.039531336521972e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.949999999999676 y2[1] (analytic) 0.2768118759137118 y2[1] (numeric) 0.2768118759133087 absolute error 4.0312198024139434e-13 relative error 1.4563030538727902e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2768118759137118 y1[1] (numeric) 0.27681187591348877 absolute error 2.2304380564719395e-13 relative error 8.057595249877267e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.950999999999676 y2[1] (analytic) 0.2761215865262915 y2[1] (numeric) 0.2761215865258885 absolute error 4.030109579389318e-13 relative error 1.4595416570249148e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2761215865262915 y1[1] (numeric) 0.27612158652606866 absolute error 2.2282176104226892e-13 relative error 8.069697260741058e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9519999999996758 y2[1] (analytic) 0.2754320210172244 y2[1] (numeric) 0.2754320210168214 absolute error 4.030109579389318e-13 relative error 1.463195733199551e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2754320210172244 y1[1] (numeric) 0.2754320210170017 absolute error 2.227107387398064e-13 relative error 8.085869533879613e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9529999999996757 y2[1] (analytic) 0.2747431800760759 y2[1] (numeric) 0.27474318007567294 absolute error 4.0295544678770057e-13 relative error 1.4666622358965303e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2747431800760759 y1[1] (numeric) 0.27474318007585335 absolute error 2.2254420528611263e-13 relative error 8.100081145762765e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9539999999996756 y2[1] (analytic) 0.2740550643916869 y2[1] (numeric) 0.27405506439128396 absolute error 4.0295544678770057e-13 relative error 1.470344828993146e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2740550643916869 y1[1] (numeric) 0.2740550643914645 absolute error 2.2243318298365011e-13 relative error 8.116368273557703e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9549999999996754 y2[1] (analytic) 0.27336767465217304 y2[1] (numeric) 0.2733676746517701 absolute error 4.0295544678770057e-13 relative error 1.474042047218685e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.27336767465217304 y1[1] (numeric) 0.2733676746519508 absolute error 2.2226664952995634e-13 relative error 8.130685159200461e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9559999999996753 y2[1] (analytic) 0.27268101154492397 y2[1] (numeric) 0.272681011544521 absolute error 4.0295544678770057e-13 relative error 1.47775396792275e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.27268101154492397 y1[1] (numeric) 0.2726810115447018 absolute error 2.2215562722749382e-13 relative error 8.147088276108066e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.956999999999675 y2[1] (analytic) 0.27199507575660264 y2[1] (numeric) 0.2719950757561998 absolute error 4.0284442448523805e-13 relative error 1.4810724913480684e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.27199507575660264 y1[1] (numeric) 0.2719950757563807 absolute error 2.219335826225688e-13 relative error 8.159470608253517e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.957999999999675 y2[1] (analytic) 0.27130986797314505 y2[1] (numeric) 0.27130986797274215 absolute error 4.028999356364693e-13 relative error 1.4850176244837116e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.27130986797314505 y1[1] (numeric) 0.27130986797292317 absolute error 2.2187807147133753e-13 relative error 8.178031751255711e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.958999999999675 y2[1] (analytic) 0.2706253888797586 y2[1] (numeric) 0.2706253888793558 absolute error 4.0284442448523805e-13 relative error 1.488568482627569e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2706253888797586 y1[1] (numeric) 0.27062538887953697 absolute error 2.216560268664125e-13 relative error 8.190511163196752e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.959999999999675 y2[1] (analytic) 0.2699416391609226 y2[1] (numeric) 0.2699416391605198 absolute error 4.0284442448523805e-13 relative error 1.4923389579222602e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2699416391609226 y1[1] (numeric) 0.2699416391607011 absolute error 2.2154500456395e-13 relative error 8.207144524001296e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.960999999999675 y2[1] (analytic) 0.26925861950038654 y2[1] (numeric) 0.26925861949998375 absolute error 4.027889133340068e-13 relative error 1.4959183631015703e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.26925861950038654 y1[1] (numeric) 0.2692586195001652 absolute error 2.2132295995902496e-13 relative error 8.219716804969627e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9619999999996747 y2[1] (analytic) 0.26857633058117014 y2[1] (numeric) 0.26857633058076735 absolute error 4.027889133340068e-13 relative error 1.4997185807938292e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.26857633058117014 y1[1] (numeric) 0.26857633058094893 absolute error 2.2121193765656244e-13 relative error 8.236464366680553e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9629999999996746 y2[1] (analytic) 0.2678947730855622 y2[1] (numeric) 0.2678947730851594 absolute error 4.027889133340068e-13 relative error 1.5035340506825085e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2678947730855622 y1[1] (numeric) 0.26789477308534115 absolute error 2.2104540420286867e-13 relative error 8.251202576926336e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9639999999996745 y2[1] (analytic) 0.2672139476951201 y2[1] (numeric) 0.26721394769471735 absolute error 4.0273340218277554e-13 relative error 1.5071571138280457e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2672139476951201 y1[1] (numeric) 0.26721394769489926 absolute error 2.2082335959794364e-13 relative error 8.263915918412082e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9649999999996743 y2[1] (analytic) 0.2665338550906693 y2[1] (numeric) 0.26653385509026656 absolute error 4.0273340218277554e-13 relative error 1.5110028031740058e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2665338550906693 y1[1] (numeric) 0.2665338550904486 absolute error 2.2071233729548112e-13 relative error 8.280836864810264e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9659999999996742 y2[1] (analytic) 0.26585449595230226 y2[1] (numeric) 0.2658544959518995 absolute error 4.0273340218277554e-13 relative error 1.514863988815262e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.26585449595230226 y1[1] (numeric) 0.2658544959520817 absolute error 2.2054580384178735e-13 relative error 8.295733463215763e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.966999999999674 y2[1] (analytic) 0.2651758709593781 y2[1] (numeric) 0.2651758709589754 absolute error 4.0273340218277554e-13 relative error 1.518740753922025e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2651758709593781 y1[1] (numeric) 0.26517587095915773 absolute error 2.2037927038809357e-13 relative error 8.310683381213562e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.967999999999674 y2[1] (analytic) 0.26449798079052167 y2[1] (numeric) 0.26449798079011905 absolute error 4.02622379880313e-13 relative error 1.522213434964495e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.26449798079052167 y1[1] (numeric) 0.26449798079030157 absolute error 2.2010171463193728e-13 relative error 8.32148941077378e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.968999999999674 y2[1] (analytic) 0.26382082612362323 y2[1] (numeric) 0.2638208261232206 absolute error 4.02622379880313e-13 relative error 1.5261205333791542e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.26382082612362323 y1[1] (numeric) 0.2638208261234033 absolute error 2.199351811782435e-13 relative error 8.336535989588045e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.969999999999674 y2[1] (analytic) 0.26314440763583735 y2[1] (numeric) 0.26314440763543473 absolute error 4.02622379880313e-13 relative error 1.5300434597777875e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.26314440763583735 y1[1] (numeric) 0.2631444076356175 absolute error 2.19824158875781e-13 relative error 8.353746174989712e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9709999999996737 y2[1] (analytic) 0.2624687260035824 y2[1] (numeric) 0.2624687260031798 absolute error 4.02622379880313e-13 relative error 1.5339822995704933e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2624687260035824 y1[1] (numeric) 0.26246872600336274 absolute error 2.1965762542208722e-13 relative error 8.36890660333716e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9719999999996736 y2[1] (analytic) 0.26179378190254 y2[1] (numeric) 0.26179378190213737 absolute error 4.02622379880313e-13 relative error 1.5379371387445725e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.26179378190254 y1[1] (numeric) 0.2617937819023205 absolute error 2.1949109196839345e-13 relative error 8.384121669096981e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9729999999996735 y2[1] (analytic) 0.2611195760076541 y2[1] (numeric) 0.26111957600725155 absolute error 4.0256686872908176e-13 relative error 1.5416954748627557e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2611195760076541 y1[1] (numeric) 0.26111957600743485 absolute error 2.1926904736346842e-13 relative error 8.397265755250808e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9739999999996733 y2[1] (analytic) 0.2604461089931307 y2[1] (numeric) 0.26044610899272813 absolute error 4.0256686872908176e-13 relative error 1.5456820233766652e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2604461089931307 y1[1] (numeric) 0.2604461089929116 absolute error 2.1910251390977464e-13 relative error 8.412585419563842e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9749999999996732 y2[1] (analytic) 0.2597733815324367 y2[1] (numeric) 0.2597733815320341 absolute error 4.0256686872908176e-13 relative error 1.5496848305022164e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2597733815324367 y1[1] (numeric) 0.25977338153221774 absolute error 2.1893598045608087e-13 relative error 8.427960523304939e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.975999999999673 y2[1] (analytic) 0.25910139429829937 y2[1] (numeric) 0.25910139429789686 absolute error 4.025113575778505e-13 relative error 1.5534897396748296e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.25910139429829937 y1[1] (numeric) 0.25910139429808066 absolute error 2.1871393585115584e-13 relative error 8.441248895764487e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.976999999999673 y2[1] (analytic) 0.25843014796270614 y2[1] (numeric) 0.25843014796230357 absolute error 4.0256686872908176e-13 relative error 1.5577395745142547e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.25843014796270614 y1[1] (numeric) 0.25843014796248753 absolute error 2.1860291354869332e-13 relative error 8.458878163868085e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.977999999999673 y2[1] (analytic) 0.25775964319690303 y2[1] (numeric) 0.2577596431965005 absolute error 4.025113575778505e-13 relative error 1.5615763297374346e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.25775964319690303 y1[1] (numeric) 0.25775964319668465 absolute error 2.183808689437683e-13 relative error 8.472267661270262e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.978999999999673 y2[1] (analytic) 0.25708988067139493 y2[1] (numeric) 0.2570898806709924 absolute error 4.025113575778505e-13 relative error 1.5656444996072376e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.25708988067139493 y1[1] (numeric) 0.2570898806711767 absolute error 2.1821433549007452e-13 relative error 8.487861712806579e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9799999999996727 y2[1] (analytic) 0.2564208610559442 y2[1] (numeric) 0.25642086105554174 absolute error 4.0245584642661925e-13 relative error 1.5695128889642647e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2564208610559442 y1[1] (numeric) 0.2564208610557262 absolute error 2.1799229088514949e-13 relative error 8.501347744776093e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9809999999996726 y2[1] (analytic) 0.25575258501957054 y2[1] (numeric) 0.25575258501916803 absolute error 4.025113575778505e-13 relative error 1.573831042791023e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.25575258501957054 y1[1] (numeric) 0.25575258501935266 absolute error 2.1788126858268697e-13 relative error 8.519220580547187e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9819999999996725 y2[1] (analytic) 0.25508505323054975 y2[1] (numeric) 0.2550850532301473 absolute error 4.0245584642661925e-13 relative error 1.577731981273217e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.25508505323054975 y1[1] (numeric) 0.2550850532303321 absolute error 2.1765922397776194e-13 relative error 8.532809791134184e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9829999999996724 y2[1] (analytic) 0.25441826635641374 y2[1] (numeric) 0.2544182663560113 absolute error 4.0245584642661925e-13 relative error 1.5818669476460473e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.25441826635641374 y1[1] (numeric) 0.2544182663561962 absolute error 2.1754820167529942e-13 relative error 8.550809059068772e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9839999999996722 y2[1] (analytic) 0.2537522250639491 y2[1] (numeric) 0.2537522250635468 absolute error 4.0234482412415673e-13 relative error 1.585581462478842e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2537522250639491 y1[1] (numeric) 0.2537522250637318 absolute error 2.173261570703744e-13 relative error 8.564502518770235e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.984999999999672 y2[1] (analytic) 0.25308693001919735 y2[1] (numeric) 0.253086930018795 absolute error 4.0234482412415673e-13 relative error 1.5897495144993767e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.25308693001919735 y1[1] (numeric) 0.2530869300189802 absolute error 2.1715962361668062e-13 relative error 8.580436121304583e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.985999999999672 y2[1] (analytic) 0.25242238188745325 y2[1] (numeric) 0.25242238188705096 absolute error 4.0228931297292547e-13 relative error 1.5937149073899988e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.25242238188745325 y1[1] (numeric) 0.2524223818872363 absolute error 2.169375790117556e-13 relative error 8.59422914044448e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.986999999999672 y2[1] (analytic) 0.251758581333265 y2[1] (numeric) 0.2517585813328627 absolute error 4.0228931297292547e-13 relative error 1.5979169839712262e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.251758581333265 y1[1] (numeric) 0.25175858133304824 absolute error 2.1677104555806181e-13 relative error 8.610274351328327e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.987999999999672 y2[1] (analytic) 0.2510955290204331 y2[1] (numeric) 0.2510955290200308 absolute error 4.0228931297292547e-13 relative error 1.6021365037534733e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2510955290204331 y1[1] (numeric) 0.2510955290202165 absolute error 2.1660451210436804e-13 relative error 8.626378691384095e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9889999999996717 y2[1] (analytic) 0.25043322561200976 y2[1] (numeric) 0.25043322561160747 absolute error 4.0228931297292547e-13 relative error 1.6063735632115473e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.25043322561200976 y1[1] (numeric) 0.25043322561179326 absolute error 2.1649348980190553e-13 relative error 8.644759067924706e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9899999999996716 y2[1] (analytic) 0.24977167177029835 y2[1] (numeric) 0.24977167176989606 absolute error 4.0228931297292547e-13 relative error 1.6106282594884878e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.24977167177029835 y1[1] (numeric) 0.249771671770082 absolute error 2.1635471192382738e-13 relative error 8.662099684498938e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9909999999996715 y2[1] (analytic) 0.24911086815685257 y2[1] (numeric) 0.24911086815645037 absolute error 4.022060462460786e-13 relative error 1.6145664347042044e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.24911086815685257 y1[1] (numeric) 0.24911086815663644 absolute error 2.1613266731890235e-13 relative error 8.676163706467213e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9919999999996714 y2[1] (analytic) 0.24845081543247616 y2[1] (numeric) 0.24845081543207392 absolute error 4.022338018216942e-13 relative error 1.6189675253089001e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.24845081543247616 y1[1] (numeric) 0.24845081543226016 absolute error 2.159938894408242e-13 relative error 8.69362771318925e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9929999999996713 y2[1] (analytic) 0.24779151425722157 y2[1] (numeric) 0.24779151425681942 absolute error 4.0215053509484733e-13 relative error 1.6229390917616025e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.24779151425722157 y1[1] (numeric) 0.24779151425700582 absolute error 2.1574408926028354e-13 relative error 8.706677866148758e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.993999999999671 y2[1] (analytic) 0.24713296529039008 y2[1] (numeric) 0.247132965289988 absolute error 4.0209502394361607e-13 relative error 1.6270392072993582e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.24713296529039008 y1[1] (numeric) 0.24713296529017453 absolute error 2.1554980023097414e-13 relative error 8.72201731475586e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.994999999999671 y2[1] (analytic) 0.24647516919053059 y2[1] (numeric) 0.24647516919012852 absolute error 4.0206726836800044e-13 relative error 1.6312688604229897e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.24647516919053059 y1[1] (numeric) 0.2464751691903152 absolute error 2.1538326677728037e-13 relative error 8.738538145024438e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.995999999999671 y2[1] (analytic) 0.24581812661543911 y2[1] (numeric) 0.24581812661503707 absolute error 4.020395127923848e-13 relative error 1.6355161367792064e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.24581812661543911 y1[1] (numeric) 0.2458181266152239 absolute error 2.152167333235866e-13 relative error 8.75512055546149e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.996999999999671 y2[1] (analytic) 0.2451618382221582 y2[1] (numeric) 0.24516183822175616 absolute error 4.020395127923848e-13 relative error 1.6398943477820918e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2451618382221582 y1[1] (numeric) 0.24516183822194312 absolute error 2.1507795544550845e-13 relative error 8.772896997558459e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9979999999996707 y2[1] (analytic) 0.2445063046669761 y2[1] (numeric) 0.24450630466657414 absolute error 4.0195624606553793e-13 relative error 1.6439504356053833e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2445063046669761 y1[1] (numeric) 0.24450630466676124 absolute error 2.1485591084058342e-13 relative error 8.787336225674128e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9989999999996706 y2[1] (analytic) 0.24385152660542642 y2[1] (numeric) 0.24385152660502446 absolute error 4.0195624606553793e-13 relative error 1.6483646900268913e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.24385152660542642 y1[1] (numeric) 0.24385152660521173 absolute error 2.1468937738688965e-13 relative error 8.804102249245963e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 3.9999999999996705 y2[1] (analytic) 0.24319750469228718 y2[1] (numeric) 0.24319750469188517 absolute error 4.020117572167692e-13 relative error 1.6530258306943833e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.24319750469228718 y1[1] (numeric) 0.2431975046920726 absolute error 2.1457835508442713e-13 relative error 8.823213682061777e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.000999999999671 y2[1] (analytic) 0.24254423958157978 y2[1] (numeric) 0.24254423958117813 absolute error 4.01650934733766e-13 relative error 1.6559904099419796e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.24254423958157978 y1[1] (numeric) 0.2425442395813657 absolute error 2.140787547233458e-13 relative error 8.826379677895438e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.001999999999671 y2[1] (analytic) 0.24189173192656976 y2[1] (numeric) 0.2418917319261684 absolute error 4.013733789776097e-13 relative error 1.6593100383416712e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.24189173192656976 y1[1] (numeric) 0.2418917319263561 absolute error 2.1366242108911138e-13 relative error 8.83297743942617e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0029999999996715 y2[1] (analytic) 0.24123998237976452 y2[1] (numeric) 0.24123998237936353 absolute error 4.009848009189909e-13 relative error 1.6621821845756609e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.24123998237976452 y1[1] (numeric) 0.2412399823795514 absolute error 2.131073095767988e-13 relative error 8.833830423736363e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.003999999999672 y2[1] (analytic) 0.2405889915929138 y2[1] (numeric) 0.24058899159251307 absolute error 4.0073500073845025e-13 relative error 1.665641466324901e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2405889915929138 y1[1] (numeric) 0.2405889915927011 absolute error 2.1269097594256436e-13 relative error 8.84042842252924e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.004999999999672 y2[1] (analytic) 0.2399387602170081 y2[1] (numeric) 0.23993876021660773 absolute error 4.003741782554471e-13 relative error 1.6686515254698164e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2399387602170081 y1[1] (numeric) 0.23993876021679594 absolute error 2.1216362000586741e-13 relative error 8.842407113130867e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0059999999996725 y2[1] (analytic) 0.23928928890227896 y2[1] (numeric) 0.23928928890187884 absolute error 4.001243780749064e-13 relative error 1.6721366004740368e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.23928928890227896 y1[1] (numeric) 0.23928928890206722 absolute error 2.1174728637163298e-13 relative error 8.849008133335479e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.006999999999673 y2[1] (analytic) 0.2386405782981974 y2[1] (numeric) 0.23864057829779767 absolute error 3.997358000162876e-13 relative error 1.6750537685874651e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2386405782981974 y1[1] (numeric) 0.23864057829798618 absolute error 2.1121993043493603e-13 relative error 8.85096457363603e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.007999999999673 y2[1] (analytic) 0.23799262905347418 y2[1] (numeric) 0.23799262905307475 absolute error 3.994304886845157e-13 relative error 1.678331342752503e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.23799262905347418 y1[1] (numeric) 0.2379926290532634 absolute error 2.1077584122508597e-13 relative error 8.85640206855848e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0089999999996735 y2[1] (analytic) 0.23734544181605832 y2[1] (numeric) 0.23734544181565928 absolute error 3.990419106258969e-13 relative error 1.6812705884410986e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.23734544181605832 y1[1] (numeric) 0.23734544181584807 absolute error 2.1024848528838902e-13 relative error 8.858332550213064e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.009999999999674 y2[1] (analytic) 0.23669901723313724 y2[1] (numeric) 0.23669901723273842 absolute error 3.9881986602097186e-13 relative error 1.6849240469306777e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.23669901723313724 y1[1] (numeric) 0.23669901723292738 absolute error 2.0985990722977022e-13 relative error 8.866108093007764e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.010999999999674 y2[1] (analytic) 0.2360533559511352 y2[1] (numeric) 0.23605335595073673 absolute error 3.984590435379687e-13 relative error 1.6880041460645563e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2360533559511352 y1[1] (numeric) 0.23605335595092583 absolute error 2.093603068686889e-13 relative error 8.869194255896452e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0119999999996745 y2[1] (analytic) 0.23540845861571358 y2[1] (numeric) 0.23540845861531542 absolute error 3.9815373220619676e-13 relative error 1.691331460846751e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.23540845861571358 y1[1] (numeric) 0.23540845861550466 absolute error 2.0891621765883883e-13 relative error 8.874626633526312e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.012999999999675 y2[1] (analytic) 0.23476432587176965 y2[1] (numeric) 0.23476432587137178 absolute error 3.978761764500405e-13 relative error 1.6947897640434687e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.23476432587176965 y1[1] (numeric) 0.23476432587156118 absolute error 2.0847212844898877e-13 relative error 8.88005993563341e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.013999999999675 y2[1] (analytic) 0.23412095836343605 y2[1] (numeric) 0.2341209583630385 absolute error 3.9754310954265293e-13 relative error 1.6980244413895216e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.23412095836343605 y1[1] (numeric) 0.23412095836322805 absolute error 2.0800028366352308e-13 relative error 8.884308569275344e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0149999999996755 y2[1] (analytic) 0.23347835673408024 y2[1] (numeric) 0.23347835673368303 absolute error 3.972100426352654e-13 relative error 1.7012713648985764e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.23347835673408024 y1[1] (numeric) 0.23347835673387274 absolute error 2.0750068330244176e-13 relative error 8.887362674852739e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.015999999999676 y2[1] (analytic) 0.23283652162630386 y2[1] (numeric) 0.23283652162590696 absolute error 3.9690473130349346e-13 relative error 1.704649805499648e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.23283652162630386 y1[1] (numeric) 0.2328365216260968 absolute error 2.070565940925917e-13 relative error 8.892788495823339e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.016999999999676 y2[1] (analytic) 0.23219545368194194 y2[1] (numeric) 0.23219545368154532 absolute error 3.9662717554733717e-13 relative error 1.70816081563178e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.23219545368194194 y1[1] (numeric) 0.23219545368173533 absolute error 2.0661250488274163e-13 relative error 8.898214913619993e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0179999999996765 y2[1] (analytic) 0.23155515354206224 y2[1] (numeric) 0.23155515354166603 absolute error 3.9621084191310274e-13 relative error 1.711086261101637e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.23155515354206224 y1[1] (numeric) 0.23155515354185618 absolute error 2.0605739337042905e-13 relative error 8.898847217105816e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.018999999999677 y2[1] (analytic) 0.23091562184696512 y2[1] (numeric) 0.23091562184656916 absolute error 3.959610417325621e-13 relative error 1.7147434139166973e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.23091562184696512 y1[1] (numeric) 0.23091562184675946 absolute error 2.0566881531181025e-13 relative error 8.9066652860807e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.019999999999677 y2[1] (analytic) 0.23027685923618202 y2[1] (numeric) 0.23027685923578636 absolute error 3.9565573040079016e-13 relative error 1.7181740784252591e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.23027685923618202 y1[1] (numeric) 0.2302768592359768 absolute error 2.0522472610196019e-13 relative error 8.912086380832246e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0209999999996775 y2[1] (analytic) 0.22963886634847552 y2[1] (numeric) 0.22963886634808017 absolute error 3.9535041906901824e-13 relative error 1.7216180577597718e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.22963886634847552 y1[1] (numeric) 0.22963886634827074 absolute error 2.0478063689211012e-13 relative error 8.917507743717773e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.021999999999678 y2[1] (analytic) 0.2290016438218384 y2[1] (numeric) 0.22900164382144345 absolute error 3.9496184101039944e-13 relative error 1.724711816119874e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2290016438218384 y1[1] (numeric) 0.22900164382163415 absolute error 2.0425328095541317e-13 relative error 8.919293221943888e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.022999999999678 y2[1] (analytic) 0.22836519229349328 y2[1] (numeric) 0.22836519229309862 absolute error 3.946565296786275e-13 relative error 1.728181627484708e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.22836519229349328 y1[1] (numeric) 0.2283651922932895 absolute error 2.0378143616994748e-13 relative error 8.923489351566725e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0239999999996785 y2[1] (analytic) 0.2277295123998916 y2[1] (numeric) 0.2277295123994972 absolute error 3.9437897392247123e-13 relative error 1.7317868455711801e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2277295123998916 y1[1] (numeric) 0.22772951239968825 absolute error 2.0333734696009742e-13 relative error 8.928897480930724e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.024999999999679 y2[1] (analytic) 0.22709460477671306 y2[1] (numeric) 0.22709460477631904 absolute error 3.9401815143946806e-13 relative error 1.735039684570577e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.22709460477671306 y1[1] (numeric) 0.22709460477651025 absolute error 2.0280999102340047e-13 relative error 8.930638894869826e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.025999999999679 y2[1] (analytic) 0.2264604700588655 y2[1] (numeric) 0.2264604700584717 absolute error 3.93796106834543e-13 relative error 1.73891764303139e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2264604700588655 y1[1] (numeric) 0.22646047005866304 absolute error 2.024491685403973e-13 relative error 8.9397133410424e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0269999999996795 y2[1] (analytic) 0.2258271088804833 y2[1] (numeric) 0.22582710888008983 absolute error 3.934630399271555e-13 relative error 1.742319785599309e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2258271088804833 y1[1] (numeric) 0.22582710888028132 absolute error 2.019773237549316e-13 relative error 8.943891845235731e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.02799999999968 y2[1] (analytic) 0.22519452187492772 y2[1] (numeric) 0.22519452187453456 absolute error 3.9315772859538356e-13 relative error 1.7458583153889599e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.22519452187492772 y1[1] (numeric) 0.22519452187472622 absolute error 2.015054789694659e-13 relative error 8.948063091933532e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.02899999999968 y2[1] (analytic) 0.22456270967478564 y2[1] (numeric) 0.22456270967439287 absolute error 3.9276915053676476e-13 relative error 1.749039950157253e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.22456270967478564 y1[1] (numeric) 0.22456270967458467 absolute error 2.0097812303276896e-13 relative error 8.949754984869386e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0299999999996805 y2[1] (analytic) 0.22393167291186933 y2[1] (numeric) 0.22393167291147686 absolute error 3.9246383920499284e-13 relative error 1.7526053108148355e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.22393167291186933 y1[1] (numeric) 0.22393167291166882 absolute error 2.0050627824730327e-13 relative error 8.953904360202526e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.030999999999681 y2[1] (analytic) 0.22330141221721544 y2[1] (numeric) 0.2233014122168233 absolute error 3.921585278732209e-13 relative error 1.756184719027887e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.22330141221721544 y1[1] (numeric) 0.22330141221701538 absolute error 2.000621890374532e-13 relative error 8.959289018864046e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.031999999999681 y2[1] (analytic) 0.22267192822108461 y2[1] (numeric) 0.22267192822069276 absolute error 3.91853216541449e-13 relative error 1.7597782516725194e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.22267192822108461 y1[1] (numeric) 0.222671928220885 absolute error 1.9961809982760315e-13 relative error 8.964672889948122e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0329999999996815 y2[1] (analytic) 0.22204322155296086 y2[1] (numeric) 0.22204322155256923 absolute error 3.9163117193652397e-13 relative error 1.7637609885024734e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.22204322155296086 y1[1] (numeric) 0.22204322155276163 absolute error 1.9922952176898434e-13 relative error 8.972555900404504e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.033999999999682 y2[1] (analytic) 0.2214152928415506 y2[1] (numeric) 0.22141529284115932 absolute error 3.912703494535208e-13 relative error 1.7671333557502825e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2214152928415506 y1[1] (numeric) 0.22141529284135186 absolute error 1.9872992140790302e-13 relative error 8.97543791386254e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.034999999999682 y2[1] (analytic) 0.22078814271478264 y2[1] (numeric) 0.2207881427143917 absolute error 3.9093728254613325e-13 relative error 1.7706443731045456e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.22078814271478264 y1[1] (numeric) 0.22078814271458438 absolute error 1.9825807662243733e-13 relative error 8.979561772868845e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0359999999996825 y2[1] (analytic) 0.22016177179980712 y2[1] (numeric) 0.22016177179941643 absolute error 3.906874823655926e-13 relative error 1.774547321143674e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.22016177179980712 y1[1] (numeric) 0.22016177179960925 absolute error 1.9786949856381852e-13 relative error 8.987459400705635e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.036999999999683 y2[1] (analytic) 0.21953618072299474 y2[1] (numeric) 0.21953618072260436 absolute error 3.9038217103382067e-13 relative error 1.7782133666905463e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.21953618072299474 y1[1] (numeric) 0.21953618072279732 absolute error 1.9742540935396846e-13 relative error 8.992841576444973e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.037999999999683 y2[1] (analytic) 0.21891137010993655 y2[1] (numeric) 0.21891137010954653 absolute error 3.900213485508175e-13 relative error 1.7816404344596176e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.21891137010993655 y1[1] (numeric) 0.21891137010973966 absolute error 1.968980534172715e-13 relative error 8.994418760359043e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0389999999996835 y2[1] (analytic) 0.2182873405854432 y2[1] (numeric) 0.2182873405850535 absolute error 3.8968828164342995e-13 relative error 1.7852078851585812e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2182873405854432 y1[1] (numeric) 0.2182873405852468 absolute error 1.963984530561902e-13 relative error 8.997244298705214e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.039999999999684 y2[1] (analytic) 0.21766409277354415 y2[1] (numeric) 0.21766409277315474 absolute error 3.8941072588727366e-13 relative error 1.7890443982986813e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.21766409277354415 y1[1] (numeric) 0.2176640927733482 absolute error 1.9595436384634013e-13 relative error 9.002604028502274e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.040999999999684 y2[1] (analytic) 0.2170416272974871 y2[1] (numeric) 0.21704162729709803 absolute error 3.890776589798861e-13 relative error 1.7926407197758365e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2170416272974871 y1[1] (numeric) 0.21704162729729162 absolute error 1.9548251906087444e-13 relative error 9.006683256799269e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0419999999996845 y2[1] (analytic) 0.21641994477973758 y2[1] (numeric) 0.21641994477934876 absolute error 3.8882785879934545e-13 relative error 1.7966359763887605e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.21641994477973758 y1[1] (numeric) 0.21641994477954252 absolute error 1.9506618542664e-13 relative error 9.013318325405246e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.042999999999685 y2[1] (analytic) 0.21579904584197795 y2[1] (numeric) 0.2157990458415894 absolute error 3.8855030304318916e-13 relative error 1.800519096491793e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.21579904584197795 y1[1] (numeric) 0.21579904584178333 absolute error 1.9462209621678994e-13 relative error 9.018672694192766e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.043999999999685 y2[1] (analytic) 0.2151789311051071 y2[1] (numeric) 0.21517893110471886 absolute error 3.8824499171141724e-13 relative error 1.8042890617472843e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2151789311051071 y1[1] (numeric) 0.21517893110491296 absolute error 1.9415025143132425e-13 relative error 9.022735192252112e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0449999999996855 y2[1] (analytic) 0.21455960118923978 y2[1] (numeric) 0.2145596011888518 absolute error 3.8796743595526095e-13 relative error 1.8082035658384587e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.21455960118923978 y1[1] (numeric) 0.21455960118904607 absolute error 1.937061622214742e-13 relative error 9.028081761329662e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.045999999999686 y2[1] (analytic) 0.21394105671370578 y2[1] (numeric) 0.21394105671331812 absolute error 3.8766212462348904e-13 relative error 1.812004346329164e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.21394105671370578 y1[1] (numeric) 0.21394105671351255 absolute error 1.932343174360085e-13 relative error 9.032128774356439e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.046999999999686 y2[1] (analytic) 0.21332329829704955 y2[1] (numeric) 0.21332329829666222 absolute error 3.873290577161015e-13 relative error 1.8156903667256798e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.21332329829704955 y1[1] (numeric) 0.21332329829685678 absolute error 1.927624726505428e-13 relative error 9.036165959806411e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0479999999996865 y2[1] (analytic) 0.21270632655702948 y2[1] (numeric) 0.21270632655664246 absolute error 3.8702374638432957e-13 relative error 1.8195215565464773e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.21270632655702948 y1[1] (numeric) 0.2127063265568372 absolute error 1.9229062786507711e-13 relative error 9.04019316103987e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.048999999999687 y2[1] (analytic) 0.21209014211061727 y2[1] (numeric) 0.21209014211023053 absolute error 3.867461906281733e-13 relative error 1.82349913475216e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.21209014211061727 y1[1] (numeric) 0.21209014211042543 absolute error 1.9184653865522705e-13 relative error 9.045518888622743e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.049999999999687 y2[1] (analytic) 0.21147474557399726 y2[1] (numeric) 0.21147474557361085 absolute error 3.8641312372078573e-13 relative error 1.8272305880872933e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.21147474557399726 y1[1] (numeric) 0.21147474557380588 absolute error 1.9137469386976136e-13 relative error 9.04952945328393e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0509999999996875 y2[1] (analytic) 0.21086013756256594 y2[1] (numeric) 0.21086013756217986 absolute error 3.860800568133982e-13 relative error 1.8309769749573524e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.21086013756256594 y1[1] (numeric) 0.21086013756237507 absolute error 1.9087509350868004e-13 relative error 9.052213268714388e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.051999999999688 y2[1] (analytic) 0.21024631869093136 y2[1] (numeric) 0.21024631869054555 absolute error 3.858025010572419e-13 relative error 1.8350024079345883e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.21024631869093136 y1[1] (numeric) 0.21024631869074092 absolute error 1.9043100429882998e-13 relative error 9.05751907974044e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.052999999999688 y2[1] (analytic) 0.20963328957291227 y2[1] (numeric) 0.20963328957252675 absolute error 3.855249453010856e-13 relative error 1.8390444861430117e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.20963328957291227 y1[1] (numeric) 0.2096332895727223 absolute error 1.8998691508897991e-13 relative error 9.062821819761638e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0539999999996885 y2[1] (analytic) 0.20902105082153777 y2[1] (numeric) 0.20902105082115252 absolute error 3.852473895449293e-13 relative error 1.8431033048142775e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.20902105082153777 y1[1] (numeric) 0.2090210508213482 absolute error 1.8957058145474548e-13 relative error 9.069449259280631e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.054999999999689 y2[1] (analytic) 0.20840960304904643 y2[1] (numeric) 0.20840960304866155 absolute error 3.8488656706192614e-13 relative error 1.84677942585663e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.20840960304904643 y1[1] (numeric) 0.20840960304885736 absolute error 1.8907098109366416e-13 relative error 9.072085850533904e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.055999999999689 y2[1] (analytic) 0.20779894686688616 y2[1] (numeric) 0.20779894686650155 absolute error 3.8460901130576985e-13 relative error 1.8508708398418707e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.20779894686688616 y1[1] (numeric) 0.20779894686669753 absolute error 1.886268918838141e-13 relative error 9.077374776333517e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0569999999996895 y2[1] (analytic) 0.20718908288571303 y2[1] (numeric) 0.20718908288532867 absolute error 3.843592111252292e-13 relative error 1.8551132413537661e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.20718908288571303 y1[1] (numeric) 0.20718908288552482 absolute error 1.8821055824957966e-13 relative error 9.08399977586647e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.05799999999969 y2[1] (analytic) 0.20658001171539087 y2[1] (numeric) 0.20658001171500684 absolute error 3.8402614421784165e-13 relative error 1.8589704832959425e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.20658001171539087 y1[1] (numeric) 0.20658001171520315 absolute error 1.8771095788849834e-13 relative error 9.086598278787555e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.05899999999969 y2[1] (analytic) 0.2059717339649909 y2[1] (numeric) 0.2059717339646072 absolute error 3.8372083288606973e-13 relative error 1.8629781159743544e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2059717339649909 y1[1] (numeric) 0.20597173396480364 absolute error 1.8726686867864828e-13 relative error 9.091872223131263e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0599999999996905 y2[1] (analytic) 0.2053642502427908 y2[1] (numeric) 0.2053642502424074 absolute error 3.834155215542978e-13 relative error 1.8670022708480508e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2053642502427908 y1[1] (numeric) 0.205364250242604 absolute error 1.8682277946879822e-13 relative error 9.097142236193883e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.060999999999691 y2[1] (analytic) 0.2047575611562743 y2[1] (numeric) 0.20475756115589114 absolute error 3.8316572137375715e-13 relative error 1.871314149328624e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2047575611562743 y1[1] (numeric) 0.2047575611560879 absolute error 1.8640644583456378e-13 relative error 9.103763728280362e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.061999999999691 y2[1] (analytic) 0.2041516673121303 y2[1] (numeric) 0.20415166731174744 absolute error 3.8286041004198523e-13 relative error 1.8753724379660571e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2041516673121303 y1[1] (numeric) 0.20415166731194437 absolute error 1.859346010490981e-13 relative error 9.107669973854297e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0629999999996915 y2[1] (analytic) 0.2035465693162527 y2[1] (numeric) 0.20354656931587012 absolute error 3.8258285428582894e-13 relative error 1.8795838985200752e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2035465693162527 y1[1] (numeric) 0.2035465693160672 absolute error 1.8549051183924803e-13 relative error 9.112927447627438e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.063999999999692 y2[1] (analytic) 0.20294226777373936 y2[1] (numeric) 0.2029422677733571 absolute error 3.822497873784414e-13 relative error 1.8835395483242173e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.20294226777373936 y1[1] (numeric) 0.20294226777355437 absolute error 1.849909114781667e-13 relative error 9.115445171057877e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.064999999999692 y2[1] (analytic) 0.2023387632888919 y2[1] (numeric) 0.20233876328850992 absolute error 3.819722316222851e-13 relative error 1.887785738202418e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2023387632888919 y1[1] (numeric) 0.2023387632887073 absolute error 1.8457457784393227e-13 relative error 9.122057229360616e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0659999999996925 y2[1] (analytic) 0.20173605646521464 y2[1] (numeric) 0.20173605646483295 absolute error 3.816946758661288e-13 relative error 1.8920498524364903e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.20173605646521464 y1[1] (numeric) 0.2017360564650305 absolute error 1.841304886340822e-13 relative error 9.12729691758557e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.066999999999693 y2[1] (analytic) 0.2011341479054144 y2[1] (numeric) 0.201134147905033 absolute error 3.813893645343569e-13 relative error 1.896194000402704e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.2011341479054144 y1[1] (numeric) 0.2011341479052307 absolute error 1.8368639942423215e-13 relative error 9.132531762364526e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.067999999999693 y2[1] (analytic) 0.20053303821139967 y2[1] (numeric) 0.2005330382110186 absolute error 3.81084053202585e-13 relative error 1.9003554556474154e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.20053303821139967 y1[1] (numeric) 0.20053303821121643 absolute error 1.8324231021438209e-13 relative error 9.137761630141468e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0689999999996935 y2[1] (analytic) 0.19993272798428008 y2[1] (numeric) 0.19993272798389933 absolute error 3.8075098629519744e-13 relative error 1.9043954940940654e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.19993272798428008 y1[1] (numeric) 0.19993272798409734 absolute error 1.8274270985330077e-13 relative error 9.14020989438353e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.069999999999694 y2[1] (analytic) 0.19933321782436586 y2[1] (numeric) 0.19933321782398541 absolute error 3.804456749634255e-13 relative error 1.9085914486096308e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.19933321782436586 y1[1] (numeric) 0.19933321782418356 absolute error 1.822986206434507e-13 relative error 9.145421050899581e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.070999999999694 y2[1] (analytic) 0.19873450833116713 y2[1] (numeric) 0.19873450833078696 absolute error 3.8016811920726923e-13 relative error 1.9129446737743444e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.19873450833116713 y1[1] (numeric) 0.19873450833098524 absolute error 1.8188228700921627e-13 relative error 9.15202339727187e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0719999999996945 y2[1] (analytic) 0.1981366001033933 y2[1] (numeric) 0.1981366001030134 absolute error 3.7989056345111294e-13 relative error 1.917316453663156e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1981366001033933 y1[1] (numeric) 0.19813660010321182 absolute error 1.8146595337498184e-13 relative error 9.158628606743416e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.072999999999695 y2[1] (analytic) 0.19753949373895252 y2[1] (numeric) 0.1975394937385729 absolute error 3.7961300769495665e-13 relative error 1.9217068977437666e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.19753949373895252 y1[1] (numeric) 0.1975394937387715 absolute error 1.8102186416513177e-13 relative error 9.163831532561852e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.073999999999695 y2[1] (analytic) 0.19694318983495107 y2[1] (numeric) 0.19694318983457182 absolute error 3.7925218521195347e-13 relative error 1.9256933206463604e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.19694318983495107 y1[1] (numeric) 0.19694318983477055 absolute error 1.8052226380405045e-13 relative error 9.166210009868215e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0749999999996955 y2[1] (analytic) 0.19634768898769295 y2[1] (numeric) 0.19634768898731397 absolute error 3.789746294557972e-13 relative error 1.9301201425373093e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.19634768898769295 y1[1] (numeric) 0.19634768898751284 absolute error 1.8010593016981602e-13 relative error 9.172806214240956e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.075999999999696 y2[1] (analytic) 0.1957529917926789 y2[1] (numeric) 0.19575299179230016 absolute error 3.7875258485087215e-13 relative error 1.9348495334978443e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1957529917926789 y1[1] (numeric) 0.1957529917924992 absolute error 1.7971735211119721e-13 relative error 9.180822753479806e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.076999999999696 y2[1] (analytic) 0.19515909884460592 y2[1] (numeric) 0.19515909884422752 absolute error 3.78391762367869e-13 relative error 1.9388886534527442e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.19515909884460592 y1[1] (numeric) 0.19515909884442673 absolute error 1.7918999617450027e-13 relative error 9.181739269926587e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0779999999996965 y2[1] (analytic) 0.19456601073736712 y2[1] (numeric) 0.19456601073698898 absolute error 3.781419621873283e-13 relative error 1.943515009400893e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.19456601073736712 y1[1] (numeric) 0.19456601073718835 absolute error 1.7877366254026583e-13 relative error 9.188329547527269e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.078999999999697 y2[1] (analytic) 0.19397372806405044 y2[1] (numeric) 0.19397372806367258 absolute error 3.7786440643117203e-13 relative error 1.948018477566202e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.19397372806405044 y1[1] (numeric) 0.19397372806387211 absolute error 1.7832957333041577e-13 relative error 9.193491052124907e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.079999999999697 y2[1] (analytic) 0.19338225141693854 y2[1] (numeric) 0.19338225141656096 absolute error 3.7758685067501574e-13 relative error 1.9525413935787001e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.19338225141693854 y1[1] (numeric) 0.19338225141676063 absolute error 1.7791323969618134e-13 relative error 9.200081103233952e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0809999999996975 y2[1] (analytic) 0.19279158138750796 y2[1] (numeric) 0.1927915813871307 absolute error 3.772537837676282e-13 relative error 1.9567959402197868e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.19279158138750796 y1[1] (numeric) 0.19279158138733052 absolute error 1.7744139491071564e-13 relative error 9.203793735892508e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.081999999999698 y2[1] (analytic) 0.19220171856642876 y2[1] (numeric) 0.19220171856605178 absolute error 3.769762280114719e-13 relative error 1.9613572179438206e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.19220171856642876 y1[1] (numeric) 0.19220171856625176 absolute error 1.7699730570086558e-13 relative error 9.208934603760672e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.082999999999698 y2[1] (analytic) 0.19161266354356365 y2[1] (numeric) 0.19161266354318698 absolute error 3.766709166797e-13 relative error 1.9657934382508223e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.19161266354356365 y1[1] (numeric) 0.1916126635433871 absolute error 1.7655321649101552e-13 relative error 9.214068278471358e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0839999999996985 y2[1] (analytic) 0.19102441690796768 y2[1] (numeric) 0.19102441690759128 absolute error 3.763933609235437e-13 relative error 1.9703939790319247e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.19102441690796768 y1[1] (numeric) 0.19102441690779154 absolute error 1.7613688285678109e-13 relative error 9.22064758567701e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.084999999999699 y2[1] (analytic) 0.19043697924788727 y2[1] (numeric) 0.19043697924751124 absolute error 3.760325384405405e-13 relative error 1.9745773112220391e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.19043697924788727 y1[1] (numeric) 0.19043697924771166 absolute error 1.7560952692008414e-13 relative error 9.221398470698142e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.085999999999699 y2[1] (analytic) 0.18985035115076032 y2[1] (numeric) 0.18985035115038448 absolute error 3.758382494112311e-13 relative error 1.9796552765539932e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.18985035115076032 y1[1] (numeric) 0.18985035115058507 absolute error 1.7524870443708096e-13 relative error 9.230886504809033e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0869999999996995 y2[1] (analytic) 0.18926453320321457 y2[1] (numeric) 0.18926453320283906 absolute error 3.7550518250384357e-13 relative error 1.9840229764583585e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.18926453320321457 y1[1] (numeric) 0.18926453320303982 absolute error 1.7474910407599964e-13 relative error 9.23306131996587e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0879999999997 y2[1] (analytic) 0.1886795259910682 y2[1] (numeric) 0.1886795259906929 absolute error 3.7528313789891854e-13 relative error 1.9889976717276885e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1886795259910682 y1[1] (numeric) 0.1886795259908938 absolute error 1.7438828159299646e-13 relative error 9.242565173777878e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0889999999997 y2[1] (analytic) 0.1880953300993281 y2[1] (numeric) 0.18809533009895313 absolute error 3.749778265671466e-13 relative error 1.9935520268851485e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1880953300993281 y1[1] (numeric) 0.1880953300991542 absolute error 1.7391643680753077e-13 relative error 9.24618578864718e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0899999999997005 y2[1] (analytic) 0.18751194611219024 y2[1] (numeric) 0.1875119461118156 absolute error 3.7464475965975907e-13 relative error 1.9979780884765892e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.18751194611219024 y1[1] (numeric) 0.1875119461120168 absolute error 1.7344459202206508e-13 relative error 9.249788913090982e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.090999999999701 y2[1] (analytic) 0.1869293746130386 y2[1] (numeric) 0.18692937461266423 absolute error 3.743672039036028e-13 relative error 2.0027200362627764e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1869293746130386 y1[1] (numeric) 0.1869293746128656 absolute error 1.7300050281221502e-13 relative error 9.254859123684672e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.091999999999701 y2[1] (analytic) 0.18634761618444462 y2[1] (numeric) 0.1863476161840705 absolute error 3.741174037230621e-13 relative error 2.0076318194098348e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.18634761618444462 y1[1] (numeric) 0.18634761618427204 absolute error 1.7258416917798058e-13 relative error 9.261410084643039e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0929999999997015 y2[1] (analytic) 0.1857666714081666 y2[1] (numeric) 0.1857666714077928 absolute error 3.738120923912902e-13 relative error 2.012266729858932e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1857666714081666 y1[1] (numeric) 0.1857666714079945 absolute error 1.721123243925149e-13 relative error 9.264973263925778e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.093999999999702 y2[1] (analytic) 0.1851865408651494 y2[1] (numeric) 0.18518654086477582 absolute error 3.735900477863652e-13 relative error 2.0173714895317847e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1851865408651494 y1[1] (numeric) 0.18518654086497768 absolute error 1.717237463338961e-13 relative error 9.273014417335179e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.094999999999702 y2[1] (analytic) 0.1846072251355233 y2[1] (numeric) 0.18460722513515007 absolute error 3.73229225303362e-13 relative error 2.0217476592769763e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1846072251355233 y1[1] (numeric) 0.1846072251353521 absolute error 1.7119639039719914e-13 relative error 9.273547677861523e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0959999999997025 y2[1] (analytic) 0.18402872479860422 y2[1] (numeric) 0.18402872479823126 absolute error 3.729516695472057e-13 relative error 2.0265948696615345e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.18402872479860422 y1[1] (numeric) 0.18402872479843344 absolute error 1.707800567629647e-13 relative error 9.280076083223504e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.096999999999703 y2[1] (analytic) 0.1834510404328923 y2[1] (numeric) 0.18345104043251964 absolute error 3.726463582154338e-13 relative error 2.0313123181863366e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1834510404328923 y1[1] (numeric) 0.18345104043272198 absolute error 1.7030821197749901e-13 relative error 9.28357841828643e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.097999999999703 y2[1] (analytic) 0.18287417261607197 y2[1] (numeric) 0.18287417261569955 absolute error 3.7242431361050876e-13 relative error 2.0365058022292762e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.18287417261607197 y1[1] (numeric) 0.18287417261590203 absolute error 1.6994738949449584e-13 relative error 9.293132379676447e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.0989999999997035 y2[1] (analytic) 0.18229812192501083 y2[1] (numeric) 0.18229812192463873 absolute error 3.720912467031212e-13 relative error 2.041113988306378e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.18229812192501083 y1[1] (numeric) 0.18229812192484138 absolute error 1.6944778913341452e-13 relative error 9.295092420267372e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.099999999999704 y2[1] (analytic) 0.18172288893575972 y2[1] (numeric) 0.18172288893538785 absolute error 3.718692020981962e-13 relative error 2.0463531274238903e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.18172288893575972 y1[1] (numeric) 0.18172288893559066 absolute error 1.690592110747957e-13 relative error 9.303132481817373e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.100999999999704 y2[1] (analytic) 0.1811484742235514 y2[1] (numeric) 0.18114847422317984 absolute error 3.7156389076642427e-13 relative error 2.0511566126021317e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1811484742235514 y1[1] (numeric) 0.18114847422338282 absolute error 1.6858736628933002e-13 relative error 9.306584944308171e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.1019999999997045 y2[1] (analytic) 0.18057487836280073 y2[1] (numeric) 0.1805748783624294 absolute error 3.7134184616149923e-13 relative error 2.056442454943375e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.18057487836280073 y1[1] (numeric) 0.1805748783626325 absolute error 1.6822654380632684e-13 relative error 9.316165422985123e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.102999999999705 y2[1] (analytic) 0.1800021019271033 y2[1] (numeric) 0.18000210192673227 absolute error 3.710365348297273e-13 relative error 2.0612900119354636e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1800021019271033 y1[1] (numeric) 0.18000210192693555 absolute error 1.6775469902086115e-13 relative error 9.319596672754296e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.103999999999705 y2[1] (analytic) 0.17943014548923564 y2[1] (numeric) 0.1794301454888649 absolute error 3.707312234979554e-13 relative error 2.0661590753722946e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.17943014548923564 y1[1] (numeric) 0.17943014548906835 absolute error 1.6728285423539546e-13 relative error 9.323007222631443e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.1049999999997056 y2[1] (analytic) 0.17885900962115409 y2[1] (numeric) 0.17885900962078366 absolute error 3.704259121661835e-13 relative error 2.0710497779831848e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.17885900962115409 y1[1] (numeric) 0.17885900962098727 absolute error 1.6681100944992977e-13 relative error 9.326396797301769e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.105999999999706 y2[1] (analytic) 0.17828869489399457 y2[1] (numeric) 0.17828869489362437 absolute error 3.7020386756125845e-13 relative error 2.0764292866767083e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.17828869489399457 y1[1] (numeric) 0.17828869489382815 absolute error 1.6642243139131097e-13 relative error 9.334435449777735e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.106999999999706 y2[1] (analytic) 0.17771920187807166 y2[1] (numeric) 0.1777192018777017 absolute error 3.699540673807178e-13 relative error 2.081677519768141e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.17771920187807166 y1[1] (numeric) 0.17771920187790566 absolute error 1.6600609775707653e-13 relative error 9.34092073353834e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.1079999999997066 y2[1] (analytic) 0.17715053114287826 y2[1] (numeric) 0.17715053114250864 absolute error 3.6962100047333024e-13 relative error 2.0864797756390447e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.17715053114287826 y1[1] (numeric) 0.17715053114271276 absolute error 1.655064973959952e-13 relative error 9.342703988988228e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.108999999999707 y2[1] (analytic) 0.17658268325708526 y2[1] (numeric) 0.17658268325671586 absolute error 3.693989558684052e-13 relative error 2.0919319440321356e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.17658268325708526 y1[1] (numeric) 0.17658268325692014 absolute error 1.651179193373764e-13 relative error 9.35074245626807e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.109999999999707 y2[1] (analytic) 0.1760156587885403 y2[1] (numeric) 0.17601565878817121 absolute error 3.690936445366333e-13 relative error 2.0969364150723137e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1760156587885403 y1[1] (numeric) 0.17601565878837566 absolute error 1.6464607455191071e-13 relative error 9.354058365324834e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.1109999999997076 y2[1] (analytic) 0.17544945830426795 y2[1] (numeric) 0.1754494583038991 absolute error 3.6884384435609263e-13 relative error 2.1022797557826385e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.17544945830426795 y1[1] (numeric) 0.17544945830410372 absolute error 1.6422974091767628e-13 relative error 9.360515700929996e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.111999999999708 y2[1] (analytic) 0.1748840823704686 y2[1] (numeric) 0.17488408237009997 absolute error 3.686217997511676e-13 relative error 2.107806466744592e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1748840823704686 y1[1] (numeric) 0.17488408237030476 absolute error 1.6384116285905748e-13 relative error 9.368557769138865e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.112999999999708 y2[1] (analytic) 0.174319531552518 y2[1] (numeric) 0.17431953155214974 absolute error 3.682609772681644e-13 relative error 2.1125629124193512e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.174319531552518 y1[1] (numeric) 0.17431953155235466 absolute error 1.6334156249797616e-13 relative error 9.37023872444067e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.113999999999709 y2[1] (analytic) 0.17375580641496713 y2[1] (numeric) 0.17375580641459915 absolute error 3.6798342151200814e-13 relative error 2.1178194220064376e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.17375580641496713 y1[1] (numeric) 0.1737558064148042 absolute error 1.6292522886374172e-13 relative error 9.376678237424791e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.114999999999709 y2[1] (analytic) 0.17319290752154104 y2[1] (numeric) 0.17319290752117328 absolute error 3.677613769070831e-13 relative error 2.1234205382304262e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.17319290752154104 y1[1] (numeric) 0.17319290752137848 absolute error 1.6256440638073855e-13 relative error 9.386320069747627e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.115999999999709 y2[1] (analytic) 0.17263083543513846 y2[1] (numeric) 0.17263083543477098 absolute error 3.674838211509268e-13 relative error 2.1287264249439334e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.17263083543513846 y1[1] (numeric) 0.17263083543497634 absolute error 1.6212031717088848e-13 relative error 9.391156380738305e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.11699999999971 y2[1] (analytic) 0.17206959071783146 y2[1] (numeric) 0.1720695907174643 absolute error 3.6715075424353927e-13 relative error 2.1337341055550712e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.17206959071783146 y1[1] (numeric) 0.1720695907176698 absolute error 1.616484723854228e-13 relative error 9.394366064977876e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.11799999999971 y2[1] (analytic) 0.17150917393086484 y2[1] (numeric) 0.17150917393049792 absolute error 3.6692870963861424e-13 relative error 2.1394115616609687e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.17150917393086484 y1[1] (numeric) 0.17150917393070358 absolute error 1.61259894326804e-13 relative error 9.402406333774757e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.11899999999971 y2[1] (analytic) 0.17094958563465523 y2[1] (numeric) 0.17094958563428855 absolute error 3.666789094580736e-13 relative error 2.1449534849515289e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.17094958563465523 y1[1] (numeric) 0.1709495856344944 absolute error 1.6084356069256955e-13 relative error 9.408830100139361e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.119999999999711 y2[1] (analytic) 0.17039082638879077 y2[1] (numeric) 0.17039082638842448 absolute error 3.6629033139945477e-13 relative error 2.149706877785008e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.17039082638879077 y1[1] (numeric) 0.17039082638863046 absolute error 1.603162047558726e-13 relative error 9.408734504877023e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.120999999999711 y2[1] (analytic) 0.16983289675203095 y2[1] (numeric) 0.16983289675166488 absolute error 3.6606828679452974e-13 relative error 2.1554615966364722e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.16983289675203095 y1[1] (numeric) 0.169832896751871 absolute error 1.5995538227286943e-13 relative error 9.418398044898012e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.121999999999711 y2[1] (analytic) 0.16927579728230513 y2[1] (numeric) 0.16927579728193934 absolute error 3.6579073103837345e-13 relative error 2.1609157180830516e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.16927579728230513 y1[1] (numeric) 0.16927579728214562 absolute error 1.5951129306301937e-13 relative error 9.42316005146316e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.122999999999712 y2[1] (analytic) 0.1687195285367128 y2[1] (numeric) 0.16871952853634728 absolute error 3.6551317528221716e-13 relative error 2.1663951911925996e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1687195285367128 y1[1] (numeric) 0.16871952853655373 absolute error 1.590672038531693e-13 relative error 9.427907085370786e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.123999999999712 y2[1] (analytic) 0.16816409107152264 y2[1] (numeric) 0.16816409107115743 absolute error 3.6520786395044524e-13 relative error 2.1717351286079084e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.16816409107152264 y1[1] (numeric) 0.168164091071364 absolute error 1.5862311464331924e-13 relative error 9.432638896484418e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.124999999999712 y2[1] (analytic) 0.16760948544217213 y2[1] (numeric) 0.16760948544180718 absolute error 3.649580637699046e-13 relative error 2.177430846512686e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.16760948544217213 y1[1] (numeric) 0.16760948544201393 absolute error 1.582067810090848e-13 relative error 9.439011198663253e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.125999999999713 y2[1] (analytic) 0.16705571220326687 y2[1] (numeric) 0.1670557122029021 absolute error 3.647637747405952e-13 relative error 2.1834857960245313e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.16705571220326687 y1[1] (numeric) 0.16705571220310902 absolute error 1.5784595852608163e-13 relative error 9.448701660319213e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.126999999999713 y2[1] (analytic) 0.16650277190857987 y2[1] (numeric) 0.16650277190821544 absolute error 3.6443070783320763e-13 relative error 2.188736581714701e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.16650277190857987 y1[1] (numeric) 0.1665027719084225 absolute error 1.5737411374061594e-13 relative error 9.451741369628601e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.127999999999713 y2[1] (analytic) 0.1659506651110516 y2[1] (numeric) 0.1659506651106874 absolute error 3.642086632282826e-13 relative error 2.194680346623256e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1659506651110516 y1[1] (numeric) 0.16595066511089462 absolute error 1.5698553568199713e-13 relative error 9.459771407179649e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.128999999999714 y2[1] (analytic) 0.16539939236278867 y2[1] (numeric) 0.16539939236242474 absolute error 3.639311074721263e-13 relative error 2.2003170765819756e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.16539939236278867 y1[1] (numeric) 0.16539939236263212 absolute error 1.5654144647214707e-13 relative error 9.464451122576527e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.129999999999714 y2[1] (analytic) 0.16484895421506385 y2[1] (numeric) 0.16484895421470017 absolute error 3.6368130729158565e-13 relative error 2.2061487076049195e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.16484895421506385 y1[1] (numeric) 0.16484895421490772 absolute error 1.5612511283791264e-13 relative error 9.470797893824065e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.130999999999714 y2[1] (analytic) 0.16429935121831518 y2[1] (numeric) 0.16429935121795178 absolute error 3.6340375153542936e-13 relative error 2.2118392363738022e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.16429935121831518 y1[1] (numeric) 0.1642993512181595 absolute error 1.5568102362806258e-13 relative error 9.475449688246128e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.131999999999715 y2[1] (analytic) 0.1637505839221457 y2[1] (numeric) 0.16375058392178254 absolute error 3.631539513548887e-13 relative error 2.2177261458044525e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1637505839221457 y1[1] (numeric) 0.1637505839219904 absolute error 1.5529244556944377e-13 relative error 9.483474308908522e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.132999999999715 y2[1] (analytic) 0.16320265287532254 y2[1] (numeric) 0.1632026528749597 absolute error 3.628486400231168e-13 relative error 2.223301114475831e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.16320265287532254 y1[1] (numeric) 0.16320265287516772 absolute error 1.5482060078397808e-13 relative error 9.486402215670608e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.133999999999715 y2[1] (analytic) 0.16265555862577685 y2[1] (numeric) 0.16265555862541423 absolute error 3.6262659541819176e-13 relative error 2.229414097384093e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.16265555862577685 y1[1] (numeric) 0.16265555862562242 absolute error 1.5443202272535927e-13 relative error 9.49442023562579e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.134999999999716 y2[1] (analytic) 0.16210930172060267 y2[1] (numeric) 0.16210930172024038 absolute error 3.622935285108042e-13 relative error 2.2348719331061056e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.16210930172060267 y1[1] (numeric) 0.1621093017204487 absolute error 1.5396017793989358e-13 relative error 9.497306835930106e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.135999999999716 y2[1] (analytic) 0.16156388270605704 y2[1] (numeric) 0.16156388270569497 absolute error 3.620714839058792e-13 relative error 2.241042229497652e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.16156388270605704 y1[1] (numeric) 0.16156388270590347 absolute error 1.5357159988127478e-13 relative error 9.505317482415107e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.136999999999716 y2[1] (analytic) 0.16101930212755877 y2[1] (numeric) 0.16101930212719698 absolute error 3.617939281497229e-13 relative error 2.2468978772688467e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.16101930212755877 y1[1] (numeric) 0.16101930212740564 absolute error 1.5312751067142472e-13 relative error 9.509885376979077e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.137999999999717 y2[1] (analytic) 0.16047556052968848 y2[1] (numeric) 0.16047556052932696 absolute error 3.615163723935666e-13 relative error 2.2527814902175398e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.16047556052968848 y1[1] (numeric) 0.16047556052953577 absolute error 1.5271117703719028e-13 relative error 9.516164114531212e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.138999999999717 y2[1] (analytic) 0.15993265845618776 y2[1] (numeric) 0.15993265845582644 absolute error 3.613220833642572e-13 relative error 2.2592138894711015e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.15993265845618776 y1[1] (numeric) 0.1599326584560354 absolute error 1.523503545541871e-13 relative error 9.525906467434995e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.139999999999717 y2[1] (analytic) 0.15939059644995845 y2[1] (numeric) 0.15939059644959747 absolute error 3.6098901645686965e-13 relative error 2.2648074886287544e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.15939059644995845 y1[1] (numeric) 0.1593905964498066 absolute error 1.5185075419310579e-13 relative error 9.526958150305947e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.140999999999718 y2[1] (analytic) 0.15884937505306274 y2[1] (numeric) 0.158849375052702 absolute error 3.60739216276329e-13 relative error 2.2709514353193149e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.15884937505306274 y1[1] (numeric) 0.15884937505291127 absolute error 1.5146217613448698e-13 relative error 9.534955745585521e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.141999999999718 y2[1] (analytic) 0.1583089948067219 y2[1] (numeric) 0.15830899480636137 absolute error 3.6051717167140396e-13 relative error 2.277300617766895e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1583089948067219 y1[1] (numeric) 0.15830899480657082 absolute error 1.5107359807586818e-13 relative error 9.542957319659105e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.142999999999718 y2[1] (analytic) 0.157769456251316 y2[1] (numeric) 0.15776945625095581 absolute error 3.601841047640164e-13 relative error 2.2829774109778744e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.157769456251316 y1[1] (numeric) 0.1577694562511654 absolute error 1.5060175329040248e-13 relative error 9.545685005753215e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.143999999999719 y2[1] (analytic) 0.1572307599263837 y2[1] (numeric) 0.1572307599260238 absolute error 3.598787934322445e-13 relative error 2.2888574322272673e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1572307599263837 y1[1] (numeric) 0.15723075992623353 absolute error 1.5015766408055242e-13 relative error 9.550145540914327e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.144999999999719 y2[1] (analytic) 0.15669290637062128 y2[1] (numeric) 0.15669290637026165 absolute error 3.5962899325170383e-13 relative error 2.2951198084301507e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.15669290637062128 y1[1] (numeric) 0.15669290637047154 absolute error 1.49741330446318e-13 relative error 9.556356692506492e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.145999999999719 y2[1] (analytic) 0.1561558961218822 y2[1] (numeric) 0.15615589612152284 absolute error 3.5935143749554754e-13 relative error 2.3012351529465654e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1561558961218822 y1[1] (numeric) 0.1561558961217329 absolute error 1.4929724123646793e-13 relative error 9.560781561519716e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.14699999999972 y2[1] (analytic) 0.15561972971717675 y2[1] (numeric) 0.1556197297168176 absolute error 3.5915714846623814e-13 relative error 2.307915256754206e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.15561972971717675 y1[1] (numeric) 0.15561972971702778 absolute error 1.4896417432908038e-13 relative error 9.572319306800483e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.14799999999972 y2[1] (analytic) 0.15508440769267107 y2[1] (numeric) 0.15508440769231224 absolute error 3.588240815588506e-13 relative error 2.313734094209703e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.15508440769267107 y1[1] (numeric) 0.1550844076925226 absolute error 1.4846457396799906e-13 relative error 9.573146403100016e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.14899999999972 y2[1] (analytic) 0.15454993058368738 y2[1] (numeric) 0.1545499305833288 absolute error 3.5857428137830993e-13 relative error 2.3201193298766656e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.15454993058368738 y1[1] (numeric) 0.15454993058353933 absolute error 1.4804824033376462e-13 relative error 9.579314579736926e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.149999999999721 y2[1] (analytic) 0.1540162989247027 y2[1] (numeric) 0.15401629892434432 absolute error 3.5837999234900053e-13 relative error 2.3268965353089646e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1540162989247027 y1[1] (numeric) 0.154016298924555 absolute error 1.4768741785076145e-13 relative error 9.58907718740629e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.150999999999721 y2[1] (analytic) 0.1534835132493485 y2[1] (numeric) 0.15348351324899043 absolute error 3.580746810172286e-13 relative error 2.3329846537686586e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1534835132493485 y1[1] (numeric) 0.15348351324920126 absolute error 1.4724332864091139e-13 relative error 9.593429647502312e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.151999999999721 y2[1] (analytic) 0.1529515740904106 y2[1] (numeric) 0.15295157409005275 absolute error 3.578526364123036e-13 relative error 2.3396466400586025e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1529515740904106 y1[1] (numeric) 0.15295157409026372 absolute error 1.468825061579082e-13 relative error 9.603203303490363e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.152999999999722 y2[1] (analytic) 0.15242048197982794 y2[1] (numeric) 0.1524204819794704 absolute error 3.5754732508053166e-13 relative error 2.345795790934785e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.15242048197982794 y1[1] (numeric) 0.1524204819796815 absolute error 1.4643841694805815e-13 relative error 9.607528794420064e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.153999999999722 y2[1] (analytic) 0.15189023744869268 y2[1] (numeric) 0.1518902374483354 absolute error 3.5726976932437537e-13 relative error 2.352157553542954e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.15189023744869268 y1[1] (numeric) 0.15189023744854668 absolute error 1.4599432773820809e-13 relative error 9.611830897790506e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.154999999999722 y2[1] (analytic) 0.15136084102724934 y2[1] (numeric) 0.1513608410268923 absolute error 3.5704772471945034e-13 relative error 2.35891742075595e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.15136084102724934 y1[1] (numeric) 0.15136084102710373 absolute error 1.4560574967958928e-13 relative error 9.61977673296464e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.155999999999723 y2[1] (analytic) 0.15083229324489422 y2[1] (numeric) 0.15083229324453742 absolute error 3.567979245389097e-13 relative error 2.365527413679282e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.15083229324489422 y1[1] (numeric) 0.15083229324474903 absolute error 1.4518941604535485e-13 relative error 9.625884014746265e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.156999999999723 y2[1] (analytic) 0.1503045946301751 y2[1] (numeric) 0.15030459462981857 absolute error 3.565203687827534e-13 relative error 2.3719858309053883e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1503045946301751 y1[1] (numeric) 0.15030459463003032 absolute error 1.4477308241112041e-13 relative error 9.631979831843133e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.157999999999723 y2[1] (analytic) 0.1497777457107906 y2[1] (numeric) 0.14977774571043428 absolute error 3.56326079753444e-13 relative error 2.3790321990923967e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1497777457107906 y1[1] (numeric) 0.14977774571064617 absolute error 1.4444001550373287e-13 relative error 9.643623277828972e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.158999999999724 y2[1] (analytic) 0.14925174701358945 y2[1] (numeric) 0.14925174701323343 absolute error 3.5602076842167207e-13 relative error 2.385370861952163e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.14925174701358945 y1[1] (numeric) 0.14925174701344546 absolute error 1.439959262938828e-13 relative error 9.647855330013115e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.159999999999724 y2[1] (analytic) 0.14872659906457042 y2[1] (numeric) 0.14872659906421465 absolute error 3.557709682411314e-13 relative error 2.392113922316422e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.14872659906457042 y1[1] (numeric) 0.14872659906442684 absolute error 1.4357959265964837e-13 relative error 9.653928319662077e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.160999999999724 y2[1] (analytic) 0.14820230238888144 y2[1] (numeric) 0.14820230238852589 absolute error 3.555489236362064e-13 relative error 2.399078272773721e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.14820230238888144 y1[1] (numeric) 0.14820230238873822 absolute error 1.432187701766452e-13 relative error 9.663734494545199e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.161999999999725 y2[1] (analytic) 0.147678857510819 y2[1] (numeric) 0.14767885751046375 absolute error 3.5524361230443446e-13 relative error 2.4055143592806386e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.147678857510819 y1[1] (numeric) 0.14767885751067622 absolute error 1.4277468096679513e-13 relative error 9.667916137307293e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.162999999999725 y2[1] (analytic) 0.14715626495382805 y2[1] (numeric) 0.14715626495347306 absolute error 3.549938121238938e-13 relative error 2.412359488977769e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.14715626495382805 y1[1] (numeric) 0.1471562649536857 absolute error 1.423583473325607e-13 relative error 9.673957637972616e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.163999999999725 y2[1] (analytic) 0.14663452524050113 y2[1] (numeric) 0.14663452524014636 absolute error 3.5477176751896877e-13 relative error 2.419428623218805e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.14663452524050113 y1[1] (numeric) 0.14663452524035914 absolute error 1.4199752484955752e-13 relative error 9.683771582215151e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.164999999999726 y2[1] (analytic) 0.14611363889257778 y2[1] (numeric) 0.1461136388922233 absolute error 3.5446645618719685e-13 relative error 2.4259641938546157e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.14611363889257778 y1[1] (numeric) 0.14611363889243623 absolute error 1.4155343563970746e-13 relative error 9.687900233856815e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.165999999999726 y2[1] (analytic) 0.14559360643094443 y2[1] (numeric) 0.1455936064305902 absolute error 3.542444115822718e-13 relative error 2.4331041744631227e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.14559360643094443 y1[1] (numeric) 0.14559360643080327 absolute error 1.4116485758108865e-13 relative error 9.695814331520365e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.166999999999726 y2[1] (analytic) 0.14507442837563345 y2[1] (numeric) 0.14507442837527945 absolute error 3.5399461140173116e-13 relative error 2.440089651672808e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.14507442837563345 y1[1] (numeric) 0.14507442837549267 absolute error 1.4077627952246985e-13 relative error 9.70372801731573e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.167999999999727 y2[1] (analytic) 0.14455610524582285 y2[1] (numeric) 0.14455610524546908 absolute error 3.5377256679680613e-13 relative error 2.4473028392346566e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.14455610524582285 y1[1] (numeric) 0.14455610524568246 absolute error 1.4038770146385104e-13 relative error 9.711641111602773e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.168999999999727 y2[1] (analytic) 0.1440386375598357 y2[1] (numeric) 0.14403863755948218 absolute error 3.5352276661626547e-13 relative error 2.4543606674244405e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1440386375598357 y1[1] (numeric) 0.14403863755969573 absolute error 1.399713678296166e-13 relative error 9.717626478622482e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.169999999999727 y2[1] (analytic) 0.14352202583513962 y2[1] (numeric) 0.1435220258347864 absolute error 3.5321745528449355e-13 relative error 2.461067931762795e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.14352202583513962 y1[1] (numeric) 0.1435220258350001 absolute error 1.3952727861976655e-13 relative error 9.721663125075886e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.170999999999728 y2[1] (analytic) 0.14300627058834636 y2[1] (numeric) 0.14300627058799342 absolute error 3.5293989952833726e-13 relative error 2.468002962921113e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.14300627058834636 y1[1] (numeric) 0.14300627058820725 absolute error 1.3911094498553211e-13 relative error 9.727611552501274e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.171999999999728 y2[1] (analytic) 0.14249137233521114 y2[1] (numeric) 0.14249137233485842 absolute error 3.5271785492341223e-13 relative error 2.4753628878922086e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.14249137233521114 y1[1] (numeric) 0.14249137233507242 absolute error 1.387223669269133e-13 relative error 9.735492377781916e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.172999999999728 y2[1] (analytic) 0.14197733159063208 y2[1] (numeric) 0.14197733159027964 absolute error 3.5244029916725594e-13 relative error 2.482370215151378e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.14197733159063208 y1[1] (numeric) 0.14197733159049378 absolute error 1.3830603329267888e-13 relative error 9.741416586942289e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.173999999999729 y2[1] (analytic) 0.14146414886865 y2[1] (numeric) 0.14146414886829775 absolute error 3.5224601013794654e-13 relative error 2.4900019754475623e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.14146414886865 y1[1] (numeric) 0.14146414886851205 absolute error 1.379452108096757e-13 relative error 9.751248773126141e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.174999999999729 y2[1] (analytic) 0.14095182468244738 y2[1] (numeric) 0.14095182468209547 absolute error 3.51912943230559e-13 relative error 2.4966895180207087e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.14095182468244738 y1[1] (numeric) 0.1409518246823099 absolute error 1.3747336602421e-13 relative error 9.753216486123961e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.175999999999729 y2[1] (analytic) 0.14044035954434864 y2[1] (numeric) 0.1404403595439969 absolute error 3.517464097768652e-13 relative error 2.5045963348291613e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.14044035954434864 y1[1] (numeric) 0.1404403595442115 absolute error 1.3714029911682246e-13 relative error 9.765020508475409e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.17699999999973 y2[1] (analytic) 0.13992975396581864 y2[1] (numeric) 0.13992975396546714 absolute error 3.5149660959632456e-13 relative error 2.5119504582434015e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.13992975396581864 y1[1] (numeric) 0.1399297539656819 absolute error 1.3672396548258803e-13 relative error 9.770900155801482e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.17799999999973 y2[1] (analytic) 0.13942000845746294 y2[1] (numeric) 0.13942000845711175 absolute error 3.5119129826455264e-13 relative error 2.5189447493951425e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.13942000845746294 y1[1] (numeric) 0.1394200084573267 absolute error 1.3625212069712234e-13 relative error 9.772780980621793e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.17899999999973 y2[1] (analytic) 0.13891112352902713 y2[1] (numeric) 0.1389111235286762 absolute error 3.5091374250839635e-13 relative error 2.5261745322725634e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.13891112352902713 y1[1] (numeric) 0.1389111235288913 absolute error 1.358357870628879e-13 relative error 9.778611216437495e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.179999999999731 y2[1] (analytic) 0.13840309968939613 y2[1] (numeric) 0.13840309968904538 absolute error 3.507472090547026e-13 relative error 2.534243885013042e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.13840309968939613 y1[1] (numeric) 0.13840309968926062 absolute error 1.3550272015550036e-13 relative error 9.790439698214505e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.180999999999731 y2[1] (analytic) 0.13789593744659356 y2[1] (numeric) 0.13789593744624304 absolute error 3.5052516444977755e-13 relative error 2.541954251448011e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.13789593744659356 y1[1] (numeric) 0.13789593744645845 absolute error 1.3511414209688155e-13 relative error 9.798268505858675e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.181999999999731 y2[1] (analytic) 0.13738963730778164 y2[1] (numeric) 0.13738963730743142 absolute error 3.5021985311800563e-13 relative error 2.549099480723132e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.13738963730778164 y1[1] (numeric) 0.137389637307647 absolute error 1.3464229731141586e-13 relative error 9.800032953707334e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.182999999999732 y2[1] (analytic) 0.13688419977926058 y2[1] (numeric) 0.13688419977891061 absolute error 3.4997005293746497e-13 relative error 2.5566869916456873e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.13688419977926058 y1[1] (numeric) 0.13688419977912636 absolute error 1.3422596367718143e-13 relative error 9.805804022205205e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.183999999999732 y2[1] (analytic) 0.13637962536646786 y2[1] (numeric) 0.1363796253661181 absolute error 3.4974800833253994e-13 relative error 2.564518031140843e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.13637962536646786 y1[1] (numeric) 0.136379625366334 absolute error 1.3386514119417825e-13 relative error 9.815626112365913e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.184999999999732 y2[1] (analytic) 0.13587591457397774 y2[1] (numeric) 0.13587591457362827 absolute error 3.4947045257638365e-13 relative error 2.571982338975273e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.13587591457397774 y1[1] (numeric) 0.1358759145738443 absolute error 1.3344880755994382e-13 relative error 9.821373271220009e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.185999999999733 y2[1] (analytic) 0.13537306790550108 y2[1] (numeric) 0.13537306790515183 absolute error 3.492484079714586e-13 relative error 2.57989579001974e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.13537306790550108 y1[1] (numeric) 0.13537306790536802 absolute error 1.33060229501325e-13 relative error 9.82915077275263e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.186999999999733 y2[1] (analytic) 0.1348710858638844 y2[1] (numeric) 0.13487108586353544 absolute error 3.4897085221530233e-13 relative error 2.5874400727187237e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1348710858638844 y1[1] (numeric) 0.1348710858637518 absolute error 1.3261614029147495e-13 relative error 9.832807339099707e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.187999999999733 y2[1] (analytic) 0.13436996895110986 y2[1] (numeric) 0.1343699689507611 absolute error 3.4877656318599293e-13 relative error 2.595643698577428e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.13436996895110986 y1[1] (numeric) 0.1343699689509776 absolute error 1.3225531780847177e-13 relative error 9.842624720453161e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.188999999999734 y2[1] (analytic) 0.13386971766829414 y2[1] (numeric) 0.13386971766794564 absolute error 3.4849900742983664e-13 relative error 2.603269906741393e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.13386971766829414 y1[1] (numeric) 0.13386971766816233 absolute error 1.318112285986217e-13 relative error 9.84623191073182e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.189999999999734 y2[1] (analytic) 0.13337033251568864 y2[1] (numeric) 0.13337033251534036 absolute error 3.482769628249116e-13 relative error 2.6113525868576735e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.13337033251568864 y1[1] (numeric) 0.13337033251555722 absolute error 1.314226505400029e-13 relative error 9.853964375813742e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.190999999999734 y2[1] (analytic) 0.13287181399267844 y2[1] (numeric) 0.13287181399233033 absolute error 3.4811042937121783e-13 relative error 2.6198967178276015e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.13287181399267844 y1[1] (numeric) 0.13287181399254736 absolute error 1.3108958363261536e-13 relative error 9.865868440679127e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.191999999999735 y2[1] (analytic) 0.1323741625977819 y2[1] (numeric) 0.13237416259743406 absolute error 3.4783287361506154e-13 relative error 2.627649284339193e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1323741625977819 y1[1] (numeric) 0.13237416259765125 absolute error 1.306454944227653e-13 relative error 9.869410454344542e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.192999999999735 y2[1] (analytic) 0.13187737882865047 y2[1] (numeric) 0.1318773788283029 absolute error 3.475830734345209e-13 relative error 2.635653487518423e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.13187737882865047 y1[1] (numeric) 0.13187737882852024 absolute error 1.3022916078853086e-13 relative error 9.875018895980549e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.193999999999735 y2[1] (analytic) 0.1313814631820679 y2[1] (numeric) 0.13138146318172056 absolute error 3.473332732539802e-13 relative error 2.643700753831971e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1313814631820679 y1[1] (numeric) 0.13138146318193805 absolute error 1.2984058272991206e-13 relative error 9.882717058035768e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.194999999999736 y2[1] (analytic) 0.1308864161539498 y2[1] (numeric) 0.13088641615360266 absolute error 3.471389842246708e-13 relative error 2.6522155195720447e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1308864161539498 y1[1] (numeric) 0.1308864161538203 absolute error 1.295075158225245e-13 relative error 9.894649087969266e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.195999999999736 y2[1] (analytic) 0.1303922382393431 y2[1] (numeric) 0.13039223823899618 absolute error 3.469169396197458e-13 relative error 2.660564342664002e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1303922382393431 y1[1] (numeric) 0.13039223823921398 absolute error 1.291189377639057e-13 relative error 9.902348445533993e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.196999999999736 y2[1] (analytic) 0.12989892993242558 y2[1] (numeric) 0.129898929932079 absolute error 3.4658387271235824e-13 relative error 2.6681041398312813e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.12989892993242558 y1[1] (numeric) 0.12989892993229693 absolute error 1.2864709297844001e-13 relative error 9.903629925617033e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.197999999999737 y2[1] (analytic) 0.12940649172650576 y2[1] (numeric) 0.12940649172615937 absolute error 3.4638958368304884e-13 relative error 2.676755849429302e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.12940649172650576 y1[1] (numeric) 0.12940649172637744 absolute error 1.2831402607105247e-13 relative error 9.915578759544602e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.198999999999737 y2[1] (analytic) 0.1289149241140216 y2[1] (numeric) 0.12891492411367544 absolute error 3.461675390781238e-13 relative error 2.685240219138231e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1289149241140216 y1[1] (numeric) 0.1289149241138937 absolute error 1.2792544801243366e-13 relative error 9.923245806613299e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.199999999999737 y2[1] (analytic) 0.1284242275865407 y2[1] (numeric) 0.12842422758619482 absolute error 3.458899833219675e-13 relative error 2.693339020387598e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1284242275865407 y1[1] (numeric) 0.12842422758641323 absolute error 1.274813588025836e-13 relative error 9.926581704895072e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.200999999999738 y2[1] (analytic) 0.12793440263475964 y2[1] (numeric) 0.127934402634414 absolute error 3.4564018314142686e-13 relative error 2.7016984956594996e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.12793440263475964 y1[1] (numeric) 0.12793440263463254 absolute error 1.270927807439648e-13 relative error 9.934214576106039e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.201999999999738 y2[1] (analytic) 0.12744544974850325 y2[1] (numeric) 0.12744544974815786 absolute error 3.453903829608862e-13 relative error 2.710103684693871e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.12744544974850325 y1[1] (numeric) 0.12744544974837657 absolute error 1.2667644710973036e-13 relative error 9.939660251480895e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.202999999999738 y2[1] (analytic) 0.12695736941672442 y2[1] (numeric) 0.12695736941637925 absolute error 3.4516833835596117e-13 relative error 2.7187735532151885e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.12695736941672442 y1[1] (numeric) 0.12695736941659813 absolute error 1.2628786905111156e-13 relative error 9.947265734262711e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.203999999999739 y2[1] (analytic) 0.1264701621275035 y2[1] (numeric) 0.12647016212715848 absolute error 3.45029560477883e-13 relative error 2.728149902504548e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1264701621275035 y1[1] (numeric) 0.12647016212737752 absolute error 1.2598255771933964e-13 relative error 9.961445102942758e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.204999999999739 y2[1] (analytic) 0.12598382836804756 y2[1] (numeric) 0.12598382836770278 absolute error 3.4477976029734236e-13 relative error 2.736698549040018e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.12598382836804756 y1[1] (numeric) 0.125983828367922 absolute error 1.255662240851052e-13 relative error 9.966852548588826e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.205999999999739 y2[1] (analytic) 0.12549836862469044 y2[1] (numeric) 0.12549836862434588 absolute error 3.4455771569241733e-13 relative error 2.745515495287716e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.12549836862469044 y1[1] (numeric) 0.12549836862456526 absolute error 1.251776460264864e-13 relative error 9.974444082284195e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.20699999999974 y2[1] (analytic) 0.12501378338289182 y2[1] (numeric) 0.12501378338254748 absolute error 3.443356710874923e-13 relative error 2.754381651124517e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.12501378338289182 y1[1] (numeric) 0.12501378338276703 absolute error 1.247890679678676e-13 relative error 9.982024748876213e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.20799999999974 y2[1] (analytic) 0.12453007312723685 y2[1] (numeric) 0.12453007312689279 absolute error 3.44058115331336e-13 relative error 2.7628516284560396e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.12453007312723685 y1[1] (numeric) 0.12453007312711249 absolute error 1.2435885654582535e-13 relative error 9.986250985234983e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.20899999999974 y2[1] (analytic) 0.12404723834143583 y2[1] (numeric) 0.12404723834109202 absolute error 3.4380831515079535e-13 relative error 2.771591852810738e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.12404723834143583 y1[1] (numeric) 0.12404723834131187 absolute error 1.2395640069939873e-13 relative error 9.992677173369465e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.209999999999741 y2[1] (analytic) 0.12356527950832352 y2[1] (numeric) 0.12356527950797991 absolute error 3.4361402612148595e-13 relative error 2.7808299183132563e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.12356527950832352 y1[1] (numeric) 0.12356527950819991 absolute error 1.2360945600420337e-13 relative error 1.0003575154449181e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.210999999999741 y2[1] (analytic) 0.12308419710985863 y2[1] (numeric) 0.12308419710951525 absolute error 3.433781037287531e-13 relative error 2.789782212433587e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.12308419710985863 y1[1] (numeric) 0.12308419710973541 absolute error 1.2322087794558456e-13 relative error 1.0011104661600379e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.211999999999741 y2[1] (analytic) 0.12260399162712354 y2[1] (numeric) 0.1226039916267804 absolute error 3.4314218133602026e-13 relative error 2.7987847441347683e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.12260399162712354 y1[1] (numeric) 0.12260399162700072 absolute error 1.2281842209915794e-13 relative error 1.0017489681142401e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.212999999999742 y2[1] (analytic) 0.1221246635403237 y2[1] (numeric) 0.12212466353998082 absolute error 3.428785033676718e-13 relative error 2.80761062858084e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1221246635403237 y1[1] (numeric) 0.1221246635402013 absolute error 1.224020884649235e-13 relative error 1.0022716535428425e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.213999999999742 y2[1] (analytic) 0.12164621332878722 y2[1] (numeric) 0.12164621332844454 absolute error 3.426842143383624e-13 relative error 2.8170561578612424e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.12164621332878722 y1[1] (numeric) 0.12164621332866517 absolute error 1.2205514376972815e-13 relative error 1.0033616372409033e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.214999999999742 y2[1] (analytic) 0.12116864147096418 y2[1] (numeric) 0.12116864147062173 absolute error 3.4244829194562953e-13 relative error 2.82621219309198e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.12116864147096418 y1[1] (numeric) 0.12116864147084251 absolute error 1.2166656571110934e-13 relative error 1.0041093490370153e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.215999999999743 y2[1] (analytic) 0.12069194844442643 y2[1] (numeric) 0.12069194844408422 absolute error 3.422123695528967e-13 relative error 2.8354200422116067e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.12069194844442643 y1[1] (numeric) 0.12069194844430516 absolute error 1.2127798765249054e-13 relative error 1.0048556611739013e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.216999999999743 y2[1] (analytic) 0.12021613472586701 y2[1] (numeric) 0.12021613472552499 absolute error 3.420180805235873e-13 relative error 2.845026429301715e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.12021613472586701 y1[1] (numeric) 0.12021613472574608 absolute error 1.2093104295729518e-13 relative error 1.0059468575749703e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.217999999999743 y2[1] (analytic) 0.11974120079109951 y2[1] (numeric) 0.11974120079075772 absolute error 3.4179603591866226e-13 relative error 2.854456391455098e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.11974120079109951 y1[1] (numeric) 0.11974120079097895 absolute error 1.2055634268648419e-13 relative error 1.0068075306577789e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.218999999999744 y2[1] (analytic) 0.11926714711505781 y2[1] (numeric) 0.1192671471147163 absolute error 3.4151848016250597e-13 relative error 2.8634748832638784e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.11926714711505781 y1[1] (numeric) 0.11926714711493769 absolute error 1.2012613126444194e-13 relative error 1.007202185766676e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.219999999999744 y2[1] (analytic) 0.1187939741717956 y2[1] (numeric) 0.11879397417145436 absolute error 3.412409244063497e-13 relative error 2.872544056088731e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1187939741717956 y1[1] (numeric) 0.11879397417167592 absolute error 1.1968204205459188e-13 relative error 1.0074756980645498e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.220999999999744 y2[1] (analytic) 0.11832168243448593 y2[1] (numeric) 0.11832168243414483 absolute error 3.4110214652827153e-13 relative error 2.882837190192406e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.11832168243448593 y1[1] (numeric) 0.11832168243436654 absolute error 1.1939060851062777e-13 relative error 1.0090340675871787e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.221999999999745 y2[1] (analytic) 0.11785027237542023 y2[1] (numeric) 0.11785027237507939 absolute error 3.4083846855992306e-13 relative error 2.892131360326079e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.11785027237542023 y1[1] (numeric) 0.11785027237530125 absolute error 1.1897427487639334e-13 relative error 1.0095375469086106e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.222999999999745 y2[1] (analytic) 0.11737974446600863 y2[1] (numeric) 0.11737974446566805 absolute error 3.405747905915746e-13 relative error 2.901478378070586e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.11737974446600863 y1[1] (numeric) 0.11737974446589008 absolute error 1.185440634543511e-13 relative error 1.0099192496425959e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.223999999999745 y2[1] (analytic) 0.11691009917677908 y2[1] (numeric) 0.1169100991764387 absolute error 3.403805015622652e-13 relative error 2.9114721821215617e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.11691009917677908 y1[1] (numeric) 0.1169100991766609 absolute error 1.1818324097134791e-13 relative error 1.0108899214313702e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.224999999999746 y2[1] (analytic) 0.1164413369773768 y2[1] (numeric) 0.11644133697703658 absolute error 3.402139681085714e-13 relative error 2.921762811557815e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1164413369773768 y1[1] (numeric) 0.11644133697725893 absolute error 1.1786405185176818e-13 relative error 1.0122182973102396e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.225999999999746 y2[1] (analytic) 0.1159734583365638 y2[1] (numeric) 0.11597345833622386 absolute error 3.3995029014022293e-13 relative error 2.9312766474003155e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1159734583365638 y1[1] (numeric) 0.11597345833644637 absolute error 1.1743384042972593e-13 relative error 1.0125923820338614e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.226999999999746 y2[1] (analytic) 0.11550646372221884 y2[1] (numeric) 0.11550646372187913 absolute error 3.397143677474901e-13 relative error 2.9410853453575395e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.11550646372221884 y1[1] (numeric) 0.1155064637221018 absolute error 1.1704526237110713e-13 relative error 1.0133221864759788e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.227999999999747 y2[1] (analytic) 0.11504035360133646 y2[1] (numeric) 0.11504035360099697 absolute error 3.3949232314256506e-13 relative error 2.951071624128084e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.11504035360133646 y1[1] (numeric) 0.1150403536012198 absolute error 1.1667056210029614e-13 relative error 1.0141707535480031e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.228999999999747 y2[1] (analytic) 0.11457512844002671 y2[1] (numeric) 0.11457512843968747 absolute error 3.392425229620244e-13 relative error 2.960874035935275e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.11457512844002671 y1[1] (numeric) 0.11457512843991044 absolute error 1.1626810625386952e-13 relative error 1.0147761371677535e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.229999999999747 y2[1] (analytic) 0.11411078870351476 y2[1] (numeric) 0.11411078870317573 absolute error 3.390343561449072e-13 relative error 2.971098175701808e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.11411078870351476 y1[1] (numeric) 0.11411078870339887 absolute error 1.1589340598305853e-13 relative error 1.0156218119232828e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.230999999999748 y2[1] (analytic) 0.11364733485614031 y2[1] (numeric) 0.11364733485580147 absolute error 3.388400671155978e-13 relative error 2.9815047360724834e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.11364733485614031 y1[1] (numeric) 0.11364733485602477 absolute error 1.1554646128786317e-13 relative error 1.0167106992357264e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.231999999999748 y2[1] (analytic) 0.11318476736135707 y2[1] (numeric) 0.1131847673610185 absolute error 3.385763891472493e-13 relative error 2.991360030509231e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.11318476736135707 y1[1] (numeric) 0.11318476736124194 absolute error 1.1513012765362873e-13 relative error 1.017187474406877e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.232999999999748 y2[1] (analytic) 0.11272308668173259 y2[1] (numeric) 0.11272308668139426 absolute error 3.3832658896670864e-13 relative error 3.001395711616335e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.11272308668173259 y1[1] (numeric) 0.11272308668161786 absolute error 1.1472767180720211e-13 relative error 1.0177832703528548e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.233999999999749 y2[1] (analytic) 0.11226229327894754 y2[1] (numeric) 0.1122622932786094 absolute error 3.3814617772520705e-13 relative error 3.0121082319687416e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.11226229327894754 y1[1] (numeric) 0.11226229327883315 absolute error 1.1439460489981457e-13 relative error 1.0189940144512164e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.234999999999749 y2[1] (analytic) 0.11180238761379524 y2[1] (numeric) 0.11180238761345727 absolute error 3.3796576648370547e-13 relative error 3.0228850536820203e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.11180238761379524 y1[1] (numeric) 0.11180238761368119 absolute error 1.140476602046192e-13 relative error 1.0200825102106042e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.235999999999749 y2[1] (analytic) 0.11134337014618123 y2[1] (numeric) 0.11134337014584353 absolute error 3.37702088515357e-13 relative error 3.0329788659351016e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.11134337014618123 y1[1] (numeric) 0.1113433701460676 absolute error 1.1363132657038477e-13 relative error 1.0205486543222081e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.23699999999975 y2[1] (analytic) 0.11088524133512312 y2[1] (numeric) 0.11088524133478558 absolute error 3.375355550616632e-13 relative error 3.04400794007875e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.11088524133512312 y1[1] (numeric) 0.11088524133500981 absolute error 1.1331213745080504e-13 relative error 1.0218865566459582e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.23799999999975 y2[1] (analytic) 0.11042800163874944 y2[1] (numeric) 0.11042800163841221 absolute error 3.372302437298913e-13 relative error 3.053847201121101e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.11042800163874944 y1[1] (numeric) 0.11042800163863659 absolute error 1.1285417045314716e-13 relative error 1.021970594218798e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.23899999999975 y2[1] (analytic) 0.1099716515143001 y2[1] (numeric) 0.10997165151396306 absolute error 3.370498324883897e-13 relative error 3.06487924703542e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1099716515143001 y1[1] (numeric) 0.1099716515141876 absolute error 1.125072257579518e-13 relative error 1.0230566169438856e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.239999999999751 y2[1] (analytic) 0.10951619141812508 y2[1] (numeric) 0.10951619141778822 absolute error 3.368555434590803e-13 relative error 3.0758515165395924e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.10951619141812508 y1[1] (numeric) 0.10951619141801293 absolute error 1.1214640327494863e-13 relative error 1.0240166483399846e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.240999999999751 y2[1] (analytic) 0.10906162180568435 y2[1] (numeric) 0.10906162180534776 absolute error 3.3659186549073183e-13 relative error 3.0862539903398765e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.10906162180568435 y1[1] (numeric) 0.10906162180557263 absolute error 1.1171619185290638e-13 relative error 1.0243400932726975e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.241999999999751 y2[1] (analytic) 0.10860794313154765 y2[1] (numeric) 0.10860794313121125 absolute error 3.3639757646142243e-13 relative error 3.0973570326617123e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.10860794313154765 y1[1] (numeric) 0.10860794313143629 absolute error 1.113553693699032e-13 relative error 1.0252967339140917e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.242999999999752 y2[1] (analytic) 0.1081551558493935 y2[1] (numeric) 0.10815515584905733 absolute error 3.361755318564974e-13 relative error 3.1082709762318053e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1081551558493935 y1[1] (numeric) 0.10815515584928252 absolute error 1.1098066909909221e-13 relative error 1.026124628340726e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.243999999999752 y2[1] (analytic) 0.10770326041200917 y2[1] (numeric) 0.10770326041167323 absolute error 3.3593960946376455e-13 relative error 3.1191220040940047e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.10770326041200917 y1[1] (numeric) 0.1077032604118986 absolute error 1.1057821325266559e-13 relative error 1.0266932758549607e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.244999999999752 y2[1] (analytic) 0.10725225727129017 y2[1] (numeric) 0.10725225727095437 absolute error 3.358008315856864e-13 relative error 3.1309441883007834e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.10725225727129017 y1[1] (numeric) 0.10725225727117989 absolute error 1.1028677970870149e-13 relative error 1.0282933200159659e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.245999999999753 y2[1] (analytic) 0.10680214687823941 y2[1] (numeric) 0.10680214687790385 absolute error 3.3556490919295356e-13 relative error 3.1419303731367577e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.10680214687823941 y1[1] (numeric) 0.10680214687812951 absolute error 1.0989820165008268e-13 relative error 1.0289886941633575e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.246999999999753 y2[1] (analytic) 0.10635292968296739 y2[1] (numeric) 0.106352929682632 absolute error 3.35384497951452e-13 relative error 3.1535050228631776e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.10635292968296739 y1[1] (numeric) 0.10635292968285784 absolute error 1.0955125695488732e-13 relative error 1.0300727707403453e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.247999999999753 y2[1] (analytic) 0.1059046061346911 y2[1] (numeric) 0.10590460613435601 absolute error 3.3509306440748787e-13 relative error 3.1641028340288745e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1059046061346911 y1[1] (numeric) 0.10590460613458201 absolute error 1.0909328995722944e-13 relative error 1.0301090192288985e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.248999999999754 y2[1] (analytic) 0.10545717668173427 y2[1] (numeric) 0.10545717668139938 absolute error 3.3488489759037066e-13 relative error 3.1755534154023533e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.10545717668173427 y1[1] (numeric) 0.10545717668162553 absolute error 1.0873246747422627e-13 relative error 1.0310580170601068e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.249999999999754 y2[1] (analytic) 0.10501064177152619 y2[1] (numeric) 0.10501064177119152 absolute error 3.3467673077325344e-13 relative error 3.1870744252893577e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.10501064177152619 y1[1] (numeric) 0.10501064177141783 absolute error 1.0835776720341528e-13 relative error 1.0318741546135057e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.250999999999754 y2[1] (analytic) 0.1045650018506018 y2[1] (numeric) 0.10456500185026729 absolute error 3.3451019731955967e-13 relative error 3.199064614348634e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1045650018506018 y1[1] (numeric) 0.10456500185049378 absolute error 1.0802470029602773e-13 relative error 1.0330865814010027e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.251999999999755 y2[1] (analytic) 0.10412025736460095 y2[1] (numeric) 0.10412025736426661 absolute error 3.343436638658659e-13 relative error 3.211129825535149e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.10412025736460095 y1[1] (numeric) 0.10412025736449325 absolute error 1.07705511176448e-13 relative error 1.0344337778506679e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.252999999999755 y2[1] (analytic) 0.103676408758268 y2[1] (numeric) 0.10367640875793391 absolute error 3.3409386368532523e-13 relative error 3.2224675573427584e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.103676408758268 y1[1] (numeric) 0.1036764087581607 absolute error 1.0730305533002138e-13 relative error 1.0349804416953646e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.253999999999755 y2[1] (analytic) 0.10323345647545157 y2[1] (numeric) 0.10323345647511775 absolute error 3.3381630792916894e-13 relative error 3.2336058418091317e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.10323345647545157 y1[1] (numeric) 0.1032334564753447 absolute error 1.0687284390797913e-13 relative error 1.0352539530960391e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.254999999999756 y2[1] (analytic) 0.102791400959104 y2[1] (numeric) 0.10279140095877039 absolute error 3.3360814111205173e-13 relative error 3.245486859788779e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.102791400959104 y1[1] (numeric) 0.10279140095899748 absolute error 1.0651202142497596e-13 relative error 1.0361958338066841e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.255999999999756 y2[1] (analytic) 0.10235024265128079 y2[1] (numeric) 0.10235024265094729 absolute error 3.334971188095892e-13 relative error 3.2583910909312917e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.10235024265128079 y1[1] (numeric) 0.10235024265117455 absolute error 1.0623446566881967e-13 relative error 1.0379503058998393e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.256999999999756 y2[1] (analytic) 0.10190998199313994 y2[1] (numeric) 0.10190998199280674 absolute error 3.332056852656251e-13 relative error 3.2696079299479694e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.10190998199313994 y1[1] (numeric) 0.10190998199303417 absolute error 1.0577649867116179e-13 relative error 1.0379405098735286e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.257999999999757 y2[1] (analytic) 0.1014706194249424 y2[1] (numeric) 0.10147061942460936 absolute error 3.3303915181193133e-13 relative error 3.282123965531517e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.1014706194249424 y1[1] (numeric) 0.10147061942483694 absolute error 1.0545730955158206e-13 relative error 1.0392891080120842e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.258999999999757 y2[1] (analytic) 0.10103215538605048 y2[1] (numeric) 0.10103215538571768 absolute error 3.328032294191985e-13 relative error 3.294032757665473e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.10103215538605048 y1[1] (numeric) 0.10103215538594541 absolute error 1.0506873149296325e-13 relative error 1.0399533801044702e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.259999999999757 y2[1] (analytic) 0.10059459031492834 y2[1] (numeric) 0.1005945903145957 absolute error 3.3265057375331253e-13 relative error 3.3068435659600953e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.10059459031492834 y1[1] (numeric) 0.1005945903148236 absolute error 1.0474954237338352e-13 relative error 1.0413039314087109e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.260999999999758 y2[1] (analytic) 0.10015792464914086 y2[1] (numeric) 0.10015792464880845 absolute error 3.324146513605797e-13 relative error 3.318905144301341e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.10015792464914086 y1[1] (numeric) 0.1001579246490365 absolute error 1.0436096431476471e-13 relative error 1.0419641249591318e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.261999999999758 y2[1] (analytic) 0.09972215882535373 y2[1] (numeric) 0.09972215882502156 absolute error 3.3217872896784684e-13 relative error 3.331042296723649e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.09972215882535373 y1[1] (numeric) 0.09972215882524978 absolute error 1.039585084683381e-13 relative error 1.0424815276051494e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.262999999999758 y2[1] (analytic) 0.09928729327933283 y2[1] (numeric) 0.09928729327900082 absolute error 3.3201219551415306e-13 relative error 3.343954543912047e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.09928729327933283 y1[1] (numeric) 0.09928729327922921 absolute error 1.0362544156095055e-13 relative error 1.0436928849436237e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.263999999999759 y2[1] (analytic) 0.09885332844594352 y2[1] (numeric) 0.09885332844561175 absolute error 3.317762731214202e-13 relative error 3.3562478708326667e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.09885332844594352 y1[1] (numeric) 0.0988533284458403 absolute error 1.0322298571452393e-13 relative error 1.0442034409693133e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.264999999999759 y2[1] (analytic) 0.09842026475915078 y2[1] (numeric) 0.09842026475881913 absolute error 3.316513730311499e-13 relative error 3.369746808167513e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.09842026475915078 y1[1] (numeric) 0.09842026475904785 absolute error 1.0293155217055983e-13 relative error 1.0458369769929886e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.265999999999759 y2[1] (analytic) 0.09798810265201807 y2[1] (numeric) 0.09798810265168661 absolute error 3.314570840018405e-13 relative error 3.382625798755724e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.09798810265201807 y1[1] (numeric) 0.0979881026519155 absolute error 1.0257072968755665e-13 relative error 1.0467671779686634e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.26699999999976 y2[1] (analytic) 0.09755684255670749 y2[1] (numeric) 0.0975568425563763 absolute error 3.31193406033492e-13 relative error 3.394876231679773e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.09755684255670749 y1[1] (numeric) 0.09755684255660534 absolute error 1.0215439605332222e-13 relative error 1.047126919815412e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.26799999999976 y2[1] (analytic) 0.09712648490447917 y2[1] (numeric) 0.09712648490414821 absolute error 3.3095748364075916e-13 relative error 3.407489563389897e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.09712648490447917 y1[1] (numeric) 0.09712648490437742 absolute error 1.017519402068956e-13 relative error 1.0476230073286953e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.26899999999976 y2[1] (analytic) 0.09669703012569075 y2[1] (numeric) 0.09669703012535999 absolute error 3.3076319461144976e-13 relative error 3.4206137890844244e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.09669703012569075 y1[1] (numeric) 0.09669703012558935 absolute error 1.0140499551170024e-13 relative error 1.0486877971318238e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.269999999999761 y2[1] (analytic) 0.09626847864979693 y2[1] (numeric) 0.09626847864946636 absolute error 3.3056890558214036e-13 relative error 3.433822890093399e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.09626847864979693 y1[1] (numeric) 0.09626847864969588 absolute error 1.0104417302869706e-13 relative error 1.0496080798811938e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.270999999999761 y2[1] (analytic) 0.09584083090534923 y2[1] (numeric) 0.09584083090501877 absolute error 3.3045788327967784e-13 relative error 3.447986418294228e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.09584083090534923 y1[1] (numeric) 0.09584083090524846 absolute error 1.0076661727254077e-13 relative error 1.051395488964992e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.271999999999761 y2[1] (analytic) 0.09541408731999512 y2[1] (numeric) 0.09541408731966493 absolute error 3.3019420531132937e-13 relative error 3.460644173055286e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.09541408731999512 y1[1] (numeric) 0.09541408731989479 absolute error 1.0033640585049852e-13 relative error 1.0515890123645491e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.272999999999762 y2[1] (analytic) 0.09498824832047836 y2[1] (numeric) 0.09498824832014838 absolute error 3.2998603849421215e-13 relative error 3.4739669835881265e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.09498824832047836 y1[1] (numeric) 0.0949882483203784 absolute error 9.996170557968753e-14 relative error 1.0523586585408897e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.273999999999762 y2[1] (analytic) 0.09456331433263787 y2[1] (numeric) 0.0945633143323081 absolute error 3.2977787167709494e-13 relative error 3.487376410233058e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.09456331433263787 y1[1] (numeric) 0.09456331433253828 absolute error 9.958700530887654e-14 relative error 1.0531251575908944e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.274999999999762 y2[1] (analytic) 0.09413928578140762 y2[1] (numeric) 0.09413928578107802 absolute error 3.2959746043559335e-13 relative error 3.501168058582067e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.09413928578140762 y1[1] (numeric) 0.09413928578130838 absolute error 9.924006061368118e-14 relative error 1.0541832752387521e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.275999999999763 y2[1] (analytic) 0.0937161630908161 y2[1] (numeric) 0.09371616309048669 absolute error 3.2940317140628395e-13 relative error 3.5149024516408575e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.0937161630908161 y1[1] (numeric) 0.0937161630907172 absolute error 9.889311591848582e-14 relative error 1.0552407680482285e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.276999999999763 y2[1] (analytic) 0.09329394668398594 y2[1] (numeric) 0.09329394668365674 absolute error 3.2919500458916673e-13 relative error 3.528578394311553e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.09329394668398594 y1[1] (numeric) 0.09329394668388741 absolute error 9.853229343548264e-14 relative error 1.0561488385654916e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.277999999999763 y2[1] (analytic) 0.09287263698313353 y2[1] (numeric) 0.09287263698280455 absolute error 3.289729599842417e-13 relative error 3.542194672947491e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.09287263698313353 y1[1] (numeric) 0.09287263698303537 absolute error 9.815759316467165e-14 relative error 1.0569054174966295e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.278999999999764 y2[1] (analytic) 0.09245223440956862 y2[1] (numeric) 0.09245223440923979 absolute error 3.2883418210616355e-13 relative error 3.5568008086144197e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.09245223440956862 y1[1] (numeric) 0.09245223440947076 absolute error 9.786615962070755e-14 relative error 1.0585591602595015e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.279999999999764 y2[1] (analytic) 0.09203273938369361 y2[1] (numeric) 0.09203273938336498 absolute error 3.2862601528904634e-13 relative error 3.5707512075563884e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.09203273938369361 y1[1] (numeric) 0.09203273938359612 absolute error 9.749145934989656e-14 relative error 1.0593128054511668e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.280999999999764 y2[1] (analytic) 0.09161415232500358 y2[1] (numeric) 0.09161415232467512 absolute error 3.2845948183535256e-13 relative error 3.5852482776911367e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.09161415232500358 y1[1] (numeric) 0.09161415232490643 absolute error 9.715839244250901e-14 relative error 1.0605172888336847e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.281999999999765 y2[1] (analytic) 0.0911964736520855 y2[1] (numeric) 0.09119647365175725 absolute error 3.2825131501823535e-13 relative error 3.5993860494048703e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.0911964736520855 y1[1] (numeric) 0.0911964736519887 absolute error 9.679756995950584e-14 relative error 1.0614179044771897e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.282999999999765 y2[1] (analytic) 0.09077970378261802 y2[1] (numeric) 0.09077970378228997 absolute error 3.2804314820111813e-13 relative error 3.613617741986177e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.09077970378261802 y1[1] (numeric) 0.09077970378252159 absolute error 9.642286968869485e-14 relative error 1.0621632994043472e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.283999999999765 y2[1] (analytic) 0.09036384313337098 y2[1] (numeric) 0.09036384313304316 absolute error 3.278211035961931e-13 relative error 3.627790632060116e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.09036384313337098 y1[1] (numeric) 0.09036384313327493 absolute error 9.604816941788386e-14 relative error 1.062904875306412e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.284999999999766 y2[1] (analytic) 0.08994889212020507 y2[1] (numeric) 0.0899488921198774 absolute error 3.2766844793030714e-13 relative error 3.6428291689509706e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.08994889212020507 y1[1] (numeric) 0.08994889212010934 absolute error 9.572898029830412e-14 relative error 1.064259692830621e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.285999999999766 y2[1] (analytic) 0.08953485115807114 y2[1] (numeric) 0.08953485115774369 absolute error 3.274464033253821e-13 relative error 3.6571949256640313e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.08953485115807114 y1[1] (numeric) 0.0895348511579758 absolute error 9.534040223968532e-14 relative error 1.0648412434546258e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.286999999999766 y2[1] (analytic) 0.0891217206610102 y2[1] (numeric) 0.08912172066068295 absolute error 3.272521142960727e-13 relative error 3.671968088911034e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.0891217206610102 y1[1] (numeric) 0.08912172066091521 absolute error 9.499345754448996e-14 relative error 1.0658844649758717e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.287999999999767 y2[1] (analytic) 0.0887095010421527 y2[1] (numeric) 0.08870950104182565 absolute error 3.270439474789555e-13 relative error 3.6866845561847066e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.0887095010421527 y1[1] (numeric) 0.08870950104205806 absolute error 9.463263506148678e-14 relative error 1.0667700071553729e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.288999999999767 y2[1] (analytic) 0.0882981927137182 y2[1] (numeric) 0.08829819271339136 absolute error 3.2683578066183827e-13 relative error 3.701500230265306e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.0882981927137182 y1[1] (numeric) 0.08829819271362394 absolute error 9.425793479067579e-14 relative error 1.0674956292285661e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.289999999999767 y2[1] (analytic) 0.08788779608701502 y2[1] (numeric) 0.08788779608668838 absolute error 3.2664149163252887e-13 relative error 3.7165739292077716e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.08788779608701502 y1[1] (numeric) 0.08788779608692111 absolute error 9.391099009548043e-14 relative error 1.0685327687873983e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.290999999999768 y2[1] (analytic) 0.08747831157243979 y2[1] (numeric) 0.0874783115721133 absolute error 3.264888359666429e-13 relative error 3.7322260809330006e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.08747831157243979 y1[1] (numeric) 0.0874783115723462 absolute error 9.35918009759007e-14 relative error 1.0698857727540659e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.291999999999768 y2[1] (analytic) 0.08706973957947695 y2[1] (numeric) 0.08706973957915061 absolute error 3.2633618030075695e-13 relative error 3.747986176102875e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.08706973957947695 y1[1] (numeric) 0.08706973957938367 absolute error 9.327261185632096e-14 relative error 1.0712402759765011e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.292999999999768 y2[1] (analytic) 0.08666208051669844 y2[1] (numeric) 0.08666208051637225 absolute error 3.26183524634871e-13 relative error 3.7638552258391777e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.08666208051669844 y1[1] (numeric) 0.08666208051660548 absolute error 9.295342273674123e-14 relative error 1.0725962518154703e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.293999999999769 y2[1] (analytic) 0.08625533479176317 y2[1] (numeric) 0.08625533479143728 absolute error 3.258920910909069e-13 relative error 3.7782253338610597e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.08625533479176317 y1[1] (numeric) 0.08625533479167066 absolute error 9.250933352689117e-14 relative error 1.0725056455954446e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.294999999999769 y2[1] (analytic) 0.08584950281141712 y2[1] (numeric) 0.08584950281109137 absolute error 3.2575331321282874e-13 relative error 3.7944694208468595e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.08584950281141712 y1[1] (numeric) 0.0858495028113249 absolute error 9.221789998292707e-14 relative error 1.0741809441284617e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.295999999999769 y2[1] (analytic) 0.08544458498149199 y2[1] (numeric) 0.08544458498116646 absolute error 3.255312686079037e-13 relative error 3.8098525339951796e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.08544458498149199 y1[1] (numeric) 0.08544458498140016 absolute error 9.182932192430826e-14 relative error 1.0747237164789233e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.29699999999977 y2[1] (analytic) 0.08504058170690576 y2[1] (numeric) 0.08504058170658035 absolute error 3.254063685176334e-13 relative error 3.8264833328534087e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.08504058170690576 y1[1] (numeric) 0.08504058170681422 absolute error 9.153788838034416e-14 relative error 1.0764024250896061e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.29799999999977 y2[1] (analytic) 0.08463749339166149 y2[1] (numeric) 0.0846374933913363 absolute error 3.2518432391270835e-13 relative error 3.8420835835474494e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.08463749339166149 y1[1] (numeric) 0.08463749339157033 absolute error 9.116318810953317e-14 relative error 1.077101701106316e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.29899999999977 y2[1] (analytic) 0.08423532043884763 y2[1] (numeric) 0.08423532043852258 absolute error 3.250455460346302e-13 relative error 3.8587797178334915e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.08423532043884763 y1[1] (numeric) 0.08423532043875676 absolute error 9.087175456556906e-14 relative error 1.0787844587299848e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.299999999999771 y2[1] (analytic) 0.08383406325063691 y2[1] (numeric) 0.0838340632503121 absolute error 3.2480962364189736e-13 relative error 3.8744349378703136e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.08383406325063691 y1[1] (numeric) 0.08383406325054645 absolute error 9.046929871914244e-14 relative error 1.0791472488774439e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.300999999999771 y2[1] (analytic) 0.08343372222828671 y2[1] (numeric) 0.08343372222796203 absolute error 3.2468472355162703e-13 relative error 3.8915286874441816e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.08343372222828671 y1[1] (numeric) 0.08343372222819653 absolute error 9.017786517517834e-14 relative error 1.0808323393320351e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.301999999999771 y2[1] (analytic) 0.08303429777213778 y2[1] (numeric) 0.08303429777181334 absolute error 3.2443492337108637e-13 relative error 3.9072399246561795e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.08303429777213778 y1[1] (numeric) 0.08303429777204802 absolute error 8.97615315409439e-14 relative error 1.0810175306987839e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.302999999999772 y2[1] (analytic) 0.08263579028161472 y2[1] (numeric) 0.08263579028129048 absolute error 3.2424063434177697e-13 relative error 3.9237312699109733e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.08263579028161472 y1[1] (numeric) 0.0826357902815253 absolute error 8.941458684574854e-14 relative error 1.0820322107531415e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.303999999999772 y2[1] (analytic) 0.08223820015522498 y2[1] (numeric) 0.08223820015490088 absolute error 3.241018564636988e-13 relative error 3.9410134931449747e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.08223820015522498 y1[1] (numeric) 0.08223820015513586 absolute error 8.912315330178444e-14 relative error 1.083719647725316e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.304999999999772 y2[1] (analytic) 0.08184152779055853 y2[1] (numeric) 0.08184152779023465 absolute error 3.238798118587738e-13 relative error 3.9574018301273385e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.08184152779055853 y1[1] (numeric) 0.08184152779046978 absolute error 8.874845303097345e-14 relative error 1.0843938942353386e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.305999999999773 y2[1] (analytic) 0.08144577358428784 y2[1] (numeric) 0.08144577358396411 absolute error 3.2372715619288783e-13 relative error 3.974756969529722e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.08144577358428784 y1[1] (numeric) 0.08144577358419941 absolute error 8.842926391139372e-14 relative error 1.0857440480920559e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.306999999999773 y2[1] (analytic) 0.081050937932167 y2[1] (numeric) 0.08105093793184344 absolute error 3.2356062273919406e-13 relative error 3.992065125884019e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.081050937932167 y1[1] (numeric) 0.0810509379320789 absolute error 8.809619700400617e-14 relative error 1.0869238438392346e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.307999999999773 y2[1] (analytic) 0.08065702122903162 y2[1] (numeric) 0.08065702122870826 absolute error 3.2336633370988466e-13 relative error 4.009152938981739e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.08065702122903162 y1[1] (numeric) 0.08065702122894389 absolute error 8.7735374521003e-14 relative error 1.0877586747453996e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.308999999999774 y2[1] (analytic) 0.08026402386879838 y2[1] (numeric) 0.08026402386847524 absolute error 3.2314428910495963e-13 relative error 4.02601655796848e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.08026402386879838 y1[1] (numeric) 0.08026402386871102 absolute error 8.7360674250192e-14 relative error 1.0884163295001754e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.309999999999774 y2[1] (analytic) 0.0798719462444647 y2[1] (numeric) 0.0798719462441417 absolute error 3.2299163343907367e-13 relative error 4.04386832456155e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.0798719462444647 y1[1] (numeric) 0.07987194624437766 absolute error 8.704148513061227e-14 relative error 1.0897629170598111e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.310999999999774 y2[1] (analytic) 0.07948078874810804 y2[1] (numeric) 0.07948078874778525 absolute error 3.2279734440976426e-13 relative error 4.061325378045498e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07948078874810804 y1[1] (numeric) 0.07948078874802136 absolute error 8.66806626476091e-14 relative error 1.090586341843172e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.311999999999775 y2[1] (analytic) 0.07909055177088598 y2[1] (numeric) 0.07909055177056333 absolute error 3.226446887438783e-13 relative error 4.079434035035359e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07909055177088598 y1[1] (numeric) 0.07909055177079961 absolute error 8.636147352802936e-14 relative error 1.0919316099627957e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.312999999999775 y2[1] (analytic) 0.07870123570303544 y2[1] (numeric) 0.0787012357027129 absolute error 3.225475442292236e-13 relative error 4.098379667713187e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07870123570303544 y1[1] (numeric) 0.07870123570294935 absolute error 8.609779555968089e-14 relative error 1.0939827664784705e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.313999999999775 y2[1] (analytic) 0.07831284093387236 y2[1] (numeric) 0.07831284093355 absolute error 3.22367132987722e-13 relative error 4.1164019737188434e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07831284093387236 y1[1] (numeric) 0.0783128409337866 absolute error 8.576472865229334e-14 relative error 1.0951553746430087e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.314999999999776 y2[1] (analytic) 0.0779253678517915 y2[1] (numeric) 0.07792536785146935 absolute error 3.22145088382797e-13 relative error 4.1340207593949895e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.0779253678517915 y1[1] (numeric) 0.07792536785170612 absolute error 8.537615059367454e-14 relative error 1.0956143416102174e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.315999999999776 y2[1] (analytic) 0.077538816844266 y2[1] (numeric) 0.07753881684394401 absolute error 3.2199243271691103e-13 relative error 4.152661155039566e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.077538816844266 y1[1] (numeric) 0.07753881684418094 absolute error 8.50569614740948e-14 relative error 1.0969597542986597e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.316999999999776 y2[1] (analytic) 0.07715318829784679 y2[1] (numeric) 0.07715318829752496 absolute error 3.2182589926321725e-13 relative error 4.1712585877957664e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07715318829784679 y1[1] (numeric) 0.07715318829776205 absolute error 8.473777235451507e-14 relative error 1.0983055169073287e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.317999999999777 y2[1] (analytic) 0.07676848259816227 y2[1] (numeric) 0.0767684825978407 absolute error 3.215622212948688e-13 relative error 4.1887270714735547e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07676848259816227 y1[1] (numeric) 0.07676848259807796 absolute error 8.430756093247282e-14 relative error 1.0982053842821564e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.318999999999777 y2[1] (analytic) 0.07638470012991838 y2[1] (numeric) 0.07638470012959692 absolute error 3.214650767802141e-13 relative error 4.208500867758235e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07638470012991838 y1[1] (numeric) 0.07638470012983434 absolute error 8.404388296412435e-14 relative error 1.100271164528746e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.319999999999777 y2[1] (analytic) 0.07600184127689724 y2[1] (numeric) 0.07600184127657603 absolute error 3.212152765996734e-13 relative error 4.2264144026378377e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07600184127689724 y1[1] (numeric) 0.07600184127681361 absolute error 8.362754932988992e-14 relative error 1.1003358329860715e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.320999999999778 y2[1] (analytic) 0.07561990642195793 y2[1] (numeric) 0.07561990642163686 absolute error 3.2106262093378746e-13 relative error 4.2457421084636484e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07561990642195793 y1[1] (numeric) 0.07561990642187462 absolute error 8.330836021031018e-14 relative error 1.1016723525873042e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.321999999999778 y2[1] (analytic) 0.07523889594703514 y2[1] (numeric) 0.07523889594671425 absolute error 3.208960874800937e-13 relative error 4.2650291905664105e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07523889594703514 y1[1] (numeric) 0.07523889594695217 absolute error 8.297529330292264e-14 relative error 1.1028244401849486e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.322999999999778 y2[1] (analytic) 0.07485881023313934 y2[1] (numeric) 0.07485881023281862 absolute error 3.207156762385921e-13 relative error 4.2842742923613026e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07485881023313934 y1[1] (numeric) 0.07485881023305671 absolute error 8.262834860772728e-14 relative error 1.1037892313595498e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.323999999999779 y2[1] (analytic) 0.07447964966035625 y2[1] (numeric) 0.07447964966003567 absolute error 3.2057689836051395e-13 relative error 4.3042213520393264e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07447964966035625 y1[1] (numeric) 0.07447964966027391 absolute error 8.233691506376317e-14 relative error 1.105495466738066e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.324999999999779 y2[1] (analytic) 0.07410141460784636 y2[1] (numeric) 0.07410141460752594 absolute error 3.20424242694628e-13 relative error 4.3241312516144505e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07410141460784636 y1[1] (numeric) 0.07410141460776433 absolute error 8.203160373199125e-14 relative error 1.1070180531115689e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.325999999999779 y2[1] (analytic) 0.07372410545384467 y2[1] (numeric) 0.07372410545352442 absolute error 3.202438314531264e-13 relative error 4.34381440753617e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07372410545384467 y1[1] (numeric) 0.07372410545376298 absolute error 8.168465903679589e-14 relative error 1.1079776218910512e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.32699999999978 y2[1] (analytic) 0.07334772257566036 y2[1] (numeric) 0.07334772257534027 absolute error 3.2009117578724045e-13 relative error 4.3640233745097795e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07334772257566036 y1[1] (numeric) 0.07334772257557899 absolute error 8.136546991721616e-14 relative error 1.1093114695317944e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.32799999999978 y2[1] (analytic) 0.07297226634967624 y2[1] (numeric) 0.07297226634935632 absolute error 3.1992464233354667e-13 relative error 4.3841949597741403e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07297226634967624 y1[1] (numeric) 0.07297226634959521 absolute error 8.103240300982861e-14 relative error 1.1104547941752138e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.32899999999978 y2[1] (analytic) 0.07259773715134854 y2[1] (numeric) 0.07259773715102877 absolute error 3.197719866676607e-13 relative error 4.404710108264315e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07259773715134854 y1[1] (numeric) 0.07259773715126783 absolute error 8.071321389024888e-14 relative error 1.1117869104099148e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.329999999999781 y2[1] (analytic) 0.07222413535520633 y2[1] (numeric) 0.07222413535488678 absolute error 3.195499420627357e-13 relative error 4.424420458495675e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07222413535520633 y1[1] (numeric) 0.072224135355126 absolute error 8.032463583163008e-14 relative error 1.1121578048194635e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.330999999999781 y2[1] (analytic) 0.07185146133485154 y2[1] (numeric) 0.07185146133453213 absolute error 3.1941116418465754e-13 relative error 4.4454372708732534e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07185146133485154 y1[1] (numeric) 0.07185146133477152 absolute error 8.001932449985816e-14 relative error 1.1136770639492171e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.331999999999781 y2[1] (analytic) 0.07147971546295806 y2[1] (numeric) 0.07147971546263879 absolute error 3.192723863065794e-13 relative error 4.466615238165455e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07147971546295806 y1[1] (numeric) 0.07147971546287835 absolute error 7.971401316808624e-14 relative error 1.1151976844311213e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.332999999999782 y2[1] (analytic) 0.07110889811127163 y2[1] (numeric) 0.07110889811095261 absolute error 3.1902258612603873e-13 relative error 4.486394735393456e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07110889811127163 y1[1] (numeric) 0.07110889811119234 absolute error 7.92976795338518e-14 relative error 1.1151583225177574e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.333999999999782 y2[1] (analytic) 0.07073900965060986 y2[1] (numeric) 0.07073900965029092 absolute error 3.1893931939919185e-13 relative error 4.508676626580991e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07073900965060986 y1[1] (numeric) 0.0707390096505308 absolute error 7.906175714111896e-14 relative error 1.1176542834231966e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.334999999999782 y2[1] (analytic) 0.07037005045086087 y2[1] (numeric) 0.07037005045054213 absolute error 3.1873115258207463e-13 relative error 4.529358022908387e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07037005045086087 y1[1] (numeric) 0.07037005045078218 absolute error 7.868705687030797e-14 relative error 1.1181895759085016e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.335999999999783 y2[1] (analytic) 0.07000202088098406 y2[1] (numeric) 0.07000202088066543 absolute error 3.1863400806741993e-13 relative error 4.5517829922246765e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07000202088098406 y1[1] (numeric) 0.07000202088090564 absolute error 7.84233789019595e-14 relative error 1.1203016415096536e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.336999999999783 y2[1] (analytic) 0.06963492130900872 y2[1] (numeric) 0.06963492130869034 absolute error 3.1838420788687927e-13 relative error 4.572191680579808e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06963492130900872 y1[1] (numeric) 0.06963492130893072 absolute error 7.800704526772506e-14 relative error 1.1202288133789164e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.337999999999783 y2[1] (analytic) 0.06926875210203465 y2[1] (numeric) 0.06926875210171642 absolute error 3.182315522209933e-13 relative error 4.594157431221369e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06926875210203465 y1[1] (numeric) 0.06926875210195696 absolute error 7.768785614814533e-14 relative error 1.121542597356296e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.338999999999784 y2[1] (analytic) 0.06890351362623093 y2[1] (numeric) 0.06890351362591284 absolute error 3.1809277434291516e-13 relative error 4.616495699601307e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06890351362623093 y1[1] (numeric) 0.06890351362615353 absolute error 7.739642260418123e-14 relative error 1.1232579955794464e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.339999999999784 y2[1] (analytic) 0.06853920624683596 y2[1] (numeric) 0.06853920624651803 absolute error 3.179262408892214e-13 relative error 4.638604067637537e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06853920624683596 y1[1] (numeric) 0.0685392062467589 absolute error 7.706335569679368e-14 relative error 1.1243689548907086e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.340999999999784 y2[1] (analytic) 0.0681758303281571 y2[1] (numeric) 0.06817583032783936 absolute error 3.177458296477198e-13 relative error 4.660681477853428e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.0681758303281571 y1[1] (numeric) 0.06817583032808039 absolute error 7.671641100159832e-14 relative error 1.1252728515711805e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.341999999999785 y2[1] (analytic) 0.06781338623357036 y2[1] (numeric) 0.06781338623325271 absolute error 3.176486851330651e-13 relative error 4.684159024871349e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06781338623357036 y1[1] (numeric) 0.0678133862334939 absolute error 7.646661082105766e-14 relative error 1.1276034875722458e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.342999999999785 y2[1] (analytic) 0.06745187432551958 y2[1] (numeric) 0.06745187432520214 absolute error 3.174405183159479e-13 relative error 4.706177871114372e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06745187432551958 y1[1] (numeric) 0.06745187432544349 absolute error 7.609191055024667e-14 relative error 1.1280918626965158e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.343999999999785 y2[1] (analytic) 0.0670912949655168 y2[1] (numeric) 0.06709129496519953 absolute error 3.172739848622541e-13 relative error 4.728988835665265e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.0670912949655168 y1[1] (numeric) 0.06709129496544104 absolute error 7.575884364285912e-14 relative error 1.1291903619060746e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.344999999999786 y2[1] (analytic) 0.06673164851414137 y2[1] (numeric) 0.06673164851382421 absolute error 3.171629625597916e-13 relative error 4.752811741082349e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06673164851414137 y1[1] (numeric) 0.06673164851406589 absolute error 7.548128788670283e-14 relative error 1.1311167874221973e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.345999999999786 y2[1] (analytic) 0.0663729353310396 y2[1] (numeric) 0.06637293533072261 absolute error 3.169964291060978e-13 relative error 4.77598930234223e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.0663729353310396 y1[1] (numeric) 0.06637293533096446 absolute error 7.514822097931528e-14 relative error 1.1322118059794755e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.346999999999786 y2[1] (analytic) 0.06601515577492467 y2[1] (numeric) 0.06601515577460787 absolute error 3.168021400767884e-13 relative error 4.798930432837412e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06601515577492467 y1[1] (numeric) 0.06601515577484988 absolute error 7.478739849631211e-14 relative error 1.1328822543613463e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.347999999999787 y2[1] (analytic) 0.06565831020357626 y2[1] (numeric) 0.06565831020325953 absolute error 3.1673275113774935e-13 relative error 4.823955264089291e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06565831020357626 y1[1] (numeric) 0.06565831020350171 absolute error 7.455147610357926e-14 relative error 1.1354461586420573e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.348999999999787 y2[1] (analytic) 0.0653023989738396 y2[1] (numeric) 0.06530239897352312 absolute error 3.164829509572087e-13 relative error 4.846421508710469e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.0653023989738396 y1[1] (numeric) 0.06530239897376547 absolute error 7.413514246934483e-14 relative error 1.135259096668771e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.349999999999787 y2[1] (analytic) 0.06494742244162621 y2[1] (numeric) 0.06494742244130985 absolute error 3.1635805086693836e-13 relative error 4.870987007240762e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06494742244162621 y1[1] (numeric) 0.06494742244155235 absolute error 7.385758671318854e-14 relative error 1.1371904216764053e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.350999999999788 y2[1] (analytic) 0.06459338096191247 y2[1] (numeric) 0.06459338096159623 absolute error 3.1624702856447584e-13 relative error 4.89596648843867e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06459338096191247 y1[1] (numeric) 0.06459338096183888 absolute error 7.359390874484006e-14 relative error 1.1393413326395588e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.351999999999788 y2[1] (analytic) 0.06424027488873973 y2[1] (numeric) 0.06424027488842368 absolute error 3.1605273953516644e-13 relative error 4.919853473269699e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06424027488873973 y1[1] (numeric) 0.0642402748886665 absolute error 7.323308626183689e-14 relative error 1.1399871247231142e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.352999999999788 y2[1] (analytic) 0.06388810457521421 y2[1] (numeric) 0.06388810457489827 absolute error 3.159417172327039e-13 relative error 4.945235413280292e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06388810457521421 y1[1] (numeric) 0.06388810457514126 absolute error 7.29555305056806e-14 relative error 1.1419266699294778e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.353999999999789 y2[1] (analytic) 0.06353687037350597 y2[1] (numeric) 0.06353687037319027 absolute error 3.157057948399711e-13 relative error 4.968859702784734e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06353687037350597 y1[1] (numeric) 0.06353687037343342 absolute error 7.255307465925398e-14 relative error 1.1419050739003294e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.354999999999789 y2[1] (analytic) 0.06318657263484939 y2[1] (numeric) 0.06318657263453385 absolute error 3.155392613862773e-13 relative error 4.993770800162809e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06318657263484939 y1[1] (numeric) 0.06318657263477717 absolute error 7.222000775186643e-14 relative error 1.1429644739432317e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.355999999999789 y2[1] (analytic) 0.06283721170954215 y2[1] (numeric) 0.06283721170922674 absolute error 3.1541436129600697e-13 relative error 5.019547378295108e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06283721170954215 y1[1] (numeric) 0.06283721170947022 absolute error 7.192857420790233e-14 relative error 1.1446811889169106e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.35699999999979 y2[1] (analytic) 0.062488787946945124 y2[1] (numeric) 0.06248878794662981 absolute error 3.1531027788744836e-13 relative error 5.045869639128804e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.062488787946945124 y1[1] (numeric) 0.062488787946873466 absolute error 7.165795734564995e-14 relative error 1.1467330332361339e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.35799999999979 y2[1] (analytic) 0.06214130169548193 y2[1] (numeric) 0.062141301695166816 absolute error 3.1511598885813896e-13 relative error 5.07095893166734e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06214130169548193 y1[1] (numeric) 0.062141301695410635 absolute error 7.129713486264677e-14 relative error 1.1473389342893428e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.35899999999979 y2[1] (analytic) 0.06179475330263895 y2[1] (numeric) 0.06179475330232397 absolute error 3.149772109800608e-13 relative error 5.097151362308452e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06179475330263895 y1[1] (numeric) 0.06179475330256796 absolute error 7.099182353087485e-14 relative error 1.1488325421932406e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.359999999999791 y2[1] (analytic) 0.06144914311496452 y2[1] (numeric) 0.06144914311464964 absolute error 3.148800664654061e-13 relative error 5.124238524796033e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06144914311496452 y1[1] (numeric) 0.061449143114893794 absolute error 7.072814556252638e-14 relative error 1.1510029591495177e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.360999999999791 y2[1] (analytic) 0.061104471478068634 y2[1] (numeric) 0.06110447147775398 absolute error 3.146510829665772e-13 relative error 5.149395377382659e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.061104471478068634 y1[1] (numeric) 0.0611044714779983 absolute error 7.033262861000367e-14 relative error 1.1510226160003227e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.361999999999791 y2[1] (analytic) 0.06076073873662313 y2[1] (numeric) 0.060760738736308606 absolute error 3.1452618287630685e-13 relative error 5.176470685119045e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06076073873662313 y1[1] (numeric) 0.06076073873655309 absolute error 7.004119506603956e-14 relative error 1.1527377138985095e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.362999999999792 y2[1] (analytic) 0.060417945234360615 y2[1] (numeric) 0.06041794523404622 absolute error 3.143943438921326e-13 relative error 5.20365832821027e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.060417945234360615 y1[1] (numeric) 0.06041794523429087 absolute error 6.974282262817155e-14 relative error 1.1543395320320781e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.363999999999792 y2[1] (analytic) 0.06007609131407454 y2[1] (numeric) 0.0600760913137603 absolute error 3.1424168822624665e-13 relative error 5.23072792108608e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06007609131407454 y1[1] (numeric) 0.06007609131400512 absolute error 6.942363350859182e-14 relative error 1.1555950460499974e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.364999999999792 y2[1] (analytic) 0.059735177317618904 y2[1] (numeric) 0.059735177317304745 absolute error 3.1415842149939976e-13 relative error 5.259186221696184e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.059735177317618904 y1[1] (numeric) 0.05973517731754972 absolute error 6.918077222195507e-14 relative error 1.1581244976324893e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.365999999999793 y2[1] (analytic) 0.05939520358590744 y2[1] (numeric) 0.05939520358559351 absolute error 3.1392943800057083e-13 relative error 5.285434160462346e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05939520358590744 y1[1] (numeric) 0.059395203585838656 absolute error 6.878525526943235e-14 relative error 1.1580944439384474e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.366999999999793 y2[1] (analytic) 0.05905617045891409 y2[1] (numeric) 0.05905617045860031 absolute error 3.1378372122858877e-13 relative error 5.31330966417626e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05905617045891409 y1[1] (numeric) 0.05905617045884562 absolute error 6.847300504375653e-14 relative error 1.1594555575084878e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.367999999999793 y2[1] (analytic) 0.05871807827567188 y2[1] (numeric) 0.058718078275358236 absolute error 3.1364494335051063e-13 relative error 5.341539651178609e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05871807827567188 y1[1] (numeric) 0.05871807827560371 absolute error 6.816769371198461e-14 relative error 1.160931960203948e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.368999999999794 y2[1] (analytic) 0.05838092737427303 y2[1] (numeric) 0.058380927373959446 absolute error 3.1358249330537546e-13 relative error 5.371317438913504e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05838092737427303 y1[1] (numeric) 0.05838092737420509 absolute error 6.793871021315567e-14 relative error 1.1637141318021356e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.369999999999794 y2[1] (analytic) 0.058044718091868175 y2[1] (numeric) 0.058044718091554814 absolute error 3.1336044870045043e-13 relative error 5.39860402465028e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.058044718091868175 y1[1] (numeric) 0.058044718091800625 absolute error 6.755013215453687e-14 relative error 1.1637601899904888e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.370999999999794 y2[1] (analytic) 0.057709450764666825 y2[1] (numeric) 0.0577094507643536 absolute error 3.132286097162762e-13 relative error 5.427683084241957e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.057709450764666825 y1[1] (numeric) 0.057709450764599574 absolute error 6.725175971666886e-14 relative error 1.1653508883824692e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.371999999999795 y2[1] (analytic) 0.05737512572793624 y2[1] (numeric) 0.05737512572762309 absolute error 3.131453429894293e-13 relative error 5.457858941770602e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05737512572793624 y1[1] (numeric) 0.05737512572786923 absolute error 6.70088984300321e-14 relative error 1.1679085244671653e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.372999999999795 y2[1] (analytic) 0.057041743316001314 y2[1] (numeric) 0.05704174331568831 absolute error 3.1300656511135116e-13 relative error 5.487324666382466e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.057041743316001314 y1[1] (numeric) 0.05704174331593461 absolute error 6.670358709826019e-14 relative error 1.1693819862540657e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.373999999999795 y2[1] (analytic) 0.05670930386224449 y2[1] (numeric) 0.056709303861931626 absolute error 3.128608483393691e-13 relative error 5.516922745152288e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05670930386224449 y1[1] (numeric) 0.056709303862178095 absolute error 6.639133687258436e-14 relative error 1.1707309445000241e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.374999999999796 y2[1] (analytic) 0.056377807699105165 y2[1] (numeric) 0.05637780769879247 absolute error 3.1269431488567534e-13 relative error 5.54640784463562e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.056377807699105165 y1[1] (numeric) 0.056377807699039106 absolute error 6.605826996519681e-14 relative error 1.1717069652257035e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.375999999999796 y2[1] (analytic) 0.05604725515807951 y2[1] (numeric) 0.056047255157766984 absolute error 3.1252778143198157e-13 relative error 5.57614785149615e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05604725515807951 y1[1] (numeric) 0.05604725515801379 absolute error 6.572520305780927e-14 relative error 1.1726747879522986e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.376999999999796 y2[1] (analytic) 0.055717646569720114 y2[1] (numeric) 0.055717646569407676 absolute error 3.1243757581123077e-13 relative error 5.607515662390265e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.055717646569720114 y1[1] (numeric) 0.055717646569654646 absolute error 6.54684639833647e-14 relative error 1.175004114745645e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.377999999999797 y2[1] (analytic) 0.05538898226363542 y2[1] (numeric) 0.05538898226332311 absolute error 3.1231267572096044e-13 relative error 5.638534288903216e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05538898226363542 y1[1] (numeric) 0.055388982263570245 absolute error 6.51770304394006e-14 relative error 1.176714714294206e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.378999999999797 y2[1] (analytic) 0.055061262568489755 y2[1] (numeric) 0.05506126256817756 absolute error 3.12194714524594e-13 relative error 5.669951976423722e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.055061262568489755 y1[1] (numeric) 0.05506126256842486 absolute error 6.48925357893404e-14 relative error 1.1785515399074202e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.379999999999797 y2[1] (analytic) 0.05473448781200274 y2[1] (numeric) 0.0547344878116907 absolute error 3.1204205885870806e-13 relative error 5.701013590014452e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05473448781200274 y1[1] (numeric) 0.05473448781193817 absolute error 6.457334666976067e-14 relative error 1.1797561144913164e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.380999999999798 y2[1] (analytic) 0.0544086583209491 y2[1] (numeric) 0.05440865832063725 absolute error 3.1184776982939866e-13 relative error 5.731583528302647e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.0544086583209491 y1[1] (numeric) 0.05440865832088489 absolute error 6.421252418675749e-14 relative error 1.1801894435252704e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.381999999999798 y2[1] (analytic) 0.054083774421158415 y2[1] (numeric) 0.054083774420846685 absolute error 3.1172980863303223e-13 relative error 5.763832350263607e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.054083774421158415 y1[1] (numeric) 0.05408377442109449 absolute error 6.39280295366973e-14 relative error 1.182018640912156e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.382999999999798 y2[1] (analytic) 0.053759836437514474 y2[1] (numeric) 0.05375983643720287 absolute error 3.116049085427619e-13 relative error 5.796239891930158e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.053759836437514474 y1[1] (numeric) 0.05375983643745084 absolute error 6.363659599273319e-14 relative error 1.1837200447344842e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.383999999999799 y2[1] (analytic) 0.053436844693955265 y2[1] (numeric) 0.053436844693643765 absolute error 3.115008251342033e-13 relative error 5.829326692439234e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.053436844693955265 y1[1] (numeric) 0.0534368446938919 absolute error 6.336597913048081e-14 relative error 1.185810642327254e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.384999999999799 y2[1] (analytic) 0.05311479951347242 y2[1] (numeric) 0.05311479951316109 absolute error 3.113342916805095e-13 relative error 5.861535664867575e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05311479951347242 y1[1] (numeric) 0.05311479951340939 absolute error 6.303291222309326e-14 relative error 1.18672974011895e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.385999999999799 y2[1] (analytic) 0.05279370121811122 y2[1] (numeric) 0.052793701217799985 absolute error 3.112371471658548e-13 relative error 5.895346224732638e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05279370121811122 y1[1] (numeric) 0.05279370121804845 absolute error 6.276923425474479e-14 relative error 1.1889530911163205e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.3869999999998 y2[1] (analytic) 0.052473550128969815 y2[1] (numeric) 0.05247355012865873 absolute error 3.1108449149996886e-13 relative error 5.928405658381861e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.052473550128969815 y1[1] (numeric) 0.052473550128907365 absolute error 6.245004513516506e-14 relative error 1.1901242622554592e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.3879999999998 y2[1] (analytic) 0.05215434656619933 y2[1] (numeric) 0.05215434656588839 absolute error 3.109387747279868e-13 relative error 5.96189570380895e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05215434656619933 y1[1] (numeric) 0.05215434656613719 absolute error 6.213779490948923e-14 relative error 1.1914212141574422e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.3889999999998 y2[1] (analytic) 0.05183609084900331 y2[1] (numeric) 0.05183609084869249 absolute error 3.108208135316204e-13 relative error 5.996224029258502e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05183609084900331 y1[1] (numeric) 0.05183609084894146 absolute error 6.185330025942903e-14 relative error 1.1932477786491558e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.389999999999801 y2[1] (analytic) 0.051518783295637416 y2[1] (numeric) 0.051518783295326734 absolute error 3.1068203565354224e-13 relative error 6.030461431332961e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.051518783295637416 y1[1] (numeric) 0.05151878329557587 absolute error 6.154798892765712e-14 relative error 1.1946708557627946e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.390999999999801 y2[1] (analytic) 0.05120242422340915 y2[1] (numeric) 0.05120242422309864 absolute error 3.1050856330594456e-13 relative error 6.064333242330813e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05120242422340915 y1[1] (numeric) 0.05120242422334794 absolute error 6.120798312636566e-14 relative error 1.1954118199423474e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.391999999999801 y2[1] (analytic) 0.05088701394867767 y2[1] (numeric) 0.050887013948367255 absolute error 3.1041835768519377e-13 relative error 6.100148811998825e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05088701394867767 y1[1] (numeric) 0.05088701394861672 absolute error 6.09512440519211e-14 relative error 1.1977760006392543e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.392999999999802 y2[1] (analytic) 0.05057255278685313 y2[1] (numeric) 0.05057255278654283 absolute error 3.1030039648882735e-13 relative error 6.135747147205375e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05057255278685313 y1[1] (numeric) 0.050572552786792464 absolute error 6.06667494018609e-14 relative error 1.199598320803609e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.393999999999802 y2[1] (analytic) 0.05025904105239665 y2[1] (numeric) 0.0502590410520865 absolute error 3.101477408229414e-13 relative error 6.170984052393728e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05025904105239665 y1[1] (numeric) 0.0502590410523363 absolute error 6.034756028228117e-14 relative error 1.2007304361292314e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.394999999999802 y2[1] (analytic) 0.04994647905881999 y2[1] (numeric) 0.04994647905850997 absolute error 3.1002284073267106e-13 relative error 6.2071010124171e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04994647905881999 y1[1] (numeric) 0.049946479058759936 absolute error 6.005612673831706e-14 relative error 1.2024096166536852e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.395999999999803 y2[1] (analytic) 0.049634867118685144 y2[1] (numeric) 0.04963486711837521 absolute error 3.0993263511192026e-13 relative error 6.244252339203816e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.049634867118685144 y1[1] (numeric) 0.049634867118625345 absolute error 5.97993876638725e-14 relative error 1.204785892160894e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.396999999999803 y2[1] (analytic) 0.04932420554360395 y2[1] (numeric) 0.04932420554329414 absolute error 3.0980773502164993e-13 relative error 6.281048657697515e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04932420554360395 y1[1] (numeric) 0.04932420554354444 absolute error 5.950795411990839e-14 relative error 1.2064655368306283e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.397999999999803 y2[1] (analytic) 0.049014494644238016 y2[1] (numeric) 0.049014494643928305 absolute error 3.0971059050699523e-13 relative error 6.318755151001108e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.049014494644238016 y1[1] (numeric) 0.04901449464417877 absolute error 5.924427615155992e-14 relative error 1.208709313062855e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.398999999999804 y2[1] (analytic) 0.048705734730298156 y2[1] (numeric) 0.04870573472998857 absolute error 3.095856904167249e-13 relative error 6.356247208486156e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.048705734730298156 y1[1] (numeric) 0.0487057347302392 absolute error 5.895284260759581e-14 relative error 1.2103881182378157e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.399999999999804 y2[1] (analytic) 0.048397926110544276 y2[1] (numeric) 0.048397926110234836 absolute error 3.0943997364474285e-13 relative error 6.39366184695518e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.048397926110544276 y1[1] (numeric) 0.048397926110485635 absolute error 5.864059238191999e-14 relative error 1.2116344044986708e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.400999999999804 y2[1] (analytic) 0.048091069092785044 y2[1] (numeric) 0.04809106909247569 absolute error 3.0935670691789596e-13 relative error 6.432726756833689e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.048091069092785044 y1[1] (numeric) 0.04809106909272665 absolute error 5.839079220137933e-14 relative error 1.2141712235326354e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.401999999999805 y2[1] (analytic) 0.04778516398387733 y2[1] (numeric) 0.04778516398356812 absolute error 3.092109901459139e-13 relative error 6.470857570986706e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04778516398387733 y1[1] (numeric) 0.047785163983819254 absolute error 5.80785419757035e-14 relative error 1.215409493944588e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.402999999999805 y2[1] (analytic) 0.04748021108972633 y2[1] (numeric) 0.04748021108941722 absolute error 3.091138456312592e-13 relative error 6.510372185311211e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04748021108972633 y1[1] (numeric) 0.04748021108966852 absolute error 5.781486400735503e-14 relative error 1.2176623203738216e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.403999999999805 y2[1] (analytic) 0.04717621071528477 y2[1] (numeric) 0.04717621071497585 absolute error 3.089195566019498e-13 relative error 6.548206223393477e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04717621071528477 y1[1] (numeric) 0.04717621071522732 absolute error 5.745404152435185e-14 relative error 1.2178604566419135e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.404999999999806 y2[1] (analytic) 0.046873163164553144 y2[1] (numeric) 0.04687316316424437 absolute error 3.0877383982996776e-13 relative error 6.587433383703695e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.046873163164553144 y1[1] (numeric) 0.046873163164496 absolute error 5.714179129867603e-14 relative error 1.219072651403401e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.405999999999806 y2[1] (analytic) 0.046571068740579036 y2[1] (numeric) 0.0465710687402703 absolute error 3.087391453604482e-13 relative error 6.629419373651452e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.046571068740579036 y1[1] (numeric) 0.046571068740522095 absolute error 5.694056337546272e-14 relative error 1.2226595806217427e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.406999999999806 y2[1] (analytic) 0.046269927745456574 y2[1] (numeric) 0.04626992774514803 absolute error 3.085448563311388e-13 relative error 6.66836693648038e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.046269927745456574 y1[1] (numeric) 0.046269927745399994 absolute error 5.657974089245954e-14 relative error 1.2228188728480418e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.407999999999807 y2[1] (analytic) 0.04596974048032698 y2[1] (numeric) 0.045969740480018534 absolute error 3.084477118164841e-13 relative error 6.709798850147656e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04596974048032698 y1[1] (numeric) 0.045969740480270666 absolute error 5.6316062924111066e-14 relative error 1.2250681064473673e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.408999999999807 y2[1] (analytic) 0.045670507245377356 y2[1] (numeric) 0.04567050724506906 absolute error 3.0829505615059816e-13 relative error 6.750418919023566e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.045670507245377356 y1[1] (numeric) 0.04567050724532136 absolute error 5.599687380453133e-14 relative error 1.226105799606576e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.409999999999807 y2[1] (analytic) 0.045372228339841 y2[1] (numeric) 0.04537222833953281 absolute error 3.0819097274203955e-13 relative error 6.79250246282084e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.045372228339841 y1[1] (numeric) 0.04537222833978528 absolute error 5.572625694227895e-14 relative error 1.2282018975326843e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.410999999999808 y2[1] (analytic) 0.04507490406199677 y2[1] (numeric) 0.045074904061688674 absolute error 3.0809382822738485e-13 relative error 6.835152168125028e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04507490406199677 y1[1] (numeric) 0.045074904061941305 absolute error 5.5462578973930476e-14 relative error 1.2304536222117373e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.411999999999808 y2[1] (analytic) 0.044778534709168816 y2[1] (numeric) 0.044778534708860895 absolute error 3.0792035587978717e-13 relative error 6.876517016014319e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.044778534709168816 y1[1] (numeric) 0.04477853470911369 absolute error 5.512257317263902e-14 relative error 1.2310043982156516e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.412999999999808 y2[1] (analytic) 0.04448312057772663 y2[1] (numeric) 0.04448312057741881 absolute error 3.0782321136513247e-13 relative error 6.920000381431517e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04448312057772663 y1[1] (numeric) 0.04448312057767177 absolute error 5.485889520429055e-14 relative error 1.2332519502186008e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.413999999999809 y2[1] (analytic) 0.04418866196308424 y2[1] (numeric) 0.044188661962776515 absolute error 3.0772606685047776e-13 relative error 6.963914569478387e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04418866196308424 y1[1] (numeric) 0.044188661963029646 absolute error 5.459521723594207e-14 relative error 1.235502837391899e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.414999999999809 y2[1] (analytic) 0.043895159159700214 y2[1] (numeric) 0.043895159159392606 absolute error 3.0760810565411134e-13 relative error 7.007791099127027e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.043895159159700214 y1[1] (numeric) 0.043895159159645904 absolute error 5.4310722585881877e-14 relative error 1.237282735171037e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.415999999999809 y2[1] (analytic) 0.04360261246107733 y2[1] (numeric) 0.043602612460769866 absolute error 3.074623888821293e-13 relative error 7.051467137584732e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04360261246107733 y1[1] (numeric) 0.04360261246102333 absolute error 5.399847236020605e-14 relative error 1.2384228676299793e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.41699999999981 y2[1] (analytic) 0.04331102215976235 y2[1] (numeric) 0.04331102215945496 absolute error 3.073860610491863e-13 relative error 7.097178633081537e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04331102215976235 y1[1] (numeric) 0.04331102215970859 absolute error 5.37556110735693e-14 relative error 1.2411531382307202e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.41799999999981 y2[1] (analytic) 0.04302038854734547 y2[1] (numeric) 0.04302038854703817 absolute error 3.072958554284355e-13 relative error 7.14302835945439e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04302038854734547 y1[1] (numeric) 0.04302038854729197 absolute error 5.349887199912473e-14 relative error 1.2435701723206736e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.41899999999981 y2[1] (analytic) 0.04273071191446021 y2[1] (numeric) 0.04273071191415309 absolute error 3.0711544418693393e-13 relative error 7.187229756474174e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04273071191446021 y1[1] (numeric) 0.042730711914407055 absolute error 5.315192730392937e-14 relative error 1.243881155322914e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.419999999999811 y2[1] (analytic) 0.0424419925507834 y2[1] (numeric) 0.04244199255047632 absolute error 3.070807497174144e-13 relative error 7.235304736222763e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.0424419925507834 y1[1] (numeric) 0.04244199255073045 absolute error 5.295069938071606e-14 relative error 1.2476016369250006e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.420999999999811 y2[1] (analytic) 0.042154230745034105 y2[1] (numeric) 0.042154230744727204 absolute error 3.069003384759128e-13 relative error 7.280416059118018e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.042154230745034105 y1[1] (numeric) 0.0421542307449815 absolute error 5.26037546855207e-14 relative error 1.2478879048627301e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.421999999999811 y2[1] (analytic) 0.04186742678497435 y2[1] (numeric) 0.041867426784667525 absolute error 3.068240106429698e-13 relative error 7.328465926955053e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04186742678497435 y1[1] (numeric) 0.04186742678492199 absolute error 5.2360893398883945e-14 relative error 1.2506355756660824e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.422999999999812 y2[1] (analytic) 0.04158158095740794 y2[1] (numeric) 0.04158158095710121 absolute error 3.067268661283151e-13 relative error 7.376508037116141e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04158158095740794 y1[1] (numeric) 0.04158158095735584 absolute error 5.209721543053547e-14 relative error 1.2528916465176902e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.423999999999812 y2[1] (analytic) 0.04129669354818066 y2[1] (numeric) 0.041296693547874075 absolute error 3.06588088250237e-13 relative error 7.42403475698465e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04129669354818066 y1[1] (numeric) 0.04129669354812887 absolute error 5.179190409876355e-14 relative error 1.2541416672581348e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.424999999999812 y2[1] (analytic) 0.04101276484217997 y2[1] (numeric) 0.041012764841873495 absolute error 3.0647706594777446e-13 relative error 7.472723848955806e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04101276484217997 y1[1] (numeric) 0.04101276484212846 absolute error 5.1514348342607263e-14 relative error 1.2560564629289961e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.425999999999813 y2[1] (analytic) 0.04072979512333452 y2[1] (numeric) 0.040729795123028156 absolute error 3.0636604364531195e-13 relative error 7.521914674935147e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04072979512333452 y1[1] (numeric) 0.04072979512328329 absolute error 5.122985369254707e-14 relative error 1.257797971667109e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.426999999999813 y2[1] (analytic) 0.04044778467461407 y2[1] (numeric) 0.040447784674307756 absolute error 3.063174713879846e-13 relative error 7.573158180409228e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04044778467461407 y1[1] (numeric) 0.04044778467456306 absolute error 5.101474798152594e-14 relative error 1.2612494946736584e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.427999999999813 y2[1] (analytic) 0.04016673377802893 y2[1] (numeric) 0.04016673377772272 absolute error 3.062064490855221e-13 relative error 7.623384335348074e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04016673377802893 y1[1] (numeric) 0.04016673377797819 absolute error 5.0737192225369654e-14 relative error 1.2631645008965786e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.428999999999814 y2[1] (analytic) 0.03988664271462994 y2[1] (numeric) 0.03988664271432392 absolute error 3.060190989501166e-13 relative error 7.672220024621738e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03988664271462994 y1[1] (numeric) 0.03988664271457956 absolute error 5.037636974236648e-14 relative error 1.2629884671614398e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.429999999999814 y2[1] (analytic) 0.039607511764508385 y2[1] (numeric) 0.039607511764202394 absolute error 3.0599134337450096e-13 relative error 7.725588650804734e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.039607511764508385 y1[1] (numeric) 0.0396075117644582 absolute error 5.0182080713057076e-14 relative error 1.2669839249539623e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.430999999999814 y2[1] (analytic) 0.03932934120679499 y2[1] (numeric) 0.03932934120648907 absolute error 3.05915015541558e-13 relative error 7.778289850649839e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03932934120679499 y1[1] (numeric) 0.03932934120674505 absolute error 4.993921942642032e-14 relative error 1.2697700468420827e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.431999999999815 y2[1] (analytic) 0.03905213131966023 y2[1] (numeric) 0.03905213131935449 absolute error 3.057415431939603e-13 relative error 7.829061637924974e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03905213131966023 y1[1] (numeric) 0.03905213131961063 absolute error 4.959921362512887e-14 relative error 1.270076995776127e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.432999999999815 y2[1] (analytic) 0.03877588238031415 y2[1] (numeric) 0.03877588238000851 absolute error 3.056443986793056e-13 relative error 7.882332520032504e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03877588238031415 y1[1] (numeric) 0.03877588238026482 absolute error 4.9335535656780394e-14 relative error 1.2723252864473098e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.433999999999815 y2[1] (analytic) 0.03850059466500555 y2[1] (numeric) 0.038500594664700044 absolute error 3.0550562080122745e-13 relative error 7.935088365762608e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03850059466500555 y1[1] (numeric) 0.03850059466495652 absolute error 4.9030224325008476e-14 relative error 1.273492649960902e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.434999999999816 y2[1] (analytic) 0.038226268449022216 y2[1] (numeric) 0.03822626844871679 absolute error 3.0542929296828447e-13 relative error 7.990036834895324e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.038226268449022216 y1[1] (numeric) 0.038226268448973436 absolute error 4.8780424144467815e-14 relative error 1.2760969386671998e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.435999999999816 y2[1] (analytic) 0.03795290400669027 y2[1] (numeric) 0.03795290400638494 absolute error 3.0533214845362977e-13 relative error 8.045027289606255e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03795290400669027 y1[1] (numeric) 0.03795290400664175 absolute error 4.851674617611934e-14 relative error 1.2783408133292488e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.436999999999816 y2[1] (analytic) 0.03768050161137415 y2[1] (numeric) 0.03768050161106891 absolute error 3.05241942832879e-13 relative error 8.100792977255359e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03768050161137415 y1[1] (numeric) 0.03768050161132589 absolute error 4.8260007101674773e-14 relative error 1.2807687009959314e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.437999999999817 y2[1] (analytic) 0.037409061535476185 y2[1] (numeric) 0.037409061535171075 absolute error 3.0511010384870474e-13 relative error 8.156048062295262e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.037409061535476185 y1[1] (numeric) 0.03740906153542822 absolute error 4.796163466380676e-14 relative error 1.2820860159328842e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.438999999999817 y2[1] (analytic) 0.037138584050436574 y2[1] (numeric) 0.03713858405013149 absolute error 3.050823482730891e-13 relative error 8.214700588982277e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.037138584050436574 y1[1] (numeric) 0.037138584050388807 absolute error 4.776734563449736e-14 relative error 1.286191890612368e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.439999999999817 y2[1] (analytic) 0.036869069426732515 y2[1] (numeric) 0.03686906942642762 absolute error 3.048949981376836e-13 relative error 8.269668936005598e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.036869069426732515 y1[1] (numeric) 0.0368690694266851 absolute error 4.741346204539809e-14 relative error 1.2859956267575387e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.440999999999818 y2[1] (analytic) 0.03660051793387886 y2[1] (numeric) 0.03660051793357406 absolute error 3.048047925169328e-13 relative error 8.327881946030979e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03660051793387886 y1[1] (numeric) 0.036600517933831705 absolute error 4.7156722970953524e-14 relative error 1.288416821208517e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.441999999999818 y2[1] (analytic) 0.03633292984042702 y2[1] (numeric) 0.03633292984012228 absolute error 3.0474234247179766e-13 relative error 8.387497066991722e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03633292984042702 y1[1] (numeric) 0.0363329298403801 absolute error 4.692080057822068e-14 relative error 1.2914125225875045e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.442999999999818 y2[1] (analytic) 0.03606630541396505 y2[1] (numeric) 0.036066305413660356 absolute error 3.046937702144703e-13 relative error 8.448155881708122e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03606630541396505 y1[1] (numeric) 0.036066305413918344 absolute error 4.6705694867199554e-14 relative error 1.2949952686064396e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.443999999999819 y2[1] (analytic) 0.03580064492111723 y2[1] (numeric) 0.03580064492081269 absolute error 3.0454111454858435e-13 relative error 8.50658180095937e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03580064492111723 y1[1] (numeric) 0.035800644921070844 absolute error 4.638650574761982e-14 relative error 1.2956891097863563e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.444999999999819 y2[1] (analytic) 0.03553594862754417 y2[1] (numeric) 0.03553594862723975 absolute error 3.04416214458314e-13 relative error 8.566429945319058e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03553594862754417 y1[1] (numeric) 0.03553594862749807 absolute error 4.609507220365572e-14 relative error 1.2971392064633698e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.445999999999819 y2[1] (analytic) 0.035272216797942124 y2[1] (numeric) 0.03527221679763781 absolute error 3.043121310497554e-13 relative error 8.627530636733606e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.035272216797942124 y1[1] (numeric) 0.03527221679789631 absolute error 4.581751644749943e-14 relative error 1.2989690075326523e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.44699999999982 y2[1] (analytic) 0.035009449696042916 y2[1] (numeric) 0.03500944969573868 absolute error 3.0423580321681243e-13 relative error 8.690105267527239e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.035009449696042916 y1[1] (numeric) 0.03500944969599735 absolute error 4.556771626695877e-14 relative error 1.3015833342878634e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.44799999999982 y2[1] (analytic) 0.03474764758461357 y2[1] (numeric) 0.03474764758430944 absolute error 3.041317198082538e-13 relative error 8.75258444669287e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03474764758461357 y1[1] (numeric) 0.034747647584568275 absolute error 4.529709940470639e-14 relative error 1.3036018997949135e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.44899999999982 y2[1] (analytic) 0.03448681072545623 y2[1] (numeric) 0.03448681072515218 absolute error 3.0404845308140693e-13 relative error 8.816369118672241e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03448681072545623 y1[1] (numeric) 0.03448681072541118 absolute error 4.5047299224165727e-14 relative error 1.306218182446031e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.449999999999821 y2[1] (analytic) 0.034226939379407684 y2[1] (numeric) 0.03422693937910373 absolute error 3.0395130856675223e-13 relative error 8.880470006313847e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.034226939379407684 y1[1] (numeric) 0.0342269393793629 absolute error 4.478362125581725e-14 relative error 1.308431956459446e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.450999999999821 y2[1] (analytic) 0.03396803380633928 y2[1] (numeric) 0.03396803380603543 absolute error 3.0385416405209753e-13 relative error 8.945297387080167e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03396803380633928 y1[1] (numeric) 0.03396803380629476 absolute error 4.451994328746878e-14 relative error 1.3106423392442646e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.451999999999821 y2[1] (analytic) 0.03371009426515659 y2[1] (numeric) 0.03371009426485281 absolute error 3.0377783621915455e-13 relative error 9.011479879875189e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03371009426515659 y1[1] (numeric) 0.03371009426511231 absolute error 4.4277082000832024e-14 relative error 1.3134665733224507e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.452999999999822 y2[1] (analytic) 0.03345312101379905 y2[1] (numeric) 0.0334531210134954 absolute error 3.036459972349803e-13 relative error 9.07676139125344e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03345312101379905 y1[1] (numeric) 0.03345312101375507 absolute error 4.3978709562964013e-14 relative error 1.3146369674991842e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.453999999999822 y2[1] (analytic) 0.033197114309239995 y2[1] (numeric) 0.03319711430893644 absolute error 3.035557916142295e-13 relative error 9.144041520793831e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.033197114309239995 y1[1] (numeric) 0.03319711430919627 absolute error 4.3721970488519446e-14 relative error 1.317041297060871e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.454999999999822 y2[1] (analytic) 0.03294207440748609 y2[1] (numeric) 0.032942074407182595 absolute error 3.0349334156909435e-13 relative error 9.212939592539001e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03294207440748609 y1[1] (numeric) 0.0329420744074426 absolute error 4.34860480957866e-14 relative error 1.3200761906452494e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.455999999999823 y2[1] (analytic) 0.03268800156357721 y2[1] (numeric) 0.032688001563273755 absolute error 3.034517082056709e-13 relative error 9.283275015007149e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03268800156357721 y1[1] (numeric) 0.032688001563533936 absolute error 4.3270942384765476e-14 relative error 1.3237561280889184e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.456999999999823 y2[1] (analytic) 0.03243489603158611 y2[1] (numeric) 0.032434896031282745 absolute error 3.03368441478824e-13 relative error 9.353149804562172e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03243489603158611 y1[1] (numeric) 0.03243489603154309 absolute error 4.3021142204224816e-14 relative error 1.3263844645079018e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.457999999999823 y2[1] (analytic) 0.032182758064618344 y2[1] (numeric) 0.03218275806431507 absolute error 3.032712969641693e-13 relative error 9.423409154530641e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.032182758064618344 y1[1] (numeric) 0.03218275806457559 absolute error 4.275746423587634e-14 relative error 1.32858296824733e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.458999999999824 y2[1] (analytic) 0.031931587914811876 y2[1] (numeric) 0.03193158791450868 absolute error 3.0319496913122634e-13 relative error 9.495142237839838e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.031931587914811876 y1[1] (numeric) 0.03193158791476937 absolute error 4.250766405533568e-14 relative error 1.3312104668499105e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.459999999999824 y2[1] (analytic) 0.031681385833336795 y2[1] (numeric) 0.031681385833033704 absolute error 3.0309088572266774e-13 relative error 9.5668443077935e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.031681385833336795 y1[1] (numeric) 0.031681385833294565 absolute error 4.223010829917939e-14 relative error 1.3329627851930229e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.460999999999824 y2[1] (analytic) 0.03143215207039518 y2[1] (numeric) 0.0314321520700922 absolute error 3.029798634202052e-13 relative error 9.639170195589985e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03143215207039518 y1[1] (numeric) 0.03143215207035323 absolute error 4.19525525430231e-14 relative error 1.3347018826158171e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.461999999999825 y2[1] (analytic) 0.03118388687522078 y2[1] (numeric) 0.031183886874917913 absolute error 3.0286537167079075e-13 relative error 9.712239301106896e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03118388687522078 y1[1] (numeric) 0.03118388687517911 absolute error 4.1668057892962906e-14 relative error 1.3362047540671723e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.462999999999825 y2[1] (analytic) 0.030936590496078886 y2[1] (numeric) 0.030936590495776017 absolute error 3.028688411177427e-13 relative error 9.789987722019024e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.030936590496078886 y1[1] (numeric) 0.030936590496037385 absolute error 4.150152443926913e-14 relative error 1.3415028538626233e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.463999999999825 y2[1] (analytic) 0.030690263180265576 y2[1] (numeric) 0.03069026317996287 absolute error 3.027057771110009e-13 relative error 9.863251264187479e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.030690263180265576 y1[1] (numeric) 0.030690263180224407 absolute error 4.1168457531881586e-14 relative error 1.3414175463426357e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.464999999999826 y2[1] (analytic) 0.030444905174108472 y2[1] (numeric) 0.030444905173805766 absolute error 3.027057771110009e-13 relative error 9.942740021027677e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.030444905174108472 y1[1] (numeric) 0.030444905174067474 absolute error 4.099845463123586e-14 relative error 1.3466441887985427e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.465999999999826 y2[1] (analytic) 0.03020051672296531 y2[1] (numeric) 0.03020051672266269 absolute error 3.0261904093720204e-13 relative error 1.0020326596169864e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.03020051672296531 y1[1] (numeric) 0.030200516722924568 absolute error 4.074171555679129e-14 relative error 1.3490403469093681e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.466999999999826 y2[1] (analytic) 0.029957098071224597 y2[1] (numeric) 0.029957098070922075 absolute error 3.0252189642254734e-13 relative error 1.0098504725100055e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.029957098071224597 y1[1] (numeric) 0.029957098071184123 absolute error 4.047456814149086e-14 relative error 1.3510844089524433e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.467999999999827 y2[1] (analytic) 0.029714649462304954 y2[1] (numeric) 0.029714649462002553 absolute error 3.0240046577922897e-13 relative error 1.01768141725126e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.029714649462304954 y1[1] (numeric) 0.02971464946226477 absolute error 4.018313459752676e-14 relative error 1.3523004755113058e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.468999999999827 y2[1] (analytic) 0.029473171138654997 y2[1] (numeric) 0.02947317113835271 absolute error 3.022859740298145e-13 relative error 1.0256309801470832e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.029473171138654997 y1[1] (numeric) 0.029473171138615098 absolute error 3.9898639947466563e-14 relative error 1.3537274207707577e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.4699999999998274 y2[1] (analytic) 0.029232663341753118 y2[1] (numeric) 0.029232663341450853 absolute error 3.022651573481028e-13 relative error 1.0339980104254694e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.029232663341753118 y1[1] (numeric) 0.02923266334171341 absolute error 3.9707820365109114e-14 relative error 1.3583374152704825e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.470999999999828 y2[1] (analytic) 0.02899312631210693 y2[1] (numeric) 0.028993126311804757 absolute error 3.02174951727352e-13 relative error 1.0422296253066368e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.02899312631210693 y1[1] (numeric) 0.028993126312067484 absolute error 3.9447611843712593e-14 relative error 1.360584968280571e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.471999999999828 y2[1] (analytic) 0.028754560289253495 y2[1] (numeric) 0.02875456028895143 absolute error 3.0206392942488947e-13 relative error 1.0504905183258201e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.028754560289253495 y1[1] (numeric) 0.028754560289214328 absolute error 3.916658664060435e-14 relative error 1.3621000024556859e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.4729999999998284 y2[1] (analytic) 0.028516965511758863 y2[1] (numeric) 0.02851696551145688 absolute error 3.0198413214499453e-13 relative error 1.0589630654091597e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.028516965511758863 y1[1] (numeric) 0.028516965511719946 absolute error 3.891678646006369e-14 relative error 1.3646889057679192e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.473999999999829 y2[1] (analytic) 0.028280342217217758 y2[1] (numeric) 0.028280342216915857 absolute error 3.0190086541814765e-13 relative error 1.0675290387198464e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.028280342217217758 y1[1] (numeric) 0.028280342217179094 absolute error 3.8663516832571077e-14 relative error 1.3671516608816632e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.474999999999829 y2[1] (analytic) 0.028044690642253456 y2[1] (numeric) 0.028044690641951642 absolute error 3.018141292443488e-13 relative error 1.0761899038016892e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.028044690642253456 y1[1] (numeric) 0.02804469064221505 absolute error 3.840677775812651e-14 relative error 1.3694848072333892e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.4759999999998294 y2[1] (analytic) 0.027810011022517567 y2[1] (numeric) 0.027810011022215787 absolute error 3.0177943477482927e-13 relative error 1.0851467643449715e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.027810011022517567 y1[1] (numeric) 0.027810011022479365 absolute error 3.8202080387961246e-14 relative error 1.3736808790557218e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.47699999999983 y2[1] (analytic) 0.02757630359268959 y2[1] (numeric) 0.027576303592387896 absolute error 3.0169269860103043e-13 relative error 1.0940287830346067e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.02757630359268959 y1[1] (numeric) 0.027576303592651643 absolute error 3.794534131351668e-14 relative error 1.37601260393637e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.47799999999983 y2[1] (analytic) 0.02734356858647702 y2[1] (numeric) 0.027343568586175378 absolute error 3.016406568967511e-13 relative error 1.1031502927014798e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.02734356858647702 y1[1] (numeric) 0.02734356858643929 absolute error 3.77267661555436e-14 relative error 1.379730887584354e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.4789999999998305 y2[1] (analytic) 0.0271118062366148 y2[1] (numeric) 0.027111806236313218 absolute error 3.015816762985679e-13 relative error 1.1123629081240574e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0271118062366148 y1[1] (numeric) 0.0271118062365773 absolute error 3.749778265671466e-14 relative error 1.3830794720741802e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.479999999999831 y2[1] (analytic) 0.026881016774865207 y2[1] (numeric) 0.026881016774563747 absolute error 3.0146024565524954e-13 relative error 1.121461469184925e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.026881016774865207 y1[1] (numeric) 0.026881016774828 absolute error 3.720634911275056e-14 relative error 1.3841124174863777e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.480999999999831 y2[1] (analytic) 0.026651200432017852 y2[1] (numeric) 0.02665120043171641 absolute error 3.0144289842048977e-13 relative error 1.1310668695371277e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.026651200432017852 y1[1] (numeric) 0.02665120043198083 absolute error 3.702246842429702e-14 relative error 1.389148249390653e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.4819999999998315 y2[1] (analytic) 0.0264223574378889 y2[1] (numeric) 0.026422357437587526 absolute error 3.013735094814507e-13 relative error 1.1406003805295956e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0264223574378889 y1[1] (numeric) 0.026422357437852116 absolute error 3.678307658461222e-14 relative error 1.392119407629629e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.482999999999832 y2[1] (analytic) 0.026194488021321294 y2[1] (numeric) 0.026194488021020073 absolute error 3.0122085381556474e-13 relative error 1.1499398406656496e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.026194488021321294 y1[1] (numeric) 0.026194488021284833 absolute error 3.646041801808053e-14 relative error 1.3919118399414095e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.483999999999832 y2[1] (analytic) 0.025967592410184648 y2[1] (numeric) 0.025967592409883448 absolute error 3.01200037133853e-13 relative error 1.1599074430008402e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.025967592410184648 y1[1] (numeric) 0.025967592410148378 absolute error 3.626959843572308e-14 relative error 1.3967254977977059e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.4849999999998325 y2[1] (analytic) 0.025741670831374353 y2[1] (numeric) 0.025741670831073243 absolute error 3.011098315131022e-13 relative error 1.169736935436626e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.025741670831374353 y1[1] (numeric) 0.025741670831338343 absolute error 3.600938991432656e-14 relative error 1.3988753935287585e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.485999999999833 y2[1] (analytic) 0.025516723510812023 y2[1] (numeric) 0.025516723510511017 absolute error 3.010057481045436e-13 relative error 1.1796410615845743e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.025516723510812023 y1[1] (numeric) 0.025516723510776287 absolute error 3.5735303605122226e-14 relative error 1.400465995956744e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.486999999999833 y2[1] (analytic) 0.025292750673445052 y2[1] (numeric) 0.025292750673144074 absolute error 3.00977992528928e-13 relative error 1.1899773038324608e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.025292750673445052 y1[1] (numeric) 0.025292750673409515 absolute error 3.553754512886087e-14 relative error 1.405048647641629e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.4879999999998335 y2[1] (analytic) 0.02506975254324617 y2[1] (numeric) 0.025069752542945235 absolute error 3.0093635916550454e-13 relative error 1.200396209122444e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.02506975254324617 y1[1] (numeric) 0.025069752543210845 absolute error 3.53259088647917e-14 relative error 1.4091048088270242e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.488999999999834 y2[1] (analytic) 0.024847729343213443 y2[1] (numeric) 0.024847729342912607 absolute error 3.008357452038979e-13 relative error 1.210717249244603e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.024847729343213443 y1[1] (numeric) 0.024847729343178387 absolute error 3.505529200253932e-14 relative error 1.4108046461039638e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.489999999999834 y2[1] (analytic) 0.024626681295370156 y2[1] (numeric) 0.024626681295069373 absolute error 3.007837034996186e-13 relative error 1.2213732735322572e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.024626681295370156 y1[1] (numeric) 0.024626681295335323 absolute error 3.4833247397614286e-14 relative error 1.4144515446408515e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.4909999999998345 y2[1] (analytic) 0.02440660862076427 y2[1] (numeric) 0.024406608620463562 absolute error 3.007073756666756e-13 relative error 1.2320735762151097e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.02440660862076427 y1[1] (numeric) 0.024406608620729683 absolute error 3.458691666402558e-14 relative error 1.4171127665234188e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.491999999999835 y2[1] (analytic) 0.02418751153946852 y2[1] (numeric) 0.02418751153916783 absolute error 3.0069002843191583e-13 relative error 1.2431623151528344e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.02418751153946852 y1[1] (numeric) 0.02418751153943412 absolute error 3.4399566528620085e-14 relative error 1.4222036224143113e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.492999999999835 y2[1] (analytic) 0.02396939027057987 y2[1] (numeric) 0.023969390270279244 absolute error 3.0062757838678067e-13 relative error 1.254214541935062e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.02396939027057987 y1[1] (numeric) 0.023969390270545704 absolute error 3.416711358283919e-14 relative error 1.4254477563735132e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.4939999999998355 y2[1] (analytic) 0.02375224503221951 y2[1] (numeric) 0.02375224503191905 absolute error 3.004610449330869e-13 relative error 1.2649795609868317e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.02375224503221951 y1[1] (numeric) 0.02375224503218568 absolute error 3.383057722849969e-14 relative error 1.424310720212304e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.494999999999836 y2[1] (analytic) 0.02353607604153296 y2[1] (numeric) 0.02353607604123247 absolute error 3.004922699556545e-13 relative error 1.276730536668009e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.02353607604153296 y1[1] (numeric) 0.02353607604149927 absolute error 3.369179935042155e-14 relative error 1.4314960272463124e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.495999999999836 y2[1] (analytic) 0.02332088351468886 y2[1] (numeric) 0.023320883514388473 absolute error 3.0038818654709587e-13 relative error 1.288065207126024e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.02332088351468886 y1[1] (numeric) 0.023320883514655444 absolute error 3.341771304121721e-14 relative error 1.432952273020393e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.4969999999998365 y2[1] (analytic) 0.023106667666879854 y2[1] (numeric) 0.023106667666579574 absolute error 3.002806336915853e-13 relative error 1.2995410589731864e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.023106667666879854 y1[1] (numeric) 0.023106667666846714 absolute error 3.314015728506092e-14 relative error 1.434224863698657e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.497999999999837 y2[1] (analytic) 0.022893428712321806 y2[1] (numeric) 0.022893428712021602 absolute error 3.0020430585864233e-13 relative error 1.3113121220547667e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.022893428712321806 y1[1] (numeric) 0.022893428712288912 absolute error 3.2893826551472216e-14 relative error 1.43682394475791e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.498999999999837 y2[1] (analytic) 0.0226811668642537 y2[1] (numeric) 0.02268116686395349 absolute error 3.002077753055943e-13 relative error 1.3235993417020006e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0226811668642537 y1[1] (numeric) 0.02268116686422097 absolute error 3.272729309777844e-14 relative error 1.442928103904468e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.4999999999998375 y2[1] (analytic) 0.022469882334937186 y2[1] (numeric) 0.02246988233463707 absolute error 3.0011410023789153e-13 relative error 1.3356282679382821e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.022469882334937186 y1[1] (numeric) 0.022469882334904722 absolute error 3.246361512942997e-14 relative error 1.4447612428728242e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.500999999999838 y2[1] (analytic) 0.022259575335656923 y2[1] (numeric) 0.022259575335356857 absolute error 3.000655279805642e-13 relative error 1.3480289873270788e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.022259575335656923 y1[1] (numeric) 0.022259575335624678 absolute error 3.224503997145689e-14 relative error 1.4485918749673791e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.501999999999838 y2[1] (analytic) 0.022050246076719793 y2[1] (numeric) 0.022050246076419828 absolute error 2.9996491401895753e-13 relative error 1.3603699159423643e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.022050246076719793 y1[1] (numeric) 0.02205024607668782 absolute error 3.197442310920451e-14 relative error 1.4500710331283995e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5029999999998385 y2[1] (analytic) 0.021841894767455128 y2[1] (numeric) 0.021841894767155225 absolute error 2.9990246397382236e-13 relative error 1.3730606578174857e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.021841894767455128 y1[1] (numeric) 0.021841894767423386 absolute error 3.1741970163423616e-14 relative error 1.4532608320556423e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.503999999999839 y2[1] (analytic) 0.021634521616214264 y2[1] (numeric) 0.021634521615914344 absolute error 2.9991981120858213e-13 relative error 1.386302024740882e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.021634521616214264 y1[1] (numeric) 0.021634521616182675 absolute error 3.158931449753766e-14 relative error 1.4601346430448754e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.504999999999839 y2[1] (analytic) 0.02142812683037021 y2[1] (numeric) 0.021428126830070317 absolute error 2.998920556329665e-13 relative error 1.399525296853889e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.02142812683037021 y1[1] (numeric) 0.021428126830338817 absolute error 3.13915560212763e-14 relative error 1.4649696760607588e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5059999999998395 y2[1] (analytic) 0.02122271061631764 y2[1] (numeric) 0.02122271061601791 absolute error 2.9973246107317664e-13 relative error 1.412319408637271e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.02122271061631764 y1[1] (numeric) 0.02122271061628658 absolute error 3.106195856084071e-14 relative error 1.4636188148821057e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.50699999999984 y2[1] (analytic) 0.021018273179473024 y2[1] (numeric) 0.021018273179173323 absolute error 2.9970123605060905e-13 relative error 1.425907987261793e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.021018273179473024 y1[1] (numeric) 0.021018273179442163 absolute error 3.08607306376274e-14 relative error 1.4682809750406503e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.50799999999984 y2[1] (analytic) 0.0208148147242736 y2[1] (numeric) 0.020814814723973975 absolute error 2.996249082176661e-13 relative error 1.439479102680903e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0208148147242736 y1[1] (numeric) 0.020814814724242986 absolute error 3.061439990403869e-14 relative error 1.4707985782999604e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5089999999998405 y2[1] (analytic) 0.020612335454177955 y2[1] (numeric) 0.020612335453878302 absolute error 2.996526637932817e-13 relative error 1.45375406129704e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.020612335454177955 y1[1] (numeric) 0.020612335454147486 absolute error 3.046868313205664e-14 relative error 1.4781771429923476e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.509999999999841 y2[1] (analytic) 0.02041083557166512 y2[1] (numeric) 0.02041083557136556 absolute error 2.9955898872557896e-13 relative error 1.4676468666546652e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.02041083557166512 y1[1] (numeric) 0.020410835571634915 absolute error 3.0205005163708165e-14 relative error 1.4798514768126191e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.510999999999841 y2[1] (analytic) 0.020210315278235136 y2[1] (numeric) 0.020210315277935615 absolute error 2.9952082480910747e-13 relative error 1.4820195562790998e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.020210315278235136 y1[1] (numeric) 0.02021031527820514 absolute error 2.999683834659095e-14 relative error 1.4842340623401902e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5119999999998415 y2[1] (analytic) 0.020010774774408158 y2[1] (numeric) 0.02001077477410874 absolute error 2.9941674140054886e-13 relative error 1.4962776043208176e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.020010774774408158 y1[1] (numeric) 0.020010774774378435 absolute error 2.972275203738661e-14 relative error 1.4853373931027966e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.512999999999842 y2[1] (analytic) 0.019812214259724792 y2[1] (numeric) 0.019812214259425427 absolute error 2.9936469969626955e-13 relative error 1.5110108126825192e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.019812214259724792 y1[1] (numeric) 0.01981221425969529 absolute error 2.950070743246158e-14 relative error 1.4890161718285078e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.513999999999842 y2[1] (analytic) 0.01961463393274554 y2[1] (numeric) 0.01961463393244617 absolute error 2.993681691432215e-13 relative error 1.5262490759179706e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.01961463393274554 y1[1] (numeric) 0.019614633932716206 absolute error 2.933417397876781e-14 relative error 1.4955249269167362e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5149999999998425 y2[1] (analytic) 0.019418033991050576 y2[1] (numeric) 0.019418033990751284 absolute error 2.9929184131027853e-13 relative error 1.5413086692927655e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.019418033991050576 y1[1] (numeric) 0.01941803399102149 absolute error 2.90878432451791e-14 relative error 1.4979808593694483e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.515999999999843 y2[1] (analytic) 0.01922241463123997 y2[1] (numeric) 0.019222414630940692 absolute error 2.992779635224707e-13 relative error 1.5569217981391828e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.01922241463123997 y1[1] (numeric) 0.019222414631211066 absolute error 2.890396255672556e-14 relative error 1.5036593014569193e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.516999999999843 y2[1] (analytic) 0.01902777604893291 y2[1] (numeric) 0.019027776048633736 absolute error 2.991738801139121e-13 relative error 1.5723008266680224e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.01902777604893291 y1[1] (numeric) 0.01902777604890428 absolute error 2.8629876247521224e-14 relative error 1.504635968696237e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5179999999998435 y2[1] (analytic) 0.018834118438768144 y2[1] (numeric) 0.018834118438468984 absolute error 2.991600023261043e-13 relative error 1.5883939739399399e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.018834118438768144 y1[1] (numeric) 0.018834118438739698 absolute error 2.844599555906768e-14 relative error 1.510343882117384e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.518999999999844 y2[1] (analytic) 0.018641441994403096 y2[1] (numeric) 0.01864144199410403 absolute error 2.9906632725840154e-13 relative error 1.6043089764632648e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.018641441994403096 y1[1] (numeric) 0.018641441994374914 absolute error 2.8182317590719208e-14 relative error 1.5118099554305222e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.519999999999844 y2[1] (analytic) 0.01844974690851431 y2[1] (numeric) 0.0184497469082153 absolute error 2.9900734666021833e-13 relative error 1.620658256955441e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.01844974690851431 y1[1] (numeric) 0.018449746908486355 absolute error 2.795333409189027e-14 relative error 1.5151066424109148e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5209999999998445 y2[1] (analytic) 0.018259033372796885 y2[1] (numeric) 0.018259033372497867 absolute error 2.990177550010742e-13 relative error 1.6376428526964854e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.018259033372796885 y1[1] (numeric) 0.01825903337276909 absolute error 2.7793739532100403e-14 relative error 1.522191178724102e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.521999999999845 y2[1] (analytic) 0.01806930157796416 y2[1] (numeric) 0.01806930157766525 absolute error 2.9891020214556363e-13 relative error 1.6542432526008092e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.01806930157796416 y1[1] (numeric) 0.018069301577936642 absolute error 2.7516183775944114e-14 relative error 1.5228139093931888e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.522999999999845 y2[1] (analytic) 0.01788055171374814 y2[1] (numeric) 0.017880551713449225 absolute error 2.989136715925156e-13 relative error 1.6717251032175058e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.01788055171374814 y1[1] (numeric) 0.01788055171372079 absolute error 2.734965032225034e-14 relative error 1.5295753039444262e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5239999999998455 y2[1] (analytic) 0.017692783968898507 y2[1] (numeric) 0.017692783968599645 absolute error 2.988616298882363e-13 relative error 1.6891724355737013e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.017692783968898507 y1[1] (numeric) 0.01769278396887138 absolute error 2.712760571732531e-14 relative error 1.5332581783065869e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.524999999999846 y2[1] (analytic) 0.017505998531183065 y2[1] (numeric) 0.017505998530884238 absolute error 2.9882693541871674e-13 relative error 1.7069973751364292e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.017505998531183065 y1[1] (numeric) 0.01750599853115614 absolute error 2.6922908347160046e-14 relative error 1.537924746149318e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.525999999999846 y2[1] (analytic) 0.017320195587387177 y2[1] (numeric) 0.017320195587088423 absolute error 2.987540770327257e-13 relative error 1.7248885875762445e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.017320195587387177 y1[1] (numeric) 0.017320195587360497 absolute error 2.6680047060523293e-14 relative error 1.540401026415204e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5269999999998465 y2[1] (analytic) 0.017135375323313884 y2[1] (numeric) 0.01713537532301513 absolute error 2.987540770327257e-13 relative error 1.7434930452106864e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.017135375323313884 y1[1] (numeric) 0.017135375323287377 absolute error 2.6506574712925612e-14 relative error 1.546891982976384e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.527999999999847 y2[1] (analytic) 0.016951537923783344 y2[1] (numeric) 0.01695153792348461 absolute error 2.98733260351014e-13 relative error 1.7622782174346867e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.016951537923783344 y1[1] (numeric) 0.01695153792375703 absolute error 2.6315755130568164e-14 relative error 1.5524110702455284e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.528999999999847 y2[1] (analytic) 0.016768683572632836 y2[1] (numeric) 0.016768683572334245 absolute error 2.985910130259839e-13 relative error 1.7806467140527142e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.016768683572632836 y1[1] (numeric) 0.016768683572606833 absolute error 2.6003504904892338e-14 relative error 1.550718325160068e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5299999999998475 y2[1] (analytic) 0.01658681245271698 y2[1] (numeric) 0.016586812452418373 absolute error 2.9860836026074367e-13 relative error 1.8002757378005472e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.01658681245271698 y1[1] (numeric) 0.01658681245269113 absolute error 2.585084923900638e-14 relative error 1.55851820913137e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.530999999999848 y2[1] (analytic) 0.01640592474590663 y2[1] (numeric) 0.016405924745608095 absolute error 2.9853550187475264e-13 relative error 1.8196810390053686e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.01640592474590663 y1[1] (numeric) 0.016405924745881026 absolute error 2.5604518505417673e-14 relative error 1.5606873066881612e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.531999999999848 y2[1] (analytic) 0.016226020633089644 y2[1] (numeric) 0.016226020632791105 absolute error 2.985389713217046e-13 relative error 1.839877922458052e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.016226020633089644 y1[1] (numeric) 0.01622602063306421 absolute error 2.5434515604771946e-14 relative error 1.5675140676761784e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5329999999998485 y2[1] (analytic) 0.016047100294170002 y2[1] (numeric) 0.0160471002938715 absolute error 2.985008074052331e-13 relative error 1.8601541832057972e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.016047100294170002 y1[1] (numeric) 0.016047100294144776 absolute error 2.522634878765473e-14 relative error 1.5720191389854774e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.533999999999849 y2[1] (analytic) 0.01586916390806803 y2[1] (numeric) 0.015869163907769608 absolute error 2.9842101012533817e-13 relative error 1.880508713969601e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.01586916390806803 y1[1] (numeric) 0.015869163908043053 absolute error 2.497654860711407e-14 relative error 1.5739045076228473e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.534999999999849 y2[1] (analytic) 0.015692211652720167 y2[1] (numeric) 0.015692211652421795 absolute error 2.983724378680108e-13 relative error 1.901404623332935e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.015692211652720167 y1[1] (numeric) 0.015692211652695413 absolute error 2.4754504002189037e-14 relative error 1.577502556683778e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5359999999998495 y2[1] (analytic) 0.015516243705078647 y2[1] (numeric) 0.015516243704780304 absolute error 2.983429475689192e-13 relative error 1.9227781751795256e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.015516243705078647 y1[1] (numeric) 0.015516243705054092 absolute error 2.4555010802451704e-14 relative error 1.582535777935388e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.53699999999985 y2[1] (analytic) 0.015341260241111376 y2[1] (numeric) 0.015341260240813068 absolute error 2.983082530993997e-13 relative error 1.944483363237629e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.015341260241111376 y1[1] (numeric) 0.015341260241087028 absolute error 2.4348578708810464e-14 relative error 1.587130283049456e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.53799999999985 y2[1] (analytic) 0.015167261435801827 y2[1] (numeric) 0.015167261435503536 absolute error 2.982909058646399e-13 relative error 1.9666761012013277e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.015167261435801827 y1[1] (numeric) 0.015167261435777667 absolute error 2.4159493849928992e-14 relative error 1.5928711951190672e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5389999999998505 y2[1] (analytic) 0.014994247463148813 y2[1] (numeric) 0.014994247462850498 absolute error 2.983151919933036e-13 relative error 1.989530936623991e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.014994247463148813 y1[1] (numeric) 0.014994247463124801 absolute error 2.4012042354470964e-14 relative error 1.6014169709740405e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.539999999999851 y2[1] (analytic) 0.014822218496166162 y2[1] (numeric) 0.014822218495867913 absolute error 2.9824927250121647e-13 relative error 2.0121770069599236e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.014822218496166162 y1[1] (numeric) 0.014822218496142387 absolute error 2.377438523826214e-14 relative error 1.6039694222839515e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.540999999999851 y2[1] (analytic) 0.01465117470688293 y2[1] (numeric) 0.014651174706584733 absolute error 2.9819723079693716e-13 relative error 2.0353127770488467e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.01465117470688293 y1[1] (numeric) 0.01465117470685938 absolute error 2.3550605909861133e-14 relative error 1.6074210007745908e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5419999999998515 y2[1] (analytic) 0.014481116266342853 y2[1] (numeric) 0.014481116266044735 absolute error 2.9811743351704223e-13 relative error 2.058663351871082e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.014481116266342853 y1[1] (numeric) 0.014481116266319552 absolute error 2.3300805729320473e-14 relative error 1.6090476245589178e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.542999999999852 y2[1] (analytic) 0.014312043344604453 y2[1] (numeric) 0.014312043344306344 absolute error 2.9810875989966235e-13 relative error 2.0829224221993948e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.014312043344604453 y1[1] (numeric) 0.014312043344581332 absolute error 2.3120394487818885e-14 relative error 1.6154502841507341e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.543999999999852 y2[1] (analytic) 0.014143956110740596 y2[1] (numeric) 0.014143956110442467 absolute error 2.9812957658137407e-13 relative error 2.1078231171474103e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.014143956110740596 y1[1] (numeric) 0.014143956110717627 absolute error 2.2969473545408903e-14 relative error 1.623977999194045e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5449999999998525 y2[1] (analytic) 0.013976854732838384 y2[1] (numeric) 0.013976854732540326 absolute error 2.98058452918859e-13 relative error 2.132514493540351e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.013976854732838384 y1[1] (numeric) 0.013976854732815657 absolute error 2.272661225877215e-14 relative error 1.6260176336652022e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.545999999999853 y2[1] (analytic) 0.01381073937799926 y2[1] (numeric) 0.013810739377701282 absolute error 2.979769209154881e-13 relative error 2.157573991948399e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.01381073937799926 y1[1] (numeric) 0.013810739377976786 absolute error 2.2473342631279536e-14 relative error 1.6272367478804176e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.546999999999853 y2[1] (analytic) 0.013645610212338677 y2[1] (numeric) 0.01364561021204068 absolute error 2.9799773759719983e-13 relative error 2.1838359220296603e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.013645610212338677 y1[1] (numeric) 0.013645610212316354 absolute error 2.2322421688869554e-14 relative error 1.6358683372536249e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5479999999998535 y2[1] (analytic) 0.013481467400985658 y2[1] (numeric) 0.013481467400687668 absolute error 2.979907987032959e-13 relative error 2.210373617648693e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.013481467400985658 y1[1] (numeric) 0.013481467400963515 absolute error 2.2143745170843943e-14 relative error 1.6425322639006616e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.548999999999854 y2[1] (analytic) 0.013318311108083014 y2[1] (numeric) 0.013318311107785044 absolute error 2.979699820215842e-13 relative error 2.2372955519918984e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.013318311108083014 y1[1] (numeric) 0.013318311108061063 absolute error 2.1951190865010517e-14 relative error 1.6481962830623565e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.549999999999854 y2[1] (analytic) 0.01315614149678701 y2[1] (numeric) 0.013156141496489089 absolute error 2.9792140976425685e-13 relative error 2.2645044509213824e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.01315614149678701 y1[1] (numeric) 0.01315614149676528 absolute error 2.1730880983561462e-14 relative error 1.6517670465058903e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5509999999998545 y2[1] (analytic) 0.012994958729267259 y2[1] (numeric) 0.012994958728969401 absolute error 2.978572249956457e-13 relative error 2.2920982759630577e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.012994958729267259 y1[1] (numeric) 0.012994958729245764 absolute error 2.1494958590828617e-14 relative error 1.6540997965940168e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.551999999999855 y2[1] (analytic) 0.012834762966706603 y2[1] (numeric) 0.012834762966408734 absolute error 2.9786936805997755e-13 relative error 2.3208014735655904e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.012834762966706603 y1[1] (numeric) 0.012834762966685268 absolute error 2.133536403103875e-14 relative error 1.6623107171034418e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.552999999999855 y2[1] (analytic) 0.012675554369300679 y2[1] (numeric) 0.012675554369002836 absolute error 2.978433472078379e-13 relative error 2.3497461217885193e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.012675554369300679 y1[1] (numeric) 0.012675554369279541 absolute error 2.1137605554777394e-14 relative error 1.6675882520744988e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5539999999998555 y2[1] (analytic) 0.012517333096258132 y2[1] (numeric) 0.01251733309596029 absolute error 2.978416124843619e-13 relative error 2.379433463933281e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.012517333096258132 y1[1] (numeric) 0.012517333096237168 absolute error 2.0964133207179714e-14 relative error 1.674808287513466e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.554999999999856 y2[1] (analytic) 0.012360099305800176 y2[1] (numeric) 0.012360099305502359 absolute error 2.9781732635569824e-13 relative error 2.409505935085349e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.012360099305800176 y1[1] (numeric) 0.012360099305779408 absolute error 2.0768109454394335e-14 relative error 1.680254255291344e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.555999999999856 y2[1] (analytic) 0.012203853155160593 y2[1] (numeric) 0.012203853154862818 absolute error 2.977756929922748e-13 relative error 2.44001373341956e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.012203853155160593 y1[1] (numeric) 0.012203853155140039 absolute error 2.0554738466849187e-14 relative error 1.6842826774064625e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5569999999998565 y2[1] (analytic) 0.01204859480058551 y2[1] (numeric) 0.012048594800287806 absolute error 2.9770456932975975e-13 relative error 2.4708654764893627e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.01204859480058551 y1[1] (numeric) 0.012048594800565198 absolute error 2.0311877180212434e-14 relative error 1.6858295524408676e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.557999999999857 y2[1] (analytic) 0.0118943243973334 y2[1] (numeric) 0.011894324397035664 absolute error 2.9773579435232733e-13 relative error 2.503175333094808e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0118943243973334 y1[1] (numeric) 0.011894324397313229 absolute error 2.0171364578658313e-14 relative error 1.6958814897616675e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.558999999999857 y2[1] (analytic) 0.011741042099674526 y2[1] (numeric) 0.011741042099376783 absolute error 2.9774273324623124e-13 relative error 2.5359140246544637e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.011741042099674526 y1[1] (numeric) 0.01174104209965452 absolute error 2.0006565848440516e-14 relative error 1.7039855302959113e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5599999999998575 y2[1] (analytic) 0.011588748060891163 y2[1] (numeric) 0.011588748060593446 absolute error 2.977167123940916e-13 relative error 2.5690153140769676e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.011588748060891163 y1[1] (numeric) 0.011588748060871356 absolute error 1.9807072648703183e-14 relative error 1.7091641430662045e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.560999999999858 y2[1] (analytic) 0.011437442433277378 y2[1] (numeric) 0.011437442432979682 absolute error 2.9769589571237987e-13 relative error 2.6028187459657065e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.011437442433277378 y1[1] (numeric) 0.011437442433257764 absolute error 1.9614518342869758e-14 relative error 1.7149391970534494e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.561999999999858 y2[1] (analytic) 0.011287125368138695 y2[1] (numeric) 0.011287125367841105 absolute error 2.975900775803453e-13 relative error 2.6365444510821394e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.011287125368138695 y1[1] (numeric) 0.011287125368119358 absolute error 1.933696258671347e-14 relative error 1.7131875438628386e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5629999999998585 y2[1] (analytic) 0.011137797015792317 y2[1] (numeric) 0.011137797015494767 absolute error 2.975501789403978e-13 relative error 2.671535300189979e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.011137797015792317 y1[1] (numeric) 0.011137797015773191 absolute error 1.9125326322644298e-14 relative error 1.7171552233827245e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.563999999999859 y2[1] (analytic) 0.01098945752556657 y2[1] (numeric) 0.010989457525269006 absolute error 2.9756405672820563e-13 relative error 2.707722888376735e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.01098945752556657 y1[1] (numeric) 0.010989457525547603 absolute error 1.896746648633041e-14 relative error 1.7259693157922756e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.564999999999859 y2[1] (analytic) 0.010842107045800908 y2[1] (numeric) 0.010842107045503303 absolute error 2.9760569009162907e-13 relative error 2.7449063990462093e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.010842107045800908 y1[1] (numeric) 0.010842107045782073 absolute error 1.883562750215617e-14 relative error 1.7372663286377635e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5659999999998595 y2[1] (analytic) 0.010695745723845684 y2[1] (numeric) 0.010695745723548124 absolute error 2.9756058728125367e-13 relative error 2.782046198217444e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.010695745723845684 y1[1] (numeric) 0.010695745723827066 absolute error 1.861878706765907e-14 relative error 1.740765679025944e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.56699999999986 y2[1] (analytic) 0.010550373706062266 y2[1] (numeric) 0.010550373705764778 absolute error 2.9748772889526265e-13 relative error 2.819689019397726e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.010550373706062266 y1[1] (numeric) 0.010550373706043894 absolute error 1.8372456334070364e-14 relative error 1.741403370717903e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.56799999999986 y2[1] (analytic) 0.010405991137822812 y2[1] (numeric) 0.010405991137525274 absolute error 2.97538035876066e-13 relative error 2.8592954955977237e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.010405991137822812 y1[1] (numeric) 0.010405991137804561 absolute error 1.8251025690751987e-14 relative error 1.7538959479231835e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5689999999998605 y2[1] (analytic) 0.010262598163509717 y2[1] (numeric) 0.010262598163212166 absolute error 2.975519136638738e-13 relative error 2.899381900402828e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.010262598163509717 y1[1] (numeric) 0.010262598163491624 absolute error 1.8093165854438098e-14 relative error 1.763020003917838e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.569999999999861 y2[1] (analytic) 0.010120194926515946 y2[1] (numeric) 0.010120194926218415 absolute error 2.9753109698216207e-13 relative error 2.9399739742423354e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.010120194926515946 y1[1] (numeric) 0.010120194926498046 absolute error 1.7900611548604672e-14 relative error 1.768801063475886e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.570999999999861 y2[1] (analytic) 0.009978781569244699 y2[1] (numeric) 0.009978781568947248 absolute error 2.9745129970226714e-13 relative error 2.9808378672104898e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.009978781569244699 y1[1] (numeric) 0.009978781569227052 absolute error 1.764734192111206e-14 relative error 1.768486643249352e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5719999999998615 y2[1] (analytic) 0.009838358233109523 y2[1] (numeric) 0.00983835823281201 absolute error 2.975137497474023e-13 relative error 3.024018262987866e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.009838358233109523 y1[1] (numeric) 0.009838358233091987 absolute error 1.7536319618649543e-14 relative error 1.7824436967169667e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.572999999999862 y2[1] (analytic) 0.009698925058533425 y2[1] (numeric) 0.009698925058236024 absolute error 2.974009927214638e-13 relative error 3.066329422349757e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.009698925058533425 y1[1] (numeric) 0.009698925058516175 absolute error 1.725009024511337e-14 relative error 1.7785569164632514e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.573999999999862 y2[1] (analytic) 0.00956048218494987 y2[1] (numeric) 0.009560482184652455 absolute error 2.974148705092716e-13 relative error 3.1108773046767736e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.00956048218494987 y1[1] (numeric) 0.00956048218493278 absolute error 1.7090495685323503e-14 relative error 1.787618590224183e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5749999999998625 y2[1] (analytic) 0.00942302975080156 y2[1] (numeric) 0.009423029750504165 absolute error 2.973940538275599e-13 relative error 3.1560343296407658e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.00942302975080156 y1[1] (numeric) 0.009423029750784663 absolute error 1.68962066560141e-14 relative error 1.7930758050060115e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.575999999999863 y2[1] (analytic) 0.009286567893540987 y2[1] (numeric) 0.009286567893243577 absolute error 2.974096663388437e-13 relative error 3.2025789263404697e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.009286567893540987 y1[1] (numeric) 0.009286567893524247 absolute error 1.674008154317619e-14 relative error 1.802612303606727e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.576999999999863 y2[1] (analytic) 0.009151096749629994 y2[1] (numeric) 0.009151096749332536 absolute error 2.9745823859617104e-13 relative error 3.2505200932139435e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.009151096749629994 y1[1] (numeric) 0.009151096749613378 absolute error 1.6616916176381835e-14 relative error 1.8158387602069342e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5779999999998635 y2[1] (analytic) 0.00901661645453955 y2[1] (numeric) 0.009016616454242173 absolute error 2.9737670659280013e-13 relative error 3.2980964432958816e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.00901661645453955 y1[1] (numeric) 0.009016616454523188 absolute error 1.6361911825413245e-14 relative error 1.8146398826996346e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.578999999999864 y2[1] (analytic) 0.008883127142750191 y2[1] (numeric) 0.008883127142452775 absolute error 2.974166052327476e-13 relative error 3.3481070399344554e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.008883127142750191 y1[1] (numeric) 0.008883127142733963 absolute error 1.622833811776303e-14 relative error 1.826872210312503e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.579999999999864 y2[1] (analytic) 0.008750628947751027 y2[1] (numeric) 0.00875062894745364 absolute error 2.97387114933656e-13 relative error 3.3984656041219365e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.008750628947751027 y1[1] (numeric) 0.008750628947735001 absolute error 1.6025375471073744e-14 relative error 1.8313398461709862e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5809999999998645 y2[1] (analytic) 0.008619122002040291 y2[1] (numeric) 0.008619122001742953 absolute error 2.9733854267632864e-13 relative error 3.4497544251716542e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.008619122002040291 y1[1] (numeric) 0.008619122002024488 absolute error 1.5803330866148713e-14 relative error 1.8335198019482492e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.581999999999865 y2[1] (analytic) 0.008488606437125013 y2[1] (numeric) 0.00848860643682765 absolute error 2.973628288049923e-13 relative error 3.5030818192309252e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.008488606437125013 y1[1] (numeric) 0.008488606437109357 absolute error 1.5655879370690684e-14 relative error 1.8443403504042224e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.582999999999865 y2[1] (analytic) 0.008359082383520677 y2[1] (numeric) 0.008359082383223283 absolute error 2.973940538275599e-13 relative error 3.5577356482794168e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.008359082383520677 y1[1] (numeric) 0.008359082383505164 absolute error 1.5513632045660586e-14 relative error 1.855901321925548e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5839999999998655 y2[1] (analytic) 0.008230549970751233 y2[1] (numeric) 0.008230549970453896 absolute error 2.9733680795285267e-13 relative error 3.6125995104761345e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.008230549970751233 y1[1] (numeric) 0.00823054997073595 absolute error 1.528291382335567e-14 relative error 1.8568520788606234e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.584999999999866 y2[1] (analytic) 0.008103009327349198 y2[1] (numeric) 0.00810300932705189 absolute error 2.9730731765376106e-13 relative error 3.669097561695904e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.008103009327349198 y1[1] (numeric) 0.008103009327334118 absolute error 1.5079951176666384e-14 relative error 1.8610309537431581e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.585999999999866 y2[1] (analytic) 0.007976460580855216 y2[1] (numeric) 0.0079764605805579 absolute error 2.9731599127114094e-13 relative error 3.7274175463832545e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.007976460580855216 y1[1] (numeric) 0.0079764605808403 absolute error 1.4915152446448587e-14 relative error 1.869896089281422e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5869999999998665 y2[1] (analytic) 0.007850903857817948 y2[1] (numeric) 0.00785090385752066 absolute error 2.972882356955253e-13 relative error 3.786675280700133e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.007850903857817948 y1[1] (numeric) 0.007850903857803234 absolute error 1.4713924523235278e-14 relative error 1.8741694956031232e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.587999999999867 y2[1] (analytic) 0.007726339283794181 y2[1] (numeric) 0.007726339283496883 absolute error 2.972986440363812e-13 relative error 3.847859032801708e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.007726339283794181 y1[1] (numeric) 0.0077263392837796305 absolute error 1.4550860516493458e-14 relative error 1.883280034959577e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.588999999999867 y2[1] (analytic) 0.007602766983348497 y2[1] (numeric) 0.007602766983051132 absolute error 2.973645635284683e-13 relative error 3.9112676237447914e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.007602766983348497 y1[1] (numeric) 0.0076027669833340535 absolute error 1.4443307660982896e-14 relative error 1.8997435660748886e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5899999999998675 y2[1] (analytic) 0.007480187080053047 y2[1] (numeric) 0.007480187079755699 absolute error 2.973480836554465e-13 relative error 3.975142338997995e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.007480187080053047 y1[1] (numeric) 0.007480187080038793 absolute error 1.4253355440363435e-14 relative error 1.905481144766015e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.590999999999868 y2[1] (analytic) 0.0073585996964877776 y2[1] (numeric) 0.0073585996961904755 absolute error 2.9730211348333313e-13 relative error 4.040199572552288e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0073585996964877776 y1[1] (numeric) 0.007358599696473743 absolute error 1.4034780282390358e-14 relative error 1.907262368013997e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.591999999999868 y2[1] (analytic) 0.007238004954240207 y2[1] (numeric) 0.0072380049539428355 absolute error 2.973715024223722e-13 relative error 4.108473319684099e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.007238004954240207 y1[1] (numeric) 0.007238004954226276 absolute error 1.393069687383175e-14 relative error 1.924659759409365e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5929999999998685 y2[1] (analytic) 0.007118402973904869 y2[1] (numeric) 0.007118402973607511 absolute error 2.973584919963024e-13 relative error 4.177320293419459e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.007118402973904869 y1[1] (numeric) 0.007118402973891125 absolute error 1.3744214100164243e-14 relative error 1.9308002301286857e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.593999999999869 y2[1] (analytic) 0.00699979387508376 y2[1] (numeric) 0.006999793874786472 absolute error 2.9728736833378733e-13 relative error 4.247087466275284e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.00699979387508376 y1[1] (numeric) 0.00699979387507026 absolute error 1.3499618090051513e-14 relative error 1.928573659590794e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.594999999999869 y2[1] (analytic) 0.006882177776386111 y2[1] (numeric) 0.006882177776088808 absolute error 2.973029808450711e-13 relative error 4.3198968481338385e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.006882177776386111 y1[1] (numeric) 0.00688217777637277 absolute error 1.3341758253737623e-14 relative error 1.9385954108182732e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5959999999998695 y2[1] (analytic) 0.006765554795427953 y2[1] (numeric) 0.006765554795130609 absolute error 2.9734374684675657e-13 relative error 4.394964727027212e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.006765554795427953 y1[1] (numeric) 0.006765554795414743 absolute error 1.3209919269563386e-14 relative error 1.9525256492624116e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.59699999999987 y2[1] (analytic) 0.006649925048832217 y2[1] (numeric) 0.006649925048534844 absolute error 2.973732371458482e-13 relative error 4.471828403510645e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.006649925048832217 y1[1] (numeric) 0.006649925048819151 absolute error 1.3065937221057311e-14 relative error 1.964824734882057e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.59799999999987 y2[1] (analytic) 0.006535288652228632 y2[1] (numeric) 0.006535288651931251 absolute error 2.973810434014901e-13 relative error 4.5503888079997606e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.006535288652228632 y1[1] (numeric) 0.006535288652215731 absolute error 1.2901138490839514e-14 relative error 1.9740732471610158e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.5989999999998705 y2[1] (analytic) 0.00642164572025361 y2[1] (numeric) 0.006421645719956218 absolute error 2.973923191040839e-13 relative error 4.63109196706571e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.00642164572025361 y1[1] (numeric) 0.0064216457202408705 absolute error 1.2739809207573671e-14 relative error 1.9838854029883382e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.599999999999871 y2[1] (analytic) 0.006308996366550024 y2[1] (numeric) 0.006308996366252666 absolute error 2.973576246345644e-13 relative error 4.713231825764544e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.006308996366550024 y1[1] (numeric) 0.006308996366537492 absolute error 1.2531642390456454e-14 relative error 1.986313141167521e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.600999999999871 y2[1] (analytic) 0.006197340703767318 y2[1] (numeric) 0.006197340703469939 absolute error 2.973784413162761e-13 relative error 4.798484632860381e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.006197340703767318 y1[1] (numeric) 0.006197340703754939 absolute error 1.2378986724570495e-14 relative error 1.9974675132908864e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.6019999999998715 y2[1] (analytic) 0.006086678843561066 y2[1] (numeric) 0.006086678843263692 absolute error 2.9737410450758617e-13 relative error 4.8856545934269265e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.006086678843561066 y1[1] (numeric) 0.006086678843548865 absolute error 1.2201177568282873e-14 relative error 2.004570617552817e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.602999999999872 y2[1] (analytic) 0.005977010896593193 y2[1] (numeric) 0.005977010896295776 absolute error 2.974174725944856e-13 relative error 4.9760235967448055e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.005977010896593193 y1[1] (numeric) 0.0059770108965811215 absolute error 1.20719406693226e-14 relative error 2.0197287370186034e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.603999999999872 y2[1] (analytic) 0.005868336972531529 y2[1] (numeric) 0.0058683369722341274 absolute error 2.974018600832018e-13 relative error 5.06790699776237e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.005868336972531529 y1[1] (numeric) 0.0058683369725196464 absolute error 1.1882855810441129e-14 relative error 2.024910271182844e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.6049999999998725 y2[1] (analytic) 0.005760657180050033 y2[1] (numeric) 0.005760657179752662 absolute error 2.973706350606342e-13 relative error 5.162095673571249e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.005760657180050033 y1[1] (numeric) 0.005760657180038355 absolute error 1.1678158440275865e-14 relative error 2.0272267686261514e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.605999999999873 y2[1] (analytic) 0.005653971626828569 y2[1] (numeric) 0.005653971626531164 absolute error 2.9740532953015375e-13 relative error 5.260113583148181e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.005653971626828569 y1[1] (numeric) 0.0056539716268170295 absolute error 1.1539380562197721e-14 relative error 2.0409335815274335e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.606999999999873 y2[1] (analytic) 0.005548280419552576 y2[1] (numeric) 0.005548280419255176 absolute error 2.974001253597258e-13 relative error 5.360221597878586e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.005548280419552576 y1[1] (numeric) 0.005548280419541215 absolute error 1.136070404417211e-14 relative error 2.0476081209118589e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.6079999999998735 y2[1] (analytic) 0.005443583663913287 y2[1] (numeric) 0.005443583663615898 absolute error 2.9738971701886996e-13 relative error 5.4631238423013825e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.005443583663913287 y1[1] (numeric) 0.0054435836639021105 absolute error 1.1176823355718568e-14 relative error 2.053210540293922e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.608999999999874 y2[1] (analytic) 0.00533988146460751 y2[1] (numeric) 0.005339881464310076 absolute error 2.9743395246750737e-13 relative error 5.5700478454228994e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.00533988146460751 y1[1] (numeric) 0.005339881464596462 absolute error 1.1047586456758296e-14 relative error 2.0688823394266697e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.609999999999874 y2[1] (analytic) 0.005237173925337402 y2[1] (numeric) 0.005237173925039901 absolute error 2.9750073932133247e-13 relative error 5.680558705183085e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.005237173925337402 y1[1] (numeric) 0.005237173925326461 absolute error 1.0940900962985722e-14 relative error 2.0890848994060975e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.6109999999998745 y2[1] (analytic) 0.005135461148810361 y2[1] (numeric) 0.005135461148512903 absolute error 2.9745737123443305e-13 relative error 5.792223183371558e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.005135461148810361 y1[1] (numeric) 0.0051354611487996376 absolute error 1.0723193166750633e-14 relative error 2.0880682096552675e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.611999999999875 y2[1] (analytic) 0.0050347432367393585 y2[1] (numeric) 0.005034743236441852 absolute error 2.975068108534984e-13 relative error 5.909076130884723e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0050347432367393585 y1[1] (numeric) 0.00503474323672876 absolute error 1.0598293076480303e-14 relative error 2.1050314937895535e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.612999999999875 y2[1] (analytic) 0.0049350202898421625 y2[1] (numeric) 0.00493502028954465 absolute error 2.975128823856643e-13 relative error 6.02860504946738e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0049350202898421625 y1[1] (numeric) 0.004935020289831732 absolute error 1.0430024899310553e-14 relative error 2.1134715333954865e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.6139999999998755 y2[1] (analytic) 0.00483629240784178 y2[1] (numeric) 0.004836292407544236 absolute error 2.975441074082319e-13 relative error 6.152318394267902e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.00483629240784178 y1[1] (numeric) 0.004836292407831492 absolute error 1.0287777574280454e-14 relative error 2.1272033836497134e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.614999999999876 y2[1] (analytic) 0.004738559689466015 y2[1] (numeric) 0.004738559689168484 absolute error 2.9753109698216207e-13 relative error 6.278935298495535e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.004738559689466015 y1[1] (numeric) 0.004738559689455914 absolute error 1.0101294800612948e-14 relative error 2.1317226040369357e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.615999999999876 y2[1] (analytic) 0.00464182223244769 y2[1] (numeric) 0.004641822232150104 absolute error 2.9758574077165534e-13 relative error 6.4109680610223356e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.00464182223244769 y1[1] (numeric) 0.004641822232437708 absolute error 9.981598880770548e-15 relative error 2.1503621597131108e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.6169999999998765 y2[1] (analytic) 0.004546080133524089 y2[1] (numeric) 0.004546080133226545 absolute error 2.975432400464939e-13 relative error 6.545050489812649e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.004546080133524089 y1[1] (numeric) 0.004546080133514323 absolute error 9.765625808011436e-15 relative error 2.1481420303168286e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.617999999999877 y2[1] (analytic) 0.004451333488437514 y2[1] (numeric) 0.004451333488139898 absolute error 2.9761609843248493e-13 relative error 6.685998683440649e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.004451333488437514 y1[1] (numeric) 0.00445133348842785 absolute error 9.664144484666792e-15 relative error 2.1710672790007145e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.618999999999877 y2[1] (analytic) 0.0043575823919344 y2[1] (numeric) 0.004357582391636801 absolute error 2.9759961855946315e-13 relative error 6.829466245097294e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0043575823919344 y1[1] (numeric) 0.004357582391924926 absolute error 9.474192264047332e-15 relative error 2.174185456959676e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.6199999999998775 y2[1] (analytic) 0.004264826937765975 y2[1] (numeric) 0.004264826937468341 absolute error 2.976343130289827e-13 relative error 6.9788133814614085e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.004264826937765975 y1[1] (numeric) 0.00426482693775664 absolute error 9.335414385969187e-15 relative error 2.188931584374984e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.620999999999878 y2[1] (analytic) 0.004173067218687598 y2[1] (numeric) 0.004173067218389966 absolute error 2.976325783055067e-13 relative error 7.13222583553567e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.004173067218687598 y1[1] (numeric) 0.004173067218678438 absolute error 9.16020731489553e-15 relative error 2.195077825220451e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.621999999999878 y2[1] (analytic) 0.004082303326459091 y2[1] (numeric) 0.004082303326161386 absolute error 2.9770543669149774e-13 relative error 7.2925849179786825e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.004082303326459091 y1[1] (numeric) 0.004082303326450032 absolute error 9.059593353288875e-15 relative error 2.219235717877678e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.6229999999998785 y2[1] (analytic) 0.003992535351844184 y2[1] (numeric) 0.0039925353515464865 absolute error 2.9769763043585584e-13 relative error 7.456355528532689e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.003992535351844184 y1[1] (numeric) 0.003992535351835306 absolute error 8.878314750049299e-15 relative error 2.2237285252711247e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.623999999999879 y2[1] (analytic) 0.0039037633846109587 y2[1] (numeric) 0.0039037633843132346 absolute error 2.977240849688645e-13 relative error 7.626591461524635e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0039037633846109587 y1[1] (numeric) 0.003903763384602228 absolute error 8.73086325459127e-15 relative error 2.2365247056236147e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.624999999999879 y2[1] (analytic) 0.0038159875135312937 y2[1] (numeric) 0.00381598751323359 absolute error 2.9770370196802176e-13 relative error 7.801485222694778e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0038159875135312937 y1[1] (numeric) 0.003815987513522757 absolute error 8.536574225281868e-15 relative error 2.2370550729035716e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.6259999999998795 y2[1] (analytic) 0.003729207826381198 y2[1] (numeric) 0.0037292078260834165 absolute error 2.977813308435717e-13 relative error 7.98510956501282e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.003729207826381198 y1[1] (numeric) 0.0037292078263727576 absolute error 8.440297072365155e-15 relative error 2.2632949047936467e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.62699999999988 y2[1] (analytic) 0.0036434244099401436 y2[1] (numeric) 0.003643424409642394 absolute error 2.9774967214013515e-13 relative error 8.172247826187967e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0036434244099401436 y1[1] (numeric) 0.0036434244099319093 absolute error 8.234298659592909e-15 relative error 2.2600437756105901e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.62799999999988 y2[1] (analytic) 0.0035586373499917334 y2[1] (numeric) 0.0035586373496939317 absolute error 2.9780171384441445e-13 relative error 8.368419834774854e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0035586373499917334 y1[1] (numeric) 0.0035586373499836214 absolute error 8.112000654536544e-15 relative error 2.2795243956385125e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.6289999999998805 y2[1] (analytic) 0.0034748467313229225 y2[1] (numeric) 0.0034748467310250827 absolute error 2.9783987776088594e-13 relative error 8.571309781122177e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0034748467313229225 y1[1] (numeric) 0.0034748467313149467 absolute error 7.975824861672365e-15 relative error 2.295302635876506e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.629999999999881 y2[1] (analytic) 0.003392052637724352 y2[1] (numeric) 0.0033920526374264584 absolute error 2.978936541886412e-13 relative error 8.782105881130754e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.003392052637724352 y1[1] (numeric) 0.003392052637716497 absolute error 7.855261580091977e-15 relative error 2.3157841045066701e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.630999999999881 y2[1] (analytic) 0.003310255151990016 y2[1] (numeric) 0.003310255151692146 absolute error 2.9786980174084654e-13 relative error 8.99839402294343e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.003310255151990016 y1[1] (numeric) 0.0033102551519823584 absolute error 7.65750310383062e-15 relative error 2.3132667278615014e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.6319999999998815 y2[1] (analytic) 0.0032294543559174826 y2[1] (numeric) 0.003229454355619624 absolute error 2.978585260382527e-13 relative error 9.223184266174017e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0032294543559174826 y1[1] (numeric) 0.0032294543559100108 absolute error 7.471887691901102e-15 relative error 2.3136687713854843e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.632999999999882 y2[1] (analytic) 0.003149650330307563 y2[1] (numeric) 0.003149650330009682 absolute error 2.978810774434404e-13 relative error 9.457591992897584e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.003149650330307563 y1[1] (numeric) 0.003149650330300243 absolute error 7.320099387753132e-15 relative error 2.3240990650026618e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.633999999999882 y2[1] (analytic) 0.003070843154964309 y2[1] (numeric) 0.0030708431546663385 absolute error 2.979704157024532e-13 relative error 9.703211810761347e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.003070843154964309 y1[1] (numeric) 0.003070843154957074 absolute error 7.235097937430268e-15 relative error 2.356062349108924e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.6349999999998825 y2[1] (analytic) 0.0029930329086947927 y2[1] (numeric) 0.002993032908396763 absolute error 2.980298299815054e-13 relative error 9.957452492945385e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0029930329086947927 y1[1] (numeric) 0.0029930329086876725 absolute error 7.120172507146805e-15 relative error 2.3789155429807096e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.635999999999883 y2[1] (analytic) 0.002916219669309217 y2[1] (numeric) 0.0029162196690111944 absolute error 2.980224574067325e-13 relative error 1.021947902427141e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.002916219669309217 y1[1] (numeric) 0.0029162196693022784 absolute error 6.938460223038234e-15 relative error 2.379265285142868e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.636999999999883 y2[1] (analytic) 0.002840403513620915 y2[1] (numeric) 0.0028404035133228664 absolute error 2.9804847825887215e-13 relative error 1.0493173833562939e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.002840403513620915 y1[1] (numeric) 0.0028404035136141248 absolute error 6.790141365842217e-15 relative error 2.3905551916411414e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.6379999999998835 y2[1] (analytic) 0.002765584517446018 y2[1] (numeric) 0.0027655845171479284 absolute error 2.980896779414266e-13 relative error 1.077854160887148e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.002765584517446018 y1[1] (numeric) 0.002765584517439361 absolute error 6.657001339060997e-15 relative error 2.407086565992441e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.638999999999884 y2[1] (analytic) 0.002691762755603455 y2[1] (numeric) 0.00269176275530537 absolute error 2.9808534113273666e-13 relative error 1.1073982672217713e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.002691762755603455 y1[1] (numeric) 0.002691762755596977 absolute error 6.478324821035386e-15 relative error 2.4067220662554407e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.639999999999884 y2[1] (analytic) 0.0026189383019150636 y2[1] (numeric) 0.0026189383016169466 absolute error 2.9811699983617324e-13 relative error 1.1383124207934917e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0026189383019150636 y1[1] (numeric) 0.002618938301908728 absolute error 6.335643815136294e-15 relative error 2.4191649763201517e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.6409999999998846 y2[1] (analytic) 0.0025471112292052567 y2[1] (numeric) 0.0025471112289071063 absolute error 2.981503932630858e-13 relative error 1.1705432799497882e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0025471112292052567 y1[1] (numeric) 0.002547111229199062 absolute error 6.194697532713178e-15 relative error 2.432048299141625e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.641999999999885 y2[1] (analytic) 0.002476281609301134 y2[1] (numeric) 0.0024762816090029157 absolute error 2.982184811595179e-13 relative error 1.2042995434743072e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.002476281609301134 y1[1] (numeric) 0.0024762816092950457 absolute error 6.088445719809599e-15 relative error 2.4587048972705104e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.642999999999885 y2[1] (analytic) 0.0024064495130322605 y2[1] (numeric) 0.0024064495127339887 absolute error 2.9827182390640417e-13 relative error 1.2394684463193455e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0024064495130322605 y1[1] (numeric) 0.0024064495130262935 absolute error 5.967015076491222e-15 relative error 2.4795928791260826e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.6439999999998856 y2[1] (analytic) 0.0023376150102306648 y2[1] (numeric) 0.002337615009932416 absolute error 2.9824883882034747e-13 relative error 1.2758680856986699e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0023376150102306648 y1[1] (numeric) 0.0023376150102248955 absolute error 5.769256600229866e-15 relative error 2.468009734272105e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.644999999999886 y2[1] (analytic) 0.0022697781697310626 y2[1] (numeric) 0.0022697781694326945 absolute error 2.983681010593209e-13 relative error 1.3145253797849037e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0022697781697310626 y1[1] (numeric) 0.0022697781697253484 absolute error 5.7141791298676026e-15 relative error 2.5175055457268116e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.645999999999886 y2[1] (analytic) 0.0022029390593699683 y2[1] (numeric) 0.002202939059071659 absolute error 2.9830912046113767e-13 relative error 1.3541415010656394e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0022029390593699683 y1[1] (numeric) 0.0022029390593644874 absolute error 5.480858822348722e-15 relative error 2.4879756882227264e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.6469999999998866 y2[1] (analytic) 0.0021370977459868046 y2[1] (numeric) 0.002137097745688415 absolute error 2.983897851027706e-13 relative error 1.396238359537407e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0021370977459868046 y1[1] (numeric) 0.0021370977459814174 absolute error 5.3871837546459744e-15 relative error 2.520794270997859e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.647999999999887 y2[1] (analytic) 0.002072254295422682 y2[1] (numeric) 0.002072254295124269 absolute error 2.984127701888273e-13 relative error 1.4400393371024931e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.002072254295422682 y1[1] (numeric) 0.002072254295417446 absolute error 5.235829131366998e-15 relative error 2.526634469009044e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.648999999999887 y2[1] (analytic) 0.0020084087725211752 y2[1] (numeric) 0.0020084087722226675 absolute error 2.98507746299137e-13 relative error 1.486289795101907e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0020084087725211752 y1[1] (numeric) 0.0020084087725160188 absolute error 5.156465532341059e-15 relative error 2.567438264008426e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.649999999999888 y2[1] (analytic) 0.001945561241127658 y2[1] (numeric) 0.0019455612408291272 absolute error 2.985307313851937e-13 relative error 1.5344196064070626e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.001945561241127658 y1[1] (numeric) 0.001945561241122653 absolute error 5.0048940686275856e-15 relative error 2.5724680173658895e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.650999999999888 y2[1] (analytic) 0.001883711764089746 y2[1] (numeric) 0.0018837117637911746 absolute error 2.9857149738687916e-13 relative error 1.58501689631458e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.001883711764089746 y1[1] (numeric) 0.001883711764084875 absolute error 4.871103520542874e-15 relative error 2.585907044487088e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.651999999999888 y2[1] (analytic) 0.001822860403256854 y2[1] (numeric) 0.0018228604029582815 absolute error 2.9857258158905164e-13 relative error 1.637934430171396e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.001822860403256854 y1[1] (numeric) 0.0018228604032521564 absolute error 4.697631172945194e-15 relative error 2.577065783288762e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.652999999999889 y2[1] (analytic) 0.001763007219480417 y2[1] (numeric) 0.0017630072191818036 absolute error 2.986133475907371e-13 relative error 1.693772687321965e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.001763007219480417 y1[1] (numeric) 0.0017630072194758533 absolute error 4.563623784425985e-15 relative error 2.5885451483125236e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.653999999999889 y2[1] (analytic) 0.0017041522726135572 y2[1] (numeric) 0.0017041522723149198 absolute error 2.986374168789663e-13 relative error 1.752410401806194e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0017041522726135572 y1[1] (numeric) 0.0017041522726091443 absolute error 4.4129196824505e-15 relative error 2.5895101942285165e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.654999999999889 y2[1] (analytic) 0.0016462956215113067 y2[1] (numeric) 0.001646295621212572 absolute error 2.987347782340555e-13 relative error 1.8145876981669648e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0016462956215113067 y1[1] (numeric) 0.0016462956215069712 absolute error 4.335507647335035e-15 relative error 2.633492788710098e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.65599999999989 y2[1] (analytic) 0.001589437324030163 y2[1] (numeric) 0.0015894373237314065 absolute error 2.987564622775052e-13 relative error 1.879636634680133e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.001589437324030163 y1[1] (numeric) 0.0015894373240259805 absolute error 4.182418300580082e-15 relative error 2.631382966379058e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.65699999999989 y2[1] (analytic) 0.0015335774370285327 y2[1] (numeric) 0.0015335774367297161 absolute error 2.988165270778609e-13 relative error 1.948493241116336e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0015335774370285327 y1[1] (numeric) 0.001533577437024465 absolute error 4.0677097107311155e-15 relative error 2.6524318971546233e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.65799999999989 y2[1] (analytic) 0.0014787160163661772 y2[1] (numeric) 0.0014787160160673832 absolute error 2.987939756726732e-13 relative error 2.020631225777447e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0014787160163661772 y1[1] (numeric) 0.0014787160163623068 absolute error 3.870384915338754e-15 relative error 2.617395681457421e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.658999999999891 y2[1] (analytic) 0.0014248531169047673 y2[1] (numeric) 0.0014248531166058238 absolute error 2.989435955724762e-13 relative error 2.0980660534461013e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0014248531169047673 y1[1] (numeric) 0.0014248531169009223 absolute error 3.845014584502593e-15 relative error 2.698534002476819e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.659999999999891 y2[1] (analytic) 0.001371988792506884 y2[1] (numeric) 0.0013719887922079327 absolute error 2.989514018281181e-13 relative error 2.1789638768249492e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.001371988792506884 y1[1] (numeric) 0.0013719887925032063 absolute error 3.677830609505328e-15 relative error 2.680656452583139e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.660999999999891 y2[1] (analytic) 0.001320123096037018 y2[1] (numeric) 0.0013201230957380302 absolute error 2.989878310211136e-13 relative error 2.2648481184722e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.001320123096037018 y1[1] (numeric) 0.0013201230960334788 absolute error 3.5392695718616807e-15 relative error 2.6810148102752646e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.661999999999892 y2[1] (analytic) 0.001269256079360792 y2[1] (numeric) 0.0012692560790618084 absolute error 2.9898371105285815e-13 relative error 2.355582265191346e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.001269256079360792 y1[1] (numeric) 0.001269256079357432 absolute error 3.3601593729670753e-15 relative error 2.6473455023034274e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.662999999999892 y2[1] (analytic) 0.0012193877933454056 y2[1] (numeric) 0.0012193877930462796 absolute error 2.9912595837788825e-13 relative error 2.45308309637275e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0012193877933454056 y1[1] (numeric) 0.0012193877933420782 absolute error 3.327416467358013e-15 relative error 2.728759862544798e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.663999999999892 y2[1] (analytic) 0.0011705182878588571 y2[1] (numeric) 0.0011705182875597258 absolute error 2.9913137938875067e-13 relative error 2.5555463976212594e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0011705182878588571 y1[1] (numeric) 0.0011705182878556993 absolute error 3.1578472475812802e-15 relative error 2.6978196584674446e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.664999999999893 y2[1] (analytic) 0.0011226476117708328 y2[1] (numeric) 0.0011226476114716483 absolute error 2.9918450529520246e-13 relative error 2.6649903510085166e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0011226476117708328 y1[1] (numeric) 0.0011226476117677968 absolute error 3.0359829233939095e-15 relative error 2.704306223575388e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.665999999999893 y2[1] (analytic) 0.001075775812951929 y2[1] (numeric) 0.0010757758126527192 absolute error 2.992098756260386e-13 relative error 2.7813404244979877e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.001075775812951929 y1[1] (numeric) 0.0010757758129490429 absolute error 2.886146183156413e-15 relative error 2.68285096988454e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.666999999999893 y2[1] (analytic) 0.0010299029382739855 y2[1] (numeric) 0.0010299029379747333 absolute error 2.9925215951076556e-13 relative error 2.905634583510193e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0010299029382739855 y1[1] (numeric) 0.0010299029382712323 absolute error 2.75322299680969e-15 relative error 2.673283951809883e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.667999999999894 y2[1] (analytic) 0.0009850290336098633 y2[1] (numeric) 0.0009850290333105619 absolute error 2.993013822893964e-13 relative error 3.038503151450656e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0009850290336098633 y1[1] (numeric) 0.0009850290336072358 absolute error 2.6274555448013714e-15 relative error 2.6673889348951086e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.668999999999894 y2[1] (analytic) 0.0009411541438334448 y2[1] (numeric) 0.0009411541435341054 absolute error 2.993393293654334e-13 relative error 3.180555824215839e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0009411541438334448 y1[1] (numeric) 0.0009411541438309546 absolute error 2.4901955497647066e-15 relative error 2.6458955380271846e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.669999999999894 y2[1] (analytic) 0.0008982783128197447 y2[1] (numeric) 0.0008982783125202502 absolute error 2.9949447869631607e-13 relative error 3.3340945052562444e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0008982783128197447 y1[1] (numeric) 0.0008982783128172745 absolute error 2.4701378095737248e-15 relative error 2.749858005387915e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.670999999999895 y2[1] (analytic) 0.000856401583444355 y2[1] (numeric) 0.0008564015831448237 absolute error 2.995313415701806e-13 relative error 3.4975570732307354e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.000856401583444355 y1[1] (numeric) 0.0008564015834420232 absolute error 2.3317936123645744e-15 relative error 2.7227805943402757e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.671999999999895 y2[1] (analytic) 0.0008155239975841111 y2[1] (numeric) 0.0008155239972845518 absolute error 2.995593139862307e-13 relative error 3.6732127426493654e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0008155239975841111 y1[1] (numeric) 0.0008155239975819265 absolute error 2.184558957341043e-15 relative error 2.6787181785116423e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.672999999999895 y2[1] (analytic) 0.0007756455961166475 y2[1] (numeric) 0.0007756455958170169 absolute error 2.9963065448918025e-13 relative error 3.8629840224622316e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0007756455961166475 y1[1] (numeric) 0.0007756455961145668 absolute error 2.0806923892169316e-15 relative error 2.6825297528073905e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.673999999999896 y2[1] (analytic) 0.0007367664189202872 y2[1] (numeric) 0.0007367664186206171 absolute error 2.9967001102804147e-13 relative error 4.067367938229329e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0007367664189202872 y1[1] (numeric) 0.0007367664189183423 absolute error 1.944841857004498e-15 relative error 2.6396993769811265e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.674999999999896 y2[1] (analytic) 0.0006988865048742632 y2[1] (numeric) 0.0006988865045745265 absolute error 2.9973668946164933e-13 relative error 4.288774892220519e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0006988865048742632 y1[1] (numeric) 0.000698886504872427 absolute error 1.8362047993214503e-15 relative error 2.6273290248347297e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.675999999999896 y2[1] (analytic) 0.000662005891858386 y2[1] (numeric) 0.0006620058915586559 absolute error 2.9973007582839717e-13 relative error 4.52760435389772e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.000662005891858386 y1[1] (numeric) 0.0006620058918567317 absolute error 1.6542756747783827e-15 relative error 2.498883612855004e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.676999999999897 y2[1] (analytic) 0.0006261246167534873 y2[1] (numeric) 0.0006261246164536153 absolute error 2.998719978927755e-13 relative error 4.789334101694307e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0006261246167534873 y1[1] (numeric) 0.0006261246167518664 absolute error 1.6208822478658291e-15 relative error 2.5887534278244e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.677999999999897 y2[1] (analytic) 0.000591242715440532 y2[1] (numeric) 0.0005912427151406768 absolute error 2.99855192759102e-13 relative error 5.071609085884152e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.000591242715440532 y1[1] (numeric) 0.0005912427154391032 absolute error 1.4287616229013977e-15 relative error 2.4165399176831035e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.678999999999897 y2[1] (analytic) 0.0005573602228017283 y2[1] (numeric) 0.0005573602225017387 absolute error 2.9998952540827295e-13 relative error 5.382327499086516e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0005573602228017283 y1[1] (numeric) 0.0005573602228003405 absolute error 1.3877787807814457e-15 relative error 2.489913567576431e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.679999999999898 y2[1] (analytic) 0.0005244771727193065 y2[1] (numeric) 0.000524477172419291 absolute error 3.000155462604126e-13 relative error 5.7202784385237126e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0005244771727193065 y1[1] (numeric) 0.000524477172718068 absolute error 1.2384841416301917e-15 relative error 2.36136900908176e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.680999999999898 y2[1] (analytic) 0.0004925935980764073 y2[1] (numeric) 0.0004925935977763807 absolute error 3.0002660512257195e-13 relative error 6.090753235409164e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0004925935980764073 y1[1] (numeric) 0.0004925935980753332 absolute error 1.0741190922813892e-15 relative error 2.180538067234037e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.681999999999898 y2[1] (analytic) 0.0004617095307567487 y2[1] (numeric) 0.00046170953045658017 absolute error 3.001685271869503e-13 relative error 6.501241737309813e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0004617095307567487 y1[1] (numeric) 0.0004617095307557081 absolute error 1.0406172451515872e-15 relative error 2.2538353138303214e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.682999999999899 y2[1] (analytic) 0.0004318250016441816 y2[1] (numeric) 0.00043182500134395397 absolute error 3.0022761620535077e-13 relative error 6.952529729919033e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0004318250016441816 y1[1] (numeric) 0.00043182500164325735 absolute error 9.242281419352683e-16 relative error 2.1402840002692126e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.683999999999899 y2[1] (analytic) 0.0004029400406232453 y2[1] (numeric) 0.0004029400403230288 absolute error 3.002165031330828e-13 relative error 7.450649547479188e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0004029400406232453 y1[1] (numeric) 0.00040294004062250765 absolute error 7.376369480505129e-16 relative error 1.830637002243751e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.684999999999899 y2[1] (analytic) 0.00037505467657905633 y2[1] (numeric) 0.0003750546762787632 absolute error 3.002931562266775e-13 relative error 8.006650096079521e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.00037505467657905633 y1[1] (numeric) 0.0003750546765784176 absolute error 6.387577099198349e-16 relative error 1.703105573155528e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.6859999999999 y2[1] (analytic) 0.0003481689373968644 y2[1] (numeric) 0.0003481689370965189 absolute error 3.0034546898149994e-13 relative error 8.62642920494506e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0003481689373968644 y1[1] (numeric) 0.00034816893739634885 absolute error 5.155381330168574e-16 relative error 1.4807126013921663e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.6869999999999 y2[1] (analytic) 0.00032228284996249634 y2[1] (numeric) 0.0003222828496620329 absolute error 3.0046343017786636e-13 relative error 9.322972978947869e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.00032228284996249634 y1[1] (numeric) 0.0003222828499620384 absolute error 4.579669976578771e-16 relative error 1.4210095191573804e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.6879999999999 y2[1] (analytic) 0.00029739644016191225 y2[1] (numeric) 0.00029739643986139043 absolute error 3.005218144648547e-13 relative error 1.0105091180689349e-07% Correct digits 8 h 0.001 y1[1] (analytic) 0.00029739644016191225 y1[1] (numeric) 0.0002973964401615715 absolute error 3.4076474281219404e-16 relative error 1.1458265694998592e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.688999999999901 y2[1] (analytic) 0.00027350973288153835 y2[1] (numeric) 0.00027350973258099924 absolute error 3.0053910748950585e-13 relative error 1.0988241782959672e-07% Correct digits 8 h 0.001 y1[1] (analytic) 0.00027350973288153835 y1[1] (numeric) 0.0002735097328813559 absolute error 1.824712256293104e-16 relative error 6.671471018851887e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.689999999999901 y2[1] (analytic) 0.0002506227520082671 y2[1] (numeric) 0.0002506227517075646 absolute error 3.007024967568994e-13 relative error 1.1998212227235472e-07% Correct digits 8 h 0.001 y1[1] (analytic) 0.0002506227520082671 y1[1] (numeric) 0.00025062275200809684 absolute error 1.7027395118884847e-16 relative error 6.794034054148116e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.690999999999901 y2[1] (analytic) 0.00022873552042879108 y2[1] (numeric) 0.0002287355201280655 absolute error 3.0072559026317336e-13 relative error 1.314730609830203e-07% Correct digits 8 h 0.001 y1[1] (analytic) 0.00022873552042879108 y1[1] (numeric) 0.00022873552042877336 absolute error 1.7726705520137997e-17 relative error 7.749870018835399e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.691999999999902 y2[1] (analytic) 0.00020784806003049106 y2[1] (numeric) 0.00020784805972973164 absolute error 3.007594173709549e-13 relative error 1.4470157543295513e-07% Correct digits 8 h 0.001 y1[1] (analytic) 0.00020784806003049106 y1[1] (numeric) 0.00020784806003061517 absolute error 1.2411404369527812e-16 relative error 5.971383311303014e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.692999999999902 y2[1] (analytic) 0.00018796039170088097 y2[1] (numeric) 0.00018796039140002172 absolute error 3.008592452859865e-13 relative error 1.600652363848933e-07% Correct digits 8 h 0.001 y1[1] (analytic) 0.00018796039170088097 y1[1] (numeric) 0.00018796039170108095 absolute error 1.999810907149513e-16 relative error 1.0639533622232496e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.693999999999902 y2[1] (analytic) 0.0001690725353274969 y2[1] (numeric) 0.00016907253502660243 absolute error 3.00894454751538e-13 relative error 1.779676717857808e-07% Correct digits 8 h 0.001 y1[1] (analytic) 0.0001690725353274969 y1[1] (numeric) 0.00016907253532783735 absolute error 3.4046658721476053e-16 relative error 2.0137308910360273e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.694999999999903 y2[1] (analytic) 0.00015118450979834108 y2[1] (numeric) 0.00015118450949732853 absolute error 3.0101255147317596e-13 relative error 1.9910277307819726e-07% Correct digits 8 h 0.001 y1[1] (analytic) 0.00015118450979834108 y1[1] (numeric) 0.0001511845097987392 absolute error 3.9811903773667723e-16 relative error 2.633332199626219e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.695999999999903 y2[1] (analytic) 0.00013429633300132693 y2[1] (numeric) 0.0001342963327002241 absolute error 3.011028384090897e-13 relative error 2.242077886118563e-07% Correct digits 8 h 0.001 y1[1] (analytic) 0.00013429633300132693 y1[1] (numeric) 0.0001342963330018105 absolute error 4.835812739828471e-16 relative error 3.600852407325739e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.696999999999903 y2[1] (analytic) 0.00011840802182461196 y2[1] (numeric) 0.00011840802152346447 absolute error 3.0114749398606894e-13 relative error 2.543303142350726e-07% Correct digits 8 h 0.001 y1[1] (analytic) 0.00011840802182461196 y1[1] (numeric) 0.00011840802182522668 absolute error 6.147155267449689e-16 relative error 5.191502376887069e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.697999999999904 y2[1] (analytic) 0.0001035195921565979 y2[1] (numeric) 0.00010351959185535953 absolute error 3.012383636806504e-13 relative error 2.909964745851742e-07% Correct digits 8 h 0.001 y1[1] (analytic) 0.0001035195921565979 y1[1] (numeric) 0.00010351959215729756 absolute error 6.996627669592081e-16 relative error 6.758747328725972e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.698999999999904 y2[1] (analytic) 8.963105888559753e-05 y2[1] (numeric) 8.963105858433772e-05 absolute error 3.012598037786113e-13 relative error 3.361109502936148e-07% Correct digits 8 h 0.001 y1[1] (analytic) 8.963105888559753e-05 y1[1] (numeric) 8.963105888645158e-05 absolute error 8.54053156321144e-16 relative error 9.52854029551556e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.699999999999904 y2[1] (analytic) 7.674243590027885e-05 y2[1] (numeric) 7.674243559893113e-05 absolute error 3.013477190222727e-13 relative error 3.926741645441798e-07% Correct digits 8 h 0.001 y1[1] (analytic) 7.674243590027885e-05 y1[1] (numeric) 7.674243590122084e-05 absolute error 9.419955050368745e-16 relative error 1.2274766809082374e-09% Correct digits 10 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.700999999999905 y2[1] (analytic) 6.485373608922096e-05 y2[1] (numeric) 6.485373578776168e-05 absolute error 3.0145928342582146e-13 relative error 4.648294787691123e-07% Correct digits 8 h 0.001 y1[1] (analytic) 6.485373608922096e-05 y1[1] (numeric) 6.485373609022727e-05 absolute error 1.006315798919577e-15 relative error 1.5516697411775358e-09% Correct digits 10 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.701999999999905 y2[1] (analytic) 5.396497134102507e-05 y2[1] (numeric) 5.3964971039528185e-05 absolute error 3.0149688491241597e-13 relative error 5.586899750342553e-07% Correct digits 8 h 0.001 y1[1] (analytic) 5.396497134102507e-05 y1[1] (numeric) 5.3964971342169696e-05 absolute error 1.1446261148108372e-15 relative error 2.1210538732199295e-09% Correct digits 10 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.702999999999905 y2[1] (analytic) 4.4076152544647584e-05 y2[1] (numeric) 4.40761522429945e-05 absolute error 3.0165308456415324e-13 relative error 6.843906900870926e-07% Correct digits 8 h 0.001 y1[1] (analytic) 4.4076152544647584e-05 y1[1] (numeric) 4.4076152545811936e-05 absolute error 1.1643518180864953e-15 relative error 2.6416820681139267e-09% Correct digits 10 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.703999999999906 y2[1] (analytic) 3.518728958862294e-05 y2[1] (numeric) 3.518728928697858e-05 absolute error 3.0164435673666473e-13 relative error 8.572537420847414e-07% Correct digits 8 h 0.001 y1[1] (analytic) 3.518728958862294e-05 y1[1] (numeric) 3.518728958997198e-05 absolute error 1.349038881905823e-15 relative error 3.8338812044847185e-09% Correct digits 10 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.704999999999906 y2[1] (analytic) 2.72983913620628e-05 y2[1] (numeric) 2.7298391060342656e-05 absolute error 3.0172014585665326e-13 relative error 1.1052671267507749e-06% Correct digits 7 h 0.001 y1[1] (analytic) 2.72983913620628e-05 y1[1] (numeric) 2.729839136351203e-05 absolute error 1.4492293270388507e-15 relative error 5.3088451543444345e-09% Correct digits 10 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.705999999999906 y2[1] (analytic) 2.0409465753767897e-05 y2[1] (numeric) 2.0409465451984288e-05 absolute error 3.0178360895319334e-13 relative error 1.4786453138660893e-06% Correct digits 7 h 0.001 y1[1] (analytic) 2.0409465753767897e-05 y1[1] (numeric) 2.0409465755329663e-05 absolute error 1.561766124411057e-15 relative error 7.652165633599356e-09% Correct digits 10 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.706999999999907 y2[1] (analytic) 1.4520519652783115e-05 y2[1] (numeric) 1.452051935082851e-05 absolute error 3.0195460457645325e-13 relative error 2.0795027436816168e-06% Correct digits 7 h 0.001 y1[1] (analytic) 1.4520519652783115e-05 y1[1] (numeric) 1.4520519654349912e-05 absolute error 1.5667975001177475e-15 relative error 1.079023022304469e-08% Correct digits 9 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.707999999999907 y2[1] (analytic) 9.6315589478424e-06 y2[1] (numeric) 9.631558645820934e-06 absolute error 3.020214659691777e-13 relative error 3.1357485076373294e-06% Correct digits 7 h 0.001 y1[1] (analytic) 9.6315589478424e-06 y1[1] (numeric) 9.631558949518385e-06 absolute error 1.6759851292165104e-15 relative error 1.740097463237718e-08% Correct digits 9 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.708999999999907 y2[1] (analytic) 5.7425885280348865e-06 y2[1] (numeric) 5.742588225921857e-06 absolute error 3.0211302938374296e-13 relative error 5.26092071387058e-06% Correct digits 7 h 0.001 y1[1] (analytic) 5.7425885280348865e-06 y1[1] (numeric) 5.74258852979538e-06 absolute error 1.760493606364072e-15 relative error 3.065679523736507e-08% Correct digits 9 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.709999999999908 y2[1] (analytic) 2.8536122822497845e-06 y2[1] (numeric) 2.853611980101374e-06 absolute error 3.0214841037346624e-13 relative error 1.0588278311419826e-05% Correct digits 6 h 0.001 y1[1] (analytic) 2.8536122822497845e-06 y1[1] (numeric) 2.8536122841509935e-06 absolute error 1.9012090723090607e-15 relative error 6.662464568627906e-08% Correct digits 9 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.710999999999908 y2[1] (analytic) 9.64633099620471e-07 y2[1] (numeric) 9.646327973354906e-07 absolute error 3.0228498046016737e-13 relative error 3.133678292597461e-05% Correct digits 6 h 0.001 y1[1] (analytic) 9.64633099620471e-07 y1[1] (numeric) 9.646331015612302e-07 absolute error 1.940759158198732e-15 relative error 2.011914331948916e-07% Correct digits 8 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.711999999999908 y2[1] (analytic) 7.565286896937806e-08 y2[1] (numeric) 7.565256660323194e-08 absolute error 3.023661461217886e-13 relative error 0.0003996757165206478% Correct digits 5 h 0.001 y1[1] (analytic) 7.565286896937806e-08 y1[1] (numeric) 7.565287100511555e-08 absolute error 2.035737491969949e-15 relative error 2.69089265179613e-06% Correct digits 7 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.712999999999909 y2[1] (analytic) 1.866724792520813e-07 y2[1] (numeric) 1.8667217688475458e-07 absolute error 3.023673267268984e-13 relative error 0.00016197745266916582% Correct digits 5 h 0.001 y1[1] (analytic) 1.866724792520813e-07 y1[1] (numeric) 1.866724814628058e-07 absolute error 2.210724493295998e-15 relative error 1.184279815725086e-06% Correct digits 7 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.713999999999909 y2[1] (analytic) 1.297691819668323e-06 y2[1] (numeric) 1.2976915171604574e-06 absolute error 3.025078655335343e-13 relative error 2.3311225434930483e-05% Correct digits 6 h 0.001 y1[1] (analytic) 1.297691819668323e-06 y1[1] (numeric) 1.2976918219146998e-06 absolute error 2.2463769041393194e-15 relative error 1.731055763851136e-07% Correct digits 8 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.714999999999909 y2[1] (analytic) 3.4087097789958776e-06 y2[1] (numeric) 3.4087094764110923e-06 absolute error 3.025847852307492e-13 relative error 8.876812778114634e-06% Correct digits 7 h 0.001 y1[1] (analytic) 3.4087097789958776e-06 y1[1] (numeric) 3.40870978134155e-06 absolute error 2.345672247205336e-15 relative error 6.881407920554368e-08% Correct digits 9 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.71599999999991 y2[1] (analytic) 6.519724246256686e-06 y2[1] (numeric) 6.519723943618876e-06 absolute error 3.0263781034028025e-13 relative error 4.6418805291349615e-06% Correct digits 7 h 0.001 y1[1] (analytic) 6.519724246256686e-06 y1[1] (numeric) 6.519724248725572e-06 absolute error 2.468885894877683e-15 relative error 3.786794964979077e-08% Correct digits 9 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.71699999999991 y2[1] (analytic) 1.0630732110494812e-05 y2[1] (numeric) 1.06307318077696e-05 absolute error 3.027252114349427e-13 relative error 2.847642178247423e-06% Correct digits 7 h 0.001 y1[1] (analytic) 1.0630732110494812e-05 y1[1] (numeric) 1.0630732113052558e-05 absolute error 2.557746427308237e-15 relative error 2.4059927394682375e-08% Correct digits 9 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.71799999999991 y2[1] (analytic) 1.5741729260665416e-05 y2[1] (numeric) 1.5741728957855745e-05 absolute error 3.028096707841793e-13 relative error 1.923611223201658e-06% Correct digits 7 h 0.001 y1[1] (analytic) 1.5741729260665416e-05 y1[1] (numeric) 1.5741729263314986e-05 absolute error 2.6495698809882867e-15 relative error 1.6831504576875738e-08% Correct digits 9 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.718999999999911 y2[1] (analytic) 2.1852710585745783e-05 y2[1] (numeric) 2.1852710282880584e-05 absolute error 3.028651988760695e-13 relative error 1.3859388183799232e-06% Correct digits 7 h 0.001 y1[1] (analytic) 2.1852710585745783e-05 y1[1] (numeric) 2.185271058851613e-05 absolute error 2.770346614871383e-15 relative error 1.2677359195332232e-08% Correct digits 9 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.719999999999911 y2[1] (analytic) 2.896366997484634e-05 y2[1] (numeric) 2.8963669671863302e-05 absolute error 3.0298303809969153e-13 relative error 1.0460795830183772e-06% Correct digits 7 h 0.001 y1[1] (analytic) 2.896366997484634e-05 y1[1] (numeric) 2.8963669977675176e-05 absolute error 2.828835933945187e-15 relative error 9.766842172977062e-09% Correct digits 10 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.720999999999911 y2[1] (analytic) 3.7074600316988615e-05 y2[1] (numeric) 3.7074600013845105e-05 absolute error 3.0314351018561475e-13 relative error 8.176582015550575e-07% Correct digits 8 h 0.001 y1[1] (analytic) 3.7074600316988615e-05 y1[1] (numeric) 3.707460031983333e-05 absolute error 2.8447161076403105e-15 relative error 7.672951517529327e-09% Correct digits 10 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.721999999999912 y2[1] (analytic) 4.6185493501105235e-05 y2[1] (numeric) 4.618549319789632e-05 absolute error 3.0320891468166994e-13 relative error 6.565024896278613e-07% Correct digits 8 h 0.001 y1[1] (analytic) 4.6185493501105235e-05 y1[1] (numeric) 4.6185493504060926e-05 absolute error 2.95569097625778e-15 relative error 6.399608951211162e-09% Correct digits 10 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.722999999999912 y2[1] (analytic) 5.629634041637299e-05 y2[1] (numeric) 5.629634011312453e-05 absolute error 3.0324846095591135e-13 relative error 5.386646071717228e-07% Correct digits 8 h 0.001 y1[1] (analytic) 5.629634041637299e-05 y1[1] (numeric) 5.629634041946553e-05 absolute error 3.0925376192161846e-15 relative error 5.49331909737558e-09% Correct digits 10 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.723999999999912 y2[1] (analytic) 6.74071309519908e-05 y2[1] (numeric) 6.740713064868366e-05 absolute error 3.0330714339849713e-13 relative error 4.4996299221594336e-07% Correct digits 8 h 0.001 y1[1] (analytic) 6.74071309519908e-05 y1[1] (numeric) 6.740713095520107e-05 absolute error 3.2102684226209544e-15 relative error 4.762505653752561e-09% Correct digits 10 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.724999999999913 y2[1] (analytic) 7.95178539971797e-05 y2[1] (numeric) 7.95178536937841e-05 absolute error 3.033956007432448e-13 relative error 3.8154399985945984e-07% Correct digits 8 h 0.001 y1[1] (analytic) 7.95178539971797e-05 y1[1] (numeric) 7.951785400047795e-05 absolute error 3.298251428918153e-15 relative error 4.147812425917749e-09% Correct digits 10 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.725999999999913 y2[1] (analytic) 9.262849744129387e-05 y2[1] (numeric) 9.26284971377038e-05 absolute error 3.035900659554072e-13 relative error 3.2775017876957e-07% Correct digits 8 h 0.001 y1[1] (analytic) 9.262849744129387e-05 y1[1] (numeric) 9.262849744457412e-05 absolute error 3.2802536728548937e-15 relative error 3.5413007481135646e-09% Correct digits 10 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.726999999999913 y2[1] (analytic) 0.00010673904817348756 y2[1] (numeric) 0.00010673904786980043 absolute error 3.03687129154899e-13 relative error 2.845136192907616e-07% Correct digits 8 h 0.001 y1[1] (analytic) 0.00010673904817348756 y1[1] (numeric) 0.00010673904817684723 absolute error 3.359671481989457e-15 relative error 3.1475561563270063e-09% Correct digits 10 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.727999999999914 y2[1] (analytic) 0.00012184949208327023 y2[1] (numeric) 0.00012184949177952443 absolute error 3.037457980449576e-13 relative error 2.492794946058388e-07% Correct digits 8 h 0.001 y1[1] (analytic) 0.00012184949208327023 y1[1] (numeric) 0.00012184949208674774 absolute error 3.477510705611475e-15 relative error 2.8539394347536493e-09% Correct digits 10 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.728999999999914 y2[1] (analytic) 0.00013795981406028446 y2[1] (numeric) 0.00013795981375643314 absolute error 3.0385131802139476e-13 relative error 2.202462507586597e-07% Correct digits 8 h 0.001 y1[1] (analytic) 0.00013795981406028446 y1[1] (numeric) 0.00013795981406383297 absolute error 3.5485123953821196e-15 relative error 2.572134805742433e-09% Correct digits 10 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.729999999999914 y2[1] (analytic) 0.00015506999799408394 y2[1] (numeric) 0.00015506999769020592 absolute error 3.038780164998922e-13 relative error 1.9596183686768695e-07% Correct digits 8 h 0.001 y1[1] (analytic) 0.00015506999799408394 y1[1] (numeric) 0.00015506999799778232 absolute error 3.6983762406739285e-15 relative error 2.3849721342067888e-09% Correct digits 10 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.730999999999915 y2[1] (analytic) 0.00017318002677468858 y2[1] (numeric) 0.0001731800264706603 absolute error 3.040282869209987e-13 relative error 1.755562073659608e-07% Correct digits 8 h 0.001 y1[1] (analytic) 0.00017318002677468858 y1[1] (numeric) 0.00017318002677841325 absolute error 3.724668143356702e-15 relative error 2.1507492594412087e-09% Correct digits 10 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.731999999999915 y2[1] (analytic) 0.00019228988229191835 y2[1] (numeric) 0.00019228988198776895 absolute error 3.0414939230366533e-13 relative error 1.5817233266695296e-07% Correct digits 8 h 0.001 y1[1] (analytic) 0.00019228988229191835 y1[1] (numeric) 0.00019228988229569853 absolute error 3.78017929458796e-15 relative error 1.965875296989994e-09% Correct digits 10 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.732999999999915 y2[1] (analytic) 0.0002123995454358374 y2[1] (numeric) 0.00021239954513167797 absolute error 3.041594211737608e-13 relative error 1.4320154054455953e-07% Correct digits 8 h 0.001 y1[1] (analytic) 0.0002123995454358374 y1[1] (numeric) 0.00021239954543978418 absolute error 3.94679406344467e-15 relative error 1.8581932721870797e-09% Correct digits 10 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.733999999999916 y2[1] (analytic) 0.00023350899609708708 y2[1] (numeric) 0.0002335089957927259 absolute error 3.043611911980604e-13 relative error 1.3034238349922706e-07% Correct digits 8 h 0.001 y1[1] (analytic) 0.00023350899609708708 y1[1] (numeric) 0.00023350899610100878 absolute error 3.92169478315163e-15 relative error 1.6794619687890266e-09% Correct digits 10 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.734999999999916 y2[1] (analytic) 0.00025561821316588684 y2[1] (numeric) 0.00025561821286146385 absolute error 3.0442299072189205e-13 relative error 1.1909284043243534e-07% Correct digits 8 h 0.001 y1[1] (analytic) 0.00025561821316588684 y1[1] (numeric) 0.0002556182131699234 absolute error 4.036538898272157e-15 relative error 1.5791280473635859e-09% Correct digits 10 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.735999999999916 y2[1] (analytic) 0.00027872717453314433 y2[1] (numeric) 0.00027872717422867656 absolute error 3.044677682716157e-13 relative error 1.0923504993066634e-07% Correct digits 8 h 0.001 y1[1] (analytic) 0.00027872717453314433 y1[1] (numeric) 0.0002787271745373128 absolute error 4.168486302663643e-15 relative error 1.49554355783417e-09% Correct digits 10 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.736999999999917 y2[1] (analytic) 0.0003028358570900114 y2[1] (numeric) 0.0003028358567854046 absolute error 3.0460676299012834e-13 relative error 1.0058477418002407e-07% Correct digits 8 h 0.001 y1[1] (analytic) 0.0003028358570900114 y1[1] (numeric) 0.0003028358570942176 absolute error 4.206216538266139e-15 relative error 1.388942702718302e-09% Correct digits 10 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.737999999999917 y2[1] (analytic) 0.00032794423672766193 y2[1] (numeric) 0.00032794423642296746 absolute error 3.046944749458824e-13 relative error 9.291045269958897e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.00032794423672766193 y1[1] (numeric) 0.00032794423673195716 absolute error 4.295229536627199e-15 relative error 1.3097438697159145e-09% Correct digits 10 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.738999999999917 y2[1] (analytic) 0.0003540522883378472 y2[1] (numeric) 0.00035405228803298753 absolute error 3.048596531468606e-13 relative error 8.610582763864372e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0003540522883378472 y1[1] (numeric) 0.000354052288342154 absolute error 4.3068304998727935e-15 relative error 1.2164391084977506e-09% Correct digits 10 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.739999999999918 y2[1] (analytic) 0.00038115998581234045 y2[1] (numeric) 0.0003811599855074154 absolute error 3.0492503053786146e-13 relative error 7.999922391853264e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.00038115998581234045 y1[1] (numeric) 0.0003811599858167587 absolute error 4.418232273095679e-15 relative error 1.1591542757772435e-09% Correct digits 10 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.740999999999918 y2[1] (analytic) 0.0004092673020436033 y2[1] (numeric) 0.0004092673017385559 absolute error 3.0504738275302645e-13 relative error 7.453499979837791e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0004092673020436033 y1[1] (numeric) 0.000409267302048076 absolute error 4.472713432263076e-15 relative error 1.092858728251531e-09% Correct digits 10 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.741999999999918 y2[1] (analytic) 0.0004383742089242304 y2[1] (numeric) 0.0004383742086190951 absolute error 3.0513531154921503e-13 relative error 6.96061276729798e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0004383742089242304 y1[1] (numeric) 0.000438374208928792 absolute error 4.561618010406887e-15 relative error 1.0405762742295197e-09% Correct digits 10 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.742999999999919 y2[1] (analytic) 0.00046848067734739374 y2[1] (numeric) 0.00046848067704212854 absolute error 3.052651989694788e-13 relative error 6.51606808412964e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.00046848067734739374 y1[1] (numeric) 0.0004684806773520023 absolute error 4.6085639644755094e-15 relative error 9.837255168281164e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.743999999999919 y2[1] (analytic) 0.0004995866772065094 y2[1] (numeric) 0.0004995866769011904 absolute error 3.053190296073427e-13 relative error 6.111432580920005e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0004995866772065094 y1[1] (numeric) 0.000499586677211241 absolute error 4.73156670094399e-15 relative error 9.470962531268918e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.744999999999919 y2[1] (analytic) 0.0005316921773956818 y2[1] (numeric) 0.0005316921770902833 absolute error 3.053985016265859e-13 relative error 5.743896837498709e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0005316921773956818 y1[1] (numeric) 0.0005316921774005107 absolute error 4.828928056033188e-15 relative error 9.082187516254414e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.74599999999992 y2[1] (analytic) 0.0005647971458094814 y2[1] (numeric) 0.0005647971455039096 absolute error 3.0557175713374907e-13 relative error 5.410292162432868e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0005647971458094814 y1[1] (numeric) 0.000564797145814314 absolute error 4.832614343419639e-15 relative error 8.556371750946821e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.74699999999992 y2[1] (analytic) 0.000598901549342723 y2[1] (numeric) 0.000598901549037104 absolute error 3.0561902834846943e-13 relative error 5.102992782100454e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.000598901549342723 y1[1] (numeric) 0.0005989015493476853 absolute error 4.962284923248905e-15 relative error 8.285643823588148e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.74799999999992 y2[1] (analytic) 0.0006340053538912427 y2[1] (numeric) 0.0006340053535854655 absolute error 3.0577721344543507e-13 relative error 4.822943711259071e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0006340053538912427 y1[1] (numeric) 0.0006340053538962237 absolute error 4.9810416208329045e-15 relative error 7.856466180074802e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.748999999999921 y2[1] (analytic) 0.0006701085243510096 y2[1] (numeric) 0.0006701085240451925 absolute error 3.0581711208538254e-13 relative error 4.56369529669186e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0006701085243510096 y1[1] (numeric) 0.0006701085243561278 absolute error 5.118193195652321e-15 relative error 7.63785716740317e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.749999999999921 y2[1] (analytic) 0.0007072110246191254 y2[1] (numeric) 0.0007072110243131178 absolute error 3.0600760640708824e-13 relative error 4.3269631800761484e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0007072110246191254 y1[1] (numeric) 0.0007072110246242301 absolute error 5.104640668496252e-15 relative error 7.217987970769263e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.750999999999921 y2[1] (analytic) 0.0007453128175928248 y2[1] (numeric) 0.0007453128172867441 absolute error 3.0608068163351376e-13 relative error 4.106741148261455e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0007453128175928248 y1[1] (numeric) 0.0007453128175980333 absolute error 5.208507236620363e-15 relative error 6.988350547146831e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.751999999999922 y2[1] (analytic) 0.0007844138651704746 y2[1] (numeric) 0.0007844138648642814 absolute error 3.0619322181901776e-13 relative error 3.903465191203289e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0007844138651704746 y1[1] (numeric) 0.0007844138651757476 absolute error 5.273017265883251e-15 relative error 6.722238731383566e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.752999999999922 y2[1] (analytic) 0.0008245141282510193 y2[1] (numeric) 0.0008245141279446856 absolute error 3.063337344205719e-13 relative error 3.7153242609726396e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0008245141282510193 y1[1] (numeric) 0.0008245141282563289 absolute error 5.309554879096012e-15 relative error 6.4396166144039e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.753999999999922 y2[1] (analytic) 0.0008656135667340914 y2[1] (numeric) 0.000865613566427697 absolute error 3.0639444974223107e-13 relative error 3.5396216223624954e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0008656135667340914 y1[1] (numeric) 0.0008656135667395173 absolute error 5.425889772203707e-15 relative error 6.268258701946259e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.754999999999923 y2[1] (analytic) 0.0009077121395203447 y2[1] (numeric) 0.0009077121392138803 absolute error 3.064643807823564e-13 relative error 3.376228734192086e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0009077121395203447 y1[1] (numeric) 0.0009077121395258778 absolute error 5.533117367062523e-15 relative error 6.095674086705887e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.755999999999923 y2[1] (analytic) 0.0009508098045113433 y2[1] (numeric) 0.0009508098042046665 absolute error 3.0667688440816354e-13 relative error 3.225428292315268e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0009508098045113433 y1[1] (numeric) 0.0009508098045168411 absolute error 5.497772376239496e-15 relative error 5.782199920692874e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.756999999999923 y2[1] (analytic) 0.0009949065186091177 y2[1] (numeric) 0.0009949065183023939 absolute error 3.0672383036223216e-13 relative error 3.082941207290842e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0009949065186091177 y1[1] (numeric) 0.0009949065186147458 absolute error 5.6280934773722535e-15 relative error 5.656906827025663e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.757999999999924 y2[1] (analytic) 0.0010400022377171636 y2[1] (numeric) 0.0010400022374103524 absolute error 3.068112170573345e-13 relative error 2.950101508731312e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0010400022377171636 y1[1] (numeric) 0.0010400022377228815 absolute error 5.717865417254053e-15 relative error 5.497935686950963e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.758999999999924 y2[1] (analytic) 0.001086096916739776 y2[1] (numeric) 0.0010860969164328265 absolute error 3.0694956125454365e-13 relative error 2.8261710030071597e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.001086096916739776 y1[1] (numeric) 0.0010860969167455327 absolute error 5.756679855029034e-15 relative error 5.300337167247763e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.759999999999924 y2[1] (analytic) 0.0011331905095822714 y2[1] (numeric) 0.001133190509275141 absolute error 3.0713040617691423e-13 relative error 2.7103157287306603e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0011331905095822714 y1[1] (numeric) 0.0011331905095880244 absolute error 5.752993567642584e-15 relative error 5.07681057950557e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.760999999999925 y2[1] (analytic) 0.0011812829691508764 y2[1] (numeric) 0.001181282968843707 absolute error 3.071694374551237e-13 relative error 2.6003036146023642e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0011812829691508764 y1[1] (numeric) 0.0011812829691567675 absolute error 5.891120924417237e-15 relative error 4.987053126357914e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.761999999999925 y2[1] (analytic) 0.001230374247353394 y2[1] (numeric) 0.0012303742470460687 absolute error 3.073253457275271e-13 relative error 2.497820044499482e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.001230374247353394 y1[1] (numeric) 0.0012303742473593067 absolute error 5.91258812743245e-15 relative error 4.805520060380627e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.762999999999925 y2[1] (analytic) 0.0012804642950984269 y2[1] (numeric) 0.0012804642947909523 absolute error 3.0747453194646113e-13 relative error 2.4012737654885264e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0012804642950984269 y1[1] (numeric) 0.0012804642951043676 absolute error 5.940777383917073e-15 relative error 4.639549424890771e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.763999999999926 y2[1] (analytic) 0.0013315530622959315 y2[1] (numeric) 0.0013315530619883143 absolute error 3.076172129523602e-13 relative error 2.3102137020506788e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0013315530622959315 y1[1] (numeric) 0.0013315530623019068 absolute error 5.975255013002112e-15 relative error 4.4874328948628405e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.764999999999926 y2[1] (analytic) 0.0013836404978571082 y2[1] (numeric) 0.0013836404975493914 absolute error 3.077167427117944e-13 relative error 2.2239645571835022e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0013836404978571082 y1[1] (numeric) 0.0013836404978631613 absolute error 6.053100728986571e-15 relative error 4.374764065059687e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.765999999999926 y2[1] (analytic) 0.0014367265496945114 y2[1] (numeric) 0.0014367265493867528 absolute error 3.0775859291565233e-13 relative error 2.1420818942970776e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0014367265496945114 y1[1] (numeric) 0.0014367265497007 absolute error 6.188626000547259e-15 relative error 4.307448763902314e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.766999999999927 y2[1] (analytic) 0.0014908111647222722 y2[1] (numeric) 0.0014908111644143507 absolute error 3.0792144008195965e-13 relative error 2.0654623963681095e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0014908111647222722 y1[1] (numeric) 0.0014908111647284753 absolute error 6.203154309658565e-15 relative error 4.1609255796083134e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.767999999999927 y2[1] (analytic) 0.0015458942888556537 y2[1] (numeric) 0.0015458942885475749 absolute error 3.0807886623740455e-13 relative error 1.9928844323854742e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0015458942888556537 y1[1] (numeric) 0.0015458942888618768 absolute error 6.223103629632298e-15 relative error 4.025568678592469e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.768999999999927 y2[1] (analytic) 0.0016019758670114959 y2[1] (numeric) 0.0016019758667033055 absolute error 3.0819032222073606e-13 relative error 1.923813763784523e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0016019758670114959 y1[1] (numeric) 0.0016019758670177849 absolute error 6.289023121719417e-15 relative error 3.925791424968006e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.769999999999928 y2[1] (analytic) 0.0016590558431082147 y2[1] (numeric) 0.0016590558427999693 absolute error 3.082453996910983e-13 relative error 1.8579567467337656e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0016590558431082147 y1[1] (numeric) 0.0016590558431146263 absolute error 6.411537967210279e-15 relative error 3.8645703180179664e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.770999999999928 y2[1] (analytic) 0.001717134160066025 y2[1] (numeric) 0.001717134159757595 absolute error 3.0842993090085535e-13 relative error 1.7961900594243376e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.001717134160066025 y1[1] (numeric) 0.0017171341600724294 absolute error 6.404382232871875e-15 relative error 3.7296924036649657e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.771999999999928 y2[1] (analytic) 0.0017762107598063848 y2[1] (numeric) 0.0017762107594978705 absolute error 3.0851428182987473e-13 relative error 1.736923842661015e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0017762107598063848 y1[1] (numeric) 0.0017762107598128822 absolute error 6.497406779271131e-15 relative error 3.658015662499071e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.772999999999929 y2[1] (analytic) 0.0018362855832528835 y2[1] (numeric) 0.0018362855829442007 absolute error 3.0868276684747897e-13 relative error 1.6810172103005005e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0018362855832528835 y1[1] (numeric) 0.0018362855832593898 absolute error 6.506297237085512e-15 relative error 3.543183748989603e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.773999999999929 y2[1] (analytic) 0.0018973585703305762 y2[1] (numeric) 0.0018973585700217672 absolute error 3.088089679803563e-13 relative error 1.627573052396483e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0018973585703305762 y1[1] (numeric) 0.0018973585703371339 absolute error 6.557688420061325e-15 relative error 3.456219885163183e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.774999999999929 y2[1] (analytic) 0.0019594296599665384 y2[1] (numeric) 0.0019594296596575885 absolute error 3.089499142627794e-13 relative error 1.5767338862679836e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0019594296599665384 y1[1] (numeric) 0.0019594296599731325 absolute error 6.594117613056838e-15 relative error 3.3653249962386743e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.77599999999993 y2[1] (analytic) 0.002022498790089644 y2[1] (numeric) 0.0020224987897805797 absolute error 3.0906440601219387e-13 relative error 1.5281314754136148e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.002022498790089644 y1[1] (numeric) 0.002022498790096301 absolute error 6.657001339060997e-15 relative error 3.2914735829166733e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.77699999999993 y2[1] (analytic) 0.0020865658976307877 y2[1] (numeric) 0.0020865658973216157 absolute error 3.0917195886770443e-13 relative error 1.4817263102917424e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0020865658976307877 y1[1] (numeric) 0.0020865658976375145 absolute error 6.726823958969064e-15 relative error 3.2238732390896944e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.77799999999993 y2[1] (analytic) 0.0021516309185228844 y2[1] (numeric) 0.002151630918213595 absolute error 3.0928948638320186e-13 relative error 1.4374653372035206e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0021516309185228844 y1[1] (numeric) 0.002151630918529671 absolute error 6.7866719188902636e-15 relative error 3.1541989197428807e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.778999999999931 y2[1] (analytic) 0.0022176937877009806 y2[1] (numeric) 0.002217693787391501 absolute error 3.094794386038213e-13 relative error 1.3955012198715214e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0022176937877009806 y1[1] (numeric) 0.002217693787707755 absolute error 6.774528854558426e-15 relative error 3.054762966884344e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.779999999999931 y2[1] (analytic) 0.0022847544391020325 y2[1] (numeric) 0.0022847544387924715 absolute error 3.0956097060719223e-13 relative error 1.3548982127324708e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0022847544391020325 y1[1] (numeric) 0.002284754439108903 absolute error 6.8703723266061445e-15 relative error 3.007050652369617e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.780999999999931 y2[1] (analytic) 0.0023528128056655717 y2[1] (numeric) 0.0023528128053558594 absolute error 3.097123252304712e-13 relative error 1.3163491990722089e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0023528128056655717 y1[1] (numeric) 0.0023528128056724685 absolute error 6.896826859614791e-15 relative error 2.9313113406248196e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.781999999999932 y2[1] (analytic) 0.0024218688193331506 y2[1] (numeric) 0.0024218688190233047 absolute error 3.098458989381214e-13 relative error 1.2793669767111331e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0024218688193331506 y1[1] (numeric) 0.002421868819340091 absolute error 6.940628627383205e-15 relative error 2.8658152629812015e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.782999999999932 y2[1] (analytic) 0.002491922411048786 y2[1] (numeric) 0.002491922410738799 absolute error 3.0998684522054454e-13 relative error 1.2439666814910143e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.002491922411048786 y1[1] (numeric) 0.0024919224110557634 absolute error 6.977491501247712e-15 relative error 2.80004364113049e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.783999999999932 y2[1] (analytic) 0.002562973510758848 y2[1] (numeric) 0.0025629735104487567 absolute error 3.1009136230997214e-13 relative error 1.2098890644334437e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.002562973510758848 y1[1] (numeric) 0.0025629735107658984 absolute error 7.050349887238738e-15 relative error 2.7508477390198476e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.784999999999933 y2[1] (analytic) 0.002635022047412283 y2[1] (numeric) 0.002635022047102084 absolute error 3.101993488463517e-13 relative error 1.1772172804056125e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.002635022047412283 y1[1] (numeric) 0.002635022047419403 absolute error 7.11973882627781e-15 relative error 2.7019655616429214e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.785999999999933 y2[1] (analytic) 0.002708067948960613 y2[1] (numeric) 0.0027080679486502497 absolute error 3.103632802148315e-13 relative error 1.1460690280461848e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.002708067948960613 y1[1] (numeric) 0.0027080679489677466 absolute error 7.133616614085625e-15 relative error 2.6342088708754844e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.786999999999933 y2[1] (analytic) 0.0027821111423578238 y2[1] (numeric) 0.002782111142047359 absolute error 3.1046476153817615e-13 relative error 1.1159322746360844e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0027821111423578238 y1[1] (numeric) 0.0027821111423650337 absolute error 7.209944447028604e-15 relative error 2.591537173787463e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.787999999999934 y2[1] (analytic) 0.0028571515535608105 y2[1] (numeric) 0.0028571515532502243 absolute error 3.105861921814945e-13 relative error 1.087048363935813e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0028571515535608105 y1[1] (numeric) 0.002857151553568077 absolute error 7.26632295999785e-15 relative error 2.543205295127582e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.788999999999934 y2[1] (analytic) 0.002933189107529155 y2[1] (numeric) 0.002933189107218441 absolute error 3.107141280378478e-13 relative error 1.0593047929991312e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.002933189107529155 y1[1] (numeric) 0.002933189107536471 absolute error 7.316196259932184e-15 relative error 2.4942804543874654e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.789999999999934 y2[1] (analytic) 0.0030102237282253475 y2[1] (numeric) 0.0030102237279144607 absolute error 3.108867330237075e-13 relative error 1.032769525097685e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.0030102237282253475 y1[1] (numeric) 0.003010223728232669 absolute error 7.321400430360114e-15 relative error 2.432178167260805e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.790999999999935 y2[1] (analytic) 0.003088255338614676 y2[1] (numeric) 0.00308825533830367 absolute error 3.110059952626809e-13 relative error 1.0070604958532717e-08% Correct digits 9 h 0.001 y1[1] (analytic) 0.003088255338614676 y1[1] (numeric) 0.003088255338622056 absolute error 7.379947347674332e-15 relative error 2.389681725923872e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.791999999999935 y2[1] (analytic) 0.0031672838606656706 y2[1] (numeric) 0.0031672838603544647 absolute error 3.1120592214328724e-13 relative error 9.825640385698832e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0031672838606656706 y1[1] (numeric) 0.0031672838606730284 absolute error 7.357829623355627e-15 relative error 2.3230723695883786e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.792999999999935 y2[1] (analytic) 0.0032473092153496586 y2[1] (numeric) 0.003247309215038329 absolute error 3.113295211909506e-13 relative error 9.587307538171345e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0032473092153496586 y1[1] (numeric) 0.003247309215357071 absolute error 7.412473412848897e-15 relative error 2.2826509338288403e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.793999999999936 y2[1] (analytic) 0.0033283313226413203 y2[1] (numeric) 0.0033283313223299153 absolute error 3.114049816621556e-13 relative error 9.356189377655728e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0033283313226413203 y1[1] (numeric) 0.0033283313226488355 absolute error 7.515255778800523e-15 relative error 2.2579650432266802e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.794999999999936 y2[1] (analytic) 0.0034103501015186888 y2[1] (numeric) 0.003410350101207123 absolute error 3.1156587726455243e-13 relative error 9.13589127186111e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0034103501015186888 y1[1] (numeric) 0.0034103501015262214 absolute error 7.53260301356029e-15 relative error 2.2087477207122782e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.795999999999936 y2[1] (analytic) 0.003493365469962928 y2[1] (numeric) 0.00349336546965118 absolute error 3.1174802322953e-13 relative error 8.924002538813619e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.003493365469962928 y1[1] (numeric) 0.0034933654699704567 absolute error 7.528699885739343e-15 relative error 2.1551423549793198e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.796999999999937 y2[1] (analytic) 0.0035773773449585544 y2[1] (numeric) 0.003577377344646725 absolute error 3.118295552329009e-13 relative error 8.716708503573128e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0035773773449585544 y1[1] (numeric) 0.0035773773449661794 absolute error 7.624977038656056e-15 relative error 2.1314433182179148e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.797999999999937 y2[1] (analytic) 0.0036623856424938817 y2[1] (numeric) 0.0036623856421818895 absolute error 3.1199218555877373e-13 relative error 8.518823958318172e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0036623856424938817 y1[1] (numeric) 0.0036623856425015222 absolute error 7.640589549939847e-15 relative error 2.0862329355182346e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.798999999999937 y2[1] (analytic) 0.003748390277560576 y2[1] (numeric) 0.0037483902772483834 absolute error 3.1219254612024905e-13 relative error 8.328709739462391e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.003748390277560576 y1[1] (numeric) 0.0037483902775681944 absolute error 7.618471825621143e-15 relative error 2.0324649413452183e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.799999999999938 y2[1] (analytic) 0.0038353911641538785 y2[1] (numeric) 0.003835391163841579 absolute error 3.122996652948906e-13 relative error 8.142576648079302e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0038353911641538785 y1[1] (numeric) 0.003835391164161568 absolute error 7.689595488136192e-15 relative error 2.0049051476168233e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.800999999999938 y2[1] (analytic) 0.003923388215273049 y2[1] (numeric) 0.003923388214960596 absolute error 3.1245318832251456e-13 relative error 7.963861111326943e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.003923388215273049 y1[1] (numeric) 0.003923388215280764 absolute error 7.714315297668861e-15 relative error 1.9662380764764522e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.801999999999938 y2[1] (analytic) 0.004012381342920923 y2[1] (numeric) 0.004012381342608392 absolute error 3.125312508789335e-13 relative error 7.789171172135344e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.004012381342920923 y1[1] (numeric) 0.004012381342928737 absolute error 7.814061897537528e-15 relative error 1.9474873472143767e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.802999999999939 y2[1] (analytic) 0.004102370458104576 y2[1] (numeric) 0.004102370457791846 absolute error 3.1272987671693286e-13 relative error 7.623150564062513e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.004102370458104576 y1[1] (numeric) 0.004102370458112369 absolute error 7.793245215825806e-15 relative error 1.8996931884660971e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.803999999999939 y2[1] (analytic) 0.00419335547083477 y2[1] (numeric) 0.004193355470521851 absolute error 3.1291896157581434e-13 relative error 7.462256986134344e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.00419335547083477 y1[1] (numeric) 0.004193355470842552 absolute error 7.781969513231957e-15 relative error 1.8557857943015745e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.804999999999939 y2[1] (analytic) 0.004285336290126396 y2[1] (numeric) 0.0042853362898134005 absolute error 3.129952894087573e-13 relative error 7.303867613141874e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.004285336290126396 y1[1] (numeric) 0.004285336290134279 absolute error 7.8834508365766e-15 relative error 1.839634115702989e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.80599999999994 y2[1] (analytic) 0.004378312823998809 y2[1] (numeric) 0.0043783128236856836 absolute error 3.131253936694556e-13 relative error 7.151736439505282e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.004378312823998809 y1[1] (numeric) 0.004378312824006741 absolute error 7.93202309390395e-15 relative error 1.8116620289044263e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.80699999999994 y2[1] (analytic) 0.004472284979475494 y2[1] (numeric) 0.004472284979162174 absolute error 3.13319682698765e-13 relative error 7.0058076383028455e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.004472284979475494 y1[1] (numeric) 0.00447228497948341 absolute error 7.916410582620159e-15 relative error 1.7701042350723791e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.80799999999994 y2[1] (analytic) 0.004567252662584176 y2[1] (numeric) 0.004567252662270724 absolute error 3.134515216829392e-13 relative error 6.8630212698937195e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.004567252662584176 y1[1] (numeric) 0.004567252662592139 absolute error 7.963248116471533e-15 relative error 1.7435532265836776e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.808999999999941 y2[1] (analytic) 0.004663215778357266 y2[1] (numeric) 0.00466321577804366 absolute error 3.1360591207230115e-13 relative error 6.7250997375630055e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.004663215778357266 y1[1] (numeric) 0.0046632157783652525 absolute error 7.98666688339722e-15 relative error 1.7126951149171832e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.809999999999941 y2[1] (analytic) 0.0047601742308316375 y2[1] (numeric) 0.004760174230517872 absolute error 3.13765506632091e-13 relative error 6.591471055824649e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0047601742308316375 y1[1] (numeric) 0.004760174230839643 absolute error 8.005748841632965e-15 relative error 1.681818448950828e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.810999999999941 y2[1] (analytic) 0.0048581279230488494 y2[1] (numeric) 0.0048581279227349165 absolute error 3.139329074475228e-13 relative error 6.462014018982557e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0048581279230488494 y1[1] (numeric) 0.0048581279230568665 absolute error 8.017024544226814e-15 relative error 1.650229197586776e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.811999999999942 y2[1] (analytic) 0.0049570767570551455 y2[1] (numeric) 0.004957076756741109 absolute error 3.140361234943434e-13 relative error 6.33510713844389e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0049570767570551455 y1[1] (numeric) 0.004957076757063238 absolute error 8.092485015431805e-15 relative error 1.6325115409831407e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.812999999999942 y2[1] (analytic) 0.005057020633901899 y2[1] (numeric) 0.005057020633587625 absolute error 3.142737806105522e-13 relative error 6.214603486165029e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.005057020633901899 y1[1] (numeric) 0.005057020633909932 absolute error 8.033504417248594e-15 relative error 1.588584464811665e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.813999999999942 y2[1] (analytic) 0.005157959453644945 y2[1] (numeric) 0.005157959453330595 absolute error 3.143501084434952e-13 relative error 6.0944664507076584e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.005157959453644945 y1[1] (numeric) 0.0051579594536530805 absolute error 8.135853102331225e-15 relative error 1.577339483849938e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.814999999999943 y2[1] (analytic) 0.005259893115345693 y2[1] (numeric) 0.0052598931150312075 absolute error 3.144854168746214e-13 relative error 5.978931700287082e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.005259893115345693 y1[1] (numeric) 0.005259893115353871 absolute error 8.178353827492657e-15 relative error 1.5548517143119088e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.815999999999943 y2[1] (analytic) 0.00536282151707046 y2[1] (numeric) 0.00536282151675581 absolute error 3.146493482431012e-13 relative error 5.867235134369794e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.00536282151707046 y1[1] (numeric) 0.005362821517078652 absolute error 8.192231615300472e-15 relative error 1.5275972898265742e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.816999999999943 y2[1] (analytic) 0.005466744555890801 y2[1] (numeric) 0.00546674455557601 absolute error 3.147915955681313e-13 relative error 5.758300801322814e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.005466744555890801 y1[1] (numeric) 0.005466744555899029 absolute error 8.227793446557996e-15 relative error 1.5050627228762629e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.817999999999944 y2[1] (analytic) 0.005571662127883736 y2[1] (numeric) 0.005571662127568775 absolute error 3.1496159846877703e-13 relative error 5.65291992298908e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.005571662127883736 y1[1] (numeric) 0.005571662127891973 absolute error 8.23646706393788e-15 relative error 1.4782782722444635e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.818999999999944 y2[1] (analytic) 0.005677574128131746 y2[1] (numeric) 0.005677574127816543 absolute error 3.152027250319378e-13 relative error 5.5517148331035166e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.005677574128131746 y1[1] (numeric) 0.005677574128139919 absolute error 8.173149657064727e-15 relative error 1.439549616193945e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.819999999999944 y2[1] (analytic) 0.005784480450722662 y2[1] (numeric) 0.005784480450407323 absolute error 3.15338900824802e-13 relative error 5.451464543983485e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.005784480450722662 y1[1] (numeric) 0.005784480450730878 absolute error 8.215650382226158e-15 relative error 1.4202918399006375e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.820999999999945 y2[1] (analytic) 0.005892380988750223 y2[1] (numeric) 0.005892380988434801 absolute error 3.1542216755164887e-13 relative error 5.353051137627644e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.005892380988750223 y1[1] (numeric) 0.005892380988758534 absolute error 8.311060173404883e-15 relative error 1.4104756955248513e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.821999999999945 y2[1] (analytic) 0.006001275634314074 y2[1] (numeric) 0.006001275633998448 absolute error 3.1562599756007614e-13 relative error 5.259315132192743e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.006001275634314074 y1[1] (numeric) 0.00600127563432236 absolute error 8.285906683003219e-15 relative error 1.3806909043847428e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.822999999999945 y2[1] (analytic) 0.006111164278519432 y2[1] (numeric) 0.006111164278203627 absolute error 3.1580467407810175e-13 relative error 5.167667889212963e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.006111164278519432 y1[1] (numeric) 0.006111164278527717 absolute error 8.28503932126523e-15 relative error 1.3557219121709602e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.823999999999946 y2[1] (analytic) 0.006222046811477644 y2[1] (numeric) 0.006222046811161704 absolute error 3.1593998250922795e-13 relative error 5.077750008669524e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.006222046811477644 y1[1] (numeric) 0.006222046811485972 absolute error 8.328407408164651e-15 relative error 1.338531782306983e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.824999999999946 y2[1] (analytic) 0.006333923122306295 y2[1] (numeric) 0.006333923121990154 absolute error 3.1614121043244126e-13 relative error 4.991238515653606e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.006333923122306295 y1[1] (numeric) 0.006333923122314601 absolute error 8.305856002976952e-15 relative error 1.3113288308988254e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.825999999999946 y2[1] (analytic) 0.006446793099128989 y2[1] (numeric) 0.006446793098812677 absolute error 3.1631208069482497e-13 relative error 4.906502749988381e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.006446793099128989 y1[1] (numeric) 0.006446793099137302 absolute error 8.31279489688086e-15 relative error 1.2894465153541196e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.826999999999947 y2[1] (analytic) 0.0065606566290757895 y2[1] (numeric) 0.006560656628759304 absolute error 3.1648555304242265e-13 relative error 4.823992032136065e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0065606566290757895 y1[1] (numeric) 0.0065606566290841075 absolute error 8.31799906730879e-15 relative error 1.2678607550416123e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.827999999999947 y2[1] (analytic) 0.0066755135982831115 y2[1] (numeric) 0.006675513597966516 absolute error 3.165957079831472e-13 relative error 4.74264194540137e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0066755135982831115 y1[1] (numeric) 0.006675513598291497 absolute error 8.385653282871885e-15 relative error 1.25618099033288e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.828999999999947 y2[1] (analytic) 0.006791363891894164 y2[1] (numeric) 0.006791363891577352 absolute error 3.168125484176443e-13 relative error 4.6649326035345576e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.006791363891894164 y1[1] (numeric) 0.006791363891902512 absolute error 8.347489366400396e-15 relative error 1.2291329840775496e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.829999999999948 y2[1] (analytic) 0.006908207394058508 y2[1] (numeric) 0.0069082073937415285 absolute error 3.1697908187133805e-13 relative error 4.58844188933818e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.006908207394058508 y1[1] (numeric) 0.006908207394066867 absolute error 8.359632430732233e-15 relative error 1.2101015435526795e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.830999999999948 y2[1] (analytic) 0.007026043987932606 y2[1] (numeric) 0.007026043987615554 absolute error 3.1705280761906707e-13 relative error 4.512536616104491e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.007026043987932606 y1[1] (numeric) 0.007026043987941071 absolute error 8.46458320102883e-15 relative error 1.2047438381494548e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.831999999999948 y2[1] (analytic) 0.0071448735556800536 y2[1] (numeric) 0.007144873555362843 absolute error 3.1721066745538096e-13 relative error 4.4396960279752444e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0071448735556800536 y1[1] (numeric) 0.007144873555688539 absolute error 8.485399882740552e-15 relative error 1.1876207208726323e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.832999999999949 y2[1] (analytic) 0.007264695978471236 y2[1] (numeric) 0.007264695978153839 absolute error 3.1739715022904846e-13 relative error 4.369035554545542e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.007264695978471236 y1[1] (numeric) 0.007264695978479713 absolute error 8.476726265360668e-15 relative error 1.166838404591363e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.833999999999949 y2[1] (analytic) 0.007385511136483669 y2[1] (numeric) 0.007385511136166128 absolute error 3.1754113227755454e-13 relative error 4.299514636284736e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.007385511136483669 y1[1] (numeric) 0.007385511136492181 absolute error 8.512288096618192e-15 relative error 1.1525658738185852e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.834999999999949 y2[1] (analytic) 0.007507318908902327 y2[1] (numeric) 0.007507318908584562 absolute error 3.1776491160595555e-13 relative error 4.232734954540743e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.007507318908902327 y1[1] (numeric) 0.0075073189089107945 absolute error 8.467185286242795e-15 relative error 1.1278574134105639e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.83599999999995 y2[1] (analytic) 0.007630119173919314 y2[1] (numeric) 0.007630119173601381 absolute error 3.179331797831253e-13 relative error 4.166818008162441e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.007630119173919314 y1[1] (numeric) 0.007630119173927792 absolute error 8.477593627098656e-15 relative error 1.1110696220939922e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.83699999999995 y2[1] (analytic) 0.007753911808734415 y2[1] (numeric) 0.007753911808416327 absolute error 3.1808757017248723e-13 relative error 4.102285117741172e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.007753911808734415 y1[1] (numeric) 0.007753911808742917 absolute error 8.501879755762332e-15 relative error 1.0964633033593916e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.83799999999995 y2[1] (analytic) 0.007878696689554987 y2[1] (numeric) 0.007878696689236778 absolute error 3.182090008158056e-13 relative error 4.03885329457681e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.007878696689554987 y1[1] (numeric) 0.007878696689563546 absolute error 8.559125630469566e-15 relative error 1.0863631343768626e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.838999999999951 y2[1] (analytic) 0.008004473691596292 y2[1] (numeric) 0.008004473691277863 absolute error 3.1842931069725466e-13 relative error 3.978141761294888e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.008004473691596292 y1[1] (numeric) 0.00800447369160481 absolute error 8.517492267046123e-15 relative error 1.0640914812411011e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.839999999999951 y2[1] (analytic) 0.008131242689081164 y2[1] (numeric) 0.008131242688762589 absolute error 3.185750274692367e-13 relative error 3.917913161010767e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.008131242689081164 y1[1] (numeric) 0.008131242689089714 absolute error 8.550452013089682e-15 relative error 1.0515553821276843e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.840999999999951 y2[1] (analytic) 0.008259003555240785 y2[1] (numeric) 0.00825900355492197 absolute error 3.188144193089215e-13 relative error 3.8602044081530455e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.008259003555240785 y1[1] (numeric) 0.008259003555249275 absolute error 8.489736691430494e-15 relative error 1.0279371639261853e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.841999999999952 y2[1] (analytic) 0.00838775616231413 y2[1] (numeric) 0.008387756161995151 absolute error 3.189792180391393e-13 relative error 3.8029147708454e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.00838775616231413 y1[1] (numeric) 0.008387756162322634 absolute error 8.503614479238308e-15 relative error 1.013812790296018e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.842999999999952 y2[1] (analytic) 0.008517500381548637 y2[1] (numeric) 0.008517500381229537 absolute error 3.191006486824577e-13 relative error 3.7464119094578705e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.008517500381548637 y1[1] (numeric) 0.008517500381557198 absolute error 8.560860353945543e-15 relative error 1.0050906921578584e-10% Correct digits 11 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.843999999999952 y2[1] (analytic) 0.0086482360832002 y2[1] (numeric) 0.008648236082880916 absolute error 3.1928452937091123e-13 relative error 3.6919034852800053e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0086482360832002 y1[1] (numeric) 0.008648236083208756 absolute error 8.555656183517613e-15 relative error 9.892949384369339e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.844999999999953 y2[1] (analytic) 0.008779963136533064 y2[1] (numeric) 0.0087799631362136 absolute error 3.194649406124128e-13 relative error 3.6385681311477536e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.008779963136533064 y1[1] (numeric) 0.008779963136541618 absolute error 8.553921460041636e-15 relative error 9.742548262474043e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.845999999999953 y2[1] (analytic) 0.008912681409820156 y2[1] (numeric) 0.008912681409500545 absolute error 3.1961065738439487e-13 relative error 3.5860213406959883e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.008912681409820156 y1[1] (numeric) 0.008912681409828743 absolute error 8.586881206085195e-15 relative error 9.634453214746364e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.846999999999953 y2[1] (analytic) 0.009046390770343304 y2[1] (numeric) 0.00904639077002349 absolute error 3.1981362003108416e-13 relative error 3.5352620525693635e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.009046390770343304 y1[1] (numeric) 0.009046390770351867 absolute error 8.56259507742152e-15 relative error 9.465205842635267e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.847999999999954 y2[1] (analytic) 0.009181091084393134 y2[1] (numeric) 0.009181091084073086 absolute error 3.20047807700341e-13 relative error 3.4859452406957146e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.009181091084393134 y1[1] (numeric) 0.00918109108440164 absolute error 8.507083926190262e-15 relative error 9.265874663471522e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.848999999999954 y2[1] (analytic) 0.00931678221726917 y2[1] (numeric) 0.009316782216949029 absolute error 3.2014148276804377e-13 relative error 3.4361808111672272e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.00931678221726917 y1[1] (numeric) 0.009316782217277763 absolute error 8.592085376513126e-15 relative error 9.222159728696053e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.849999999999954 y2[1] (analytic) 0.009453464033280512 y2[1] (numeric) 0.009453464032960197 absolute error 3.2031495511564145e-13 relative error 3.388334202023581e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.009453464033280512 y1[1] (numeric) 0.00945346403328911 absolute error 8.597289546941056e-15 relative error 9.094327239914035e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.850999999999955 y2[1] (analytic) 0.00959113639574527 y2[1] (numeric) 0.009591136395424787 absolute error 3.204832232928112e-13 relative error 3.341452045609329e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.00959113639574527 y1[1] (numeric) 0.009591136395753878 absolute error 8.607697887796917e-15 relative error 8.974638179074779e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.851999999999955 y2[1] (analytic) 0.009729799166991127 y2[1] (numeric) 0.009729799166670446 absolute error 3.2068098176907256e-13 relative error 3.295864346892177e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.009729799166991127 y1[1] (numeric) 0.009729799166999717 absolute error 8.590350653037149e-15 relative error 8.828908496056508e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.852999999999955 y2[1] (analytic) 0.009869452208355334 y2[1] (numeric) 0.009869452208034415 absolute error 3.209186388852814e-13 relative error 3.2516357758295476e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.009869452208355334 y1[1] (numeric) 0.009869452208363867 absolute error 8.533104778329914e-15 relative error 8.645976086804405e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.853999999999956 y2[1] (analytic) 0.010010095380184714 y2[1] (numeric) 0.010010095379863667 absolute error 3.2104700842250367e-13 relative error 3.207232261323163e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.010010095380184714 y1[1] (numeric) 0.010010095380193297 absolute error 8.583411759133242e-15 relative error 8.574755217741845e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.854999999999956 y2[1] (analytic) 0.010151728541836325 y2[1] (numeric) 0.010151728541515038 absolute error 3.2128640026218847e-13 relative error 3.164844281819928e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.010151728541836325 y1[1] (numeric) 0.010151728541844847 absolute error 8.522696437474053e-15 relative error 8.395315538975593e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.855999999999956 y2[1] (analytic) 0.010294351551676795 y2[1] (numeric) 0.01029435155135538 absolute error 3.2141476979941075e-13 relative error 3.1222439624869537e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.010294351551676795 y1[1] (numeric) 0.010294351551685368 absolute error 8.57300341827738e-15 relative error 8.327871236222711e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.856999999999957 y2[1] (analytic) 0.010437964267083322 y2[1] (numeric) 0.010437964266761695 absolute error 3.216264060634799e-13 relative error 3.0813135380980943e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.010437964267083322 y1[1] (numeric) 0.010437964267091862 absolute error 8.540043672233821e-15 relative error 8.181713841620732e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.857999999999957 y2[1] (analytic) 0.010582566544443117 y2[1] (numeric) 0.010582566544121279 absolute error 3.218380423275491e-13 relative error 3.0412097195509303e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.010582566544443117 y1[1] (numeric) 0.010582566544451626 absolute error 8.508818649666239e-15 relative error 8.040411193194152e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.858999999999957 y2[1] (analytic) 0.010728158239153851 y2[1] (numeric) 0.010728158238831867 absolute error 3.2198375909953114e-13 relative error 3.0012957669137303e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.010728158239153851 y1[1] (numeric) 0.010728158239162395 absolute error 8.543513119185775e-15 relative error 7.963634510912673e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.859999999999958 y2[1] (analytic) 0.010874739205623984 y2[1] (numeric) 0.010874739205301777 absolute error 3.2220753842793215e-13 relative error 2.9628989931206733e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.010874739205623984 y1[1] (numeric) 0.010874739205632485 absolute error 8.500145032286355e-15 relative error 7.816412763158878e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.860999999999958 y2[1] (analytic) 0.011022309297272437 y2[1] (numeric) 0.011022309296950054 absolute error 3.223827454990058e-13 relative error 2.924820351201559e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.011022309297272437 y1[1] (numeric) 0.01102230929728094 absolute error 8.503614479238308e-15 relative error 7.714911866375042e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.861999999999958 y2[1] (analytic) 0.01117086836652914 y2[1] (numeric) 0.01117086836620662 absolute error 3.2252152337708395e-13 relative error 2.887166089463942e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.01117086836652914 y1[1] (numeric) 0.011170868366537684 absolute error 8.543513119185775e-15 relative error 7.64802953437746e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.862999999999959 y2[1] (analytic) 0.011320416264835154 y2[1] (numeric) 0.011320416264512415 absolute error 3.2273836381158105e-13 relative error 2.8509407804561924e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.011320416264835154 y1[1] (numeric) 0.011320416264843659 absolute error 8.505349202714285e-15 relative error 7.513283084063464e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.863999999999959 y2[1] (analytic) 0.011470952842642435 y2[1] (numeric) 0.011470952842319557 absolute error 3.228771416896592e-13 relative error 2.814736893428651e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.011470952842642435 y1[1] (numeric) 0.01147095284265098 absolute error 8.545247842661752e-15 relative error 7.449466456609789e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.864999999999959 y2[1] (analytic) 0.011622477949414622 y2[1] (numeric) 0.011622477949091478 absolute error 3.2314428910495963e-13 relative error 2.7803390164421445e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.011622477949414622 y1[1] (numeric) 0.011622477949423081 absolute error 8.458511668862911e-15 relative error 7.277717975183539e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.86599999999996 y2[1] (analytic) 0.01177499143362637 y2[1] (numeric) 0.011774991433303085 absolute error 3.2328480170651375e-13 relative error 2.7455204832106704e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.01177499143362637 y1[1] (numeric) 0.011774991433634868 absolute error 8.498410308810378e-15 relative error 7.217338846244158e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.86699999999996 y2[1] (analytic) 0.011928493142764451 y2[1] (numeric) 0.011928493142440906 absolute error 3.2354501022791027e-13 relative error 2.712371180128189e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.011928493142764451 y1[1] (numeric) 0.011928493142772868 absolute error 8.416878305439468e-15 relative error 7.056111953708883e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.86799999999996 y2[1] (analytic) 0.01208298292332688 y2[1] (numeric) 0.012082982923003246 absolute error 3.236334811251851e-13 relative error 2.678423723502848e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.01208298292332688 y1[1] (numeric) 0.012082982923335386 absolute error 8.507083926190262e-15 relative error 7.040549490280961e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.868999999999961 y2[1] (analytic) 0.012238460620824232 y2[1] (numeric) 0.012238460620500335 absolute error 3.2389715909353356e-13 relative error 2.6465514669582673e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.012238460620824232 y1[1] (numeric) 0.012238460620832656 absolute error 8.423817199343375e-15 relative error 6.8830692521982e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.869999999999961 y2[1] (analytic) 0.012394926079778545 y2[1] (numeric) 0.01239492607945449 absolute error 3.2405501892984745e-13 relative error 2.6144167124846394e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.012394926079778545 y1[1] (numeric) 0.01239492607978699 absolute error 8.444633881055097e-15 relative error 6.812976395907618e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.870999999999961 y2[1] (analytic) 0.012552379143724535 y2[1] (numeric) 0.012552379143400266 absolute error 3.242683899173926e-13 relative error 2.583322143193134e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.012552379143724535 y1[1] (numeric) 0.012552379143732945 absolute error 8.409939411535561e-15 relative error 6.699876824338951e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.871999999999962 y2[1] (analytic) 0.012710819655209038 y2[1] (numeric) 0.01271081965488461 absolute error 3.2442798447718246e-13 relative error 2.552376583710148e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.012710819655209038 y1[1] (numeric) 0.012710819655217469 absolute error 8.430756093247282e-15 relative error 6.632739919169779e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.872999999999962 y2[1] (analytic) 0.012870247455791683 y2[1] (numeric) 0.012870247455467025 absolute error 3.246587026994874e-13 relative error 2.522552140622511e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.012870247455791683 y1[1] (numeric) 0.012870247455800062 absolute error 8.378714388967978e-15 relative error 6.510142417811484e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.873999999999962 y2[1] (analytic) 0.013030662386044556 y2[1] (numeric) 0.013030662385719722 absolute error 3.2483390977056104e-13 relative error 2.4928426517937286e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.013030662386044556 y1[1] (numeric) 0.01303066238605294 absolute error 8.383918559395909e-15 relative error 6.433992617577777e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.874999999999963 y2[1] (analytic) 0.013192064285552862 y2[1] (numeric) 0.013192064285227786 absolute error 3.250767710571978e-13 relative error 2.4641842551753016e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.013192064285552862 y1[1] (numeric) 0.013192064285561184 absolute error 8.321468514260744e-15 relative error 6.30793508440821e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.875999999999963 y2[1] (analytic) 0.0133544529929146 y2[1] (numeric) 0.013354452992589331 absolute error 3.252693253630312e-13 relative error 2.4356619139369288e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0133544529929146 y1[1] (numeric) 0.013354452992922908 absolute error 8.307590726452929e-15 relative error 6.220839394066265e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.876999999999963 y2[1] (analytic) 0.013517828345741112 y2[1] (numeric) 0.013517828345415662 absolute error 3.254497366045328e-13 relative error 2.4075593229963453e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.013517828345741112 y1[1] (numeric) 0.01351782834574942 absolute error 8.307590726452929e-15 relative error 6.145654844825941e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.877999999999964 y2[1] (analytic) 0.013682190180657083 y2[1] (numeric) 0.013682190180331441 absolute error 3.2564229091036623e-13 relative error 2.3800450557304512e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.013682190180657083 y1[1] (numeric) 0.013682190180665377 absolute error 8.293712938645115e-15 relative error 6.061685175499302e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.878999999999964 y2[1] (analytic) 0.013847538333300657 y2[1] (numeric) 0.013847538332974847 absolute error 3.25810559087536e-13 relative error 2.3528409977679894e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.013847538333300657 y1[1] (numeric) 0.013847538333308962 absolute error 8.304121279500976e-15 relative error 5.996821297494564e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.879999999999964 y2[1] (analytic) 0.014013872638323766 y2[1] (numeric) 0.01401387263799774 absolute error 3.260256647985571e-13 relative error 2.3264494634193695e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.014013872638323766 y1[1] (numeric) 0.014013872638332033 absolute error 8.267692086505463e-15 relative error 5.899648369784515e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.880999999999965 y2[1] (analytic) 0.014181192929392017 y2[1] (numeric) 0.014181192929065828 absolute error 3.261887288052989e-13 relative error 2.300150138492499e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.014181192929392017 y1[1] (numeric) 0.014181192929400302 absolute error 8.28503932126523e-15 relative error 5.84227248195292e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.881999999999965 y2[1] (analytic) 0.014349499039185254 y2[1] (numeric) 0.014349499038858836 absolute error 3.2641771230412786e-13 relative error 2.274767303114586e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.014349499039185254 y1[1] (numeric) 0.014349499039193489 absolute error 8.234732340461903e-15 relative error 5.7386897744476666e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.882999999999965 y2[1] (analytic) 0.01451879079939733 y2[1] (numeric) 0.014518790799070667 absolute error 3.266623083142406e-13 relative error 2.2499277854998796e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.01451879079939733 y1[1] (numeric) 0.014518790799405499 absolute error 8.168812848374785e-15 relative error 5.626372720181263e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.883999999999966 y2[1] (analytic) 0.014689068040736442 y2[1] (numeric) 0.014689068040409575 absolute error 3.2686700568440585e-13 relative error 2.22523991840682e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.014689068040736442 y1[1] (numeric) 0.014689068040744586 absolute error 8.14452671971111e-15 relative error 5.5446177368940696e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.884999999999966 y2[1] (analytic) 0.014860330592925353 y2[1] (numeric) 0.014860330592598333 absolute error 3.270196613502918e-13 relative error 2.2006217109730925e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.014860330592925353 y1[1] (numeric) 0.014860330592933523 absolute error 8.170547571850761e-15 relative error 5.4982273245930096e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.885999999999966 y2[1] (analytic) 0.015032578284701614 y2[1] (numeric) 0.015032578284374404 absolute error 3.2721048093264926e-13 relative error 2.1766757154735427e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.015032578284701614 y1[1] (numeric) 0.015032578284709773 absolute error 8.158404507518924e-15 relative error 5.4271491909152975e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.886999999999967 y2[1] (analytic) 0.015205810943817566 y2[1] (numeric) 0.015205810943490109 absolute error 3.2745681166623797e-13 relative error 2.153497849447987e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.015205810943817566 y1[1] (numeric) 0.015205810943825657 absolute error 8.090750291955828e-15 relative error 5.3208278873448673e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.887999999999967 y2[1] (analytic) 0.015380028397040446 y2[1] (numeric) 0.015380028396712804 absolute error 3.276424270781675e-13 relative error 2.130310937145052e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.015380028397040446 y1[1] (numeric) 0.015380028397048532 absolute error 8.085546121527898e-15 relative error 5.2571724269922585e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.888999999999967 y2[1] (analytic) 0.015555230470152837 y2[1] (numeric) 0.01555523046982505 absolute error 3.2778640912667356e-13 relative error 2.1072423822689458e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.015555230470152837 y1[1] (numeric) 0.015555230470160957 absolute error 8.120240591047434e-15 relative error 5.220263760558508e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.889999999999968 y2[1] (analytic) 0.015731416987952884 y2[1] (numeric) 0.01573141698762479 absolute error 3.2809518990539743e-13 relative error 2.085604813327704e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.015731416987952884 y1[1] (numeric) 0.015731416987960874 absolute error 7.990136330349173e-15 relative error 5.0790951231335475e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.890999999999968 y2[1] (analytic) 0.015908587774253746 y2[1] (numeric) 0.015908587773925516 absolute error 3.282304983365236e-13 relative error 2.063228383274395e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.015908587774253746 y1[1] (numeric) 0.01590858777426178 absolute error 8.03523914072457e-15 relative error 5.050881482848338e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.891999999999968 y2[1] (analytic) 0.016086742651884922 y2[1] (numeric) 0.016086742651556463 absolute error 3.2845948183535256e-13 relative error 2.0418023023254256e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.016086742651884922 y1[1] (numeric) 0.01608674265189291 absolute error 7.98666688339722e-15 relative error 4.964750823847737e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.892999999999969 y2[1] (analytic) 0.016265881442691477 y2[1] (numeric) 0.016265881442362764 absolute error 3.287127514628452e-13 relative error 2.0208726629477625e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.016265881442691477 y1[1] (numeric) 0.01626588144269939 absolute error 7.913808497406194e-15 relative error 4.865281064102429e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.893999999999969 y2[1] (analytic) 0.016446003967534484 y2[1] (numeric) 0.016446003967205646 absolute error 3.288376515531155e-13 relative error 1.9994987974115968e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.016446003967534484 y1[1] (numeric) 0.01644600396754245 absolute error 7.965850201685498e-15 relative error 4.8436387449562955e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.894999999999969 y2[1] (analytic) 0.016627110046291693 y2[1] (numeric) 0.016627110045962595 absolute error 3.2909786007451203e-13 relative error 1.979284789468931e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.016627110046291693 y1[1] (numeric) 0.01662711004629958 absolute error 7.886052921790565e-15 relative error 4.7428885114941387e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.89599999999997 y2[1] (analytic) 0.016809199497856864 y2[1] (numeric) 0.01680919949752755 absolute error 3.2931296578553315e-13 relative error 1.959123430164059e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.016809199497856864 y1[1] (numeric) 0.016809199497864715 absolute error 7.851358452271029e-15 relative error 4.670869932427216e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.89699999999997 y2[1] (analytic) 0.01699227214014054 y2[1] (numeric) 0.01699227213981108 absolute error 3.2946215200446716e-13 relative error 1.938894041287066e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.01699227214014054 y1[1] (numeric) 0.01699227214014842 absolute error 7.879114027886658e-15 relative error 4.636880790811941e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.89799999999997 y2[1] (analytic) 0.017176327790070278 y2[1] (numeric) 0.01717632778974055 absolute error 3.297292994197676e-13 relative error 1.919672839559954e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.017176327790070278 y1[1] (numeric) 0.017176327790078067 absolute error 7.788908407135864e-15 relative error 4.534676155655734e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.898999999999971 y2[1] (analytic) 0.017361366263590194 y2[1] (numeric) 0.017361366263260326 absolute error 3.2986807729784573e-13 relative error 1.9000122011689628e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.017361366263590194 y1[1] (numeric) 0.017361366263598025 absolute error 7.830541770559307e-15 relative error 4.510325772563946e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.899999999999971 y2[1] (analytic) 0.017547387375662082 y2[1] (numeric) 0.017547387375331954 absolute error 3.3012828581924225e-13 relative error 1.8813529259468245e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.017547387375662082 y1[1] (numeric) 0.01754738737566983 absolute error 7.74727504371242e-15 relative error 4.4150589930314953e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.900999999999971 y2[1] (analytic) 0.017734390940264633 y2[1] (numeric) 0.017734390939934334 absolute error 3.30298288719888e-13 relative error 1.8624732579339387e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.017734390940264633 y1[1] (numeric) 0.01773439094027239 absolute error 7.757683384568281e-15 relative error 4.3743726021935325e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.901999999999972 y2[1] (analytic) 0.017922376770394433 y2[1] (numeric) 0.01792237677006392 absolute error 3.305133944309091e-13 relative error 1.8441381891763188e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.017922376770394433 y1[1] (numeric) 0.017922376770402156 absolute error 7.722988915048745e-15 relative error 4.309132105629079e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.902999999999972 y2[1] (analytic) 0.018111344678065633 y2[1] (numeric) 0.018111344677734894 absolute error 3.307389084827861e-13 relative error 1.8261422018175095e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.018111344678065633 y1[1] (numeric) 0.01811134467807331 absolute error 7.677886104673348e-15 relative error 4.239268945045211e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.903999999999972 y2[1] (analytic) 0.018301294474310392 y2[1] (numeric) 0.018301294473979365 absolute error 3.3102687257979824e-13 relative error 1.808762068958904e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.018301294474310392 y1[1] (numeric) 0.018301294474317963 absolute error 7.570333249162786e-15 relative error 4.136501524408176e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.904999999999973 y2[1] (analytic) 0.018492225969178766 y2[1] (numeric) 0.018492225968847555 absolute error 3.312107532682518e-13 relative error 1.7910810403262703e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.018492225969178766 y1[1] (numeric) 0.018492225969186333 absolute error 7.566863802210833e-15 relative error 4.0919161461808997e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.905999999999973 y2[1] (analytic) 0.018684138971739372 y2[1] (numeric) 0.01868413897140798 absolute error 3.3139116450975337e-13 relative error 1.7736496448190515e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.018684138971739372 y1[1] (numeric) 0.01868413897174694 absolute error 7.566863802210833e-15 relative error 4.04988627715522e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.906999999999973 y2[1] (analytic) 0.01887703329007928 y2[1] (numeric) 0.01887703328974766 absolute error 3.316201480085823e-13 relative error 1.7567386935894393e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.01887703329007928 y1[1] (numeric) 0.0188770332900868 absolute error 7.518291544883482e-15 relative error 3.982771778463027e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.907999999999974 y2[1] (analytic) 0.019070908731304126 y2[1] (numeric) 0.01907090873097229 absolute error 3.3183525371960343e-13 relative error 1.7400075601793912e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.019070908731304126 y1[1] (numeric) 0.01907090873131161 absolute error 7.483597075363946e-15 relative error 3.924090446240731e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.908999999999974 y2[1] (analytic) 0.019265765101538546 y2[1] (numeric) 0.019265765101206443 absolute error 3.3210240113490386e-13 relative error 1.7237955481372629e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.019265765101538546 y1[1] (numeric) 0.019265765101545942 absolute error 7.396860901565105e-15 relative error 3.839380820113082e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.909999999999974 y2[1] (analytic) 0.019461602205926076 y2[1] (numeric) 0.01946160220559377 absolute error 3.323070985050691e-13 relative error 1.7075012375079853e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.019461602205926076 y1[1] (numeric) 0.019461602205933445 absolute error 7.369105325949477e-15 relative error 3.7864844055365477e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.910999999999975 y2[1] (analytic) 0.019658419848629705 y2[1] (numeric) 0.019658419848297175 absolute error 3.3252914310999415e-13 relative error 1.6915354625167046e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.019658419848629705 y1[1] (numeric) 0.019658419848637032 absolute error 7.327471962526033e-15 relative error 3.7273962093330695e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.911999999999975 y2[1] (analytic) 0.019856217832831757 y2[1] (numeric) 0.019856217832499037 absolute error 3.327199626923516e-13 relative error 1.6756462156766204e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.019856217832831757 y1[1] (numeric) 0.019856217832839074 absolute error 7.317063621670172e-15 relative error 3.685023846571421e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.912999999999975 y2[1] (analytic) 0.020054995960734345 y2[1] (numeric) 0.02005499596040139 absolute error 3.3295588508508445e-13 relative error 1.660214171755399e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.020054995960734345 y1[1] (numeric) 0.020054995960741607 absolute error 7.261552470438914e-15 relative error 3.620819712283313e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.913999999999976 y2[1] (analytic) 0.020254754033559252 y2[1] (numeric) 0.02025475403322612 absolute error 3.331328268796341e-13 relative error 1.6447142548740916e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.020254754033559252 y1[1] (numeric) 0.020254754033566514 absolute error 7.261552470438914e-15 relative error 3.585110171373867e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.914999999999976 y2[1] (analytic) 0.0204554918515486 y2[1] (numeric) 0.02045549185121517 absolute error 3.334311993175021e-13 relative error 1.6300326667151706e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0204554918515486 y1[1] (numeric) 0.020455491851555745 absolute error 7.143591274072492e-15 relative error 3.492260819693602e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.915999999999976 y2[1] (analytic) 0.02065720921396441 y2[1] (numeric) 0.02065720921363074 absolute error 3.336705911571869e-13 relative error 1.6152742981933075e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.02065720921396441 y1[1] (numeric) 0.020657209213971496 absolute error 7.08461067588928e-15 relative error 3.429606875985957e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.916999999999977 y2[1] (analytic) 0.020859905919089372 y2[1] (numeric) 0.020859905918755483 absolute error 3.3388916631515997e-13 relative error 1.6006264247319085e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.020859905919089372 y1[1] (numeric) 0.02085990591909642 absolute error 7.0464467594177904e-15 relative error 3.377985877189133e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.917999999999977 y2[1] (analytic) 0.021063581764226735 y2[1] (numeric) 0.02106358176389271 absolute error 3.3402447474628616e-13 relative error 1.5857914313204581e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.021063581764226735 y1[1] (numeric) 0.021063581764233827 absolute error 7.0915495697931874e-15 relative error 3.3667348930356646e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.918999999999977 y2[1] (analytic) 0.02126823654570087 y2[1] (numeric) 0.0212682365453666 absolute error 3.3427080547987487e-13 relative error 1.5716902751274123e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.02126823654570087 y1[1] (numeric) 0.021268236545707895 absolute error 7.025630077706069e-15 relative error 3.3033439620673295e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.919999999999978 y2[1] (analytic) 0.021473870058856925 y2[1] (numeric) 0.02147387005852238 absolute error 3.345448917890792e-13 relative error 1.5579161598358268e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.021473870058856925 y1[1] (numeric) 0.021473870058863854 absolute error 6.9284855630513675e-15 relative error 3.226472705693637e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.920999999999978 y2[1] (analytic) 0.021680482098061282 y2[1] (numeric) 0.021680482097726557 absolute error 3.347253030305808e-13 relative error 1.5439015678554153e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.021680482098061282 y1[1] (numeric) 0.02168048209806821 absolute error 6.9284855630513675e-15 relative error 3.195724860597509e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.921999999999978 y2[1] (analytic) 0.0218880724567021 y2[1] (numeric) 0.02188807245636711 absolute error 3.349924504458812e-13 relative error 1.5304794476925579e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.0218880724567021 y1[1] (numeric) 0.021888072456708943 absolute error 6.841749389252527e-15 relative error 3.1257888983995903e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.922999999999979 y2[1] (analytic) 0.022096640927188882 y2[1] (numeric) 0.022096640926853695 absolute error 3.351867394751906e-13 relative error 1.5169126410646382e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.022096640927188882 y1[1] (numeric) 0.02209664092719571 absolute error 6.827871601444713e-15 relative error 3.090004324161025e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.923999999999979 y2[1] (analytic) 0.02230618730095335 y2[1] (numeric) 0.022306187300617862 absolute error 3.354885813600106e-13 relative error 1.5040157998927592e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.02230618730095335 y1[1] (numeric) 0.022306187300960057 absolute error 6.706440958126336e-15 relative error 3.0065384404979457e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.924999999999979 y2[1] (analytic) 0.022516711368448905 y2[1] (numeric) 0.022516711368113253 absolute error 3.356516453667524e-13 relative error 1.4906779230517544e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.022516711368448905 y1[1] (numeric) 0.02251671136845563 absolute error 6.723788192886104e-15 relative error 2.986132425318414e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.92599999999998 y2[1] (analytic) 0.022728212919151725 y2[1] (numeric) 0.02272821291881582 absolute error 3.35904914994245e-13 relative error 1.4779204867057442e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.022728212919151725 y1[1] (numeric) 0.022728212919158376 absolute error 6.6509298068950784e-15 relative error 2.9262880590540104e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.92699999999998 y2[1] (analytic) 0.022940691741560104 y2[1] (numeric) 0.02294069174122403 absolute error 3.3607491789489075e-13 relative error 1.464972903524293e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.022940691741560104 y1[1] (numeric) 0.022940691741566765 absolute error 6.661338147750939e-15 relative error 2.903721571605028e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.92799999999998 y2[1] (analytic) 0.023154147623195453 y2[1] (numeric) 0.023154147622859073 absolute error 3.3638022922666266e-13 relative error 1.4527860610583752e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.023154147623195453 y1[1] (numeric) 0.02315414762320199 absolute error 6.536438057480609e-15 relative error 2.823009580768376e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.928999999999981 y2[1] (analytic) 0.02336858035060163 y2[1] (numeric) 0.02336858035026509 absolute error 3.3653982378645253e-13 relative error 1.4401380774411837e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.02336858035060163 y1[1] (numeric) 0.023368580350608188 absolute error 6.557254739192331e-15 relative error 2.8060133053925598e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.929999999999981 y2[1] (analytic) 0.023583989709346165 y2[1] (numeric) 0.02358398970900937 absolute error 3.3679309341394514e-13 relative error 1.4280581766047688e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.023583989709346165 y1[1] (numeric) 0.02358398970935265 absolute error 6.484396353201305e-15 relative error 2.74949083387345e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.930999999999981 y2[1] (analytic) 0.023800375484019587 y2[1] (numeric) 0.023800375483682575 absolute error 3.370116685719182e-13 relative error 1.4159930745554824e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.023800375484019587 y1[1] (numeric) 0.023800375484026033 absolute error 6.446232436729815e-15 relative error 2.7084582934660184e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.931999999999982 y2[1] (analytic) 0.02401773745823621 y2[1] (numeric) 0.024017737457898945 absolute error 3.3726493819941084e-13 relative error 1.4042327624984313e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.02401773745823621 y1[1] (numeric) 0.024017737458242584 absolute error 6.373374050738789e-15 relative error 2.653611341127063e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.932999999999982 y2[1] (analytic) 0.024236075414634017 y2[1] (numeric) 0.024236075414296527 absolute error 3.374904522512878e-13 relative error 1.3925127995249068e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.024236075414634017 y1[1] (numeric) 0.024236075414640346 absolute error 6.328271240363392e-15 relative error 2.6110957042749215e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.933999999999982 y2[1] (analytic) 0.024455389134875105 y2[1] (numeric) 0.02445538913453738 absolute error 3.3772637464402067e-13 relative error 1.3809895756776126e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.024455389134875105 y1[1] (numeric) 0.024455389134881378 absolute error 6.2727600891321345e-15 relative error 2.5649806897518295e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.934999999999983 y2[1] (analytic) 0.024675678399645795 y2[1] (numeric) 0.0246756783993078 absolute error 3.379935220593211e-13 relative error 1.3697435855063373e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.024675678399645795 y1[1] (numeric) 0.02467567839965198 absolute error 6.186023915333294e-15 relative error 2.5069316495152938e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.935999999999983 y2[1] (analytic) 0.024896942988656745 y2[1] (numeric) 0.024896942988318547 absolute error 3.3819821942948636e-13 relative error 1.358392552786791e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.024896942988656745 y1[1] (numeric) 0.024896942988662907 absolute error 6.161737786669619e-15 relative error 2.474897335579295e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.936999999999983 y2[1] (analytic) 0.025119182680643504 y2[1] (numeric) 0.025119182680305045 absolute error 3.384584279508829e-13 relative error 1.3474101934522507e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.025119182680643504 y1[1] (numeric) 0.025119182680649586 absolute error 6.081940506774686e-15 relative error 2.421233439040732e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.937999999999984 y2[1] (analytic) 0.02534239725336629 y2[1] (numeric) 0.025342397253027622 absolute error 3.386665947680001e-13 relative error 1.3363636888101193e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.02534239725336629 y1[1] (numeric) 0.025342397253372343 absolute error 6.054184931159057e-15 relative error 2.3889551057979985e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.938999999999984 y2[1] (analytic) 0.025566586483610654 y2[1] (numeric) 0.025566586483271724 absolute error 3.3893027273634857e-13 relative error 1.3256766715948503e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.025566586483610654 y1[1] (numeric) 0.025566586483616625 absolute error 5.97091820431217e-15 relative error 2.335438173625486e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.939999999999984 y2[1] (analytic) 0.025791750147187376 y2[1] (numeric) 0.02579175014684814 absolute error 3.392355840681205e-13 relative error 1.3152871834295222e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.025791750147187376 y1[1] (numeric) 0.02579175014719322 absolute error 5.84601811404184e-15 relative error 2.2666232732094592e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.940999999999985 y2[1] (analytic) 0.026017888018932678 y2[1] (numeric) 0.026017888018593224 absolute error 3.3945415922609357e-13 relative error 1.3046952887916183e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.026017888018932678 y1[1] (numeric) 0.026017888018938486 absolute error 5.80785419757035e-15 relative error 2.2322542834161232e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.941999999999985 y2[1] (analytic) 0.026244999872708785 y2[1] (numeric) 0.026244999872369123 absolute error 3.396623260432108e-13 relative error 1.2941982384858504e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.026244999872708785 y1[1] (numeric) 0.026244999872714565 absolute error 5.780098621954721e-15 relative error 2.2023618403462956e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.942999999999985 y2[1] (analytic) 0.026473085481403924 y2[1] (numeric) 0.026473085481064005 absolute error 3.3991906511765535e-13 relative error 1.2840175557036305e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.026473085481403924 y1[1] (numeric) 0.026473085481409628 absolute error 5.703770789011742e-15 relative error 2.1545545920661072e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.943999999999986 y2[1] (analytic) 0.026702144616932433 y2[1] (numeric) 0.026702144616592278 absolute error 3.401549875103882e-13 relative error 1.2738863952324198e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.026702144616932433 y1[1] (numeric) 0.02670214461693808 absolute error 5.648259637780484e-15 relative error 2.115283142537845e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.944999999999986 y2[1] (analytic) 0.026932177050235206 y2[1] (numeric) 0.026932177049894826 absolute error 3.403805015622652e-13 relative error 1.2638432493866756e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.026932177050235206 y1[1] (numeric) 0.02693217705024081 absolute error 5.603156827405087e-15 relative error 2.080469327434543e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.945999999999986 y2[1] (analytic) 0.02716318255127992 y2[1] (numeric) 0.027163182550939233 absolute error 3.406858128940371e-13 relative error 1.2542190601225559e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.02716318255127992 y1[1] (numeric) 0.027163182551285397 absolute error 5.478256737134757e-15 relative error 2.016794875487307e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.946999999999987 y2[1] (analytic) 0.02739516088906091 y2[1] (numeric) 0.02739516088872002 absolute error 3.4089051026420236e-13 relative error 1.2443457136268268e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.02739516088906091 y1[1] (numeric) 0.027395160889066364 absolute error 5.4539706084710815e-15 relative error 1.9908518261883588e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.947999999999987 y2[1] (analytic) 0.027628111831599966 y2[1] (numeric) 0.027628111831258868 absolute error 3.410986770813196e-13 relative error 1.234607269437733e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.027628111831599966 y1[1] (numeric) 0.027628111831605393 absolute error 5.4262150328554526e-15 relative error 1.964019497940919e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.948999999999987 y2[1] (analytic) 0.027862035145946207 y2[1] (numeric) 0.02786203514560485 absolute error 3.4135541615576415e-13 relative error 1.2251632530347653e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.027862035145946207 y1[1] (numeric) 0.027862035145951557 absolute error 5.349887199912473e-15 relative error 1.9201351128475825e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.949999999999988 y2[1] (analytic) 0.028096930598176306 y2[1] (numeric) 0.02809693059783468 absolute error 3.4162603301801653e-13 relative error 1.2158838198510926e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.028096930598176306 y1[1] (numeric) 0.028096930598181566 absolute error 5.259681579161679e-15 relative error 1.871977282637083e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.950999999999988 y2[1] (analytic) 0.028332797953394828 y2[1] (numeric) 0.028332797953052918 absolute error 3.419105276680767e-13 relative error 1.2067658415892847e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.028332797953394828 y1[1] (numeric) 0.028332797953399984 absolute error 5.155598170603071e-15 relative error 1.819657267553884e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.951999999999988 y2[1] (analytic) 0.028569636975734336 y2[1] (numeric) 0.02856963697539223 absolute error 3.4210481669738613e-13 relative error 1.1974419450550015e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.028569636975734336 y1[1] (numeric) 0.028569636975739478 absolute error 5.141720382795256e-15 relative error 1.7997149866350715e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.952999999999989 y2[1] (analytic) 0.028807447428355948 y2[1] (numeric) 0.028807447428013614 absolute error 3.4233380019621507e-13 relative error 1.188351731084812e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.028807447428355948 y1[1] (numeric) 0.02880744742836104 absolute error 5.093148125467906e-15 relative error 1.7679970216502356e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.953999999999989 y2[1] (analytic) 0.029046229073449226 y2[1] (numeric) 0.029046229073106635 absolute error 3.4259053927065963e-13 relative error 1.1794664925500334e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.029046229073449226 y1[1] (numeric) 0.029046229073454242 absolute error 5.016820292524926e-15 relative error 1.7271847164183993e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.954999999999989 y2[1] (analytic) 0.02928598167223251 y2[1] (numeric) 0.02928598167188967 absolute error 3.4283687000424834e-13 relative error 1.1706517945727903e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.02928598167223251 y1[1] (numeric) 0.02928598167223746 absolute error 4.9509008004378074e-15 relative error 1.6905360577794808e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.95599999999999 y2[1] (analytic) 0.029526704984953245 y2[1] (numeric) 0.029526704984610144 absolute error 3.431005479725968e-13 relative error 1.1620007994371205e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.029526704984953245 y1[1] (numeric) 0.029526704984958112 absolute error 4.867634073590921e-15 relative error 1.6485530898457713e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.95699999999999 y2[1] (analytic) 0.029768398770888105 y2[1] (numeric) 0.029768398770544758 absolute error 3.433468787061855e-13 relative error 1.1533938434134398e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.029768398770888105 y1[1] (numeric) 0.029768398770892907 absolute error 4.801714581503802e-15 relative error 1.613024139611977e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.95799999999999 y2[1] (analytic) 0.030011062788343312 y2[1] (numeric) 0.030011062787999747 absolute error 3.435654538641586e-13 relative error 1.1447960250098304e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.030011062788343312 y1[1] (numeric) 0.030011062788348076 absolute error 4.763550665032312e-15 relative error 1.5872649024887373e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.958999999999991 y2[1] (analytic) 0.03025469679465498 y2[1] (numeric) 0.030254696794311114 absolute error 3.438638263020266e-13 relative error 1.136563452067965e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.03025469679465498 y1[1] (numeric) 0.030254696794659627 absolute error 4.649058915617843e-15 relative error 1.5366403924560834e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.959999999999991 y2[1] (analytic) 0.03049930054618899 y2[1] (numeric) 0.030499300545844876 absolute error 3.4411362648256727e-13 relative error 1.1282672727573932e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.03049930054618899 y1[1] (numeric) 0.03049930054619357 absolute error 4.579669976578771e-15 relative error 1.501565575132843e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.960999999999991 y2[1] (analytic) 0.030744873798341676 y2[1] (numeric) 0.0307448737979973 absolute error 3.4437730445091574e-13 relative error 1.1201129225955413e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.030744873798341676 y1[1] (numeric) 0.030744873798346176 absolute error 4.4998726966838376e-15 relative error 1.463617228094315e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.961999999999992 y2[1] (analytic) 0.03099141630553981 y2[1] (numeric) 0.030991416305195155 absolute error 3.4465486020707203e-13 relative error 1.1120978041441234e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.03099141630553981 y1[1] (numeric) 0.030991416305544212 absolute error 4.4027281820291364e-15 relative error 1.4206282599747257e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.962999999999992 y2[1] (analytic) 0.031238927821240825 y2[1] (numeric) 0.03123892782089595 absolute error 3.448734353650451e-13 relative error 1.1039861461908091e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.031238927821240825 y1[1] (numeric) 0.031238927821245193 absolute error 4.3680337125096e-15 relative error 1.3982662073118808e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.963999999999992 y2[1] (analytic) 0.03148740809793338 y2[1] (numeric) 0.031487408097588196 absolute error 3.45182216143769e-13 relative error 1.0962547792761146e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.03148740809793338 y1[1] (numeric) 0.03148740809793762 absolute error 4.2396641752873165e-15 relative error 1.3464633742164314e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.964999999999993 y2[1] (analytic) 0.03173685688713701 y2[1] (numeric) 0.031736856886791634 absolute error 3.453765051730784e-13 relative error 1.0882505044570433e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.03173685688713701 y1[1] (numeric) 0.031736856887141236 absolute error 4.225786387479502e-15 relative error 1.3315075284573057e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.965999999999993 y2[1] (analytic) 0.03198727393940315 y2[1] (numeric) 0.031987273939057495 absolute error 3.4565406092923467e-13 relative error 1.0805986830388968e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.03198727393940315 y1[1] (numeric) 0.031987273939407285 absolute error 4.135580766728708e-15 relative error 1.2928831555209028e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.966999999999993 y2[1] (analytic) 0.03223865900431466 y2[1] (numeric) 0.03223865900396875 absolute error 3.4591080000367924e-13 relative error 1.072968946870229e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.03223865900431466 y1[1] (numeric) 0.03223865900431872 absolute error 4.0592529337857286e-15 relative error 1.2591258629096385e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.967999999999994 y2[1] (analytic) 0.03249101183048653 y2[1] (numeric) 0.03249101183014036 absolute error 3.461675390781238e-13 relative error 1.0654255425597812e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.03249101183048653 y1[1] (numeric) 0.03249101183049051 absolute error 3.982925100842749e-15 relative error 1.2258544367970544e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.968999999999994 y2[1] (analytic) 0.03274433216556594 y2[1] (numeric) 0.032744332165219506 absolute error 3.464312170464723e-13 relative error 1.0579883422108106e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.03274433216556594 y1[1] (numeric) 0.032744332165569844 absolute error 3.9065972678997696e-15 relative error 1.1930606030218451e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.969999999999994 y2[1] (analytic) 0.03299861975623253 y2[1] (numeric) 0.03299861975588589 absolute error 3.466393838635895e-13 relative error 1.0504663116951093e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.03299861975623253 y1[1] (numeric) 0.03299861975623641 absolute error 3.878841692284141e-15 relative error 1.1754557375241535e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.970999999999995 y2[1] (analytic) 0.03325387434819893 y2[1] (numeric) 0.03325387434785193 absolute error 3.470002063465927e-13 relative error 1.0434880540931214e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.03325387434819893 y1[1] (numeric) 0.03325387434820263 absolute error 3.698430450782553e-15 relative error 1.1121803168125774e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.971999999999995 y2[1] (analytic) 0.03351009568621022 y2[1] (numeric) 0.03351009568586306 absolute error 3.4715980090638254e-13 relative error 1.0359857045983987e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.03351009568621022 y1[1] (numeric) 0.033510095686213937 absolute error 3.7192471324942744e-15 relative error 1.1098885444319357e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.972999999999995 y2[1] (analytic) 0.033767283514045454 y2[1] (numeric) 0.03376728351369796 absolute error 3.474928678137701e-13 relative error 1.029081500349979e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.033767283514045454 y1[1] (numeric) 0.03376728351404902 absolute error 3.566591466608315e-15 relative error 1.0562269437885925e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.973999999999996 y2[1] (analytic) 0.03402543757451659 y2[1] (numeric) 0.03402543757416883 absolute error 3.4776348467602247e-13 relative error 1.0220691031949594e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.03402543757451659 y1[1] (numeric) 0.03402543757452007 absolute error 3.4763858458575214e-15 relative error 1.0217020246232385e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.974999999999996 y2[1] (analytic) 0.03428455760946958 y2[1] (numeric) 0.03428455760912163 absolute error 3.4795083481142797e-13 relative error 1.0148908402870046e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.03428455760946958 y1[1] (numeric) 0.03428455760947305 absolute error 3.469446951953614e-15 relative error 1.0119561674015401e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.975999999999996 y2[1] (analytic) 0.03454464335978458 y2[1] (numeric) 0.03454464335943634 absolute error 3.4823532946148816e-13 relative error 1.0080733091802277e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.03454464335978458 y1[1] (numeric) 0.03454464335978794 absolute error 3.3653635433950058e-15 relative error 9.742070596429491e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.976999999999997 y2[1] (analytic) 0.034805694565375744 y2[1] (numeric) 0.03480569456502724 absolute error 3.4850594632374055e-13 relative error 1.001290020715259e-09% Correct digits 10 h 0.001 y1[1] (analytic) 0.034805694565375744 y1[1] (numeric) 0.03480569456537902 absolute error 3.2751579226442118e-15 relative error 9.409833544601338e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.977999999999997 y2[1] (analytic) 0.0350677109651919 y2[1] (numeric) 0.03506771096484314 absolute error 3.487626853981851e-13 relative error 9.945407778236962e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.0350677109651919 y1[1] (numeric) 0.0350677109651951 absolute error 3.1988300897012323e-15 relative error 9.121867386429587e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.978999999999997 y2[1] (analytic) 0.03533069229721675 y2[1] (numeric) 0.03533069229686766 absolute error 3.4908881341166875e-13 relative error 9.88061061682533e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03533069229721675 y1[1] (numeric) 0.0353306922972198 absolute error 3.0531133177191805e-15 relative error 8.641532670900128e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.979999999999998 y2[1] (analytic) 0.03559463829846876 y2[1] (numeric) 0.03559463829811949 absolute error 3.4926922465317034e-13 relative error 9.812411120025217e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03559463829846876 y1[1] (numeric) 0.035594638298471815 absolute error 3.0531133177191805e-15 relative error 8.577452851517027e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.980999999999998 y2[1] (analytic) 0.0358595487050023 y2[1] (numeric) 0.03585954870465266 absolute error 3.496369860300774e-13 relative error 9.750178088027754e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.0358595487050023 y1[1] (numeric) 0.03585954870500516 absolute error 2.8657631823136853e-15 relative error 7.991632036110705e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.981999999999998 y2[1] (analytic) 0.0361254232519066 y2[1] (numeric) 0.03612542325155678 absolute error 3.49817397271579e-13 relative error 9.683413114145773e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.0361254232519066 y1[1] (numeric) 0.03612542325190946 absolute error 2.8657631823136853e-15 relative error 7.932815519780626e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.982999999999999 y2[1] (analytic) 0.03639226167330745 y2[1] (numeric) 0.036392261672957324 absolute error 3.5012270860335093e-13 relative error 9.620801030350765e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03639226167330745 y1[1] (numeric) 0.03639226167331019 absolute error 2.7408630920433552e-15 relative error 7.53144477979419e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.983999999999999 y2[1] (analytic) 0.0366600637023663 y2[1] (numeric) 0.036660063702015896 absolute error 3.504002643595072e-13 relative error 9.558092075461667e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.0366600637023663 y1[1] (numeric) 0.03666006370236894 absolute error 2.643718577388654e-15 relative error 7.2114402169410575e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.984999999999999 y2[1] (analytic) 0.036928829071281144 y2[1] (numeric) 0.03692882907093049 absolute error 3.506570034339518e-13 relative error 9.495481233837742e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.036928829071281144 y1[1] (numeric) 0.03692882907128371 absolute error 2.5673907444456745e-15 relative error 6.9522668576629366e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.986 y2[1] (analytic) 0.037198557511286645 y2[1] (numeric) 0.03719855751093575 absolute error 3.5089292582668463e-13 relative error 9.4329713113262e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.037198557511286645 y1[1] (numeric) 0.03719855751128916 absolute error 2.5118795932144167e-15 relative error 6.752626341632392e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.987 y2[1] (analytic) 0.03746924875265445 y2[1] (numeric) 0.03746924875230327 absolute error 3.5117742047674483e-13 relative error 9.37241690632685e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03746924875265445 y1[1] (numeric) 0.03746924875265686 absolute error 2.4077961846558082e-15 relative error 6.426059408210664e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.988 y2[1] (analytic) 0.03774090252469331 y2[1] (numeric) 0.03774090252434183 absolute error 3.5148273180851675e-13 relative error 9.313045218739717e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03774090252469331 y1[1] (numeric) 0.03774090252469559 absolute error 2.282896094385478e-15 relative error 6.04886460489866e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.989000000000001 y2[1] (analytic) 0.038013518555749415 y2[1] (numeric) 0.03801351855539767 absolute error 3.517464097768652e-13 relative error 9.253192630958514e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.038013518555749415 y1[1] (numeric) 0.038013518555751614 absolute error 2.1996293675385914e-15 relative error 5.786439801179375e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.990000000000001 y2[1] (analytic) 0.038287096573206836 y2[1] (numeric) 0.03828709657285479 absolute error 3.5204478221473323e-13 relative error 9.194867559142441e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.038287096573206836 y1[1] (numeric) 0.03828709657320892 absolute error 2.0816681711721685e-15 relative error 5.4369966842273226e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.991000000000001 y2[1] (analytic) 0.03856163630348752 y2[1] (numeric) 0.038561636303135194 absolute error 3.5232927686479343e-13 relative error 9.136782321473446e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03856163630348752 y1[1] (numeric) 0.0385616363034895 absolute error 1.97758476261356e-15 relative error 5.128373565503253e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.992000000000002 y2[1] (analytic) 0.03883713747205175 y2[1] (numeric) 0.038837137471699174 absolute error 3.525790770453341e-13 relative error 9.078400211628868e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03883713747205175 y1[1] (numeric) 0.03883713747205366 absolute error 1.908195823574488e-15 relative error 4.913327674954615e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.993000000000002 y2[1] (analytic) 0.03911359980339846 y2[1] (numeric) 0.03911359980304559 absolute error 3.528705105892982e-13 relative error 9.021683311251714e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03911359980339846 y1[1] (numeric) 0.039113599803400255 absolute error 1.797173521111972e-15 relative error 4.594753564349302e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.994000000000002 y2[1] (analytic) 0.03939102302106523 y2[1] (numeric) 0.039391023020712124 absolute error 3.5310643298203104e-13 relative error 8.964134614965432e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03939102302106523 y1[1] (numeric) 0.03939102302106697 absolute error 1.7416623698807143e-15 relative error 4.421470264809628e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.995000000000003 y2[1] (analytic) 0.039669406847628985 y2[1] (numeric) 0.03966940684727559 absolute error 3.5339786652599514e-13 relative error 8.908574506379782e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.039669406847628985 y1[1] (numeric) 0.039669406847630616 absolute error 1.6306400674181987e-15 relative error 4.1105733536211445e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.996000000000003 y2[1] (analytic) 0.03994875100470585 y2[1] (numeric) 0.039948751004352176 absolute error 3.5367542228215143e-13 relative error 8.853228533740377e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.03994875100470585 y1[1] (numeric) 0.039948751004707385 absolute error 1.5334955527634975e-15 relative error 3.838657064855059e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.997000000000003 y2[1] (analytic) 0.040229055212951725 y2[1] (numeric) 0.04022905521259775 absolute error 3.5397379472001944e-13 relative error 8.798958684121862e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.040229055212951725 y1[1] (numeric) 0.04022905521295315 absolute error 1.4224732503009818e-15 relative error 3.535935017044639e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.998000000000004 y2[1] (analytic) 0.04051031919206238 y2[1] (numeric) 0.04051031919170814 absolute error 3.542444115822718e-13 relative error 8.744547528810454e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04051031919206238 y1[1] (numeric) 0.040510319192063715 absolute error 1.3322676295501878e-15 relative error 3.2887117557228065e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 4.999000000000004 y2[1] (analytic) 0.04079254266077392 y2[1] (numeric) 0.04079254266041937 absolute error 3.5454972291404374e-13 relative error 8.691532809377398e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04079254266077392 y1[1] (numeric) 0.04079254266077513 absolute error 1.2073675392798577e-15 relative error 2.959775146453083e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.000000000000004 y2[1] (analytic) 0.04107572533686277 y2[1] (numeric) 0.041075725336508016 absolute error 3.5475095083725705e-13 relative error 8.636510930189012e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04107572533686277 y1[1] (numeric) 0.041075725336863954 absolute error 1.186550857568136e-15 relative error 2.888691186429968e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.001000000000005 y2[1] (analytic) 0.04135986693714644 y2[1] (numeric) 0.04135986693679141 absolute error 3.5502850659341334e-13 relative error 8.583888993959804e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04135986693714644 y1[1] (numeric) 0.04135986693714753 absolute error 1.0894063429134349e-15 relative error 2.633969651229726e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.002000000000005 y2[1] (analytic) 0.04164496717748334 y2[1] (numeric) 0.04164496717712798 absolute error 3.553615735008009e-13 relative error 8.533121709192709e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04164496717748334 y1[1] (numeric) 0.04164496717748428 absolute error 9.43689570931383e-16 relative error 2.2660350935313465e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.003000000000005 y2[1] (analytic) 0.04193102577277308 y2[1] (numeric) 0.04193102577241751 absolute error 3.555697403179181e-13 relative error 8.479872213114302e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04193102577277308 y1[1] (numeric) 0.041931025772773994 absolute error 9.159339953157541e-16 relative error 2.184382514940749e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.004000000000006 y2[1] (analytic) 0.04221804243695737 y2[1] (numeric) 0.042218042436601426 absolute error 3.559444405887291e-13 relative error 8.431097702368547e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04221804243695737 y1[1] (numeric) 0.04221804243695809 absolute error 7.216449660063518e-16 relative error 1.709328344827824e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.005000000000006 y2[1] (analytic) 0.04250601688301925 y2[1] (numeric) 0.04250601688266309 absolute error 3.561595462997502e-13 relative error 8.379038367201905e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04250601688301925 y1[1] (numeric) 0.042506016883019936 absolute error 6.869504964868156e-16 relative error 1.6161253085119012e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0060000000000064 y2[1] (analytic) 0.04279494882298451 y2[1] (numeric) 0.04279494882262808 absolute error 3.564301631620026e-13 relative error 8.32879049899855e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04279494882298451 y1[1] (numeric) 0.04279494882298511 absolute error 5.967448757360216e-16 relative error 1.394428296209386e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.007000000000007 y2[1] (analytic) 0.043084837967921286 y2[1] (numeric) 0.04308483796756448 absolute error 3.568048634328136e-13 relative error 8.281448422725224e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.043084837967921286 y1[1] (numeric) 0.043084837967921695 absolute error 4.0939474033052647e-16 relative error 9.502060577211417e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.008000000000007 y2[1] (analytic) 0.04337568402794023 y2[1] (numeric) 0.04337568402758317 absolute error 3.5706160250725816e-13 relative error 8.231837964267231e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04337568402794023 y1[1] (numeric) 0.043375684027940564 absolute error 3.3306690738754696e-16 relative error 7.678654869696201e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0090000000000074 y2[1] (analytic) 0.04366748671219545 y2[1] (numeric) 0.043667486711838115 absolute error 3.5733221936951054e-13 relative error 8.183026921714614e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04366748671219545 y1[1] (numeric) 0.04366748671219569 absolute error 2.42861286636753e-16 relative error 5.561604409189108e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.010000000000008 y2[1] (analytic) 0.04396024572888424 y2[1] (numeric) 0.04396024572852665 absolute error 3.575889584439551e-13 relative error 8.134371237351841e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04396024572888424 y1[1] (numeric) 0.043960245728884406 absolute error 1.6653345369377348e-16 relative error 3.7882739491683976e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.011000000000008 y2[1] (analytic) 0.04425396078524768 y2[1] (numeric) 0.04425396078488979 absolute error 3.5789426977572703e-13 relative error 8.087282209890536e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04425396078524768 y1[1] (numeric) 0.04425396078524772 absolute error 4.163336342344337e-17 relative error 9.407827612420649e-14% Correct digits 15 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0120000000000084 y2[1] (analytic) 0.04454863158757072 y2[1] (numeric) 0.04454863158721249 absolute error 3.5822733668311457e-13 relative error 8.041264656557076e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04454863158757072 y1[1] (numeric) 0.04454863158757061 absolute error 1.1102230246251565e-16 relative error 2.492159658019471e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.013000000000009 y2[1] (analytic) 0.04484425784118251 y2[1] (numeric) 0.04484425784082399 absolute error 3.585187702270787e-13 relative error 7.994753118599605e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04484425784118251 y1[1] (numeric) 0.04484425784118229 absolute error 2.220446049250313e-16 relative error 4.951461248648822e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.014000000000009 y2[1] (analytic) 0.045140839250456866 y2[1] (numeric) 0.045140839250098055 absolute error 3.588102037710428e-13 relative error 7.948682606015379e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.045140839250456866 y1[1] (numeric) 0.04514083925045653 absolute error 3.3306690738754696e-16 relative error 7.378394219468926e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0150000000000095 y2[1] (analytic) 0.04543837551881236 y2[1] (numeric) 0.0454383755184533 absolute error 3.5906000395158344e-13 relative error 7.902131179908175e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04543837551881236 y1[1] (numeric) 0.045438375518811955 absolute error 4.0245584642661925e-16 relative error 8.857179461884478e-13% Correct digits 14 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.01600000000001 y2[1] (analytic) 0.04573686634871277 y2[1] (numeric) 0.04573686634835347 absolute error 3.592959263443163e-13 relative error 7.855718046027183e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04573686634871277 y1[1] (numeric) 0.04573686634871231 absolute error 4.579669976578771e-16 relative error 1.0013082098064775e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.01700000000001 y2[1] (analytic) 0.04603631144166742 y2[1] (numeric) 0.04603631144130778 absolute error 3.5964287103951165e-13 relative error 7.812156529856109e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04603631144166742 y1[1] (numeric) 0.0460363114416668 absolute error 6.245004513516506e-16 relative error 1.35653885334179e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0180000000000105 y2[1] (analytic) 0.04633671049823107 y2[1] (numeric) 0.04633671049787114 absolute error 3.5992736568957184e-13 relative error 7.767650353671789e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04633671049823107 y1[1] (numeric) 0.04633671049823034 absolute error 7.28583859910259e-16 relative error 1.5723685433778754e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.019000000000011 y2[1] (analytic) 0.04663806321800479 y2[1] (numeric) 0.046638063217644535 absolute error 3.602534937030555e-13 relative error 7.724452278798284e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04663806321800479 y1[1] (numeric) 0.04663806321800392 absolute error 8.673617379884035e-16 relative error 1.8597722078080538e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.020000000000011 y2[1] (analytic) 0.04694036929963574 y2[1] (numeric) 0.04694036929927527 absolute error 3.604755383079805e-13 relative error 7.679435498407504e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04694036929963574 y1[1] (numeric) 0.04694036929963483 absolute error 9.08995101411847e-16 relative error 1.9364890284723445e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0210000000000115 y2[1] (analytic) 0.047243628440818086 y2[1] (numeric) 0.04724362844045728 absolute error 3.6080860521536806e-13 relative error 7.637190815420784e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.047243628440818086 y1[1] (numeric) 0.047243628440817025 absolute error 1.061650767297806e-15 relative error 2.2471829584972114e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.022000000000012 y2[1] (analytic) 0.04754784033829251 y2[1] (numeric) 0.04754784033793145 absolute error 3.6106534428981263e-13 relative error 7.593727532542203e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04754784033829251 y1[1] (numeric) 0.047547840338291375 absolute error 1.1379786002407855e-15 relative error 2.3933339393425986e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.023000000000012 y2[1] (analytic) 0.047853004687847256 y2[1] (numeric) 0.047853004687485906 absolute error 3.613498389398728e-13 relative error 7.551246599811551e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.047853004687847256 y1[1] (numeric) 0.04785300468784602 absolute error 1.2351231148954867e-15 relative error 2.5810774536570708e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0240000000000125 y2[1] (analytic) 0.04815912118431798 y2[1] (numeric) 0.048159121183956335 absolute error 3.6164127248383693e-13 relative error 7.50929966308434e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04815912118431798 y1[1] (numeric) 0.04815912118431663 absolute error 1.3461454173580023e-15 relative error 2.795203451088611e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.025000000000013 y2[1] (analytic) 0.04846618952158821 y2[1] (numeric) 0.048466189521226256 absolute error 3.6195352270951275e-13 relative error 7.468165463024247e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04846618952158821 y1[1] (numeric) 0.04846618952158674 absolute error 1.4710455076283324e-15 relative error 3.0351994290227565e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.026000000000013 y2[1] (analytic) 0.048774209392589585 y2[1] (numeric) 0.04877420939222736 absolute error 3.6222413957176514e-13 relative error 7.426550713640044e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.048774209392589585 y1[1] (numeric) 0.04877420939258803 absolute error 1.5543122344752192e-15 relative error 3.1867502391773685e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0270000000000135 y2[1] (analytic) 0.04908318048930238 y2[1] (numeric) 0.04908318048893981 absolute error 3.625710842669605e-13 relative error 7.386870220155811e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04908318048930238 y1[1] (numeric) 0.04908318048930066 absolute error 1.7208456881689926e-15 relative error 3.5059783636963966e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.028000000000014 y2[1] (analytic) 0.049393102502755415 y2[1] (numeric) 0.049393102502392525 absolute error 3.6289027338654023e-13 relative error 7.346982776923078e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.049393102502755415 y1[1] (numeric) 0.049393102502753555 absolute error 1.8596235662471372e-15 relative error 3.764945856849946e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.029000000000014 y2[1] (analytic) 0.04970397512302671 y2[1] (numeric) 0.049703975122663516 absolute error 3.6319558471831215e-13 relative error 7.30717379886286e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.04970397512302671 y1[1] (numeric) 0.049703975123024734 absolute error 1.97758476261356e-15 relative error 3.978725560115996e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0300000000000145 y2[1] (analytic) 0.05001579803924361 y2[1] (numeric) 0.0500157980388802 absolute error 3.6341069042933327e-13 relative error 7.265918063412532e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05001579803924361 y1[1] (numeric) 0.050015798039241596 absolute error 2.0122792321330962e-15 relative error 4.023287263264725e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.031000000000015 y2[1] (analytic) 0.05032857093958343 y2[1] (numeric) 0.05032857093921967 absolute error 3.6375763512452863e-13 relative error 7.227656743148914e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05032857093958343 y1[1] (numeric) 0.050328570939581256 absolute error 2.1718737919229625e-15 relative error 4.315389353157221e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.032000000000015 y2[1] (analytic) 0.05064229351127314 y2[1] (numeric) 0.05064229351090906 absolute error 3.6407682424410837e-13 relative error 7.189185145476551e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05064229351127314 y1[1] (numeric) 0.050642293511270836 absolute error 2.3037127760972e-15 relative error 4.548989819318483e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0330000000000155 y2[1] (analytic) 0.05095696544059014 y2[1] (numeric) 0.050956965440225835 absolute error 3.643058077429373e-13 relative error 7.149283804344183e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05095696544059014 y1[1] (numeric) 0.05095696544058779 absolute error 2.3522850334245504e-15 relative error 4.616218829135419e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.034000000000016 y2[1] (analytic) 0.0512725864128627 y2[1] (numeric) 0.05127258641249808 absolute error 3.6461805796861313e-13 relative error 7.111364639041143e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.0512725864128627 y1[1] (numeric) 0.05127258641286021 absolute error 2.4841240175987878e-15 relative error 4.844936039691569e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.035000000000016 y2[1] (analytic) 0.051589156112469836 y2[1] (numeric) 0.05158915611210485 absolute error 3.649858193455202e-13 relative error 7.074855393056099e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.051589156112469836 y1[1] (numeric) 0.051589156112467165 absolute error 2.671474153004283e-15 relative error 5.1783637382634945e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0360000000000165 y2[1] (analytic) 0.05190667422284179 y2[1] (numeric) 0.051906674222476475 absolute error 3.6531194735900385e-13 relative error 7.037860792056805e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05190667422284179 y1[1] (numeric) 0.05190667422283897 absolute error 2.8171909249863347e-15 relative error 5.427415582227027e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.037000000000017 y2[1] (analytic) 0.052225140426460426 y2[1] (numeric) 0.05222514042609487 absolute error 3.655548086456406e-13 relative error 6.999594556579274e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.052225140426460426 y1[1] (numeric) 0.052225140426457546 absolute error 2.8796409701214998e-15 relative error 5.5138979935849036e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.038000000000017 y2[1] (analytic) 0.05254455440485972 y2[1] (numeric) 0.052544554404493855 absolute error 3.6586705887131643e-13 relative error 6.962987183263243e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05254455440485972 y1[1] (numeric) 0.05254455440485671 absolute error 3.011479954295737e-15 relative error 5.731288405439808e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0390000000000175 y2[1] (analytic) 0.052864915838625626 y2[1] (numeric) 0.05286491583825948 absolute error 3.661446146274727e-13 relative error 6.926041757924261e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.052864915838625626 y1[1] (numeric) 0.05286491583862252 absolute error 3.1086244689504383e-15 relative error 5.8803166895030395e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.040000000000018 y2[1] (analytic) 0.05318622440739684 y2[1] (numeric) 0.05318622440703034 absolute error 3.665054371104759e-13 relative error 6.890984295164677e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05318622440739684 y1[1] (numeric) 0.05318622440739356 absolute error 3.282096816548119e-15 relative error 6.170952823061573e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.041000000000018 y2[1] (analytic) 0.05350847978986473 y2[1] (numeric) 0.05350847978949789 absolute error 3.6683850401786344e-13 relative error 6.855707832823685e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05350847978986473 y1[1] (numeric) 0.05350847978986129 absolute error 3.434752482434078e-15 relative error 6.419080668938514e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0420000000000185 y2[1] (analytic) 0.053831681663773834 y2[1] (numeric) 0.05383168166340677 absolute error 3.6706054862278847e-13 relative error 6.818671408324269e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.053831681663773834 y1[1] (numeric) 0.05383168166377036 absolute error 3.4763858458575214e-15 relative error 6.457880821131702e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.043000000000019 y2[1] (analytic) 0.05415582970592259 y2[1] (numeric) 0.05415582970555515 absolute error 3.6743524889359946e-13 relative error 6.78477738941217e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05415582970592259 y1[1] (numeric) 0.054155829705918916 absolute error 3.670674875166924e-15 relative error 6.777986589993084e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.044000000000019 y2[1] (analytic) 0.05448092359216272 y2[1] (numeric) 0.054480923591795 absolute error 3.6771974354365966e-13 relative error 6.749513761851083e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05448092359216272 y1[1] (numeric) 0.05448092359215895 absolute error 3.774758283725532e-15 relative error 6.928587172976166e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0450000000000195 y2[1] (analytic) 0.05480696299740051 y2[1] (numeric) 0.054806962997032464 absolute error 3.680458715571433e-13 relative error 6.715312278379659e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05480696299740051 y1[1] (numeric) 0.0548069629973966 absolute error 3.913536161803677e-15 relative error 7.140582049746664e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.04600000000002 y2[1] (analytic) 0.05513394759559653 y2[1] (numeric) 0.05513394759522817 absolute error 3.6836506067672303e-13 relative error 6.68127490849474e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05513394759559653 y1[1] (numeric) 0.05513394759559248 absolute error 4.052314039881821e-15 relative error 7.349943576696609e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.04700000000002 y2[1] (analytic) 0.05546187705976613 y2[1] (numeric) 0.055461877059397535 absolute error 3.6859404417555197e-13 relative error 6.645899196277694e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05546187705976613 y1[1] (numeric) 0.05546187705976203 absolute error 4.100886297209172e-15 relative error 7.394063300075522e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0480000000000205 y2[1] (analytic) 0.05579075106198006 y2[1] (numeric) 0.05579075106161113 absolute error 3.689271110829395e-13 relative error 6.612693037114421e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05579075106198006 y1[1] (numeric) 0.055790751061975806 absolute error 4.253541963095131e-15 relative error 7.62409876570708e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.049000000000021 y2[1] (analytic) 0.056120569273364174 y2[1] (numeric) 0.05612056927299498 absolute error 3.69190789051288e-13 relative error 6.578528939237124e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.056120569273364174 y1[1] (numeric) 0.05612056927335984 absolute error 4.336808689942018e-15 relative error 7.727663397028912e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.050000000000021 y2[1] (analytic) 0.05645133136410041 y2[1] (numeric) 0.0564513313637309 absolute error 3.6950997817086773e-13 relative error 6.545637972426164e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05645133136410041 y1[1] (numeric) 0.056451331364095934 absolute error 4.475586568020162e-15 relative error 7.928221460630353e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0510000000000215 y2[1] (analytic) 0.056783037003426684 y2[1] (numeric) 0.05678303700305683 absolute error 3.698569228660631e-13 relative error 6.513510766318176e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.056783037003426684 y1[1] (numeric) 0.05678303700342204 absolute error 4.642120021713936e-15 relative error 8.175187990444748e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.052000000000022 y2[1] (analytic) 0.05711568585963733 y2[1] (numeric) 0.05711568585926715 absolute error 3.7018305087954673e-13 relative error 6.481285225030427e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05711568585963733 y1[1] (numeric) 0.057115685859632545 absolute error 4.7878367936959876e-15 relative error 8.382700341657753e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.053000000000022 y2[1] (analytic) 0.05744927760008356 y2[1] (numeric) 0.057449277599713036 absolute error 3.705230566808382e-13 relative error 6.449568596147138e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05744927760008356 y1[1] (numeric) 0.05744927760007861 absolute error 4.947431353485854e-15 relative error 8.611825178944735e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0540000000000225 y2[1] (analytic) 0.05778381189117354 y2[1] (numeric) 0.057783811890802776 absolute error 3.7076591796747493e-13 relative error 6.416432316126055e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05778381189117354 y1[1] (numeric) 0.05778381189116853 absolute error 5.009881398621019e-15 relative error 8.670043104903359e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.055000000000023 y2[1] (analytic) 0.058119288398373214 y2[1] (numeric) 0.05811928839800211 absolute error 3.711059237687664e-13 relative error 6.385245483823815e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.058119288398373214 y1[1] (numeric) 0.058119288398368045 absolute error 5.169475958410885e-15 relative error 8.894596098591567e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.056000000000023 y2[1] (analytic) 0.05845570678620604 y2[1] (numeric) 0.05845570678583455 absolute error 3.714875629334813e-13 relative error 6.355026452629297e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05845570678620604 y1[1] (numeric) 0.05845570678620067 absolute error 5.370703881624195e-15 relative error 9.187646813110701e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0570000000000235 y2[1] (analytic) 0.05879306671825346 y2[1] (numeric) 0.05879306671788175 absolute error 3.717096075384063e-13 relative error 6.322337450429368e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05879306671825346 y1[1] (numeric) 0.05879306671824805 absolute error 5.412337245047638e-15 relative error 9.205740654734841e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.058000000000024 y2[1] (analytic) 0.05913136785715589 y2[1] (numeric) 0.059131367856783794 absolute error 3.720981855970251e-13 relative error 6.292737663297518e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.05913136785715589 y1[1] (numeric) 0.05913136785715027 absolute error 5.620504062164855e-15 relative error 9.505114232673174e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.059000000000024 y2[1] (analytic) 0.059470609864611945 y2[1] (numeric) 0.059470609864239576 absolute error 3.723688024592775e-13 relative error 6.261392027204617e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.059470609864611945 y1[1] (numeric) 0.059470609864606234 absolute error 5.710709682915649e-15 relative error 9.602574609401834e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0600000000000245 y2[1] (analytic) 0.059810792401379764 y2[1] (numeric) 0.05981079240100712 absolute error 3.726463582154338e-13 relative error 6.230420017087707e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.059810792401379764 y1[1] (numeric) 0.059810792401373956 absolute error 5.80785419757035e-15 relative error 9.710378285234639e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.061000000000025 y2[1] (analytic) 0.06015191512727691 y2[1] (numeric) 0.060151915126903904 absolute error 3.7300718069843697e-13 relative error 6.20108569958549e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06015191512727691 y1[1] (numeric) 0.06015191512727092 absolute error 5.988265439071938e-15 relative error 9.955236547998879e-12% Correct digits 13 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.062000000000025 y2[1] (analytic) 0.06049397770118059 y2[1] (numeric) 0.06049397770080724 absolute error 3.733471864997284e-13 relative error 6.171642214435541e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06049397770118059 y1[1] (numeric) 0.06049397770117444 absolute error 6.147859998861804e-15 relative error 1.0162763687370856e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0630000000000255 y2[1] (analytic) 0.0608369797810282 y2[1] (numeric) 0.06083697978065459 absolute error 3.736108644680769e-13 relative error 6.14118034479723e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.0608369797810282 y1[1] (numeric) 0.06083697978102197 absolute error 6.231126725708691e-15 relative error 1.0242334100306285e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.064000000000026 y2[1] (analytic) 0.06118092102381789 y2[1] (numeric) 0.06118092102344389 absolute error 3.739994425266957e-13 relative error 6.113007719859214e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06118092102381789 y1[1] (numeric) 0.06118092102381145 absolute error 6.439293542825908e-15 relative error 1.0525002623479751e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.065000000000026 y2[1] (analytic) 0.061525801085608234 y2[1] (numeric) 0.061525801085233936 absolute error 3.742978149645637e-13 relative error 6.083591084718397e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.061525801085608234 y1[1] (numeric) 0.06152580108560168 absolute error 6.557254739192331e-15 relative error 1.0657731591448008e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0660000000000265 y2[1] (analytic) 0.061871619621519325 y2[1] (numeric) 0.06187161962114469 absolute error 3.7463782076585517e-13 relative error 6.055083462459642e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.061871619621519325 y1[1] (numeric) 0.06187161962151261 absolute error 6.716849298982197e-15 relative error 1.0856107113520649e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.067000000000027 y2[1] (analytic) 0.06221837628573257 y2[1] (numeric) 0.06221837628535764 absolute error 3.7492925430981927e-13 relative error 6.026021196502923e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06221837628573257 y1[1] (numeric) 0.06221837628572574 absolute error 6.827871601444713e-15 relative error 1.0974043376008877e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.068000000000027 y2[1] (analytic) 0.06256607073149145 y2[1] (numeric) 0.06256607073111616 absolute error 3.7529701568672635e-13 relative error 5.9984111403983e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06256607073149145 y1[1] (numeric) 0.06256607073148444 absolute error 7.008282842946301e-15 relative error 1.1201411181825765e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0690000000000275 y2[1] (analytic) 0.06291470261110144 y2[1] (numeric) 0.06291470261072582 absolute error 3.756162048063061e-13 relative error 5.970245256154605e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06291470261110144 y1[1] (numeric) 0.06291470261109429 absolute error 7.147060721024445e-15 relative error 1.1359921329046116e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.070000000000028 y2[1] (analytic) 0.06326427157593073 y2[1] (numeric) 0.06326427157555478 absolute error 3.7594927171369363e-13 relative error 5.942521147382115e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06326427157593073 y1[1] (numeric) 0.06326427157592343 absolute error 7.299716386910404e-15 relative error 1.1538450068375758e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.071000000000028 y2[1] (analytic) 0.0636147772764104 y2[1] (numeric) 0.06361477727603411 absolute error 3.76296216408889e-13 relative error 5.915232788976956e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.0636147772764104 y1[1] (numeric) 0.06361477727640294 absolute error 7.466249840604178e-15 relative error 1.1736659562860418e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0720000000000285 y2[1] (analytic) 0.06396621936203473 y2[1] (numeric) 0.06396621936165812 absolute error 3.766015277406609e-13 relative error 5.887506429122833e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06396621936203473 y1[1] (numeric) 0.06396621936202714 absolute error 7.591149930874508e-15 relative error 1.1867435666176032e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.073000000000029 y2[1] (analytic) 0.0643185974813617 y2[1] (numeric) 0.06431859748098478 absolute error 3.7692071686024065e-13 relative error 5.860213555954248e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.0643185974813617 y1[1] (numeric) 0.06431859748135398 absolute error 7.729927808952652e-15 relative error 1.2018184648993064e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.074000000000029 y2[1] (analytic) 0.06467191128201322 y2[1] (numeric) 0.06467191128163599 absolute error 3.7722602819201256e-13 relative error 5.832919125384315e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06467191128201322 y1[1] (numeric) 0.06467191128200536 absolute error 7.854827899222983e-15 relative error 1.2145656040642787e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0750000000000295 y2[1] (analytic) 0.06502616041067555 y2[1] (numeric) 0.06502616041029796 absolute error 3.7758685067501574e-13 relative error 5.806691465255669e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06502616041067555 y1[1] (numeric) 0.06502616041066751 absolute error 8.03523914072457e-15 relative error 1.235693310196645e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.07600000000003 y2[1] (analytic) 0.06538134451309952 y2[1] (numeric) 0.06538134451272161 absolute error 3.7790603979459547e-13 relative error 5.780028578624288e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06538134451309952 y1[1] (numeric) 0.06538134451309134 absolute error 8.174017018802715e-15 relative error 1.2502063210347418e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.07700000000003 y2[1] (analytic) 0.06573746323410101 y2[1] (numeric) 0.06573746323372286 absolute error 3.7815583997513613e-13 relative error 5.752516470379549e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06573746323410101 y1[1] (numeric) 0.06573746323409277 absolute error 8.243405957841787e-15 relative error 1.25398905772889e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0780000000000305 y2[1] (analytic) 0.06609451621756157 y2[1] (numeric) 0.06609451621718301 absolute error 3.7855829582156275e-13 relative error 5.727529566529732e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06609451621756157 y1[1] (numeric) 0.0660945162175531 absolute error 8.465450562766819e-15 relative error 1.280809823148008e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.079000000000031 y2[1] (analytic) 0.06645250310642803 y2[1] (numeric) 0.06645250310604914 absolute error 3.788913627289503e-13 relative error 5.701686844243188e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06645250310642803 y1[1] (numeric) 0.06645250310641941 absolute error 8.618106228652778e-15 relative error 1.2968821076386418e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.080000000000031 y2[1] (analytic) 0.06681142354271352 y2[1] (numeric) 0.06681142354233435 absolute error 3.791689184851066e-13 relative error 5.675210890285826e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06681142354271352 y1[1] (numeric) 0.0668114235427048 absolute error 8.715250743307479e-15 relative error 1.3044551786470605e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0810000000000315 y2[1] (analytic) 0.06717127716749782 y2[1] (numeric) 0.06717127716711827 absolute error 3.795574965437254e-13 relative error 5.65059222556188e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06717127716749782 y1[1] (numeric) 0.0671712771674889 absolute error 8.923417560424696e-15 relative error 1.3284573312746942e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.082000000000032 y2[1] (analytic) 0.06753206362092712 y2[1] (numeric) 0.06753206362054727 absolute error 3.798489300876895e-13 relative error 5.62471972158097e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06753206362092712 y1[1] (numeric) 0.06753206362091808 absolute error 9.034439862887211e-15 relative error 1.337800057999054e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.083000000000032 y2[1] (analytic) 0.06789378254221512 y2[1] (numeric) 0.06789378254183495 absolute error 3.8016811920726923e-13 relative error 5.599454102750684e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06789378254221512 y1[1] (numeric) 0.06789378254220595 absolute error 9.173217740965356e-15 relative error 1.351113076556254e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0840000000000325 y2[1] (analytic) 0.06825643356964295 y2[1] (numeric) 0.0682564335692624 absolute error 3.805428194780802e-13 relative error 5.575193422460424e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06825643356964295 y1[1] (numeric) 0.0682564335696336 absolute error 9.353628982466944e-15 relative error 1.3703659117969168e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.085000000000033 y2[1] (analytic) 0.06862001634055948 y2[1] (numeric) 0.06862001634017866 absolute error 3.808203752342365e-13 relative error 5.549698113510119e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06862001634055948 y1[1] (numeric) 0.06862001634055002 absolute error 9.450773497121645e-15 relative error 1.3772619129406332e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.086000000000033 y2[1] (analytic) 0.06898453049138209 y2[1] (numeric) 0.06898453049100095 absolute error 3.8113956435381624e-13 relative error 5.525000484006052e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06898453049138209 y1[1] (numeric) 0.0689845304913725 absolute error 9.58955137519979e-15 relative error 1.3901017093097077e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0870000000000335 y2[1] (analytic) 0.06934997565759671 y2[1] (numeric) 0.06934997565721517 absolute error 3.8154202020024286e-13 relative error 5.501689316864931e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06934997565759671 y1[1] (numeric) 0.0693499756575869 absolute error 9.811595980124821e-15 relative error 1.41479443750173e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.088000000000034 y2[1] (analytic) 0.06971635147375799 y2[1] (numeric) 0.06971635147337617 absolute error 3.8181957595639915e-13 relative error 5.476757860745485e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.06971635147375799 y1[1] (numeric) 0.06971635147374808 absolute error 9.908740494779522e-15 relative error 1.4212936112282472e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.089000000000034 y2[1] (analytic) 0.07008365757349033 y2[1] (numeric) 0.07008365757310817 absolute error 3.821665206515945e-13 relative error 5.453004792891287e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07008365757349033 y1[1] (numeric) 0.07008365757348027 absolute error 1.0061396160665481e-14 relative error 1.4356265795795566e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0900000000000345 y2[1] (analytic) 0.07045189358948767 y2[1] (numeric) 0.0704518935891051 absolute error 3.8256897649802113e-13 relative error 5.430215669250732e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07045189358948767 y1[1] (numeric) 0.07045189358947739 absolute error 1.0283440765590512e-14 relative error 1.459640080862913e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.091000000000035 y2[1] (analytic) 0.07082105915351389 y2[1] (numeric) 0.07082105915313099 absolute error 3.829020434054087e-13 relative error 5.406612778487519e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07082105915351389 y1[1] (numeric) 0.07082105915350345 absolute error 1.0436096431476471e-14 relative error 1.4735866077426025e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.092000000000035 y2[1] (analytic) 0.07119115389640351 y2[1] (numeric) 0.07119115389602029 absolute error 3.832212325249884e-13 relative error 5.382989480443696e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07119115389640351 y1[1] (numeric) 0.07119115389639294 absolute error 1.0574874309554616e-14 relative error 1.4854197088788648e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0930000000000355 y2[1] (analytic) 0.07156217744806181 y2[1] (numeric) 0.0715621774476783 absolute error 3.835126660689525e-13 relative error 5.359153113350934e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07156217744806181 y1[1] (numeric) 0.07156217744805113 absolute error 1.0685896612017132e-14 relative error 1.49323245785425e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.094000000000036 y2[1] (analytic) 0.07193412943746536 y2[1] (numeric) 0.07193412943708148 absolute error 3.838734885519557e-13 relative error 5.336458389833844e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07193412943746536 y1[1] (numeric) 0.0719341294374545 absolute error 1.0852430065710905e-14 relative error 1.508662181717966e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.095000000000036 y2[1] (analytic) 0.07230700949266211 y2[1] (numeric) 0.07230700949227789 absolute error 3.8422043324715105e-13 relative error 5.31373702138992e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07230700949266211 y1[1] (numeric) 0.07230700949265109 absolute error 1.1018963519404679e-14 relative error 1.5239136007309096e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0960000000000365 y2[1] (analytic) 0.07268081724077202 y2[1] (numeric) 0.0726808172403875 absolute error 3.8452574457892297e-13 relative error 5.290608432553702e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07268081724077202 y1[1] (numeric) 0.07268081724076088 absolute error 1.1143863609675009e-14 relative error 1.533260636401264e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.097000000000037 y2[1] (analytic) 0.07305555230798755 y2[1] (numeric) 0.07305555230760259 absolute error 3.849559560009652e-13 relative error 5.269359327790285e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07305555230798755 y1[1] (numeric) 0.07305555230797615 absolute error 1.1393663790215669e-14 relative error 1.5595890292064687e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.098000000000037 y2[1] (analytic) 0.07343121431957345 y2[1] (numeric) 0.07343121431918813 absolute error 3.853167784839684e-13 relative error 5.247315900388976e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07343121431957345 y1[1] (numeric) 0.07343121431956187 absolute error 1.1574075031717257e-14 relative error 1.5761791683502273e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 TOP MAIN SOLVE Loop x[1] 5.0990000000000375 y2[1] (analytic) 0.07380780289986777 y2[1] (numeric) 0.07380780289948213 absolute error 3.856359676035481e-13 relative error 5.224867188185045e-10% Correct digits 11 h 0.001 y1[1] (analytic) 0.07380780289986777 y1[1] (numeric) 0.07380780289985606 absolute error 1.1712852909795402e-14 relative error 1.586939652665963e-11% Correct digits 12 h 0.001 NO POLE for equation 1 NO POLE for equation 2 Finished! diff ( y2 , x , 4 ) = y1 - 1.0; diff ( y1 , x , 1 ) = m1 * diff ( y2 , x , 3 ) ; Iterations 5000 Total Elapsed Time 2 Minutes 4.0 Seconds Elapsed Time(since restart) 2 Minutes 4.0 Seconds Time to Timeout 56.0 Seconds Percent Done 100.02000000000076%