(%i1) batch(diffeq.max) read and interpret file: /home/dennis/mastersource/mine/omnisode/diffeq.max (%i2) load(stringproc) (%o2) /usr/local/share/maxima/5.26.0/share/contrib/stringproc/stringproc.mac (%i3) display_alot(iter) := if iter >= 0 then (ind_var : array_x , omniout_float(ALWAYS, 1 "x[1] ", 33, ind_var, 20, " "), analytic_val_y : exact_soln_y2(ind_var), omniout_float(ALWAYS, "y2[1] (analytic) ", 33, analytic_val_y, 20, " "), term_no : 1, numeric_val : array_y2 , term_no abserr : abs(numeric_val - analytic_val_y), omniout_float(ALWAYS, "y2[1] (numeric) ", 33, numeric_val, abserr 100.0 20, " "), if abs(analytic_val_y) # 0.0 then relerr : ------------------- abs(analytic_val_y) else relerr : - 1.0, 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_float(ALWAYS, "h ", 4, glob_h, 20, " "), analytic_val_y : exact_soln_y1(ind_var), omniout_float(ALWAYS, "y1[1] (analytic) ", 33, analytic_val_y, 20, " "), term_no : 1, numeric_val : array_y1 , term_no abserr : abs(numeric_val - analytic_val_y), omniout_float(ALWAYS, "y1[1] (numeric) ", 33, numeric_val, abserr 100.0 20, " "), if abs(analytic_val_y) # 0.0 then relerr : ------------------- abs(analytic_val_y) else relerr : - 1.0, if glob_iter = 1 then array_1st_rel_error : relerr 2 else array_last_rel_error : relerr, omniout_float(ALWAYS, 2 "absolute error ", 4, abserr, 20, " "), omniout_float(ALWAYS, "relative error ", 4, relerr, 20, "%"), omniout_float(ALWAYS, "h ", 4, glob_h, 20, " ")) (%o3) display_alot(iter) := if iter >= 0 then (ind_var : array_x , omniout_float(ALWAYS, 1 "x[1] ", 33, ind_var, 20, " "), analytic_val_y : exact_soln_y2(ind_var), omniout_float(ALWAYS, "y2[1] (analytic) ", 33, analytic_val_y, 20, " "), term_no : 1, numeric_val : array_y2 , term_no abserr : abs(numeric_val - analytic_val_y), omniout_float(ALWAYS, "y2[1] (numeric) ", 33, numeric_val, abserr 100.0 20, " "), if abs(analytic_val_y) # 0.0 then relerr : ------------------- abs(analytic_val_y) else relerr : - 1.0, 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_float(ALWAYS, "h ", 4, glob_h, 20, " "), analytic_val_y : exact_soln_y1(ind_var), omniout_float(ALWAYS, "y1[1] (analytic) ", 33, analytic_val_y, 20, " "), term_no : 1, numeric_val : array_y1 , term_no abserr : abs(numeric_val - analytic_val_y), omniout_float(ALWAYS, "y1[1] (numeric) ", 33, numeric_val, abserr 100.0 20, " "), if abs(analytic_val_y) # 0.0 then relerr : ------------------- abs(analytic_val_y) else relerr : - 1.0, if glob_iter = 1 then array_1st_rel_error : relerr 2 else array_last_rel_error : relerr, omniout_float(ALWAYS, 2 "absolute error ", 4, abserr, 20, " "), omniout_float(ALWAYS, "relative error ", 4, relerr, 20, "%"), omniout_float(ALWAYS, "h ", 4, glob_h, 20, " ")) (%i4) adjust_for_pole(h_param) := block(hnew : h_param, glob_normmax : glob_small_float, if !array_y2_higher ! > glob_small_float ! 1, 1! then (tmp : !array_y2_higher !, if tmp < glob_normmax ! 1, 1! then glob_normmax : tmp), if !array_y1_higher ! > glob_small_float ! 1, 1! then (tmp : !array_y1_higher !, if tmp < glob_normmax ! 1, 1! then glob_normmax : tmp), if glob_look_poles and (!array_pole ! > glob_small_float) and (array_pole # glob_large_float) ! 1! 1 array_pole 1 then (sz2 : -----------, if sz2 < hnew 10.0 then (omniout_float(INFO, "glob_h adjusted to ", 20, h_param, 12, "due to singularity."), omniout_str(INFO, "Reached Optimal"), newline(), 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) 1 (%o4) adjust_for_pole(h_param) := block(hnew : h_param, glob_normmax : glob_small_float, if !array_y2_higher ! > glob_small_float ! 1, 1! then (tmp : !array_y2_higher !, if tmp < glob_normmax ! 1, 1! then glob_normmax : tmp), if !array_y1_higher ! > glob_small_float ! 1, 1! then (tmp : !array_y1_higher !, if tmp < glob_normmax ! 1, 1! then glob_normmax : tmp), if glob_look_poles and (!array_pole ! > glob_small_float) and (array_pole # glob_large_float) ! 1! 1 array_pole 1 then (sz2 : -----------, if sz2 < hnew 10.0 then (omniout_float(INFO, "glob_h adjusted to ", 20, h_param, 12, "due to singularity."), omniout_str(INFO, "Reached Optimal"), newline(), 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) 1 (%i5) prog_report(x_start, x_end) := (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)), 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, "Time to Timeout "), omniout_timestr(convfloat(left_sec)), omniout_float(INFO, "Percent Done ", 33, percent_done, 4, "%")) (%o5) prog_report(x_start, x_end) := (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)), 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, "Time to Timeout "), omniout_timestr(convfloat(left_sec)), omniout_float(INFO, "Percent Done ", 33, percent_done, 4, "%")) (%i6) check_for_pole() := (n : glob_max_terms, m : - 1 - 3 + n, while (m >= 10) and ((!array_y2_higher ! < glob_small_float) ! 1, m! or (!array_y2_higher ! < glob_small_float) ! 1, m - 1! or (!array_y2_higher ! < glob_small_float)) do m : ! 1, m - 2! array_y2_higher 1, m m - 1, if m > 10 then (rm0 : -----------------------, array_y2_higher 1, m - 1 array_y2_higher 1, m - 1 rm1 : -----------------------, hdrc : convfloat(m - 1) rm0 array_y2_higher 1, m - 2 - convfloat(m - 2) rm1, if abs(hdrc) > glob_small_float glob_h convfloat(m - 1) rm0 then (rcs : ------, ord_no : 2.0 - convfloat(m) + --------------------, hdrc 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 : glob_max_terms, m : - 1 - 1 + n, 1, 2 while (m >= 10) and ((!array_y1_higher ! < glob_small_float) ! 1, m! or (!array_y1_higher ! < glob_small_float) ! 1, m - 1! or (!array_y1_higher ! < glob_small_float)) do m : ! 1, m - 2! array_y1_higher 1, m m - 1, if m > 10 then (rm0 : -----------------------, array_y1_higher 1, m - 1 array_y1_higher 1, m - 1 rm1 : -----------------------, hdrc : convfloat(m - 1) rm0 array_y1_higher 1, m - 2 - convfloat(m - 2) rm1, if abs(hdrc) > glob_small_float glob_h convfloat(m - 1) rm0 then (rcs : ------, ord_no : 2.0 - convfloat(m) + --------------------, hdrc hdrc array_real_pole : rcs, array_real_pole : ord_no) 2, 1 2, 2 else (array_real_pole : glob_large_float, 2, 1 array_real_pole : glob_large_float)) 2, 2 else (array_real_pole : glob_large_float, 2, 1 array_real_pole : glob_large_float), n : - 1 - 3 + glob_max_terms, 2, 2 cnt : 0, while (cnt < 5) and (n >= 10) do (if !array_y2_higher ! > ! 1, n! glob_small_float then cnt : 1 + cnt else cnt : 0, n : n - 1), m : cnt + n, if m <= 10 then (array_complex_pole : glob_large_float, 1, 1 array_complex_pole : glob_large_float) 1, 2 elseif (!array_y2_higher ! >= glob_large_float) ! 1, m! or (!array_y2_higher ! >= glob_large_float) ! 1, m - 1! or (!array_y2_higher ! >= glob_large_float) ! 1, m - 2! or (!array_y2_higher ! >= glob_large_float) ! 1, m - 3! or (!array_y2_higher ! >= glob_large_float) ! 1, m - 4! or (!array_y2_higher ! >= glob_large_float) ! 1, m - 5! then (array_complex_pole : glob_large_float, 1, 1 array_complex_pole : glob_large_float) 1, 2 array_y2_higher array_y2_higher 1, m 1, m - 1 else (rm0 : -----------------------, rm1 : -----------------------, array_y2_higher array_y2_higher 1, m - 1 1, m - 2 array_y2_higher array_y2_higher 1, m - 2 1, m - 3 rm2 : -----------------------, rm3 : -----------------------, array_y2_higher array_y2_higher 1, m - 3 1, m - 4 array_y2_higher 1, m - 4 rm4 : -----------------------, nr1 : convfloat(m - 3) rm2 array_y2_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 (abs(nr1 dr2 - nr2 dr1) <= glob_small_float) rm4 rm3 rm2 or (abs(dr1) <= glob_small_float) then (array_complex_pole : 1, 1 glob_large_float, array_complex_pole : glob_large_float) 1, 2 else (if abs(nr1 dr2 - nr2 dr1) > glob_small_float dr1 dr2 - ds2 dr1 + ds1 dr2 then (rcs : ---------------------------, nr1 dr2 - nr2 dr1 rcs nr1 - ds1 convfloat(m) ord_no : ------------- - ------------, 2.0 dr1 2.0 if abs(rcs) > glob_small_float then (if rcs > 0.0 then rad_c : sqrt(rcs) 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, 1, 1 array_complex_pole : ord_no), n : - 1 - 1 + glob_max_terms, cnt : 0, 1, 2 while (cnt < 5) and (n >= 10) do (if !array_y1_higher ! > glob_small_float ! 1, n! then cnt : 1 + cnt else cnt : 0, n : n - 1), m : cnt + n, if m <= 10 then (array_complex_pole : glob_large_float, 2, 1 array_complex_pole : glob_large_float) 2, 2 elseif (!array_y1_higher ! >= glob_large_float) ! 1, m! or (!array_y1_higher ! >= glob_large_float) ! 1, m - 1! or (!array_y1_higher ! >= glob_large_float) ! 1, m - 2! or (!array_y1_higher ! >= glob_large_float) ! 1, m - 3! or (!array_y1_higher ! >= glob_large_float) ! 1, m - 4! or (!array_y1_higher ! >= glob_large_float) ! 1, m - 5! then (array_complex_pole : glob_large_float, 2, 1 array_complex_pole : glob_large_float) 2, 2 array_y1_higher array_y1_higher 1, m 1, m - 1 else (rm0 : -----------------------, rm1 : -----------------------, array_y1_higher array_y1_higher 1, m - 1 1, m - 2 array_y1_higher array_y1_higher 1, m - 2 1, m - 3 rm2 : -----------------------, rm3 : -----------------------, array_y1_higher array_y1_higher 1, m - 3 1, m - 4 array_y1_higher 1, m - 4 rm4 : -----------------------, nr1 : convfloat(m - 3) rm2 array_y1_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 (abs(nr1 dr2 - nr2 dr1) <= glob_small_float) rm4 rm3 rm2 or (abs(dr1) <= glob_small_float) then (array_complex_pole : 2, 1 glob_large_float, array_complex_pole : glob_large_float) 2, 2 else (if abs(nr1 dr2 - nr2 dr1) > glob_small_float dr1 dr2 - ds2 dr1 + ds1 dr2 then (rcs : ---------------------------, nr1 dr2 - nr2 dr1 rcs nr1 - ds1 convfloat(m) ord_no : ------------- - ------------, 2.0 dr1 2.0 if abs(rcs) > glob_small_float then (if rcs > 0.0 then rad_c : sqrt(rcs) 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, 2, 1 array_complex_pole : ord_no), found : false, 2, 2 if (not found) 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 : true, array_type_pole : 2, 1, 2 1, 2 1 if glob_display_flag then omniout_str(ALWAYS, "Complex estimate of poles used")), if (not found) and ((array_real_pole # glob_large_float) and (array_real_pole # glob_large_float) 1, 1 1, 2 and (array_real_pole > 0.0) and (array_real_pole > 0.0) 1, 1 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 : true, array_type_pole : 1, 1, 2 1, 2 1 if glob_display_flag then omniout_str(ALWAYS, "Real estimate of pole used")), if (not found) 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 : true, array_type_pole : 3, if glob_display_flag 1 then omniout_str(ALWAYS, "NO POLE")), if (not found) and ((array_real_pole < array_complex_pole ) 1, 1 1, 1 and (array_real_pole > 0.0) and (array_real_pole > 1, 1 1, 2 0.0)) then (array_poles : array_real_pole , 1, 1 1, 1 array_poles : array_real_pole , found : true, array_type_pole : 1, 1, 2 1, 2 1 if glob_display_flag then omniout_str(ALWAYS, "Real estimate of pole used")), if (not found) 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, found : true, 1, 2 1, 2 1 if glob_display_flag then omniout_str(ALWAYS, "Complex estimate of poles used")), if not found then (array_poles : glob_large_float, array_poles : glob_large_float, 1, 1 1, 2 array_type_pole : 3, if glob_display_flag 1 then omniout_str(ALWAYS, "NO POLE")), found : false, if (not found) and ((array_real_pole = glob_large_float) 2, 1 or (array_real_pole = glob_large_float)) 2, 2 and ((array_complex_pole # glob_large_float) and (array_complex_pole # glob_large_float)) 2, 1 2, 2 and ((array_complex_pole > 0.0) and (array_complex_pole > 0.0)) 2, 1 2, 2 then (array_poles : array_complex_pole , 2, 1 2, 1 array_poles : array_complex_pole , found : true, array_type_pole : 2, 2, 2 2, 2 2 if glob_display_flag then omniout_str(ALWAYS, "Complex estimate of poles used")), if (not found) and ((array_real_pole # glob_large_float) and (array_real_pole # glob_large_float) 2, 1 2, 2 and (array_real_pole > 0.0) and (array_real_pole > 0.0) 2, 1 2, 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))) 2, 1 2, 2 2, 1 2, 2 then (array_poles : array_real_pole , 2, 1 2, 1 array_poles : array_real_pole , found : true, array_type_pole : 1, 2, 2 2, 2 2 if glob_display_flag then omniout_str(ALWAYS, "Real estimate of pole used")), if (not found) and (((array_real_pole = glob_large_float) 2, 1 or (array_real_pole = glob_large_float)) 2, 2 and ((array_complex_pole = glob_large_float) or (array_complex_pole = glob_large_float))) 2, 1 2, 2 then (array_poles : glob_large_float, array_poles : glob_large_float, 2, 1 2, 2 found : true, array_type_pole : 3, if glob_display_flag 2 then omniout_str(ALWAYS, "NO POLE")), if (not found) and ((array_real_pole < array_complex_pole ) 2, 1 2, 1 and (array_real_pole > 0.0) and (array_real_pole > 2, 1 2, 2 0.0)) then (array_poles : array_real_pole , 2, 1 2, 1 array_poles : array_real_pole , found : true, array_type_pole : 1, 2, 2 2, 2 2 if glob_display_flag then omniout_str(ALWAYS, "Real estimate of pole used")), if (not found) and ((array_complex_pole # glob_large_float) 2, 1 and (array_complex_pole # glob_large_float) 2, 2 and (array_complex_pole > 0.0) and (array_complex_pole > 2, 1 2, 2 0.0)) then (array_poles : array_complex_pole , 2, 1 2, 1 array_poles : array_complex_pole , array_type_pole : 2, found : true, 2, 2 2, 2 2 if glob_display_flag then omniout_str(ALWAYS, "Complex estimate of poles used")), if not found then (array_poles : glob_large_float, array_poles : glob_large_float, 2, 1 2, 2 array_type_pole : 3, if glob_display_flag 2 then omniout_str(ALWAYS, "NO POLE")), array_pole : glob_large_float, 1 array_pole : glob_large_float, if array_pole > array_poles 2 1 1, 1 then (array_pole : array_poles , array_pole : array_poles ), 1 1, 1 2 1, 2 if array_pole > array_poles then (array_pole : array_poles , 1 2, 1 1 2, 1 array_pole : array_poles ), display_pole()) 2 2, 2 (%o6) check_for_pole() := (n : glob_max_terms, m : - 1 - 3 + n, while (m >= 10) and ((!array_y2_higher ! < glob_small_float) ! 1, m! or (!array_y2_higher ! < glob_small_float) ! 1, m - 1! or (!array_y2_higher ! < glob_small_float)) do m : ! 1, m - 2! array_y2_higher 1, m m - 1, if m > 10 then (rm0 : -----------------------, array_y2_higher 1, m - 1 array_y2_higher 1, m - 1 rm1 : -----------------------, hdrc : convfloat(m - 1) rm0 array_y2_higher 1, m - 2 - convfloat(m - 2) rm1, if abs(hdrc) > glob_small_float glob_h convfloat(m - 1) rm0 then (rcs : ------, ord_no : 2.0 - convfloat(m) + --------------------, hdrc 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 : glob_max_terms, m : - 1 - 1 + n, 1, 2 while (m >= 10) and ((!array_y1_higher ! < glob_small_float) ! 1, m! or (!array_y1_higher ! < glob_small_float) ! 1, m - 1! or (!array_y1_higher ! < glob_small_float)) do m : ! 1, m - 2! array_y1_higher 1, m m - 1, if m > 10 then (rm0 : -----------------------, array_y1_higher 1, m - 1 array_y1_higher 1, m - 1 rm1 : -----------------------, hdrc : convfloat(m - 1) rm0 array_y1_higher 1, m - 2 - convfloat(m - 2) rm1, if abs(hdrc) > glob_small_float glob_h convfloat(m - 1) rm0 then (rcs : ------, ord_no : 2.0 - convfloat(m) + --------------------, hdrc hdrc array_real_pole : rcs, array_real_pole : ord_no) 2, 1 2, 2 else (array_real_pole : glob_large_float, 2, 1 array_real_pole : glob_large_float)) 2, 2 else (array_real_pole : glob_large_float, 2, 1 array_real_pole : glob_large_float), n : - 1 - 3 + glob_max_terms, 2, 2 cnt : 0, while (cnt < 5) and (n >= 10) do (if !array_y2_higher ! > ! 1, n! glob_small_float then cnt : 1 + cnt else cnt : 0, n : n - 1), m : cnt + n, if m <= 10 then (array_complex_pole : glob_large_float, 1, 1 array_complex_pole : glob_large_float) 1, 2 elseif (!array_y2_higher ! >= glob_large_float) ! 1, m! or (!array_y2_higher ! >= glob_large_float) ! 1, m - 1! or (!array_y2_higher ! >= glob_large_float) ! 1, m - 2! or (!array_y2_higher ! >= glob_large_float) ! 1, m - 3! or (!array_y2_higher ! >= glob_large_float) ! 1, m - 4! or (!array_y2_higher ! >= glob_large_float) ! 1, m - 5! then (array_complex_pole : glob_large_float, 1, 1 array_complex_pole : glob_large_float) 1, 2 array_y2_higher array_y2_higher 1, m 1, m - 1 else (rm0 : -----------------------, rm1 : -----------------------, array_y2_higher array_y2_higher 1, m - 1 1, m - 2 array_y2_higher array_y2_higher 1, m - 2 1, m - 3 rm2 : -----------------------, rm3 : -----------------------, array_y2_higher array_y2_higher 1, m - 3 1, m - 4 array_y2_higher 1, m - 4 rm4 : -----------------------, nr1 : convfloat(m - 3) rm2 array_y2_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 (abs(nr1 dr2 - nr2 dr1) <= glob_small_float) rm4 rm3 rm2 or (abs(dr1) <= glob_small_float) then (array_complex_pole : 1, 1 glob_large_float, array_complex_pole : glob_large_float) 1, 2 else (if abs(nr1 dr2 - nr2 dr1) > glob_small_float dr1 dr2 - ds2 dr1 + ds1 dr2 then (rcs : ---------------------------, nr1 dr2 - nr2 dr1 rcs nr1 - ds1 convfloat(m) ord_no : ------------- - ------------, 2.0 dr1 2.0 if abs(rcs) > glob_small_float then (if rcs > 0.0 then rad_c : sqrt(rcs) 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, 1, 1 array_complex_pole : ord_no), n : - 1 - 1 + glob_max_terms, cnt : 0, 1, 2 while (cnt < 5) and (n >= 10) do (if !array_y1_higher ! > glob_small_float ! 1, n! then cnt : 1 + cnt else cnt : 0, n : n - 1), m : cnt + n, if m <= 10 then (array_complex_pole : glob_large_float, 2, 1 array_complex_pole : glob_large_float) 2, 2 elseif (!array_y1_higher ! >= glob_large_float) ! 1, m! or (!array_y1_higher ! >= glob_large_float) ! 1, m - 1! or (!array_y1_higher ! >= glob_large_float) ! 1, m - 2! or (!array_y1_higher ! >= glob_large_float) ! 1, m - 3! or (!array_y1_higher ! >= glob_large_float) ! 1, m - 4! or (!array_y1_higher ! >= glob_large_float) ! 1, m - 5! then (array_complex_pole : glob_large_float, 2, 1 array_complex_pole : glob_large_float) 2, 2 array_y1_higher array_y1_higher 1, m 1, m - 1 else (rm0 : -----------------------, rm1 : -----------------------, array_y1_higher array_y1_higher 1, m - 1 1, m - 2 array_y1_higher array_y1_higher 1, m - 2 1, m - 3 rm2 : -----------------------, rm3 : -----------------------, array_y1_higher array_y1_higher 1, m - 3 1, m - 4 array_y1_higher 1, m - 4 rm4 : -----------------------, nr1 : convfloat(m - 3) rm2 array_y1_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 (abs(nr1 dr2 - nr2 dr1) <= glob_small_float) rm4 rm3 rm2 or (abs(dr1) <= glob_small_float) then (array_complex_pole : 2, 1 glob_large_float, array_complex_pole : glob_large_float) 2, 2 else (if abs(nr1 dr2 - nr2 dr1) > glob_small_float dr1 dr2 - ds2 dr1 + ds1 dr2 then (rcs : ---------------------------, nr1 dr2 - nr2 dr1 rcs nr1 - ds1 convfloat(m) ord_no : ------------- - ------------, 2.0 dr1 2.0 if abs(rcs) > glob_small_float then (if rcs > 0.0 then rad_c : sqrt(rcs) 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, 2, 1 array_complex_pole : ord_no), found : false, 2, 2 if (not found) 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 : true, array_type_pole : 2, 1, 2 1, 2 1 if glob_display_flag then omniout_str(ALWAYS, "Complex estimate of poles used")), if (not found) and ((array_real_pole # glob_large_float) and (array_real_pole # glob_large_float) 1, 1 1, 2 and (array_real_pole > 0.0) and (array_real_pole > 0.0) 1, 1 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 : true, array_type_pole : 1, 1, 2 1, 2 1 if glob_display_flag then omniout_str(ALWAYS, "Real estimate of pole used")), if (not found) 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 : true, array_type_pole : 3, if glob_display_flag 1 then omniout_str(ALWAYS, "NO POLE")), if (not found) and ((array_real_pole < array_complex_pole ) 1, 1 1, 1 and (array_real_pole > 0.0) and (array_real_pole > 1, 1 1, 2 0.0)) then (array_poles : array_real_pole , 1, 1 1, 1 array_poles : array_real_pole , found : true, array_type_pole : 1, 1, 2 1, 2 1 if glob_display_flag then omniout_str(ALWAYS, "Real estimate of pole used")), if (not found) 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, found : true, 1, 2 1, 2 1 if glob_display_flag then omniout_str(ALWAYS, "Complex estimate of poles used")), if not found then (array_poles : glob_large_float, array_poles : glob_large_float, 1, 1 1, 2 array_type_pole : 3, if glob_display_flag 1 then omniout_str(ALWAYS, "NO POLE")), found : false, if (not found) and ((array_real_pole = glob_large_float) 2, 1 or (array_real_pole = glob_large_float)) 2, 2 and ((array_complex_pole # glob_large_float) and (array_complex_pole # glob_large_float)) 2, 1 2, 2 and ((array_complex_pole > 0.0) and (array_complex_pole > 0.0)) 2, 1 2, 2 then (array_poles : array_complex_pole , 2, 1 2, 1 array_poles : array_complex_pole , found : true, array_type_pole : 2, 2, 2 2, 2 2 if glob_display_flag then omniout_str(ALWAYS, "Complex estimate of poles used")), if (not found) and ((array_real_pole # glob_large_float) and (array_real_pole # glob_large_float) 2, 1 2, 2 and (array_real_pole > 0.0) and (array_real_pole > 0.0) 2, 1 2, 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))) 2, 1 2, 2 2, 1 2, 2 then (array_poles : array_real_pole , 2, 1 2, 1 array_poles : array_real_pole , found : true, array_type_pole : 1, 2, 2 2, 2 2 if glob_display_flag then omniout_str(ALWAYS, "Real estimate of pole used")), if (not found) and (((array_real_pole = glob_large_float) 2, 1 or (array_real_pole = glob_large_float)) 2, 2 and ((array_complex_pole = glob_large_float) or (array_complex_pole = glob_large_float))) 2, 1 2, 2 then (array_poles : glob_large_float, array_poles : glob_large_float, 2, 1 2, 2 found : true, array_type_pole : 3, if glob_display_flag 2 then omniout_str(ALWAYS, "NO POLE")), if (not found) and ((array_real_pole < array_complex_pole ) 2, 1 2, 1 and (array_real_pole > 0.0) and (array_real_pole > 2, 1 2, 2 0.0)) then (array_poles : array_real_pole , 2, 1 2, 1 array_poles : array_real_pole , found : true, array_type_pole : 1, 2, 2 2, 2 2 if glob_display_flag then omniout_str(ALWAYS, "Real estimate of pole used")), if (not found) and ((array_complex_pole # glob_large_float) 2, 1 and (array_complex_pole # glob_large_float) 2, 2 and (array_complex_pole > 0.0) and (array_complex_pole > 2, 1 2, 2 0.0)) then (array_poles : array_complex_pole , 2, 1 2, 1 array_poles : array_complex_pole , array_type_pole : 2, found : true, 2, 2 2, 2 2 if glob_display_flag then omniout_str(ALWAYS, "Complex estimate of poles used")), if not found then (array_poles : glob_large_float, array_poles : glob_large_float, 2, 1 2, 2 array_type_pole : 3, if glob_display_flag 2 then omniout_str(ALWAYS, "NO POLE")), array_pole : glob_large_float, 1 array_pole : glob_large_float, if array_pole > array_poles 2 1 1, 1 then (array_pole : array_poles , array_pole : array_poles ), 1 1, 1 2 1, 2 if array_pole > array_poles then (array_pole : array_poles , 1 2, 1 1 2, 1 array_pole : array_poles ), display_pole()) 2 2, 2 (%i7) get_norms() := if not glob_initial_pass then (set_z(array_norms, 1 + glob_max_terms), iii : 1, while iii <= glob_max_terms do (if !array_y2 ! > array_norms ! iii! iii then array_norms : !array_y2 !, iii : 1 + iii), iii : 1, iii ! iii! while iii <= glob_max_terms do (if !array_y1 ! > array_norms ! iii! iii then array_norms : !array_y1 !, iii : 1 + iii)) iii ! iii! (%o7) get_norms() := if not glob_initial_pass then (set_z(array_norms, 1 + glob_max_terms), iii : 1, while iii <= glob_max_terms do (if !array_y2 ! > array_norms ! iii! iii then array_norms : !array_y2 !, iii : 1 + iii), iii : 1, iii ! iii! while iii <= glob_max_terms do (if !array_y1 ! > array_norms ! iii! iii then array_norms : !array_y1 !, iii : 1 + iii)) iii ! iii! (%i8) atomall() := (array_tmp1_g : sin(array_x ), 1 1 array_tmp1 : cos(array_x ), array_tmp2 : array_m1 array_tmp1 , 1 1 1 1 1 array_tmp3 : array_tmp2 + array_const_0D0 , 1 1 1 if not array_y2_set_initial then (if 1 <= glob_max_terms 1, 4 3 then (temporary : array_tmp3 glob_h factorial_3(0, 3), 1 array_y2 : temporary, array_y2_higher : temporary, 4 1, 4 temporary 2.0 temporary : -------------, array_y2_higher : temporary, glob_h 2, 3 temporary 3.0 temporary : -------------, array_y2_higher : temporary, glob_h 3, 2 temporary 4.0 temporary : -------------, array_y2_higher : temporary)), kkk : 2, glob_h 4, 1 array_tmp5 : array_m1 array_y2 , array_tmp6 : 1 1 1 1 array_const_1D0 + array_tmp5 , if not array_y1_set_initial 1 1 2, 2 then (if 1 <= glob_max_terms then (temporary : 1 array_tmp6 glob_h factorial_3(0, 1), array_y1 : temporary, 1 2 temporary 2.0 array_y1_higher : temporary, temporary : -------------, 1, 2 glob_h array_y1_higher : temporary)), kkk : 2, 2, 1 array_tmp1_g : att(1, array_tmp1, array_x, 1), 2 array_tmp1 : - att(1, array_tmp1_g, array_x, 1), 2 array_tmp2 : ats(2, array_m1, array_tmp1, 1), 2 array_tmp3 : array_tmp2 + array_const_0D0 , 2 2 2 if not array_y2_set_initial then (if 2 <= glob_max_terms 1, 5 3 then (temporary : array_tmp3 glob_h factorial_3(1, 4), 2 array_y2 : temporary, array_y2_higher : temporary, 5 1, 5 temporary 2.0 temporary : -------------, array_y2_higher : temporary, glob_h 2, 4 temporary 3.0 temporary : -------------, array_y2_higher : temporary, glob_h 3, 3 temporary 4.0 temporary : -------------, array_y2_higher : temporary)), kkk : 3, glob_h 4, 2 array_tmp5 : ats(2, array_m1, array_y2, 1), 2 array_tmp6 : array_const_1D0 + array_tmp5 , 2 2 2 if not array_y1_set_initial then (if 2 <= glob_max_terms 2, 3 1 then (temporary : array_tmp6 glob_h factorial_3(1, 2), 2 array_y1 : temporary, array_y1_higher : temporary, 3 1, 3 temporary 2.0 temporary : -------------, array_y1_higher : temporary)), kkk : 3, glob_h 2, 2 array_tmp1_g : att(2, array_tmp1, array_x, 1), 3 array_tmp1 : - att(2, array_tmp1_g, array_x, 1), 3 array_tmp2 : ats(3, array_m1, array_tmp1, 1), 3 array_tmp3 : array_tmp2 + array_const_0D0 , 3 3 3 if not array_y2_set_initial then (if 3 <= glob_max_terms 1, 6 3 then (temporary : array_tmp3 glob_h factorial_3(2, 5), 3 array_y2 : temporary, array_y2_higher : temporary, 6 1, 6 temporary 2.0 temporary : -------------, array_y2_higher : temporary, glob_h 2, 5 temporary 3.0 temporary : -------------, array_y2_higher : temporary, glob_h 3, 4 temporary 4.0 temporary : -------------, array_y2_higher : temporary)), kkk : 4, glob_h 4, 3 array_tmp5 : ats(3, array_m1, array_y2, 1), 3 array_tmp6 : array_const_1D0 + array_tmp5 , 3 3 3 if not array_y1_set_initial then (if 3 <= glob_max_terms 2, 4 1 then (temporary : array_tmp6 glob_h factorial_3(2, 3), 3 array_y1 : temporary, array_y1_higher : temporary, 4 1, 4 temporary 2.0 temporary : -------------, array_y1_higher : temporary)), kkk : 4, glob_h 2, 3 array_tmp1_g : att(3, array_tmp1, array_x, 1), 4 array_tmp1 : - att(3, array_tmp1_g, array_x, 1), 4 array_tmp2 : ats(4, array_m1, array_tmp1, 1), 4 array_tmp3 : array_tmp2 + array_const_0D0 , 4 4 4 if not array_y2_set_initial then (if 4 <= glob_max_terms 1, 7 3 then (temporary : array_tmp3 glob_h factorial_3(3, 6), 4 array_y2 : temporary, array_y2_higher : temporary, 7 1, 7 temporary 2.0 temporary : -------------, array_y2_higher : temporary, glob_h 2, 6 temporary 3.0 temporary : -------------, array_y2_higher : temporary, glob_h 3, 5 temporary 4.0 temporary : -------------, array_y2_higher : temporary)), kkk : 5, glob_h 4, 4 array_tmp5 : ats(4, array_m1, array_y2, 1), 4 array_tmp6 : array_const_1D0 + array_tmp5 , 4 4 4 if not array_y1_set_initial then (if 4 <= glob_max_terms 2, 5 1 then (temporary : array_tmp6 glob_h factorial_3(3, 4), 4 array_y1 : temporary, array_y1_higher : temporary, 5 1, 5 temporary 2.0 temporary : -------------, array_y1_higher : temporary)), kkk : 5, glob_h 2, 4 array_tmp1_g : att(4, array_tmp1, array_x, 1), 5 array_tmp1 : - att(4, array_tmp1_g, array_x, 1), 5 array_tmp2 : ats(5, array_m1, array_tmp1, 1), 5 array_tmp3 : array_tmp2 + array_const_0D0 , 5 5 5 if not array_y2_set_initial then (if 5 <= glob_max_terms 1, 8 3 then (temporary : array_tmp3 glob_h factorial_3(4, 7), 5 array_y2 : temporary, array_y2_higher : temporary, 8 1, 8 temporary 2.0 temporary : -------------, array_y2_higher : temporary, glob_h 2, 7 temporary 3.0 temporary : -------------, array_y2_higher : temporary, glob_h 3, 6 temporary 4.0 temporary : -------------, array_y2_higher : temporary)), kkk : 6, glob_h 4, 5 array_tmp5 : ats(5, array_m1, array_y2, 1), 5 array_tmp6 : array_const_1D0 + array_tmp5 , 5 5 5 if not array_y1_set_initial then (if 5 <= glob_max_terms 2, 6 1 then (temporary : array_tmp6 glob_h factorial_3(4, 5), 5 array_y1 : temporary, array_y1_higher : temporary, 6 1, 6 temporary 2.0 temporary : -------------, array_y1_higher : temporary)), kkk : 6, glob_h 2, 5 while kkk <= glob_max_terms do (array_tmp1_g : kkk att(kkk - 1, array_tmp1, array_x, 1), array_tmp1 : kkk - att(kkk - 1, array_tmp1_g, array_x, 1), array_tmp2 : ats(kkk, array_m1, array_tmp1, 1), kkk array_tmp3 : array_tmp2 + array_const_0D0 , order_d : 3, kkk kkk kkk if 1 + order_d + kkk <= glob_max_terms then (if not array_y2_set_initial 1, order_d + kkk order_d array_tmp3 glob_h kkk then (temporary : -----------------------------------------, factorial_3(kkk - 1, - 1 + order_d + kkk) array_y2 : temporary, array_y2_higher : order_d + kkk 1, order_d + kkk temporary, term : - 1 + order_d + kkk, adj2 : 2, while (adj2 <= 1 + order_d) and (term >= 1) do (temporary : temporary convfp(adj2) ----------------------, array_y2_higher : temporary, glob_h adj2, term adj2 : 1 + adj2, term : term - 1))), array_tmp5 : kkk ats(kkk, array_m1, array_y2, 1), array_tmp6 : kkk array_const_1D0 + array_tmp5 , order_d : 1, kkk kkk if 1 + order_d + kkk <= glob_max_terms then (if not array_y1_set_initial 2, order_d + kkk order_d array_tmp6 glob_h kkk then (temporary : -----------------------------------------, factorial_3(kkk - 1, - 1 + order_d + kkk) array_y1 : temporary, array_y1_higher : order_d + kkk 1, order_d + kkk temporary, term : - 1 + order_d + kkk, adj2 : 2, while (adj2 <= 1 + order_d) and (term >= 1) do (temporary : temporary convfp(adj2) ----------------------, array_y1_higher : temporary, glob_h adj2, term adj2 : 1 + adj2, term : term - 1))), kkk : 1 + kkk)) (%o8) atomall() := (array_tmp1_g : sin(array_x ), 1 1 array_tmp1 : cos(array_x ), array_tmp2 : array_m1 array_tmp1 , 1 1 1 1 1 array_tmp3 : array_tmp2 + array_const_0D0 , 1 1 1 if not array_y2_set_initial then (if 1 <= glob_max_terms 1, 4 3 then (temporary : array_tmp3 glob_h factorial_3(0, 3), 1 array_y2 : temporary, array_y2_higher : temporary, 4 1, 4 temporary 2.0 temporary : -------------, array_y2_higher : temporary, glob_h 2, 3 temporary 3.0 temporary : -------------, array_y2_higher : temporary, glob_h 3, 2 temporary 4.0 temporary : -------------, array_y2_higher : temporary)), kkk : 2, glob_h 4, 1 array_tmp5 : array_m1 array_y2 , array_tmp6 : 1 1 1 1 array_const_1D0 + array_tmp5 , if not array_y1_set_initial 1 1 2, 2 then (if 1 <= glob_max_terms then (temporary : 1 array_tmp6 glob_h factorial_3(0, 1), array_y1 : temporary, 1 2 temporary 2.0 array_y1_higher : temporary, temporary : -------------, 1, 2 glob_h array_y1_higher : temporary)), kkk : 2, 2, 1 array_tmp1_g : att(1, array_tmp1, array_x, 1), 2 array_tmp1 : - att(1, array_tmp1_g, array_x, 1), 2 array_tmp2 : ats(2, array_m1, array_tmp1, 1), 2 array_tmp3 : array_tmp2 + array_const_0D0 , 2 2 2 if not array_y2_set_initial then (if 2 <= glob_max_terms 1, 5 3 then (temporary : array_tmp3 glob_h factorial_3(1, 4), 2 array_y2 : temporary, array_y2_higher : temporary, 5 1, 5 temporary 2.0 temporary : -------------, array_y2_higher : temporary, glob_h 2, 4 temporary 3.0 temporary : -------------, array_y2_higher : temporary, glob_h 3, 3 temporary 4.0 temporary : -------------, array_y2_higher : temporary)), kkk : 3, glob_h 4, 2 array_tmp5 : ats(2, array_m1, array_y2, 1), 2 array_tmp6 : array_const_1D0 + array_tmp5 , 2 2 2 if not array_y1_set_initial then (if 2 <= glob_max_terms 2, 3 1 then (temporary : array_tmp6 glob_h factorial_3(1, 2), 2 array_y1 : temporary, array_y1_higher : temporary, 3 1, 3 temporary 2.0 temporary : -------------, array_y1_higher : temporary)), kkk : 3, glob_h 2, 2 array_tmp1_g : att(2, array_tmp1, array_x, 1), 3 array_tmp1 : - att(2, array_tmp1_g, array_x, 1), 3 array_tmp2 : ats(3, array_m1, array_tmp1, 1), 3 array_tmp3 : array_tmp2 + array_const_0D0 , 3 3 3 if not array_y2_set_initial then (if 3 <= glob_max_terms 1, 6 3 then (temporary : array_tmp3 glob_h factorial_3(2, 5), 3 array_y2 : temporary, array_y2_higher : temporary, 6 1, 6 temporary 2.0 temporary : -------------, array_y2_higher : temporary, glob_h 2, 5 temporary 3.0 temporary : -------------, array_y2_higher : temporary, glob_h 3, 4 temporary 4.0 temporary : -------------, array_y2_higher : temporary)), kkk : 4, glob_h 4, 3 array_tmp5 : ats(3, array_m1, array_y2, 1), 3 array_tmp6 : array_const_1D0 + array_tmp5 , 3 3 3 if not array_y1_set_initial then (if 3 <= glob_max_terms 2, 4 1 then (temporary : array_tmp6 glob_h factorial_3(2, 3), 3 array_y1 : temporary, array_y1_higher : temporary, 4 1, 4 temporary 2.0 temporary : -------------, array_y1_higher : temporary)), kkk : 4, glob_h 2, 3 array_tmp1_g : att(3, array_tmp1, array_x, 1), 4 array_tmp1 : - att(3, array_tmp1_g, array_x, 1), 4 array_tmp2 : ats(4, array_m1, array_tmp1, 1), 4 array_tmp3 : array_tmp2 + array_const_0D0 , 4 4 4 if not array_y2_set_initial then (if 4 <= glob_max_terms 1, 7 3 then (temporary : array_tmp3 glob_h factorial_3(3, 6), 4 array_y2 : temporary, array_y2_higher : temporary, 7 1, 7 temporary 2.0 temporary : -------------, array_y2_higher : temporary, glob_h 2, 6 temporary 3.0 temporary : -------------, array_y2_higher : temporary, glob_h 3, 5 temporary 4.0 temporary : -------------, array_y2_higher : temporary)), kkk : 5, glob_h 4, 4 array_tmp5 : ats(4, array_m1, array_y2, 1), 4 array_tmp6 : array_const_1D0 + array_tmp5 , 4 4 4 if not array_y1_set_initial then (if 4 <= glob_max_terms 2, 5 1 then (temporary : array_tmp6 glob_h factorial_3(3, 4), 4 array_y1 : temporary, array_y1_higher : temporary, 5 1, 5 temporary 2.0 temporary : -------------, array_y1_higher : temporary)), kkk : 5, glob_h 2, 4 array_tmp1_g : att(4, array_tmp1, array_x, 1), 5 array_tmp1 : - att(4, array_tmp1_g, array_x, 1), 5 array_tmp2 : ats(5, array_m1, array_tmp1, 1), 5 array_tmp3 : array_tmp2 + array_const_0D0 , 5 5 5 if not array_y2_set_initial then (if 5 <= glob_max_terms 1, 8 3 then (temporary : array_tmp3 glob_h factorial_3(4, 7), 5 array_y2 : temporary, array_y2_higher : temporary, 8 1, 8 temporary 2.0 temporary : -------------, array_y2_higher : temporary, glob_h 2, 7 temporary 3.0 temporary : -------------, array_y2_higher : temporary, glob_h 3, 6 temporary 4.0 temporary : -------------, array_y2_higher : temporary)), kkk : 6, glob_h 4, 5 array_tmp5 : ats(5, array_m1, array_y2, 1), 5 array_tmp6 : array_const_1D0 + array_tmp5 , 5 5 5 if not array_y1_set_initial then (if 5 <= glob_max_terms 2, 6 1 then (temporary : array_tmp6 glob_h factorial_3(4, 5), 5 array_y1 : temporary, array_y1_higher : temporary, 6 1, 6 temporary 2.0 temporary : -------------, array_y1_higher : temporary)), kkk : 6, glob_h 2, 5 while kkk <= glob_max_terms do (array_tmp1_g : kkk att(kkk - 1, array_tmp1, array_x, 1), array_tmp1 : kkk - att(kkk - 1, array_tmp1_g, array_x, 1), array_tmp2 : ats(kkk, array_m1, array_tmp1, 1), kkk array_tmp3 : array_tmp2 + array_const_0D0 , order_d : 3, kkk kkk kkk if 1 + order_d + kkk <= glob_max_terms then (if not array_y2_set_initial 1, order_d + kkk order_d array_tmp3 glob_h kkk then (temporary : -----------------------------------------, factorial_3(kkk - 1, - 1 + order_d + kkk) array_y2 : temporary, array_y2_higher : order_d + kkk 1, order_d + kkk temporary, term : - 1 + order_d + kkk, adj2 : 2, while (adj2 <= 1 + order_d) and (term >= 1) do (temporary : temporary convfp(adj2) ----------------------, array_y2_higher : temporary, glob_h adj2, term adj2 : 1 + adj2, term : term - 1))), array_tmp5 : kkk ats(kkk, array_m1, array_y2, 1), array_tmp6 : kkk array_const_1D0 + array_tmp5 , order_d : 1, kkk kkk if 1 + order_d + kkk <= glob_max_terms then (if not array_y1_set_initial 2, order_d + kkk order_d array_tmp6 glob_h kkk then (temporary : -----------------------------------------, factorial_3(kkk - 1, - 1 + order_d + kkk) array_y1 : temporary, array_y1_higher : order_d + kkk 1, order_d + kkk temporary, term : - 1 + order_d + kkk, adj2 : 2, while (adj2 <= 1 + order_d) and (term >= 1) do (temporary : temporary convfp(adj2) ----------------------, array_y1_higher : temporary, glob_h adj2, term adj2 : 1 + adj2, term : term - 1))), kkk : 1 + kkk)) log(x) (%i9) log10(x) := --------- log(10.0) log(x) (%o9) log10(x) := --------- log(10.0) (%i10) omniout_str(iolevel, str) := if glob_iolevel >= iolevel then printf(true, "~a~%", string(str)) (%o10) omniout_str(iolevel, str) := if glob_iolevel >= iolevel then printf(true, "~a~%", string(str)) (%i11) omniout_str_noeol(iolevel, str) := if glob_iolevel >= iolevel then printf(true, "~a", string(str)) (%o11) omniout_str_noeol(iolevel, str) := if glob_iolevel >= iolevel then printf(true, "~a", string(str)) (%i12) omniout_labstr(iolevel, label, str) := if glob_iolevel >= iolevel then printf(true, "~a = ~a~%", string(label), string(str)) (%o12) omniout_labstr(iolevel, label, str) := if glob_iolevel >= iolevel then printf(true, "~a = ~a~%", string(label), string(str)) (%i13) 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)) (%o13) 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)) (%i14) omniout_int(iolevel, prelabel, prelen, value, vallen, postlabel) := if glob_iolevel >= iolevel then (printf(true, "~a = ~d ~a~%", prelabel, value, postlabel), newline()) (%o14) omniout_int(iolevel, prelabel, prelen, value, vallen, postlabel) := if glob_iolevel >= iolevel then (printf(true, "~a = ~d ~a~%", prelabel, value, postlabel), newline()) (%i15) omniout_float_arr(iolevel, prelabel, elemnt, prelen, value, vallen, postlabel) := if glob_iolevel >= iolevel then (sprint(prelabel, "[", elemnt, "]=", value, postlabel), newline()) (%o15) omniout_float_arr(iolevel, prelabel, elemnt, prelen, value, vallen, postlabel) := if glob_iolevel >= iolevel then (sprint(prelabel, "[", elemnt, "]=", value, postlabel), newline()) (%i16) dump_series(iolevel, dump_label, series_name, array_series, numb) := 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 (%o16) dump_series(iolevel, dump_label, series_name, array_series, numb) := 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 (%i17) dump_series_2(iolevel, dump_label, series_name, array_series2, numb, subnum) := 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 (%o17) dump_series_2(iolevel, dump_label, series_name, array_series2, numb, subnum) := 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 (%i18) 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)) (%o18) 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)) (%i19) logitem_time(fd, secs_in) := (secs : secs_in, printf(fd, ""), if secs >= 0.0 then (sec_in_millinium : sec_in_min min_in_hour hours_in_day days_in_year years_in_century secs centuries_in_millinium, milliniums : ----------------, sec_in_millinium millinium_int : floor(milliniums), centuries : (milliniums - millinium_int) centuries_in_millinium, cent_int : floor(centuries), years : (centuries - cent_int) years_in_century, years_int : floor(years), days : (years - years_int) days_in_year, days_int : floor(days), hours : (days - days_int) hours_in_day, hours_int : floor(hours), minutes : (hours - hours_int) min_in_hour, minutes_int : floor(minutes), seconds : (minutes - minutes_int) sec_in_min, sec_int : floor(seconds), if millinium_int > 0 then printf(fd, "~d Millinia ~d\ Centuries ~d Years ~d Days ~d Hours ~d Minutes ~d Seconds", millinium_int, cent_int, years_int, days_int, hours_int, minutes_int, sec_int) elseif cent_int > 0 then printf(fd, "~d Centuries ~d Years ~d Days ~d Hours ~d Minutes ~d Seconds", cent_int, years_int, days_int, hours_int, minutes_int, sec_int) elseif 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, "")) (%o19) logitem_time(fd, secs_in) := (secs : secs_in, printf(fd, ""), if secs >= 0.0 then (sec_in_millinium : sec_in_min min_in_hour hours_in_day days_in_year years_in_century secs centuries_in_millinium, milliniums : ----------------, sec_in_millinium millinium_int : floor(milliniums), centuries : (milliniums - millinium_int) centuries_in_millinium, cent_int : floor(centuries), years : (centuries - cent_int) years_in_century, years_int : floor(years), days : (years - years_int) days_in_year, days_int : floor(days), hours : (days - days_int) hours_in_day, hours_int : floor(hours), minutes : (hours - hours_int) min_in_hour, minutes_int : floor(minutes), seconds : (minutes - minutes_int) sec_in_min, sec_int : floor(seconds), if millinium_int > 0 then printf(fd, "~d Millinia ~d\ Centuries ~d Years ~d Days ~d Hours ~d Minutes ~d Seconds", millinium_int, cent_int, years_int, days_int, hours_int, minutes_int, sec_int) elseif cent_int > 0 then printf(fd, "~d Centuries ~d Years ~d Days ~d Hours ~d Minutes ~d Seconds", cent_int, years_int, days_int, hours_int, minutes_int, sec_int) elseif 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, "")) (%i20) omniout_timestr(secs_in) := (secs : convfloat(secs_in), if secs >= convfloat(0.0) then (sec_in_millinium : convfloat(sec_in_min) convfloat(min_in_hour) convfloat(hours_in_day) convfloat(days_in_year) convfloat(years_in_century) secs convfloat(centuries_in_millinium), milliniums : ---------------------------, convfloat(sec_in_millinium) millinium_int : floor(milliniums), centuries : (milliniums - millinium_int) convfloat(centuries_in_millinium), cent_int : floor(centuries), years : (centuries - cent_int) convfloat(years_in_century), years_int : floor(years), days : (years - years_int) convfloat(days_in_year), days_int : floor(days), hours : (days - days_int) convfloat(hours_in_day), hours_int : floor(hours), minutes : (hours - hours_int) convfloat(min_in_hour), minutes_int : floor(minutes), seconds : (minutes - minutes_int) convfloat(sec_in_min), sec_int : floor(seconds), if millinium_int > 0 then printf(true, "= ~d Millinia ~d Centuries ~d Years ~d Days ~d Hours ~d Minutes ~d Seconds~%", millinium_int, cent_int, years_int, days_int, hours_int, minutes_int, sec_int) elseif cent_int > 0 then printf(true, "= ~d Centuries ~d Years ~d Days ~d Hours ~d Minutes ~d Seconds~%", cent_int, years_int, days_int, hours_int, minutes_int, sec_int) elseif 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~%")) (%o20) omniout_timestr(secs_in) := (secs : convfloat(secs_in), if secs >= convfloat(0.0) then (sec_in_millinium : convfloat(sec_in_min) convfloat(min_in_hour) convfloat(hours_in_day) convfloat(days_in_year) convfloat(years_in_century) secs convfloat(centuries_in_millinium), milliniums : ---------------------------, convfloat(sec_in_millinium) millinium_int : floor(milliniums), centuries : (milliniums - millinium_int) convfloat(centuries_in_millinium), cent_int : floor(centuries), years : (centuries - cent_int) convfloat(years_in_century), years_int : floor(years), days : (years - years_int) convfloat(days_in_year), days_int : floor(days), hours : (days - days_int) convfloat(hours_in_day), hours_int : floor(hours), minutes : (hours - hours_int) convfloat(min_in_hour), minutes_int : floor(minutes), seconds : (minutes - minutes_int) convfloat(sec_in_min), sec_int : floor(seconds), if millinium_int > 0 then printf(true, "= ~d Millinia ~d Centuries ~d Years ~d Days ~d Hours ~d Minutes ~d Seconds~%", millinium_int, cent_int, years_int, days_int, hours_int, minutes_int, sec_int) elseif cent_int > 0 then printf(true, "= ~d Centuries ~d Years ~d Days ~d Hours ~d Minutes ~d Seconds~%", cent_int, years_int, days_int, hours_int, minutes_int, sec_int) elseif 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~%")) (%i21) mode_declare(ats, bfloat) modedeclare: bfloat is not a built-in type; assuming it is a Maxima extension type. (%o21) [ats] (%i22) ats(mmm_ats, array_a, array_b, jjj_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 : array_a array_b + ret_ats, iii_ats : 1 + iii_ats)), iii_ats lll_ats ret_ats) (%o22) ats(mmm_ats, array_a, array_b, jjj_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 : array_a array_b + ret_ats, iii_ats : 1 + iii_ats)), iii_ats lll_ats ret_ats) (%i23) mode_declare(att, bfloat) modedeclare: bfloat is not a built-in type; assuming it is a Maxima extension type. (%o23) [att] (%i24) att(mmm_att, array_aa, array_bb, jjj_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 : array_aa array_bb convfp(al_att) + ret_att, iii_att lll_att ret_att iii_att : 1 + iii_att), ret_att : ---------------), ret_att) convfp(mmm_att) (%o24) att(mmm_att, array_aa, array_bb, jjj_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 : array_aa array_bb convfp(al_att) + ret_att, iii_att lll_att ret_att iii_att : 1 + iii_att), ret_att : ---------------), ret_att) convfp(mmm_att) (%i25) 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 (%o25) 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 (%i26) logditto(file) := (printf(file, ""), printf(file, "ditto"), printf(file, "")) (%o26) logditto(file) := (printf(file, ""), printf(file, "ditto"), printf(file, "")) (%i27) logitem_integer(file, n) := (printf(file, ""), printf(file, "~d", n), printf(file, "")) (%o27) logitem_integer(file, n) := (printf(file, ""), printf(file, "~d", n), printf(file, "")) (%i28) logitem_str(file, str) := (printf(file, ""), printf(file, str), printf(file, "")) (%o28) logitem_str(file, str) := (printf(file, ""), printf(file, str), printf(file, "")) (%i29) log_revs(file, revs) := printf(file, revs) (%o29) log_revs(file, revs) := printf(file, revs) (%i30) logitem_float(file, x) := (printf(file, ""), printf(file, "~g", x), printf(file, "")) (%o30) logitem_float(file, x) := (printf(file, ""), printf(file, "~g", x), printf(file, "")) (%i31) 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, "")) (%o31) 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, "")) (%i32) logstart(file) := printf(file, "") (%o32) logstart(file) := printf(file, "") (%i33) logend(file) := printf(file, "~%") (%o33) logend(file) := printf(file, "~%") (%i34) chk_data() := (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()) (%o34) chk_data() := (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()) (%i35) mode_declare(comp_expect_sec, bfloat) modedeclare: bfloat is not a built-in type; assuming it is a Maxima extension type. (%o35) [comp_expect_sec] (%i36) comp_expect_sec(t_end2, t_start2, t2, clock_sec) := (ms2 : clock_sec, sub1 : t_end2 - t_start2, sub2 : t2 - t_start2, if sub1 = 0.0 then sec_left : 0.0 else (if abs(sub2) > 0.0 sub1 then (rrr : ----, sec_left : rrr ms2 - ms2) else sec_left : 0.0), sec_left) sub2 (%o36) comp_expect_sec(t_end2, t_start2, t2, clock_sec) := (ms2 : clock_sec, sub1 : t_end2 - t_start2, sub2 : t2 - t_start2, if sub1 = 0.0 then sec_left : 0.0 else (if abs(sub2) > 0.0 sub1 then (rrr : ----, sec_left : rrr ms2 - ms2) else sec_left : 0.0), sec_left) sub2 (%i37) mode_declare(comp_percent, bfloat) modedeclare: bfloat is not a built-in type; assuming it is a Maxima extension type. (%o37) [comp_percent] (%i38) comp_percent(t_end2, t_start2, t2) := (sub1 : t_end2 - t_start2, sub2 : t2 - t_start2, 100.0 sub2 if abs(sub2) > glob_small_float then rrr : ---------- else rrr : 0.0, rrr) sub1 (%o38) comp_percent(t_end2, t_start2, t2) := (sub1 : t_end2 - t_start2, sub2 : t2 - t_start2, 100.0 sub2 if abs(sub2) > glob_small_float then rrr : ---------- else rrr : 0.0, rrr) sub1 (%i39) factorial_1(nnn) := (if nnn <= glob_max_terms then ret : array_fact_1 nnn else ret : nnn!, ret) (%o39) factorial_1(nnn) := (if nnn <= glob_max_terms then ret : array_fact_1 nnn else ret : nnn!, ret) (%i40) factorial_3(mmm, nnn) := (if (nnn <= glob_max_terms) mmm! and (mmm <= glob_max_terms) then ret : array_fact_2 else ret : ----, mmm, nnn nnn! ret) (%o40) factorial_3(mmm, nnn) := (if (nnn <= glob_max_terms) mmm! and (mmm <= glob_max_terms) then ret : array_fact_2 else ret : ----, mmm, nnn nnn! ret) (%i41) convfp(mmm) := mmm (%o41) convfp(mmm) := mmm (%i42) convfloat(mmm) := mmm (%o42) convfloat(mmm) := mmm (%i43) elapsed_time_seconds() := (t : elapsed_real_time(), t) (%o43) elapsed_time_seconds() := (t : elapsed_real_time(), t) (%i44) arcsin(x) := asin(x) (%o44) arcsin(x) := asin(x) (%i45) arccos(x) := acos(x) (%o45) arccos(x) := acos(x) (%i46) arctan(x) := atan(x) (%o46) arctan(x) := atan(x) (%i47) exact_soln_y2(x) := cos(x) + 1.0 (%o47) exact_soln_y2(x) := cos(x) + 1.0 (%i48) exact_soln_y2p(x) := - sin(x) (%o48) exact_soln_y2p(x) := - sin(x) (%i49) exact_soln_y2pp(x) := - cos(x) (%o49) exact_soln_y2pp(x) := - cos(x) (%i50) exact_soln_y1(x) := 1.0 - sin(x) (%o50) exact_soln_y1(x) := 1.0 - sin(x) (%i51) mainprog() := (define_variable(INFO, 2, fixnum), define_variable(glob_iolevel, 5, fixnum), define_variable(glob_max_terms, 30, fixnum), define_variable(DEBUGMASSIVE, 4, fixnum), define_variable(DEBUGL, 3, fixnum), define_variable(ALWAYS, 1, fixnum), define_variable(glob_log10relerr, 0.0, float), define_variable(MAX_UNCHANGED, 10, fixnum), define_variable(glob_max_rel_trunc_err, 1.0E-11, float), define_variable(djd_debug, true, boolean), define_variable(glob_normmax, 0.0, float), define_variable(glob_max_sec, 10000.0, float), define_variable(glob_small_float, 1.0E-51, float), define_variable(glob_hmin_init, 0.001, float), define_variable(glob_not_yet_finished, true, boolean), define_variable(days_in_year, 365.0, float), define_variable(glob_dump, false, boolean), define_variable(glob_max_minutes, 0.0, float), define_variable(glob_large_float, 9.0E+100, float), define_variable(glob_optimal_done, false, boolean), define_variable(glob_reached_optimal_h, false, boolean), define_variable(hours_in_day, 24.0, float), define_variable(glob_display_flag, true, boolean), define_variable(glob_subiter_method, 3, fixnum), define_variable(glob_current_iter, 0, fixnum), define_variable(glob_unchanged_h_cnt, 0, fixnum), define_variable(glob_relerr, 1.0E-11, float), define_variable(glob_abserr, 1.0E-11, float), define_variable(glob_log10_relerr, 1.0E-11, float), define_variable(glob_log10_abserr, 1.0E-11, float), define_variable(glob_dump_analytic, false, boolean), define_variable(glob_not_yet_start_msg, true, boolean), define_variable(glob_initial_pass, true, boolean), define_variable(glob_almost_1, 0.999, float), define_variable(glob_log10abserr, 0.0, float), define_variable(glob_h, 0.1, float), define_variable(glob_log10normmin, 0.1, float), define_variable(glob_warned2, false, boolean), define_variable(glob_optimal_clock_start_sec, 0.0, float), define_variable(glob_max_trunc_err, 1.0E-11, float), define_variable(glob_last_good_h, 0.1, float), define_variable(glob_hmin, 1.0E-11, float), define_variable(glob_iter, 0, fixnum), define_variable(glob_orig_start_sec, 0.0, float), define_variable(glob_clock_start_sec, 0.0, float), define_variable(sec_in_min, 60.0, float), define_variable(djd_debug2, true, boolean), define_variable(glob_html_log, true, boolean), define_variable(glob_percent_done, 0.0, float), define_variable(glob_curr_iter_when_opt, 0, fixnum), define_variable(glob_optimal_start, 0.0, float), define_variable(glob_no_eqs, 0, fixnum), define_variable(glob_max_iter, 1000, fixnum), define_variable(glob_disp_incr, 0.1, float), define_variable(glob_max_hours, 0.0, float), define_variable(glob_look_poles, false, boolean), define_variable(glob_optimal_expect_sec, 0.1, float), define_variable(glob_warned, false, boolean), define_variable(centuries_in_millinium, 10.0, float), define_variable(glob_start, 0, fixnum), define_variable(glob_smallish_float, 1.0E-101, float), define_variable(glob_hmax, 1.0, float), define_variable(glob_clock_sec, 0.0, float), define_variable(years_in_century, 100.0, float), define_variable(min_in_hour, 60.0, float), define_variable(glob_max_opt_iter, 10, fixnum), 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 : 2, 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/mtest4postode.ode#################"), omniout_str(ALWAYS, "diff ( y2 , x , 3 ) = m1 * cos(x) ;"), omniout_str(ALWAYS, "diff ( y1 , x , 1 ) = m1 * y2 + 1.0;"), 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, "glob_h : 0.00001,"), omniout_str(ALWAYS, "array_y1_init[0 + 1] : exact_soln_y1(x_start),"), omniout_str(ALWAYS, "array_y2_init[0 + 1] : exact_soln_y2(x_start),"), omniout_str(ALWAYS, "array_y2_init[1 + 1] : exact_soln_y2p(x_start),"), omniout_str(ALWAYS, "array_y2_init[2 + 1] : exact_soln_y2pp(x_start),"), omniout_str(ALWAYS, "glob_max_iter : 20,"), omniout_str(ALWAYS, "/* END SECOND INPUT BLOCK */"), omniout_str(ALWAYS, "/* BEGIN OVERRIDE BLOCK */"), omniout_str(ALWAYS, "glob_h : 0.001 ,"), omniout_str(ALWAYS, "glob_look_poles : true,"), omniout_str(ALWAYS, "glob_max_iter : 1000,"), omniout_str(ALWAYS, "glob_max_minutes : 15,"), omniout_str(ALWAYS, "/* END OVERRIDE BLOCK */"), omniout_str(ALWAYS, "!"), omniout_str(ALWAYS, "/* BEGIN USER DEF BLOCK */"), omniout_str(ALWAYS, "exact_soln_y2 (x) := ("), omniout_str(ALWAYS, "1.0 + cos(x) "), omniout_str(ALWAYS, ");"), omniout_str(ALWAYS, "exact_soln_y2p (x) := ("), omniout_str(ALWAYS, "-sin(x) "), omniout_str(ALWAYS, ");"), omniout_str(ALWAYS, "exact_soln_y2pp (x) := ("), omniout_str(ALWAYS, "-cos(x) "), omniout_str(ALWAYS, ");"), omniout_str(ALWAYS, "exact_soln_y1 (x) := ("), omniout_str(ALWAYS, "1.0 - sin(x) "), omniout_str(ALWAYS, ");"), 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, glob_log10_abserr : - 8.0, glob_log10_relerr : - 8.0, glob_hmax : 0.01, Digits : 32, max_terms : 30, glob_max_terms : max_terms, glob_html_log : true, array(array_1st_rel_error, 1 + max_terms), array(array_x, 1 + max_terms), array(array_type_pole, 1 + max_terms), array(array_fact_1, 1 + max_terms), array(array_m1, 1 + max_terms), array(array_y1_init, 1 + max_terms), array(array_y2, 1 + max_terms), array(array_y1, 1 + max_terms), array(array_tmp1_g, 1 + max_terms), array(array_last_rel_error, 1 + max_terms), array(array_y2_init, 1 + max_terms), array(array_tmp0, 1 + max_terms), array(array_tmp1, 1 + max_terms), array(array_tmp2, 1 + max_terms), array(array_tmp3, 1 + max_terms), array(array_tmp4, 1 + max_terms), array(array_tmp5, 1 + max_terms), array(array_tmp6, 1 + max_terms), array(array_pole, 1 + max_terms), array(array_norms, 1 + max_terms), array(array_y2_higher_work2, 1 + 4, 1 + max_terms), array(array_y2_higher_work, 1 + 4, 1 + max_terms), array(array_y1_higher, 1 + 2, 1 + max_terms), array(array_fact_2, 1 + max_terms, 1 + max_terms), array(array_poles, 1 + 2, 1 + 3), array(array_y1_set_initial, 1 + 3, 1 + max_terms), array(array_y1_higher_work2, 1 + 2, 1 + max_terms), array(array_complex_pole, 1 + 2, 1 + 3), array(array_real_pole, 1 + 2, 1 + 3), array(array_y2_set_initial, 1 + 3, 1 + max_terms), array(array_y1_higher_work, 1 + 2, 1 + max_terms), array(array_y2_higher, 1 + 4, 1 + max_terms), term : 1, while term <= max_terms do (array_1st_rel_error : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_x : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_type_pole : 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_m1 : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_y1_init : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_y2 : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_y1 : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_tmp1_g : 0.0, term term : 1 + term), term : 1, while term <= max_terms do (array_last_rel_error : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_y2_init : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_tmp0 : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_tmp1 : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_tmp2 : 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_tmp6 : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_pole : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_norms : 0.0, term term : 1 + term), ord : 1, while ord <= 4 do (term : 1, while term <= max_terms do (array_y2_higher_work2 : 0.0, ord, term term : 1 + term), ord : 1 + ord), ord : 1, while ord <= 4 do (term : 1, while term <= max_terms do (array_y2_higher_work : 0.0, term : 1 + term), ord, term ord : 1 + ord), ord : 1, while ord <= 2 do (term : 1, while term <= max_terms do (array_y1_higher : 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), ord : 1, while ord <= 2 do (term : 1, while term <= 3 do (array_poles : 0.0, term : 1 + term), ord, term ord : 1 + ord), ord : 1, while ord <= 3 do (term : 1, while term <= max_terms do (array_y1_set_initial : 0.0, ord, term term : 1 + term), ord : 1 + ord), ord : 1, while ord <= 2 do (term : 1, while term <= max_terms do (array_y1_higher_work2 : 0.0, term : 1 + term), ord, term ord : 1 + ord), ord : 1, while ord <= 2 do (term : 1, while term <= 3 do (array_complex_pole : 0.0, term : 1 + term), ord, term ord : 1 + ord), ord : 1, while ord <= 2 do (term : 1, while term <= 3 do (array_real_pole : 0.0, term : 1 + term), ord, term ord : 1 + ord), ord : 1, while ord <= 3 do (term : 1, while term <= max_terms do (array_y2_set_initial : 0.0, ord, term term : 1 + term), ord : 1 + ord), ord : 1, while ord <= 2 do (term : 1, while term <= max_terms do (array_y1_higher_work : 0.0, term : 1 + term), ord, term ord : 1 + ord), ord : 1, while ord <= 4 do (term : 1, while term <= max_terms do (array_y2_higher : 0.0, term : 1 + term), ord, term ord : 1 + ord), 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_m1, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_m1 : 0.0, term : 1 + term), term array(array_y1, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_y1 : 0.0, term : 1 + term), term array(array_y2, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_y2 : 0.0, term : 1 + term), term array(array_tmp1_g, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_tmp1_g : 0.0, term : 1 + term), term array(array_tmp6, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_tmp6 : 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_tmp4, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_tmp4 : 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_tmp2, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_tmp2 : 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_tmp0, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_tmp0 : 0.0, term : 1 + term), term array(array_const_0D0, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_const_0D0 : 0.0, term : 1 + term), term array_const_0D0 : 0.0, array(array_const_1D0, 1 + 1 + max_terms), term : 1, 1 while term <= 1 + max_terms do (array_const_1D0 : 0.0, term : 1 + term), term array_const_1D0 : 1.0, array(array_const_1, 1 + 1 + max_terms), term : 1, 1 while term <= 1 + max_terms do (array_const_1 : 0.0, term : 1 + term), term array_const_1 : 1, array(array_const_3, 1 + 1 + max_terms), term : 1, 1 while term <= 1 + max_terms do (array_const_3 : 0.0, term : 1 + term), term array_const_3 : 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 (temp1 : iiif!, temp2 : jjjf!, temp1 array_fact_1 : temp1, array_fact_2 : -----, jjjf : 1 + jjjf), iiif iiif, jjjf temp2 iiif : 1 + iiif), x_start : 0.1, x_end : 5.0, glob_h : 1.0E-5, array_y1_init : exact_soln_y1(x_start), 1 + 0 array_y2_init : exact_soln_y2(x_start), 1 + 0 array_y2_init : exact_soln_y2p(x_start), 1 + 1 array_y2_init : exact_soln_y2pp(x_start), glob_max_iter : 20, 1 + 2 glob_h : 0.001, glob_look_poles : true, glob_max_iter : 1000, glob_max_minutes : 15, 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), glob_log10_abserr glob_log10_relerr glob_abserr : 10.0 , glob_relerr : 10.0 , chk_data(), array_y2_set_initial : true, array_y2_set_initial : true, 1, 1 1, 2 array_y2_set_initial : true, array_y2_set_initial : false, 1, 3 1, 4 array_y2_set_initial : false, array_y2_set_initial : false, 1, 5 1, 6 array_y2_set_initial : false, array_y2_set_initial : false, 1, 7 1, 8 array_y2_set_initial : false, array_y2_set_initial : false, 1, 9 1, 10 array_y2_set_initial : false, array_y2_set_initial : false, 1, 11 1, 12 array_y2_set_initial : false, array_y2_set_initial : false, 1, 13 1, 14 array_y2_set_initial : false, array_y2_set_initial : false, 1, 15 1, 16 array_y2_set_initial : false, array_y2_set_initial : false, 1, 17 1, 18 array_y2_set_initial : false, array_y2_set_initial : false, 1, 19 1, 20 array_y2_set_initial : false, array_y2_set_initial : false, 1, 21 1, 22 array_y2_set_initial : false, array_y2_set_initial : false, 1, 23 1, 24 array_y2_set_initial : false, array_y2_set_initial : false, 1, 25 1, 26 array_y2_set_initial : false, array_y2_set_initial : false, 1, 27 1, 28 array_y2_set_initial : false, array_y2_set_initial : false, 1, 29 1, 30 array_y1_set_initial : true, array_y1_set_initial : false, 2, 1 2, 2 array_y1_set_initial : false, array_y1_set_initial : false, 2, 3 2, 4 array_y1_set_initial : false, array_y1_set_initial : false, 2, 5 2, 6 array_y1_set_initial : false, array_y1_set_initial : false, 2, 7 2, 8 array_y1_set_initial : false, array_y1_set_initial : false, 2, 9 2, 10 array_y1_set_initial : false, array_y1_set_initial : false, 2, 11 2, 12 array_y1_set_initial : false, array_y1_set_initial : false, 2, 13 2, 14 array_y1_set_initial : false, array_y1_set_initial : false, 2, 15 2, 16 array_y1_set_initial : false, array_y1_set_initial : false, 2, 17 2, 18 array_y1_set_initial : false, array_y1_set_initial : false, 2, 19 2, 20 array_y1_set_initial : false, array_y1_set_initial : false, 2, 21 2, 22 array_y1_set_initial : false, array_y1_set_initial : false, 2, 23 2, 24 array_y1_set_initial : false, array_y1_set_initial : false, 2, 25 2, 26 array_y1_set_initial : false, array_y1_set_initial : false, 2, 27 2, 28 array_y1_set_initial : false, array_y1_set_initial : false, 2, 29 2, 30 if glob_html_log then html_log_file : openw("html/entry.html"), omniout_str(ALWAYS, "START of Soultion"), array_x : x_start, 1 array_x : glob_h, order_diff : 3, term_no : 1, 2 while term_no <= order_diff do (array_y2 : term_no term_no - 1 array_y2_init glob_h 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, term_no - 1 array_y2_init glob_h it array_y2_higher : ---------------------------------, r_order, term_no factorial_1(term_no - 1) term_no : 1 + term_no), r_order : 1 + r_order), order_diff : 1, term_no : 1, while term_no <= order_diff do (array_y1 : term_no term_no - 1 array_y1_init glob_h 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, term_no - 1 array_y1_init glob_h it array_y1_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(), start_array_y2(), if !array_y2_higher ! > glob_small_float ! 1, 1! then (tmp : !array_y2_higher !, log10norm : log10(tmp), ! 1, 1! if log10norm < glob_log10normmin then glob_log10normmin : log10norm), display_alot(current_iter), start_array_y1(), if !array_y1_higher ! > glob_small_float ! 1, 1! then (tmp : !array_y1_higher !, log10norm : log10(tmp), ! 1, 1! if log10norm < glob_log10normmin then glob_log10normmin : log10norm), display_alot(current_iter), 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 (array_x <= x_end) and (convfloat(glob_clock_sec) - convfloat(glob_orig_start_sec) < 1 convfloat(glob_max_sec)) do (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, if glob_subiter_method = 1 then atomall() elseif glob_subiter_method = 2 then (subiter : 1, while subiter <= 4 do (atomall(), subiter : 1 + subiter)) else (subiter : 1, while subiter <= glob_max_terms + 4 do (atomall(), subiter : 1 + subiter)), if glob_look_poles then check_for_pole(), array_x : glob_h + array_x , array_x : glob_h, order_diff : 3, ord : 4, 1 1 2 calc_term : 1, iii : glob_max_terms, while iii >= calc_term do (array_y2_higher_work : 4, iii array_y2_higher 4, iii --------------------- calc_term - 1 glob_h -------------------------------------, iii : iii - 1), temp_sum : 0.0, factorial_3(iii - calc_term, iii - 1) ord : 4, calc_term : 1, iii : glob_max_terms, while iii >= calc_term do (temp_sum : array_y2_higher_work + temp_sum, iii : iii - 1), ord, iii calc_term - 1 temp_sum glob_h array_y2_higher_work2 : ----------------------------, ord : 3, ord, calc_term factorial_1(calc_term - 1)! calc_term : 2, iii : glob_max_terms, while iii >= calc_term do (array_y2_higher_work : 3, iii array_y2_higher 3, iii --------------------- calc_term - 1 glob_h -------------------------------------, iii : iii - 1), temp_sum : 0.0, factorial_3(iii - calc_term, iii - 1) ord : 3, calc_term : 2, iii : glob_max_terms, while iii >= calc_term do (temp_sum : array_y2_higher_work + temp_sum, iii : iii - 1), ord, iii calc_term - 1 temp_sum glob_h array_y2_higher_work2 : ----------------------------, ord : 3, ord, calc_term factorial_1(calc_term - 1)! calc_term : 1, iii : glob_max_terms, while iii >= calc_term do (array_y2_higher_work : 3, iii array_y2_higher 3, iii --------------------- calc_term - 1 glob_h -------------------------------------, iii : iii - 1), temp_sum : 0.0, factorial_3(iii - calc_term, iii - 1) ord : 3, calc_term : 1, iii : glob_max_terms, while iii >= calc_term do (temp_sum : array_y2_higher_work + temp_sum, iii : iii - 1), ord, iii calc_term - 1 temp_sum glob_h array_y2_higher_work2 : ----------------------------, ord : 2, ord, calc_term factorial_1(calc_term - 1)! calc_term : 3, iii : glob_max_terms, while iii >= calc_term do (array_y2_higher_work : 2, iii array_y2_higher 2, iii --------------------- calc_term - 1 glob_h -------------------------------------, iii : iii - 1), temp_sum : 0.0, factorial_3(iii - calc_term, iii - 1) ord : 2, calc_term : 3, iii : glob_max_terms, while iii >= calc_term do (temp_sum : array_y2_higher_work + temp_sum, iii : iii - 1), ord, iii calc_term - 1 temp_sum glob_h array_y2_higher_work2 : ----------------------------, ord : 2, ord, calc_term factorial_1(calc_term - 1)! calc_term : 2, iii : glob_max_terms, while iii >= calc_term do (array_y2_higher_work : 2, iii array_y2_higher 2, iii --------------------- calc_term - 1 glob_h -------------------------------------, iii : iii - 1), temp_sum : 0.0, factorial_3(iii - calc_term, iii - 1) ord : 2, calc_term : 2, iii : glob_max_terms, while iii >= calc_term do (temp_sum : array_y2_higher_work + temp_sum, iii : iii - 1), ord, iii calc_term - 1 temp_sum glob_h array_y2_higher_work2 : ----------------------------, ord : 2, ord, calc_term factorial_1(calc_term - 1)! calc_term : 1, iii : glob_max_terms, while iii >= calc_term do (array_y2_higher_work : 2, iii array_y2_higher 2, iii --------------------- calc_term - 1 glob_h -------------------------------------, 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_y2_higher_work + temp_sum, iii : iii - 1), ord, iii calc_term - 1 temp_sum glob_h array_y2_higher_work2 : ----------------------------, ord : 1, ord, calc_term factorial_1(calc_term - 1)! calc_term : 4, iii : glob_max_terms, while iii >= calc_term do (array_y2_higher_work : 1, iii array_y2_higher 1, iii --------------------- calc_term - 1 glob_h -------------------------------------, iii : iii - 1), temp_sum : 0.0, factorial_3(iii - calc_term, iii - 1) ord : 1, calc_term : 4, iii : glob_max_terms, while iii >= calc_term do (temp_sum : array_y2_higher_work + temp_sum, iii : iii - 1), ord, iii calc_term - 1 temp_sum glob_h array_y2_higher_work2 : ----------------------------, ord : 1, ord, calc_term factorial_1(calc_term - 1)! calc_term : 3, iii : glob_max_terms, while iii >= calc_term do (array_y2_higher_work : 1, iii array_y2_higher 1, iii --------------------- calc_term - 1 glob_h -------------------------------------, iii : iii - 1), temp_sum : 0.0, factorial_3(iii - calc_term, iii - 1) ord : 1, calc_term : 3, iii : glob_max_terms, while iii >= calc_term do (temp_sum : array_y2_higher_work + temp_sum, iii : iii - 1), ord, iii calc_term - 1 temp_sum glob_h array_y2_higher_work2 : ----------------------------, ord : 1, ord, calc_term factorial_1(calc_term - 1)! calc_term : 2, iii : glob_max_terms, while iii >= calc_term do (array_y2_higher_work : 1, iii array_y2_higher 1, iii --------------------- calc_term - 1 glob_h -------------------------------------, 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_y2_higher_work + temp_sum, iii : iii - 1), ord, iii calc_term - 1 temp_sum glob_h array_y2_higher_work2 : ----------------------------, ord : 1, ord, calc_term factorial_1(calc_term - 1)! calc_term : 1, iii : glob_max_terms, while iii >= calc_term do (array_y2_higher_work : 1, iii array_y2_higher 1, iii --------------------- calc_term - 1 glob_h -------------------------------------, 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_y2_higher_work + temp_sum, iii : iii - 1), ord, iii calc_term - 1 temp_sum glob_h array_y2_higher_work2 : ----------------------------, ord, calc_term factorial_1(calc_term - 1)! term_no : glob_max_terms, while term_no >= 1 do (array_y2 : array_y2_higher_work2 , ord : 1, term_no 1, term_no while ord <= order_diff do (array_y2_higher : ord, term_no array_y2_higher_work2 , ord : 1 + ord), term_no : term_no - 1), ord, term_no order_diff : 1, ord : 2, calc_term : 1, iii : glob_max_terms, while iii >= calc_term do (array_y1_higher_work : 2, iii array_y1_higher 2, iii --------------------- calc_term - 1 glob_h -------------------------------------, 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_y1_higher_work + temp_sum, iii : iii - 1), ord, iii calc_term - 1 temp_sum glob_h array_y1_higher_work2 : ----------------------------, ord : 1, ord, calc_term factorial_1(calc_term - 1)! calc_term : 2, iii : glob_max_terms, while iii >= calc_term do (array_y1_higher_work : 1, iii array_y1_higher 1, iii --------------------- calc_term - 1 glob_h -------------------------------------, 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_y1_higher_work + temp_sum, iii : iii - 1), ord, iii calc_term - 1 temp_sum glob_h array_y1_higher_work2 : ----------------------------, ord : 1, ord, calc_term factorial_1(calc_term - 1)! calc_term : 1, iii : glob_max_terms, while iii >= calc_term do (array_y1_higher_work : 1, iii array_y1_higher 1, iii --------------------- calc_term - 1 glob_h -------------------------------------, 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_y1_higher_work + temp_sum, iii : iii - 1), ord, iii calc_term - 1 temp_sum glob_h array_y1_higher_work2 : ----------------------------, ord, calc_term factorial_1(calc_term - 1)! term_no : glob_max_terms, while term_no >= 1 do (array_y1 : array_y1_higher_work2 , ord : 1, term_no 1, term_no while ord <= order_diff do (array_y1_higher : ord, term_no array_y1_higher_work2 , ord : 1 + ord), term_no : term_no - 1), ord, term_no display_alot(current_iter)), 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 ( y2 , x , 3 ) = m1 * cos(x) ;"), omniout_str(INFO, "diff ( y1 , x , 1 ) = m1 * y2 + 1.0;"), 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, "2012-06-16T23:23:16-05:00"), logitem_str(html_log_file, "Maxima"), logitem_str(html_log_file, "mtest4"), logitem_str(html_log_file, "diff ( y2 , x , 3 ) = m1 * cos(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_integer(html_log_file, glob_max_terms), 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_optimal_expect_sec)), 0) else (logitem_str(html_log_file, "Done"), 0), log_revs(html_log_file, " 091 "), logitem_str(html_log_file, "mtest4 diffeq.max"), logitem_str(html_log_file, "\ mtest4 maxima results"), logitem_str(html_log_file, "Test of revised logic - mostly for speeding factorials"), logend(html_log_file), logditto(html_log_file), logditto(html_log_file), logditto(html_log_file), logitem_str(html_log_file, "diff ( y1 , x , 1 ) = m1 * y2 + 1.0;"), logditto(html_log_file), logditto(html_log_file), logditto(html_log_file), logditto(html_log_file), logditto(html_log_file), logditto(html_log_file), logitem_float(html_log_file, array_1st_rel_error ), 2 logitem_float(html_log_file, array_last_rel_error ), logditto(html_log_file), 2 logitem_pole(html_log_file, array_type_pole ), 2 if (array_type_pole = 1) or (array_type_pole = 2) 2 2 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), logditto(html_log_file), if glob_percent_done < 100.0 then (logditto(html_log_file), 0) else (logditto(html_log_file), 0), logditto(html_log_file), logditto(html_log_file), logditto(html_log_file), logditto(html_log_file), logend(html_log_file)), if glob_html_log then close(html_log_file)) (%o51) mainprog() := (define_variable(INFO, 2, fixnum), define_variable(glob_iolevel, 5, fixnum), define_variable(glob_max_terms, 30, fixnum), define_variable(DEBUGMASSIVE, 4, fixnum), define_variable(DEBUGL, 3, fixnum), define_variable(ALWAYS, 1, fixnum), define_variable(glob_log10relerr, 0.0, float), define_variable(MAX_UNCHANGED, 10, fixnum), define_variable(glob_max_rel_trunc_err, 1.0E-11, float), define_variable(djd_debug, true, boolean), define_variable(glob_normmax, 0.0, float), define_variable(glob_max_sec, 10000.0, float), define_variable(glob_small_float, 1.0E-51, float), define_variable(glob_hmin_init, 0.001, float), define_variable(glob_not_yet_finished, true, boolean), define_variable(days_in_year, 365.0, float), define_variable(glob_dump, false, boolean), define_variable(glob_max_minutes, 0.0, float), define_variable(glob_large_float, 9.0E+100, float), define_variable(glob_optimal_done, false, boolean), define_variable(glob_reached_optimal_h, false, boolean), define_variable(hours_in_day, 24.0, float), define_variable(glob_display_flag, true, boolean), define_variable(glob_subiter_method, 3, fixnum), define_variable(glob_current_iter, 0, fixnum), define_variable(glob_unchanged_h_cnt, 0, fixnum), define_variable(glob_relerr, 1.0E-11, float), define_variable(glob_abserr, 1.0E-11, float), define_variable(glob_log10_relerr, 1.0E-11, float), define_variable(glob_log10_abserr, 1.0E-11, float), define_variable(glob_dump_analytic, false, boolean), define_variable(glob_not_yet_start_msg, true, boolean), define_variable(glob_initial_pass, true, boolean), define_variable(glob_almost_1, 0.999, float), define_variable(glob_log10abserr, 0.0, float), define_variable(glob_h, 0.1, float), define_variable(glob_log10normmin, 0.1, float), define_variable(glob_warned2, false, boolean), define_variable(glob_optimal_clock_start_sec, 0.0, float), define_variable(glob_max_trunc_err, 1.0E-11, float), define_variable(glob_last_good_h, 0.1, float), define_variable(glob_hmin, 1.0E-11, float), define_variable(glob_iter, 0, fixnum), define_variable(glob_orig_start_sec, 0.0, float), define_variable(glob_clock_start_sec, 0.0, float), define_variable(sec_in_min, 60.0, float), define_variable(djd_debug2, true, boolean), define_variable(glob_html_log, true, boolean), define_variable(glob_percent_done, 0.0, float), define_variable(glob_curr_iter_when_opt, 0, fixnum), define_variable(glob_optimal_start, 0.0, float), define_variable(glob_no_eqs, 0, fixnum), define_variable(glob_max_iter, 1000, fixnum), define_variable(glob_disp_incr, 0.1, float), define_variable(glob_max_hours, 0.0, float), define_variable(glob_look_poles, false, boolean), define_variable(glob_optimal_expect_sec, 0.1, float), define_variable(glob_warned, false, boolean), define_variable(centuries_in_millinium, 10.0, float), define_variable(glob_start, 0, fixnum), define_variable(glob_smallish_float, 1.0E-101, float), define_variable(glob_hmax, 1.0, float), define_variable(glob_clock_sec, 0.0, float), define_variable(years_in_century, 100.0, float), define_variable(min_in_hour, 60.0, float), define_variable(glob_max_opt_iter, 10, fixnum), 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 : 2, 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/mtest4postode.ode#################"), omniout_str(ALWAYS, "diff ( y2 , x , 3 ) = m1 * cos(x) ;"), omniout_str(ALWAYS, "diff ( y1 , x , 1 ) = m1 * y2 + 1.0;"), 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, "glob_h : 0.00001,"), omniout_str(ALWAYS, "array_y1_init[0 + 1] : exact_soln_y1(x_start),"), omniout_str(ALWAYS, "array_y2_init[0 + 1] : exact_soln_y2(x_start),"), omniout_str(ALWAYS, "array_y2_init[1 + 1] : exact_soln_y2p(x_start),"), omniout_str(ALWAYS, "array_y2_init[2 + 1] : exact_soln_y2pp(x_start),"), omniout_str(ALWAYS, "glob_max_iter : 20,"), omniout_str(ALWAYS, "/* END SECOND INPUT BLOCK */"), omniout_str(ALWAYS, "/* BEGIN OVERRIDE BLOCK */"), omniout_str(ALWAYS, "glob_h : 0.001 ,"), omniout_str(ALWAYS, "glob_look_poles : true,"), omniout_str(ALWAYS, "glob_max_iter : 1000,"), omniout_str(ALWAYS, "glob_max_minutes : 15,"), omniout_str(ALWAYS, "/* END OVERRIDE BLOCK */"), omniout_str(ALWAYS, "!"), omniout_str(ALWAYS, "/* BEGIN USER DEF BLOCK */"), omniout_str(ALWAYS, "exact_soln_y2 (x) := ("), omniout_str(ALWAYS, "1.0 + cos(x) "), omniout_str(ALWAYS, ");"), omniout_str(ALWAYS, "exact_soln_y2p (x) := ("), omniout_str(ALWAYS, "-sin(x) "), omniout_str(ALWAYS, ");"), omniout_str(ALWAYS, "exact_soln_y2pp (x) := ("), omniout_str(ALWAYS, "-cos(x) "), omniout_str(ALWAYS, ");"), omniout_str(ALWAYS, "exact_soln_y1 (x) := ("), omniout_str(ALWAYS, "1.0 - sin(x) "), omniout_str(ALWAYS, ");"), 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, glob_log10_abserr : - 8.0, glob_log10_relerr : - 8.0, glob_hmax : 0.01, Digits : 32, max_terms : 30, glob_max_terms : max_terms, glob_html_log : true, array(array_1st_rel_error, 1 + max_terms), array(array_x, 1 + max_terms), array(array_type_pole, 1 + max_terms), array(array_fact_1, 1 + max_terms), array(array_m1, 1 + max_terms), array(array_y1_init, 1 + max_terms), array(array_y2, 1 + max_terms), array(array_y1, 1 + max_terms), array(array_tmp1_g, 1 + max_terms), array(array_last_rel_error, 1 + max_terms), array(array_y2_init, 1 + max_terms), array(array_tmp0, 1 + max_terms), array(array_tmp1, 1 + max_terms), array(array_tmp2, 1 + max_terms), array(array_tmp3, 1 + max_terms), array(array_tmp4, 1 + max_terms), array(array_tmp5, 1 + max_terms), array(array_tmp6, 1 + max_terms), array(array_pole, 1 + max_terms), array(array_norms, 1 + max_terms), array(array_y2_higher_work2, 1 + 4, 1 + max_terms), array(array_y2_higher_work, 1 + 4, 1 + max_terms), array(array_y1_higher, 1 + 2, 1 + max_terms), array(array_fact_2, 1 + max_terms, 1 + max_terms), array(array_poles, 1 + 2, 1 + 3), array(array_y1_set_initial, 1 + 3, 1 + max_terms), array(array_y1_higher_work2, 1 + 2, 1 + max_terms), array(array_complex_pole, 1 + 2, 1 + 3), array(array_real_pole, 1 + 2, 1 + 3), array(array_y2_set_initial, 1 + 3, 1 + max_terms), array(array_y1_higher_work, 1 + 2, 1 + max_terms), array(array_y2_higher, 1 + 4, 1 + max_terms), term : 1, while term <= max_terms do (array_1st_rel_error : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_x : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_type_pole : 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_m1 : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_y1_init : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_y2 : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_y1 : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_tmp1_g : 0.0, term term : 1 + term), term : 1, while term <= max_terms do (array_last_rel_error : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_y2_init : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_tmp0 : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_tmp1 : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_tmp2 : 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_tmp6 : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_pole : 0.0, term : 1 + term), term term : 1, while term <= max_terms do (array_norms : 0.0, term term : 1 + term), ord : 1, while ord <= 4 do (term : 1, while term <= max_terms do (array_y2_higher_work2 : 0.0, ord, term term : 1 + term), ord : 1 + ord), ord : 1, while ord <= 4 do (term : 1, while term <= max_terms do (array_y2_higher_work : 0.0, term : 1 + term), ord, term ord : 1 + ord), ord : 1, while ord <= 2 do (term : 1, while term <= max_terms do (array_y1_higher : 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), ord : 1, while ord <= 2 do (term : 1, while term <= 3 do (array_poles : 0.0, term : 1 + term), ord, term ord : 1 + ord), ord : 1, while ord <= 3 do (term : 1, while term <= max_terms do (array_y1_set_initial : 0.0, ord, term term : 1 + term), ord : 1 + ord), ord : 1, while ord <= 2 do (term : 1, while term <= max_terms do (array_y1_higher_work2 : 0.0, term : 1 + term), ord, term ord : 1 + ord), ord : 1, while ord <= 2 do (term : 1, while term <= 3 do (array_complex_pole : 0.0, term : 1 + term), ord, term ord : 1 + ord), ord : 1, while ord <= 2 do (term : 1, while term <= 3 do (array_real_pole : 0.0, term : 1 + term), ord, term ord : 1 + ord), ord : 1, while ord <= 3 do (term : 1, while term <= max_terms do (array_y2_set_initial : 0.0, ord, term term : 1 + term), ord : 1 + ord), ord : 1, while ord <= 2 do (term : 1, while term <= max_terms do (array_y1_higher_work : 0.0, term : 1 + term), ord, term ord : 1 + ord), ord : 1, while ord <= 4 do (term : 1, while term <= max_terms do (array_y2_higher : 0.0, term : 1 + term), ord, term ord : 1 + ord), 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_m1, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_m1 : 0.0, term : 1 + term), term array(array_y1, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_y1 : 0.0, term : 1 + term), term array(array_y2, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_y2 : 0.0, term : 1 + term), term array(array_tmp1_g, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_tmp1_g : 0.0, term : 1 + term), term array(array_tmp6, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_tmp6 : 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_tmp4, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_tmp4 : 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_tmp2, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_tmp2 : 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_tmp0, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_tmp0 : 0.0, term : 1 + term), term array(array_const_0D0, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_const_0D0 : 0.0, term : 1 + term), term array_const_0D0 : 0.0, array(array_const_1D0, 1 + 1 + max_terms), term : 1, 1 while term <= 1 + max_terms do (array_const_1D0 : 0.0, term : 1 + term), term array_const_1D0 : 1.0, array(array_const_1, 1 + 1 + max_terms), term : 1, 1 while term <= 1 + max_terms do (array_const_1 : 0.0, term : 1 + term), term array_const_1 : 1, array(array_const_3, 1 + 1 + max_terms), term : 1, 1 while term <= 1 + max_terms do (array_const_3 : 0.0, term : 1 + term), term array_const_3 : 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 (temp1 : iiif!, temp2 : jjjf!, temp1 array_fact_1 : temp1, array_fact_2 : -----, jjjf : 1 + jjjf), iiif iiif, jjjf temp2 iiif : 1 + iiif), x_start : 0.1, x_end : 5.0, glob_h : 1.0E-5, array_y1_init : exact_soln_y1(x_start), 1 + 0 array_y2_init : exact_soln_y2(x_start), 1 + 0 array_y2_init : exact_soln_y2p(x_start), 1 + 1 array_y2_init : exact_soln_y2pp(x_start), glob_max_iter : 20, 1 + 2 glob_h : 0.001, glob_look_poles : true, glob_max_iter : 1000, glob_max_minutes : 15, 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), glob_log10_abserr glob_log10_relerr glob_abserr : 10.0 , glob_relerr : 10.0 , chk_data(), array_y2_set_initial : true, array_y2_set_initial : true, 1, 1 1, 2 array_y2_set_initial : true, array_y2_set_initial : false, 1, 3 1, 4 array_y2_set_initial : false, array_y2_set_initial : false, 1, 5 1, 6 array_y2_set_initial : false, array_y2_set_initial : false, 1, 7 1, 8 array_y2_set_initial : false, array_y2_set_initial : false, 1, 9 1, 10 array_y2_set_initial : false, array_y2_set_initial : false, 1, 11 1, 12 array_y2_set_initial : false, array_y2_set_initial : false, 1, 13 1, 14 array_y2_set_initial : false, array_y2_set_initial : false, 1, 15 1, 16 array_y2_set_initial : false, array_y2_set_initial : false, 1, 17 1, 18 array_y2_set_initial : false, array_y2_set_initial : false, 1, 19 1, 20 array_y2_set_initial : false, array_y2_set_initial : false, 1, 21 1, 22 array_y2_set_initial : false, array_y2_set_initial : false, 1, 23 1, 24 array_y2_set_initial : false, array_y2_set_initial : false, 1, 25 1, 26 array_y2_set_initial : false, array_y2_set_initial : false, 1, 27 1, 28 array_y2_set_initial : false, array_y2_set_initial : false, 1, 29 1, 30 array_y1_set_initial : true, array_y1_set_initial : false, 2, 1 2, 2 array_y1_set_initial : false, array_y1_set_initial : false, 2, 3 2, 4 array_y1_set_initial : false, array_y1_set_initial : false, 2, 5 2, 6 array_y1_set_initial : false, array_y1_set_initial : false, 2, 7 2, 8 array_y1_set_initial : false, array_y1_set_initial : false, 2, 9 2, 10 array_y1_set_initial : false, array_y1_set_initial : false, 2, 11 2, 12 array_y1_set_initial : false, array_y1_set_initial : false, 2, 13 2, 14 array_y1_set_initial : false, array_y1_set_initial : false, 2, 15 2, 16 array_y1_set_initial : false, array_y1_set_initial : false, 2, 17 2, 18 array_y1_set_initial : false, array_y1_set_initial : false, 2, 19 2, 20 array_y1_set_initial : false, array_y1_set_initial : false, 2, 21 2, 22 array_y1_set_initial : false, array_y1_set_initial : false, 2, 23 2, 24 array_y1_set_initial : false, array_y1_set_initial : false, 2, 25 2, 26 array_y1_set_initial : false, array_y1_set_initial : false, 2, 27 2, 28 array_y1_set_initial : false, array_y1_set_initial : false, 2, 29 2, 30 if glob_html_log then html_log_file : openw("html/entry.html"), omniout_str(ALWAYS, "START of Soultion"), array_x : x_start, 1 array_x : glob_h, order_diff : 3, term_no : 1, 2 while term_no <= order_diff do (array_y2 : term_no term_no - 1 array_y2_init glob_h 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, term_no - 1 array_y2_init glob_h it array_y2_higher : ---------------------------------, r_order, term_no factorial_1(term_no - 1) term_no : 1 + term_no), r_order : 1 + r_order), order_diff : 1, term_no : 1, while term_no <= order_diff do (array_y1 : term_no term_no - 1 array_y1_init glob_h 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, term_no - 1 array_y1_init glob_h it array_y1_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(), start_array_y2(), if !array_y2_higher ! > glob_small_float ! 1, 1! then (tmp : !array_y2_higher !, log10norm : log10(tmp), ! 1, 1! if log10norm < glob_log10normmin then glob_log10normmin : log10norm), display_alot(current_iter), start_array_y1(), if !array_y1_higher ! > glob_small_float ! 1, 1! then (tmp : !array_y1_higher !, log10norm : log10(tmp), ! 1, 1! if log10norm < glob_log10normmin then glob_log10normmin : log10norm), display_alot(current_iter), 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 (array_x <= x_end) and (convfloat(glob_clock_sec) - convfloat(glob_orig_start_sec) < 1 convfloat(glob_max_sec)) do (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, if glob_subiter_method = 1 then atomall() elseif glob_subiter_method = 2 then (subiter : 1, while subiter <= 4 do (atomall(), subiter : 1 + subiter)) else (subiter : 1, while subiter <= glob_max_terms + 4 do (atomall(), subiter : 1 + subiter)), if glob_look_poles then check_for_pole(), array_x : glob_h + array_x , array_x : glob_h, order_diff : 3, ord : 4, 1 1 2 calc_term : 1, iii : glob_max_terms, while iii >= calc_term do (array_y2_higher_work : 4, iii array_y2_higher 4, iii --------------------- calc_term - 1 glob_h -------------------------------------, iii : iii - 1), temp_sum : 0.0, factorial_3(iii - calc_term, iii - 1) ord : 4, calc_term : 1, iii : glob_max_terms, while iii >= calc_term do (temp_sum : array_y2_higher_work + temp_sum, iii : iii - 1), ord, iii calc_term - 1 temp_sum glob_h array_y2_higher_work2 : ----------------------------, ord : 3, ord, calc_term factorial_1(calc_term - 1)! calc_term : 2, iii : glob_max_terms, while iii >= calc_term do (array_y2_higher_work : 3, iii array_y2_higher 3, iii --------------------- calc_term - 1 glob_h -------------------------------------, iii : iii - 1), temp_sum : 0.0, factorial_3(iii - calc_term, iii - 1) ord : 3, calc_term : 2, iii : glob_max_terms, while iii >= calc_term do (temp_sum : array_y2_higher_work + temp_sum, iii : iii - 1), ord, iii calc_term - 1 temp_sum glob_h array_y2_higher_work2 : ----------------------------, ord : 3, ord, calc_term factorial_1(calc_term - 1)! calc_term : 1, iii : glob_max_terms, while iii >= calc_term do (array_y2_higher_work : 3, iii array_y2_higher 3, iii --------------------- calc_term - 1 glob_h -------------------------------------, iii : iii - 1), temp_sum : 0.0, factorial_3(iii - calc_term, iii - 1) ord : 3, calc_term : 1, iii : glob_max_terms, while iii >= calc_term do (temp_sum : array_y2_higher_work + temp_sum, iii : iii - 1), ord, iii calc_term - 1 temp_sum glob_h array_y2_higher_work2 : ----------------------------, ord : 2, ord, calc_term factorial_1(calc_term - 1)! calc_term : 3, iii : glob_max_terms, while iii >= calc_term do (array_y2_higher_work : 2, iii array_y2_higher 2, iii --------------------- calc_term - 1 glob_h -------------------------------------, iii : iii - 1), temp_sum : 0.0, factorial_3(iii - calc_term, iii - 1) ord : 2, calc_term : 3, iii : glob_max_terms, while iii >= calc_term do (temp_sum : array_y2_higher_work + temp_sum, iii : iii - 1), ord, iii calc_term - 1 temp_sum glob_h array_y2_higher_work2 : ----------------------------, ord : 2, ord, calc_term factorial_1(calc_term - 1)! calc_term : 2, iii : glob_max_terms, while iii >= calc_term do (array_y2_higher_work : 2, iii array_y2_higher 2, iii --------------------- calc_term - 1 glob_h -------------------------------------, iii : iii - 1), temp_sum : 0.0, factorial_3(iii - calc_term, iii - 1) ord : 2, calc_term : 2, iii : glob_max_terms, while iii >= calc_term do (temp_sum : array_y2_higher_work + temp_sum, iii : iii - 1), ord, iii calc_term - 1 temp_sum glob_h array_y2_higher_work2 : ----------------------------, ord : 2, ord, calc_term factorial_1(calc_term - 1)! calc_term : 1, iii : glob_max_terms, while iii >= calc_term do (array_y2_higher_work : 2, iii array_y2_higher 2, iii --------------------- calc_term - 1 glob_h -------------------------------------, 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_y2_higher_work + temp_sum, iii : iii - 1), ord, iii calc_term - 1 temp_sum glob_h array_y2_higher_work2 : ----------------------------, ord : 1, ord, calc_term factorial_1(calc_term - 1)! calc_term : 4, iii : glob_max_terms, while iii >= calc_term do (array_y2_higher_work : 1, iii array_y2_higher 1, iii --------------------- calc_term - 1 glob_h -------------------------------------, iii : iii - 1), temp_sum : 0.0, factorial_3(iii - calc_term, iii - 1) ord : 1, calc_term : 4, iii : glob_max_terms, while iii >= calc_term do (temp_sum : array_y2_higher_work + temp_sum, iii : iii - 1), ord, iii calc_term - 1 temp_sum glob_h array_y2_higher_work2 : ----------------------------, ord : 1, ord, calc_term factorial_1(calc_term - 1)! calc_term : 3, iii : glob_max_terms, while iii >= calc_term do (array_y2_higher_work : 1, iii array_y2_higher 1, iii --------------------- calc_term - 1 glob_h -------------------------------------, iii : iii - 1), temp_sum : 0.0, factorial_3(iii - calc_term, iii - 1) ord : 1, calc_term : 3, iii : glob_max_terms, while iii >= calc_term do (temp_sum : array_y2_higher_work + temp_sum, iii : iii - 1), ord, iii calc_term - 1 temp_sum glob_h array_y2_higher_work2 : ----------------------------, ord : 1, ord, calc_term factorial_1(calc_term - 1)! calc_term : 2, iii : glob_max_terms, while iii >= calc_term do (array_y2_higher_work : 1, iii array_y2_higher 1, iii --------------------- calc_term - 1 glob_h -------------------------------------, 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_y2_higher_work + temp_sum, iii : iii - 1), ord, iii calc_term - 1 temp_sum glob_h array_y2_higher_work2 : ----------------------------, ord : 1, ord, calc_term factorial_1(calc_term - 1)! calc_term : 1, iii : glob_max_terms, while iii >= calc_term do (array_y2_higher_work : 1, iii array_y2_higher 1, iii --------------------- calc_term - 1 glob_h -------------------------------------, 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_y2_higher_work + temp_sum, iii : iii - 1), ord, iii calc_term - 1 temp_sum glob_h array_y2_higher_work2 : ----------------------------, ord, calc_term factorial_1(calc_term - 1)! term_no : glob_max_terms, while term_no >= 1 do (array_y2 : array_y2_higher_work2 , ord : 1, term_no 1, term_no while ord <= order_diff do (array_y2_higher : ord, term_no array_y2_higher_work2 , ord : 1 + ord), term_no : term_no - 1), ord, term_no order_diff : 1, ord : 2, calc_term : 1, iii : glob_max_terms, while iii >= calc_term do (array_y1_higher_work : 2, iii array_y1_higher 2, iii --------------------- calc_term - 1 glob_h -------------------------------------, 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_y1_higher_work + temp_sum, iii : iii - 1), ord, iii calc_term - 1 temp_sum glob_h array_y1_higher_work2 : ----------------------------, ord : 1, ord, calc_term factorial_1(calc_term - 1)! calc_term : 2, iii : glob_max_terms, while iii >= calc_term do (array_y1_higher_work : 1, iii array_y1_higher 1, iii --------------------- calc_term - 1 glob_h -------------------------------------, 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_y1_higher_work + temp_sum, iii : iii - 1), ord, iii calc_term - 1 temp_sum glob_h array_y1_higher_work2 : ----------------------------, ord : 1, ord, calc_term factorial_1(calc_term - 1)! calc_term : 1, iii : glob_max_terms, while iii >= calc_term do (array_y1_higher_work : 1, iii array_y1_higher 1, iii --------------------- calc_term - 1 glob_h -------------------------------------, 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_y1_higher_work + temp_sum, iii : iii - 1), ord, iii calc_term - 1 temp_sum glob_h array_y1_higher_work2 : ----------------------------, ord, calc_term factorial_1(calc_term - 1)! term_no : glob_max_terms, while term_no >= 1 do (array_y1 : array_y1_higher_work2 , ord : 1, term_no 1, term_no while ord <= order_diff do (array_y1_higher : ord, term_no array_y1_higher_work2 , ord : 1 + ord), term_no : term_no - 1), ord, term_no display_alot(current_iter)), 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 ( y2 , x , 3 ) = m1 * cos(x) ;"), omniout_str(INFO, "diff ( y1 , x , 1 ) = m1 * y2 + 1.0;"), 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, "2012-06-16T23:23:16-05:00"), logitem_str(html_log_file, "Maxima"), logitem_str(html_log_file, "mtest4"), logitem_str(html_log_file, "diff ( y2 , x , 3 ) = m1 * cos(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_integer(html_log_file, glob_max_terms), 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_optimal_expect_sec)), 0) else (logitem_str(html_log_file, "Done"), 0), log_revs(html_log_file, " 091 "), logitem_str(html_log_file, "mtest4 diffeq.max"), logitem_str(html_log_file, "\ mtest4 maxima results"), logitem_str(html_log_file, "Test of revised logic - mostly for speeding factorials"), logend(html_log_file), logditto(html_log_file), logditto(html_log_file), logditto(html_log_file), logitem_str(html_log_file, "diff ( y1 , x , 1 ) = m1 * y2 + 1.0;"), logditto(html_log_file), logditto(html_log_file), logditto(html_log_file), logditto(html_log_file), logditto(html_log_file), logditto(html_log_file), logitem_float(html_log_file, array_1st_rel_error ), 2 logitem_float(html_log_file, array_last_rel_error ), logditto(html_log_file), 2 logitem_pole(html_log_file, array_type_pole ), 2 if (array_type_pole = 1) or (array_type_pole = 2) 2 2 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), logditto(html_log_file), if glob_percent_done < 100.0 then (logditto(html_log_file), 0) else (logditto(html_log_file), 0), logditto(html_log_file), logditto(html_log_file), logditto(html_log_file), logditto(html_log_file), logend(html_log_file)), if glob_html_log then close(html_log_file)) (%i52) mainprog() "##############ECHO OF PROBLEM#################" "##############temp/mtest4postode.ode#################" "diff ( y2 , x , 3 ) = m1 * cos(x) ;" "diff ( y1 , x , 1 ) = m1 * y2 + 1.0;" "!" "/* 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," "glob_h : 0.00001," "array_y1_init[0 + 1] : exact_soln_y1(x_start)," "array_y2_init[0 + 1] : exact_soln_y2(x_start)," "array_y2_init[1 + 1] : exact_soln_y2p(x_start)," "array_y2_init[2 + 1] : exact_soln_y2pp(x_start)," "glob_max_iter : 20," "/* END SECOND INPUT BLOCK */" "/* BEGIN OVERRIDE BLOCK */" "glob_h : 0.001 ," "glob_look_poles : true," "glob_max_iter : 1000," "glob_max_minutes : 15," "/* END OVERRIDE BLOCK */" "!" "/* BEGIN USER DEF BLOCK */" "exact_soln_y2 (x) := (" "1.0 + cos(x) " ");" "exact_soln_y2p (x) := (" "-sin(x) " ");" "exact_soln_y2pp (x) := (" "-cos(x) " ");" "exact_soln_y1 (x) := (" "1.0 - sin(x) " ");" "" "/* END USER DEF BLOCK */" "#######END OF ECHO OF PROBLEM#################" "START of Soultion" x[1] = 0.1 " " y2[1] (analytic) = 1.9950041652780257 " " y2[1] (numeric) = 1.9950041652780257 " " absolute error = 0.0 " " relative error = 0.0 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.9001665833531718 " " y1[1] (numeric) = 0.9001665833531718 " " absolute error = 0.0 " " relative error = 0.0 "%" h = 1.000E-3 " " x[1] = 0.1 " " y2[1] (analytic) = 1.9950041652780257 " " y2[1] (numeric) = 1.9950041652780257 " " absolute error = 0.0 " " relative error = 0.0 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.9001665833531718 " " y1[1] (numeric) = 0.9001665833531718 " " absolute error = 0.0 " " relative error = 0.0 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.101 " " y2[1] (analytic) = 1.9949038343759766 " " y2[1] (numeric) = 1.9949038341934664 " " absolute error = 1.82510229151944260000000000E-10 " " relative error = 9.148823417296956000000000E-9 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.899171629270432 " " y1[1] (numeric) = 0.8991716292704776 " " absolute error = 4.55191440096314200000000000000E-14 " " relative error = 5.062342107764748000000000000E-12 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.10200000000000001 " " y2[1] (analytic) = 1.9948025085701762 " " y2[1] (numeric) = 1.9948025071097961 " " absolute error = 1.4603800391199684000000000E-9 " " relative error = 7.3209254191620800000000E-8 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8981767760160545 " " y1[1] (numeric) = 0.8981767760167846 " " absolute error = 7.3008266099350290000000000000E-13 " " relative error = 8.1284963104017390000000000E-11 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.10300000000000001 " " y2[1] (analytic) = 1.99470018796195 " " y2[1] (numeric) = 1.9947001830321618 " " absolute error = 4.929788133267720700000000E-9 " " relative error = 2.4714431587358730000000E-7 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8971820245848925 " " y1[1] (numeric) = 0.8971820245885893 " " absolute error = 3.696820627396846000000000000E-12 " " relative error = 4.1204800431743920000000000E-10 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.10400000000000001 " " y2[1] (analytic) = 1.9945968726536185 " " y2[1] (numeric) = 1.9945968609658118 " " absolute error = 1.168780672244906800000000E-8 " " relative error = 5.8597338052072490000000E-7 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8961873759716973 " " y1[1] (numeric) = 0.8961873759833832 " " absolute error = 1.16858744902970100000000000E-11 " " relative error = 1.3039543742318980000000000E-9 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.10500000000000001 " " y2[1] (analytic) = 1.9944925627484973 " " y2[1] (numeric) = 1.994492539916098 " " absolute error = 2.283239930456204500000000E-8 " " relative error = 1.144772346159967900000E-6 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8951928311711175 " " y1[1] (numeric) = 0.8951928311996522 " " absolute error = 2.853473013431085000000000000E-11 " " relative error = 3.1875512337359624000000000E-9 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.10600000000000001 " " y2[1] (analytic) = 1.9943872583508964 " " y2[1] (numeric) = 1.9943872188884753 " " absolute error = 3.94624211086380700000000E-8 " " relative error = 1.978673948271634000000E-6 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8941983911776978 " " y1[1] (numeric) = 0.8941983912368769 " " absolute error = 5.91791060600144200000000000E-11 " " relative error = 6.6181181540790950000000000E-9 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.10700000000000001 " " y2[1] (analytic) = 1.9942809595661202 " " y2[1] (numeric) = 1.994280896888504 " " absolute error = 6.26776162082620700000000E-8 " " relative error = 3.1428679047258384000000E-6 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8932040569858781 " " y1[1] (numeric) = 0.8932040570955326 " " absolute error = 1.09654507696177460000000000E-10 " " relative error = 1.22765348901579310000000E-8 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.10800000000000001 " " y2[1] (analytic) = 1.9941736665004668 " " y2[1] (numeric) = 1.99417357292185 " " absolute error = 9.35786168554386700000000E-8 " " relative error = 4.692601172477511000000E-6 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8922098295899925 " " y1[1] (numeric) = 0.8922098297770888 " " absolute error = 1.87096338422065860000000000E-10 " " relative error = 2.09699929564824920000000E-8 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.10900000000000001 " " y2[1] (analytic) = 1.99406537926123 " " y2[1] (numeric) = 1.9940652459942858 " " absolute error = 1.33266944146726020000000E-7 " " relative error = 6.683178271521836000000E-6 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8912157099842684 " " y1[1] (numeric) = 0.8912157102840093 " " absolute error = 2.9974089876816380000000000E-10 " " relative error = 3.36328113845137200000000E-8 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.11000000000000001 " " y2[1] (analytic) = 1.9939560979566968 " " y2[1] (numeric) = 1.9939559151116921 " " absolute error = 1.8284500469256670000000E-7 " " relative error = 9.169961408876396000000E-6 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8902216991628251 " " y1[1] (numeric) = 0.890221699619752 " " absolute error = 4.56926829706105760000000000E-10 " " relative error = 5.13273075836957400000000E-8 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.11100000000000002 " " y2[1] (analytic) = 1.9938458226961484 " " y2[1] (numeric) = 1.9938455792800582 " " absolute error = 2.43416090173198540000000E-7 " " relative error = 1.22083707477463200000E-5 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8892277981196737 " " y1[1] (numeric) = 0.8892277987887689 " " absolute error = 6.6909522367097910000000000E-10 " " relative error = 7.52445239662796900000000E-8 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.11200000000000002 " " y2[1] (analytic) = 1.9937345535898603 " " y2[1] (numeric) = 1.993734237505483 " " absolute error = 3.1608437733865460000000E-7 " " relative error = 1.58538846994211090000E-5 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8882340078487148 " " y1[1] (numeric) = 0.8882340087965062 " " absolute error = 9.4779140091816320000000000E-10 " " relative error = 1.06705146677922770000000E-7 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.11300000000000002 " " y2[1] (analytic) = 1.9936222907491012 " " y2[1] (numeric) = 1.9936218887941763 " " absolute error = 4.0195492490013860000000E-7 " " relative error = 2.016204005970983200000E-5 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8872403293437388 " " y1[1] (numeric) = 0.8872403306494036 " " absolute error = 1.3056647985010272000000000E-9 " " relative error = 1.47160217510263840000000E-7 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.11400000000000002 " " y2[1] (analytic) = 1.9935090342861344 " " y2[1] (numeric) = 1.9935085321524597 " " absolute error = 5.0213367464024830000000E-7 " " relative error = 2.518843235742143600000E-5 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.886246763598424 " " y1[1] (numeric) = 0.8862467653548947 " " absolute error = 1.7564706356054670000000000E-9 " " relative error = 1.98192050764019360000000E-7 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.11500000000000002 " " y2[1] (analytic) = 1.9933947843142157 " " y2[1] (numeric) = 1.9933941665867676 " " absolute error = 6.1772744808230580000000E-7 " " relative error = 3.098871598055382700000E-5 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8852533116063361 " " y1[1] (numeric) = 0.8852533139214066 " " absolute error = 2.3150704686614176000000000E-9 " " relative error = 2.61515030591707940000000E-7 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.11600000000000002 " " y2[1] (analytic) = 1.9932795409475959 " " y2[1] (numeric) = 1.993278791103648 " " absolute error = 7.498439478226260000000E-7 " " relative error = 3.76186045368304800000E-5 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8842599743609272 " " y1[1] (numeric) = 0.8842599773583603 " " absolute error = 2.9974330795212720000000000E-9 " " relative error = 3.38976451092630200000000E-7 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.11700000000000002 " " y2[1] (analytic) = 1.9931633043015178 " " y2[1] (numeric) = 1.9931624047097638 " " absolute error = 8.995917539778020000000E-7 " " relative error = 4.51338709696471200000E-5 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8832667528555341 " " y1[1] (numeric) = 0.8832667566761696 " " absolute error = 3.820635474660605000000000E-9 " " relative error = 4.32557374350249440000000E-7 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.11800000000000002 " " y2[1] (analytic) = 1.993046074492218 " " y2[1] (numeric) = 1.9930450064118934 " " absolute error = 1.068080324628795100000E-6 " " relative error = 5.359034787496909000000E-5 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8822736480833785 " " y1[1] (numeric) = 0.882273652886242 " " absolute error = 4.802863551311986600000000E-9 " " relative error = 5.443734562111840000000E-7 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.11900000000000002 " " y2[1] (analytic) = 1.9929278516369267 " " y2[1] (numeric) = 1.9929265952169324 " " absolute error = 1.256419994266622000000E-6 " " relative error = 6.30439277184389300000E-5 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8812806610375651 " " y1[1] (numeric) = 0.8812806670009782 " " absolute error = 5.963413096665704000000000E-9 " " relative error = 6.7667581513076120000000E-7 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.12000000000000002 " " y2[1] (analytic) = 1.9928086358538661 " " y2[1] (numeric) = 1.9928071701318937 " " absolute error = 1.4657219724600878000000E-6 " " relative error = 7.35505630640778800000E-5 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8802877927110806 " " y1[1] (numeric) = 0.8802878000337716 " " absolute error = 7.32269100911509000000000E-9 " " relative error = 8.3185193180549670000000E-7 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.12100000000000002 " " y2[1] (analytic) = 1.992688427262253 " " y2[1] (numeric) = 1.992686730163909 " " absolute error = 1.6970983438557852000000E-6 " " relative error = 8.51662668703015500000E-5 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8792950440967935 " " y1[1] (numeric) = 0.8792950529990088 " " absolute error = 8.902215298256522000000000E-9 " " relative error = 1.0124264156863096000000E-6 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.12200000000000003 " " y2[1] (analytic) = 1.9925672259822949 " " y2[1] (numeric) = 1.99256527432023 " " absolute error = 1.951662064847426000000E-6 " " relative error = 9.79471126192641500000E-5 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8783024161874522 " " y1[1] (numeric) = 0.8783024269120691 " " absolute error = 1.072461686124626100000000E-8 " " relative error = 1.2210619786063932000000E-6 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.12300000000000003 " " y2[1] (analytic) = 1.9924450321351936 " " y2[1] (numeric) = 1.9924428016082285 " " absolute error = 2.230526965130153000000E-6 " " relative error = 1.11949234691800750000E-4 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8773099099756847 " " y1[1] (numeric) = 0.8773099227893244 " " absolute error = 1.281363970484506000000000E-8 " " relative error = 1.460560237510619100000E-6 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.12400000000000003 " " y2[1] (analytic) = 1.9923218458431429 " " y2[1] (numeric) = 1.9923193110353987 " " absolute error = 2.5348077441478270000000E-6 " " relative error = 1.27228828486549370000E-4 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8763175264539969 " " y1[1] (numeric) = 0.8763175416481395 " " absolute error = 1.519414261075269200000000E-8 " " relative error = 1.733862686991497000000E-6 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.12500000000000003 " " y2[1] (analytic) = 1.9921976672293291 " " y2[1] (numeric) = 1.992194801609357 " " absolute error = 2.8656199722032480000000E-6 " " relative error = 1.43842150773554560000E-4 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8753252666147723 " " y1[1] (numeric) = 0.8753252845068713 " " absolute error = 1.78920990245856610000000E-8 " " relative error = 2.044051475148370700000E-6 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.12600000000000003 " " y2[1] (analytic) = 1.9920724964179306 " " y2[1] (numeric) = 1.9920692723378435 " " absolute error = 3.22408008712749000000E-6 " " relative error = 1.61845519825453600000E-4 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8743331314502707 " " y1[1] (numeric) = 0.8743331523848692 " " absolute error = 2.093459849916712300000000E-8 " " relative error = 2.394350362137434000000E-6 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.12700000000000003 " " y2[1] (analytic) = 1.9919463335341185 " " y2[1] (numeric) = 1.9919427222287234 " " absolute error = 3.611305395168074000000E-6 " " relative error = 1.81295315760886120000E-4 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8733411219526273 " " y1[1] (numeric) = 0.8733411463024747 " " absolute error = 2.434984747168300600000000E-8 " " relative error = 2.78812560860999040000E-6 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.12800000000000003 " " y2[1] (analytic) = 1.9918191787040556 " " y2[1] (numeric) = 1.9918151502899872 " " absolute error = 4.028414068324437400000E-6 " " relative error = 2.02247980710049120000E-4 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8723492391138512 " " y1[1] (numeric) = 0.8723492672810216 " " absolute error = 2.816717037390503700000000E-8 " " relative error = 3.228886908013788300000E-6 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.12900000000000003 " " y2[1] (analytic) = 1.9916910320548964 " " y2[1] (numeric) = 1.991686555529752 " " absolute error = 4.4765251443479315000000E-6 " " relative error = 2.2476001911447810000E-4 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8713574839258255 " " y1[1] (numeric) = 0.8713575163428353 " " absolute error = 3.241700985423534600000000E-8 " " relative error = 3.7202882229441950000000E-6 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.13000000000000003 " " y2[1] (analytic) = 1.991561893714788 " " y2[1] (numeric) = 1.991556936956263 " " absolute error = 4.95675852518751000000E-6 " " relative error = 2.48887997949280320000E-4 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8703658573803051 " " y1[1] (numeric) = 0.8703658945112333 " " absolute error = 3.71309281099740930000000E-8 " " relative error = 4.266128754376194000000E-6 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.13100000000000003 " " y2[1] (analytic) = 1.9914317638128685 " " y2[1] (numeric) = 1.9914262935778935 " " absolute error = 5.470234974991328000000E-6 " " relative error = 2.7468854692353684000E-4 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8693743604689166 " " y1[1] (numeric) = 0.8693744028105245 " " absolute error = 4.234160788652019400000000E-8 " " relative error = 4.87035387881491000000E-6 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.13200000000000003 " " y2[1] (analytic) = 1.9913006424792679 " " y2[1] (numeric) = 1.9912946244031466 " " absolute error = 6.018076121216964000000E-6 " " relative error = 3.0221835883727544000E-4 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8683829941831567 " " y1[1] (numeric) = 0.8683830422660096 " " absolute error = 4.80828529214605300000000E-8 " " relative error = 5.5370560275296040000000E-6 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.13300000000000003 " " y2[1] (analytic) = 1.9911685298451072 " " y2[1] (numeric) = 1.9911619284406563 " " absolute error = 6.601404450856663000000E-6 " " relative error = 3.3153418969363607000E-4 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8673917595143915 " " y1[1] (numeric) = 0.8673918139039808 " " absolute error = 5.43895892768375700000000E-8 " " relative error = 6.270475673793297000000E-6 "%" h = 1.000E-3 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.13400000000000004 " " y2[1] (analytic) = 1.9910354260424992 " " y2[1] (numeric) = 1.991028204699188 " " absolute error = 7.2213433111034670000000E-6 " " relative error = 3.6269285903450950000E-4 "%" h = 1.000E-3 " " y1[1] (analytic) = 0.8664006574538559 " " y1[1] (numeric) = 0.8664007187517213 " " absolute error = 6.12978654501716800000000E-8 " " relative error = 7.075002185514430000000E-6 "%" h = 1.000E-3 " " "Finished!" "Maximum Time Reached before Solution Completed!" "diff ( y2 , x , 3 ) = m1 * cos(x) ;" "diff ( y1 , x , 1 ) = m1 * y2 + 1.0;" Iterations = 34 "Total Elapsed Time "= 16 Minutes 37 Seconds "Elapsed Time(since restart) "= 16 Minutes 36 Seconds "Expected Time Remaining "= 1 Days 14 Hours 30 Minutes 20 Seconds "Optimized Time Remaining "= 1 Days 14 Hours 28 Minutes 48 Seconds "Time to Timeout " Unknown Percent Done = 0.7142857142857149 "%" (%o52) true (%o52) diffeq.max