##############ECHO OF PROBLEM################# ##############temp/expt_lin_linpostode.ode################# diff ( y , x , 1 ) = expt ( ( 0.1 * x + 0.2 ) , ( 0.2 * x + 0.3 ) ) ; ! // BEGIN FIRST INPUT BLOCK Digits=32; max_terms=30; ! // END FIRST INPUT BLOCK // BEGIN SECOND INPUT BLOCK x_start=c(0.1); x_end=c(5.0); array_y_init[0 + 1] = exact_soln_y(x_start); glob_look_poles=true; glob_type_given_pole=0; // 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 double exact_soln_y (double x) { return(c(0.0) ) ; } // END USER DEF BLOCK #######END OF ECHO OF PROBLEM################# START of Soultion TOP MAIN SOLVE Loop x[1] = 0.1 y[1] (closed_form) = 0 y[1] (numeric) = 0 absolute error = 0 relative error = -1 % Desired digits = 8 Estimated correct digits = -16 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.11 y[1] (closed_form) = 0 y[1] (numeric) = 0.006064023433184017 absolute error = 0.006064023433184017 relative error = -1 % Desired digits = 8 Estimated correct digits = 13 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.12 y[1] (closed_form) = 0 y[1] (numeric) = 0.01211848472289477 absolute error = 0.01211848472289477 relative error = -1 % Desired digits = 8 Estimated correct digits = 13 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.13 y[1] (closed_form) = 0 y[1] (numeric) = 0.01816342352590391 absolute error = 0.01816342352590391 relative error = -1 % Desired digits = 8 Estimated correct digits = 13 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.14 y[1] (closed_form) = 0 y[1] (numeric) = 0.02419892499000967 absolute error = 0.02419892499000967 relative error = -1 % Desired digits = 8 Estimated correct digits = 13 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.15 y[1] (closed_form) = 0 y[1] (numeric) = 0.03022507352042109 absolute error = 0.03022507352042109 relative error = -1 % Desired digits = 8 Estimated correct digits = 13 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.1600000000000001 y[1] (closed_form) = 0 y[1] (numeric) = 0.03624195278987383 absolute error = 0.03624195278987383 relative error = -1 % Desired digits = 8 Estimated correct digits = 13 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.1700000000000001 y[1] (closed_form) = 0 y[1] (numeric) = 0.04224964574857163 absolute error = 0.04224964574857163 relative error = -1 % Desired digits = 8 Estimated correct digits = 13 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.1800000000000001 y[1] (closed_form) = 0 y[1] (numeric) = 0.04824823463395708 absolute error = 0.04824823463395708 relative error = -1 % Desired digits = 8 Estimated correct digits = 13 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.1900000000000001 y[1] (closed_form) = 0 y[1] (numeric) = 0.05423780098031546 absolute error = 0.05423780098031546 relative error = -1 % Desired digits = 8 Estimated correct digits = 13 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.2000000000000001 y[1] (closed_form) = 0 y[1] (numeric) = 0.06021842562821528 absolute error = 0.06021842562821528 relative error = -1 % Desired digits = 8 Estimated correct digits = 13 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.2100000000000001 y[1] (closed_form) = 0 y[1] (numeric) = 0.06619018873378882 absolute error = 0.06619018873378882 relative error = -1 % Desired digits = 8 Estimated correct digits = 13 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.2200000000000001 y[1] (closed_form) = 0 y[1] (numeric) = 0.07215316977785614 absolute error = 0.07215316977785614 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.2300000000000001 y[1] (closed_form) = 0 y[1] (numeric) = 0.07810744757489611 absolute error = 0.07810744757489611 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.2400000000000001 y[1] (closed_form) = 0 y[1] (numeric) = 0.08405310028186716 absolute error = 0.08405310028186716 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.2500000000000001 y[1] (closed_form) = 0 y[1] (numeric) = 0.08999020540688142 absolute error = 0.08999020540688142 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.2600000000000001 y[1] (closed_form) = 0 y[1] (numeric) = 0.09591883981773516 absolute error = 0.09591883981773516 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.2700000000000001 y[1] (closed_form) = 0 y[1] (numeric) = 0.1018390797502981 absolute error = 0.1018390797502981 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.2800000000000001 y[1] (closed_form) = 0 y[1] (numeric) = 0.1077510008167652 absolute error = 0.1077510008167652 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.2900000000000001 y[1] (closed_form) = 0 y[1] (numeric) = 0.1136546780137734 absolute error = 0.1136546780137734 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.3000000000000002 y[1] (closed_form) = 0 y[1] (numeric) = 0.1195501857303857 absolute error = 0.1195501857303857 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.3100000000000002 y[1] (closed_form) = 0 y[1] (numeric) = 0.1254375977559462 absolute error = 0.1254375977559462 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.3200000000000002 y[1] (closed_form) = 0 y[1] (numeric) = 0.1313169872878081 absolute error = 0.1313169872878081 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.3300000000000002 y[1] (closed_form) = 0 y[1] (numeric) = 0.1371884269389369 absolute error = 0.1371884269389369 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.3400000000000002 y[1] (closed_form) = 0 y[1] (numeric) = 0.1430519887453924 absolute error = 0.1430519887453924 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.3500000000000002 y[1] (closed_form) = 0 y[1] (numeric) = 0.1489077441736907 absolute error = 0.1489077441736907 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.3600000000000002 y[1] (closed_form) = 0 y[1] (numeric) = 0.1547557641280499 absolute error = 0.1547557641280499 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.3700000000000002 y[1] (closed_form) = 0 y[1] (numeric) = 0.1605961189575203 absolute error = 0.1605961189575203 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.3800000000000002 y[1] (closed_form) = 0 y[1] (numeric) = 0.1664288784630027 absolute error = 0.1664288784630027 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.3900000000000002 y[1] (closed_form) = 0 y[1] (numeric) = 0.1722541119041566 absolute error = 0.1722541119041566 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.4000000000000002 y[1] (closed_form) = 0 y[1] (numeric) = 0.1780718880061997 absolute error = 0.1780718880061997 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.4100000000000003 y[1] (closed_form) = 0 y[1] (numeric) = 0.1838822749666027 absolute error = 0.1838822749666027 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.4200000000000003 y[1] (closed_form) = 0 y[1] (numeric) = 0.1896853404616791 absolute error = 0.1896853404616791 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.4300000000000003 y[1] (closed_form) = 0 y[1] (numeric) = 0.1954811516530736 absolute error = 0.1954811516530736 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.4400000000000003 y[1] (closed_form) = 0 y[1] (numeric) = 0.201269775194151 absolute error = 0.201269775194151 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.4500000000000003 y[1] (closed_form) = 0 y[1] (numeric) = 0.2070512772362866 absolute error = 0.2070512772362866 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.4600000000000003 y[1] (closed_form) = 0 y[1] (numeric) = 0.2128257234350611 absolute error = 0.2128257234350611 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.4700000000000003 y[1] (closed_form) = 0 y[1] (numeric) = 0.218593178956361 absolute error = 0.218593178956361 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.4800000000000003 y[1] (closed_form) = 0 y[1] (numeric) = 0.2243537084823866 absolute error = 0.2243537084823866 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.4900000000000003 y[1] (closed_form) = 0 y[1] (numeric) = 0.2301073762175693 absolute error = 0.2301073762175693 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.5000000000000003 y[1] (closed_form) = 0 y[1] (numeric) = 0.2358542458944004 absolute error = 0.2358542458944004 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.5100000000000003 y[1] (closed_form) = 0 y[1] (numeric) = 0.2415943807791723 absolute error = 0.2415943807791723 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.5200000000000004 y[1] (closed_form) = 0 y[1] (numeric) = 0.2473278436776337 absolute error = 0.2473278436776337 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.5300000000000004 y[1] (closed_form) = 0 y[1] (numeric) = 0.2530546969405618 absolute error = 0.2530546969405618 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.5400000000000004 y[1] (closed_form) = 0 y[1] (numeric) = 0.2587750024692511 absolute error = 0.2587750024692511 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.5500000000000004 y[1] (closed_form) = 0 y[1] (numeric) = 0.2644888217209218 absolute error = 0.2644888217209218 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.5600000000000004 y[1] (closed_form) = 0 y[1] (numeric) = 0.2701962157140483 absolute error = 0.2701962157140483 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.5700000000000004 y[1] (closed_form) = 0 y[1] (numeric) = 0.275897245033611 absolute error = 0.275897245033611 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.5800000000000004 y[1] (closed_form) = 0 y[1] (numeric) = 0.2815919698362691 absolute error = 0.2815919698362691 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.5900000000000004 y[1] (closed_form) = 0 y[1] (numeric) = 0.2872804498554618 absolute error = 0.2872804498554618 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.6000000000000004 y[1] (closed_form) = 0 y[1] (numeric) = 0.2929627444064318 absolute error = 0.2929627444064318 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.6100000000000004 y[1] (closed_form) = 0 y[1] (numeric) = 0.2986389123911801 absolute error = 0.2986389123911801 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.6200000000000004 y[1] (closed_form) = 0 y[1] (numeric) = 0.3043090123033465 absolute error = 0.3043090123033465 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.6300000000000004 y[1] (closed_form) = 0 y[1] (numeric) = 0.3099731022330225 absolute error = 0.3099731022330225 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.6400000000000005 y[1] (closed_form) = 0 y[1] (numeric) = 0.3156312398714951 absolute error = 0.3156312398714951 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.6500000000000005 y[1] (closed_form) = 0 y[1] (numeric) = 0.3212834825159223 absolute error = 0.3212834825159223 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.6600000000000005 y[1] (closed_form) = 0 y[1] (numeric) = 0.3269298870739434 absolute error = 0.3269298870739434 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.6700000000000005 y[1] (closed_form) = 0 y[1] (numeric) = 0.3325705100682247 absolute error = 0.3325705100682247 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.6800000000000005 y[1] (closed_form) = 0 y[1] (numeric) = 0.3382054076409401 absolute error = 0.3382054076409401 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.6900000000000005 y[1] (closed_form) = 0 y[1] (numeric) = 0.3438346355581899 absolute error = 0.3438346355581899 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.7000000000000005 y[1] (closed_form) = 0 y[1] (numeric) = 0.3494582492143581 absolute error = 0.3494582492143581 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.7100000000000005 y[1] (closed_form) = 0 y[1] (numeric) = 0.3550763036364086 absolute error = 0.3550763036364086 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.7200000000000005 y[1] (closed_form) = 0 y[1] (numeric) = 0.3606888534881224 absolute error = 0.3606888534881224 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.7300000000000005 y[1] (closed_form) = 0 y[1] (numeric) = 0.3662959530742764 absolute error = 0.3662959530742764 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.7400000000000005 y[1] (closed_form) = 0 y[1] (numeric) = 0.3718976563447642 absolute error = 0.3718976563447642 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.7500000000000006 y[1] (closed_form) = 0 y[1] (numeric) = 0.3774940168986615 absolute error = 0.3774940168986615 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.7600000000000006 y[1] (closed_form) = 0 y[1] (numeric) = 0.3830850879882354 absolute error = 0.3830850879882354 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.7700000000000006 y[1] (closed_form) = 0 y[1] (numeric) = 0.3886709225228989 absolute error = 0.3886709225228989 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.7800000000000006 y[1] (closed_form) = 0 y[1] (numeric) = 0.3942515730731127 absolute error = 0.3942515730731127 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.7900000000000006 y[1] (closed_form) = 0 y[1] (numeric) = 0.3998270918742337 absolute error = 0.3998270918742337 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.8000000000000006 y[1] (closed_form) = 0 y[1] (numeric) = 0.4053975308303124 absolute error = 0.4053975308303124 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.8100000000000006 y[1] (closed_form) = 0 y[1] (numeric) = 0.4109629415178386 absolute error = 0.4109629415178386 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.8200000000000006 y[1] (closed_form) = 0 y[1] (numeric) = 0.4165233751894371 absolute error = 0.4165233751894371 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.8300000000000006 y[1] (closed_form) = 0 y[1] (numeric) = 0.4220788827775159 absolute error = 0.4220788827775159 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.8400000000000006 y[1] (closed_form) = 0 y[1] (numeric) = 0.4276295148978638 absolute error = 0.4276295148978638 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.8500000000000006 y[1] (closed_form) = 0 y[1] (numeric) = 0.4331753218532016 absolute error = 0.4331753218532016 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.8600000000000007 y[1] (closed_form) = 0 y[1] (numeric) = 0.4387163536366868 absolute error = 0.4387163536366868 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.8700000000000007 y[1] (closed_form) = 0 y[1] (numeric) = 0.4442526599353714 absolute error = 0.4442526599353714 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.8800000000000007 y[1] (closed_form) = 0 y[1] (numeric) = 0.4497842901336156 absolute error = 0.4497842901336156 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.8900000000000007 y[1] (closed_form) = 0 y[1] (numeric) = 0.4553112933164561 absolute error = 0.4553112933164561 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.9000000000000007 y[1] (closed_form) = 0 y[1] (numeric) = 0.4608337182729314 absolute error = 0.4608337182729314 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.9100000000000007 y[1] (closed_form) = 0 y[1] (numeric) = 0.4663516134993633 absolute error = 0.4663516134993633 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.9200000000000007 y[1] (closed_form) = 0 y[1] (numeric) = 0.4718650272025968 absolute error = 0.4718650272025968 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.9300000000000007 y[1] (closed_form) = 0 y[1] (numeric) = 0.4773740073031986 absolute error = 0.4773740073031986 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.9400000000000007 y[1] (closed_form) = 0 y[1] (numeric) = 0.4828786014386131 absolute error = 0.4828786014386131 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.9500000000000007 y[1] (closed_form) = 0 y[1] (numeric) = 0.4883788569662802 absolute error = 0.4883788569662802 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.9600000000000007 y[1] (closed_form) = 0 y[1] (numeric) = 0.4938748209667119 absolute error = 0.4938748209667119 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.9700000000000008 y[1] (closed_form) = 0 y[1] (numeric) = 0.4993665402465308 absolute error = 0.4993665402465308 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.9800000000000008 y[1] (closed_form) = 0 y[1] (numeric) = 0.5048540613414698 absolute error = 0.5048540613414698 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 0.9900000000000008 y[1] (closed_form) = 0 y[1] (numeric) = 0.510337430519334 absolute error = 0.510337430519334 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.000000000000001 y[1] (closed_form) = 0 y[1] (numeric) = 0.5158166937829261 absolute error = 0.5158166937829261 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.01 y[1] (closed_form) = 0 y[1] (numeric) = 0.521291896872934 absolute error = 0.521291896872934 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.019999999999998 y[1] (closed_form) = 0 y[1] (numeric) = 0.5267630852707843 absolute error = 0.5267630852707843 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.029999999999997 y[1] (closed_form) = 0 y[1] (numeric) = 0.5322303042014577 absolute error = 0.5322303042014577 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.039999999999996 y[1] (closed_form) = 0 y[1] (numeric) = 0.5376935986362725 absolute error = 0.5376935986362725 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.049999999999995 y[1] (closed_form) = 0 y[1] (numeric) = 0.543153013295632 absolute error = 0.543153013295632 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.059999999999994 y[1] (closed_form) = 0 y[1] (numeric) = 0.5486085926517384 absolute error = 0.5486085926517384 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.069999999999993 y[1] (closed_form) = 0 y[1] (numeric) = 0.5540603809312737 absolute error = 0.5540603809312737 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.079999999999992 y[1] (closed_form) = 0 y[1] (numeric) = 0.5595084221180475 absolute error = 0.5595084221180475 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.089999999999991 y[1] (closed_form) = 0 y[1] (numeric) = 0.5649527599556131 absolute error = 0.5649527599556131 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.09999999999999 y[1] (closed_form) = 0 y[1] (numeric) = 0.5703934379498519 absolute error = 0.5703934379498519 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.109999999999989 y[1] (closed_form) = 0 y[1] (numeric) = 0.5758304993715262 absolute error = 0.5758304993715262 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.119999999999987 y[1] (closed_form) = 0 y[1] (numeric) = 0.5812639872588004 absolute error = 0.5812639872588004 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.129999999999986 y[1] (closed_form) = 0 y[1] (numeric) = 0.5866939444197343 absolute error = 0.5866939444197343 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.139999999999985 y[1] (closed_form) = 0 y[1] (numeric) = 0.5921204134347449 absolute error = 0.5921204134347449 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.149999999999984 y[1] (closed_form) = 0 y[1] (numeric) = 0.5975434366590382 absolute error = 0.5975434366590382 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.159999999999983 y[1] (closed_form) = 0 y[1] (numeric) = 0.602963056225014 absolute error = 0.602963056225014 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.169999999999982 y[1] (closed_form) = 0 y[1] (numeric) = 0.6083793140446406 absolute error = 0.6083793140446406 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.179999999999981 y[1] (closed_form) = 0 y[1] (numeric) = 0.6137922518118027 absolute error = 0.6137922518118027 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.18999999999998 y[1] (closed_form) = 0 y[1] (numeric) = 0.6192019110046209 absolute error = 0.6192019110046209 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.199999999999979 y[1] (closed_form) = 0 y[1] (numeric) = 0.6246083328877432 absolute error = 0.6246083328877432 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.209999999999978 y[1] (closed_form) = 0 y[1] (numeric) = 0.6300115585146124 absolute error = 0.6300115585146124 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.219999999999976 y[1] (closed_form) = 0 y[1] (numeric) = 0.6354116287297044 absolute error = 0.6354116287297044 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.229999999999975 y[1] (closed_form) = 0 y[1] (numeric) = 0.6408085841707408 absolute error = 0.6408085841707408 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.239999999999974 y[1] (closed_form) = 0 y[1] (numeric) = 0.6462024652708784 absolute error = 0.6462024652708784 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.249999999999973 y[1] (closed_form) = 0 y[1] (numeric) = 0.6515933122608702 absolute error = 0.6515933122608702 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.259999999999972 y[1] (closed_form) = 0 y[1] (numeric) = 0.6569811651712031 absolute error = 0.6569811651712031 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.269999999999971 y[1] (closed_form) = 0 y[1] (numeric) = 0.6623660638342116 absolute error = 0.6623660638342116 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.27999999999997 y[1] (closed_form) = 0 y[1] (numeric) = 0.6677480478861668 absolute error = 0.6677480478861668 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.289999999999969 y[1] (closed_form) = 0 y[1] (numeric) = 0.6731271567693408 absolute error = 0.6731271567693408 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.299999999999968 y[1] (closed_form) = 0 y[1] (numeric) = 0.6785034297340491 absolute error = 0.6785034297340491 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.309999999999967 y[1] (closed_form) = 0 y[1] (numeric) = 0.6838769058406686 absolute error = 0.6838769058406686 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.319999999999965 y[1] (closed_form) = 0 y[1] (numeric) = 0.6892476239616347 absolute error = 0.6892476239616347 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.329999999999964 y[1] (closed_form) = 0 y[1] (numeric) = 0.6946156227834135 absolute error = 0.6946156227834135 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.339999999999963 y[1] (closed_form) = 0 y[1] (numeric) = 0.699980940808454 absolute error = 0.699980940808454 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.349999999999962 y[1] (closed_form) = 0 y[1] (numeric) = 0.7053436163571171 absolute error = 0.7053436163571171 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.359999999999961 y[1] (closed_form) = 0 y[1] (numeric) = 0.7107036875695847 absolute error = 0.7107036875695847 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.36999999999996 y[1] (closed_form) = 0 y[1] (numeric) = 0.7160611924077456 absolute error = 0.7160611924077456 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.379999999999959 y[1] (closed_form) = 0 y[1] (numeric) = 0.7214161686570626 absolute error = 0.7214161686570626 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.389999999999958 y[1] (closed_form) = 0 y[1] (numeric) = 0.7267686539284172 absolute error = 0.7267686539284172 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.399999999999957 y[1] (closed_form) = 0 y[1] (numeric) = 0.7321186856599353 absolute error = 0.7321186856599353 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.409999999999956 y[1] (closed_form) = 0 y[1] (numeric) = 0.7374663011187932 absolute error = 0.7374663011187932 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.419999999999954 y[1] (closed_form) = 0 y[1] (numeric) = 0.7428115374030022 absolute error = 0.7428115374030022 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.429999999999953 y[1] (closed_form) = 0 y[1] (numeric) = 0.7481544314431756 absolute error = 0.7481544314431756 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.439999999999952 y[1] (closed_form) = 0 y[1] (numeric) = 0.7534950200042756 absolute error = 0.7534950200042756 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.449999999999951 y[1] (closed_form) = 0 y[1] (numeric) = 0.7588333396873413 absolute error = 0.7588333396873413 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.45999999999995 y[1] (closed_form) = 0 y[1] (numeric) = 0.7641694269311988 absolute error = 0.7641694269311988 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.469999999999949 y[1] (closed_form) = 0 y[1] (numeric) = 0.7695033180141523 absolute error = 0.7695033180141523 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.479999999999948 y[1] (closed_form) = 0 y[1] (numeric) = 0.7748350490556569 absolute error = 0.7748350490556569 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.489999999999947 y[1] (closed_form) = 0 y[1] (numeric) = 0.7801646560179751 absolute error = 0.7801646560179751 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.499999999999946 y[1] (closed_form) = 0 y[1] (numeric) = 0.785492174707814 absolute error = 0.785492174707814 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.509999999999944 y[1] (closed_form) = 0 y[1] (numeric) = 0.7908176407779448 absolute error = 0.7908176407779448 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.519999999999943 y[1] (closed_form) = 0 y[1] (numeric) = 0.7961410897288078 absolute error = 0.7961410897288078 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.529999999999942 y[1] (closed_form) = 0 y[1] (numeric) = 0.8014625569100983 absolute error = 0.8014625569100983 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.539999999999941 y[1] (closed_form) = 0 y[1] (numeric) = 0.8067820775223361 absolute error = 0.8067820775223361 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.54999999999994 y[1] (closed_form) = 0 y[1] (numeric) = 0.8120996866184196 absolute error = 0.8120996866184196 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.559999999999939 y[1] (closed_form) = 0 y[1] (numeric) = 0.8174154191051624 absolute error = 0.8174154191051624 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.569999999999938 y[1] (closed_form) = 0 y[1] (numeric) = 0.8227293097448153 absolute error = 0.8227293097448153 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.579999999999937 y[1] (closed_form) = 0 y[1] (numeric) = 0.8280413931565712 absolute error = 0.8280413931565712 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.589999999999936 y[1] (closed_form) = 0 y[1] (numeric) = 0.8333517038180565 absolute error = 0.8333517038180565 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.599999999999935 y[1] (closed_form) = 0 y[1] (numeric) = 0.8386602760668044 absolute error = 0.8386602760668044 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.609999999999933 y[1] (closed_form) = 0 y[1] (numeric) = 0.843967144101715 absolute error = 0.843967144101715 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.619999999999932 y[1] (closed_form) = 0 y[1] (numeric) = 0.8492723419845007 absolute error = 0.8492723419845007 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.629999999999931 y[1] (closed_form) = 0 y[1] (numeric) = 0.854575903641116 absolute error = 0.854575903641116 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.63999999999993 y[1] (closed_form) = 0 y[1] (numeric) = 0.8598778628631722 absolute error = 0.8598778628631722 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.649999999999929 y[1] (closed_form) = 0 y[1] (numeric) = 0.8651782533093398 absolute error = 0.8651782533093398 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.659999999999928 y[1] (closed_form) = 0 y[1] (numeric) = 0.8704771085067351 absolute error = 0.8704771085067351 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.669999999999927 y[1] (closed_form) = 0 y[1] (numeric) = 0.8757744618522938 absolute error = 0.8757744618522938 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.679999999999926 y[1] (closed_form) = 0 y[1] (numeric) = 0.8810703466141298 absolute error = 0.8810703466141298 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.689999999999925 y[1] (closed_form) = 0 y[1] (numeric) = 0.8863647959328816 absolute error = 0.8863647959328816 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.699999999999924 y[1] (closed_form) = 0 y[1] (numeric) = 0.8916578428230452 absolute error = 0.8916578428230452 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.709999999999922 y[1] (closed_form) = 0 y[1] (numeric) = 0.8969495201742925 absolute error = 0.8969495201742925 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.719999999999921 y[1] (closed_form) = 0 y[1] (numeric) = 0.9022398607527787 absolute error = 0.9022398607527787 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.72999999999992 y[1] (closed_form) = 0 y[1] (numeric) = 0.9075288972024349 absolute error = 0.9075288972024349 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.739999999999919 y[1] (closed_form) = 0 y[1] (numeric) = 0.9128166620462492 absolute error = 0.9128166620462492 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.749999999999918 y[1] (closed_form) = 0 y[1] (numeric) = 0.9181031876875355 absolute error = 0.9181031876875355 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.759999999999917 y[1] (closed_form) = 0 y[1] (numeric) = 0.9233885064111884 absolute error = 0.9233885064111884 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.769999999999916 y[1] (closed_form) = 0 y[1] (numeric) = 0.928672650384928 absolute error = 0.928672650384928 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.779999999999915 y[1] (closed_form) = 0 y[1] (numeric) = 0.9339556516605309 absolute error = 0.9339556516605309 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.789999999999914 y[1] (closed_form) = 0 y[1] (numeric) = 0.93923754217505 absolute error = 0.93923754217505 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.799999999999913 y[1] (closed_form) = 0 y[1] (numeric) = 0.9445183537520232 absolute error = 0.9445183537520232 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.809999999999911 y[1] (closed_form) = 0 y[1] (numeric) = 0.9497981181026695 absolute error = 0.9497981181026695 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.81999999999991 y[1] (closed_form) = 0 y[1] (numeric) = 0.9550768668270743 absolute error = 0.9550768668270743 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.829999999999909 y[1] (closed_form) = 0 y[1] (numeric) = 0.9603546314153629 absolute error = 0.9603546314153629 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.839999999999908 y[1] (closed_form) = 0 y[1] (numeric) = 0.9656314432488641 absolute error = 0.9656314432488641 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.849999999999907 y[1] (closed_form) = 0 y[1] (numeric) = 0.9709073336012608 absolute error = 0.9709073336012608 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.859999999999906 y[1] (closed_form) = 0 y[1] (numeric) = 0.9761823336397319 absolute error = 0.9761823336397319 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.869999999999905 y[1] (closed_form) = 0 y[1] (numeric) = 0.9814564744260822 absolute error = 0.9814564744260822 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.879999999999904 y[1] (closed_form) = 0 y[1] (numeric) = 0.9867297869178617 absolute error = 0.9867297869178617 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.889999999999903 y[1] (closed_form) = 0 y[1] (numeric) = 0.9920023019694753 absolute error = 0.9920023019694753 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.899999999999902 y[1] (closed_form) = 0 y[1] (numeric) = 0.9972740503332815 absolute error = 0.9972740503332815 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.9099999999999 y[1] (closed_form) = 0 y[1] (numeric) = 1.002545062660682 absolute error = 1.002545062660682 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.919999999999899 y[1] (closed_form) = 0 y[1] (numeric) = 1.007815369503197 absolute error = 1.007815369503197 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.929999999999898 y[1] (closed_form) = 0 y[1] (numeric) = 1.013085001313541 absolute error = 1.013085001313541 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.939999999999897 y[1] (closed_form) = 0 y[1] (numeric) = 1.018353988446674 absolute error = 1.018353988446674 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.949999999999896 y[1] (closed_form) = 0 y[1] (numeric) = 1.023622361160856 absolute error = 1.023622361160856 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.959999999999895 y[1] (closed_form) = 0 y[1] (numeric) = 1.028890149618685 absolute error = 1.028890149618685 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.969999999999894 y[1] (closed_form) = 0 y[1] (numeric) = 1.034157383888128 absolute error = 1.034157383888128 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.979999999999893 y[1] (closed_form) = 0 y[1] (numeric) = 1.039424093943542 absolute error = 1.039424093943542 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.989999999999892 y[1] (closed_form) = 0 y[1] (numeric) = 1.044690309666685 absolute error = 1.044690309666685 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 1.999999999999891 y[1] (closed_form) = 0 y[1] (numeric) = 1.04995606084772 absolute error = 1.04995606084772 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.00999999999989 y[1] (closed_form) = 0 y[1] (numeric) = 1.055221377186211 absolute error = 1.055221377186211 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.019999999999889 y[1] (closed_form) = 0 y[1] (numeric) = 1.060486288292102 absolute error = 1.060486288292102 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.029999999999887 y[1] (closed_form) = 0 y[1] (numeric) = 1.065750823686701 absolute error = 1.065750823686701 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.039999999999886 y[1] (closed_form) = 0 y[1] (numeric) = 1.071015012803642 absolute error = 1.071015012803642 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.049999999999885 y[1] (closed_form) = 0 y[1] (numeric) = 1.076278884989845 absolute error = 1.076278884989845 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.059999999999884 y[1] (closed_form) = 0 y[1] (numeric) = 1.081542469506471 absolute error = 1.081542469506471 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.069999999999883 y[1] (closed_form) = 0 y[1] (numeric) = 1.086805795529859 absolute error = 1.086805795529859 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.079999999999882 y[1] (closed_form) = 0 y[1] (numeric) = 1.092068892152466 absolute error = 1.092068892152466 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.089999999999881 y[1] (closed_form) = 0 y[1] (numeric) = 1.097331788383786 absolute error = 1.097331788383786 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.09999999999988 y[1] (closed_form) = 0 y[1] (numeric) = 1.102594513151276 absolute error = 1.102594513151276 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.109999999999879 y[1] (closed_form) = 0 y[1] (numeric) = 1.107857095301261 absolute error = 1.107857095301261 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.119999999999878 y[1] (closed_form) = 0 y[1] (numeric) = 1.113119563599839 absolute error = 1.113119563599839 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.129999999999876 y[1] (closed_form) = 0 y[1] (numeric) = 1.118381946733775 absolute error = 1.118381946733775 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.139999999999875 y[1] (closed_form) = 0 y[1] (numeric) = 1.123644273311388 absolute error = 1.123644273311388 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.149999999999874 y[1] (closed_form) = 0 y[1] (numeric) = 1.12890657186343 absolute error = 1.12890657186343 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.159999999999873 y[1] (closed_form) = 0 y[1] (numeric) = 1.134168870843961 absolute error = 1.134168870843961 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.169999999999872 y[1] (closed_form) = 0 y[1] (numeric) = 1.139431198631212 absolute error = 1.139431198631212 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.179999999999871 y[1] (closed_form) = 0 y[1] (numeric) = 1.14469358352844 absolute error = 1.14469358352844 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.18999999999987 y[1] (closed_form) = 0 y[1] (numeric) = 1.149956053764787 absolute error = 1.149956053764787 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.199999999999869 y[1] (closed_form) = 0 y[1] (numeric) = 1.155218637496111 absolute error = 1.155218637496111 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.209999999999868 y[1] (closed_form) = 0 y[1] (numeric) = 1.160481362805833 absolute error = 1.160481362805833 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.219999999999867 y[1] (closed_form) = 0 y[1] (numeric) = 1.165744257705762 absolute error = 1.165744257705762 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.229999999999865 y[1] (closed_form) = 0 y[1] (numeric) = 1.171007350136919 absolute error = 1.171007350136919 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.239999999999864 y[1] (closed_form) = 0 y[1] (numeric) = 1.176270667970352 absolute error = 1.176270667970352 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.249999999999863 y[1] (closed_form) = 0 y[1] (numeric) = 1.181534239007944 absolute error = 1.181534239007944 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.259999999999862 y[1] (closed_form) = 0 y[1] (numeric) = 1.186798090983219 absolute error = 1.186798090983219 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.269999999999861 y[1] (closed_form) = 0 y[1] (numeric) = 1.192062251562137 absolute error = 1.192062251562137 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.27999999999986 y[1] (closed_form) = 0 y[1] (numeric) = 1.197326748343882 absolute error = 1.197326748343882 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.289999999999859 y[1] (closed_form) = 0 y[1] (numeric) = 1.202591608861649 absolute error = 1.202591608861649 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.299999999999858 y[1] (closed_form) = 0 y[1] (numeric) = 1.207856860583418 absolute error = 1.207856860583418 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.309999999999857 y[1] (closed_form) = 0 y[1] (numeric) = 1.213122530912725 absolute error = 1.213122530912725 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.319999999999856 y[1] (closed_form) = 0 y[1] (numeric) = 1.218388647189429 absolute error = 1.218388647189429 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.329999999999854 y[1] (closed_form) = 0 y[1] (numeric) = 1.223655236690471 absolute error = 1.223655236690471 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.339999999999853 y[1] (closed_form) = 0 y[1] (numeric) = 1.228922326630624 absolute error = 1.228922326630624 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.349999999999852 y[1] (closed_form) = 0 y[1] (numeric) = 1.234189944163242 absolute error = 1.234189944163242 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.359999999999851 y[1] (closed_form) = 0 y[1] (numeric) = 1.239458116381003 absolute error = 1.239458116381003 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.36999999999985 y[1] (closed_form) = 0 y[1] (numeric) = 1.244726870316639 absolute error = 1.244726870316639 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.379999999999849 y[1] (closed_form) = 0 y[1] (numeric) = 1.249996232943671 absolute error = 1.249996232943671 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.389999999999848 y[1] (closed_form) = 0 y[1] (numeric) = 1.255266231177131 absolute error = 1.255266231177131 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.399999999999847 y[1] (closed_form) = 0 y[1] (numeric) = 1.26053689187428 absolute error = 1.26053689187428 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.409999999999846 y[1] (closed_form) = 0 y[1] (numeric) = 1.265808241835322 absolute error = 1.265808241835322 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.419999999999844 y[1] (closed_form) = 0 y[1] (numeric) = 1.271080307804109 absolute error = 1.271080307804109 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.429999999999843 y[1] (closed_form) = 0 y[1] (numeric) = 1.276353116468847 absolute error = 1.276353116468847 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.439999999999842 y[1] (closed_form) = 0 y[1] (numeric) = 1.281626694462792 absolute error = 1.281626694462792 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.449999999999841 y[1] (closed_form) = 0 y[1] (numeric) = 1.286901068364939 absolute error = 1.286901068364939 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.45999999999984 y[1] (closed_form) = 0 y[1] (numeric) = 1.292176264700711 absolute error = 1.292176264700711 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.469999999999839 y[1] (closed_form) = 0 y[1] (numeric) = 1.29745230994264 absolute error = 1.29745230994264 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.479999999999838 y[1] (closed_form) = 0 y[1] (numeric) = 1.302729230511041 absolute error = 1.302729230511041 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.489999999999837 y[1] (closed_form) = 0 y[1] (numeric) = 1.308007052774688 absolute error = 1.308007052774688 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.499999999999836 y[1] (closed_form) = 0 y[1] (numeric) = 1.313285803051476 absolute error = 1.313285803051476 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.509999999999835 y[1] (closed_form) = 0 y[1] (numeric) = 1.318565507609085 absolute error = 1.318565507609085 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.519999999999833 y[1] (closed_form) = 0 y[1] (numeric) = 1.323846192665633 absolute error = 1.323846192665633 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.529999999999832 y[1] (closed_form) = 0 y[1] (numeric) = 1.329127884390334 absolute error = 1.329127884390334 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.539999999999831 y[1] (closed_form) = 0 y[1] (numeric) = 1.33441060890414 absolute error = 1.33441060890414 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.54999999999983 y[1] (closed_form) = 0 y[1] (numeric) = 1.339694392280386 absolute error = 1.339694392280386 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.559999999999829 y[1] (closed_form) = 0 y[1] (numeric) = 1.344979260545426 absolute error = 1.344979260545426 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.569999999999828 y[1] (closed_form) = 0 y[1] (numeric) = 1.350265239679268 absolute error = 1.350265239679268 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.579999999999827 y[1] (closed_form) = 0 y[1] (numeric) = 1.355552355616203 absolute error = 1.355552355616203 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.589999999999826 y[1] (closed_form) = 0 y[1] (numeric) = 1.360840634245429 absolute error = 1.360840634245429 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.599999999999825 y[1] (closed_form) = 0 y[1] (numeric) = 1.366130101411668 absolute error = 1.366130101411668 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.609999999999824 y[1] (closed_form) = 0 y[1] (numeric) = 1.371420782915789 absolute error = 1.371420782915789 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.619999999999822 y[1] (closed_form) = 0 y[1] (numeric) = 1.37671270451541 absolute error = 1.37671270451541 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.629999999999821 y[1] (closed_form) = 0 y[1] (numeric) = 1.382005891925514 absolute error = 1.382005891925514 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.63999999999982 y[1] (closed_form) = 0 y[1] (numeric) = 1.387300370819046 absolute error = 1.387300370819046 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.649999999999819 y[1] (closed_form) = 0 y[1] (numeric) = 1.392596166827512 absolute error = 1.392596166827512 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.659999999999818 y[1] (closed_form) = 0 y[1] (numeric) = 1.397893305541578 absolute error = 1.397893305541578 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.669999999999817 y[1] (closed_form) = 0 y[1] (numeric) = 1.403191812511657 absolute error = 1.403191812511657 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.679999999999816 y[1] (closed_form) = 0 y[1] (numeric) = 1.408491713248498 absolute error = 1.408491713248498 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.689999999999815 y[1] (closed_form) = 0 y[1] (numeric) = 1.413793033223764 absolute error = 1.413793033223764 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.699999999999814 y[1] (closed_form) = 0 y[1] (numeric) = 1.419095797870617 absolute error = 1.419095797870617 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.709999999999813 y[1] (closed_form) = 0 y[1] (numeric) = 1.42440003258429 absolute error = 1.42440003258429 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.719999999999811 y[1] (closed_form) = 0 y[1] (numeric) = 1.429705762722655 absolute error = 1.429705762722655 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.72999999999981 y[1] (closed_form) = 0 y[1] (numeric) = 1.435013013606798 absolute error = 1.435013013606798 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.739999999999809 y[1] (closed_form) = 0 y[1] (numeric) = 1.440321810521574 absolute error = 1.440321810521574 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.749999999999808 y[1] (closed_form) = 0 y[1] (numeric) = 1.445632178716173 absolute error = 1.445632178716173 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.759999999999807 y[1] (closed_form) = 0 y[1] (numeric) = 1.450944143404672 absolute error = 1.450944143404672 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.769999999999806 y[1] (closed_form) = 0 y[1] (numeric) = 1.456257729766593 absolute error = 1.456257729766593 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.779999999999805 y[1] (closed_form) = 0 y[1] (numeric) = 1.461572962947445 absolute error = 1.461572962947445 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.789999999999804 y[1] (closed_form) = 0 y[1] (numeric) = 1.466889868059275 absolute error = 1.466889868059275 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.799999999999803 y[1] (closed_form) = 0 y[1] (numeric) = 1.472208470181209 absolute error = 1.472208470181209 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.809999999999802 y[1] (closed_form) = 0 y[1] (numeric) = 1.47752879435999 absolute error = 1.47752879435999 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.8199999999998 y[1] (closed_form) = 0 y[1] (numeric) = 1.48285086561051 absolute error = 1.48285086561051 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.829999999999799 y[1] (closed_form) = 0 y[1] (numeric) = 1.488174708916349 absolute error = 1.488174708916349 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.839999999999798 y[1] (closed_form) = 0 y[1] (numeric) = 1.493500349230296 absolute error = 1.493500349230296 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.849999999999797 y[1] (closed_form) = 0 y[1] (numeric) = 1.498827811474881 absolute error = 1.498827811474881 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.859999999999796 y[1] (closed_form) = 0 y[1] (numeric) = 1.50415712054289 absolute error = 1.50415712054289 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.869999999999795 y[1] (closed_form) = 0 y[1] (numeric) = 1.50948830129789 absolute error = 1.50948830129789 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.879999999999794 y[1] (closed_form) = 0 y[1] (numeric) = 1.514821378574742 absolute error = 1.514821378574742 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.889999999999793 y[1] (closed_form) = 0 y[1] (numeric) = 1.520156377180111 absolute error = 1.520156377180111 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.899999999999792 y[1] (closed_form) = 0 y[1] (numeric) = 1.52549332189298 absolute error = 1.52549332189298 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.909999999999791 y[1] (closed_form) = 0 y[1] (numeric) = 1.530832237465153 absolute error = 1.530832237465153 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.919999999999789 y[1] (closed_form) = 0 y[1] (numeric) = 1.53617314862176 absolute error = 1.53617314862176 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.929999999999788 y[1] (closed_form) = 0 y[1] (numeric) = 1.541516080061754 absolute error = 1.541516080061754 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.939999999999787 y[1] (closed_form) = 0 y[1] (numeric) = 1.546861056458415 absolute error = 1.546861056458415 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.949999999999786 y[1] (closed_form) = 0 y[1] (numeric) = 1.552208102459836 absolute error = 1.552208102459836 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.959999999999785 y[1] (closed_form) = 0 y[1] (numeric) = 1.55755724268942 absolute error = 1.55755724268942 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.969999999999784 y[1] (closed_form) = 0 y[1] (numeric) = 1.562908501746369 absolute error = 1.562908501746369 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.979999999999783 y[1] (closed_form) = 0 y[1] (numeric) = 1.568261904206164 absolute error = 1.568261904206164 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.989999999999782 y[1] (closed_form) = 0 y[1] (numeric) = 1.573617474621055 absolute error = 1.573617474621055 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 2.999999999999781 y[1] (closed_form) = 0 y[1] (numeric) = 1.578975237520536 absolute error = 1.578975237520536 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.00999999999978 y[1] (closed_form) = 0 y[1] (numeric) = 1.584335217411825 absolute error = 1.584335217411825 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.019999999999778 y[1] (closed_form) = 0 y[1] (numeric) = 1.589697438780339 absolute error = 1.589697438780339 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.029999999999777 y[1] (closed_form) = 0 y[1] (numeric) = 1.595061926090165 absolute error = 1.595061926090165 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.039999999999776 y[1] (closed_form) = 0 y[1] (numeric) = 1.600428703784529 absolute error = 1.600428703784529 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.049999999999775 y[1] (closed_form) = 0 y[1] (numeric) = 1.605797796286264 absolute error = 1.605797796286264 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.059999999999774 y[1] (closed_form) = 0 y[1] (numeric) = 1.611169227998273 absolute error = 1.611169227998273 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.069999999999773 y[1] (closed_form) = 0 y[1] (numeric) = 1.616543023303993 absolute error = 1.616543023303993 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.079999999999772 y[1] (closed_form) = 0 y[1] (numeric) = 1.621919206567852 absolute error = 1.621919206567852 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.089999999999771 y[1] (closed_form) = 0 y[1] (numeric) = 1.627297802135726 absolute error = 1.627297802135726 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.09999999999977 y[1] (closed_form) = 0 y[1] (numeric) = 1.632678834335394 absolute error = 1.632678834335394 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.109999999999769 y[1] (closed_form) = 0 y[1] (numeric) = 1.63806232747699 absolute error = 1.63806232747699 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.119999999999767 y[1] (closed_form) = 0 y[1] (numeric) = 1.643448305853451 absolute error = 1.643448305853451 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.129999999999766 y[1] (closed_form) = 0 y[1] (numeric) = 1.648836793740966 absolute error = 1.648836793740966 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.139999999999765 y[1] (closed_form) = 0 y[1] (numeric) = 1.654227815399416 absolute error = 1.654227815399416 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.149999999999764 y[1] (closed_form) = 0 y[1] (numeric) = 1.659621395072825 absolute error = 1.659621395072825 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.159999999999763 y[1] (closed_form) = 0 y[1] (numeric) = 1.665017556989792 absolute error = 1.665017556989792 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.169999999999762 y[1] (closed_form) = 0 y[1] (numeric) = 1.670416325363932 absolute error = 1.670416325363932 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.179999999999761 y[1] (closed_form) = 0 y[1] (numeric) = 1.675817724394312 absolute error = 1.675817724394312 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.18999999999976 y[1] (closed_form) = 0 y[1] (numeric) = 1.681221778265882 absolute error = 1.681221778265882 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.199999999999759 y[1] (closed_form) = 0 y[1] (numeric) = 1.686628511149909 absolute error = 1.686628511149909 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.209999999999757 y[1] (closed_form) = 0 y[1] (numeric) = 1.692037947204405 absolute error = 1.692037947204405 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.219999999999756 y[1] (closed_form) = 0 y[1] (numeric) = 1.697450110574552 absolute error = 1.697450110574552 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.229999999999755 y[1] (closed_form) = 0 y[1] (numeric) = 1.70286502539313 absolute error = 1.70286502539313 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.239999999999754 y[1] (closed_form) = 0 y[1] (numeric) = 1.708282715780937 absolute error = 1.708282715780937 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.249999999999753 y[1] (closed_form) = 0 y[1] (numeric) = 1.713703205847209 absolute error = 1.713703205847209 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.259999999999752 y[1] (closed_form) = 0 y[1] (numeric) = 1.719126519690043 absolute error = 1.719126519690043 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.269999999999751 y[1] (closed_form) = 0 y[1] (numeric) = 1.724552681396809 absolute error = 1.724552681396809 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.27999999999975 y[1] (closed_form) = 0 y[1] (numeric) = 1.729981715044564 absolute error = 1.729981715044564 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.289999999999749 y[1] (closed_form) = 0 y[1] (numeric) = 1.735413644700469 absolute error = 1.735413644700469 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.299999999999748 y[1] (closed_form) = 0 y[1] (numeric) = 1.740848494422197 absolute error = 1.740848494422197 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.309999999999746 y[1] (closed_form) = 0 y[1] (numeric) = 1.746286288258341 absolute error = 1.746286288258341 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.319999999999745 y[1] (closed_form) = 0 y[1] (numeric) = 1.751727050248821 absolute error = 1.751727050248821 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.329999999999744 y[1] (closed_form) = 0 y[1] (numeric) = 1.757170804425291 absolute error = 1.757170804425291 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.339999999999743 y[1] (closed_form) = 0 y[1] (numeric) = 1.762617574811538 absolute error = 1.762617574811538 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.349999999999742 y[1] (closed_form) = 0 y[1] (numeric) = 1.76806738542389 absolute error = 1.76806738542389 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.359999999999741 y[1] (closed_form) = 0 y[1] (numeric) = 1.773520260271607 absolute error = 1.773520260271607 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.36999999999974 y[1] (closed_form) = 0 y[1] (numeric) = 1.778976223357283 absolute error = 1.778976223357283 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.379999999999739 y[1] (closed_form) = 0 y[1] (numeric) = 1.784435298677245 absolute error = 1.784435298677245 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.389999999999738 y[1] (closed_form) = 0 y[1] (numeric) = 1.78989751022194 absolute error = 1.78989751022194 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.399999999999737 y[1] (closed_form) = 0 y[1] (numeric) = 1.795362881976333 absolute error = 1.795362881976333 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.409999999999735 y[1] (closed_form) = 0 y[1] (numeric) = 1.800831437920295 absolute error = 1.800831437920295 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.419999999999734 y[1] (closed_form) = 0 y[1] (numeric) = 1.806303202028992 absolute error = 1.806303202028992 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.429999999999733 y[1] (closed_form) = 0 y[1] (numeric) = 1.811778198273273 absolute error = 1.811778198273273 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.439999999999732 y[1] (closed_form) = 0 y[1] (numeric) = 1.817256450620059 absolute error = 1.817256450620059 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.449999999999731 y[1] (closed_form) = 0 y[1] (numeric) = 1.82273798303272 absolute error = 1.82273798303272 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.45999999999973 y[1] (closed_form) = 0 y[1] (numeric) = 1.828222819471462 absolute error = 1.828222819471462 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.469999999999729 y[1] (closed_form) = 0 y[1] (numeric) = 1.833710983893708 absolute error = 1.833710983893708 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.479999999999728 y[1] (closed_form) = 0 y[1] (numeric) = 1.839202500254475 absolute error = 1.839202500254475 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.489999999999727 y[1] (closed_form) = 0 y[1] (numeric) = 1.844697392506754 absolute error = 1.844697392506754 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.499999999999726 y[1] (closed_form) = 0 y[1] (numeric) = 1.850195684601885 absolute error = 1.850195684601885 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.509999999999724 y[1] (closed_form) = 0 y[1] (numeric) = 1.855697400489933 absolute error = 1.855697400489933 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.519999999999723 y[1] (closed_form) = 0 y[1] (numeric) = 1.861202564120059 absolute error = 1.861202564120059 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.529999999999722 y[1] (closed_form) = 0 y[1] (numeric) = 1.866711199440893 absolute error = 1.866711199440893 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.539999999999721 y[1] (closed_form) = 0 y[1] (numeric) = 1.872223330400906 absolute error = 1.872223330400906 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.54999999999972 y[1] (closed_form) = 0 y[1] (numeric) = 1.877738980948775 absolute error = 1.877738980948775 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.559999999999719 y[1] (closed_form) = 0 y[1] (numeric) = 1.883258175033755 absolute error = 1.883258175033755 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.569999999999718 y[1] (closed_form) = 0 y[1] (numeric) = 1.888780936606041 absolute error = 1.888780936606041 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.579999999999717 y[1] (closed_form) = 0 y[1] (numeric) = 1.894307289617135 absolute error = 1.894307289617135 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.589999999999716 y[1] (closed_form) = 0 y[1] (numeric) = 1.899837258020209 absolute error = 1.899837258020209 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.599999999999715 y[1] (closed_form) = 0 y[1] (numeric) = 1.905370865770468 absolute error = 1.905370865770468 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.609999999999713 y[1] (closed_form) = 0 y[1] (numeric) = 1.910908136825506 absolute error = 1.910908136825506 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.619999999999712 y[1] (closed_form) = 0 y[1] (numeric) = 1.916449095145673 absolute error = 1.916449095145673 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.629999999999711 y[1] (closed_form) = 0 y[1] (numeric) = 1.921993764694425 absolute error = 1.921993764694425 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.63999999999971 y[1] (closed_form) = 0 y[1] (numeric) = 1.927542169438688 absolute error = 1.927542169438688 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.649999999999709 y[1] (closed_form) = 0 y[1] (numeric) = 1.933094333349207 absolute error = 1.933094333349207 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.659999999999708 y[1] (closed_form) = 0 y[1] (numeric) = 1.938650280400905 absolute error = 1.938650280400905 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.669999999999707 y[1] (closed_form) = 0 y[1] (numeric) = 1.944210034573235 absolute error = 1.944210034573235 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.679999999999706 y[1] (closed_form) = 0 y[1] (numeric) = 1.949773619850531 absolute error = 1.949773619850531 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.689999999999705 y[1] (closed_form) = 0 y[1] (numeric) = 1.955341060222358 absolute error = 1.955341060222358 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.699999999999704 y[1] (closed_form) = 0 y[1] (numeric) = 1.960912379683861 absolute error = 1.960912379683861 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.709999999999702 y[1] (closed_form) = 0 y[1] (numeric) = 1.966487602236118 absolute error = 1.966487602236118 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.719999999999701 y[1] (closed_form) = 0 y[1] (numeric) = 1.972066751886482 absolute error = 1.972066751886482 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.7299999999997 y[1] (closed_form) = 0 y[1] (numeric) = 1.97764985264893 absolute error = 1.97764985264893 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.739999999999699 y[1] (closed_form) = 0 y[1] (numeric) = 1.983236928544404 absolute error = 1.983236928544404 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.749999999999698 y[1] (closed_form) = 0 y[1] (numeric) = 1.988828003601158 absolute error = 1.988828003601158 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.759999999999697 y[1] (closed_form) = 0 y[1] (numeric) = 1.994423101855104 absolute error = 1.994423101855104 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.769999999999696 y[1] (closed_form) = 0 y[1] (numeric) = 2.000022247350144 absolute error = 2.000022247350144 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.779999999999695 y[1] (closed_form) = 0 y[1] (numeric) = 2.005625464138521 absolute error = 2.005625464138521 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.789999999999694 y[1] (closed_form) = 0 y[1] (numeric) = 2.011232776281151 absolute error = 2.011232776281151 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.799999999999693 y[1] (closed_form) = 0 y[1] (numeric) = 2.016844207847966 absolute error = 2.016844207847966 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.809999999999691 y[1] (closed_form) = 0 y[1] (numeric) = 2.022459782918248 absolute error = 2.022459782918248 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.81999999999969 y[1] (closed_form) = 0 y[1] (numeric) = 2.028079525580971 absolute error = 2.028079525580971 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.829999999999689 y[1] (closed_form) = 0 y[1] (numeric) = 2.033703459935127 absolute error = 2.033703459935127 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.839999999999688 y[1] (closed_form) = 0 y[1] (numeric) = 2.03933161009007 absolute error = 2.03933161009007 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.849999999999687 y[1] (closed_form) = 0 y[1] (numeric) = 2.044964000165847 absolute error = 2.044964000165847 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.859999999999686 y[1] (closed_form) = 0 y[1] (numeric) = 2.050600654293526 absolute error = 2.050600654293526 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.869999999999685 y[1] (closed_form) = 0 y[1] (numeric) = 2.056241596615533 absolute error = 2.056241596615533 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.879999999999684 y[1] (closed_form) = 0 y[1] (numeric) = 2.061886851285981 absolute error = 2.061886851285981 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.889999999999683 y[1] (closed_form) = 0 y[1] (numeric) = 2.067536442470999 absolute error = 2.067536442470999 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.899999999999681 y[1] (closed_form) = 0 y[1] (numeric) = 2.073190394349062 absolute error = 2.073190394349062 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.90999999999968 y[1] (closed_form) = 0 y[1] (numeric) = 2.078848731111319 absolute error = 2.078848731111319 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.919999999999679 y[1] (closed_form) = 0 y[1] (numeric) = 2.084511476961919 absolute error = 2.084511476961919 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.929999999999678 y[1] (closed_form) = 0 y[1] (numeric) = 2.090178656118341 absolute error = 2.090178656118341 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.939999999999677 y[1] (closed_form) = 0 y[1] (numeric) = 2.095850292811713 absolute error = 2.095850292811713 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.949999999999676 y[1] (closed_form) = 0 y[1] (numeric) = 2.101526411287143 absolute error = 2.101526411287143 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.959999999999675 y[1] (closed_form) = 0 y[1] (numeric) = 2.107207035804041 absolute error = 2.107207035804041 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.969999999999674 y[1] (closed_form) = 0 y[1] (numeric) = 2.11289219063644 absolute error = 2.11289219063644 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.979999999999673 y[1] (closed_form) = 0 y[1] (numeric) = 2.118581900073319 absolute error = 2.118581900073319 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.989999999999672 y[1] (closed_form) = 0 y[1] (numeric) = 2.124276188418929 absolute error = 2.124276188418929 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 3.99999999999967 y[1] (closed_form) = 0 y[1] (numeric) = 2.129975079993105 absolute error = 2.129975079993105 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.009999999999674 y[1] (closed_form) = 0 y[1] (numeric) = 2.135678599131596 absolute error = 2.135678599131596 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.019999999999677 y[1] (closed_form) = 0 y[1] (numeric) = 2.141386770186376 absolute error = 2.141386770186376 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.029999999999681 y[1] (closed_form) = 0 y[1] (numeric) = 2.147099617525969 absolute error = 2.147099617525969 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.039999999999684 y[1] (closed_form) = 0 y[1] (numeric) = 2.15281716553576 absolute error = 2.15281716553576 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.049999999999687 y[1] (closed_form) = 0 y[1] (numeric) = 2.158539438618317 absolute error = 2.158539438618317 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.059999999999691 y[1] (closed_form) = 0 y[1] (numeric) = 2.164266461193708 absolute error = 2.164266461193708 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.069999999999694 y[1] (closed_form) = 0 y[1] (numeric) = 2.169998257699814 absolute error = 2.169998257699814 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.079999999999697 y[1] (closed_form) = 0 y[1] (numeric) = 2.175734852592643 absolute error = 2.175734852592643 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.089999999999701 y[1] (closed_form) = 0 y[1] (numeric) = 2.181476270346649 absolute error = 2.181476270346649 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.099999999999704 y[1] (closed_form) = 0 y[1] (numeric) = 2.187222535455044 absolute error = 2.187222535455044 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.109999999999707 y[1] (closed_form) = 0 y[1] (numeric) = 2.192973672430106 absolute error = 2.192973672430106 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.119999999999711 y[1] (closed_form) = 0 y[1] (numeric) = 2.198729705803499 absolute error = 2.198729705803499 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.129999999999714 y[1] (closed_form) = 0 y[1] (numeric) = 2.204490660126581 absolute error = 2.204490660126581 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.139999999999717 y[1] (closed_form) = 0 y[1] (numeric) = 2.210256559970716 absolute error = 2.210256559970716 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.149999999999721 y[1] (closed_form) = 0 y[1] (numeric) = 2.216027429927586 absolute error = 2.216027429927586 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.159999999999724 y[1] (closed_form) = 0 y[1] (numeric) = 2.221803294609494 absolute error = 2.221803294609494 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.169999999999727 y[1] (closed_form) = 0 y[1] (numeric) = 2.227584178649686 absolute error = 2.227584178649686 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.179999999999731 y[1] (closed_form) = 0 y[1] (numeric) = 2.233370106702651 absolute error = 2.233370106702651 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.189999999999734 y[1] (closed_form) = 0 y[1] (numeric) = 2.239161103444428 absolute error = 2.239161103444428 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.199999999999737 y[1] (closed_form) = 0 y[1] (numeric) = 2.244957193572924 absolute error = 2.244957193572924 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.209999999999741 y[1] (closed_form) = 0 y[1] (numeric) = 2.250758401808208 absolute error = 2.250758401808208 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.219999999999744 y[1] (closed_form) = 0 y[1] (numeric) = 2.25656475289283 absolute error = 2.25656475289283 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.229999999999747 y[1] (closed_form) = 0 y[1] (numeric) = 2.262376271592118 absolute error = 2.262376271592118 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.239999999999751 y[1] (closed_form) = 0 y[1] (numeric) = 2.268192982694492 absolute error = 2.268192982694492 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.249999999999754 y[1] (closed_form) = 0 y[1] (numeric) = 2.27401491101176 absolute error = 2.27401491101176 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.259999999999757 y[1] (closed_form) = 0 y[1] (numeric) = 2.279842081379433 absolute error = 2.279842081379433 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.269999999999761 y[1] (closed_form) = 0 y[1] (numeric) = 2.28567451865702 absolute error = 2.28567451865702 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.279999999999764 y[1] (closed_form) = 0 y[1] (numeric) = 2.29151224772834 absolute error = 2.29151224772834 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.289999999999767 y[1] (closed_form) = 0 y[1] (numeric) = 2.297355293501819 absolute error = 2.297355293501819 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.299999999999771 y[1] (closed_form) = 0 y[1] (numeric) = 2.303203680910797 absolute error = 2.303203680910797 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.309999999999774 y[1] (closed_form) = 0 y[1] (numeric) = 2.309057434913827 absolute error = 2.309057434913827 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.319999999999777 y[1] (closed_form) = 0 y[1] (numeric) = 2.314916580494985 absolute error = 2.314916580494985 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.329999999999781 y[1] (closed_form) = 0 y[1] (numeric) = 2.32078114266416 absolute error = 2.32078114266416 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.339999999999784 y[1] (closed_form) = 0 y[1] (numeric) = 2.326651146457367 absolute error = 2.326651146457367 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.349999999999787 y[1] (closed_form) = 0 y[1] (numeric) = 2.33252661693704 absolute error = 2.33252661693704 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.359999999999791 y[1] (closed_form) = 0 y[1] (numeric) = 2.338407579192336 absolute error = 2.338407579192336 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.369999999999794 y[1] (closed_form) = 0 y[1] (numeric) = 2.344294058339432 absolute error = 2.344294058339432 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.379999999999797 y[1] (closed_form) = 0 y[1] (numeric) = 2.350186079521833 absolute error = 2.350186079521833 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.389999999999801 y[1] (closed_form) = 0 y[1] (numeric) = 2.356083667910661 absolute error = 2.356083667910661 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.399999999999804 y[1] (closed_form) = 0 y[1] (numeric) = 2.36198684870496 absolute error = 2.36198684870496 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.409999999999807 y[1] (closed_form) = 0 y[1] (numeric) = 2.367895647131997 absolute error = 2.367895647131997 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.419999999999811 y[1] (closed_form) = 0 y[1] (numeric) = 2.373810088447553 absolute error = 2.373810088447553 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.429999999999814 y[1] (closed_form) = 0 y[1] (numeric) = 2.379730197936228 absolute error = 2.379730197936228 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.439999999999817 y[1] (closed_form) = 0 y[1] (numeric) = 2.385656000911738 absolute error = 2.385656000911738 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.449999999999821 y[1] (closed_form) = 0 y[1] (numeric) = 2.391587522717208 absolute error = 2.391587522717208 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.459999999999824 y[1] (closed_form) = 0 y[1] (numeric) = 2.397524788725474 absolute error = 2.397524788725474 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.469999999999827 y[1] (closed_form) = 0 y[1] (numeric) = 2.403467824339379 absolute error = 2.403467824339379 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.479999999999831 y[1] (closed_form) = 0 y[1] (numeric) = 2.409416654992068 absolute error = 2.409416654992068 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.489999999999834 y[1] (closed_form) = 0 y[1] (numeric) = 2.415371306147286 absolute error = 2.415371306147286 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.499999999999837 y[1] (closed_form) = 0 y[1] (numeric) = 2.421331803299673 absolute error = 2.421331803299673 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.509999999999841 y[1] (closed_form) = 0 y[1] (numeric) = 2.427298171975062 absolute error = 2.427298171975062 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.519999999999844 y[1] (closed_form) = 0 y[1] (numeric) = 2.433270437730773 absolute error = 2.433270437730773 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.529999999999847 y[1] (closed_form) = 0 y[1] (numeric) = 2.439248626155907 absolute error = 2.439248626155907 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.539999999999851 y[1] (closed_form) = 0 y[1] (numeric) = 2.445232762871647 absolute error = 2.445232762871647 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.549999999999854 y[1] (closed_form) = 0 y[1] (numeric) = 2.451222873531547 absolute error = 2.451222873531547 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.559999999999858 y[1] (closed_form) = 0 y[1] (numeric) = 2.457218983821829 absolute error = 2.457218983821829 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.569999999999861 y[1] (closed_form) = 0 y[1] (numeric) = 2.463221119461678 absolute error = 2.463221119461678 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.579999999999864 y[1] (closed_form) = 0 y[1] (numeric) = 2.469229306203538 absolute error = 2.469229306203538 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.589999999999868 y[1] (closed_form) = 0 y[1] (numeric) = 2.4752435698334 absolute error = 2.4752435698334 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.599999999999871 y[1] (closed_form) = 0 y[1] (numeric) = 2.481263936171104 absolute error = 2.481263936171104 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.609999999999874 y[1] (closed_form) = 0 y[1] (numeric) = 2.487290431070631 absolute error = 2.487290431070631 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.619999999999878 y[1] (closed_form) = 0 y[1] (numeric) = 2.49332308042039 absolute error = 2.49332308042039 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.629999999999881 y[1] (closed_form) = 0 y[1] (numeric) = 2.499361910143522 absolute error = 2.499361910143522 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.639999999999884 y[1] (closed_form) = 0 y[1] (numeric) = 2.505406946198185 absolute error = 2.505406946198185 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.649999999999888 y[1] (closed_form) = 0 y[1] (numeric) = 2.511458214577853 absolute error = 2.511458214577853 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.659999999999891 y[1] (closed_form) = 0 y[1] (numeric) = 2.517515741311605 absolute error = 2.517515741311605 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.669999999999894 y[1] (closed_form) = 0 y[1] (numeric) = 2.523579552464421 absolute error = 2.523579552464421 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.679999999999898 y[1] (closed_form) = 0 y[1] (numeric) = 2.529649674137474 absolute error = 2.529649674137474 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.689999999999901 y[1] (closed_form) = 0 y[1] (numeric) = 2.535726132468422 absolute error = 2.535726132468422 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.699999999999904 y[1] (closed_form) = 0 y[1] (numeric) = 2.541808953631703 absolute error = 2.541808953631703 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.709999999999908 y[1] (closed_form) = 0 y[1] (numeric) = 2.547898163838824 absolute error = 2.547898163838824 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.719999999999911 y[1] (closed_form) = 0 y[1] (numeric) = 2.553993789338658 absolute error = 2.553993789338658 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.729999999999914 y[1] (closed_form) = 0 y[1] (numeric) = 2.560095856417735 absolute error = 2.560095856417735 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.739999999999918 y[1] (closed_form) = 0 y[1] (numeric) = 2.566204391400532 absolute error = 2.566204391400532 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.749999999999921 y[1] (closed_form) = 0 y[1] (numeric) = 2.572319420649769 absolute error = 2.572319420649769 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.759999999999924 y[1] (closed_form) = 0 y[1] (numeric) = 2.578440970566697 absolute error = 2.578440970566697 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.769999999999928 y[1] (closed_form) = 0 y[1] (numeric) = 2.584569067591396 absolute error = 2.584569067591396 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.779999999999931 y[1] (closed_form) = 0 y[1] (numeric) = 2.590703738203062 absolute error = 2.590703738203062 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.789999999999934 y[1] (closed_form) = 0 y[1] (numeric) = 2.596845008920305 absolute error = 2.596845008920305 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.799999999999938 y[1] (closed_form) = 0 y[1] (numeric) = 2.602992906301433 absolute error = 2.602992906301433 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.809999999999941 y[1] (closed_form) = 0 y[1] (numeric) = 2.609147456944753 absolute error = 2.609147456944753 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.819999999999944 y[1] (closed_form) = 0 y[1] (numeric) = 2.615308687488858 absolute error = 2.615308687488858 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.829999999999948 y[1] (closed_form) = 0 y[1] (numeric) = 2.621476624612919 absolute error = 2.621476624612919 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.839999999999951 y[1] (closed_form) = 0 y[1] (numeric) = 2.627651295036979 absolute error = 2.627651295036979 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.849999999999954 y[1] (closed_form) = 0 y[1] (numeric) = 2.633832725522246 absolute error = 2.633832725522246 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.859999999999958 y[1] (closed_form) = 0 y[1] (numeric) = 2.640020942871384 absolute error = 2.640020942871384 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.869999999999961 y[1] (closed_form) = 0 y[1] (numeric) = 2.646215973928804 absolute error = 2.646215973928804 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.879999999999964 y[1] (closed_form) = 0 y[1] (numeric) = 2.652417845580959 absolute error = 2.652417845580959 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.889999999999968 y[1] (closed_form) = 0 y[1] (numeric) = 2.658626584756634 absolute error = 2.658626584756634 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.899999999999971 y[1] (closed_form) = 0 y[1] (numeric) = 2.66484221842724 absolute error = 2.66484221842724 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.909999999999974 y[1] (closed_form) = 0 y[1] (numeric) = 2.671064773607104 absolute error = 2.671064773607104 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.919999999999978 y[1] (closed_form) = 0 y[1] (numeric) = 2.677294277353767 absolute error = 2.677294277353767 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.929999999999981 y[1] (closed_form) = 0 y[1] (numeric) = 2.683530756768268 absolute error = 2.683530756768268 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.939999999999984 y[1] (closed_form) = 0 y[1] (numeric) = 2.689774238995446 absolute error = 2.689774238995446 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.949999999999988 y[1] (closed_form) = 0 y[1] (numeric) = 2.696024751224227 absolute error = 2.696024751224227 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.959999999999991 y[1] (closed_form) = 0 y[1] (numeric) = 2.702282320687916 absolute error = 2.702282320687916 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.969999999999994 y[1] (closed_form) = 0 y[1] (numeric) = 2.708546974664494 absolute error = 2.708546974664494 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.979999999999998 y[1] (closed_form) = 0 y[1] (numeric) = 2.714818740476908 absolute error = 2.714818740476908 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 TOP MAIN SOLVE Loop x[1] = 4.990000000000001 y[1] (closed_form) = 0 y[1] (numeric) = 2.721097645493367 absolute error = 2.721097645493367 relative error = -1 % Desired digits = 8 Estimated correct digits = 12 Correct digits = -16 h = 0.001 Finished! diff ( y , x , 1 ) = expt ( ( 0.1 * x + 0.2 ) , ( 0.2 * x + 0.3 ) ) ; Iterations = 4900 Total Elapsed Time = 0.0 Seconds Elapsed Time(since restart) = 0.0 Seconds Time to Timeout = 3 Minutes 0.0 Seconds Percent Done = 100 %