##############ECHO OF PROBLEM################# ##############temp/mtest8postode.ode################# diff ( y2 , x , 4 ) = y1 - 1.0 ; diff ( y1 , x , 1 ) = neg ( diff ( y2 , x , 3 ) ) ; ! #BEGIN FIRST INPUT BLOCK # Digits:=32; ELIMINATED in preodein.rb max_terms=40 ! #END FIRST INPUT BLOCK #BEGIN SECOND INPUT BLOCK x_start=c(0.1) x_end=c(1.4) # ELIMINATED in preodein.rb # ELIMINATED in preodein.rb # ELIMINATED in preodein.rb $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 # ELIMINATED in preodein.rb # ELIMINATED in preodein.rb # ELIMINATED in preodein.rb # ELIMINATED in preodein.rb # ELIMINATED in preodein.rb # ELIMINATED in preodein.rb # ELIMINATED in preodein.rb $glob_type_given_pole=3 #END SECOND INPUT BLOCK #BEGIN OVERRIDE BLOCK $glob_desired_digits_correct=8 $glob_max_minutes=(3.0) $glob_subiter_method=3 $glob_max_iter=100000 $glob_upper_ratio_limit=c(1.000001) $glob_lower_ratio_limit=c(0.999999) $glob_look_poles=false $glob_h=c(0.001) $glob_display_interval=c(0.01) #END OVERRIDE BLOCK ! #BEGIN USER DEF BLOCK def exact_soln_y1 (x) x = c(x) return(c(1.0) + sin(c(x))) end def exact_soln_y2 (x) x = c(x) return(c(1.0) + sin(c(x))) end def exact_soln_y2p (x) x = c(x) return( cos(c(x))) end def exact_soln_y2pp (x) x = c(x) return(neg(sin(c(x)))) end def exact_soln_y2ppp (x) x = c(x) return( neg(cos(c(x)))) end #END USER DEF BLOCK #######END OF ECHO OF PROBLEM################# START of Soultion TOP MAIN SOLVE Loop x[1] 0.1 y2[1] (closed_form) 1.0998334166468282 y2[1] (numeric) 1.0998334166468282 absolute error 0.0 relative error 0.0% Desired digits 8 Estimated correct digits 13 Correct digits 16 h 0.001 y1[1] (closed_form) 1.0998334166468282 y1[1] (numeric) 1.0998334166468282 absolute error 0.0 relative error 0.0% Desired digits 8 Estimated correct digits 13 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.11000000000000001 y2[1] (closed_form) 1.1097783008371749 y2[1] (numeric) 1.1097783008371749 absolute error 0.0 relative error 0.0% Desired digits 8 Estimated correct digits 13 Correct digits 16 h 0.001 y1[1] (closed_form) 1.1097783008371749 y1[1] (numeric) 1.1097783008371749 absolute error 0.0 relative error 0.0% Desired digits 8 Estimated correct digits 13 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.12000000000000002 y2[1] (closed_form) 1.1197122072889194 y2[1] (numeric) 1.1197122072889192 absolute error 2.220446049250313e-16 relative error 1.983050675696859e-14% Desired digits 8 Estimated correct digits 13 Correct digits 16 h 0.001 y1[1] (closed_form) 1.1197122072889194 y1[1] (numeric) 1.1197122072889192 absolute error 2.220446049250313e-16 relative error 1.983050675696859e-14% Desired digits 8 Estimated correct digits 13 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.13000000000000003 y2[1] (closed_form) 1.129634142619695 y2[1] (numeric) 1.1296341426196943 absolute error 6.661338147750939e-16 relative error 5.896898735995057e-14% Desired digits 8 Estimated correct digits 13 Correct digits 16 h 0.001 y1[1] (closed_form) 1.129634142619695 y1[1] (numeric) 1.1296341426196943 absolute error 6.661338147750939e-16 relative error 5.896898735995057e-14% Desired digits 8 Estimated correct digits 13 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.14000000000000004 y2[1] (closed_form) 1.1395431146442365 y2[1] (numeric) 1.1395431146442359 absolute error 6.661338147750939e-16 relative error 5.84562186559356e-14% Desired digits 8 Estimated correct digits 13 Correct digits 16 h 0.001 y1[1] (closed_form) 1.1395431146442365 y1[1] (numeric) 1.1395431146442359 absolute error 6.661338147750939e-16 relative error 5.84562186559356e-14% Desired digits 8 Estimated correct digits 13 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.15000000000000005 y2[1] (closed_form) 1.1494381324735992 y2[1] (numeric) 1.1494381324735985 absolute error 6.661338147750939e-16 relative error 5.79529942461165e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.1494381324735992 y1[1] (numeric) 1.1494381324735985 absolute error 6.661338147750939e-16 relative error 5.79529942461165e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.16000000000000006 y2[1] (closed_form) 1.159318206614246 y2[1] (numeric) 1.1593182066142451 absolute error 8.881784197001252e-16 relative error 7.66121341520223e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.159318206614246 y1[1] (numeric) 1.1593182066142451 absolute error 8.881784197001252e-16 relative error 7.66121341520223e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.17000000000000007 y2[1] (closed_form) 1.1691823490669961 y2[1] (numeric) 1.169182349066995 absolute error 1.1102230246251565e-15 relative error 9.49572173674287e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.1691823490669961 y1[1] (numeric) 1.169182349066995 absolute error 1.1102230246251565e-15 relative error 9.49572173674287e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.18000000000000008 y2[1] (closed_form) 1.1790295734258243 y2[1] (numeric) 1.1790295734258234 absolute error 8.881784197001252e-16 relative error 7.533130972443778e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.1790295734258243 y1[1] (numeric) 1.1790295734258234 absolute error 8.881784197001252e-16 relative error 7.533130972443778e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.19000000000000009 y2[1] (closed_form) 1.1888588949765007 y2[1] (numeric) 1.1888588949764995 absolute error 1.1102230246251565e-15 relative error 9.338560104284719e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.1888588949765007 y1[1] (numeric) 1.1888588949764995 absolute error 1.1102230246251565e-15 relative error 9.338560104284719e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.2000000000000001 y2[1] (closed_form) 1.1986693307950613 y2[1] (numeric) 1.1986693307950602 absolute error 1.1102230246251565e-15 relative error 9.262129230325435e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.1986693307950613 y1[1] (numeric) 1.1986693307950602 absolute error 1.1102230246251565e-15 relative error 9.262129230325435e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.2100000000000001 y2[1] (closed_form) 1.2084598998460996 y2[1] (numeric) 1.2084598998460985 absolute error 1.1102230246251565e-15 relative error 9.187090318566187e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.2084598998460996 y1[1] (numeric) 1.2084598998460985 absolute error 1.1102230246251565e-15 relative error 9.187090318566187e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.2200000000000001 y2[1] (closed_form) 1.2182296230808694 y2[1] (numeric) 1.2182296230808682 absolute error 1.1102230246251565e-15 relative error 9.113413461556065e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.2182296230808694 y1[1] (numeric) 1.2182296230808682 absolute error 1.1102230246251565e-15 relative error 9.113413461556065e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.23000000000000012 y2[1] (closed_form) 1.2279775235351886 y2[1] (numeric) 1.2279775235351873 absolute error 1.3322676295501878e-15 relative error 1.0849283508990958e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.2279775235351886 y1[1] (numeric) 1.2279775235351873 absolute error 1.3322676295501878e-15 relative error 1.0849283508990958e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 0.24000000000000013 y2[1] (closed_form) 1.2377026264271347 y2[1] (numeric) 1.2377026264271338 absolute error 8.881784197001252e-16 relative error 7.176024359453951e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.2377026264271347 y1[1] (numeric) 1.2377026264271338 absolute error 8.881784197001252e-16 relative error 7.176024359453951e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.2500000000000001 y2[1] (closed_form) 1.247403959254523 y2[1] (numeric) 1.247403959254522 absolute error 8.881784197001252e-16 relative error 7.120214851898666e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.247403959254523 y1[1] (numeric) 1.247403959254522 absolute error 8.881784197001252e-16 relative error 7.120214851898666e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.2600000000000001 y2[1] (closed_form) 1.2570805518921553 y2[1] (numeric) 1.2570805518921544 absolute error 8.881784197001252e-16 relative error 7.065405779790649e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.2570805518921553 y1[1] (numeric) 1.2570805518921544 absolute error 8.881784197001252e-16 relative error 7.065405779790649e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.27000000000000013 y2[1] (closed_form) 1.2667314366888314 y2[1] (numeric) 1.2667314366888303 absolute error 1.1102230246251565e-15 relative error 8.764470451031203e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.2667314366888314 y1[1] (numeric) 1.2667314366888303 absolute error 1.1102230246251565e-15 relative error 8.764470451031203e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.28000000000000014 y2[1] (closed_form) 1.2763556485641139 y2[1] (numeric) 1.2763556485641128 absolute error 1.1102230246251565e-15 relative error 8.698382977143912e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.2763556485641139 y1[1] (numeric) 1.2763556485641128 absolute error 1.1102230246251565e-15 relative error 8.698382977143912e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.29000000000000015 y2[1] (closed_form) 1.2859522251048356 y2[1] (numeric) 1.2859522251048348 absolute error 8.881784197001252e-16 relative error 6.906776180022688e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.2859522251048356 y1[1] (numeric) 1.2859522251048348 absolute error 8.881784197001252e-16 relative error 6.906776180022688e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.30000000000000016 y2[1] (closed_form) 1.2955202066613398 y2[1] (numeric) 1.2955202066613387 absolute error 1.1102230246251565e-15 relative error 8.569708283333465e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.2955202066613398 y1[1] (numeric) 1.2955202066613387 absolute error 1.1102230246251565e-15 relative error 8.569708283333465e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.31000000000000016 y2[1] (closed_form) 1.3050586364434436 y2[1] (numeric) 1.3050586364434427 absolute error 8.881784197001252e-16 relative error 6.805659109084909e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.3050586364434436 y1[1] (numeric) 1.3050586364434427 absolute error 8.881784197001252e-16 relative error 6.805659109084909e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.3200000000000002 y2[1] (closed_form) 1.3145665606161179 y2[1] (numeric) 1.3145665606161172 absolute error 6.661338147750939e-16 relative error 5.0673266362631866e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.3145665606161179 y1[1] (numeric) 1.3145665606161172 absolute error 6.661338147750939e-16 relative error 5.0673266362631866e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.3300000000000002 y2[1] (closed_form) 1.3240430283948685 y2[1] (numeric) 1.3240430283948676 absolute error 8.881784197001252e-16 relative error 6.708078216890428e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.3240430283948685 y1[1] (numeric) 1.3240430283948676 absolute error 8.881784197001252e-16 relative error 6.708078216890428e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.3400000000000002 y2[1] (closed_form) 1.3334870921408146 y2[1] (numeric) 1.3334870921408135 absolute error 1.1102230246251565e-15 relative error 8.325712570961417e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.3334870921408146 y1[1] (numeric) 1.3334870921408135 absolute error 1.1102230246251565e-15 relative error 8.325712570961417e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.3500000000000002 y2[1] (closed_form) 1.3428978074554516 y2[1] (numeric) 1.3428978074554505 absolute error 1.1102230246251565e-15 relative error 8.267367914829114e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.3428978074554516 y1[1] (numeric) 1.3428978074554505 absolute error 1.1102230246251565e-15 relative error 8.267367914829114e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.3600000000000002 y2[1] (closed_form) 1.35227423327509 y2[1] (numeric) 1.3522742332750892 absolute error 8.881784197001252e-16 relative error 6.568034780556565e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.35227423327509 y1[1] (numeric) 1.3522742332750892 absolute error 8.881784197001252e-16 relative error 6.568034780556565e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.3700000000000002 y2[1] (closed_form) 1.3616154319649623 y2[1] (numeric) 1.3616154319649612 absolute error 1.1102230246251565e-15 relative error 8.153719461176946e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.3616154319649623 y1[1] (numeric) 1.3616154319649612 absolute error 1.1102230246251565e-15 relative error 8.153719461176946e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.3800000000000002 y2[1] (closed_form) 1.3709204694129828 y2[1] (numeric) 1.370920469412982 absolute error 8.881784197001252e-16 relative error 6.478701277838795e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.3709204694129828 y1[1] (numeric) 1.370920469412982 absolute error 8.881784197001252e-16 relative error 6.478701277838795e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.39000000000000024 y2[1] (closed_form) 1.3801884151231616 y2[1] (numeric) 1.3801884151231607 absolute error 8.881784197001252e-16 relative error 6.435196890280146e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.3801884151231616 y1[1] (numeric) 1.3801884151231607 absolute error 8.881784197001252e-16 relative error 6.435196890280146e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.40000000000000024 y2[1] (closed_form) 1.3894183423086508 y2[1] (numeric) 1.3894183423086495 absolute error 1.3322676295501878e-15 relative error 9.588671669156882e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.3894183423086508 y1[1] (numeric) 1.3894183423086495 absolute error 1.3322676295501878e-15 relative error 9.588671669156882e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.41000000000000025 y2[1] (closed_form) 1.3986093279844232 y2[1] (numeric) 1.3986093279844218 absolute error 1.3322676295501878e-15 relative error 9.525659545472629e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.3986093279844232 y1[1] (numeric) 1.3986093279844218 absolute error 1.3322676295501878e-15 relative error 9.525659545472629e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.42000000000000026 y2[1] (closed_form) 1.4077604530595704 y2[1] (numeric) 1.4077604530595693 absolute error 1.1102230246251565e-15 relative error 7.88644845230765e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.4077604530595704 y1[1] (numeric) 1.4077604530595693 absolute error 1.1102230246251565e-15 relative error 7.88644845230765e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.43000000000000027 y2[1] (closed_form) 1.416870802429211 y2[1] (numeric) 1.4168708024292098 absolute error 1.1102230246251565e-15 relative error 7.835739311740281e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.416870802429211 y1[1] (numeric) 1.4168708024292098 absolute error 1.1102230246251565e-15 relative error 7.835739311740281e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.4400000000000003 y2[1] (closed_form) 1.4259394650659998 y2[1] (numeric) 1.4259394650659987 absolute error 1.1102230246251565e-15 relative error 7.785905726185717e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.4259394650659998 y1[1] (numeric) 1.4259394650659987 absolute error 1.1102230246251565e-15 relative error 7.785905726185717e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.4500000000000003 y2[1] (closed_form) 1.4349655341112304 y2[1] (numeric) 1.434965534111229 absolute error 1.3322676295501878e-15 relative error 9.284317970573069e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.4349655341112304 y1[1] (numeric) 1.434965534111229 absolute error 1.3322676295501878e-15 relative error 9.284317970573069e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.4600000000000003 y2[1] (closed_form) 1.44394810696552 y2[1] (numeric) 1.443948106965519 absolute error 1.1102230246251565e-15 relative error 7.688801413773159e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.44394810696552 y1[1] (numeric) 1.443948106965519 absolute error 1.1102230246251565e-15 relative error 7.688801413773159e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.4700000000000003 y2[1] (closed_form) 1.4528862853790685 y2[1] (numeric) 1.4528862853790674 absolute error 1.1102230246251565e-15 relative error 7.641499791124336e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.4528862853790685 y1[1] (numeric) 1.4528862853790674 absolute error 1.1102230246251565e-15 relative error 7.641499791124336e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.4800000000000003 y2[1] (closed_form) 1.461779175541483 y2[1] (numeric) 1.4617791755414824 absolute error 6.661338147750939e-16 relative error 4.5570071452710337e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.461779175541483 y1[1] (numeric) 1.4617791755414824 absolute error 6.661338147750939e-16 relative error 4.5570071452710337e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.4900000000000003 y2[1] (closed_form) 1.4706258881711582 y2[1] (numeric) 1.4706258881711576 absolute error 6.661338147750939e-16 relative error 4.529593964944307e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.4706258881711582 y1[1] (numeric) 1.4706258881711576 absolute error 6.661338147750939e-16 relative error 4.529593964944307e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.5000000000000003 y2[1] (closed_form) 1.4794255386042032 y2[1] (numeric) 1.479425538604202 absolute error 1.3322676295501878e-15 relative error 9.005303712731262e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.4794255386042032 y1[1] (numeric) 1.479425538604202 absolute error 1.3322676295501878e-15 relative error 9.005303712731262e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.5100000000000003 y2[1] (closed_form) 1.4881772468829078 y2[1] (numeric) 1.4881772468829064 absolute error 1.3322676295501878e-15 relative error 8.95234510768604e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.4881772468829078 y1[1] (numeric) 1.4881772468829064 absolute error 1.3322676295501878e-15 relative error 8.95234510768604e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.5200000000000004 y2[1] (closed_form) 1.496880137843737 y2[1] (numeric) 1.4968801378437357 absolute error 1.3322676295501878e-15 relative error 8.900295994770334e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.496880137843737 y1[1] (numeric) 1.4968801378437357 absolute error 1.3322676295501878e-15 relative error 8.900295994770334e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.5300000000000004 y2[1] (closed_form) 1.5055333412048473 y2[1] (numeric) 1.505533341204846 absolute error 1.3322676295501878e-15 relative error 8.849140653929334e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.5055333412048473 y1[1] (numeric) 1.505533341204846 absolute error 1.3322676295501878e-15 relative error 8.849140653929334e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.5400000000000004 y2[1] (closed_form) 1.5141359916531134 y2[1] (numeric) 1.514135991653112 absolute error 1.3322676295501878e-15 relative error 8.798863753946143e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.5141359916531134 y1[1] (numeric) 1.514135991653112 absolute error 1.3322676295501878e-15 relative error 8.798863753946143e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.5500000000000004 y2[1] (closed_form) 1.5226872289306594 y2[1] (numeric) 1.5226872289306579 absolute error 1.5543122344752192e-15 relative error 1.020769206534141e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.5226872289306594 y1[1] (numeric) 1.522687228930658 absolute error 1.3322676295501878e-15 relative error 8.749450341721209e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.5600000000000004 y2[1] (closed_form) 1.5311861979208836 y2[1] (numeric) 1.531186197920882 absolute error 1.5543122344752192e-15 relative error 1.0151033470558558e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.5311861979208836 y1[1] (numeric) 1.5311861979208823 absolute error 1.3322676295501878e-15 relative error 8.700885831907336e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.5700000000000004 y2[1] (closed_form) 1.5396320487339694 y2[1] (numeric) 1.5396320487339679 absolute error 1.5543122344752192e-15 relative error 1.009534866303492e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.5396320487339694 y1[1] (numeric) 1.539632048733968 absolute error 1.3322676295501878e-15 relative error 8.653155996887074e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.5800000000000004 y2[1] (closed_form) 1.548023936791874 y2[1] (numeric) 1.548023936791872 absolute error 1.9984014443252818e-15 relative error 1.2909370435619816e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.548023936791874 y1[1] (numeric) 1.5480239367918722 absolute error 1.7763568394002505e-15 relative error 1.147499594277317e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 0.5900000000000004 y2[1] (closed_form) 1.556361022912784 y2[1] (numeric) 1.5563610229127822 absolute error 1.7763568394002505e-15 relative error 1.141352689542261e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.556361022912784 y1[1] (numeric) 1.5563610229127824 absolute error 1.5543122344752192e-15 relative error 9.986836033494783e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.6000000000000004 y2[1] (closed_form) 1.5646424733950357 y2[1] (numeric) 1.5646424733950337 absolute error 1.9984014443252818e-15 relative error 1.277225614353326e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.5646424733950357 y1[1] (numeric) 1.564642473395034 absolute error 1.7763568394002505e-15 relative error 1.1353116572029564e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 0.6100000000000004 y2[1] (closed_form) 1.5728674601004817 y2[1] (numeric) 1.5728674601004797 absolute error 1.9984014443252818e-15 relative error 1.270546625840689e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.5728674601004817 y1[1] (numeric) 1.57286746010048 absolute error 1.7763568394002505e-15 relative error 1.129374778525057e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 0.6200000000000004 y2[1] (closed_form) 1.5810351605373054 y2[1] (numeric) 1.5810351605373036 absolute error 1.7763568394002505e-15 relative error 1.1235403764180463e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.5810351605373054 y1[1] (numeric) 1.5810351605373039 absolute error 1.5543122344752192e-15 relative error 9.830978293657906e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.6300000000000004 y2[1] (closed_form) 1.58914475794227 y2[1] (numeric) 1.5891447579422677 absolute error 2.220446049250313e-15 relative error 1.3972585179247573e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.58914475794227 y1[1] (numeric) 1.589144757942268 absolute error 1.9984014443252818e-15 relative error 1.2575326661322816e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 0.6400000000000005 y2[1] (closed_form) 1.5971954413623926 y2[1] (numeric) 1.5971954413623908 absolute error 1.7763568394002505e-15 relative error 1.112172495236422e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.5971954413623926 y1[1] (numeric) 1.597195441362391 absolute error 1.5543122344752192e-15 relative error 9.731509333318693e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.6500000000000005 y2[1] (closed_form) 1.6051864057360399 y2[1] (numeric) 1.6051864057360385 absolute error 1.3322676295501878e-15 relative error 8.299768953869826e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.6051864057360399 y1[1] (numeric) 1.6051864057360388 absolute error 1.1102230246251565e-15 relative error 6.916474128224855e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.6600000000000005 y2[1] (closed_form) 1.6131168519734342 y2[1] (numeric) 1.613116851973433 absolute error 1.3322676295501878e-15 relative error 8.258965417913373e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.6131168519734342 y1[1] (numeric) 1.6131168519734331 absolute error 1.1102230246251565e-15 relative error 6.882471181594477e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.6700000000000005 y2[1] (closed_form) 1.6209859870365602 y2[1] (numeric) 1.620985987036559 absolute error 1.1102230246251565e-15 relative error 6.849059976482797e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.6209859870365602 y1[1] (numeric) 1.6209859870365593 absolute error 8.881784197001252e-16 relative error 5.4792479811862374e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.6800000000000005 y2[1] (closed_form) 1.628793024018469 y2[1] (numeric) 1.628793024018468 absolute error 8.881784197001252e-16 relative error 5.452985165106246e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.628793024018469 y1[1] (numeric) 1.6287930240184683 absolute error 6.661338147750939e-16 relative error 4.0897388738296844e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.6900000000000005 y2[1] (closed_form) 1.6365371822219683 y2[1] (numeric) 1.6365371822219679 absolute error 4.440892098500626e-16 relative error 2.713590712599095e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.6365371822219683 y1[1] (numeric) 1.636537182221968 absolute error 2.220446049250313e-16 relative error 1.3567953562995475e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.7000000000000005 y2[1] (closed_form) 1.6442176872376915 y2[1] (numeric) 1.6442176872376908 absolute error 6.661338147750939e-16 relative error 4.0513723939693655e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.6442176872376915 y1[1] (numeric) 1.6442176872376912 absolute error 2.220446049250313e-16 relative error 1.3504574646564551e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.7100000000000005 y2[1] (closed_form) 1.6518337710215372 y2[1] (numeric) 1.6518337710215363 absolute error 8.881784197001252e-16 relative error 5.3769237273242844e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.6518337710215372 y1[1] (numeric) 1.6518337710215367 absolute error 4.440892098500626e-16 relative error 2.6884618636621422e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.7200000000000005 y2[1] (closed_form) 1.6593846719714735 y2[1] (numeric) 1.6593846719714729 absolute error 6.661338147750939e-16 relative error 4.0143423404271715e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.6593846719714735 y1[1] (numeric) 1.6593846719714733 absolute error 2.220446049250313e-16 relative error 1.3381141134757238e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.7300000000000005 y2[1] (closed_form) 1.6668696350036982 y2[1] (numeric) 1.6668696350036976 absolute error 6.661338147750939e-16 relative error 3.996316213256929e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.6668696350036982 y1[1] (numeric) 1.666869635003698 absolute error 2.220446049250313e-16 relative error 1.3321054044189765e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.7400000000000005 y2[1] (closed_form) 1.6742879116281455 y2[1] (numeric) 1.6742879116281448 absolute error 6.661338147750939e-16 relative error 3.978609713112713e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.6742879116281455 y1[1] (numeric) 1.6742879116281453 absolute error 2.220446049250313e-16 relative error 1.3262032377042376e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.7500000000000006 y2[1] (closed_form) 1.6816387600233345 y2[1] (numeric) 1.6816387600233342 absolute error 2.220446049250313e-16 relative error 1.3204060836582419e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.6816387600233345 y1[1] (numeric) 1.6816387600233347 absolute error 2.220446049250313e-16 relative error 1.3204060836582419e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.7600000000000006 y2[1] (closed_form) 1.6889214451105516 y2[1] (numeric) 1.6889214451105514 absolute error 2.220446049250313e-16 relative error 1.3147124489883954e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.6889214451105516 y1[1] (numeric) 1.6889214451105519 absolute error 2.220446049250313e-16 relative error 1.3147124489883954e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.7700000000000006 y2[1] (closed_form) 1.6961352386273572 y2[1] (numeric) 1.6961352386273567 absolute error 4.440892098500626e-16 relative error 2.6182417518160505e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.6961352386273572 y1[1] (numeric) 1.6961352386273572 absolute error 0.0 relative error 0.0% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.7800000000000006 y2[1] (closed_form) 1.7032794192004106 y2[1] (numeric) 1.70327941920041 absolute error 6.661338147750939e-16 relative error 3.910889823865802e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.7032794192004106 y1[1] (numeric) 1.7032794192004104 absolute error 2.220446049250313e-16 relative error 1.3036299412886006e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.7900000000000006 y2[1] (closed_form) 1.7103532724176083 y2[1] (numeric) 1.7103532724176078 absolute error 4.440892098500626e-16 relative error 2.596476511676072e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.7103532724176083 y1[1] (numeric) 1.7103532724176083 absolute error 0.0 relative error 0.0% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.8000000000000006 y2[1] (closed_form) 1.7173560908995231 y2[1] (numeric) 1.7173560908995227 absolute error 4.440892098500626e-16 relative error 2.5858889266084353e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.7173560908995231 y1[1] (numeric) 1.7173560908995231 absolute error 0.0 relative error 0.0% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.8100000000000006 y2[1] (closed_form) 1.724287174370143 y2[1] (numeric) 1.7242871743701427 absolute error 2.220446049250313e-16 relative error 1.2877472397029281e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.724287174370143 y1[1] (numeric) 1.7242871743701431 absolute error 2.220446049250313e-16 relative error 1.2877472397029281e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.8200000000000006 y2[1] (closed_form) 1.7311458297268962 y2[1] (numeric) 1.731145829726896 absolute error 2.220446049250313e-16 relative error 1.2826452925693777e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.7311458297268962 y1[1] (numeric) 1.7311458297268965 absolute error 2.220446049250313e-16 relative error 1.2826452925693777e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.8300000000000006 y2[1] (closed_form) 1.737931371109963 y2[1] (numeric) 1.7379313711099629 absolute error 2.220446049250313e-16 relative error 1.2776373602325751e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.737931371109963 y1[1] (numeric) 1.7379313711099633 absolute error 2.220446049250313e-16 relative error 1.2776373602325751e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.8400000000000006 y2[1] (closed_form) 1.7446431199708599 y2[1] (numeric) 1.7446431199708592 absolute error 6.661338147750939e-16 relative error 3.818166633335419e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.7446431199708599 y1[1] (numeric) 1.7446431199708596 absolute error 2.220446049250313e-16 relative error 1.2727222111118063e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.8500000000000006 y2[1] (closed_form) 1.7512804051402933 y2[1] (numeric) 1.7512804051402924 absolute error 8.881784197001252e-16 relative error 5.071594572138059e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.7512804051402933 y1[1] (numeric) 1.751280405140293 absolute error 2.220446049250313e-16 relative error 1.2678986430345148e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.8600000000000007 y2[1] (closed_form) 1.7578425628952774 y2[1] (numeric) 1.7578425628952765 absolute error 8.881784197001252e-16 relative error 5.0526619302996024e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.7578425628952774 y1[1] (numeric) 1.7578425628952774 absolute error 0.0 relative error 0.0% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.8700000000000007 y2[1] (closed_form) 1.7643289370255055 y2[1] (numeric) 1.7643289370255044 absolute error 1.1102230246251565e-15 relative error 6.292607922062931e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.7643289370255055 y1[1] (numeric) 1.7643289370255053 absolute error 2.220446049250313e-16 relative error 1.258521584412586e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.8800000000000007 y2[1] (closed_form) 1.7707388788989697 y2[1] (numeric) 1.7707388788989686 absolute error 1.1102230246251565e-15 relative error 6.269829153553593e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.7707388788989697 y1[1] (numeric) 1.7707388788989695 absolute error 2.220446049250313e-16 relative error 1.2539658307107185e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.8900000000000007 y2[1] (closed_form) 1.7770717475268243 y2[1] (numeric) 1.7770717475268232 absolute error 1.1102230246251565e-15 relative error 6.247485652564504e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.7770717475268243 y1[1] (numeric) 1.777071747526824 absolute error 2.220446049250313e-16 relative error 1.2494971305129008e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.9000000000000007 y2[1] (closed_form) 1.7833269096274837 y2[1] (numeric) 1.7833269096274824 absolute error 1.3322676295501878e-15 relative error 7.470686514950212e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.7833269096274837 y1[1] (numeric) 1.7833269096274835 absolute error 2.220446049250313e-16 relative error 1.2451144191583686e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.9100000000000007 y2[1] (closed_form) 1.789503739689951 y2[1] (numeric) 1.7895037396899494 absolute error 1.5543122344752192e-15 relative error 8.685716604003963e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.789503739689951 y1[1] (numeric) 1.7895037396899505 absolute error 4.440892098500626e-16 relative error 2.4816333154297037e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.9200000000000007 y2[1] (closed_form) 1.7956016200363665 y2[1] (numeric) 1.7956016200363651 absolute error 1.3322676295501878e-15 relative error 7.419616994571464e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.7956016200363665 y1[1] (numeric) 1.7956016200363663 absolute error 2.220446049250313e-16 relative error 1.2366028324285775e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.9300000000000007 y2[1] (closed_form) 1.8016199408837776 y2[1] (numeric) 1.801619940883776 absolute error 1.5543122344752192e-15 relative error 8.62730367933626e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.8016199408837776 y1[1] (numeric) 1.8016199408837772 absolute error 4.440892098500626e-16 relative error 2.464943908381789e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.9400000000000007 y2[1] (closed_form) 1.8075581004051147 y2[1] (numeric) 1.8075581004051129 absolute error 1.7763568394002505e-15 relative error 9.827384464168143e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.8075581004051147 y1[1] (numeric) 1.807558100405114 absolute error 6.661338147750939e-16 relative error 3.685269174063054e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.9500000000000007 y2[1] (closed_form) 1.8134155047893743 y2[1] (numeric) 1.813415504789372 absolute error 2.220446049250313e-15 relative error 1.2244552025644088e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.8134155047893743 y1[1] (numeric) 1.8134155047893732 absolute error 1.1102230246251565e-15 relative error 6.122276012822044e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.9600000000000007 y2[1] (closed_form) 1.8191915683009987 y2[1] (numeric) 1.8191915683009963 absolute error 2.4424906541753444e-15 relative error 1.3426242165669582e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.8191915683009987 y1[1] (numeric) 1.8191915683009976 absolute error 1.1102230246251565e-15 relative error 6.102837348031628e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.9700000000000008 y2[1] (closed_form) 1.8248857133384506 y2[1] (numeric) 1.8248857133384484 absolute error 2.220446049250313e-15 relative error 1.2167589636000948e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.8248857133384506 y1[1] (numeric) 1.8248857133384497 absolute error 8.881784197001252e-16 relative error 4.8670358544003795e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.9800000000000008 y2[1] (closed_form) 1.830497370491971 y2[1] (numeric) 1.8304973704919691 absolute error 1.7763568394002505e-15 relative error 9.704230489677407e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.830497370491971 y1[1] (numeric) 1.8304973704919705 absolute error 4.440892098500626e-16 relative error 2.4260576224193518e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 0.9900000000000008 y2[1] (closed_form) 1.8360259786005209 y2[1] (numeric) 1.8360259786005193 absolute error 1.5543122344752192e-15 relative error 8.465633126062666e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.8360259786005209 y1[1] (numeric) 1.8360259786005206 absolute error 2.220446049250313e-16 relative error 1.209376160866095e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.0000000000000007 y2[1] (closed_form) 1.8414709848078967 y2[1] (numeric) 1.8414709848078952 absolute error 1.5543122344752192e-15 relative error 8.440601276361495e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.8414709848078967 y1[1] (numeric) 1.8414709848078967 absolute error 0.0 relative error 0.0% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.0099999999999996 y2[1] (closed_form) 1.846831844618015 y2[1] (numeric) 1.846831844618014 absolute error 8.881784197001252e-16 relative error 4.809200265245748e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.846831844618015 y1[1] (numeric) 1.8468318446180156 absolute error 6.661338147750939e-16 relative error 3.6069001989343115e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.0199999999999985 y2[1] (closed_form) 1.8521080219493622 y2[1] (numeric) 1.8521080219493617 absolute error 4.440892098500626e-16 relative error 2.3977500479839954e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.8521080219493622 y1[1] (numeric) 1.8521080219493633 absolute error 1.1102230246251565e-15 relative error 5.994375119959989e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.0299999999999974 y2[1] (closed_form) 1.857298989188602 y2[1] (numeric) 1.8572989891886023 absolute error 2.220446049250313e-16 relative error 1.1955242867064496e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.857298989188602 y1[1] (numeric) 1.8572989891886038 absolute error 1.7763568394002505e-15 relative error 9.564194293651596e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 TOP MAIN SOLVE Loop x[1] 1.0399999999999963 y2[1] (closed_form) 1.8624042272433365 y2[1] (numeric) 1.862404227243337 absolute error 4.440892098500626e-16 relative error 2.3844942110520627e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.8624042272433365 y1[1] (numeric) 1.8624042272433388 absolute error 2.220446049250313e-15 relative error 1.1922471055260314e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.0499999999999952 y2[1] (closed_form) 1.8674232255940146 y2[1] (numeric) 1.8674232255940155 absolute error 8.881784197001252e-16 relative error 4.756171003590264e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.8674232255940146 y1[1] (numeric) 1.8674232255940173 absolute error 2.6645352591003757e-15 relative error 1.4268513010770791e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.059999999999994 y2[1] (closed_form) 1.8723554823449833 y2[1] (numeric) 1.8723554823449848 absolute error 1.5543122344752192e-15 relative error 8.301373586006013e-14% Desired digits 8 Estimated correct digits 12 Correct digits 16 h 0.001 y1[1] (closed_form) 1.8723554823449833 y1[1] (numeric) 1.8723554823449866 absolute error 3.3306690738754696e-15 relative error 1.77886576842986e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.069999999999993 y2[1] (closed_form) 1.8772005042746782 y2[1] (numeric) 1.8772005042746804 absolute error 2.220446049250313e-15 relative error 1.182849697831431e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.8772005042746782 y1[1] (numeric) 1.8772005042746822 absolute error 3.9968028886505635e-15 relative error 2.1291294560965757e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.0799999999999919 y2[1] (closed_form) 1.8819578068849436 y2[1] (numeric) 1.881957806884946 absolute error 2.4424906541753444e-15 relative error 1.2978455974091187e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.8819578068849436 y1[1] (numeric) 1.8819578068849478 absolute error 4.218847493575595e-15 relative error 2.2417333046157505e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.0899999999999908 y2[1] (closed_form) 1.886626914449483 y2[1] (numeric) 1.8866269144494858 absolute error 2.886579864025407e-15 relative error 1.5300215648983837e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.886626914449483 y1[1] (numeric) 1.8866269144494876 absolute error 4.6629367034256575e-15 relative error 2.471573297143543e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.0999999999999897 y2[1] (closed_form) 1.8912073600614305 y2[1] (numeric) 1.8912073600614339 absolute error 3.3306690738754696e-15 relative error 1.761133730870888e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.8912073600614305 y1[1] (numeric) 1.8912073600614356 absolute error 5.10702591327572e-15 relative error 2.700405054002028e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.1099999999999886 y2[1] (closed_form) 1.8956986856800424 y2[1] (numeric) 1.8956986856800464 absolute error 3.9968028886505635e-15 relative error 2.1083534629432913e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.8956986856800424 y1[1] (numeric) 1.8956986856800484 absolute error 5.995204332975845e-15 relative error 3.1625301944149373e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.1199999999999875 y2[1] (closed_form) 1.9001004421764995 y2[1] (numeric) 1.900100442176504 absolute error 4.440892098500626e-15 relative error 2.3371880769701506e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.9001004421764995 y1[1] (numeric) 1.900100442176506 absolute error 6.439293542825908e-15 relative error 3.3889227116067187e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.1299999999999863 y2[1] (closed_form) 1.90441218937882 y2[1] (numeric) 1.9044121893788246 absolute error 4.6629367034256575e-15 relative error 2.4484913137142916e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.90441218937882 y1[1] (numeric) 1.9044121893788266 absolute error 6.661338147750939e-15 relative error 3.49784473387756e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.1399999999999852 y2[1] (closed_form) 1.908633496115877 y2[1] (numeric) 1.9086334961158822 absolute error 5.10702591327572e-15 relative error 2.6757499140975266e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.908633496115877 y1[1] (numeric) 1.9086334961158842 absolute error 7.105427357601002e-15 relative error 3.7227824891791675e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.1499999999999841 y2[1] (closed_form) 1.9127639402605146 y2[1] (numeric) 1.9127639402605199 absolute error 5.329070518200751e-15 relative error 2.786057602839869e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.9127639402605146 y1[1] (numeric) 1.9127639402605219 absolute error 7.327471962526033e-15 relative error 3.8308292039048196e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.159999999999983 y2[1] (closed_form) 1.9168031087717603 y2[1] (numeric) 1.9168031087717656 absolute error 5.329070518200751e-15 relative error 2.780186704525687e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.9168031087717603 y1[1] (numeric) 1.9168031087717676 absolute error 7.327471962526033e-15 relative error 3.822756718722819e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.169999999999982 y2[1] (closed_form) 1.9207505977361286 y2[1] (numeric) 1.920750597736134 absolute error 5.551115123125783e-15 relative error 2.890075957632679e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.9207505977361286 y1[1] (numeric) 1.920750597736136 absolute error 7.549516567451064e-15 relative error 3.9305033023804435e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.1799999999999808 y2[1] (closed_form) 1.924606012408013 y2[1] (numeric) 1.9246060124080189 absolute error 5.773159728050814e-15 relative error 2.99965795120197e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.924606012408013 y1[1] (numeric) 1.9246060124080209 absolute error 7.771561172376096e-15 relative error 4.0380010881564983e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.1899999999999797 y2[1] (closed_form) 1.9283689672491593 y2[1] (numeric) 1.9283689672491648 absolute error 5.551115123125783e-15 relative error 2.8786581911471604e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.9283689672491593 y1[1] (numeric) 1.928368967249167 absolute error 7.771561172376096e-15 relative error 4.0301214676060244e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.1999999999999786 y2[1] (closed_form) 1.9320390859672187 y2[1] (numeric) 1.9320390859672243 absolute error 5.551115123125783e-15 relative error 2.8731898663151423e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.9320390859672187 y1[1] (numeric) 1.9320390859672267 absolute error 7.993605777301127e-15 relative error 4.1373934074938045e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.2099999999999775 y2[1] (closed_form) 1.9356160015533779 y2[1] (numeric) 1.9356160015533834 absolute error 5.551115123125783e-15 relative error 2.867880364013772e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.9356160015533779 y1[1] (numeric) 1.9356160015533859 absolute error 7.993605777301127e-15 relative error 4.129747724179831e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.2199999999999764 y2[1] (closed_form) 1.9390993563190595 y2[1] (numeric) 1.939099356319065 absolute error 5.551115123125783e-15 relative error 2.862728567794131e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.9390993563190595 y1[1] (numeric) 1.9390993563190675 absolute error 7.993605777301127e-15 relative error 4.122329137623549e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.2299999999999753 y2[1] (closed_form) 1.9424888019316893 y2[1] (numeric) 1.9424888019316953 absolute error 5.995204332975845e-15 relative error 3.086352069064168e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.9424888019316893 y1[1] (numeric) 1.9424888019316977 absolute error 8.43769498715119e-15 relative error 4.3437547638680876e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.2399999999999742 y2[1] (closed_form) 1.9457839994495307 y2[1] (numeric) 1.9457839994495372 absolute error 6.439293542825908e-15 relative error 3.309356816916784e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.9457839994495307 y1[1] (numeric) 1.9457839994495396 absolute error 8.881784197001252e-15 relative error 4.564630092299012e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.2499999999999731 y2[1] (closed_form) 1.9489846193555778 y2[1] (numeric) 1.9489846193555844 absolute error 6.661338147750939e-15 relative error 3.4178505472010747e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.9489846193555778 y1[1] (numeric) 1.9489846193555869 absolute error 9.103828801926284e-15 relative error 4.671062414508135e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.259999999999972 y2[1] (closed_form) 1.952090341590507 y2[1] (numeric) 1.9520903415905142 absolute error 7.105427357601002e-15 relative error 3.639907030025928e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.952090341590507 y1[1] (numeric) 1.9520903415905166 absolute error 9.547918011776346e-15 relative error 4.89112507159734e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.269999999999971 y2[1] (closed_form) 1.9551008555846836 y2[1] (numeric) 1.9551008555846905 absolute error 6.8833827526759706e-15 relative error 3.520730264637656e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.9551008555846836 y1[1] (numeric) 1.9551008555846932 absolute error 9.547918011776346e-15 relative error 4.88359359288449e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.2799999999999698 y2[1] (closed_form) 1.9580158602892164 y2[1] (numeric) 1.9580158602892233 absolute error 6.8833827526759706e-15 relative error 3.515488762005857e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.9580158602892164 y1[1] (numeric) 1.958015860289226 absolute error 9.547918011776346e-15 relative error 4.876323121491995e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.2899999999999687 y2[1] (closed_form) 1.960835064206064 y2[1] (numeric) 1.960835064206071 absolute error 7.105427357601002e-15 relative error 3.6236741617418837e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.960835064206064 y1[1] (numeric) 1.9608350642060737 absolute error 9.769962616701378e-15 relative error 4.982551972395091e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.2999999999999676 y2[1] (closed_form) 1.9635581854171842 y2[1] (numeric) 1.9635581854171913 absolute error 7.105427357601002e-15 relative error 3.6186487420495556e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.9635581854171842 y1[1] (numeric) 1.963558185417194 absolute error 9.769962616701378e-15 relative error 4.975642020318139e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.3099999999999665 y2[1] (closed_form) 1.9661849516127254 y2[1] (numeric) 1.9661849516127323 absolute error 6.8833827526759706e-15 relative error 3.500882634174373e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.9661849516127254 y1[1] (numeric) 1.9661849516127352 absolute error 9.769962616701378e-15 relative error 4.968994706570078e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.3199999999999654 y2[1] (closed_form) 1.9687151001182568 y2[1] (numeric) 1.9687151001182637 absolute error 6.8833827526759706e-15 relative error 3.496383378307252e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.9687151001182568 y1[1] (numeric) 1.9687151001182666 absolute error 9.769962616701378e-15 relative error 4.962608665984486e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.3299999999999643 y2[1] (closed_form) 1.9711483779210361 y2[1] (numeric) 1.9711483779210428 absolute error 6.661338147750939e-15 relative error 3.379419947460592e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.9711483779210361 y1[1] (numeric) 1.9711483779210457 absolute error 9.547918011776346e-15 relative error 4.843835258026849e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.3399999999999632 y2[1] (closed_form) 1.9734845416953108 y2[1] (numeric) 1.9734845416953177 absolute error 6.8833827526759706e-15 relative error 3.487933453364088e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.9734845416953108 y1[1] (numeric) 1.9734845416953206 absolute error 9.769962616701378e-15 relative error 4.950615224129674e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.3499999999999621 y2[1] (closed_form) 1.9757233578266509 y2[1] (numeric) 1.9757233578266575 absolute error 6.661338147750939e-15 relative error 3.371594571356686e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.9757233578266509 y1[1] (numeric) 1.9757233578266604 absolute error 9.547918011776346e-15 relative error 4.83261888561125e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.359999999999961 y2[1] (closed_form) 1.9778646024353082 y2[1] (numeric) 1.9778646024353146 absolute error 6.439293542825908e-15 relative error 3.255679653145784e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.9778646024353082 y1[1] (numeric) 1.9778646024353175 absolute error 9.325873406851315e-15 relative error 4.715122256280101e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.36999999999996 y2[1] (closed_form) 1.9799080613986062 y2[1] (numeric) 1.9799080613986122 absolute error 5.995204332975845e-15 relative error 3.028021578305427e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.9799080613986062 y1[1] (numeric) 1.9799080613986153 absolute error 9.103828801926284e-15 relative error 4.598106841130463e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.3799999999999588 y2[1] (closed_form) 1.981853530372352 y2[1] (numeric) 1.9818535303723575 absolute error 5.551115123125783e-15 relative error 2.800971433082058e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.981853530372352 y1[1] (numeric) 1.9818535303723608 absolute error 8.881784197001252e-15 relative error 4.481554292931293e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.3899999999999577 y2[1] (closed_form) 1.983700814811269 y2[1] (numeric) 1.983700814811274 absolute error 5.10702591327572e-15 relative error 2.5744940341528303e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.983700814811269 y1[1] (numeric) 1.9837008148112774 absolute error 8.43769498715119e-15 relative error 4.2535118825133716e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 TOP MAIN SOLVE Loop x[1] 1.3999999999999566 y2[1] (closed_form) 1.9854497299884528 y2[1] (numeric) 1.9854497299884575 absolute error 4.6629367034256575e-15 relative error 2.3485544020561914e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 y1[1] (closed_form) 1.9854497299884528 y1[1] (numeric) 1.9854497299884608 absolute error 7.993605777301127e-15 relative error 4.0260932606677567e-13% Desired digits 8 Estimated correct digits 12 Correct digits 15 h 0.001 Finished! diff ( y2 , x , 4 ) = y1 - 1.0 ; diff ( y1 , x , 1 ) = neg ( diff ( y2 , x , 3 ) ) ; Iterations 1301 Total Elapsed Time 13 Seconds Elapsed Time(since restart) 13 Seconds Time to Timeout 2 Minutes 47.0 Seconds Percent Done 100.15384615384282%