(%i1) batch(diffeq.max) read and interpret file: /home/dennis/mastersource/mine/omnisode/diffeq.max (%i2) load(stringproc) (%o2) /usr/share/maxima/5.27.0/share/stringproc/stringproc.mac (%i3) check_sign(x0, xf) := block([ret], if xf > x0 then ret : 1.0 else ret : - 1.0, ret) (%o3) check_sign(x0, xf) := block([ret], if xf > x0 then ret : 1.0 else ret : - 1.0, ret) (%i4) est_size_answer() := block([min_size], min_size : glob_large_float, if omniabs(array_y ) < min_size then (min_size : omniabs(array_y ), 1 1 omniout_float(ALWAYS, "min_size", 32, min_size, 32, "")), if min_size < 1.0 then (min_size : 1.0, omniout_float(ALWAYS, "min_size", 32, min_size, 32, "")), min_size) (%o4) est_size_answer() := block([min_size], min_size : glob_large_float, if omniabs(array_y ) < min_size then (min_size : omniabs(array_y ), 1 1 omniout_float(ALWAYS, "min_size", 32, min_size, 32, "")), if min_size < 1.0 then (min_size : 1.0, omniout_float(ALWAYS, "min_size", 32, min_size, 32, "")), min_size) (%i5) test_suggested_h() := block([max_value3, hn_div_ho, hn_div_ho_2, hn_div_ho_3, value3, no_terms], max_value3 : 0.0, no_terms : glob_max_terms, hn_div_ho : 0.5, hn_div_ho_2 : 0.25, hn_div_ho_3 : 0.125, omniout_float(ALWAYS, "hn_div_ho", 32, hn_div_ho, 32, ""), omniout_float(ALWAYS, "hn_div_ho_2", 32, hn_div_ho_2, 32, ""), omniout_float(ALWAYS, "hn_div_ho_3", 32, hn_div_ho_3, 32, ""), value3 : omniabs(array_y hn_div_ho_3 + array_y hn_div_ho_2 no_terms no_terms - 1 + array_y hn_div_ho + array_y ), no_terms - 2 no_terms - 3 if value3 > max_value3 then (max_value3 : value3, omniout_float(ALWAYS, "value3", 32, value3, 32, "")), omniout_float(ALWAYS, "max_value3", 32, max_value3, 32, ""), max_value3) (%o5) test_suggested_h() := block([max_value3, hn_div_ho, hn_div_ho_2, hn_div_ho_3, value3, no_terms], max_value3 : 0.0, no_terms : glob_max_terms, hn_div_ho : 0.5, hn_div_ho_2 : 0.25, hn_div_ho_3 : 0.125, omniout_float(ALWAYS, "hn_div_ho", 32, hn_div_ho, 32, ""), omniout_float(ALWAYS, "hn_div_ho_2", 32, hn_div_ho_2, 32, ""), omniout_float(ALWAYS, "hn_div_ho_3", 32, hn_div_ho_3, 32, ""), value3 : omniabs(array_y hn_div_ho_3 + array_y hn_div_ho_2 no_terms no_terms - 1 + array_y hn_div_ho + array_y ), no_terms - 2 no_terms - 3 if value3 > max_value3 then (max_value3 : value3, omniout_float(ALWAYS, "value3", 32, value3, 32, "")), omniout_float(ALWAYS, "max_value3", 32, max_value3, 32, ""), max_value3) (%i6) reached_interval() := block([ret], if glob_check_sign array_x >= glob_check_sign glob_next_display 1 then ret : true else ret : false, return(ret)) (%o6) reached_interval() := block([ret], if glob_check_sign array_x >= glob_check_sign glob_next_display 1 then ret : true else ret : false, return(ret)) (%i7) display_alot(iter) := block([abserr, analytic_val_y, ind_var, numeric_val, relerr, term_no], if reached_interval() then (if iter >= 0 then (ind_var : array_x , 1 omniout_float(ALWAYS, "x[1] ", 33, ind_var, 20, " "), analytic_val_y : exact_soln_y(ind_var), omniout_float(ALWAYS, "y[1] (analytic) ", 33, analytic_val_y, 20, " "), term_no : 1, numeric_val : array_y , term_no abserr : omniabs(numeric_val - analytic_val_y), omniout_float(ALWAYS, "y[1] (numeric) ", 33, numeric_val, 20, " "), if omniabs(analytic_val_y) # 0.0 abserr 100.0 then (relerr : -----------------------, omniabs(analytic_val_y) if relerr > 1.0E-34 then glob_good_digits : 2 - floor(log10(relerr)) else glob_good_digits : 16) else (relerr : - 1.0, glob_good_digits : - 1), if glob_iter = 1 then array_1st_rel_error : relerr 1 else array_last_rel_error : relerr, omniout_float(ALWAYS, 1 "absolute error ", 4, abserr, 20, " "), omniout_float(ALWAYS, "relative error ", 4, relerr, 20, "%"), omniout_int(INFO, "Correct digits ", 32, glob_good_digits, 4, " "), omniout_float(ALWAYS, "h ", 4, glob_h, 20, " ")))) (%o7) display_alot(iter) := block([abserr, analytic_val_y, ind_var, numeric_val, relerr, term_no], if reached_interval() then (if iter >= 0 then (ind_var : array_x , 1 omniout_float(ALWAYS, "x[1] ", 33, ind_var, 20, " "), analytic_val_y : exact_soln_y(ind_var), omniout_float(ALWAYS, "y[1] (analytic) ", 33, analytic_val_y, 20, " "), term_no : 1, numeric_val : array_y , term_no abserr : omniabs(numeric_val - analytic_val_y), omniout_float(ALWAYS, "y[1] (numeric) ", 33, numeric_val, 20, " "), if omniabs(analytic_val_y) # 0.0 abserr 100.0 then (relerr : -----------------------, omniabs(analytic_val_y) if relerr > 1.0E-34 then glob_good_digits : 2 - floor(log10(relerr)) else glob_good_digits : 16) else (relerr : - 1.0, glob_good_digits : - 1), if glob_iter = 1 then array_1st_rel_error : relerr 1 else array_last_rel_error : relerr, omniout_float(ALWAYS, 1 "absolute error ", 4, abserr, 20, " "), omniout_float(ALWAYS, "relative error ", 4, relerr, 20, "%"), omniout_int(INFO, "Correct digits ", 32, glob_good_digits, 4, " "), omniout_float(ALWAYS, "h ", 4, glob_h, 20, " ")))) (%i8) adjust_for_pole(h_param) := block([hnew, sz2, tmp], block(hnew : h_param, glob_normmax : glob_small_float, if omniabs(array_y_higher ) > glob_small_float 1, 1 then (tmp : omniabs(array_y_higher ), 1, 1 if tmp < glob_normmax then glob_normmax : tmp), if glob_look_poles and (omniabs(array_pole ) > glob_small_float) 1 array_pole 1 and (array_pole # glob_large_float) then (sz2 : -----------, 1 10.0 if sz2 < hnew then (omniout_float(INFO, "glob_h adjusted to ", 20, h_param, 12, "due to singularity."), omniout_str(INFO, "Reached Optimal"), return(hnew))), if not glob_reached_optimal_h then (glob_reached_optimal_h : true, glob_curr_iter_when_opt : glob_current_iter, glob_optimal_clock_start_sec : elapsed_time_seconds(), glob_optimal_start : array_x ), hnew : sz2), return(hnew)) 1 (%o8) adjust_for_pole(h_param) := block([hnew, sz2, tmp], block(hnew : h_param, glob_normmax : glob_small_float, if omniabs(array_y_higher ) > glob_small_float 1, 1 then (tmp : omniabs(array_y_higher ), 1, 1 if tmp < glob_normmax then glob_normmax : tmp), if glob_look_poles and (omniabs(array_pole ) > glob_small_float) 1 array_pole 1 and (array_pole # glob_large_float) then (sz2 : -----------, 1 10.0 if sz2 < hnew then (omniout_float(INFO, "glob_h adjusted to ", 20, h_param, 12, "due to singularity."), omniout_str(INFO, "Reached Optimal"), return(hnew))), if not glob_reached_optimal_h then (glob_reached_optimal_h : true, glob_curr_iter_when_opt : glob_current_iter, glob_optimal_clock_start_sec : elapsed_time_seconds(), glob_optimal_start : array_x ), hnew : sz2), return(hnew)) 1 (%i9) prog_report(x_start, x_end) := block([clock_sec, opt_clock_sec, clock_sec1, expect_sec, left_sec, percent_done, total_clock_sec], clock_sec1 : elapsed_time_seconds(), total_clock_sec : convfloat(clock_sec1) - convfloat(glob_orig_start_sec), glob_clock_sec : convfloat(clock_sec1) - convfloat(glob_clock_start_sec), left_sec : - convfloat(clock_sec1) + convfloat(glob_orig_start_sec) + convfloat(glob_max_sec), expect_sec : comp_expect_sec(convfloat(x_end), convfloat(x_start), convfloat(glob_h) + convfloat(array_x ), 1 convfloat(clock_sec1) - convfloat(glob_orig_start_sec)), opt_clock_sec : convfloat(clock_sec1) - convfloat(glob_optimal_clock_start_sec), glob_optimal_expect_sec : comp_expect_sec(convfloat(x_end), convfloat(x_start), convfloat(glob_h) + convfloat(array_x ), 1 convfloat(opt_clock_sec)), glob_total_exp_sec : total_clock_sec + glob_optimal_expect_sec, percent_done : comp_percent(convfloat(x_end), convfloat(x_start), convfloat(glob_h) + convfloat(array_x )), glob_percent_done : percent_done, 1 omniout_str_noeol(INFO, "Total Elapsed Time "), omniout_timestr(convfloat(total_clock_sec)), omniout_str_noeol(INFO, "Elapsed Time(since restart) "), omniout_timestr(convfloat(glob_clock_sec)), if convfloat(percent_done) < convfloat(100.0) then (omniout_str_noeol(INFO, "Expected Time Remaining "), omniout_timestr(convfloat(expect_sec)), omniout_str_noeol(INFO, "Optimized Time Remaining "), omniout_timestr(convfloat(glob_optimal_expect_sec)), omniout_str_noeol(INFO, "Expected Total Time "), omniout_timestr(convfloat(glob_total_exp_sec))), omniout_str_noeol(INFO, "Time to Timeout "), omniout_timestr(convfloat(left_sec)), omniout_float(INFO, "Percent Done ", 33, percent_done, 4, "%")) (%o9) prog_report(x_start, x_end) := block([clock_sec, opt_clock_sec, clock_sec1, expect_sec, left_sec, percent_done, total_clock_sec], clock_sec1 : elapsed_time_seconds(), total_clock_sec : convfloat(clock_sec1) - convfloat(glob_orig_start_sec), glob_clock_sec : convfloat(clock_sec1) - convfloat(glob_clock_start_sec), left_sec : - convfloat(clock_sec1) + convfloat(glob_orig_start_sec) + convfloat(glob_max_sec), expect_sec : comp_expect_sec(convfloat(x_end), convfloat(x_start), convfloat(glob_h) + convfloat(array_x ), 1 convfloat(clock_sec1) - convfloat(glob_orig_start_sec)), opt_clock_sec : convfloat(clock_sec1) - convfloat(glob_optimal_clock_start_sec), glob_optimal_expect_sec : comp_expect_sec(convfloat(x_end), convfloat(x_start), convfloat(glob_h) + convfloat(array_x ), 1 convfloat(opt_clock_sec)), glob_total_exp_sec : total_clock_sec + glob_optimal_expect_sec, percent_done : comp_percent(convfloat(x_end), convfloat(x_start), convfloat(glob_h) + convfloat(array_x )), glob_percent_done : percent_done, 1 omniout_str_noeol(INFO, "Total Elapsed Time "), omniout_timestr(convfloat(total_clock_sec)), omniout_str_noeol(INFO, "Elapsed Time(since restart) "), omniout_timestr(convfloat(glob_clock_sec)), if convfloat(percent_done) < convfloat(100.0) then (omniout_str_noeol(INFO, "Expected Time Remaining "), omniout_timestr(convfloat(expect_sec)), omniout_str_noeol(INFO, "Optimized Time Remaining "), omniout_timestr(convfloat(glob_optimal_expect_sec)), omniout_str_noeol(INFO, "Expected Total Time "), omniout_timestr(convfloat(glob_total_exp_sec))), omniout_str_noeol(INFO, "Time to Timeout "), omniout_timestr(convfloat(left_sec)), omniout_float(INFO, "Percent Done ", 33, percent_done, 4, "%")) (%i10) check_for_pole() := block([cnt, dr1, dr2, ds1, ds2, hdrc, hdrc_BBB, m, n, nr1, nr2, ord_no, rad_c, rcs, rm0, rm1, rm2, rm3, rm4, found_sing, h_new, ratio, term], n : glob_max_terms, m : - 1 - 1 + n, while (m >= 10) and ((omniabs(array_y_higher ) < glob_small_float glob_small_float) 1, m or (omniabs(array_y_higher ) < glob_small_float glob_small_float) 1, m - 1 or (omniabs(array_y_higher ) < glob_small_float glob_small_float)) do m 1, m - 2 array_y_higher 1, m : m - 1, if m > 10 then (rm0 : ----------------------, array_y_higher 1, m - 1 array_y_higher 1, m - 1 rm1 : ----------------------, hdrc : convfloat(m) rm0 - convfloat(m - 1) rm1, array_y_higher 1, m - 2 if omniabs(hdrc) > glob_small_float glob_small_float glob_h then (rcs : ------, ord_no : hdrc rm1 convfloat((m - 2) (m - 2)) - rm0 convfloat(m - 3) -----------------------------------------------------, hdrc array_real_pole : rcs, array_real_pole : ord_no) 1, 1 1, 2 else (array_real_pole : glob_large_float, 1, 1 array_real_pole : glob_large_float)) 1, 2 else (array_real_pole : glob_large_float, 1, 1 array_real_pole : glob_large_float), n : - 1 - 1 + glob_max_terms, 1, 2 cnt : 0, while (cnt < 5) and (n >= 10) do (if omniabs(array_y_higher ) > 1, n glob_small_float then cnt : 1 + cnt else cnt : 0, n : n - 1), m : cnt + n, if m <= 10 then (rad_c : glob_large_float, ord_no : glob_large_float) elseif ((omniabs(array_y_higher ) >= glob_large_float) 1, m or (omniabs(array_y_higher ) >= glob_large_float) 1, m - 1 or (omniabs(array_y_higher ) >= glob_large_float) 1, m - 2 or (omniabs(array_y_higher ) >= glob_large_float) 1, m - 3 or (omniabs(array_y_higher ) >= glob_large_float) 1, m - 4 or (omniabs(array_y_higher ) >= glob_large_float)) 1, m - 5 or ((omniabs(array_y_higher ) <= glob_small_float) or (omniabs(array_y_higher ) <= glob_small_float) or (omniabs(array_y_higher ) <= glob_small_float) or (omniabs(array_y_higher ) <= glob_small_float) or (omniabs(array_y_higher ) <= glob_small_float) or (omniabs(array_y_higher ) <= glob_small_float)) 1, m 1, m - 1 1, m - 2 1, m - 3 1, m - 4 1, m - 5 then (rad_c : glob_large_float, ord_no : glob_large_float) array_y_higher array_y_higher 1, m 1, m - 1 else (rm0 : ----------------------, rm1 : ----------------------, array_y_higher array_y_higher 1, m - 1 1, m - 2 array_y_higher array_y_higher 1, m - 2 1, m - 3 rm2 : ----------------------, rm3 : ----------------------, array_y_higher array_y_higher 1, m - 3 1, m - 4 array_y_higher 1, m - 4 rm4 : ----------------------, nr1 : convfloat(m - 3) rm2 array_y_higher 1, m - 5 - 2.0 convfloat(m - 2) rm1 + convfloat(m - 1) rm0, nr2 : convfloat(m - 4) rm3 - 2.0 convfloat(m - 3) rm2 + convfloat(m - 2) rm1, - 1.0 2.0 - 1.0 - 1.0 2.0 - 1.0 5.0 8.0 3.0 dr1 : ----- + --- + -----, dr2 : ----- + --- + -----, ds1 : --- - --- + ---, rm3 rm2 rm1 rm4 rm3 rm2 rm3 rm2 rm1 5.0 8.0 3.0 ds2 : --- - --- + ---, if (omniabs(nr1 dr2 - nr2 dr1) <= glob_small_float) rm4 rm3 rm2 or (omniabs(dr1) <= glob_small_float) then (rad_c : glob_large_float, ord_no : glob_large_float) else (if omniabs(nr1 dr2 - nr2 dr1) > dr1 dr2 - ds2 dr1 + ds1 dr2 glob_small_float then (rcs : ---------------------------, nr1 dr2 - nr2 dr1 rcs nr1 - ds1 convfloat(m) ord_no : ------------- - ------------, 2.0 dr1 2.0 if omniabs(rcs) > glob_small_float then (if rcs > 0.0 then rad_c : sqrt(rcs) omniabs(glob_h) else rad_c : glob_large_float) else (rad_c : glob_large_float, ord_no : glob_large_float)) else (rad_c : glob_large_float, ord_no : glob_large_float)), array_complex_pole : rad_c, array_complex_pole : ord_no), 1, 1 1, 2 found_sing : 0, if (1 # found_sing) and ((array_real_pole = glob_large_float) 1, 1 or (array_real_pole = glob_large_float)) 1, 2 and ((array_complex_pole # glob_large_float) and (array_complex_pole # glob_large_float)) 1, 1 1, 2 and ((array_complex_pole > 0.0) and (array_complex_pole > 0.0)) 1, 1 1, 2 then (array_poles : array_complex_pole , 1, 1 1, 1 array_poles : array_complex_pole , found_sing : 1, 1, 2 1, 2 array_type_pole : 2, if glob_display_flag 1 then (if reached_interval() then omniout_str(ALWAYS, "Complex estimate of poles used for equation 1"))), if (1 # found_sing) and ((array_real_pole # glob_large_float) 1, 1 and (array_real_pole # glob_large_float) and (array_real_pole > 0.0) 1, 2 1, 1 and (array_real_pole > - 1.0 glob_smallish_float) 1, 2 and ((array_complex_pole = glob_large_float) or (array_complex_pole = glob_large_float) or (array_complex_pole <= 0.0) or (array_complex_pole <= 0.0))) 1, 1 1, 2 1, 1 1, 2 then (array_poles : array_real_pole , 1, 1 1, 1 array_poles : array_real_pole , found_sing : 1, array_type_pole : 1, 1, 2 1, 2 1 if glob_display_flag then (if reached_interval() then omniout_str(ALWAYS, "Real estimate of pole used for equation 1"))), if (1 # found_sing) and (((array_real_pole = glob_large_float) 1, 1 or (array_real_pole = glob_large_float)) 1, 2 and ((array_complex_pole = glob_large_float) or (array_complex_pole = glob_large_float))) 1, 1 1, 2 then (array_poles : glob_large_float, array_poles : glob_large_float, 1, 1 1, 2 found_sing : 1, array_type_pole : 3, if reached_interval() 1 then omniout_str(ALWAYS, "NO POLE for equation 1")), if (1 # found_sing) and ((array_real_pole < array_complex_pole ) 1, 1 1, 1 and (array_real_pole > 0.0) and (array_real_pole > - 1.0 1, 1 1, 2 glob_smallish_float)) then (array_poles : array_real_pole , 1, 1 1, 1 array_poles : array_real_pole , found_sing : 1, array_type_pole : 1, 1, 2 1, 2 1 if glob_display_flag then (if reached_interval() then omniout_str(ALWAYS, "Real estimate of pole used for equation 1"))), if (1 # found_sing) and ((array_complex_pole # glob_large_float) 1, 1 and (array_complex_pole # glob_large_float) 1, 2 and (array_complex_pole > 0.0) and (array_complex_pole > 1, 1 1, 2 0.0)) then (array_poles : array_complex_pole , 1, 1 1, 1 array_poles : array_complex_pole , array_type_pole : 2, 1, 2 1, 2 1 found_sing : 1, if glob_display_flag then (if reached_interval() then omniout_str(ALWAYS, "Complex estimate of poles used for equation 1"))), if 1 # found_sing then (array_poles : glob_large_float, 1, 1 array_poles : glob_large_float, array_type_pole : 3, 1, 2 1 if reached_interval() then omniout_str(ALWAYS, "NO POLE for equation 1")), array_pole : glob_large_float, array_pole : glob_large_float, 1 2 if array_pole > array_poles then (array_pole : array_poles , 1 1, 1 1 1, 1 array_pole : array_poles ), if array_pole glob_ratio_of_radius < 2 1, 2 1 omniabs(glob_h) then (h_new : array_pole glob_ratio_of_radius, term : 1, 1 ratio : 1.0, while term <= glob_max_terms do (array_y : term array_y ratio, array_y_higher : array_y_higher ratio, term 1, term 1, term ratio h_new array_x : array_x ratio, ratio : ---------------, term : 1 + term), term term omniabs(glob_h) glob_h : h_new), if reached_interval() then display_pole()) (%o10) check_for_pole() := block([cnt, dr1, dr2, ds1, ds2, hdrc, hdrc_BBB, m, n, nr1, nr2, ord_no, rad_c, rcs, rm0, rm1, rm2, rm3, rm4, found_sing, h_new, ratio, term], n : glob_max_terms, m : - 1 - 1 + n, while (m >= 10) and ((omniabs(array_y_higher ) < glob_small_float glob_small_float) 1, m or (omniabs(array_y_higher ) < glob_small_float glob_small_float) 1, m - 1 or (omniabs(array_y_higher ) < glob_small_float glob_small_float)) do m 1, m - 2 array_y_higher 1, m : m - 1, if m > 10 then (rm0 : ----------------------, array_y_higher 1, m - 1 array_y_higher 1, m - 1 rm1 : ----------------------, hdrc : convfloat(m) rm0 - convfloat(m - 1) rm1, array_y_higher 1, m - 2 if omniabs(hdrc) > glob_small_float glob_small_float glob_h then (rcs : ------, ord_no : hdrc rm1 convfloat((m - 2) (m - 2)) - rm0 convfloat(m - 3) -----------------------------------------------------, hdrc array_real_pole : rcs, array_real_pole : ord_no) 1, 1 1, 2 else (array_real_pole : glob_large_float, 1, 1 array_real_pole : glob_large_float)) 1, 2 else (array_real_pole : glob_large_float, 1, 1 array_real_pole : glob_large_float), n : - 1 - 1 + glob_max_terms, 1, 2 cnt : 0, while (cnt < 5) and (n >= 10) do (if omniabs(array_y_higher ) > 1, n glob_small_float then cnt : 1 + cnt else cnt : 0, n : n - 1), m : cnt + n, if m <= 10 then (rad_c : glob_large_float, ord_no : glob_large_float) elseif ((omniabs(array_y_higher ) >= glob_large_float) 1, m or (omniabs(array_y_higher ) >= glob_large_float) 1, m - 1 or (omniabs(array_y_higher ) >= glob_large_float) 1, m - 2 or (omniabs(array_y_higher ) >= glob_large_float) 1, m - 3 or (omniabs(array_y_higher ) >= glob_large_float) 1, m - 4 or (omniabs(array_y_higher ) >= glob_large_float)) 1, m - 5 or ((omniabs(array_y_higher ) <= glob_small_float) or (omniabs(array_y_higher ) <= glob_small_float) or (omniabs(array_y_higher ) <= glob_small_float) or (omniabs(array_y_higher ) <= glob_small_float) or (omniabs(array_y_higher ) <= glob_small_float) or (omniabs(array_y_higher ) <= glob_small_float)) 1, m 1, m - 1 1, m - 2 1, m - 3 1, m - 4 1, m - 5 then (rad_c : glob_large_float, ord_no : glob_large_float) array_y_higher array_y_higher 1, m 1, m - 1 else (rm0 : ----------------------, rm1 : ----------------------, array_y_higher array_y_higher 1, m - 1 1, m - 2 array_y_higher array_y_higher 1, m - 2 1, m - 3 rm2 : ----------------------, rm3 : ----------------------, array_y_higher array_y_higher 1, m - 3 1, m - 4 array_y_higher 1, m - 4 rm4 : ----------------------, nr1 : convfloat(m - 3) rm2 array_y_higher 1, m - 5 - 2.0 convfloat(m - 2) rm1 + convfloat(m - 1) rm0, nr2 : convfloat(m - 4) rm3 - 2.0 convfloat(m - 3) rm2 + convfloat(m - 2) rm1, - 1.0 2.0 - 1.0 - 1.0 2.0 - 1.0 5.0 8.0 3.0 dr1 : ----- + --- + -----, dr2 : ----- + --- + -----, ds1 : --- - --- + ---, rm3 rm2 rm1 rm4 rm3 rm2 rm3 rm2 rm1 5.0 8.0 3.0 ds2 : --- - --- + ---, if (omniabs(nr1 dr2 - nr2 dr1) <= glob_small_float) rm4 rm3 rm2 or (omniabs(dr1) <= glob_small_float) then (rad_c : glob_large_float, ord_no : glob_large_float) else (if omniabs(nr1 dr2 - nr2 dr1) > dr1 dr2 - ds2 dr1 + ds1 dr2 glob_small_float then (rcs : ---------------------------, nr1 dr2 - nr2 dr1 rcs nr1 - ds1 convfloat(m) ord_no : ------------- - ------------, 2.0 dr1 2.0 if omniabs(rcs) > glob_small_float then (if rcs > 0.0 then rad_c : sqrt(rcs) omniabs(glob_h) else rad_c : glob_large_float) else (rad_c : glob_large_float, ord_no : glob_large_float)) else (rad_c : glob_large_float, ord_no : glob_large_float)), array_complex_pole : rad_c, array_complex_pole : ord_no), 1, 1 1, 2 found_sing : 0, if (1 # found_sing) and ((array_real_pole = glob_large_float) 1, 1 or (array_real_pole = glob_large_float)) 1, 2 and ((array_complex_pole # glob_large_float) and (array_complex_pole # glob_large_float)) 1, 1 1, 2 and ((array_complex_pole > 0.0) and (array_complex_pole > 0.0)) 1, 1 1, 2 then (array_poles : array_complex_pole , 1, 1 1, 1 array_poles : array_complex_pole , found_sing : 1, 1, 2 1, 2 array_type_pole : 2, if glob_display_flag 1 then (if reached_interval() then omniout_str(ALWAYS, "Complex estimate of poles used for equation 1"))), if (1 # found_sing) and ((array_real_pole # glob_large_float) 1, 1 and (array_real_pole # glob_large_float) and (array_real_pole > 0.0) 1, 2 1, 1 and (array_real_pole > - 1.0 glob_smallish_float) 1, 2 and ((array_complex_pole = glob_large_float) or (array_complex_pole = glob_large_float) or (array_complex_pole <= 0.0) or (array_complex_pole <= 0.0))) 1, 1 1, 2 1, 1 1, 2 then (array_poles : array_real_pole , 1, 1 1, 1 array_poles : array_real_pole , found_sing : 1, array_type_pole : 1, 1, 2 1, 2 1 if glob_display_flag then (if reached_interval() then omniout_str(ALWAYS, "Real estimate of pole used for equation 1"))), if (1 # found_sing) and (((array_real_pole = glob_large_float) 1, 1 or (array_real_pole = glob_large_float)) 1, 2 and ((array_complex_pole = glob_large_float) or (array_complex_pole = glob_large_float))) 1, 1 1, 2 then (array_poles : glob_large_float, array_poles : glob_large_float, 1, 1 1, 2 found_sing : 1, array_type_pole : 3, if reached_interval() 1 then omniout_str(ALWAYS, "NO POLE for equation 1")), if (1 # found_sing) and ((array_real_pole < array_complex_pole ) 1, 1 1, 1 and (array_real_pole > 0.0) and (array_real_pole > - 1.0 1, 1 1, 2 glob_smallish_float)) then (array_poles : array_real_pole , 1, 1 1, 1 array_poles : array_real_pole , found_sing : 1, array_type_pole : 1, 1, 2 1, 2 1 if glob_display_flag then (if reached_interval() then omniout_str(ALWAYS, "Real estimate of pole used for equation 1"))), if (1 # found_sing) and ((array_complex_pole # glob_large_float) 1, 1 and (array_complex_pole # glob_large_float) 1, 2 and (array_complex_pole > 0.0) and (array_complex_pole > 1, 1 1, 2 0.0)) then (array_poles : array_complex_pole , 1, 1 1, 1 array_poles : array_complex_pole , array_type_pole : 2, 1, 2 1, 2 1 found_sing : 1, if glob_display_flag then (if reached_interval() then omniout_str(ALWAYS, "Complex estimate of poles used for equation 1"))), if 1 # found_sing then (array_poles : glob_large_float, 1, 1 array_poles : glob_large_float, array_type_pole : 3, 1, 2 1 if reached_interval() then omniout_str(ALWAYS, "NO POLE for equation 1")), array_pole : glob_large_float, array_pole : glob_large_float, 1 2 if array_pole > array_poles then (array_pole : array_poles , 1 1, 1 1 1, 1 array_pole : array_poles ), if array_pole glob_ratio_of_radius < 2 1, 2 1 omniabs(glob_h) then (h_new : array_pole glob_ratio_of_radius, term : 1, 1 ratio : 1.0, while term <= glob_max_terms do (array_y : term array_y ratio, array_y_higher : array_y_higher ratio, term 1, term 1, term ratio h_new array_x : array_x ratio, ratio : ---------------, term : 1 + term), term term omniabs(glob_h) glob_h : h_new), if reached_interval() then display_pole()) (%i11) get_norms() := block([iii], if not glob_initial_pass then (iii : 1, while iii <= glob_max_terms do (array_norms : 0.0, iii iii : 1 + iii), iii : 1, while iii <= glob_max_terms do (if omniabs(array_y ) > array_norms iii iii then array_norms : omniabs(array_y ), iii : 1 + iii))) iii iii (%o11) get_norms() := block([iii], if not glob_initial_pass then (iii : 1, while iii <= glob_max_terms do (array_norms : 0.0, iii iii : 1 + iii), iii : 1, while iii <= glob_max_terms do (if omniabs(array_y ) > array_norms iii iii then array_norms : omniabs(array_y ), iii : 1 + iii))) iii iii (%i12) atomall() := block([kkk, order_d, adj2, adj3, temporary, term, temp, temp2], array_tmp1 : array_const_0D2 array_x , 1 1 1 array_tmp2 : array_const_0D3 + array_tmp1 , array_tmp3 : sin(array_x ), 1 1 1 1 1 array_tmp3_g : cos(array_x ), array_tmp4 : array_tmp2 array_tmp3 , 1 1 1 1 1 array_tmp5 : array_tmp4 + array_const_0D0 , 1 1 1 if not array_y_set_initial then (if 1 <= glob_max_terms 1, 2 then (temporary : array_tmp5 expt(glob_h, 1) factorial_3(0, 1), 1 array_y : temporary, array_y_higher : temporary, 2 1, 2 temporary 1.0 temporary : -------------, array_y_higher : temporary, 0)), kkk : 2, glob_h 2, 1 array_tmp1 : array_const_0D2 array_x , array_tmp2 : array_tmp1 , 2 1 2 2 2 array_tmp3_g array_x - array_tmp3 array_x 1 2 1 2 array_tmp3 : ----------------------, array_tmp3_g : ----------------------, 2 1 2 1 array_tmp4 : array_tmp3 array_tmp2 + array_tmp3 array_tmp2 , 2 2 1 1 2 array_tmp5 : array_tmp4 , if not array_y_set_initial 2 2 1, 3 then (if 2 <= glob_max_terms then (temporary : array_tmp5 expt(glob_h, 1) factorial_3(1, 2), array_y : temporary, 2 3 temporary 2.0 array_y_higher : temporary, temporary : -------------, 1, 3 glob_h array_y_higher : temporary, 0)), kkk : 3, 2, 2 array_tmp3_g array_x - array_tmp3 array_x 2 2 2 2 array_tmp3 : ----------------------, array_tmp3_g : ----------------------, 3 2 3 2 array_tmp4 : array_tmp3 array_tmp2 + array_tmp3 array_tmp2 , 3 3 1 2 2 array_tmp5 : array_tmp4 , if not array_y_set_initial 3 3 1, 4 then (if 3 <= glob_max_terms then (temporary : array_tmp5 expt(glob_h, 1) factorial_3(2, 3), array_y : temporary, 3 4 temporary 3.0 array_y_higher : temporary, temporary : -------------, 1, 4 glob_h array_y_higher : temporary, 0)), kkk : 4, 2, 3 array_tmp3_g array_x - array_tmp3 array_x 3 2 3 2 array_tmp3 : ----------------------, array_tmp3_g : ----------------------, 4 3 4 3 array_tmp4 : array_tmp3 array_tmp2 + array_tmp3 array_tmp2 , 4 4 1 3 2 array_tmp5 : array_tmp4 , if not array_y_set_initial 4 4 1, 5 then (if 4 <= glob_max_terms then (temporary : array_tmp5 expt(glob_h, 1) factorial_3(3, 4), array_y : temporary, 4 5 temporary 4.0 array_y_higher : temporary, temporary : -------------, 1, 5 glob_h array_y_higher : temporary, 0)), kkk : 5, 2, 4 array_tmp3_g array_x - array_tmp3 array_x 4 2 4 2 array_tmp3 : ----------------------, array_tmp3_g : ----------------------, 5 4 5 4 array_tmp4 : array_tmp3 array_tmp2 + array_tmp3 array_tmp2 , 5 5 1 4 2 array_tmp5 : array_tmp4 , if not array_y_set_initial 5 5 1, 6 then (if 5 <= glob_max_terms then (temporary : array_tmp5 expt(glob_h, 1) factorial_3(4, 5), array_y : temporary, 5 6 temporary 5.0 array_y_higher : temporary, temporary : -------------, 1, 6 glob_h array_y_higher : temporary, 0)), kkk : 6, 2, 5 array_tmp3_g array_x kkk - 1 2 while kkk <= glob_max_terms do (array_tmp3 : ----------------------------, kkk kkk - 1 - array_tmp3 array_x kkk - 1 2 array_tmp3_g : ----------------------------, kkk kkk - 1 array_tmp4 : array_tmp3 array_tmp2 + array_tmp3 array_tmp2 , kkk kkk 1 kkk - 1 2 array_tmp5 : array_tmp4 , order_d : 1, kkk kkk if 1 + order_d + kkk <= glob_max_terms then (if not array_y_set_initial 1, order_d + kkk then (temporary : array_tmp5 expt(glob_h, order_d) kkk factorial_3(kkk - 1, - 1 + order_d + kkk), array_y : temporary, order_d + kkk array_y_higher : temporary, term : - 1 + order_d + kkk, 1, order_d + kkk adj2 : - 1 + order_d + kkk, adj3 : 2, while term >= 1 do (if adj3 <= 1 + order_d then (if adj2 > 0 temporary convfp(adj2) then temporary : ---------------------- else temporary : temporary, glob_h array_y_higher : temporary), term : term - 1, adj2 : adj2 - 1, adj3, term adj3 : 1 + adj3))), kkk : 1 + kkk)) (%o12) atomall() := block([kkk, order_d, adj2, adj3, temporary, term, temp, temp2], array_tmp1 : array_const_0D2 array_x , 1 1 1 array_tmp2 : array_const_0D3 + array_tmp1 , array_tmp3 : sin(array_x ), 1 1 1 1 1 array_tmp3_g : cos(array_x ), array_tmp4 : array_tmp2 array_tmp3 , 1 1 1 1 1 array_tmp5 : array_tmp4 + array_const_0D0 , 1 1 1 if not array_y_set_initial then (if 1 <= glob_max_terms 1, 2 then (temporary : array_tmp5 expt(glob_h, 1) factorial_3(0, 1), 1 array_y : temporary, array_y_higher : temporary, 2 1, 2 temporary 1.0 temporary : -------------, array_y_higher : temporary, 0)), kkk : 2, glob_h 2, 1 array_tmp1 : array_const_0D2 array_x , array_tmp2 : array_tmp1 , 2 1 2 2 2 array_tmp3_g array_x - array_tmp3 array_x 1 2 1 2 array_tmp3 : ----------------------, array_tmp3_g : ----------------------, 2 1 2 1 array_tmp4 : array_tmp3 array_tmp2 + array_tmp3 array_tmp2 , 2 2 1 1 2 array_tmp5 : array_tmp4 , if not array_y_set_initial 2 2 1, 3 then (if 2 <= glob_max_terms then (temporary : array_tmp5 expt(glob_h, 1) factorial_3(1, 2), array_y : temporary, 2 3 temporary 2.0 array_y_higher : temporary, temporary : -------------, 1, 3 glob_h array_y_higher : temporary, 0)), kkk : 3, 2, 2 array_tmp3_g array_x - array_tmp3 array_x 2 2 2 2 array_tmp3 : ----------------------, array_tmp3_g : ----------------------, 3 2 3 2 array_tmp4 : array_tmp3 array_tmp2 + array_tmp3 array_tmp2 , 3 3 1 2 2 array_tmp5 : array_tmp4 , if not array_y_set_initial 3 3 1, 4 then (if 3 <= glob_max_terms then (temporary : array_tmp5 expt(glob_h, 1) factorial_3(2, 3), array_y : temporary, 3 4 temporary 3.0 array_y_higher : temporary, temporary : -------------, 1, 4 glob_h array_y_higher : temporary, 0)), kkk : 4, 2, 3 array_tmp3_g array_x - array_tmp3 array_x 3 2 3 2 array_tmp3 : ----------------------, array_tmp3_g : ----------------------, 4 3 4 3 array_tmp4 : array_tmp3 array_tmp2 + array_tmp3 array_tmp2 , 4 4 1 3 2 array_tmp5 : array_tmp4 , if not array_y_set_initial 4 4 1, 5 then (if 4 <= glob_max_terms then (temporary : array_tmp5 expt(glob_h, 1) factorial_3(3, 4), array_y : temporary, 4 5 temporary 4.0 array_y_higher : temporary, temporary : -------------, 1, 5 glob_h array_y_higher : temporary, 0)), kkk : 5, 2, 4 array_tmp3_g array_x - array_tmp3 array_x 4 2 4 2 array_tmp3 : ----------------------, array_tmp3_g : ----------------------, 5 4 5 4 array_tmp4 : array_tmp3 array_tmp2 + array_tmp3 array_tmp2 , 5 5 1 4 2 array_tmp5 : array_tmp4 , if not array_y_set_initial 5 5 1, 6 then (if 5 <= glob_max_terms then (temporary : array_tmp5 expt(glob_h, 1) factorial_3(4, 5), array_y : temporary, 5 6 temporary 5.0 array_y_higher : temporary, temporary : -------------, 1, 6 glob_h array_y_higher : temporary, 0)), kkk : 6, 2, 5 array_tmp3_g array_x kkk - 1 2 while kkk <= glob_max_terms do (array_tmp3 : ----------------------------, kkk kkk - 1 - array_tmp3 array_x kkk - 1 2 array_tmp3_g : ----------------------------, kkk kkk - 1 array_tmp4 : array_tmp3 array_tmp2 + array_tmp3 array_tmp2 , kkk kkk 1 kkk - 1 2 array_tmp5 : array_tmp4 , order_d : 1, kkk kkk if 1 + order_d + kkk <= glob_max_terms then (if not array_y_set_initial 1, order_d + kkk then (temporary : array_tmp5 expt(glob_h, order_d) kkk factorial_3(kkk - 1, - 1 + order_d + kkk), array_y : temporary, order_d + kkk array_y_higher : temporary, term : - 1 + order_d + kkk, 1, order_d + kkk adj2 : - 1 + order_d + kkk, adj3 : 2, while term >= 1 do (if adj3 <= 1 + order_d then (if adj2 > 0 temporary convfp(adj2) then temporary : ---------------------- else temporary : temporary, glob_h array_y_higher : temporary), term : term - 1, adj2 : adj2 - 1, adj3, term adj3 : 1 + adj3))), kkk : 1 + kkk)) log(x) (%i13) log10(x) := --------- log(10.0) log(x) (%o13) log10(x) := --------- log(10.0) (%i14) omniout_str(iolevel, str) := if glob_iolevel >= iolevel then printf(true, "~a~%", string(str)) (%o14) omniout_str(iolevel, str) := if glob_iolevel >= iolevel then printf(true, "~a~%", string(str)) (%i15) omniout_str_noeol(iolevel, str) := if glob_iolevel >= iolevel then printf(true, "~a", string(str)) (%o15) omniout_str_noeol(iolevel, str) := if glob_iolevel >= iolevel then printf(true, "~a", string(str)) (%i16) omniout_labstr(iolevel, label, str) := if glob_iolevel >= iolevel then printf(true, "~a = ~a~%", string(label), string(str)) (%o16) omniout_labstr(iolevel, label, str) := if glob_iolevel >= iolevel then printf(true, "~a = ~a~%", string(label), string(str)) (%i17) omniout_float(iolevel, prelabel, prelen, value, vallen, postlabel) := if glob_iolevel >= iolevel then (if vallen = 4 then printf(true, "~a = ~g ~s ~%", prelabel, value, postlabel) else printf(true, "~a = ~g ~s ~%", prelabel, value, postlabel)) (%o17) omniout_float(iolevel, prelabel, prelen, value, vallen, postlabel) := if glob_iolevel >= iolevel then (if vallen = 4 then printf(true, "~a = ~g ~s ~%", prelabel, value, postlabel) else printf(true, "~a = ~g ~s ~%", prelabel, value, postlabel)) (%i18) omniout_int(iolevel, prelabel, prelen, value, vallen, postlabel) := if glob_iolevel >= iolevel then (printf(true, "~a = ~d ~a~%", prelabel, value, postlabel), newline()) (%o18) omniout_int(iolevel, prelabel, prelen, value, vallen, postlabel) := if glob_iolevel >= iolevel then (printf(true, "~a = ~d ~a~%", prelabel, value, postlabel), newline()) (%i19) omniout_float_arr(iolevel, prelabel, elemnt, prelen, value, vallen, postlabel) := if glob_iolevel >= iolevel then (sprint(prelabel, "[", elemnt, "]=", value, postlabel), newline()) (%o19) omniout_float_arr(iolevel, prelabel, elemnt, prelen, value, vallen, postlabel) := if glob_iolevel >= iolevel then (sprint(prelabel, "[", elemnt, "]=", value, postlabel), newline()) (%i20) dump_series(iolevel, dump_label, series_name, arr_series, numb) := block([i], if glob_iolevel >= iolevel then (i : 1, while i <= numb do (sprint(dump_label, series_name, "i = ", i, "series = ", array_series ), newline(), i : 1 + i))) i (%o20) dump_series(iolevel, dump_label, series_name, arr_series, numb) := block([i], if glob_iolevel >= iolevel then (i : 1, while i <= numb do (sprint(dump_label, series_name, "i = ", i, "series = ", array_series ), newline(), i : 1 + i))) i (%i21) dump_series_2(iolevel, dump_label, series_name2, arr_series2, numb, subnum, arr_x) := (array_series2, numb, subnum) := block([i, sub, ts_term], if glob_iolevel >= iolevel then (sub : 1, while sub <= subnum do (i : 1, while i <= num do (sprint(dump_label, series_name, "sub = ", sub, "i = ", i, "series2 = ", array_series2 ), i : 1 + i), sub : 1 + sub))) sub, i (%o21) dump_series_2(iolevel, dump_label, series_name2, arr_series2, numb, subnum, arr_x) := (array_series2, numb, subnum) := block([i, sub, ts_term], if glob_iolevel >= iolevel then (sub : 1, while sub <= subnum do (i : 1, while i <= num do (sprint(dump_label, series_name, "sub = ", sub, "i = ", i, "series2 = ", array_series2 ), i : 1 + i), sub : 1 + sub))) sub, i (%i22) cs_info(iolevel, str) := if glob_iolevel >= iolevel then sprint(concat("cs_info ", str, " glob_correct_start_flag = ", glob_correct_start_flag, "glob_h := ", glob_h, "glob_reached_optimal_h := ", glob_reached_optimal_h)) (%o22) cs_info(iolevel, str) := if glob_iolevel >= iolevel then sprint(concat("cs_info ", str, " glob_correct_start_flag = ", glob_correct_start_flag, "glob_h := ", glob_h, "glob_reached_optimal_h := ", glob_reached_optimal_h)) (%i23) logitem_time(fd, secs_in) := block([days, days_int, hours, hours_int, minutes, minutes_int, sec_int, seconds, secs, years, years_int], secs : convfloat(secs_in), printf(fd, "~%"), secs if secs >= 0 then (years_int : trunc(----------------), glob_sec_in_year sec_temp : mod(trunc(secs), trunc(glob_sec_in_year)), sec_temp days_int : trunc(---------------), sec_temp : glob_sec_in_day sec_temp mod(sec_temp, trunc(glob_sec_in_day)), hours_int : trunc(----------------), glob_sec_in_hour sec_temp : mod(sec_temp, trunc(glob_sec_in_hour)), sec_temp minutes_int : trunc(------------------), glob_sec_in_minute sec_int : mod(sec_temp, trunc(glob_sec_in_minute)), if years_int > 0 then printf(fd, "= ~d Years ~d Days ~d Hours ~d Minutes ~d Seconds~%", years_int, days_int, hours_int, minutes_int, sec_int) elseif days_int > 0 then printf(fd, "= ~d Days ~d Hours ~d Minutes ~d Seconds~%", days_int, hours_int, minutes_int, sec_int) elseif hours_int > 0 then printf(fd, "= ~d Hours ~d Minutes ~d Seconds~%", hours_int, minutes_int, sec_int) elseif minutes_int > 0 then printf(fd, "= ~d Minutes ~d Seconds~%", minutes_int, sec_int) else printf(fd, "= ~d Seconds~%", sec_int)) else printf(fd, " Unknown~%"), printf(fd, "~%")) (%o23) logitem_time(fd, secs_in) := block([days, days_int, hours, hours_int, minutes, minutes_int, sec_int, seconds, secs, years, years_int], secs : convfloat(secs_in), printf(fd, "~%"), secs if secs >= 0 then (years_int : trunc(----------------), glob_sec_in_year sec_temp : mod(trunc(secs), trunc(glob_sec_in_year)), sec_temp days_int : trunc(---------------), sec_temp : glob_sec_in_day sec_temp mod(sec_temp, trunc(glob_sec_in_day)), hours_int : trunc(----------------), glob_sec_in_hour sec_temp : mod(sec_temp, trunc(glob_sec_in_hour)), sec_temp minutes_int : trunc(------------------), glob_sec_in_minute sec_int : mod(sec_temp, trunc(glob_sec_in_minute)), if years_int > 0 then printf(fd, "= ~d Years ~d Days ~d Hours ~d Minutes ~d Seconds~%", years_int, days_int, hours_int, minutes_int, sec_int) elseif days_int > 0 then printf(fd, "= ~d Days ~d Hours ~d Minutes ~d Seconds~%", days_int, hours_int, minutes_int, sec_int) elseif hours_int > 0 then printf(fd, "= ~d Hours ~d Minutes ~d Seconds~%", hours_int, minutes_int, sec_int) elseif minutes_int > 0 then printf(fd, "= ~d Minutes ~d Seconds~%", minutes_int, sec_int) else printf(fd, "= ~d Seconds~%", sec_int)) else printf(fd, " Unknown~%"), printf(fd, "~%")) (%i24) omniout_timestr(secs_in) := block([days, days_int, hours, hours_int, minutes, minutes_int, sec_int, seconds, secs, years, years_int], secs : convfloat(secs_in), if secs >= 0 secs then (years_int : trunc(----------------), glob_sec_in_year sec_temp : mod(trunc(secs), trunc(glob_sec_in_year)), sec_temp days_int : trunc(---------------), sec_temp : glob_sec_in_day sec_temp mod(sec_temp, trunc(glob_sec_in_day)), hours_int : trunc(----------------), glob_sec_in_hour sec_temp : mod(sec_temp, trunc(glob_sec_in_hour)), sec_temp minutes_int : trunc(------------------), glob_sec_in_minute sec_int : mod(sec_temp, trunc(glob_sec_in_minute)), if years_int > 0 then printf(true, "= ~d Years ~d Days ~d Hours ~d Minutes ~d Seconds~%", years_int, days_int, hours_int, minutes_int, sec_int) elseif days_int > 0 then printf(true, "= ~d Days ~d Hours ~d Minutes ~d Seconds~%", days_int, hours_int, minutes_int, sec_int) elseif hours_int > 0 then printf(true, "= ~d Hours ~d Minutes ~d Seconds~%", hours_int, minutes_int, sec_int) elseif minutes_int > 0 then printf(true, "= ~d Minutes ~d Seconds~%", minutes_int, sec_int) else printf(true, "= ~d Seconds~%", sec_int)) else printf(true, " Unknown~%")) (%o24) omniout_timestr(secs_in) := block([days, days_int, hours, hours_int, minutes, minutes_int, sec_int, seconds, secs, years, years_int], secs : convfloat(secs_in), if secs >= 0 secs then (years_int : trunc(----------------), glob_sec_in_year sec_temp : mod(trunc(secs), trunc(glob_sec_in_year)), sec_temp days_int : trunc(---------------), sec_temp : glob_sec_in_day sec_temp mod(sec_temp, trunc(glob_sec_in_day)), hours_int : trunc(----------------), glob_sec_in_hour sec_temp : mod(sec_temp, trunc(glob_sec_in_hour)), sec_temp minutes_int : trunc(------------------), glob_sec_in_minute sec_int : mod(sec_temp, trunc(glob_sec_in_minute)), if years_int > 0 then printf(true, "= ~d Years ~d Days ~d Hours ~d Minutes ~d Seconds~%", years_int, days_int, hours_int, minutes_int, sec_int) elseif days_int > 0 then printf(true, "= ~d Days ~d Hours ~d Minutes ~d Seconds~%", days_int, hours_int, minutes_int, sec_int) elseif hours_int > 0 then printf(true, "= ~d Hours ~d Minutes ~d Seconds~%", hours_int, minutes_int, sec_int) elseif minutes_int > 0 then printf(true, "= ~d Minutes ~d Seconds~%", minutes_int, sec_int) else printf(true, "= ~d Seconds~%", sec_int)) else printf(true, " Unknown~%")) (%i25) ats(mmm_ats, arr_a, arr_b, jjj_ats) := block([iii_ats, lll_ats, ma_ats, ret_ats], ret_ats : 0.0, if jjj_ats <= mmm_ats then (ma_ats : 1 + mmm_ats, iii_ats : jjj_ats, while iii_ats <= mmm_ats do (lll_ats : ma_ats - iii_ats, ret_ats : arr_a arr_b + ret_ats, iii_ats : 1 + iii_ats)), iii_ats lll_ats ret_ats) (%o25) ats(mmm_ats, arr_a, arr_b, jjj_ats) := block([iii_ats, lll_ats, ma_ats, ret_ats], ret_ats : 0.0, if jjj_ats <= mmm_ats then (ma_ats : 1 + mmm_ats, iii_ats : jjj_ats, while iii_ats <= mmm_ats do (lll_ats : ma_ats - iii_ats, ret_ats : arr_a arr_b + ret_ats, iii_ats : 1 + iii_ats)), iii_ats lll_ats ret_ats) (%i26) att(mmm_att, arr_aa, arr_bb, jjj_att) := block([al_att, iii_att, lll_att, ma_att, ret_att], ret_att : 0.0, if jjj_att <= mmm_att then (ma_att : 2 + mmm_att, iii_att : jjj_att, while iii_att <= mmm_att do (lll_att : ma_att - iii_att, al_att : lll_att - 1, if lll_att <= glob_max_terms then ret_att : arr_aa arr_bb convfp(al_att) + ret_att, iii_att lll_att ret_att iii_att : 1 + iii_att), ret_att : ---------------), ret_att) convfp(mmm_att) (%o26) att(mmm_att, arr_aa, arr_bb, jjj_att) := block([al_att, iii_att, lll_att, ma_att, ret_att], ret_att : 0.0, if jjj_att <= mmm_att then (ma_att : 2 + mmm_att, iii_att : jjj_att, while iii_att <= mmm_att do (lll_att : ma_att - iii_att, al_att : lll_att - 1, if lll_att <= glob_max_terms then ret_att : arr_aa arr_bb convfp(al_att) + ret_att, iii_att lll_att ret_att iii_att : 1 + iii_att), ret_att : ---------------), ret_att) convfp(mmm_att) (%i27) display_pole_debug(typ, radius, order2) := (if typ = 1 then omniout_str(ALWAYS, "Real") else omniout_str(ALWAYS, "Complex"), omniout_float(ALWAYS, "DBG Radius of convergence ", 4, radius, 4, " "), omniout_float(ALWAYS, "DBG Order of pole ", 4, order2, 4, " ")) (%o27) display_pole_debug(typ, radius, order2) := (if typ = 1 then omniout_str(ALWAYS, "Real") else omniout_str(ALWAYS, "Complex"), omniout_float(ALWAYS, "DBG Radius of convergence ", 4, radius, 4, " "), omniout_float(ALWAYS, "DBG Order of pole ", 4, order2, 4, " ")) (%i28) display_pole() := if (array_pole # glob_large_float) 1 and (array_pole > 0.0) and (array_pole # glob_large_float) 1 2 and (array_pole > 0.0) and glob_display_flag 2 then (omniout_float(ALWAYS, "Radius of convergence ", 4, array_pole , 4, " "), omniout_float(ALWAYS, 1 "Order of pole ", 4, array_pole , 4, " ")) 2 (%o28) display_pole() := if (array_pole # glob_large_float) 1 and (array_pole > 0.0) and (array_pole # glob_large_float) 1 2 and (array_pole > 0.0) and glob_display_flag 2 then (omniout_float(ALWAYS, "Radius of convergence ", 4, array_pole , 4, " "), omniout_float(ALWAYS, 1 "Order of pole ", 4, array_pole , 4, " ")) 2 (%i29) logditto(file) := (printf(file, ""), printf(file, "ditto"), printf(file, "")) (%o29) logditto(file) := (printf(file, ""), printf(file, "ditto"), printf(file, "")) (%i30) logitem_integer(file, n) := (printf(file, ""), printf(file, "~d", n), printf(file, "")) (%o30) logitem_integer(file, n) := (printf(file, ""), printf(file, "~d", n), printf(file, "")) (%i31) logitem_str(file, str) := (printf(file, ""), printf(file, str), printf(file, "")) (%o31) logitem_str(file, str) := (printf(file, ""), printf(file, str), printf(file, "")) (%i32) logitem_good_digits(file, rel_error) := block([good_digits], printf(file, ""), if rel_error # - 1.0 then (if rel_error > + 1.0E-34 then (good_digits : 1 - floor(log10(rel_error)), printf(file, "~d", good_digits)) else (good_digits : 16, printf(file, "~d", good_digits))) else printf(file, "Unknown"), printf(file, "")) (%o32) logitem_good_digits(file, rel_error) := block([good_digits], printf(file, ""), if rel_error # - 1.0 then (if rel_error > + 1.0E-34 then (good_digits : 1 - floor(log10(rel_error)), printf(file, "~d", good_digits)) else (good_digits : 16, printf(file, "~d", good_digits))) else printf(file, "Unknown"), printf(file, "")) (%i33) log_revs(file, revs) := printf(file, revs) (%o33) log_revs(file, revs) := printf(file, revs) (%i34) logitem_float(file, x) := (printf(file, ""), printf(file, "~g", x), printf(file, "")) (%o34) logitem_float(file, x) := (printf(file, ""), printf(file, "~g", x), printf(file, "")) (%i35) logitem_pole(file, pole) := (printf(file, ""), if pole = 0 then printf(file, "NA") elseif pole = 1 then printf(file, "Real") elseif pole = 2 then printf(file, "Complex") else printf(file, "No Pole"), printf(file, "")) (%o35) logitem_pole(file, pole) := (printf(file, ""), if pole = 0 then printf(file, "NA") elseif pole = 1 then printf(file, "Real") elseif pole = 2 then printf(file, "Complex") else printf(file, "No Pole"), printf(file, "")) (%i36) logstart(file) := printf(file, "") (%o36) logstart(file) := printf(file, "") (%i37) logend(file) := printf(file, "~%") (%o37) logend(file) := printf(file, "~%") (%i38) chk_data() := block([errflag], errflag : false, if (glob_max_terms < 15) or (glob_max_terms > 512) then (omniout_str(ALWAYS, "Illegal max_terms = -- Using 30"), glob_max_terms : 30), if glob_max_iter < 2 then (omniout_str(ALWAYS, "Illegal max_iter"), errflag : true), if errflag then quit()) (%o38) chk_data() := block([errflag], errflag : false, if (glob_max_terms < 15) or (glob_max_terms > 512) then (omniout_str(ALWAYS, "Illegal max_terms = -- Using 30"), glob_max_terms : 30), if glob_max_iter < 2 then (omniout_str(ALWAYS, "Illegal max_iter"), errflag : true), if errflag then quit()) (%i39) comp_expect_sec(t_end2, t_start2, t2, clock_sec2) := block([ms2, rrr, sec_left, sub1, sub2], ms2 : clock_sec2, sub1 : t_end2 - t_start2, sub2 : t2 - t_start2, if sub1 = 0.0 then sec_left : 0.0 else (if sub2 > 0.0 sub1 then (rrr : ----, sec_left : rrr ms2 - ms2) else sec_left : 0.0), sec_left) sub2 (%o39) comp_expect_sec(t_end2, t_start2, t2, clock_sec2) := block([ms2, rrr, sec_left, sub1, sub2], ms2 : clock_sec2, sub1 : t_end2 - t_start2, sub2 : t2 - t_start2, if sub1 = 0.0 then sec_left : 0.0 else (if sub2 > 0.0 sub1 then (rrr : ----, sec_left : rrr ms2 - ms2) else sec_left : 0.0), sec_left) sub2 (%i40) comp_percent(t_end2, t_start2, t2) := block([rrr, sub1, sub2], sub1 : t_end2 - t_start2, sub2 : t2 - t_start2, 100.0 sub2 if sub2 > glob_small_float then rrr : ---------- else rrr : 0.0, rrr) sub1 (%o40) comp_percent(t_end2, t_start2, t2) := block([rrr, sub1, sub2], sub1 : t_end2 - t_start2, sub2 : t2 - t_start2, 100.0 sub2 if sub2 > glob_small_float then rrr : ---------- else rrr : 0.0, rrr) sub1 (%i41) factorial_2(nnn) := nnn! (%o41) factorial_2(nnn) := nnn! (%i42) factorial_1(nnn) := block([ret], if nnn <= glob_max_terms then (if array_fact_1 = 0 nnn then (ret : factorial_2(nnn), array_fact_1 : ret) nnn else ret : array_fact_1 ) else ret : factorial_2(nnn), ret) nnn (%o42) factorial_1(nnn) := block([ret], if nnn <= glob_max_terms then (if array_fact_1 = 0 nnn then (ret : factorial_2(nnn), array_fact_1 : ret) nnn else ret : array_fact_1 ) else ret : factorial_2(nnn), ret) nnn (%i43) factorial_3(mmm, nnn) := block([ret], if (nnn <= glob_max_terms) and (mmm <= glob_max_terms) factorial_1(mmm) then (if array_fact_2 = 0 then (ret : ----------------, mmm, nnn factorial_1(nnn) array_fact_2 : ret) else ret : array_fact_2 ) mmm, nnn mmm, nnn factorial_2(mmm) else ret : ----------------, ret) factorial_2(nnn) (%o43) factorial_3(mmm, nnn) := block([ret], if (nnn <= glob_max_terms) and (mmm <= glob_max_terms) factorial_1(mmm) then (if array_fact_2 = 0 then (ret : ----------------, mmm, nnn factorial_1(nnn) array_fact_2 : ret) else ret : array_fact_2 ) mmm, nnn mmm, nnn factorial_2(mmm) else ret : ----------------, ret) factorial_2(nnn) (%i44) convfp(mmm) := mmm (%o44) convfp(mmm) := mmm (%i45) convfloat(mmm) := mmm (%o45) convfloat(mmm) := mmm (%i46) elapsed_time_seconds() := block([t], t : elapsed_real_time(), t) (%o46) elapsed_time_seconds() := block([t], t : elapsed_real_time(), t) (%i47) Si(x) := 0.0 (%o47) Si(x) := 0.0 (%i48) Ci(x) := 0.0 (%o48) Ci(x) := 0.0 (%i49) ln(x) := log(x) (%o49) ln(x) := log(x) (%i50) arcsin(x) := asin(x) (%o50) arcsin(x) := asin(x) (%i51) arccos(x) := acos(x) (%o51) arccos(x) := acos(x) (%i52) arctan(x) := atan(x) (%o52) arctan(x) := atan(x) (%i53) omniabs(x) := abs(x) (%o53) omniabs(x) := abs(x) (%i54) expt(x, y) := (if (x = 0.0) and (y < 0.0) y then print("expt error x = ", x, "y = ", y), x ) (%o54) expt(x, y) := (if (x = 0.0) and (y < 0.0) y then print("expt error x = ", x, "y = ", y), x ) (%i55) estimated_needed_step_error(x_start, x_end, estimated_h, estimated_answer) := block([desired_abs_gbl_error, range, estimated_steps, step_error], omniout_float(ALWAYS, "glob_desired_digits_correct", 32, glob_desired_digits_correct, 32, ""), desired_abs_gbl_error : expt(10.0, - glob_desired_digits_correct) omniabs(estimated_answer), omniout_float(ALWAYS, "desired_abs_gbl_error", 32, desired_abs_gbl_error, 32, ""), range : x_end - x_start, omniout_float(ALWAYS, "range", 32, range, 32, range ""), estimated_steps : -----------, omniout_float(ALWAYS, "estimated_steps", estimated_h desired_abs_gbl_error 32, estimated_steps, 32, ""), step_error : omniabs(---------------------), estimated_steps omniout_float(ALWAYS, "step_error", 32, step_error, 32, ""), step_error) (%o55) estimated_needed_step_error(x_start, x_end, estimated_h, estimated_answer) := block([desired_abs_gbl_error, range, estimated_steps, step_error], omniout_float(ALWAYS, "glob_desired_digits_correct", 32, glob_desired_digits_correct, 32, ""), desired_abs_gbl_error : expt(10.0, - glob_desired_digits_correct) omniabs(estimated_answer), omniout_float(ALWAYS, "desired_abs_gbl_error", 32, desired_abs_gbl_error, 32, ""), range : x_end - x_start, omniout_float(ALWAYS, "range", 32, range, 32, range ""), estimated_steps : -----------, omniout_float(ALWAYS, "estimated_steps", estimated_h desired_abs_gbl_error 32, estimated_steps, 32, ""), step_error : omniabs(---------------------), estimated_steps omniout_float(ALWAYS, "step_error", 32, step_error, 32, ""), step_error) (%i56) exact_soln_y(x) := block(- 0.3 cos(x) - 0.2 cos(x) x + 0.2 sin(x)) (%o56) exact_soln_y(x) := block(- 0.3 cos(x) - 0.2 cos(x) x + 0.2 sin(x)) (%i57) main() := block([d1, d2, d3, d4, est_err_2, niii, done_once, term, ord, order_diff, term_no, html_log_file, iiif, jjjf, rows, r_order, sub_iter, calc_term, iii, temp_sum, current_iter, x_start, x_end, it, max_terms, opt_iter, tmp, subiter, est_needed_step_err, value3, min_value, est_answer, best_h, found_h, repeat_it], define_variable(glob_max_terms, 30, fixnum), define_variable(glob_iolevel, 5, fixnum), define_variable(ALWAYS, 1, fixnum), define_variable(INFO, 2, fixnum), define_variable(DEBUGL, 3, fixnum), define_variable(DEBUGMASSIVE, 4, fixnum), define_variable(MAX_UNCHANGED, 10, fixnum), define_variable(glob_check_sign, 1.0, float), define_variable(glob_desired_digits_correct, 8.0, float), define_variable(glob_max_value3, 0.0, float), define_variable(glob_ratio_of_radius, 0.01, float), define_variable(glob_percent_done, 0.0, float), define_variable(glob_subiter_method, 3, fixnum), define_variable(glob_total_exp_sec, 0.1, float), define_variable(glob_optimal_expect_sec, 0.1, float), define_variable(glob_html_log, true, boolean), define_variable(glob_good_digits, 0, fixnum), define_variable(glob_max_opt_iter, 10, fixnum), define_variable(glob_dump, false, boolean), define_variable(glob_djd_debug, true, boolean), define_variable(glob_display_flag, true, boolean), define_variable(glob_djd_debug2, true, boolean), define_variable(glob_sec_in_minute, 60, fixnum), define_variable(glob_min_in_hour, 60, fixnum), define_variable(glob_hours_in_day, 24, fixnum), define_variable(glob_days_in_year, 365, fixnum), define_variable(glob_sec_in_hour, 3600, fixnum), define_variable(glob_sec_in_day, 86400, fixnum), define_variable(glob_sec_in_year, 31536000, fixnum), define_variable(glob_almost_1, 0.999, float), define_variable(glob_clock_sec, 0.0, float), define_variable(glob_clock_start_sec, 0.0, float), define_variable(glob_not_yet_finished, true, boolean), define_variable(glob_initial_pass, true, boolean), define_variable(glob_not_yet_start_msg, true, boolean), define_variable(glob_reached_optimal_h, false, boolean), define_variable(glob_optimal_done, false, boolean), define_variable(glob_disp_incr, 0.1, float), define_variable(glob_h, 0.1, float), define_variable(glob_max_h, 0.1, float), define_variable(glob_large_float, 9.0E+100, float), define_variable(glob_last_good_h, 0.1, float), define_variable(glob_look_poles, false, boolean), define_variable(glob_neg_h, false, boolean), define_variable(glob_display_interval, 0.0, float), define_variable(glob_next_display, 0.0, float), define_variable(glob_dump_analytic, false, boolean), define_variable(glob_abserr, 1.0E-11, float), define_variable(glob_relerr, 1.0E-11, float), define_variable(glob_max_hours, 0.0, float), define_variable(glob_max_iter, 1000, fixnum), define_variable(glob_max_rel_trunc_err, 1.0E-11, float), define_variable(glob_max_trunc_err, 1.0E-11, float), define_variable(glob_no_eqs, 0, fixnum), define_variable(glob_optimal_clock_start_sec, 0.0, float), define_variable(glob_optimal_start, 0.0, float), define_variable(glob_small_float, 1.0E-201, float), define_variable(glob_smallish_float, 1.0E-101, float), define_variable(glob_unchanged_h_cnt, 0, fixnum), define_variable(glob_warned, false, boolean), define_variable(glob_warned2, false, boolean), define_variable(glob_max_sec, 10000.0, float), define_variable(glob_orig_start_sec, 0.0, float), define_variable(glob_start, 0, fixnum), define_variable(glob_curr_iter_when_opt, 0, fixnum), define_variable(glob_current_iter, 0, fixnum), define_variable(glob_iter, 0, fixnum), define_variable(glob_normmax, 0.0, float), define_variable(glob_max_minutes, 0.0, float), ALWAYS : 1, INFO : 2, DEBUGL : 3, DEBUGMASSIVE : 4, glob_iolevel : INFO, glob_orig_start_sec : elapsed_time_seconds(), MAX_UNCHANGED : 10, glob_curr_iter_when_opt : 0, glob_display_flag : true, glob_no_eqs : 1, glob_iter : - 1, opt_iter : - 1, glob_max_iter : 50000, glob_max_hours : 0.0, glob_max_minutes : 15.0, omniout_str(ALWAYS, "##############ECHO OF PROBLEM#################"), omniout_str(ALWAYS, "######\ ########temp/mult_lin_sinpostode.ode#################"), omniout_str(ALWAYS, "diff ( y , x , 1 ) = (0.2 * x + 0.3) * sin(x);"), omniout_str(ALWAYS, "!"), omniout_str(ALWAYS, "/* BEGIN FIRST INPUT BLOCK */"), omniout_str(ALWAYS, "Digits:32,"), omniout_str(ALWAYS, "max_terms:30,"), omniout_str(ALWAYS, "!"), omniout_str(ALWAYS, "/* END FIRST INPUT BLOCK */"), omniout_str(ALWAYS, "/* BEGIN SECOND INPUT BLOCK */"), omniout_str(ALWAYS, "x_start:0.1,"), omniout_str(ALWAYS, "x_end:5.0,"), omniout_str(ALWAYS, "array_y_init[0 + 1] : exact_soln_y(x_start),"), omniout_str(ALWAYS, "glob_look_poles:true,"), omniout_str(ALWAYS, "glob_max_iter:1000000,"), omniout_str(ALWAYS, "/* END SECOND INPUT BLOCK */"), omniout_str(ALWAYS, "/* BEGIN OVERRIDE BLOCK */"), omniout_str(ALWAYS, "glob_desired_digits_correct:10,"), omniout_str(ALWAYS, "glob_display_interval:0.001,"), omniout_str(ALWAYS, "glob_look_poles:true,"), omniout_str(ALWAYS, "glob_max_iter:10000000,"), omniout_str(ALWAYS, "glob_max_minutes:3,"), omniout_str(ALWAYS, "glob_subiter_method:3,"), omniout_str(ALWAYS, "/* END OVERRIDE BLOCK */"), omniout_str(ALWAYS, "!"), omniout_str(ALWAYS, "/* BEGIN USER DEF BLOCK */"), omniout_str(ALWAYS, "exact_soln_y (x) := (block("), omniout_str(ALWAYS, " (0.2 * sin(x) - 0.2 * cos(x) * x - 0.3 * cos(x)) "), omniout_str(ALWAYS, "));"), omniout_str(ALWAYS, "/* END USER DEF BLOCK */"), omniout_str(ALWAYS, "#######END OF ECHO OF PROBLEM#################"), glob_unchanged_h_cnt : 0, glob_warned : false, glob_warned2 : false, glob_small_float : 1.0E-200, glob_smallish_float : 1.0E-64, glob_large_float : 1.0E+100, glob_almost_1 : 0.99, Digits : 32, max_terms : 30, glob_max_terms : max_terms, glob_html_log : true, array(array_y_init, 1 + max_terms), array(array_norms, 1 + max_terms), array(array_fact_1, 1 + max_terms), array(array_pole, 1 + max_terms), array(array_1st_rel_error, 1 + max_terms), array(array_last_rel_error, 1 + max_terms), array(array_type_pole, 1 + max_terms), array(array_y, 1 + max_terms), array(array_x, 1 + max_terms), array(array_tmp0, 1 + max_terms), array(array_tmp1, 1 + max_terms), array(array_tmp2, 1 + max_terms), array(array_tmp3_g, 1 + max_terms), array(array_tmp3, 1 + max_terms), array(array_tmp4, 1 + max_terms), array(array_tmp5, 1 + max_terms), array(array_m1, 1 + max_terms), array(array_y_higher, 1 + 2, 1 + max_terms), array(array_y_higher_work, 1 + 2, 1 + max_terms), array(array_y_higher_work2, 1 + 2, 1 + max_terms), array(array_y_set_initial, 1 + 2, 1 + max_terms), array(array_poles, 1 + 1, 1 + 3), array(array_real_pole, 1 + 1, 1 + 3), array(array_complex_pole, 1 + 1, 1 + 3), array(array_fact_2, 1 + max_terms, 1 + max_terms), term : 1, while term <= max_terms do (array_y_init : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_norms : 0.0, term term : 1 + term), term : 1, while term <= max_terms do (array_fact_1 : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_pole : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_1st_rel_error : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_last_rel_error : 0.0, term term : 1 + term), term : 1, while term <= max_terms do (array_type_pole : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_y : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_x : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_tmp0 : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_tmp1 : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_tmp2 : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_tmp3_g : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_tmp3 : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_tmp4 : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_tmp5 : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_m1 : 0.0, term : 1 + term), term ord : 1, while ord <= 2 do (term : 1, while term <= max_terms do (array_y_higher : 0.0, term : 1 + term), ord, term ord : 1 + ord), ord : 1, while ord <= 2 do (term : 1, while term <= max_terms do (array_y_higher_work : 0.0, ord, term term : 1 + term), ord : 1 + ord), ord : 1, while ord <= 2 do (term : 1, while term <= max_terms do (array_y_higher_work2 : 0.0, term : 1 + term), ord, term ord : 1 + ord), ord : 1, while ord <= 2 do (term : 1, while term <= max_terms do (array_y_set_initial : 0.0, ord, term term : 1 + term), ord : 1 + ord), ord : 1, while ord <= 1 do (term : 1, while term <= 3 do (array_poles : 0.0, ord, term term : 1 + term), ord : 1 + ord), ord : 1, while ord <= 1 do (term : 1, while term <= 3 do (array_real_pole : 0.0, term : 1 + term), ord : 1 + ord), ord, term ord : 1, while ord <= 1 do (term : 1, while term <= 3 do (array_complex_pole : 0.0, term : 1 + term), ord, term ord : 1 + ord), ord : 1, while ord <= max_terms do (term : 1, while term <= max_terms do (array_fact_2 : 0.0, term : 1 + term), ord, term ord : 1 + ord), array(array_y, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_y : 0.0, term : 1 + term), term array(array_x, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_x : 0.0, term : 1 + term), term array(array_tmp0, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_tmp0 : 0.0, term : 1 + term), term array(array_tmp1, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_tmp1 : 0.0, term : 1 + term), term array(array_tmp2, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_tmp2 : 0.0, term : 1 + term), term array(array_tmp3_g, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_tmp3_g : 0.0, term : 1 + term), term array(array_tmp3, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_tmp3 : 0.0, term : 1 + term), term array(array_tmp4, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_tmp4 : 0.0, term : 1 + term), term array(array_tmp5, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_tmp5 : 0.0, term : 1 + term), term array(array_m1, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_m1 : 0.0, term : 1 + term), term array(array_const_1, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_const_1 : 0.0, term : 1 + term), term array_const_1 : 1, array(array_const_0D0, 1 + 1 + max_terms), term : 1, 1 while term <= 1 + max_terms do (array_const_0D0 : 0.0, term : 1 + term), term array_const_0D0 : 0.0, array(array_const_0D2, 1 + 1 + max_terms), term : 1, 1 while term <= 1 + max_terms do (array_const_0D2 : 0.0, term : 1 + term), term array_const_0D2 : 0.2, array(array_const_0D3, 1 + 1 + max_terms), term : 1, 1 while term <= 1 + max_terms do (array_const_0D3 : 0.0, term : 1 + term), term array_const_0D3 : 0.3, array(array_m1, 1 + 1 + max_terms), term : 1, 1 while term <= max_terms do (array_m1 : 0.0, term : 1 + term), term array_m1 : - 1.0, iiif : 0, while iiif <= glob_max_terms do (jjjf : 0, 1 while jjjf <= glob_max_terms do (array_fact_1 : 0, iiif array_fact_2 : 0, jjjf : 1 + jjjf), iiif : 1 + iiif), x_start : 0.1, iiif, jjjf x_end : 5.0, array_y_init : exact_soln_y(x_start), 1 + 0 glob_look_poles : true, glob_max_iter : 1000000, glob_desired_digits_correct : 10, glob_display_interval : 0.001, glob_look_poles : true, glob_max_iter : 10000000, glob_max_minutes : 3, glob_subiter_method : 3, glob_last_good_h : glob_h, glob_max_terms : max_terms, glob_max_sec : convfloat(3600.0) convfloat(glob_max_hours) + convfloat(60.0) convfloat(glob_max_minutes), if glob_h > 0.0 then (glob_neg_h : false, glob_display_interval : omniabs(glob_display_interval)) else (glob_neg_h : true, glob_display_interval : - omniabs(glob_display_interval)), chk_data(), array_y_set_initial : true, 1, 1 array_y_set_initial : false, array_y_set_initial : false, 1, 2 1, 3 array_y_set_initial : false, array_y_set_initial : false, 1, 4 1, 5 array_y_set_initial : false, array_y_set_initial : false, 1, 6 1, 7 array_y_set_initial : false, array_y_set_initial : false, 1, 8 1, 9 array_y_set_initial : false, array_y_set_initial : false, 1, 10 1, 11 array_y_set_initial : false, array_y_set_initial : false, 1, 12 1, 13 array_y_set_initial : false, array_y_set_initial : false, 1, 14 1, 15 array_y_set_initial : false, array_y_set_initial : false, 1, 16 1, 17 array_y_set_initial : false, array_y_set_initial : false, 1, 18 1, 19 array_y_set_initial : false, array_y_set_initial : false, 1, 20 1, 21 array_y_set_initial : false, array_y_set_initial : false, 1, 22 1, 23 array_y_set_initial : false, array_y_set_initial : false, 1, 24 1, 25 array_y_set_initial : false, array_y_set_initial : false, 1, 26 1, 27 array_y_set_initial : false, array_y_set_initial : false, 1, 28 1, 29 array_y_set_initial : false, omniout_str(ALWAYS, "START of Optimize"), 1, 30 glob_check_sign : check_sign(x_start, x_end), glob_h : check_sign(x_start, x_end), if glob_display_interval < glob_h then glob_h : glob_display_interval, if glob_max_h < glob_h then glob_h : glob_max_h, found_h : - 1.0, best_h : 0.0, min_value : glob_large_float, est_answer : est_size_answer(), opt_iter : 1, while (opt_iter <= 20) and (found_h < 0.0) do (omniout_int(ALWAYS, "opt_iter", 32, opt_iter, 4, ""), array_x : x_start, array_x : glob_h, 1 2 glob_next_display : x_start, order_diff : 1, term_no : 1, while term_no <= order_diff do (array_y : term_no array_y_init expt(glob_h, term_no - 1) term_no ---------------------------------------------, term_no : 1 + term_no), factorial_1(term_no - 1) rows : order_diff, r_order : 1, while r_order <= rows do (term_no : 1, while term_no <= 1 - r_order + rows do (it : - 1 + r_order + term_no, array_y_init expt(glob_h, term_no - 1) it array_y_higher : ----------------------------------------, r_order, term_no factorial_1(term_no - 1) term_no : 1 + term_no), r_order : 1 + r_order), atomall(), est_needed_step_err : estimated_needed_step_error(x_start, x_end, glob_h, est_answer), omniout_float(ALWAYS, "est_needed_step_err", 32, est_needed_step_err, 16, ""), value3 : test_suggested_h(), omniout_float(ALWAYS, "value3", 32, value3, 32, ""), if (value3 < est_needed_step_err) and (found_h < 0.0) then (best_h : glob_h, found_h : 1.0), omniout_float(ALWAYS, "best_h", 32, best_h, 32, ""), opt_iter : 1 + opt_iter, glob_h : glob_h 0.5), if found_h > 0.0 then glob_h : best_h else omniout_str(ALWAYS, "No increment to obtain desired accuracy found"), if glob_html_log then html_log_file : openw("html/entry.html"), if found_h > 0.0 then (omniout_str(ALWAYS, "START of Soultion"), array_x : x_start, array_x : glob_h, glob_next_display : x_start, 1 2 order_diff : 1, term_no : 1, while term_no <= order_diff do (array_y : (array_y_init expt(glob_h, term_no - 1)) term_no term_no /factorial_1(term_no - 1), term_no : 1 + term_no), rows : order_diff, r_order : 1, while r_order <= rows do (term_no : 1, while term_no <= 1 - r_order + rows do (it : - 1 + r_order + term_no, array_y_init expt(glob_h, term_no - 1) it array_y_higher : ----------------------------------------, r_order, term_no factorial_1(term_no - 1) term_no : 1 + term_no), r_order : 1 + r_order), current_iter : 1, glob_clock_start_sec : elapsed_time_seconds(), glob_clock_sec : elapsed_time_seconds(), glob_current_iter : 0, glob_iter : 0, omniout_str(DEBUGL, " "), glob_reached_optimal_h : true, glob_optimal_clock_start_sec : elapsed_time_seconds(), while (glob_current_iter < glob_max_iter) and (glob_check_sign array_x < glob_check_sign x_end) 1 and (convfloat(glob_clock_sec) - convfloat(glob_orig_start_sec) < convfloat(glob_max_sec)) do (if reached_interval () then (omniout_str(INFO, " "), omniout_str(INFO, "TOP MAIN SOLVE Loop")), glob_iter : 1 + glob_iter, glob_clock_sec : elapsed_time_seconds(), glob_current_iter : 1 + glob_current_iter, atomall(), display_alot(current_iter), if glob_look_poles then check_for_pole(), if reached_interval() then glob_next_display : glob_display_interval + glob_next_display, array_x : glob_h + array_x , 1 1 array_x : glob_h, order_diff : 2, ord : 2, calc_term : 1, 2 iii : glob_max_terms, while iii >= calc_term do (array_y_higher_work : 2, iii array_y_higher 2, iii --------------------------- expt(glob_h, calc_term - 1) -------------------------------------, iii : iii - 1), temp_sum : 0.0, factorial_3(iii - calc_term, iii - 1) ord : 2, calc_term : 1, iii : glob_max_terms, while iii >= calc_term do (temp_sum : array_y_higher_work + temp_sum, ord, iii iii : iii - 1), array_y_higher_work2 : ord, calc_term temp_sum expt(glob_h, calc_term - 1) ------------------------------------, ord : 1, calc_term : 2, factorial_1(calc_term - 1) iii : glob_max_terms, while iii >= calc_term do (array_y_higher_work : 1, iii array_y_higher 1, iii --------------------------- expt(glob_h, calc_term - 1) -------------------------------------, iii : iii - 1), temp_sum : 0.0, factorial_3(iii - calc_term, iii - 1) ord : 1, calc_term : 2, iii : glob_max_terms, while iii >= calc_term do (temp_sum : array_y_higher_work + temp_sum, ord, iii iii : iii - 1), array_y_higher_work2 : ord, calc_term temp_sum expt(glob_h, calc_term - 1) ------------------------------------, ord : 1, calc_term : 1, factorial_1(calc_term - 1) iii : glob_max_terms, while iii >= calc_term do (array_y_higher_work : 1, iii array_y_higher 1, iii --------------------------- expt(glob_h, calc_term - 1) -------------------------------------, iii : iii - 1), temp_sum : 0.0, factorial_3(iii - calc_term, iii - 1) ord : 1, calc_term : 1, iii : glob_max_terms, while iii >= calc_term do (temp_sum : array_y_higher_work + temp_sum, ord, iii iii : iii - 1), array_y_higher_work2 : ord, calc_term temp_sum expt(glob_h, calc_term - 1) ------------------------------------, term_no : glob_max_terms, factorial_1(calc_term - 1) while term_no >= 1 do (array_y : array_y_higher_work2 , term_no 1, term_no ord : 1, while ord <= order_diff do (array_y_higher : ord, term_no array_y_higher_work2 , ord : 1 + ord), term_no : term_no - 1)), ord, term_no omniout_str(ALWAYS, "Finished!"), if glob_iter >= glob_max_iter then omniout_str(ALWAYS, "Maximum Iterations Reached before Solution Completed!"), if elapsed_time_seconds() - convfloat(glob_orig_start_sec) >= convfloat(glob_max_sec) then omniout_str(ALWAYS, "Maximum Time Reached before Solution Completed!"), glob_clock_sec : elapsed_time_seconds(), omniout_str(INFO, "diff ( y , x , 1 ) = (0.2 * x + 0.3) * sin(x);"), omniout_int(INFO, "Iterations ", 32, glob_iter, 4, " "), prog_report(x_start, x_end), if glob_html_log then (logstart(html_log_file), logitem_str(html_log_file, "2013-01-28T18:37:28-06:00"), logitem_str(html_log_file, "Maxima"), logitem_str(html_log_file, "mult_lin_sin"), logitem_str(html_log_file, "diff ( y , x , 1 ) = (0.2 * x + 0.3) * sin(x);"), logitem_float(html_log_file, x_start), logitem_float(html_log_file, x_end), logitem_float(html_log_file, array_x ), logitem_float(html_log_file, glob_h), 1 logitem_str(html_log_file, "16"), logitem_good_digits(html_log_file, array_last_rel_error ), logitem_integer(html_log_file, glob_max_terms), 1 logitem_float(html_log_file, array_1st_rel_error ), 1 logitem_float(html_log_file, array_last_rel_error ), 1 logitem_integer(html_log_file, glob_iter), logitem_pole(html_log_file, array_type_pole ), 1 if (array_type_pole = 1) or (array_type_pole = 2) 1 1 then (logitem_float(html_log_file, array_pole ), 1 logitem_float(html_log_file, array_pole ), 0) 2 else (logitem_str(html_log_file, "NA"), logitem_str(html_log_file, "NA"), 0), logitem_time(html_log_file, convfloat(glob_clock_sec)), if glob_percent_done < 100.0 then (logitem_time(html_log_file, convfloat(glob_total_exp_sec)), 0) else (logitem_str(html_log_file, "Done"), 0), log_revs(html_log_file, " 165 "), logitem_str(html_log_file, "mult_lin_sin diffeq.max"), logitem_str(html_log_file, "mult_lin_sin maxima results"), logitem_str(html_log_file, "All Tests - All Languages"), logend(html_log_file)), if glob_html_log then close(html_log_file))) (%o57) main() := block([d1, d2, d3, d4, est_err_2, niii, done_once, term, ord, order_diff, term_no, html_log_file, iiif, jjjf, rows, r_order, sub_iter, calc_term, iii, temp_sum, current_iter, x_start, x_end, it, max_terms, opt_iter, tmp, subiter, est_needed_step_err, value3, min_value, est_answer, best_h, found_h, repeat_it], define_variable(glob_max_terms, 30, fixnum), define_variable(glob_iolevel, 5, fixnum), define_variable(ALWAYS, 1, fixnum), define_variable(INFO, 2, fixnum), define_variable(DEBUGL, 3, fixnum), define_variable(DEBUGMASSIVE, 4, fixnum), define_variable(MAX_UNCHANGED, 10, fixnum), define_variable(glob_check_sign, 1.0, float), define_variable(glob_desired_digits_correct, 8.0, float), define_variable(glob_max_value3, 0.0, float), define_variable(glob_ratio_of_radius, 0.01, float), define_variable(glob_percent_done, 0.0, float), define_variable(glob_subiter_method, 3, fixnum), define_variable(glob_total_exp_sec, 0.1, float), define_variable(glob_optimal_expect_sec, 0.1, float), define_variable(glob_html_log, true, boolean), define_variable(glob_good_digits, 0, fixnum), define_variable(glob_max_opt_iter, 10, fixnum), define_variable(glob_dump, false, boolean), define_variable(glob_djd_debug, true, boolean), define_variable(glob_display_flag, true, boolean), define_variable(glob_djd_debug2, true, boolean), define_variable(glob_sec_in_minute, 60, fixnum), define_variable(glob_min_in_hour, 60, fixnum), define_variable(glob_hours_in_day, 24, fixnum), define_variable(glob_days_in_year, 365, fixnum), define_variable(glob_sec_in_hour, 3600, fixnum), define_variable(glob_sec_in_day, 86400, fixnum), define_variable(glob_sec_in_year, 31536000, fixnum), define_variable(glob_almost_1, 0.999, float), define_variable(glob_clock_sec, 0.0, float), define_variable(glob_clock_start_sec, 0.0, float), define_variable(glob_not_yet_finished, true, boolean), define_variable(glob_initial_pass, true, boolean), define_variable(glob_not_yet_start_msg, true, boolean), define_variable(glob_reached_optimal_h, false, boolean), define_variable(glob_optimal_done, false, boolean), define_variable(glob_disp_incr, 0.1, float), define_variable(glob_h, 0.1, float), define_variable(glob_max_h, 0.1, float), define_variable(glob_large_float, 9.0E+100, float), define_variable(glob_last_good_h, 0.1, float), define_variable(glob_look_poles, false, boolean), define_variable(glob_neg_h, false, boolean), define_variable(glob_display_interval, 0.0, float), define_variable(glob_next_display, 0.0, float), define_variable(glob_dump_analytic, false, boolean), define_variable(glob_abserr, 1.0E-11, float), define_variable(glob_relerr, 1.0E-11, float), define_variable(glob_max_hours, 0.0, float), define_variable(glob_max_iter, 1000, fixnum), define_variable(glob_max_rel_trunc_err, 1.0E-11, float), define_variable(glob_max_trunc_err, 1.0E-11, float), define_variable(glob_no_eqs, 0, fixnum), define_variable(glob_optimal_clock_start_sec, 0.0, float), define_variable(glob_optimal_start, 0.0, float), define_variable(glob_small_float, 1.0E-201, float), define_variable(glob_smallish_float, 1.0E-101, float), define_variable(glob_unchanged_h_cnt, 0, fixnum), define_variable(glob_warned, false, boolean), define_variable(glob_warned2, false, boolean), define_variable(glob_max_sec, 10000.0, float), define_variable(glob_orig_start_sec, 0.0, float), define_variable(glob_start, 0, fixnum), define_variable(glob_curr_iter_when_opt, 0, fixnum), define_variable(glob_current_iter, 0, fixnum), define_variable(glob_iter, 0, fixnum), define_variable(glob_normmax, 0.0, float), define_variable(glob_max_minutes, 0.0, float), ALWAYS : 1, INFO : 2, DEBUGL : 3, DEBUGMASSIVE : 4, glob_iolevel : INFO, glob_orig_start_sec : elapsed_time_seconds(), MAX_UNCHANGED : 10, glob_curr_iter_when_opt : 0, glob_display_flag : true, glob_no_eqs : 1, glob_iter : - 1, opt_iter : - 1, glob_max_iter : 50000, glob_max_hours : 0.0, glob_max_minutes : 15.0, omniout_str(ALWAYS, "##############ECHO OF PROBLEM#################"), omniout_str(ALWAYS, "######\ ########temp/mult_lin_sinpostode.ode#################"), omniout_str(ALWAYS, "diff ( y , x , 1 ) = (0.2 * x + 0.3) * sin(x);"), omniout_str(ALWAYS, "!"), omniout_str(ALWAYS, "/* BEGIN FIRST INPUT BLOCK */"), omniout_str(ALWAYS, "Digits:32,"), omniout_str(ALWAYS, "max_terms:30,"), omniout_str(ALWAYS, "!"), omniout_str(ALWAYS, "/* END FIRST INPUT BLOCK */"), omniout_str(ALWAYS, "/* BEGIN SECOND INPUT BLOCK */"), omniout_str(ALWAYS, "x_start:0.1,"), omniout_str(ALWAYS, "x_end:5.0,"), omniout_str(ALWAYS, "array_y_init[0 + 1] : exact_soln_y(x_start),"), omniout_str(ALWAYS, "glob_look_poles:true,"), omniout_str(ALWAYS, "glob_max_iter:1000000,"), omniout_str(ALWAYS, "/* END SECOND INPUT BLOCK */"), omniout_str(ALWAYS, "/* BEGIN OVERRIDE BLOCK */"), omniout_str(ALWAYS, "glob_desired_digits_correct:10,"), omniout_str(ALWAYS, "glob_display_interval:0.001,"), omniout_str(ALWAYS, "glob_look_poles:true,"), omniout_str(ALWAYS, "glob_max_iter:10000000,"), omniout_str(ALWAYS, "glob_max_minutes:3,"), omniout_str(ALWAYS, "glob_subiter_method:3,"), omniout_str(ALWAYS, "/* END OVERRIDE BLOCK */"), omniout_str(ALWAYS, "!"), omniout_str(ALWAYS, "/* BEGIN USER DEF BLOCK */"), omniout_str(ALWAYS, "exact_soln_y (x) := (block("), omniout_str(ALWAYS, " (0.2 * sin(x) - 0.2 * cos(x) * x - 0.3 * cos(x)) "), omniout_str(ALWAYS, "));"), omniout_str(ALWAYS, "/* END USER DEF BLOCK */"), omniout_str(ALWAYS, "#######END OF ECHO OF PROBLEM#################"), glob_unchanged_h_cnt : 0, glob_warned : false, glob_warned2 : false, glob_small_float : 1.0E-200, glob_smallish_float : 1.0E-64, glob_large_float : 1.0E+100, glob_almost_1 : 0.99, Digits : 32, max_terms : 30, glob_max_terms : max_terms, glob_html_log : true, array(array_y_init, 1 + max_terms), array(array_norms, 1 + max_terms), array(array_fact_1, 1 + max_terms), array(array_pole, 1 + max_terms), array(array_1st_rel_error, 1 + max_terms), array(array_last_rel_error, 1 + max_terms), array(array_type_pole, 1 + max_terms), array(array_y, 1 + max_terms), array(array_x, 1 + max_terms), array(array_tmp0, 1 + max_terms), array(array_tmp1, 1 + max_terms), array(array_tmp2, 1 + max_terms), array(array_tmp3_g, 1 + max_terms), array(array_tmp3, 1 + max_terms), array(array_tmp4, 1 + max_terms), array(array_tmp5, 1 + max_terms), array(array_m1, 1 + max_terms), array(array_y_higher, 1 + 2, 1 + max_terms), array(array_y_higher_work, 1 + 2, 1 + max_terms), array(array_y_higher_work2, 1 + 2, 1 + max_terms), array(array_y_set_initial, 1 + 2, 1 + max_terms), array(array_poles, 1 + 1, 1 + 3), array(array_real_pole, 1 + 1, 1 + 3), array(array_complex_pole, 1 + 1, 1 + 3), array(array_fact_2, 1 + max_terms, 1 + max_terms), term : 1, while term <= max_terms do (array_y_init : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_norms : 0.0, term term : 1 + term), term : 1, while term <= max_terms do (array_fact_1 : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_pole : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_1st_rel_error : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_last_rel_error : 0.0, term term : 1 + term), term : 1, while term <= max_terms do (array_type_pole : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_y : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_x : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_tmp0 : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_tmp1 : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_tmp2 : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_tmp3_g : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_tmp3 : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_tmp4 : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_tmp5 : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_m1 : 0.0, term : 1 + term), term ord : 1, while ord <= 2 do (term : 1, while term <= max_terms do (array_y_higher : 0.0, term : 1 + term), ord, term ord : 1 + ord), ord : 1, while ord <= 2 do (term : 1, while term <= max_terms do (array_y_higher_work : 0.0, ord, term term : 1 + term), ord : 1 + ord), ord : 1, while ord <= 2 do (term : 1, while term <= max_terms do (array_y_higher_work2 : 0.0, term : 1 + term), ord, term ord : 1 + ord), ord : 1, while ord <= 2 do (term : 1, while term <= max_terms do (array_y_set_initial : 0.0, ord, term term : 1 + term), ord : 1 + ord), ord : 1, while ord <= 1 do (term : 1, while term <= 3 do (array_poles : 0.0, ord, term term : 1 + term), ord : 1 + ord), ord : 1, while ord <= 1 do (term : 1, while term <= 3 do (array_real_pole : 0.0, term : 1 + term), ord : 1 + ord), ord, term ord : 1, while ord <= 1 do (term : 1, while term <= 3 do (array_complex_pole : 0.0, term : 1 + term), ord, term ord : 1 + ord), ord : 1, while ord <= max_terms do (term : 1, while term <= max_terms do (array_fact_2 : 0.0, term : 1 + term), ord, term ord : 1 + ord), array(array_y, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_y : 0.0, term : 1 + term), term array(array_x, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_x : 0.0, term : 1 + term), term array(array_tmp0, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_tmp0 : 0.0, term : 1 + term), term array(array_tmp1, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_tmp1 : 0.0, term : 1 + term), term array(array_tmp2, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_tmp2 : 0.0, term : 1 + term), term array(array_tmp3_g, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_tmp3_g : 0.0, term : 1 + term), term array(array_tmp3, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_tmp3 : 0.0, term : 1 + term), term array(array_tmp4, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_tmp4 : 0.0, term : 1 + term), term array(array_tmp5, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_tmp5 : 0.0, term : 1 + term), term array(array_m1, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_m1 : 0.0, term : 1 + term), term array(array_const_1, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_const_1 : 0.0, term : 1 + term), term array_const_1 : 1, array(array_const_0D0, 1 + 1 + max_terms), term : 1, 1 while term <= 1 + max_terms do (array_const_0D0 : 0.0, term : 1 + term), term array_const_0D0 : 0.0, array(array_const_0D2, 1 + 1 + max_terms), term : 1, 1 while term <= 1 + max_terms do (array_const_0D2 : 0.0, term : 1 + term), term array_const_0D2 : 0.2, array(array_const_0D3, 1 + 1 + max_terms), term : 1, 1 while term <= 1 + max_terms do (array_const_0D3 : 0.0, term : 1 + term), term array_const_0D3 : 0.3, array(array_m1, 1 + 1 + max_terms), term : 1, 1 while term <= max_terms do (array_m1 : 0.0, term : 1 + term), term array_m1 : - 1.0, iiif : 0, while iiif <= glob_max_terms do (jjjf : 0, 1 while jjjf <= glob_max_terms do (array_fact_1 : 0, iiif array_fact_2 : 0, jjjf : 1 + jjjf), iiif : 1 + iiif), x_start : 0.1, iiif, jjjf x_end : 5.0, array_y_init : exact_soln_y(x_start), 1 + 0 glob_look_poles : true, glob_max_iter : 1000000, glob_desired_digits_correct : 10, glob_display_interval : 0.001, glob_look_poles : true, glob_max_iter : 10000000, glob_max_minutes : 3, glob_subiter_method : 3, glob_last_good_h : glob_h, glob_max_terms : max_terms, glob_max_sec : convfloat(3600.0) convfloat(glob_max_hours) + convfloat(60.0) convfloat(glob_max_minutes), if glob_h > 0.0 then (glob_neg_h : false, glob_display_interval : omniabs(glob_display_interval)) else (glob_neg_h : true, glob_display_interval : - omniabs(glob_display_interval)), chk_data(), array_y_set_initial : true, 1, 1 array_y_set_initial : false, array_y_set_initial : false, 1, 2 1, 3 array_y_set_initial : false, array_y_set_initial : false, 1, 4 1, 5 array_y_set_initial : false, array_y_set_initial : false, 1, 6 1, 7 array_y_set_initial : false, array_y_set_initial : false, 1, 8 1, 9 array_y_set_initial : false, array_y_set_initial : false, 1, 10 1, 11 array_y_set_initial : false, array_y_set_initial : false, 1, 12 1, 13 array_y_set_initial : false, array_y_set_initial : false, 1, 14 1, 15 array_y_set_initial : false, array_y_set_initial : false, 1, 16 1, 17 array_y_set_initial : false, array_y_set_initial : false, 1, 18 1, 19 array_y_set_initial : false, array_y_set_initial : false, 1, 20 1, 21 array_y_set_initial : false, array_y_set_initial : false, 1, 22 1, 23 array_y_set_initial : false, array_y_set_initial : false, 1, 24 1, 25 array_y_set_initial : false, array_y_set_initial : false, 1, 26 1, 27 array_y_set_initial : false, array_y_set_initial : false, 1, 28 1, 29 array_y_set_initial : false, omniout_str(ALWAYS, "START of Optimize"), 1, 30 glob_check_sign : check_sign(x_start, x_end), glob_h : check_sign(x_start, x_end), if glob_display_interval < glob_h then glob_h : glob_display_interval, if glob_max_h < glob_h then glob_h : glob_max_h, found_h : - 1.0, best_h : 0.0, min_value : glob_large_float, est_answer : est_size_answer(), opt_iter : 1, while (opt_iter <= 20) and (found_h < 0.0) do (omniout_int(ALWAYS, "opt_iter", 32, opt_iter, 4, ""), array_x : x_start, array_x : glob_h, 1 2 glob_next_display : x_start, order_diff : 1, term_no : 1, while term_no <= order_diff do (array_y : term_no array_y_init expt(glob_h, term_no - 1) term_no ---------------------------------------------, term_no : 1 + term_no), factorial_1(term_no - 1) rows : order_diff, r_order : 1, while r_order <= rows do (term_no : 1, while term_no <= 1 - r_order + rows do (it : - 1 + r_order + term_no, array_y_init expt(glob_h, term_no - 1) it array_y_higher : ----------------------------------------, r_order, term_no factorial_1(term_no - 1) term_no : 1 + term_no), r_order : 1 + r_order), atomall(), est_needed_step_err : estimated_needed_step_error(x_start, x_end, glob_h, est_answer), omniout_float(ALWAYS, "est_needed_step_err", 32, est_needed_step_err, 16, ""), value3 : test_suggested_h(), omniout_float(ALWAYS, "value3", 32, value3, 32, ""), if (value3 < est_needed_step_err) and (found_h < 0.0) then (best_h : glob_h, found_h : 1.0), omniout_float(ALWAYS, "best_h", 32, best_h, 32, ""), opt_iter : 1 + opt_iter, glob_h : glob_h 0.5), if found_h > 0.0 then glob_h : best_h else omniout_str(ALWAYS, "No increment to obtain desired accuracy found"), if glob_html_log then html_log_file : openw("html/entry.html"), if found_h > 0.0 then (omniout_str(ALWAYS, "START of Soultion"), array_x : x_start, array_x : glob_h, glob_next_display : x_start, 1 2 order_diff : 1, term_no : 1, while term_no <= order_diff do (array_y : (array_y_init expt(glob_h, term_no - 1)) term_no term_no /factorial_1(term_no - 1), term_no : 1 + term_no), rows : order_diff, r_order : 1, while r_order <= rows do (term_no : 1, while term_no <= 1 - r_order + rows do (it : - 1 + r_order + term_no, array_y_init expt(glob_h, term_no - 1) it array_y_higher : ----------------------------------------, r_order, term_no factorial_1(term_no - 1) term_no : 1 + term_no), r_order : 1 + r_order), current_iter : 1, glob_clock_start_sec : elapsed_time_seconds(), glob_clock_sec : elapsed_time_seconds(), glob_current_iter : 0, glob_iter : 0, omniout_str(DEBUGL, " "), glob_reached_optimal_h : true, glob_optimal_clock_start_sec : elapsed_time_seconds(), while (glob_current_iter < glob_max_iter) and (glob_check_sign array_x < glob_check_sign x_end) 1 and (convfloat(glob_clock_sec) - convfloat(glob_orig_start_sec) < convfloat(glob_max_sec)) do (if reached_interval () then (omniout_str(INFO, " "), omniout_str(INFO, "TOP MAIN SOLVE Loop")), glob_iter : 1 + glob_iter, glob_clock_sec : elapsed_time_seconds(), glob_current_iter : 1 + glob_current_iter, atomall(), display_alot(current_iter), if glob_look_poles then check_for_pole(), if reached_interval() then glob_next_display : glob_display_interval + glob_next_display, array_x : glob_h + array_x , 1 1 array_x : glob_h, order_diff : 2, ord : 2, calc_term : 1, 2 iii : glob_max_terms, while iii >= calc_term do (array_y_higher_work : 2, iii array_y_higher 2, iii --------------------------- expt(glob_h, calc_term - 1) -------------------------------------, iii : iii - 1), temp_sum : 0.0, factorial_3(iii - calc_term, iii - 1) ord : 2, calc_term : 1, iii : glob_max_terms, while iii >= calc_term do (temp_sum : array_y_higher_work + temp_sum, ord, iii iii : iii - 1), array_y_higher_work2 : ord, calc_term temp_sum expt(glob_h, calc_term - 1) ------------------------------------, ord : 1, calc_term : 2, factorial_1(calc_term - 1) iii : glob_max_terms, while iii >= calc_term do (array_y_higher_work : 1, iii array_y_higher 1, iii --------------------------- expt(glob_h, calc_term - 1) -------------------------------------, iii : iii - 1), temp_sum : 0.0, factorial_3(iii - calc_term, iii - 1) ord : 1, calc_term : 2, iii : glob_max_terms, while iii >= calc_term do (temp_sum : array_y_higher_work + temp_sum, ord, iii iii : iii - 1), array_y_higher_work2 : ord, calc_term temp_sum expt(glob_h, calc_term - 1) ------------------------------------, ord : 1, calc_term : 1, factorial_1(calc_term - 1) iii : glob_max_terms, while iii >= calc_term do (array_y_higher_work : 1, iii array_y_higher 1, iii --------------------------- expt(glob_h, calc_term - 1) -------------------------------------, iii : iii - 1), temp_sum : 0.0, factorial_3(iii - calc_term, iii - 1) ord : 1, calc_term : 1, iii : glob_max_terms, while iii >= calc_term do (temp_sum : array_y_higher_work + temp_sum, ord, iii iii : iii - 1), array_y_higher_work2 : ord, calc_term temp_sum expt(glob_h, calc_term - 1) ------------------------------------, term_no : glob_max_terms, factorial_1(calc_term - 1) while term_no >= 1 do (array_y : array_y_higher_work2 , term_no 1, term_no ord : 1, while ord <= order_diff do (array_y_higher : ord, term_no array_y_higher_work2 , ord : 1 + ord), term_no : term_no - 1)), ord, term_no omniout_str(ALWAYS, "Finished!"), if glob_iter >= glob_max_iter then omniout_str(ALWAYS, "Maximum Iterations Reached before Solution Completed!"), if elapsed_time_seconds() - convfloat(glob_orig_start_sec) >= convfloat(glob_max_sec) then omniout_str(ALWAYS, "Maximum Time Reached before Solution Completed!"), glob_clock_sec : elapsed_time_seconds(), omniout_str(INFO, "diff ( y , x , 1 ) = (0.2 * x + 0.3) * sin(x);"), omniout_int(INFO, "Iterations ", 32, glob_iter, 4, " "), prog_report(x_start, x_end), if glob_html_log then (logstart(html_log_file), logitem_str(html_log_file, "2013-01-28T18:37:28-06:00"), logitem_str(html_log_file, "Maxima"), logitem_str(html_log_file, "mult_lin_sin"), logitem_str(html_log_file, "diff ( y , x , 1 ) = (0.2 * x + 0.3) * sin(x);"), logitem_float(html_log_file, x_start), logitem_float(html_log_file, x_end), logitem_float(html_log_file, array_x ), logitem_float(html_log_file, glob_h), 1 logitem_str(html_log_file, "16"), logitem_good_digits(html_log_file, array_last_rel_error ), logitem_integer(html_log_file, glob_max_terms), 1 logitem_float(html_log_file, array_1st_rel_error ), 1 logitem_float(html_log_file, array_last_rel_error ), 1 logitem_integer(html_log_file, glob_iter), logitem_pole(html_log_file, array_type_pole ), 1 if (array_type_pole = 1) or (array_type_pole = 2) 1 1 then (logitem_float(html_log_file, array_pole ), 1 logitem_float(html_log_file, array_pole ), 0) 2 else (logitem_str(html_log_file, "NA"), logitem_str(html_log_file, "NA"), 0), logitem_time(html_log_file, convfloat(glob_clock_sec)), if glob_percent_done < 100.0 then (logitem_time(html_log_file, convfloat(glob_total_exp_sec)), 0) else (logitem_str(html_log_file, "Done"), 0), log_revs(html_log_file, " 165 "), logitem_str(html_log_file, "mult_lin_sin diffeq.max"), logitem_str(html_log_file, "mult_lin_sin maxima results"), logitem_str(html_log_file, "All Tests - All Languages"), logend(html_log_file)), if glob_html_log then close(html_log_file))) (%i58) main() "##############ECHO OF PROBLEM#################" "##############temp/mult_lin_sinpostode.ode#################" "diff ( y , x , 1 ) = (0.2 * x + 0.3) * sin(x);" "!" "/* BEGIN FIRST INPUT BLOCK */" "Digits:32," "max_terms:30," "!" "/* END FIRST INPUT BLOCK */" "/* BEGIN SECOND INPUT BLOCK */" "x_start:0.1," "x_end:5.0," "array_y_init[0 + 1] : exact_soln_y(x_start)," "glob_look_poles:true," "glob_max_iter:1000000," "/* END SECOND INPUT BLOCK */" "/* BEGIN OVERRIDE BLOCK */" "glob_desired_digits_correct:10," "glob_display_interval:0.001," "glob_look_poles:true," "glob_max_iter:10000000," "glob_max_minutes:3," "glob_subiter_method:3," "/* END OVERRIDE BLOCK */" "!" "/* BEGIN USER DEF BLOCK */" "exact_soln_y (x) := (block(" " (0.2 * sin(x) - 0.2 * cos(x) * x - 0.3 * cos(x)) " "));" "/* END USER DEF BLOCK */" "#######END OF ECHO OF PROBLEM#################" "START of Optimize" min_size = 0.0 "" min_size = 1. "" opt_iter = 1 glob_desired_digits_correct = 10. "" desired_abs_gbl_error = 1.0000000000E-10 "" range = 4.9 "" estimated_steps = 4900. "" step_error = 2.040816326530612300000000000000E-14 "" est_needed_step_err = 2.040816326530612300000000000000E-14 "" hn_div_ho = 0.5 "" hn_div_ho_2 = 0.25 "" hn_div_ho_3 = 0.125 "" value3 = 2.027475704955077000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E-105 "" max_value3 = 2.027475704955077000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E-105 "" value3 = 2.027475704955077000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E-105 "" best_h = 1.000E-3 "" "START of Soultion" " " "TOP MAIN SOLVE Loop" x[1] = 0.1 " " y[1] (analytic) = -0.29843464955960264 " " y[1] (numeric) = -0.29843464955960264 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.101 " " y[1] (analytic) = -0.2984025336212741 " " y[1] (numeric) = -0.29840253362127417 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.860277476789501700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.10200000000000001 " " y[1] (analytic) = -0.2983700789490953 " " y[1] (numeric) = -0.29837007894909534 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.860479825147901300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.10300000000000001 " " y[1] (analytic) = -0.29833728517757957 " " y[1] (numeric) = -0.2983372851775796 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.86068433243990500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.10400000000000001 " " y[1] (analytic) = -0.29830415194162024 " " y[1] (numeric) = -0.2983041519416203 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.860891002352580700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.10500000000000001 " " y[1] (analytic) = -0.29827067887649117 " " y[1] (numeric) = -0.29827067887649117 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.10600000000000001 " " y[1] (analytic) = -0.2982368656178475 " " y[1] (numeric) = -0.2982368656178475 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.10700000000000001 " " y[1] (analytic) = -0.29820271180172664 " " y[1] (numeric) = -0.2982027118017266 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.86152402491117800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.10800000000000001 " " y[1] (analytic) = -0.29816821706454866 " " y[1] (numeric) = -0.29816821706454866 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.10900000000000001 " " y[1] (analytic) = -0.29813338104311754 " " y[1] (numeric) = -0.29813338104311754 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.11000000000000001 " " y[1] (analytic) = -0.2980982033746214 " " y[1] (numeric) = -0.29809820337462145 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.862176645241189500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.11100000000000002 " " y[1] (analytic) = -0.2980626836966338 " " y[1] (numeric) = -0.2980626836966338 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.11200000000000002 " " y[1] (analytic) = -0.2980268216471139 " " y[1] (numeric) = -0.2980268216471139 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.11300000000000002 " " y[1] (analytic) = -0.2979906168644078 " " y[1] (numeric) = -0.2979906168644078 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.11400000000000002 " " y[1] (analytic) = -0.2979540689872489 " " y[1] (numeric) = -0.29795406898724897 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.86307746760905800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.11500000000000002 " " y[1] (analytic) = -0.29791717765475895 " " y[1] (numeric) = -0.29791717765475895 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.11600000000000002 " " y[1] (analytic) = -0.2978799425064484 " " y[1] (numeric) = -0.2978799425064484 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.11700000000000002 " " y[1] (analytic) = -0.29784236318221763 " " y[1] (numeric) = -0.29784236318221763 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.11800000000000002 " " y[1] (analytic) = -0.29780443932235745 " " y[1] (numeric) = -0.29780443932235745 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.11900000000000002 " " y[1] (analytic) = -0.2977661705675498 " " y[1] (numeric) = -0.29776617056754984 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.864253119333609300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.12000000000000002 " " y[1] (analytic) = -0.2977275565588688 " " y[1] (numeric) = -0.2977275565588688 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.12100000000000002 " " y[1] (analytic) = -0.29768859693778105 " " y[1] (numeric) = -0.29768859693778105 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.12200000000000003 " " y[1] (analytic) = -0.2976492913461469 " " y[1] (numeric) = -0.29764929134614687 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.864985163586428400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.12300000000000003 " " y[1] (analytic) = -0.29760963942622076 " " y[1] (numeric) = -0.29760963942622076 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.12400000000000003 " " y[1] (analytic) = -0.2975696408206522 " " y[1] (numeric) = -0.2975696408206522 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.12500000000000003 " " y[1] (analytic) = -0.2975292951724864 " " y[1] (numeric) = -0.2975292951724864 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.12600000000000003 " " y[1] (analytic) = -0.2974886021251652 " " y[1] (numeric) = -0.2974886021251652 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.12700000000000003 " " y[1] (analytic) = -0.2974475613225276 " " y[1] (numeric) = -0.29744756132252764 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.866250003343147800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.12800000000000003 " " y[1] (analytic) = -0.29740617240881073 " " y[1] (numeric) = -0.29740617240881073 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.12900000000000003 " " y[1] (analytic) = -0.29736443502865034 " " y[1] (numeric) = -0.2973644350286504 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.86677170139426600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.13000000000000003 " " y[1] (analytic) = -0.2973223488270819 " " y[1] (numeric) = -0.2973223488270819 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.13100000000000003 " " y[1] (analytic) = -0.29727991344954097 " " y[1] (numeric) = -0.297279913449541 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.86730245535677800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.13200000000000003 " " y[1] (analytic) = -0.2972371285418643 " " y[1] (numeric) = -0.29723712854186435 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.867571238612587300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.13300000000000003 " " y[1] (analytic) = -0.2971939937502903 " " y[1] (numeric) = -0.2971939937502903 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.13400000000000004 " " y[1] (analytic) = -0.2971505087214599 " " y[1] (numeric) = -0.29715050872146 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.868115638438712400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.13500000000000004 " " y[1] (analytic) = -0.2971066731024175 " " y[1] (numeric) = -0.29710667310241756 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.868391263366953600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.13600000000000004 " " y[1] (analytic) = -0.2970624865406113 " " y[1] (numeric) = -0.29706248654061135 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.868669177239547500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.13700000000000004 " " y[1] (analytic) = -0.29701794868389436 " " y[1] (numeric) = -0.2970179486838945 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.737898768558015600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.13800000000000004 " " y[1] (analytic) = -0.2969730591805254 " " y[1] (numeric) = -0.29697305918052547 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.86923188872541580000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.13900000000000004 " " y[1] (analytic) = -0.2969278176791692 " " y[1] (numeric) = -0.29692781767916926 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.8695166948365102000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.14000000000000004 " " y[1] (analytic) = -0.2968822238288977 " " y[1] (numeric) = -0.29688222382889773 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.869803806887764500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.14100000000000004 " " y[1] (analytic) = -0.2968362772791905 " " y[1] (numeric) = -0.29683627727919054 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.870093229172477600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.14200000000000004 " " y[1] (analytic) = -0.29678997767993587 " " y[1] (numeric) = -0.2967899776799359 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.870384966001855400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.14300000000000004 " " y[1] (analytic) = -0.2967433246814313 " " y[1] (numeric) = -0.2967433246814313 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.14400000000000004 " " y[1] (analytic) = -0.29669631793438406 " " y[1] (numeric) = -0.2966963179343841 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.870975400629488200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.14500000000000005 " " y[1] (analytic) = -0.29664895708991257 " " y[1] (numeric) = -0.2966489570899126 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.87127410714047180000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.14600000000000005 " " y[1] (analytic) = -0.29660124179954644 " " y[1] (numeric) = -0.2966012417995465 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.87157514562175080000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.14700000000000005 " " y[1] (analytic) = -0.29655317171522766 " " y[1] (numeric) = -0.2965531717152277 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.871878520475368500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.14800000000000005 " " y[1] (analytic) = -0.2965047464893112 " " y[1] (numeric) = -0.2965047464893112 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.14900000000000005 " " y[1] (analytic) = -0.29645596577456557 " " y[1] (numeric) = -0.2964559657745656 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.87249229700002900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.15000000000000005 " " y[1] (analytic) = -0.2964068292241741 " " y[1] (numeric) = -0.29640682922417416 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.8728027075676598000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.15100000000000005 " " y[1] (analytic) = -0.29635733649173507 " " y[1] (numeric) = -0.2963573364917351 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.87311547230098520000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.15200000000000005 " " y[1] (analytic) = -0.2963074872312628 " " y[1] (numeric) = -0.2963074872312629 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.873430595695084200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.15300000000000005 " " y[1] (analytic) = -0.29625728109718835 " " y[1] (numeric) = -0.2962572810971884 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.87374808226391500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.15400000000000005 " " y[1] (analytic) = -0.2962067177443601 " " y[1] (numeric) = -0.29620671774436014 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.874067936540402300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.15500000000000005 " " y[1] (analytic) = -0.2961557968280447 " " y[1] (numeric) = -0.29615579682804477 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.874390163076529700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.15600000000000006 " " y[1] (analytic) = -0.29610451800392773 " " y[1] (numeric) = -0.29610451800392784 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.74942953288686300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.15700000000000006 " " y[1] (analytic) = -0.29605288092811444 " " y[1] (numeric) = -0.29605288092811455 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.75008350246297200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.15800000000000006 " " y[1] (analytic) = -0.2960008852571304 " " y[1] (numeric) = -0.2960008852571305 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.875371122050406300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.15900000000000006 " " y[1] (analytic) = -0.29594853064792237 " " y[1] (numeric) = -0.2959485306479224 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.875702883529336800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.16000000000000006 " " y[1] (analytic) = -0.2958958167578589 " " y[1] (numeric) = -0.29589581675785903 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.75207408063388700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.16100000000000006 " " y[1] (analytic) = -0.2958427432447314 " " y[1] (numeric) = -0.2958427432447315 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.8763735970815099000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.16200000000000006 " " y[1] (analytic) = -0.2957893097667543 " " y[1] (numeric) = -0.29578930976675444 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.75342511702206800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.16300000000000006 " " y[1] (analytic) = -0.2957355159825664 " " y[1] (numeric) = -0.29573551598256653 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.75410785862663900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.16400000000000006 " " y[1] (analytic) = -0.29568136155123115 " " y[1] (numeric) = -0.29568136155123126 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.754795428432150500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.16500000000000006 " " y[1] (analytic) = -0.2956268461322376 " " y[1] (numeric) = -0.29562684613223766 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.877743917967010200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.16600000000000006 " " y[1] (analytic) = -0.29557196938550107 " " y[1] (numeric) = -0.2955719693855012 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.75618509066786070000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.16700000000000007 " " y[1] (analytic) = -0.29551673097136394 " " y[1] (numeric) = -0.2955167309713641 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.63533080331451200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.16800000000000007 " " y[1] (analytic) = -0.29546113055059653 " " y[1] (numeric) = -0.29546113055059664 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.75759418017604600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.16900000000000007 " " y[1] (analytic) = -0.29540516778439724 " " y[1] (numeric) = -0.29540516778439735 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.75830603422434900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.17000000000000007 " " y[1] (analytic) = -0.295348842334394 " " y[1] (numeric) = -0.2953488423343942 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.638534161079402000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.17100000000000007 " " y[1] (analytic) = -0.29529215386264485 " " y[1] (numeric) = -0.29529215386264496 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.75974440940133100000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.17200000000000007 " " y[1] (analytic) = -0.29523510203163805 " " y[1] (numeric) = -0.29523510203163816 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.760470950050453500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.17300000000000007 " " y[1] (analytic) = -0.2951776865042937 " " y[1] (numeric) = -0.29517768650429377 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.88060120291139800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.17400000000000007 " " y[1] (analytic) = -0.29511990694396384 " " y[1] (numeric) = -0.29511990694396395 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.76193878658263800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.17500000000000007 " " y[1] (analytic) = -0.29506176301443354 " " y[1] (numeric) = -0.29506176301443365 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.762680102236248000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.17600000000000007 " " y[1] (analytic) = -0.29500325437992136 " " y[1] (numeric) = -0.2950032543799215 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.763426362732088500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.17700000000000007 " " y[1] (analytic) = -0.2949443807050803 " " y[1] (numeric) = -0.2949443807050804 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.7641775780610204000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.17800000000000007 " " y[1] (analytic) = -0.29488514165499835 " " y[1] (numeric) = -0.29488514165499846 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.76493375825651070000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.17900000000000008 " " y[1] (analytic) = -0.29482553689519947 " " y[1] (numeric) = -0.2948255368951996 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.76569491339484360000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.18000000000000008 " " y[1] (analytic) = -0.29476556609164395 " " y[1] (numeric) = -0.29476556609164406 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.766461053595327500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.18100000000000008 " " y[1] (analytic) = -0.2947052289107295 " " y[1] (numeric) = -0.2947052289107296 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.767232189020505700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.18200000000000008 " " y[1] (analytic) = -0.29464452501929167 " " y[1] (numeric) = -0.2946445250192918 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.76800832987636700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.18300000000000008 " " y[1] (analytic) = -0.2945834540846049 " " y[1] (numeric) = -0.294583454084605 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.768789486412561500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.18400000000000008 " " y[1] (analytic) = -0.294522015774383 " " y[1] (numeric) = -0.29452201577438303 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.884787834461307300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.18500000000000008 " " y[1] (analytic) = -0.2944602097567797 " " y[1] (numeric) = -0.29446020975677983 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.77036688774414100000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.18600000000000008 " " y[1] (analytic) = -0.2943980357003902 " " y[1] (numeric) = -0.2943980357003903 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.77116315325905950000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.18700000000000008 " " y[1] (analytic) = -0.29433549327425074 " " y[1] (numeric) = -0.29433549327425085 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.771964475893815000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.18800000000000008 " " y[1] (analytic) = -0.29427258214784024 " " y[1] (numeric) = -0.2942725821478403 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.88638543305979680000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.18900000000000008 " " y[1] (analytic) = -0.29420930199108053 " " y[1] (numeric) = -0.2942093019910806 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.886791167226274400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.19000000000000009 " " y[1] (analytic) = -0.29414565247433727 " " y[1] (numeric) = -0.2941456524743373 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.887199445727007500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.1910000000000001 " " y[1] (analytic) = -0.29408163326842063 " " y[1] (numeric) = -0.2940816332684207 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.887610273865368600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.1920000000000001 " " y[1] (analytic) = -0.294017244044586 " " y[1] (numeric) = -0.2940172440445861 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.77604731393508860000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.1930000000000001 " " y[1] (analytic) = -0.2939524844745348 " " y[1] (numeric) = -0.2939524844745349 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.776879200765304600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.1940000000000001 " " y[1] (analytic) = -0.2938873542304151 " " y[1] (numeric) = -0.2938873542304152 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.88885810948284880000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.1950000000000001 " " y[1] (analytic) = -0.2938218529848223 " " y[1] (numeric) = -0.29382185298482233 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.889279189663449800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.1960000000000001 " " y[1] (analytic) = -0.29375598041079987 " " y[1] (numeric) = -0.2937559804107999 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.889702846343038200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.1970000000000001 " " y[1] (analytic) = -0.29368973618184024 " " y[1] (numeric) = -0.29368973618184036 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.78025816992716900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.1980000000000001 " " y[1] (analytic) = -0.2936231199718855 " " y[1] (numeric) = -0.2936231199718855 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.1990000000000001 " " y[1] (analytic) = -0.2935561314553276 " " y[1] (numeric) = -0.29355613145532766 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.890989329913054000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2000000000000001 " " y[1] (analytic) = -0.29348877030700987 " " y[1] (numeric) = -0.29348877030701 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.78284669448778300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2010000000000001 " " y[1] (analytic) = -0.29342103620222726 " " y[1] (numeric) = -0.29342103620222737 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.783719937039501400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2020000000000001 " " y[1] (analytic) = -0.29335292881672703 " " y[1] (numeric) = -0.29335292881672714 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.78459839860256200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2030000000000001 " " y[1] (analytic) = -0.2932844478267097 " " y[1] (numeric) = -0.2932844478267098 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.78548209034644700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2040000000000001 " " y[1] (analytic) = -0.2932155929088296 " " y[1] (numeric) = -0.2932155929088297 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.786371023489059600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2050000000000001 " " y[1] (analytic) = -0.29314636374019565 " " y[1] (numeric) = -0.2931463637401957 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.89363260464848300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2060000000000001 " " y[1] (analytic) = -0.2930767599983719 " " y[1] (numeric) = -0.293076759998372 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.7881646590856400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2070000000000001 " " y[1] (analytic) = -0.2930067813613787 " " y[1] (numeric) = -0.2930067813613788 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.78906938421970400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2080000000000001 " " y[1] (analytic) = -0.29293642750769283 " " y[1] (numeric) = -0.292936427507693 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.68496909416976300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2090000000000001 " " y[1] (analytic) = -0.29286569811624874 " " y[1] (numeric) = -0.29286569811624885 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.79089470622971270000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2100000000000001 " " y[1] (analytic) = -0.2927945928664388 " " y[1] (numeric) = -0.2927945928664389 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.791815326082869600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2110000000000001 " " y[1] (analytic) = -0.2927231114381143 " " y[1] (numeric) = -0.2927231114381144 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.79274126723633500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2120000000000001 " " y[1] (analytic) = -0.2926512535115862 " " y[1] (numeric) = -0.29265125351158633 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.79367254130419160000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2130000000000001 " " y[1] (analytic) = -0.2925790187676256 " " y[1] (numeric) = -0.29257901876762576 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.6919137399267500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2140000000000001 " " y[1] (analytic) = -0.29250640688746476 " " y[1] (numeric) = -0.2925064068874649 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.79555113489288400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2150000000000001 " " y[1] (analytic) = -0.2924334175527973 " " y[1] (numeric) = -0.29243341755279745 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.69474771684418600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2160000000000001 " " y[1] (analytic) = -0.2923600504457796 " " y[1] (numeric) = -0.29236005044577973 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.79745120077907450000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2170000000000001 " " y[1] (analytic) = -0.292286305249031 " " y[1] (numeric) = -0.2922863052490311 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.798409315411595500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2180000000000001 " " y[1] (analytic) = -0.29221218164563456 " " y[1] (numeric) = -0.29221218164563467 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.79937283371547800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2190000000000001 " " y[1] (analytic) = -0.2921376793191381 " " y[1] (numeric) = -0.2921376793191382 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.800341767664700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2200000000000001 " " y[1] (analytic) = -0.29206279795355444 " " y[1] (numeric) = -0.29206279795355455 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.80131612928569800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2210000000000001 " " y[1] (analytic) = -0.2919875372333624 " " y[1] (numeric) = -0.29198753723336257 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.70344389598644200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.22200000000000011 " " y[1] (analytic) = -0.2919118968435077 " " y[1] (numeric) = -0.2919118968435078 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.803281183912627000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.22300000000000011 " " y[1] (analytic) = -0.291835876469403 " " y[1] (numeric) = -0.2918358764694031 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.8042719012360900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.22400000000000012 " " y[1] (analytic) = -0.29175947579692935 " " y[1] (numeric) = -0.29175947579692946 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.805268094866934000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.22500000000000012 " " y[1] (analytic) = -0.2916826945124363 " " y[1] (numeric) = -0.29168269451243645 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.70940466564680200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.22600000000000012 " " y[1] (analytic) = -0.2916055323027431 " " y[1] (numeric) = -0.2916055323027433 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.71091544041350500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.22700000000000012 " " y[1] (analytic) = -0.29152798885513903 " " y[1] (numeric) = -0.2915279888551392 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.71243448520218600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.22800000000000012 " " y[1] (analytic) = -0.2914500638573843 " " y[1] (numeric) = -0.2914500638573844 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.809307879130963700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.22900000000000012 " " y[1] (analytic) = -0.29137175699771056 " " y[1] (numeric) = -0.29137175699771073 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.71549745966222900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.23000000000000012 " " y[1] (analytic) = -0.291293067964822 " " y[1] (numeric) = -0.2912930679648221 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.81136095129882200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.23100000000000012 " " y[1] (analytic) = -0.2912139964478955 " " y[1] (numeric) = -0.29121399644789564 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.71859373948634800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.23200000000000012 " " y[1] (analytic) = -0.29113454213658174 " " y[1] (numeric) = -0.2911345421365819 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.7201544162920600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.23300000000000012 " " y[1] (analytic) = -0.2910547047210058 " " y[1] (numeric) = -0.291054704721006 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.72172347646488800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.23400000000000012 " " y[1] (analytic) = -0.2909744838917679 " " y[1] (numeric) = -0.290974483891768 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.81553395945920750000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.23500000000000013 " " y[1] (analytic) = -0.29089387933994376 " " y[1] (numeric) = -0.2908938793399439 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.81659121582180200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.23600000000000013 " " y[1] (analytic) = -0.2908128907570859 " " y[1] (numeric) = -0.290812890757086 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.817654099633838000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.23700000000000013 " " y[1] (analytic) = -0.29073151783522366 " " y[1] (numeric) = -0.29073151783522383 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.72808393578293500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.23800000000000013 " " y[1] (analytic) = -0.29064976026686473 " " y[1] (numeric) = -0.29064976026686484 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.81979680150359500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.23900000000000013 " " y[1] (analytic) = -0.29056761774499484 " " y[1] (numeric) = -0.290567617744995 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.73131496848093300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.24000000000000013 " " y[1] (analytic) = -0.29048508996307937 " " y[1] (numeric) = -0.2904850899630795 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.82196216943962900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.24100000000000013 " " y[1] (analytic) = -0.2904021766150634 " " y[1] (numeric) = -0.2904021766150635 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.82305338605223200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.24200000000000013 " " y[1] (analytic) = -0.2903188773953727 " " y[1] (numeric) = -0.2903188773953729 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.73622546311305700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.24300000000000013 " " y[1] (analytic) = -0.29023519199891457 " " y[1] (numeric) = -0.29023519199891473 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.73787942622741200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.24400000000000013 " " y[1] (analytic) = -0.29015112012107813 " " y[1] (numeric) = -0.2901511201210783 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.73954198847415000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.24500000000000013 " " y[1] (analytic) = -0.2900666614577353 " " y[1] (numeric) = -0.29006666145773546 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.74121316999535800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.24600000000000014 " " y[1] (analytic) = -0.28998181570524145 " " y[1] (numeric) = -0.2899818157052416 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.74289299102293200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.24700000000000014 " " y[1] (analytic) = -0.28989658256043604 " " y[1] (numeric) = -0.2898965825604362 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.74458147187904400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.24800000000000014 " " y[1] (analytic) = -0.2898109617206433 " " y[1] (numeric) = -0.28981096172064347 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.7462786329766100000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.24900000000000014 " " y[1] (analytic) = -0.28972495288367295 " " y[1] (numeric) = -0.28972495288367317 " " absolute error = 2.2204460492503130000000000000000E-16 " " relative error = 7.66397932642633300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2500000000000001 " " y[1] (analytic) = -0.28963855574782105 " " y[1] (numeric) = -0.2896385557478212 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.7496990780042700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2510000000000001 " " y[1] (analytic) = -0.2895517700118703 " " y[1] (numeric) = -0.28955177001187044 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.83428160214542100000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2520000000000001 " " y[1] (analytic) = -0.2894645953750911 " " y[1] (numeric) = -0.2894645953750912 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.835436327494623500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2530000000000001 " " y[1] (analytic) = -0.2893770315372421 " " y[1] (numeric) = -0.2893770315372422 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.83659690863292900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2540000000000001 " " y[1] (analytic) = -0.2892890781985708 " " y[1] (numeric) = -0.2892890781985709 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.83776335953854740000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2550000000000001 " " y[1] (analytic) = -0.2892007350598144 " " y[1] (numeric) = -0.28920073505981453 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.83893569425241200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2560000000000001 " " y[1] (analytic) = -0.28911200182220037 " " y[1] (numeric) = -0.28911200182220054 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.76017089031776400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2570000000000001 " " y[1] (analytic) = -0.2890228781874473 " " y[1] (numeric) = -0.28902287818744743 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.841298071584200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2580000000000001 " " y[1] (analytic) = -0.28893336385776525 " " y[1] (numeric) = -0.2889333638577654 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.76373221390084200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2590000000000001 " " y[1] (analytic) = -0.28884345853585686 " " y[1] (numeric) = -0.28884345853585697 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.84368415422270700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2600000000000001 " " y[1] (analytic) = -0.2887531619249176 " " y[1] (numeric) = -0.28875316192491773 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.844886120810132600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2610000000000001 " " y[1] (analytic) = -0.2886624737286369 " " y[1] (numeric) = -0.288662473728637 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.846094056787043300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2620000000000001 " " y[1] (analytic) = -0.2885713936511985 " " y[1] (numeric) = -0.28857139365119855 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.9236539883213500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2630000000000001 " " y[1] (analytic) = -0.2884799213972811 " " y[1] (numeric) = -0.2884799213972812 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.924263947465877600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2640000000000001 " " y[1] (analytic) = -0.28838805667205947 " " y[1] (numeric) = -0.2883880566720596 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.84975382627459800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2650000000000001 " " y[1] (analytic) = -0.28829579918120474 " " y[1] (numeric) = -0.2882957991812048 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.925492892678848400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2660000000000001 " " y[1] (analytic) = -0.2882031486308849 " " y[1] (numeric) = -0.28820314863088503 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.85222378693395300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2670000000000001 " " y[1] (analytic) = -0.2881101047277662 " " y[1] (numeric) = -0.2881101047277664 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.78020176873456400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.2680000000000001 " " y[1] (analytic) = -0.28801666717901325 " " y[1] (numeric) = -0.28801666717901336 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.8547179769117700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.26900000000000013 " " y[1] (analytic) = -0.2879228356922896 " " y[1] (numeric) = -0.28792283569228977 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.7839612927316400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.27000000000000013 " " y[1] (analytic) = -0.287828609975759 " " y[1] (numeric) = -0.28782860997575915 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.78585477335970800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.27100000000000013 " " y[1] (analytic) = -0.28773398973808545 " " y[1] (numeric) = -0.2877339897380856 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.78775742988735000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.27200000000000013 " " y[1] (analytic) = -0.28763897468843447 " " y[1] (numeric) = -0.2876389746884346 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.85977952336859400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.27300000000000013 " " y[1] (analytic) = -0.28754356453647306 " " y[1] (numeric) = -0.28754356453647323 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.79159036169803700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.27400000000000013 " " y[1] (analytic) = -0.2874477589923712 " " y[1] (numeric) = -0.28744775899237135 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.7935206827684200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.27500000000000013 " " y[1] (analytic) = -0.2873515577668018 " " y[1] (numeric) = -0.28735155776680205 " " absolute error = 2.2204460492503130000000000000000E-16 " " relative error = 7.72728036175220900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.27600000000000013 " " y[1] (analytic) = -0.287254960570942 " " y[1] (numeric) = -0.28725496057094224 " " absolute error = 2.2204460492503130000000000000000E-16 " " relative error = 7.72987886732051800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.27700000000000014 " " y[1] (analytic) = -0.28715796711647334 " " y[1] (numeric) = -0.28715796711647346 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.86624489570523400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.27800000000000014 " " y[1] (analytic) = -0.28706057711558236 " " y[1] (numeric) = -0.2870605771155825 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.80133487388344100000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.27900000000000014 " " y[1] (analytic) = -0.28696279028096205 " " y[1] (numeric) = -0.2869627902809622 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.8033117649407600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.28000000000000014 " " y[1] (analytic) = -0.2868646063258117 " " y[1] (numeric) = -0.28686460632581184 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.805298040310700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.28100000000000014 " " y[1] (analytic) = -0.2867660249638379 " " y[1] (numeric) = -0.2867660249638381 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.80729372368201100000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.28200000000000014 " " y[1] (analytic) = -0.2866670459092553 " " y[1] (numeric) = -0.28666704590925546 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.80929883885187800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.28300000000000014 " " y[1] (analytic) = -0.286567668876787 " " y[1] (numeric) = -0.2865676688767872 " " absolute error = 2.2204460492503130000000000000000E-16 " " relative error = 7.7484178796353300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.28400000000000014 " " y[1] (analytic) = -0.2864678935816655 " " y[1] (numeric) = -0.28646789358166574 " " absolute error = 2.2204460492503130000000000000000E-16 " " relative error = 7.75111661376221200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.28500000000000014 " " y[1] (analytic) = -0.2863677197396334 " " y[1] (numeric) = -0.2863677197396336 " " absolute error = 2.2204460492503130000000000000000E-16 " " relative error = 7.7538280196844500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.28600000000000014 " " y[1] (analytic) = -0.28626714706694356 " " y[1] (numeric) = -0.2862671470669438 " " absolute error = 2.2204460492503130000000000000000E-16 " " relative error = 7.75655212971770600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.28700000000000014 " " y[1] (analytic) = -0.2861661752803605 " " y[1] (numeric) = -0.2861661752803607 " " absolute error = 2.2204460492503130000000000000000E-16 " " relative error = 7.75928897632613400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.28800000000000014 " " y[1] (analytic) = -0.2860648040971604 " " y[1] (numeric) = -0.2860648040971606 " " absolute error = 2.2204460492503130000000000000000E-16 " " relative error = 7.76203859212316900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.28900000000000015 " " y[1] (analytic) = -0.2859630332351323 " " y[1] (numeric) = -0.28596303323513256 " " absolute error = 2.77555756156289140000000000000000E-16 " " relative error = 9.70600126234042600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.29000000000000015 " " y[1] (analytic) = -0.28586086241257846 " " y[1] (numeric) = -0.2858608624125787 " " absolute error = 2.2204460492503130000000000000000E-16 " " relative error = 7.76757626248807200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.29100000000000015 " " y[1] (analytic) = -0.28575829134831504 " " y[1] (numeric) = -0.28575829134831526 " " absolute error = 2.2204460492503130000000000000000E-16 " " relative error = 7.77036438303649500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.29200000000000015 " " y[1] (analytic) = -0.28565531976167285 " " y[1] (numeric) = -0.2856553197616731 " " absolute error = 2.2204460492503130000000000000000E-16 " " relative error = 7.77316540473627200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.29300000000000015 " " y[1] (analytic) = -0.28555194737249806 " " y[1] (numeric) = -0.2855519473724983 " " absolute error = 2.2204460492503130000000000000000E-16 " " relative error = 7.77597936095941200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.29400000000000015 " " y[1] (analytic) = -0.28544817390115274 " " y[1] (numeric) = -0.2854481739011529 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.83410471392407600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.29500000000000015 " " y[1] (analytic) = -0.28534399906851543 " " y[1] (numeric) = -0.2853439990685156 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.83623465842666200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.29600000000000015 " " y[1] (analytic) = -0.2852394225959822 " " y[1] (numeric) = -0.28523942259598234 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.83837437960510100000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.29700000000000015 " " y[1] (analytic) = -0.28513444420546685 " " y[1] (numeric) = -0.285134444205467 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.84052390295470800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.29800000000000015 " " y[1] (analytic) = -0.285029063619402 " " y[1] (numeric) = -0.2850290636194021 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.89512216939263500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.29900000000000015 " " y[1] (analytic) = -0.2849232805607392 " " y[1] (numeric) = -0.28492328056073934 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.84485245874011100000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.30000000000000016 " " y[1] (analytic) = -0.28481709475295025 " " y[1] (numeric) = -0.28481709475295036 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.89802102850659900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.30100000000000016 " " y[1] (analytic) = -0.2847105059200273 " " y[1] (numeric) = -0.2847105059200274 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.89948035474675660000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.30200000000000016 " " y[1] (analytic) = -0.28460351378648374 " " y[1] (numeric) = -0.2846035137864839 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.85141945291338900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.30300000000000016 " " y[1] (analytic) = -0.28449611807735514 " " y[1] (numeric) = -0.28449611807735525 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.90241888756908900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.30400000000000016 " " y[1] (analytic) = -0.28438831851819923 " " y[1] (numeric) = -0.28438831851819935 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.90389812918461600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.30500000000000016 " " y[1] (analytic) = -0.28428011483509713 " " y[1] (numeric) = -0.28428011483509724 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.9053840444280300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.30600000000000016 " " y[1] (analytic) = -0.2841715067546538 " " y[1] (numeric) = -0.28417150675465397 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.860314976531200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.30700000000000016 " " y[1] (analytic) = -0.2840624940039988 " " y[1] (numeric) = -0.2840624940039989 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.908375966767115000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.30800000000000016 " " y[1] (analytic) = -0.2839530763107867 " " y[1] (numeric) = -0.2839530763107868 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.909882009554343500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.30900000000000016 " " y[1] (analytic) = -0.28384325340319794 " " y[1] (numeric) = -0.28384325340319805 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.911394797353489600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.31000000000000016 " " y[1] (analytic) = -0.2837330250099395 " " y[1] (numeric) = -0.28373302500993963 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.91291434821964800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.31100000000000017 " " y[1] (analytic) = -0.2836223908602455 " " y[1] (numeric) = -0.2836223908602456 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.91444068029247100000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.31200000000000017 " " y[1] (analytic) = -0.2835113506838777 " " y[1] (numeric) = -0.28351135068387784 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.915973811796632500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.31300000000000017 " " y[1] (analytic) = -0.2833999042111265 " " y[1] (numeric) = -0.2833999042111266 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.91751376104229600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.31400000000000017 " " y[1] (analytic) = -0.2832880511728111 " " y[1] (numeric) = -0.28328805117281125 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.8785908196383810000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.31500000000000017 " " y[1] (analytic) = -0.2831757913002807 " " y[1] (numeric) = -0.28317579130028087 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.88092127964359700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.31600000000000017 " " y[1] (analytic) = -0.28306312432541486 " " y[1] (numeric) = -0.28306312432541497 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.922174699622203400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.31700000000000017 " " y[1] (analytic) = -0.28295004998062384 " " y[1] (numeric) = -0.282950049980624 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.88561315699281700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.31800000000000017 " " y[1] (analytic) = -0.2828365679988501 " " y[1] (numeric) = -0.2828365679988502 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.92531642029283200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3190000000000002 " " y[1] (analytic) = -0.28272267811356794 " " y[1] (numeric) = -0.28272267811356805 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.926897665348185000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3200000000000002 " " y[1] (analytic) = -0.2826083800587849 " " y[1] (numeric) = -0.282608380058785 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.9284858587499100000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3210000000000002 " " y[1] (analytic) = -0.2824936735690421 " " y[1] (numeric) = -0.2824936735690422 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.93008101950932900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3220000000000002 " " y[1] (analytic) = -0.28237855837941483 " " y[1] (numeric) = -0.28237855837941495 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.93168316672761530000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3230000000000002 " " y[1] (analytic) = -0.28226303422551347 " " y[1] (numeric) = -0.2822630342255135 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.966646159798144400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3240000000000002 " " y[1] (analytic) = -0.28214710084348366 " " y[1] (numeric) = -0.28214710084348377 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.934908497397724400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3250000000000002 " " y[1] (analytic) = -0.2820307579700075 " " y[1] (numeric) = -0.28203075797000765 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.90479757925848200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3260000000000002 " " y[1] (analytic) = -0.2819140053423038 " " y[1] (numeric) = -0.281914005342304 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 5.9072430080785200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3270000000000002 " " y[1] (analytic) = -0.281796842698129 " " y[1] (numeric) = -0.2817968426981291 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.93979937459578900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3280000000000002 " " y[1] (analytic) = -0.28167926977577734 " " y[1] (numeric) = -0.28167926977577745 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.941443846786870000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3290000000000002 " " y[1] (analytic) = -0.2815612863140821 " " y[1] (numeric) = -0.2815612863140822 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.94309544170323500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3300000000000002 " " y[1] (analytic) = -0.28144289205241596 " " y[1] (numeric) = -0.281442892052416 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.972377089591568800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3310000000000002 " " y[1] (analytic) = -0.28132408673069137 " " y[1] (numeric) = -0.2813240867306915 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.94642007915931350000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3320000000000002 " " y[1] (analytic) = -0.2812048700893618 " " y[1] (numeric) = -0.2812048700893619 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.94809316165949700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3330000000000002 " " y[1] (analytic) = -0.28108524186942174 " " y[1] (numeric) = -0.28108524186942185 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.94977344680696900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3340000000000002 " " y[1] (analytic) = -0.2809652018124079 " " y[1] (numeric) = -0.28096520181240797 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.97573047741054300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3350000000000002 " " y[1] (analytic) = -0.2808447496603993 " " y[1] (numeric) = -0.2808447496603994 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.9531557060178296000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3360000000000002 " " y[1] (analytic) = -0.2807238851560185 " " y[1] (numeric) = -0.2807238851560186 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.95485772081034600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3370000000000002 " " y[1] (analytic) = -0.28060260804243164 " " y[1] (numeric) = -0.2806026080424317 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.978283509854749700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3380000000000002 " " y[1] (analytic) = -0.2804809180633495 " " y[1] (numeric) = -0.2804809180633495 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3390000000000002 " " y[1] (analytic) = -0.2803588149630279 " " y[1] (numeric) = -0.28035881496302795 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.98000377618154500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3400000000000002 " " y[1] (analytic) = -0.2802362984862685 " " y[1] (numeric) = -0.2802362984862686 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.980869413816421000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3410000000000002 " " y[1] (analytic) = -0.2801133683784194 " " y[1] (numeric) = -0.28011336837841944 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.981738735020493200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3420000000000002 " " y[1] (analytic) = -0.27999002438537557 " " y[1] (numeric) = -0.2799900243853756 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.982611750297675600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3430000000000002 " " y[1] (analytic) = -0.2798662662535797 " " y[1] (numeric) = -0.2798662662535798 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.96697694040485660000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3440000000000002 " " y[1] (analytic) = -0.2797420937300229 " " y[1] (numeric) = -0.27974209373002296 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.984368905340046800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3450000000000002 " " y[1] (analytic) = -0.27961750656224504 " " y[1] (numeric) = -0.27961750656224504 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3460000000000002 " " y[1] (analytic) = -0.2794925044983355 " " y[1] (numeric) = -0.2794925044983355 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3470000000000002 " " y[1] (analytic) = -0.27936708728693405 " " y[1] (numeric) = -0.27936708728693405 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3480000000000002 " " y[1] (analytic) = -0.27924125467723104 " " y[1] (numeric) = -0.27924125467723104 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3490000000000002 " " y[1] (analytic) = -0.27911500641896836 " " y[1] (numeric) = -0.27911500641896836 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3500000000000002 " " y[1] (analytic) = -0.2789883422624399 " " y[1] (numeric) = -0.27898834226243996 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.989730136431269400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3510000000000002 " " y[1] (analytic) = -0.2788612619584923 " " y[1] (numeric) = -0.2788612619584924 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.981273758957635000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3520000000000002 " " y[1] (analytic) = -0.2787337652585255 " " y[1] (numeric) = -0.2787337652585256 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.98309484893380250000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3530000000000002 " " y[1] (analytic) = -0.2786058519144934 " " y[1] (numeric) = -0.27860585191449344 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.992461782471629300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3540000000000002 " " y[1] (analytic) = -0.27847752167890427 " " y[1] (numeric) = -0.27847752167890427 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3550000000000002 " " y[1] (analytic) = -0.2783487743048217 " " y[1] (numeric) = -0.27834877430482174 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.994301982104910400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3560000000000002 " " y[1] (analytic) = -0.2782196095458651 " " y[1] (numeric) = -0.27821960954586517 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.995227846156066600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3570000000000002 " " y[1] (analytic) = -0.27809002715621023 " " y[1] (numeric) = -0.27809002715621034 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 3.99231513613940600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3580000000000002 " " y[1] (analytic) = -0.2779600268905901 " " y[1] (numeric) = -0.27796002689059013 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.997091159194195600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3590000000000002 " " y[1] (analytic) = -0.27782960850429494 " " y[1] (numeric) = -0.277829608504295 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.998028630933325600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3600000000000002 " " y[1] (analytic) = -0.2776987717531737 " " y[1] (numeric) = -0.27769877175317376 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 1.998969994746597800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3610000000000002 " " y[1] (analytic) = -0.2775675163936341 " " y[1] (numeric) = -0.2775675163936341 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3620000000000002 " " y[1] (analytic) = -0.27743584218264317 " " y[1] (numeric) = -0.27743584218264317 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3630000000000002 " " y[1] (analytic) = -0.27730374887772835 " " y[1] (numeric) = -0.27730374887772835 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3640000000000002 " " y[1] (analytic) = -0.27717123623697776 " " y[1] (numeric) = -0.2771712362369777 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.00277460189976280000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3650000000000002 " " y[1] (analytic) = -0.2770383040190407 " " y[1] (numeric) = -0.2770383040190407 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3660000000000002 " " y[1] (analytic) = -0.2769049519831288 " " y[1] (numeric) = -0.2769049519831288 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3670000000000002 " " y[1] (analytic) = -0.276771179889016 " " y[1] (numeric) = -0.276771179889016 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3680000000000002 " " y[1] (analytic) = -0.2766369874970396 " " y[1] (numeric) = -0.2766369874970396 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3690000000000002 " " y[1] (analytic) = -0.27650237456810056 " " y[1] (numeric) = -0.27650237456810056 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3700000000000002 " " y[1] (analytic) = -0.27636734086366443 " " y[1] (numeric) = -0.2763673408636645 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.008600258546547600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3710000000000002 " " y[1] (analytic) = -0.2762318861457619 " " y[1] (numeric) = -0.2762318861457619 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3720000000000002 " " y[1] (analytic) = -0.2760960101769889 " " y[1] (numeric) = -0.276096010176989 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.01057419104582080000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3730000000000002 " " y[1] (analytic) = -0.2759597127205082 " " y[1] (numeric) = -0.2759597127205083 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.023134441184136300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3740000000000002 " " y[1] (analytic) = -0.2758229935400491 " " y[1] (numeric) = -0.27582299354004913 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.0125643086821800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3750000000000002 " " y[1] (analytic) = -0.2756858523999083 " " y[1] (numeric) = -0.2756858523999084 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.02713093530339570000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3760000000000002 " " y[1] (analytic) = -0.27554828906495094 " " y[1] (numeric) = -0.275548289064951 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.014570709897349500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3770000000000002 " " y[1] (analytic) = -0.27541030330061056 " " y[1] (numeric) = -0.2754103033006106 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.01558004787741580000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3780000000000002 " " y[1] (analytic) = -0.27527189487289005 " " y[1] (numeric) = -0.2752718948728902 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 6.04978048233628100000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3790000000000002 " " y[1] (analytic) = -0.2751330635483626 " " y[1] (numeric) = -0.27513306354836264 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.0176110611838602000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3800000000000002 " " y[1] (analytic) = -0.27499380909417126 " " y[1] (numeric) = -0.27499380909417137 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.03726552347570200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.3810000000000002 " " y[1] (analytic) = -0.27485413127803077 " " y[1] (numeric) = -0.2748541312780309 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.03931721696444870000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.38200000000000023 " " y[1] (analytic) = -0.2747140298682273 " " y[1] (numeric) = -0.2747140298682274 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.041377228377086600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.38300000000000023 " " y[1] (analytic) = -0.27457350463361946 " " y[1] (numeric) = -0.27457350463361957 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.043445583384297500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.38400000000000023 " " y[1] (analytic) = -0.2744325553436388 " " y[1] (numeric) = -0.2744325553436389 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.04552230778508770000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.38500000000000023 " " y[1] (analytic) = -0.27429118176829037 " " y[1] (numeric) = -0.2742911817682905 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.047607427507553500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.38600000000000023 " " y[1] (analytic) = -0.27414938367815334 " " y[1] (numeric) = -0.27414938367815345 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.04970096860965130000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.38700000000000023 " " y[1] (analytic) = -0.27400716084438165 " " y[1] (numeric) = -0.2740071608443818 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 6.0777044359199700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.38800000000000023 " " y[1] (analytic) = -0.2738645130387047 " " y[1] (numeric) = -0.2738645130387048 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.053913419838557400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.38900000000000023 " " y[1] (analytic) = -0.2737214400334275 " " y[1] (numeric) = -0.27372144003342763 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.056032382737624000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.39000000000000024 " " y[1] (analytic) = -0.273577941601432 " " y[1] (numeric) = -0.2735779416014321 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.058159872562420000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.39100000000000024 " " y[1] (analytic) = -0.27343401751617696 " " y[1] (numeric) = -0.2734340175161771 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.060295916032003500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.39200000000000024 " " y[1] (analytic) = -0.27328966755169903 " " y[1] (numeric) = -0.27328966755169914 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.06244054000004350000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.39300000000000024 " " y[1] (analytic) = -0.2731448914826131 " " y[1] (numeric) = -0.27314489148261323 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.06459377145564200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.39400000000000024 " " y[1] (analytic) = -0.2729996890841131 " " y[1] (numeric) = -0.2729996890841132 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.06675563752414760000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.39500000000000024 " " y[1] (analytic) = -0.2728540601319724 " " y[1] (numeric) = -0.27285406013197244 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.03446308273399100000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.39600000000000024 " " y[1] (analytic) = -0.2727080044025444 " " y[1] (numeric) = -0.27270800440254445 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.035552691343734400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.39700000000000024 " " y[1] (analytic) = -0.27256152167276326 " " y[1] (numeric) = -0.2725615216727634 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.07329331672167500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.39800000000000024 " " y[1] (analytic) = -0.2724146117201446 " " y[1] (numeric) = -0.27241461172014464 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.037744997624621700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.39900000000000024 " " y[1] (analytic) = -0.2722672743227856 " " y[1] (numeric) = -0.27226727432278564 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.03884772304462720000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.40000000000000024 " " y[1] (analytic) = -0.27211950925936623 " " y[1] (numeric) = -0.27211950925936623 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.40100000000000025 " " y[1] (analytic) = -0.2719713163091492 " " y[1] (numeric) = -0.2719713163091493 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.04106638834510100000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.40200000000000025 " " y[1] (analytic) = -0.2718226952519813 " " y[1] (numeric) = -0.27182269525198133 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.042182356399588300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.40300000000000025 " " y[1] (analytic) = -0.2716736458682931 " " y[1] (numeric) = -0.2716736458682932 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.04330276695920380000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.40400000000000025 " " y[1] (analytic) = -0.27152416793910034 " " y[1] (numeric) = -0.27152416793910045 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.088855268582083000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.40500000000000025 " " y[1] (analytic) = -0.271374261246004 " " y[1] (numeric) = -0.2713742612460041 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.09111394547003850000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.40600000000000025 " " y[1] (analytic) = -0.2712239255711912 " " y[1] (numeric) = -0.2712239255711913 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.09338159340866800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.40700000000000025 " " y[1] (analytic) = -0.27107316069743553 " " y[1] (numeric) = -0.2710731606974356 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.047829120685904500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.40800000000000025 " " y[1] (analytic) = -0.27092196640809774 " " y[1] (numeric) = -0.2709219664080978 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.048971959240829500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.40900000000000025 " " y[1] (analytic) = -0.27077034248712645 " " y[1] (numeric) = -0.2707703424871265 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.05011932700484200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.41000000000000025 " " y[1] (analytic) = -0.2706182887190585 " " y[1] (numeric) = -0.2706182887190586 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.051271238688769600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.41100000000000025 " " y[1] (analytic) = -0.2704658048890198 " " y[1] (numeric) = -0.2704658048890199 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.10485541815799700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.41200000000000025 " " y[1] (analytic) = -0.2703128907827257 " " y[1] (numeric) = -0.27031289078272575 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.053588753037939300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.41300000000000026 " " y[1] (analytic) = -0.2701595461864815 " " y[1] (numeric) = -0.2701595461864816 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.054754385504499200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.41400000000000026 " " y[1] (analytic) = -0.27000577088718336 " " y[1] (numeric) = -0.2700057708871834 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.05592462149455600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.41500000000000026 " " y[1] (analytic) = -0.2698515646723186 " " y[1] (numeric) = -0.26985156467231863 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.057099476101432200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.41600000000000026 " " y[1] (analytic) = -0.26969692732996636 " " y[1] (numeric) = -0.2696969273299664 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.058278964496378600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.41700000000000026 " " y[1] (analytic) = -0.2695418586487982 " " y[1] (numeric) = -0.2695418586487983 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.118926203858120400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.41800000000000026 " " y[1] (analytic) = -0.2693863584180788 " " y[1] (numeric) = -0.26938635841807884 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.060651903728040500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.41900000000000026 " " y[1] (analytic) = -0.26923042642766604 " " y[1] (numeric) = -0.2692304264276661 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.061845385301277500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.42000000000000026 " " y[1] (analytic) = -0.26907406246801224 " " y[1] (numeric) = -0.26907406246801235 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.12608712427323170000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.42100000000000026 " " y[1] (analytic) = -0.26891726633016444 " " y[1] (numeric) = -0.2689172663301645 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.06424644980228800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.42200000000000026 " " y[1] (analytic) = -0.26876003780576474 " " y[1] (numeric) = -0.2687600378057648 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.065454063947417300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.42300000000000026 " " y[1] (analytic) = -0.2686023766870512 " " y[1] (numeric) = -0.26860237668705134 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.13333284060504800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.42400000000000027 " " y[1] (analytic) = -0.2684442827668585 " " y[1] (numeric) = -0.26844428276685856 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.067883534680035600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.42500000000000027 " " y[1] (analytic) = -0.26828575583861797 " " y[1] (numeric) = -0.268285755838618 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.069105422974802700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.42600000000000027 " " y[1] (analytic) = -0.2681267956963588 " " y[1] (numeric) = -0.2681267956963588 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.42700000000000027 " " y[1] (analytic) = -0.26796740213470804 " " y[1] (numeric) = -0.2679674021347081 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.07156358531073110000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.42800000000000027 " " y[1] (analytic) = -0.2678075749488918 " " y[1] (numeric) = -0.26780757494889185 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.072799891558389800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.42900000000000027 " " y[1] (analytic) = -0.2676473139347353 " " y[1] (numeric) = -0.2676473139347353 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.43000000000000027 " " y[1] (analytic) = -0.26748661888866343 " " y[1] (numeric) = -0.2674866188886635 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.07528703536244400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.43100000000000027 " " y[1] (analytic) = -0.26732548960770186 " " y[1] (numeric) = -0.2673254896077019 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.076537905634065200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4320000000000003 " " y[1] (analytic) = -0.2671639258894769 " " y[1] (numeric) = -0.267163925889477 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.15558732687752450000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4330000000000003 " " y[1] (analytic) = -0.26700192753221674 " " y[1] (numeric) = -0.2670019275322168 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.079054325349759500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4340000000000003 " " y[1] (analytic) = -0.2668394943347514 " " y[1] (numeric) = -0.2668394943347514 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4350000000000003 " " y[1] (analytic) = -0.2666766260965136 " " y[1] (numeric) = -0.26667662609651366 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.081590428220268800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4360000000000003 " " y[1] (analytic) = -0.26651332261753957 " " y[1] (numeric) = -0.26651332261753957 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4370000000000003 " " y[1] (analytic) = -0.26634958369846895 " " y[1] (numeric) = -0.266349583698469 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.08414634858604900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4380000000000003 " " y[1] (analytic) = -0.2661854091405461 " " y[1] (numeric) = -0.26618540914054617 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.085431782699550500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4390000000000003 " " y[1] (analytic) = -0.26602079874562023 " " y[1] (numeric) = -0.26602079874562023 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4400000000000003 " " y[1] (analytic) = -0.2658557523161458 " " y[1] (numeric) = -0.26585575231614583 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.088017684313485700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4410000000000003 " " y[1] (analytic) = -0.2656902696551836 " " y[1] (numeric) = -0.26569026965518366 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.089318186296432200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4420000000000003 " " y[1] (analytic) = -0.265524350566401 " " y[1] (numeric) = -0.26552435056640095 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.090623745537638600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4430000000000003 " " y[1] (analytic) = -0.26535799485407224 " " y[1] (numeric) = -0.2653579948540722 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.091934379508141600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4440000000000003 " " y[1] (analytic) = -0.2651912023230796 " " y[1] (numeric) = -0.2651912023230796 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4450000000000003 " " y[1] (analytic) = -0.26502397277891354 " " y[1] (numeric) = -0.26502397277891354 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4460000000000003 " " y[1] (analytic) = -0.26485630602767346 " " y[1] (numeric) = -0.2648563060276734 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.09589690590405500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4470000000000003 " " y[1] (analytic) = -0.2646882018760679 " " y[1] (numeric) = -0.26468820187606784 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.097228015370674300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4480000000000003 " " y[1] (analytic) = -0.2645196601314155 " " y[1] (numeric) = -0.2645196601314155 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4490000000000003 " " y[1] (analytic) = -0.26435068060164546 " " y[1] (numeric) = -0.2643506806016454 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.099905742815488500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4500000000000003 " " y[1] (analytic) = -0.2641812630952979 " " y[1] (numeric) = -0.2641812630952978 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.101252396966295500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4510000000000003 " " y[1] (analytic) = -0.2640114074215246 " " y[1] (numeric) = -0.2640114074215245 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.205208538025622000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4520000000000003 " " y[1] (analytic) = -0.26384111339008953 " " y[1] (numeric) = -0.2638411133900894 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.207922754569678500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4530000000000003 " " y[1] (analytic) = -0.2636703808113693 " " y[1] (numeric) = -0.2636703808113692 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.210647480421450500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4540000000000003 " " y[1] (analytic) = -0.26349920949635375 " " y[1] (numeric) = -0.2634992094963537 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.106691376317999200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4550000000000003 " " y[1] (analytic) = -0.2633275992566467 " " y[1] (numeric) = -0.2633275992566466 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.216128608468043000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4560000000000003 " " y[1] (analytic) = -0.26315554990446605 " " y[1] (numeric) = -0.263155549904466 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.109442542686641400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4570000000000003 " " y[1] (analytic) = -0.2629830612526448 " " y[1] (numeric) = -0.26298306125264476 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.110826110504847300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4580000000000003 " " y[1] (analytic) = -0.2628101331146314 " " y[1] (numeric) = -0.2628101331146313 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.22443005323886900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4590000000000003 " " y[1] (analytic) = -0.2626367653044901 " " y[1] (numeric) = -0.26263676530449004 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.113609310063673500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4600000000000003 " " y[1] (analytic) = -0.26246295763690186 " " y[1] (numeric) = -0.2624629576369018 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.11500897997398200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4610000000000003 " " y[1] (analytic) = -0.26228870992716474 " " y[1] (numeric) = -0.26228870992716463 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.23282811118120770000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4620000000000003 " " y[1] (analytic) = -0.26211402199119416 " " y[1] (numeric) = -0.2621140219911941 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.11782455625829670000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4630000000000003 " " y[1] (analytic) = -0.26193889364552403 " " y[1] (numeric) = -0.261938893645524 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.119240501427016300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4640000000000003 " " y[1] (analytic) = -0.2617633247073069 " " y[1] (numeric) = -0.26176332470730673 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 6.36198573195784500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4650000000000003 " " y[1] (analytic) = -0.2615873149943142 " " y[1] (numeric) = -0.26158731499431415 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.122088803597544600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4660000000000003 " " y[1] (analytic) = -0.26141086432493776 " " y[1] (numeric) = -0.26141086432493765 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.247042400063113500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4670000000000003 " " y[1] (analytic) = -0.26123397251818925 " " y[1] (numeric) = -0.26123397251818914 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.24991823966484160000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4680000000000003 " " y[1] (analytic) = -0.2610566393937014 " " y[1] (numeric) = -0.2610566393937013 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.25280516597327850000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4690000000000003 " " y[1] (analytic) = -0.2608788647717283 " " y[1] (numeric) = -0.26087886477172817 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.255703219180339600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4700000000000003 " " y[1] (analytic) = -0.26070064847314595 " " y[1] (numeric) = -0.26070064847314584 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.25861243969831400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4710000000000003 " " y[1] (analytic) = -0.26052199031945283 " " y[1] (numeric) = -0.2605219903194528 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.130766434080666000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4720000000000003 " " y[1] (analytic) = -0.26034289013277057 " " y[1] (numeric) = -0.2603428901327705 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.132232272713422700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4730000000000003 " " y[1] (analytic) = -0.26016334773584426 " " y[1] (numeric) = -0.26016334773584415 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.26740751257712400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4740000000000003 " " y[1] (analytic) = -0.25998336295204283 " " y[1] (numeric) = -0.25998336295204283 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4750000000000003 " " y[1] (analytic) = -0.2598029356053603 " " y[1] (numeric) = -0.2598029356053603 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4760000000000003 " " y[1] (analytic) = -0.25962206552041533 " " y[1] (numeric) = -0.25962206552041533 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4770000000000003 " " y[1] (analytic) = -0.2594407525224527 " " y[1] (numeric) = -0.25944075252245263 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.139646554812307300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4780000000000003 " " y[1] (analytic) = -0.25925899643734296 " " y[1] (numeric) = -0.25925899643734296 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4790000000000003 " " y[1] (analytic) = -0.2590767970915838 " " y[1] (numeric) = -0.25907679709158377 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.14265236618756680000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4800000000000003 " " y[1] (analytic) = -0.25889415431229984 " " y[1] (numeric) = -0.25889415431229984 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4810000000000003 " " y[1] (analytic) = -0.2587110679272438 " " y[1] (numeric) = -0.25871106792724374 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.14568134544862200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4820000000000003 " " y[1] (analytic) = -0.2585275377647965 " " y[1] (numeric) = -0.25852753776479637 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.29440915356265330000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4830000000000003 " " y[1] (analytic) = -0.2583435636539675 " " y[1] (numeric) = -0.25834356365396743 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.14873366481895400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4840000000000003 " " y[1] (analytic) = -0.25815914542439605 " " y[1] (numeric) = -0.258159145424396 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.150268631390194200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4850000000000003 " " y[1] (analytic) = -0.25797428290635116 " " y[1] (numeric) = -0.25797428290635105 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.30361899689119600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4860000000000003 " " y[1] (analytic) = -0.25778897593073213 " " y[1] (numeric) = -0.257788975930732 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.306712576116805700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4870000000000003 " " y[1] (analytic) = -0.25760322432906924 " " y[1] (numeric) = -0.2576032243290692 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.154909022425371400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4880000000000003 " " y[1] (analytic) = -0.25741702793352444 " " y[1] (numeric) = -0.2574170279335244 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.156467723867632500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4890000000000003 " " y[1] (analytic) = -0.2572303865768915 " " y[1] (numeric) = -0.25723038657689146 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.15803241483153400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4900000000000003 " " y[1] (analytic) = -0.2570433000925967 " " y[1] (numeric) = -0.2570433000925966 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.159603117889500300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4910000000000003 " " y[1] (analytic) = -0.25685576831469925 " " y[1] (numeric) = -0.2568557683146992 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.161179855740894300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4920000000000003 " " y[1] (analytic) = -0.25666779107789217 " " y[1] (numeric) = -0.25666779107789206 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.3255253024257800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4930000000000003 " " y[1] (analytic) = -0.2564793682175023 " " y[1] (numeric) = -0.25647936821750217 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.32870305452270800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.4940000000000003 " " y[1] (analytic) = -0.2562904995694911 " " y[1] (numeric) = -0.256290499569491 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.331893013943454000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.49500000000000033 " " y[1] (analytic) = -0.2561011849704553 " " y[1] (numeric) = -0.25610118497045514 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 6.50264284067976200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.49600000000000033 " " y[1] (analytic) = -0.2559114242576269 " " y[1] (numeric) = -0.2559114242576268 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.33830974074643600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.49700000000000033 " " y[1] (analytic) = -0.25572121726887453 " " y[1] (numeric) = -0.25572121726887437 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 6.51230490267353100000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.49800000000000033 " " y[1] (analytic) = -0.2555305638427029 " " y[1] (numeric) = -0.2555305638427028 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.344775857453111500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.49900000000000033 " " y[1] (analytic) = -0.25533946381825423 " " y[1] (numeric) = -0.2553394638182542 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.174013777626227500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5000000000000003 " " y[1] (analytic) = -0.25514791703530837 " " y[1] (numeric) = -0.2551479170353083 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.175645871472114400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5010000000000003 " " y[1] (analytic) = -0.2549559233342833 " " y[1] (numeric) = -0.2549559233342832 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.354568468564258000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5020000000000003 " " y[1] (analytic) = -0.2547634825562356 " " y[1] (numeric) = -0.2547634825562355 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.35785778042223850000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5030000000000003 " " y[1] (analytic) = -0.2545705945428612 " " y[1] (numeric) = -0.2545705945428611 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.361159727103642300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5040000000000003 " " y[1] (analytic) = -0.2543772591364956 " " y[1] (numeric) = -0.2543772591364955 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.36447435747165160000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5050000000000003 " " y[1] (analytic) = -0.2541834761801146 " " y[1] (numeric) = -0.25418347618011455 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.183900860334547500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5060000000000003 " " y[1] (analytic) = -0.2539892455173348 " " y[1] (numeric) = -0.2539892455173347 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.371141866120404300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5070000000000003 " " y[1] (analytic) = -0.2537945669924138 " " y[1] (numeric) = -0.2537945669924137 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.37449484353359800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5080000000000003 " " y[1] (analytic) = -0.2535994404502512 " " y[1] (numeric) = -0.25359944045025107 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.377860702902260400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5090000000000003 " " y[1] (analytic) = -0.25340386573638857 " " y[1] (numeric) = -0.25340386573638846 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.381239494507559500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5100000000000003 " " y[1] (analytic) = -0.25320784269701047 " " y[1] (numeric) = -0.25320784269701035 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.38463126892026800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5110000000000003 " " y[1] (analytic) = -0.25301137117894457 " " y[1] (numeric) = -0.25301137117894446 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.38803607700280540000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5120000000000003 " " y[1] (analytic) = -0.25281445102966227 " " y[1] (numeric) = -0.25281445102966216 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.39145396991130100000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5130000000000003 " " y[1] (analytic) = -0.2526170820972793 " " y[1] (numeric) = -0.25261708209727923 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.197442499548833700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5140000000000003 " " y[1] (analytic) = -0.2524192642305562 " " y[1] (numeric) = -0.2524192642305561 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.398329216311693000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5150000000000003 " " y[1] (analytic) = -0.25222099727889863 " " y[1] (numeric) = -0.25222099727889846 " " absolute error = 1.66533453693773480000000000000000E-16 " " relative error = 6.6026800104047500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5160000000000003 " " y[1] (analytic) = -0.2520222810923579 " " y[1] (numeric) = -0.2520222810923578 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.405257423323996000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5170000000000003 " " y[1] (analytic) = -0.25182311552163195 " " y[1] (numeric) = -0.25182311552163184 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.408741518130359600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5180000000000003 " " y[1] (analytic) = -0.251623500418065 " " y[1] (numeric) = -0.25162350041806497 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.206119505492439600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5190000000000003 " " y[1] (analytic) = -0.25142343563364894 " " y[1] (numeric) = -0.2514234356336489 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.207874977579399600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5200000000000004 " " y[1] (analytic) = -0.2512229210210231 " " y[1] (numeric) = -0.25122292102102306 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.209637202117098500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5210000000000004 " " y[1] (analytic) = -0.25102195643347525 " " y[1] (numeric) = -0.25102195643347514 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.422812412106202000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5220000000000004 " " y[1] (analytic) = -0.2508205417249415 " " y[1] (numeric) = -0.2508205417249415 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5230000000000004 " " y[1] (analytic) = -0.2506186767500078 " " y[1] (numeric) = -0.25061867675000776 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.214964660699658000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5240000000000004 " " y[1] (analytic) = -0.2504163613639093 " " y[1] (numeric) = -0.25041636136390927 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.2167541660981200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5250000000000004 " " y[1] (analytic) = -0.25021359542253163 " " y[1] (numeric) = -0.2502135954225315 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.43710112054599200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5260000000000004 " " y[1] (analytic) = -0.2500103787824108 " " y[1] (numeric) = -0.2500103787824107 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.220353870971506200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5270000000000004 " " y[1] (analytic) = -0.2498067113007344 " " y[1] (numeric) = -0.2498067113007343 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.33324618915640600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5280000000000004 " " y[1] (analytic) = -0.24960259283534142 " " y[1] (numeric) = -0.24960259283534136 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.223981353746496700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5290000000000004 " " y[1] (analytic) = -0.24939802324472315 " " y[1] (numeric) = -0.2493980232447231 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.22580558213916600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5300000000000004 " " y[1] (analytic) = -0.24919300238802347 " " y[1] (numeric) = -0.24919300238802342 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.22763683969023680000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5310000000000004 " " y[1] (analytic) = -0.24898753012503938 " " y[1] (numeric) = -0.24898753012503932 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.22947515497585800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5320000000000004 " " y[1] (analytic) = -0.24878160631622157 " " y[1] (numeric) = -0.24878160631622148 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.34698083511238300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5330000000000004 " " y[1] (analytic) = -0.2485752308226747 " " y[1] (numeric) = -0.24857523082267463 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.23317307390363620000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5340000000000004 " " y[1] (analytic) = -0.24836840350615813 " " y[1] (numeric) = -0.24836840350615808 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.235032735550094600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5350000000000004 " " y[1] (analytic) = -0.24816112422908637 " " y[1] (numeric) = -0.24816112422908623 " " absolute error = 1.38777878078144570000000000000000E-16 " " relative error = 5.5922489273555100000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5360000000000004 " " y[1] (analytic) = -0.24795339285452916 " " y[1] (numeric) = -0.24795339285452908 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.358160414273426700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5370000000000004 " " y[1] (analytic) = -0.24774520924621268 " " y[1] (numeric) = -0.24774520924621257 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.481309761763349600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5380000000000004 " " y[1] (analytic) = -0.2475365732685193 " " y[1] (numeric) = -0.24753657326851922 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.363815122243039600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5390000000000004 " " y[1] (analytic) = -0.24732748478648858 " " y[1] (numeric) = -0.24732748478648853 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.24443924132326700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5400000000000004 " " y[1] (analytic) = -0.24711794366581752 " " y[1] (numeric) = -0.24711794366581746 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.24634239051157900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5410000000000004 " " y[1] (analytic) = -0.246907949772861 " " y[1] (numeric) = -0.24690794977286093 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.372379339081087400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5420000000000004 " " y[1] (analytic) = -0.24669750297463236 " " y[1] (numeric) = -0.24669750297463228 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.375256167690070500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5430000000000004 " " y[1] (analytic) = -0.24648660313880388 " " y[1] (numeric) = -0.24648660313880377 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.504192156844959400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5440000000000004 " " y[1] (analytic) = -0.2462752501337071 " " y[1] (numeric) = -0.24627525013370702 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.381043235228866600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5450000000000004 " " y[1] (analytic) = -0.24606344382833362 " " y[1] (numeric) = -0.2460634438283335 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.51193808942910100000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5460000000000004 " " y[1] (analytic) = -0.2458511840923351 " " y[1] (numeric) = -0.24585118409233503 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.38687516004047340000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5470000000000004 " " y[1] (analytic) = -0.2456384707960243 " " y[1] (numeric) = -0.2456384707960242 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.51974408172844570000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5480000000000004 " " y[1] (analytic) = -0.24542530381037492 " " y[1] (numeric) = -0.24542530381037486 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.261834878857800800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5490000000000004 " " y[1] (analytic) = -0.24521168300702276 " " y[1] (numeric) = -0.24521168300702265 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.527610638329007700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5500000000000004 " " y[1] (analytic) = -0.24499760825826544 " " y[1] (numeric) = -0.24499760825826536 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.398675090701730500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5510000000000004 " " y[1] (analytic) = -0.2447830794370636 " " y[1] (numeric) = -0.2447830794370635 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.40165370246906800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5520000000000004 " " y[1] (analytic) = -0.24456809641704086 " " y[1] (numeric) = -0.24456809641704072 " " absolute error = 1.38777878078144570000000000000000E-16 " " relative error = 5.674406437767690000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5530000000000004 " " y[1] (analytic) = -0.24435265907248432 " " y[1] (numeric) = -0.24435265907248427 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.271763746789884400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5540000000000004 " " y[1] (analytic) = -0.2441367672783456 " " y[1] (numeric) = -0.2441367672783455 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.54754536566533300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5550000000000004 " " y[1] (analytic) = -0.24392042091024035 " " y[1] (numeric) = -0.2439204209102403 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.275789416241013600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5560000000000004 " " y[1] (analytic) = -0.24370361984444966 " " y[1] (numeric) = -0.24370361984444958 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.416720970334128000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5570000000000004 " " y[1] (analytic) = -0.24348636395791973 " " y[1] (numeric) = -0.24348636395791967 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.27984640818947400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5580000000000004 " " y[1] (analytic) = -0.24326865312826296 " " y[1] (numeric) = -0.24326865312826293 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.14094336687903800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5590000000000004 " " y[1] (analytic) = -0.2430504872337581 " " y[1] (numeric) = -0.24305048723375805 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.28393499075231200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5600000000000004 " " y[1] (analytic) = -0.24283186615335062 " " y[1] (numeric) = -0.2428318661533506 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.142995606602183200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5610000000000004 " " y[1] (analytic) = -0.24261278976665354 " " y[1] (numeric) = -0.24261278976665346 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.432083153034643500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5620000000000004 " " y[1] (analytic) = -0.24239325795394742 " " y[1] (numeric) = -0.24239325795394734 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.435191537493451600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5630000000000004 " " y[1] (analytic) = -0.2421732705961812 " " y[1] (numeric) = -0.24217327059618113 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.43831202518349900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5640000000000004 " " y[1] (analytic) = -0.2419528275749725 " " y[1] (numeric) = -0.24195282757497244 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.294296445618388700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5650000000000004 " " y[1] (analytic) = -0.24173192877260813 " " y[1] (numeric) = -0.24173192877260805 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.44458951987322700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5660000000000004 " " y[1] (analytic) = -0.24151057407204438 " " y[1] (numeric) = -0.24151057407204432 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.29849775499678280000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5670000000000004 " " y[1] (analytic) = -0.2412887633569078 " " y[1] (numeric) = -0.2412887633569077 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.601221412797183400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5680000000000004 " " y[1] (analytic) = -0.2410664965114952 " " y[1] (numeric) = -0.24106649651149512 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.45409785481808700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5690000000000004 " " y[1] (analytic) = -0.2408437734207746 " " y[1] (numeric) = -0.2408437734207745 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.457292072127298000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5700000000000004 " " y[1] (analytic) = -0.2406205939703853 " " y[1] (numeric) = -0.24062059397038524 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.30699917722295780000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5710000000000004 " " y[1] (analytic) = -0.24039695804663863 " " y[1] (numeric) = -0.24039695804663855 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.463717990588402000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5720000000000004 " " y[1] (analytic) = -0.240172865536518 " " y[1] (numeric) = -0.24017286553651795 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.31129986758714100000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5730000000000004 " " y[1] (analytic) = -0.2399483163276799 " " y[1] (numeric) = -0.23994831632767982 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.470194253548145600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5740000000000004 " " y[1] (analytic) = -0.23972331030845376 " " y[1] (numeric) = -0.23972331030845367 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.473451402775425400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5750000000000004 " " y[1] (analytic) = -0.2394978473678428 " " y[1] (numeric) = -0.23949784736784277 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.158907101699304700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5760000000000004 " " y[1] (analytic) = -0.2392719273955245 " " y[1] (numeric) = -0.23927192739552444 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.320002677936223000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5770000000000004 " " y[1] (analytic) = -0.23904555028185065 " " y[1] (numeric) = -0.2390455502818506 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.322199729959686400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5780000000000004 " " y[1] (analytic) = -0.23881871591784826 " " y[1] (numeric) = -0.23881871591784815 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.64881079507631400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5790000000000004 " " y[1] (analytic) = -0.23859142419521956 " " y[1] (numeric) = -0.23859142419521948 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.48992957847288300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5800000000000004 " " y[1] (analytic) = -0.23836367500634295 " " y[1] (numeric) = -0.23836367500634287 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.49326409926642500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5810000000000004 " " y[1] (analytic) = -0.23813546824427304 " " y[1] (numeric) = -0.23813546824427295 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.496611716885195000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5820000000000004 " " y[1] (analytic) = -0.23790680380274112 " " y[1] (numeric) = -0.2379068038027411 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.16665749663226400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5830000000000004 " " y[1] (analytic) = -0.23767768157615599 " " y[1] (numeric) = -0.23767768157615593 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.335564318161321000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5840000000000004 " " y[1] (analytic) = -0.23744810145960382 " " y[1] (numeric) = -0.23744810145960377 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.33782249215842800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5850000000000004 " " y[1] (analytic) = -0.23721806334884904 " " y[1] (numeric) = -0.23721806334884896 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.51013433257972600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5860000000000004 " " y[1] (analytic) = -0.23698756714033453 " " y[1] (numeric) = -0.23698756714033445 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.51354832034625360000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5870000000000004 " " y[1] (analytic) = -0.23675661273118226 " " y[1] (numeric) = -0.23675661273118215 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.689301016000443400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5880000000000004 " " y[1] (analytic) = -0.23652520001919347 " " y[1] (numeric) = -0.2365252000191934 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.52041671839321340000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5890000000000004 " " y[1] (analytic) = -0.2362933289028494 " " y[1] (numeric) = -0.23629332890284932 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.523871250767361400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5900000000000004 " " y[1] (analytic) = -0.23606099928131147 " " y[1] (numeric) = -0.23606099928131138 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.52733942075957400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5910000000000004 " " y[1] (analytic) = -0.23582821105442192 " " y[1] (numeric) = -0.23582821105442178 " " absolute error = 1.38777878078144570000000000000000E-16 " " relative error = 5.88470215067352100000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5920000000000004 " " y[1] (analytic) = -0.23559496412270386 " " y[1] (numeric) = -0.2355949641227038 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.35621128142391900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5930000000000004 " " y[1] (analytic) = -0.23536125838736244 " " y[1] (numeric) = -0.23536125838736238 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.358550919195733800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5940000000000004 " " y[1] (analytic) = -0.23512709375028445 " " y[1] (numeric) = -0.2351270937502844 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.360899815748718800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5950000000000004 " " y[1] (analytic) = -0.2348924701140393 " " y[1] (numeric) = -0.23489247011403921 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.54488702028043300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5960000000000004 " " y[1] (analytic) = -0.23465738738187908 " " y[1] (numeric) = -0.23465738738187905 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.182812777611802500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5970000000000004 " " y[1] (analytic) = -0.23442184545773953 " " y[1] (numeric) = -0.23442184545773945 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.55200372577468170000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5980000000000004 " " y[1] (analytic) = -0.2341858442462397 " " y[1] (numeric) = -0.23418584424623964 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.37038884267015910000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.5990000000000004 " " y[1] (analytic) = -0.23394938365268308 " " y[1] (numeric) = -0.23394938365268306 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.186392337619248700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6000000000000004 " " y[1] (analytic) = -0.23371246358305772 " " y[1] (numeric) = -0.23371246358305767 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.3751900253933200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6010000000000004 " " y[1] (analytic) = -0.2334750839440365 " " y[1] (numeric) = -0.23347508394403643 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.37760493726018900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6020000000000004 " " y[1] (analytic) = -0.23323724464297785 " " y[1] (numeric) = -0.2332372446429778 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.380029455254033300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6030000000000004 " " y[1] (analytic) = -0.23299894558792605 " " y[1] (numeric) = -0.232998945587926 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.38246362408149900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6040000000000004 " " y[1] (analytic) = -0.2327601866876117 " " y[1] (numeric) = -0.2327601866876116 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.76981497748663940000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6050000000000004 " " y[1] (analytic) = -0.23252096785145188 " " y[1] (numeric) = -0.2325209678514518 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.58104164180507100000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6060000000000004 " " y[1] (analytic) = -0.23228128898955097 " " y[1] (numeric) = -0.23228128898955094 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.194912243528900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6070000000000004 " " y[1] (analytic) = -0.23204115001270095 " " y[1] (numeric) = -0.2320411500127009 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.39229771220403700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6080000000000004 " " y[1] (analytic) = -0.23180055083238155 " " y[1] (numeric) = -0.23180055083238146 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.592171224265043300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6090000000000004 " " y[1] (analytic) = -0.23155949136076087 " " y[1] (numeric) = -0.23155949136076082 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.397273845483343400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6100000000000004 " " y[1] (analytic) = -0.231317971510696 " " y[1] (numeric) = -0.23131797151069594 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.39977684694036100000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6110000000000004 " " y[1] (analytic) = -0.23107599119573302 " " y[1] (numeric) = -0.23107599119573297 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.40228986767548200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6120000000000004 " " y[1] (analytic) = -0.23083355033010772 " " y[1] (numeric) = -0.2308335503301077 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.202406477565178400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6130000000000004 " " y[1] (analytic) = -0.23059064882874597 " " y[1] (numeric) = -0.2305906488287459 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.61101923559471400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6140000000000004 " " y[1] (analytic) = -0.2303472866072639 " " y[1] (numeric) = -0.2303472866072638 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.614834282326682700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6150000000000004 " " y[1] (analytic) = -0.23010346358196862 " " y[1] (numeric) = -0.23010346358196854 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.61866464549000800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6160000000000004 " " y[1] (analytic) = -0.22985917966985847 " " y[1] (numeric) = -0.2298591796698584 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.62251039816990800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6170000000000004 " " y[1] (analytic) = -0.22961443478862348 " " y[1] (numeric) = -0.22961443478862342 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.417581075961527400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6180000000000004 " " y[1] (analytic) = -0.2293692288566458 " " y[1] (numeric) = -0.22936922885664568 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.84033115583711700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6190000000000004 " " y[1] (analytic) = -0.22912356179299984 " " y[1] (numeric) = -0.22912356179299978 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.4227604876974201000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6200000000000004 " " y[1] (analytic) = -0.22887743351745327 " " y[1] (numeric) = -0.22887743351745318 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.63804878301980600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6210000000000004 " " y[1] (analytic) = -0.2286308439504667 " " y[1] (numeric) = -0.22863084395046665 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.427981731252517300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6220000000000004 " " y[1] (analytic) = -0.22838379301319478 " " y[1] (numeric) = -0.2283837930131947 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.64591224921446300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6230000000000004 " " y[1] (analytic) = -0.22813628062748592 " " y[1] (numeric) = -0.22813628062748587 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.43324521108940300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6240000000000004 " " y[1] (analytic) = -0.22788830671588334 " " y[1] (numeric) = -0.22788830671588328 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.435892917510050500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6250000000000004 " " y[1] (analytic) = -0.22763987120162504 " " y[1] (numeric) = -0.22763987120162496 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.65782700575927600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6260000000000004 " " y[1] (analytic) = -0.2273909740086444 " " y[1] (numeric) = -0.22739097400864425 " " absolute error = 1.38777878078144570000000000000000E-16 " " relative error = 6.10305130549591900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6270000000000004 " " y[1] (analytic) = -0.22714161506157027 " " y[1] (numeric) = -0.22714161506157018 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.66585078759416200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6280000000000004 " " y[1] (analytic) = -0.22689179428572803 " " y[1] (numeric) = -0.22689179428572795 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.66988709790129200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6290000000000004 " " y[1] (analytic) = -0.22664151160713933 " " y[1] (numeric) = -0.22664151160713922 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.89858639201815100000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6300000000000004 " " y[1] (analytic) = -0.2263907669525227 " " y[1] (numeric) = -0.22639076695252258 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.904011941697188300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6310000000000004 " " y[1] (analytic) = -0.22613956024929405 " " y[1] (numeric) = -0.22613956024929396 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.682094665572636600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6320000000000005 " " y[1] (analytic) = -0.2258878914255671 " " y[1] (numeric) = -0.22588789142556698 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.914929337817069400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6330000000000005 " " y[1] (analytic) = -0.22563576041015343 " " y[1] (numeric) = -0.22563576041015332 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.920421402206054400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6340000000000005 " " y[1] (analytic) = -0.22538316713256332 " " y[1] (numeric) = -0.22538316713256323 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.69445189302499530000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6350000000000005 " " y[1] (analytic) = -0.22513011152300594 " " y[1] (numeric) = -0.2251301115230058 " " absolute error = 1.38777878078144570000000000000000E-16 " " relative error = 6.16434101770357400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6360000000000005 " " y[1] (analytic) = -0.22487659351238953 " " y[1] (numeric) = -0.22487659351238942 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.9370323842262803000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6370000000000005 " " y[1] (analytic) = -0.22462261303232223 " " y[1] (numeric) = -0.22462261303232212 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.94261467996278800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6380000000000005 " " y[1] (analytic) = -0.2243681700151121 " " y[1] (numeric) = -0.22436817001511203 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.71116486091937150000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6390000000000005 " " y[1] (analytic) = -0.22411326439376783 " " y[1] (numeric) = -0.22411326439376772 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 4.953847901989819600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6400000000000005 " " y[1] (analytic) = -0.2238578961019987 " " y[1] (numeric) = -0.2238578961019986 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.719624292767723700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6410000000000005 " " y[1] (analytic) = -0.22360206507421537 " " y[1] (numeric) = -0.22360206507421532 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.482586697615391800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6420000000000005 " " y[1] (analytic) = -0.22334577124553015 " " y[1] (numeric) = -0.2233457712455301 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.485435516494865200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6430000000000005 " " y[1] (analytic) = -0.22308901455175728 " " y[1] (numeric) = -0.2230890145517572 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.73244406562065900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6440000000000005 " " y[1] (analytic) = -0.22283179492941332 " " y[1] (numeric) = -0.22283179492941324 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.73675250757026070000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6450000000000005 " " y[1] (analytic) = -0.22257411231571766 " " y[1] (numeric) = -0.22257411231571764 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.247026229908449200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6460000000000005 " " y[1] (analytic) = -0.222315966648593 " " y[1] (numeric) = -0.22231596664859293 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.496948467898500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6470000000000005 " " y[1] (analytic) = -0.2220573578666653 " " y[1] (numeric) = -0.22205735786666522 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.74978463433237700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6480000000000005 " " y[1] (analytic) = -0.2217982859092646 " " y[1] (numeric) = -0.2217982859092645 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.754164578212760000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6490000000000005 " " y[1] (analytic) = -0.22153875071642515 " " y[1] (numeric) = -0.22153875071642506 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.75856262516665200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6500000000000005 " " y[1] (analytic) = -0.221278752228886 " " y[1] (numeric) = -0.22127875222888588 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 5.01730515669559500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6510000000000005 " " y[1] (analytic) = -0.22101829038809104 " " y[1] (numeric) = -0.22101829038809095 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.767413398261148500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6520000000000005 " " y[1] (analytic) = -0.22075736513618982 " " y[1] (numeric) = -0.22075736513618974 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.77186631102965740000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6530000000000005 " " y[1] (analytic) = -0.22049597641603752 " " y[1] (numeric) = -0.22049597641603746 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.517558466759409000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6540000000000005 " " y[1] (analytic) = -0.22023412417119567 " " y[1] (numeric) = -0.2202341241711956 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.78082766057455330000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6550000000000005 " " y[1] (analytic) = -0.2199718083459321 " " y[1] (numeric) = -0.21997180834593205 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.523557525333422500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6560000000000005 " " y[1] (analytic) = -0.21970902888522187 " " y[1] (numeric) = -0.21970902888522179 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.78986367876515800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6570000000000005 " " y[1] (analytic) = -0.2194457857347471 " " y[1] (numeric) = -0.219445785734747 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 5.05921323988024800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6580000000000005 " " y[1] (analytic) = -0.21918207884089763 " " y[1] (numeric) = -0.21918207884089755 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.798975139173186300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6590000000000005 " " y[1] (analytic) = -0.21891790815077145 " " y[1] (numeric) = -0.21891790815077136 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.80355940499577270000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6600000000000005 " " y[1] (analytic) = -0.2186532736121748 " " y[1] (numeric) = -0.21865327361217476 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.269387608843166300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6610000000000005 " " y[1] (analytic) = -0.2183881751736229 " " y[1] (numeric) = -0.21838817517362286 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.541857002428147000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6620000000000005 " " y[1] (analytic) = -0.21812261278433995 " " y[1] (numeric) = -0.2181226127843399 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.544951691283025000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6630000000000005 " " y[1] (analytic) = -0.2178565863942597 " " y[1] (numeric) = -0.21785658639425964 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.54805935179752200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6640000000000005 " " y[1] (analytic) = -0.2175900959540258 " " y[1] (numeric) = -0.21759009595402576 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.2755900260043700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6650000000000005 " " y[1] (analytic) = -0.2173231414149922 " " y[1] (numeric) = -0.21732314141499212 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.83147079067312500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6660000000000005 " " y[1] (analytic) = -0.21705572272922324 " " y[1] (numeric) = -0.21705572272922322 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.278730423074537500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6670000000000005 " " y[1] (analytic) = -0.21678783984949457 " " y[1] (numeric) = -0.2167878398494945 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.56062107864521200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6680000000000005 " " y[1] (analytic) = -0.21651949272929283 " " y[1] (numeric) = -0.21651949272929283 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6690000000000005 " " y[1] (analytic) = -0.21625068132281666 " " y[1] (numeric) = -0.21625068132281663 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.283490782357152000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6700000000000005 " " y[1] (analytic) = -0.21598140558497653 " " y[1] (numeric) = -0.21598140558497647 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.570181959919568500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6710000000000005 " " y[1] (analytic) = -0.21571166547139536 " " y[1] (numeric) = -0.2157116654713953 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.573395885194671400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6720000000000005 " " y[1] (analytic) = -0.21544146093840894 " " y[1] (numeric) = -0.21544146093840888 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.576623412664637000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6730000000000005 " " y[1] (analytic) = -0.2151707919430661 " " y[1] (numeric) = -0.21517079194306601 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.869796922480027000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6740000000000005 " " y[1] (analytic) = -0.2148996584431291 " " y[1] (numeric) = -0.21489965844312908 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.291559782677557400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6750000000000005 " " y[1] (analytic) = -0.21462806039707427 " " y[1] (numeric) = -0.21462806039707424 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.293194168753121200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6760000000000005 " " y[1] (analytic) = -0.21435599776409187 " " y[1] (numeric) = -0.21435599776409184 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.29483550286169900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6770000000000005 " " y[1] (analytic) = -0.21408347050408688 " " y[1] (numeric) = -0.21408347050408683 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.592967644841973600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6780000000000005 " " y[1] (analytic) = -0.213810478577679 " " y[1] (numeric) = -0.213810478577679 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6790000000000005 " " y[1] (analytic) = -0.2135370219462034 " " y[1] (numeric) = -0.2135370219462034 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6800000000000005 " " y[1] (analytic) = -0.21326310057171072 " " y[1] (numeric) = -0.2132631005717107 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.301471072174343000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6810000000000005 " " y[1] (analytic) = -0.21298871441696754 " " y[1] (numeric) = -0.2129887144169675 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.303147713323997400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6820000000000005 " " y[1] (analytic) = -0.21271386344545679 " " y[1] (numeric) = -0.21271386344545676 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.30483153124365500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6830000000000005 " " y[1] (analytic) = -0.21243854762137798 " " y[1] (numeric) = -0.21243854762137795 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.306522565061814200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6840000000000005 " " y[1] (analytic) = -0.21216276690964775 " " y[1] (numeric) = -0.21216276690964767 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.92466256260444350000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6850000000000005 " " y[1] (analytic) = -0.2118865212758998 " " y[1] (numeric) = -0.21188652127589977 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.309926438382933700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6860000000000005 " " y[1] (analytic) = -0.21160981068648588 " " y[1] (numeric) = -0.21160981068648582 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.623278715253014000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6870000000000005 " " y[1] (analytic) = -0.2113326351084755 " " y[1] (numeric) = -0.21133263510847541 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.940078956766262500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6880000000000005 " " y[1] (analytic) = -0.2110549945096566 " " y[1] (numeric) = -0.2110549945096565 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.9452620886958900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6890000000000005 " " y[1] (analytic) = -0.21077688885853585 " " y[1] (numeric) = -0.21077688885853577 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.95046759148113700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6900000000000005 " " y[1] (analytic) = -0.210498318124339 " " y[1] (numeric) = -0.2104983181243389 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 5.27426078515914900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6910000000000005 " " y[1] (analytic) = -0.21021928227701103 " " y[1] (numeric) = -0.21021928227701098 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.640630803700939600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6920000000000005 " " y[1] (analytic) = -0.2099397812872169 " " y[1] (numeric) = -0.20993978128721685 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.644146378113706500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6930000000000005 " " y[1] (analytic) = -0.20965981512634144 " " y[1] (numeric) = -0.2096598151263414 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.323838600110533700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6940000000000005 " " y[1] (analytic) = -0.20937938376648996 " " y[1] (numeric) = -0.20937938376648996 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6950000000000005 " " y[1] (analytic) = -0.20909848718048854 " " y[1] (numeric) = -0.2090984871804885 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.327392464187031600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6960000000000005 " " y[1] (analytic) = -0.20881712534188418 " " y[1] (numeric) = -0.20881712534188418 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6970000000000005 " " y[1] (analytic) = -0.20853529822494554 " " y[1] (numeric) = -0.2085352982249455 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.66195467643939800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6980000000000005 " " y[1] (analytic) = -0.20825300580466277 " " y[1] (numeric) = -0.2082530058046627 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 3.99834453890136400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.6990000000000005 " " y[1] (analytic) = -0.20797024805674819 " " y[1] (numeric) = -0.2079702480567481 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 4.003780715026411500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7000000000000005 " " y[1] (analytic) = -0.20768702495763652 " " y[1] (numeric) = -0.20768702495763647 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.67282711775474900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7010000000000005 " " y[1] (analytic) = -0.2074033364844853 " " y[1] (numeric) = -0.20740333648448525 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.67648303890281500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7020000000000005 " " y[1] (analytic) = -0.20711918261517498 " " y[1] (numeric) = -0.20711918261517495 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.340077498625438800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7030000000000005 " " y[1] (analytic) = -0.20683456332830952 " " y[1] (numeric) = -0.2068345633283095 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.341921541980019600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7040000000000005 " " y[1] (analytic) = -0.20654947860321654 " " y[1] (numeric) = -0.20654947860321646 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 4.03132108635543440000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7050000000000005 " " y[1] (analytic) = -0.20626392841994762 " " y[1] (numeric) = -0.20626392841994756 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.691268010674104400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7060000000000005 " " y[1] (analytic) = -0.20597791275927885 " " y[1] (numeric) = -0.20597791275927882 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.347502518295063400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7070000000000005 " " y[1] (analytic) = -0.20569143160271103 " " y[1] (numeric) = -0.20569143160271097 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.698758562703600400000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7080000000000005 " " y[1] (analytic) = -0.2054044849324698 " " y[1] (numeric) = -0.20540448493246974 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.702528683806883000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7090000000000005 " " y[1] (analytic) = -0.20511707273150623 " " y[1] (numeric) = -0.2051170727315062 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.353157747720023200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7100000000000005 " " y[1] (analytic) = -0.20482919498349714 " " y[1] (numeric) = -0.20482919498349708 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.71011909389822560000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7110000000000005 " " y[1] (analytic) = -0.20454085167284514 " " y[1] (numeric) = -0.20454085167284508 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.713939576239062000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7120000000000005 " " y[1] (analytic) = -0.2042520427846793 " " y[1] (numeric) = -0.20425204278467923 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.71777704029022570000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7130000000000005 " " y[1] (analytic) = -0.2039627683048552 " " y[1] (numeric) = -0.20396276830485513 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 4.08244737698554900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7140000000000005 " " y[1] (analytic) = -0.20367302821995537 " " y[1] (numeric) = -0.20367302821995534 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.362751654365076700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7150000000000005 " " y[1] (analytic) = -0.2033828225172897 " " y[1] (numeric) = -0.20338282251728965 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.72939231269340830000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7160000000000005 " " y[1] (analytic) = -0.20309215118489543 " " y[1] (numeric) = -0.2030921511848954 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.366649348765831600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7170000000000005 " " y[1] (analytic) = -0.2028010142115379 " " y[1] (numeric) = -0.20280101421153787 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.368611282519405800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7180000000000005 " " y[1] (analytic) = -0.2025094115867105 " " y[1] (numeric) = -0.20250941158671046 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.741164017825860600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7190000000000005 " " y[1] (analytic) = -0.20221734330063518 " " y[1] (numeric) = -0.2022173433006351 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 4.1176847389936605000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7200000000000005 " " y[1] (analytic) = -0.20192480934426257 " " y[1] (numeric) = -0.20192480934426252 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.749100093818417400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7210000000000005 " " y[1] (analytic) = -0.20163180970927264 " " y[1] (numeric) = -0.2016318097092726 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.37654746320280100000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7220000000000005 " " y[1] (analytic) = -0.20133834438807469 " " y[1] (numeric) = -0.20133834438807463 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.757107763052896000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7230000000000005 " " y[1] (analytic) = -0.2010444133738077 " " y[1] (numeric) = -0.20104441337380766 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.761138710581544000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7240000000000005 " " y[1] (analytic) = -0.20075001666034076 " " y[1] (numeric) = -0.20075001666034073 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.38259393834023900000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7250000000000005 " " y[1] (analytic) = -0.20045515424227334 " " y[1] (numeric) = -0.2004551542422733 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.384627684957557800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7260000000000005 " " y[1] (analytic) = -0.2001598261149356 " " y[1] (numeric) = -0.20015982611493552 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 4.160011949604382500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7270000000000005 " " y[1] (analytic) = -0.19986403227438843 " " y[1] (numeric) = -0.19986403227438837 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.77744577648908500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7280000000000005 " " y[1] (analytic) = -0.19956777271742426 " " y[1] (numeric) = -0.19956777271742424 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.390784455711148700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7290000000000005 " " y[1] (analytic) = -0.19927104744156704 " " y[1] (numeric) = -0.19927104744156698 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.78571081669732100000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7300000000000005 " " y[1] (analytic) = -0.19897385644507243 " " y[1] (numeric) = -0.1989738564450724 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.394935802698831200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7310000000000005 " " y[1] (analytic) = -0.19867619972692846 " " y[1] (numeric) = -0.1986761997269284 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.794051391538363600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7320000000000005 " " y[1] (analytic) = -0.19837807728685544 " " y[1] (numeric) = -0.19837807728685541 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.39912514503778780000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7330000000000005 " " y[1] (analytic) = -0.1980794891253066 " " y[1] (numeric) = -0.1980794891253066 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7340000000000005 " " y[1] (analytic) = -0.1977804352434682 " " y[1] (numeric) = -0.19778043524346817 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.403352944463982500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7350000000000005 " " y[1] (analytic) = -0.19748091564325979 " " y[1] (numeric) = -0.19748091564325976 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.405481411974415200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7360000000000005 " " y[1] (analytic) = -0.19718093032733458 " " y[1] (numeric) = -0.1971809303273346 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.407619670398788400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7370000000000005 " " y[1] (analytic) = -0.19688047929907995 " " y[1] (numeric) = -0.19688047929907992 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.409767779641860000000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7380000000000005 " " y[1] (analytic) = -0.1965795625626172 " " y[1] (numeric) = -0.19657956256261716 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.411925800108942100000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7390000000000005 " " y[1] (analytic) = -0.19627818012280235 " " y[1] (numeric) = -0.1962781801228023 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.828187585422231600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7400000000000005 " " y[1] (analytic) = -0.19597633198522618 " " y[1] (numeric) = -0.19597633198522615 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.4162718188705200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7410000000000005 " " y[1] (analytic) = -0.1956740181562147 " " y[1] (numeric) = -0.19567401815621466 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.836919881051400700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7420000000000005 " " y[1] (analytic) = -0.19537123864282918 " " y[1] (numeric) = -0.19537123864282915 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.420658220137032700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7430000000000005 " " y[1] (analytic) = -0.1950679934528667 " " y[1] (numeric) = -0.19506799345286666 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.84573344138441150000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7440000000000005 " " y[1] (analytic) = -0.19476428259486023 " " y[1] (numeric) = -0.1947642825948602 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.425085505711783700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7450000000000006 " " y[1] (analytic) = -0.19446010607807912 " " y[1] (numeric) = -0.19446010607807904 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 4.28194391776448500000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7460000000000006 " " y[1] (analytic) = -0.19415546391252908 " " y[1] (numeric) = -0.19415546391252902 " " absolute error = 5.55111512312578300000000000000000E-17 " " relative error = 2.85910837184920600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7470000000000006 " " y[1] (analytic) = -0.1938503561089529 " " y[1] (numeric) = -0.19385035610895282 " " absolute error = 8.32667268468867400000000000000000E-17 " " relative error = 4.29541263262302100000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7480000000000006 " " y[1] (analytic) = -0.19354478267883024 " " y[1] (numeric) = -0.19354478267883024 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7490000000000006 " " y[1] (analytic) = -0.19323874363437848 " " y[1] (numeric) = -0.19323874363437846 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.436335959011638400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7500000000000006 " " y[1] (analytic) = -0.19293223898855236 " " y[1] (numeric) = -0.19293223898855236 " " absolute error = 0.0 " " relative error = 0.0 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7510000000000006 " " y[1] (analytic) = -0.1926252687550448 " " y[1] (numeric) = -0.19262526875504477 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.440910416116006300000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7520000000000006 " " y[1] (analytic) = -0.1923178329482868 " " y[1] (numeric) = -0.19231783294828678 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.443213829426428200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7530000000000006 " " y[1] (analytic) = -0.19200993158344803 " " y[1] (numeric) = -0.192009931583448 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.44552812381823400000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7540000000000006 " " y[1] (analytic) = -0.1917015646764369 " " y[1] (numeric) = -0.19170156467643687 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.447853368462386200000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7550000000000006 " " y[1] (analytic) = -0.19139273224390085 " " y[1] (numeric) = -0.19139273224390083 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.45018963312873700000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7560000000000006 " " y[1] (analytic) = -0.19108343430322675 " " y[1] (numeric) = -0.19108343430322672 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.452536988192503800000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" " " "TOP MAIN SOLVE Loop" x[1] = 0.7570000000000006 " " y[1] (analytic) = -0.19077367087254102 " " y[1] (numeric) = -0.190773670872541 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 1.454895504640829600000000000000E-14 "%" Correct digits = 16 h = 1.000E-3 " " "NO POLE for equation 1" "Finished!" "Maximum Time Reached before Solution Completed!" "diff ( y , x , 1 ) = (0.2 * x + 0.3) * sin(x);" Iterations = 658 "Total Elapsed Time "= 0 Years 0 Days 0 Hours 3 Minutes 0 Seconds "Elapsed Time(since restart) "= 0 Years 0 Days 0 Hours 3 Minutes 0 Seconds "Expected Time Remaining "= 0 Years 0 Days 0 Hours 19 Minutes 23 Seconds "Optimized Time Remaining "= 0 Years 0 Days 0 Hours 19 Minutes 19 Seconds "Expected Total Time "= 0 Years 0 Days 0 Hours 22 Minutes 19 Seconds "Time to Timeout " Unknown Percent Done = 13.448979591836746 "%" (%o58) true (%o58) diffeq.max