(%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, omniout_float(ALWAYS, "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, omniout_float(ALWAYS, "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, omniout_float(ALWAYS, "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, omniout_float(ALWAYS, "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), clock_sec : convfloat(clock_sec1) - convfloat(glob_clock_start_sec), left_sec : - convfloat(clock_sec1) + convfloat(glob_orig_start_sec) + convfloat(glob_max_sec), if glob_reached_optimal_h then (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), optimal_expect_sec : comp_expect_sec(convfloat(x_end), convfloat(x_start), convfloat(glob_h) + convfloat(array_x ), convfloat(opt_clock_sec)), 1 percent_done : comp_percent(convfloat(x_end), convfloat(x_start), convfloat(glob_h) + convfloat(array_x ))) 1 else (expect_sec : convfloat(0.0), optimal_expect_sec : convfloat(0.0)), omniout_str_noeol(INFO, "Total Elapsed Time "), omniout_timestr(convfloat(total_clock_sec)), omniout_str_noeol(INFO, "Elapsed Time(since restart) "), omniout_timestr(convfloat(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(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), clock_sec : convfloat(clock_sec1) - convfloat(glob_clock_start_sec), left_sec : - convfloat(clock_sec1) + convfloat(glob_orig_start_sec) + convfloat(glob_max_sec), if glob_reached_optimal_h then (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), optimal_expect_sec : comp_expect_sec(convfloat(x_end), convfloat(x_start), convfloat(glob_h) + convfloat(array_x ), convfloat(opt_clock_sec)), 1 percent_done : comp_percent(convfloat(x_end), convfloat(x_start), convfloat(glob_h) + convfloat(array_x ))) 1 else (expect_sec : convfloat(0.0), optimal_expect_sec : convfloat(0.0)), omniout_str_noeol(INFO, "Total Elapsed Time "), omniout_timestr(convfloat(total_clock_sec)), omniout_str_noeol(INFO, "Elapsed Time(since restart) "), omniout_timestr(convfloat(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(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 - 1 + n, while (m > 3) 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 : m - 1, ! 1, m - 2! array_y2_higher array_y2_higher 1, m 1, m - 1 if m > 3 then (rm0 : -----------------------, rm1 : -----------------------, array_y2_higher array_y2_higher 1, m - 1 1, m - 2 hdrc : convfloat(m - 1) rm0 - convfloat(m - 2) rm1, glob_h if abs(hdrc) > glob_small_float then (rcs : ------, hdrc convfloat(m - 1) rm0 ord_no : 2.0 - convfloat(m) + --------------------, array_real_pole : rcs, hdrc 1, 1 array_real_pole : ord_no) else (array_real_pole : glob_large_float, 1, 2 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 > 3) 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 : m - 1, ! 1, m - 2! array_y1_higher array_y1_higher 1, m 1, m - 1 if m > 3 then (rm0 : -----------------------, rm1 : -----------------------, array_y1_higher array_y1_higher 1, m - 1 1, m - 2 hdrc : convfloat(m - 1) rm0 - convfloat(m - 2) rm1, glob_h if abs(hdrc) > glob_small_float then (rcs : ------, hdrc convfloat(m - 1) rm0 ord_no : 2.0 - convfloat(m) + --------------------, array_real_pole : rcs, hdrc 2, 1 array_real_pole : ord_no) else (array_real_pole : glob_large_float, 2, 2 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 - 1 + glob_max_terms, 2, 2 cnt : 0, while (cnt < 5) and (n >= 1) 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 < 6 then (array_complex_pole : glob_large_float, 1, 1 array_complex_pole : glob_large_float), 1, 2 if (!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 >= 1) 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 < 6 then (array_complex_pole : glob_large_float, 2, 1 array_complex_pole : glob_large_float), 2, 2 if (!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, 1, 2 1, 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) 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, 1, 2 1, 2 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, if glob_display_flag 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, 1, 2 1, 2 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 , found : true, 1, 2 1, 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, 1, 1 1, 2 if glob_display_flag 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, 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, 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, if glob_display_flag 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, 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 , found : true, 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 if glob_display_flag then omniout_str(ALWAYS, "NO POLE")), array_pole : glob_large_float, array_pole : glob_large_float, 1 2 if array_pole > array_poles then (array_pole : array_poles , 1 1, 1 1 1, 1 array_pole : array_poles ), if array_pole > array_poles 2 1, 2 1 2, 1 then (array_pole : array_poles , array_pole : array_poles ), 1 2, 1 2 2, 2 display_pole()) (%o6) check_for_pole() := (n : glob_max_terms, m : - 1 - 1 + n, while (m > 3) 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 : m - 1, ! 1, m - 2! array_y2_higher array_y2_higher 1, m 1, m - 1 if m > 3 then (rm0 : -----------------------, rm1 : -----------------------, array_y2_higher array_y2_higher 1, m - 1 1, m - 2 hdrc : convfloat(m - 1) rm0 - convfloat(m - 2) rm1, glob_h if abs(hdrc) > glob_small_float then (rcs : ------, hdrc convfloat(m - 1) rm0 ord_no : 2.0 - convfloat(m) + --------------------, array_real_pole : rcs, hdrc 1, 1 array_real_pole : ord_no) else (array_real_pole : glob_large_float, 1, 2 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 > 3) 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 : m - 1, ! 1, m - 2! array_y1_higher array_y1_higher 1, m 1, m - 1 if m > 3 then (rm0 : -----------------------, rm1 : -----------------------, array_y1_higher array_y1_higher 1, m - 1 1, m - 2 hdrc : convfloat(m - 1) rm0 - convfloat(m - 2) rm1, glob_h if abs(hdrc) > glob_small_float then (rcs : ------, hdrc convfloat(m - 1) rm0 ord_no : 2.0 - convfloat(m) + --------------------, array_real_pole : rcs, hdrc 2, 1 array_real_pole : ord_no) else (array_real_pole : glob_large_float, 2, 2 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 - 1 + glob_max_terms, 2, 2 cnt : 0, while (cnt < 5) and (n >= 1) 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 < 6 then (array_complex_pole : glob_large_float, 1, 1 array_complex_pole : glob_large_float), 1, 2 if (!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 >= 1) 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 < 6 then (array_complex_pole : glob_large_float, 2, 1 array_complex_pole : glob_large_float), 2, 2 if (!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, 1, 2 1, 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) 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, 1, 2 1, 2 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, if glob_display_flag 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, 1, 2 1, 2 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 , found : true, 1, 2 1, 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, 1, 1 1, 2 if glob_display_flag 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, 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, 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, if glob_display_flag 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, 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 , found : true, 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 if glob_display_flag then omniout_str(ALWAYS, "NO POLE")), array_pole : glob_large_float, array_pole : glob_large_float, 1 2 if array_pole > array_poles then (array_pole : array_poles , 1 1, 1 1 1, 1 array_pole : array_poles ), if array_pole > array_poles 2 1, 2 1 2, 1 then (array_pole : array_poles , array_pole : array_poles ), 1 2, 1 2 2, 2 display_pole()) (%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 : array_y1_higher , 1 1, 1 array_tmp2 : array_tmp1 + array_const_0D0 , 1 1 1 if 1 <= glob_max_terms then (temporary : 1 array_tmp2 glob_h factorial_3(0, 1), array_y2 : temporary, 1 2 temporary 2.0 array_y2_higher : temporary, temporary : -------------, 1, 2 glob_h array_y2_higher : temporary), kkk : 2, array_tmp4 : array_y2_higher , 2, 1 1 1, 1 array_tmp5 : array_m1 array_tmp4 , if 1 <= glob_max_terms 1 1 1 1 then (temporary : array_tmp5 glob_h factorial_3(0, 1), 1 array_y1 : temporary, array_y1_higher : temporary, 2 1, 2 temporary 2.0 temporary : -------------, array_y1_higher : temporary), kkk : 2, glob_h 2, 1 array_tmp1 : array_y1_higher , array_tmp2 : 2 1, 2 2 array_tmp1 + array_const_0D0 , if 2 <= glob_max_terms 2 2 1 then (temporary : array_tmp2 glob_h factorial_3(1, 2), 2 array_y2 : temporary, array_y2_higher : temporary, 3 1, 3 temporary 2.0 temporary : -------------, array_y2_higher : temporary), kkk : 3, glob_h 2, 2 array_tmp4 : array_y2_higher , array_tmp5 : 2 1, 2 2 ats(2, array_m1, array_tmp4, 1), if 2 <= glob_max_terms 1 then (temporary : array_tmp5 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 : array_y1_higher , array_tmp2 : 3 1, 3 3 array_tmp1 + array_const_0D0 , if 3 <= glob_max_terms 3 3 1 then (temporary : array_tmp2 glob_h factorial_3(2, 3), 3 array_y2 : temporary, array_y2_higher : temporary, 4 1, 4 temporary 2.0 temporary : -------------, array_y2_higher : temporary), kkk : 4, glob_h 2, 3 array_tmp4 : array_y2_higher , array_tmp5 : 3 1, 3 3 ats(3, array_m1, array_tmp4, 1), if 3 <= glob_max_terms 1 then (temporary : array_tmp5 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 : array_y1_higher , array_tmp2 : 4 1, 4 4 array_tmp1 + array_const_0D0 , if 4 <= glob_max_terms 4 4 1 then (temporary : array_tmp2 glob_h factorial_3(3, 4), 4 array_y2 : temporary, array_y2_higher : temporary, 5 1, 5 temporary 2.0 temporary : -------------, array_y2_higher : temporary), kkk : 5, glob_h 2, 4 array_tmp4 : array_y2_higher , array_tmp5 : 4 1, 4 4 ats(4, array_m1, array_tmp4, 1), if 4 <= glob_max_terms 1 then (temporary : array_tmp5 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 : array_y1_higher , array_tmp2 : 5 1, 5 5 array_tmp1 + array_const_0D0 , if 5 <= glob_max_terms 5 5 1 then (temporary : array_tmp2 glob_h factorial_3(4, 5), 5 array_y2 : temporary, array_y2_higher : temporary, 6 1, 6 temporary 2.0 temporary : -------------, array_y2_higher : temporary), kkk : 6, glob_h 2, 5 array_tmp4 : array_y2_higher , array_tmp5 : 5 1, 5 5 ats(5, array_m1, array_tmp4, 1), if 5 <= glob_max_terms 1 then (temporary : array_tmp5 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 : array_y1_higher , kkk 1, kkk array_tmp2 : array_tmp1 + array_const_0D0 , order_d : 1, kkk kkk kkk if 1 + order_d + kkk <= glob_max_terms then (temporary : order_d array_tmp2 glob_h kkk -----------------------------------------, array_y2 : temporary, factorial_3(kkk - 1, - 1 + order_d + kkk) order_d + kkk array_y2_higher : temporary, term : - 1 + order_d + kkk, 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_tmp4 : array_y2_higher , kkk 1, kkk array_tmp5 : ats(kkk, array_m1, array_tmp4, 1), order_d : 1, kkk if 1 + order_d + kkk <= glob_max_terms then (temporary : order_d array_tmp5 glob_h kkk -----------------------------------------, array_y1 : temporary, factorial_3(kkk - 1, - 1 + order_d + kkk) order_d + kkk array_y1_higher : temporary, term : - 1 + order_d + kkk, 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 : array_y1_higher , 1 1, 1 array_tmp2 : array_tmp1 + array_const_0D0 , 1 1 1 if 1 <= glob_max_terms then (temporary : 1 array_tmp2 glob_h factorial_3(0, 1), array_y2 : temporary, 1 2 temporary 2.0 array_y2_higher : temporary, temporary : -------------, 1, 2 glob_h array_y2_higher : temporary), kkk : 2, array_tmp4 : array_y2_higher , 2, 1 1 1, 1 array_tmp5 : array_m1 array_tmp4 , if 1 <= glob_max_terms 1 1 1 1 then (temporary : array_tmp5 glob_h factorial_3(0, 1), 1 array_y1 : temporary, array_y1_higher : temporary, 2 1, 2 temporary 2.0 temporary : -------------, array_y1_higher : temporary), kkk : 2, glob_h 2, 1 array_tmp1 : array_y1_higher , array_tmp2 : 2 1, 2 2 array_tmp1 + array_const_0D0 , if 2 <= glob_max_terms 2 2 1 then (temporary : array_tmp2 glob_h factorial_3(1, 2), 2 array_y2 : temporary, array_y2_higher : temporary, 3 1, 3 temporary 2.0 temporary : -------------, array_y2_higher : temporary), kkk : 3, glob_h 2, 2 array_tmp4 : array_y2_higher , array_tmp5 : 2 1, 2 2 ats(2, array_m1, array_tmp4, 1), if 2 <= glob_max_terms 1 then (temporary : array_tmp5 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 : array_y1_higher , array_tmp2 : 3 1, 3 3 array_tmp1 + array_const_0D0 , if 3 <= glob_max_terms 3 3 1 then (temporary : array_tmp2 glob_h factorial_3(2, 3), 3 array_y2 : temporary, array_y2_higher : temporary, 4 1, 4 temporary 2.0 temporary : -------------, array_y2_higher : temporary), kkk : 4, glob_h 2, 3 array_tmp4 : array_y2_higher , array_tmp5 : 3 1, 3 3 ats(3, array_m1, array_tmp4, 1), if 3 <= glob_max_terms 1 then (temporary : array_tmp5 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 : array_y1_higher , array_tmp2 : 4 1, 4 4 array_tmp1 + array_const_0D0 , if 4 <= glob_max_terms 4 4 1 then (temporary : array_tmp2 glob_h factorial_3(3, 4), 4 array_y2 : temporary, array_y2_higher : temporary, 5 1, 5 temporary 2.0 temporary : -------------, array_y2_higher : temporary), kkk : 5, glob_h 2, 4 array_tmp4 : array_y2_higher , array_tmp5 : 4 1, 4 4 ats(4, array_m1, array_tmp4, 1), if 4 <= glob_max_terms 1 then (temporary : array_tmp5 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 : array_y1_higher , array_tmp2 : 5 1, 5 5 array_tmp1 + array_const_0D0 , if 5 <= glob_max_terms 5 5 1 then (temporary : array_tmp2 glob_h factorial_3(4, 5), 5 array_y2 : temporary, array_y2_higher : temporary, 6 1, 6 temporary 2.0 temporary : -------------, array_y2_higher : temporary), kkk : 6, glob_h 2, 5 array_tmp4 : array_y2_higher , array_tmp5 : 5 1, 5 5 ats(5, array_m1, array_tmp4, 1), if 5 <= glob_max_terms 1 then (temporary : array_tmp5 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 : array_y1_higher , kkk 1, kkk array_tmp2 : array_tmp1 + array_const_0D0 , order_d : 1, kkk kkk kkk if 1 + order_d + kkk <= glob_max_terms then (temporary : order_d array_tmp2 glob_h kkk -----------------------------------------, array_y2 : temporary, factorial_3(kkk - 1, - 1 + order_d + kkk) order_d + kkk array_y2_higher : temporary, term : - 1 + order_d + kkk, 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_tmp4 : array_y2_higher , kkk 1, kkk array_tmp5 : ats(kkk, array_m1, array_tmp4, 1), order_d : 1, kkk if 1 + order_d + kkk <= glob_max_terms then (temporary : order_d array_tmp5 glob_h kkk -----------------------------------------, array_y1 : temporary, factorial_3(kkk - 1, - 1 + order_d + kkk) order_d + kkk array_y1_higher : temporary, term : - 1 + order_d + kkk, 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) 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~%")) (%o19) 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~%")) (%i20) mode_declare(ats, bfloat) modedeclare: bfloat is not a built-in type; assuming it is a Maxima extension type. (%o20) [ats] (%i21) 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) (%o21) 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) (%i22) mode_declare(att, bfloat) modedeclare: bfloat is not a built-in type; assuming it is a Maxima extension type. (%o22) [att] (%i23) 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) (%o23) 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) (%i24) 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, 1 " "), omniout_float(ALWAYS, "Order of pole = ", 4, array_pole , 4, 2 " ")) (%o24) 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, 1 " "), omniout_float(ALWAYS, "Order of pole = ", 4, array_pole , 4, 2 " ")) (%i25) 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()) (%o25) 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()) (%i26) mode_declare(comp_expect_sec, bfloat) modedeclare: bfloat is not a built-in type; assuming it is a Maxima extension type. (%o26) [comp_expect_sec] (%i27) 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) > glob_small_float sub1 then (rrr : ----, sec_left : rrr ms2 - ms2) else sec_left : - 1.0), sec_left) sub2 (%o27) 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) > glob_small_float sub1 then (rrr : ----, sec_left : rrr ms2 - ms2) else sec_left : - 1.0), sec_left) sub2 (%i28) mode_declare(comp_percent, bfloat) modedeclare: bfloat is not a built-in type; assuming it is a Maxima extension type. (%o28) [comp_percent] (%i29) 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 (%o29) 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 (%i30) mode_declare(factorial_1, bfloat) modedeclare: bfloat is not a built-in type; assuming it is a Maxima extension type. (%o30) [factorial_1] (%i31) factorial_1(nnn) := nnn! (%o31) factorial_1(nnn) := nnn! (%i32) mode_declare(factorial_3, bfloat) modedeclare: bfloat is not a built-in type; assuming it is a Maxima extension type. (%o32) [factorial_3] mmm2! (%i33) factorial_3(mmm2, nnn2) := ----- nnn2! mmm2! (%o33) factorial_3(mmm2, nnn2) := ----- nnn2! (%i34) convfp(mmm) := mmm (%o34) convfp(mmm) := mmm (%i35) convfloat(mmm) := mmm (%o35) convfloat(mmm) := mmm (%i36) elapsed_time_seconds() := (t : elapsed_real_time(), t) (%o36) elapsed_time_seconds() := (t : elapsed_real_time(), t) (%i37) exact_soln_y1(x) := cos(x) (%o37) exact_soln_y1(x) := cos(x) (%i38) exact_soln_y2(x) := sin(x) (%o38) exact_soln_y2(x) := sin(x) (%i39) mainprog() := (define_variable(ALWAYS, 1, fixnum), define_variable(glob_iolevel, 5, fixnum), define_variable(DEBUGL, 3, fixnum), define_variable(DEBUGMASSIVE, 4, fixnum), define_variable(INFO, 2, fixnum), define_variable(glob_max_terms, 30, fixnum), define_variable(glob_max_minutes, 0.0, float), define_variable(glob_current_iter, 0, fixnum), define_variable(glob_optimal_start, 0.0, float), define_variable(glob_max_trunc_err, 1.0E-11, float), define_variable(glob_hmax, 1.0, float), define_variable(glob_not_yet_finished, true, boolean), define_variable(glob_clock_start_sec, 0.0, float), define_variable(glob_smallish_float, 1.0E-101, float), define_variable(glob_max_order, 30, fixnum), define_variable(glob_abserr, 1.0E-11, float), define_variable(glob_large_float, 9.0E+100, float), define_variable(glob_optimal_done, false, boolean), define_variable(glob_display_flag, true, boolean), define_variable(glob_max_opt_iter, 10, fixnum), define_variable(glob_last_good_h, 0.1, float), define_variable(glob_h, 0.1, float), define_variable(glob_clock_sec, 0.0, float), define_variable(glob_dump, false, boolean), define_variable(glob_normmax, 0.0, float), define_variable(glob_warned, false, boolean), define_variable(glob_log10_abserr, 1.0E-11, float), define_variable(MAX_UNCHANGED, 10, fixnum), define_variable(glob_max_sec, 10000.0, float), define_variable(glob_max_hours, 0.0, float), define_variable(glob_log10_relerr, 1.0E-11, float), define_variable(glob_reached_optimal_h, false, boolean), define_variable(years_in_century, 100.0, float), define_variable(hours_in_day, 24.0, float), define_variable(glob_log10normmin, 0.1, float), define_variable(glob_log10relerr, 0.0, float), define_variable(glob_log10abserr, 0.0, float), define_variable(glob_orig_start_sec, 0.0, float), define_variable(glob_dump_analytic, false, boolean), define_variable(glob_not_yet_start_msg, true, boolean), define_variable(glob_almost_1, 0.999, float), define_variable(glob_iter, 0, fixnum), define_variable(glob_warned2, false, boolean), define_variable(glob_max_rel_trunc_err, 1.0E-11, float), define_variable(glob_max_iter, 1000, fixnum), define_variable(glob_hmin_init, 0.001, float), define_variable(glob_hmin, 1.0E-11, float), define_variable(glob_initial_pass, true, boolean), define_variable(centuries_in_millinium, 10.0, float), define_variable(days_in_year, 365.0, float), define_variable(djd_debug, true, boolean), define_variable(glob_start, 0, fixnum), define_variable(glob_optimal_clock_start_sec, 0.0, float), define_variable(min_in_hour, 60.0, float), define_variable(glob_unchanged_h_cnt, 0, fixnum), define_variable(glob_no_eqs, 0, fixnum), define_variable(sec_in_min, 60.0, float), define_variable(glob_curr_iter_when_opt, 0, fixnum), define_variable(glob_relerr, 1.0E-11, float), define_variable(glob_look_poles, false, boolean), define_variable(glob_disp_incr, 0.1, float), define_variable(djd_debug2, true, boolean), define_variable(glob_small_float, 1.0E-51, float), ALWAYS : 1, INFO : 2, DEBUGL : 3, DEBUGMASSIVE : 4, glob_iolevel : INFO, glob_orig_start_sec : elapsed_time_seconds(), MAX_UNCHANGED : 10, glob_curr_iter_when_opt : 0, glob_display_flag : true, glob_max_order : 1, 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, "##############mtest2max.ode#################"), omniout_str(ALWAYS, "diff ( y2 , x , 1 ) = diff( y1 , x , 0 );"), omniout_str(ALWAYS, "diff ( y1 , x , 1 ) = m1 * diff( y2 , x , 0 ) ;"), omniout_str(ALWAYS, "!"), omniout_str(ALWAYS, "max_terms : 30,"), omniout_str(ALWAYS, "!"), omniout_str(ALWAYS, "x_start : 0.1,"), omniout_str(ALWAYS, "x_end : 10.0,"), omniout_str(ALWAYS, "array_y1_init[1] : exact_soln_y1(x_start),"), omniout_str(ALWAYS, "array_y2_init[1] : exact_soln_y2(x_start),"), omniout_str(ALWAYS, "glob_h : 0.00001 ,"), omniout_str(ALWAYS, "glob_look_poles : true,"), omniout_str(ALWAYS, "glob_max_iter : 10,"), omniout_str(ALWAYS, "!"), omniout_str(ALWAYS, "exact_soln_y1(x) := ("), omniout_str(ALWAYS, "cos(x)"), omniout_str(ALWAYS, ");"), omniout_str(ALWAYS, "exact_soln_y2(x) := ("), omniout_str(ALWAYS, "sin(x)"), omniout_str(ALWAYS, ");"), omniout_str(ALWAYS, ""), omniout_str(ALWAYS, ""), 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, max_terms : 30, glob_max_terms : 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_pole, 1 + max_terms), array(array_m1, 1 + max_terms), array(array_y2, 1 + max_terms), array(array_x, 1 + max_terms), array(array_y1, 1 + max_terms), array(array_y1_init, 1 + max_terms), array(array_y2_init, 1 + max_terms), array(array_norms, 1 + max_terms), array(array_complex_pole, 1 + 2, 1 + 3), array(array_y2_higher, 1 + 2, 1 + max_terms), array(array_y2_higher_work2, 1 + 2, 1 + max_terms), array(array_real_pole, 1 + 2, 1 + 3), array(array_y1_higher, 1 + 2, 1 + max_terms), array(array_y1_higher_work2, 1 + 2, 1 + max_terms), array(array_poles, 1 + 2, 1 + 3), array(array_y2_higher_work, 1 + 2, 1 + max_terms), array(array_y1_higher_work, 1 + 2, 1 + max_terms), term : 1, while term <= max_terms do (array_tmp0 : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_tmp1 : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_tmp2 : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_tmp3 : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_tmp4 : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_tmp5 : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_pole : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_m1 : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_y2 : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_x : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_y1 : 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_init : 0.0, term term : 1 + term), term : 1, while term <= max_terms do (array_norms : 0.0, term : 1 + term), ord : 1, term while ord <= 2 do (term : 1, while term <= 3 do (array_complex_pole : 0.0, term : 1 + term), ord : 1 + ord), ord, term ord : 1, while ord <= 2 do (term : 1, while term <= max_terms do (array_y2_higher : 0.0, term : 1 + term), ord, term ord : 1 + ord), ord : 1, while ord <= 2 do (term : 1, while term <= max_terms do (array_y2_higher_work2 : 0.0, ord, term term : 1 + 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 : 1 + ord), ord, term 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 <= 2 do (term : 1, while term <= max_terms do (array_y1_higher_work2 : 0.0, ord, term term : 1 + term), ord : 1 + ord), ord : 1, while ord <= 2 do (term : 1, while term <= 3 do (array_poles : 0.0, ord, term term : 1 + term), ord : 1 + ord), ord : 1, while ord <= 2 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_work : 0.0, ord, term term : 1 + term), ord : 1 + ord), array(array_tmp5, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_tmp5 : 0.0, term term : 1 + 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_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_x, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_x : 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_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_0, 1 + 1 + max_terms), term : 1, 1 while term <= 1 + max_terms do (array_const_0 : 0.0, term : 1 + term), term array_const_0 : 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_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, x_start : 0.1, x_end : 10.0, 1 array_y1_init : exact_soln_y1(x_start), 1 array_y2_init : exact_soln_y2(x_start), glob_h : 1.0E-5, 1 glob_look_poles : true, glob_max_iter : 10, 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(), omniout_str(ALWAYS, "START of Soultion"), array_x : x_start, 1 array_x : glob_h, order_diff : 1, 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, sub_iter : 1, while sub_iter <= 2 do (atomall(), sub_iter : 1 + sub_iter), if glob_look_poles then check_for_pole(), array_x : glob_h + array_x , 1 1 array_x : glob_h, order_diff : 1, order_diff : 1, order_diff : 1, ord : 2, 2 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), order_diff : 1, factorial_3(iii - calc_term, iii - 1) temp_sum : 0.0, 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, calc_term convfp(calc_term - 1)! order_diff : 1, ord : 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), order_diff : 1, factorial_3(iii - calc_term, iii - 1) temp_sum : 0.0, 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, calc_term convfp(calc_term - 1)! order_diff : 1, ord : 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), order_diff : 1, factorial_3(iii - calc_term, iii - 1) temp_sum : 0.0, 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 convfp(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, order_diff : 1, 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), order_diff : 1, factorial_3(iii - calc_term, iii - 1) temp_sum : 0.0, 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, calc_term convfp(calc_term - 1)! order_diff : 1, ord : 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), order_diff : 1, factorial_3(iii - calc_term, iii - 1) temp_sum : 0.0, 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, calc_term convfp(calc_term - 1)! order_diff : 1, ord : 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), order_diff : 1, factorial_3(iii - calc_term, iii - 1) temp_sum : 0.0, 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 convfp(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_int(INFO, "Iterations ", 32, glob_iter, 4, " "), prog_report(x_start, x_end)) (%o39) mainprog() := (define_variable(ALWAYS, 1, fixnum), define_variable(glob_iolevel, 5, fixnum), define_variable(DEBUGL, 3, fixnum), define_variable(DEBUGMASSIVE, 4, fixnum), define_variable(INFO, 2, fixnum), define_variable(glob_max_terms, 30, fixnum), define_variable(glob_max_minutes, 0.0, float), define_variable(glob_current_iter, 0, fixnum), define_variable(glob_optimal_start, 0.0, float), define_variable(glob_max_trunc_err, 1.0E-11, float), define_variable(glob_hmax, 1.0, float), define_variable(glob_not_yet_finished, true, boolean), define_variable(glob_clock_start_sec, 0.0, float), define_variable(glob_smallish_float, 1.0E-101, float), define_variable(glob_max_order, 30, fixnum), define_variable(glob_abserr, 1.0E-11, float), define_variable(glob_large_float, 9.0E+100, float), define_variable(glob_optimal_done, false, boolean), define_variable(glob_display_flag, true, boolean), define_variable(glob_max_opt_iter, 10, fixnum), define_variable(glob_last_good_h, 0.1, float), define_variable(glob_h, 0.1, float), define_variable(glob_clock_sec, 0.0, float), define_variable(glob_dump, false, boolean), define_variable(glob_normmax, 0.0, float), define_variable(glob_warned, false, boolean), define_variable(glob_log10_abserr, 1.0E-11, float), define_variable(MAX_UNCHANGED, 10, fixnum), define_variable(glob_max_sec, 10000.0, float), define_variable(glob_max_hours, 0.0, float), define_variable(glob_log10_relerr, 1.0E-11, float), define_variable(glob_reached_optimal_h, false, boolean), define_variable(years_in_century, 100.0, float), define_variable(hours_in_day, 24.0, float), define_variable(glob_log10normmin, 0.1, float), define_variable(glob_log10relerr, 0.0, float), define_variable(glob_log10abserr, 0.0, float), define_variable(glob_orig_start_sec, 0.0, float), define_variable(glob_dump_analytic, false, boolean), define_variable(glob_not_yet_start_msg, true, boolean), define_variable(glob_almost_1, 0.999, float), define_variable(glob_iter, 0, fixnum), define_variable(glob_warned2, false, boolean), define_variable(glob_max_rel_trunc_err, 1.0E-11, float), define_variable(glob_max_iter, 1000, fixnum), define_variable(glob_hmin_init, 0.001, float), define_variable(glob_hmin, 1.0E-11, float), define_variable(glob_initial_pass, true, boolean), define_variable(centuries_in_millinium, 10.0, float), define_variable(days_in_year, 365.0, float), define_variable(djd_debug, true, boolean), define_variable(glob_start, 0, fixnum), define_variable(glob_optimal_clock_start_sec, 0.0, float), define_variable(min_in_hour, 60.0, float), define_variable(glob_unchanged_h_cnt, 0, fixnum), define_variable(glob_no_eqs, 0, fixnum), define_variable(sec_in_min, 60.0, float), define_variable(glob_curr_iter_when_opt, 0, fixnum), define_variable(glob_relerr, 1.0E-11, float), define_variable(glob_look_poles, false, boolean), define_variable(glob_disp_incr, 0.1, float), define_variable(djd_debug2, true, boolean), define_variable(glob_small_float, 1.0E-51, float), ALWAYS : 1, INFO : 2, DEBUGL : 3, DEBUGMASSIVE : 4, glob_iolevel : INFO, glob_orig_start_sec : elapsed_time_seconds(), MAX_UNCHANGED : 10, glob_curr_iter_when_opt : 0, glob_display_flag : true, glob_max_order : 1, 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, "##############mtest2max.ode#################"), omniout_str(ALWAYS, "diff ( y2 , x , 1 ) = diff( y1 , x , 0 );"), omniout_str(ALWAYS, "diff ( y1 , x , 1 ) = m1 * diff( y2 , x , 0 ) ;"), omniout_str(ALWAYS, "!"), omniout_str(ALWAYS, "max_terms : 30,"), omniout_str(ALWAYS, "!"), omniout_str(ALWAYS, "x_start : 0.1,"), omniout_str(ALWAYS, "x_end : 10.0,"), omniout_str(ALWAYS, "array_y1_init[1] : exact_soln_y1(x_start),"), omniout_str(ALWAYS, "array_y2_init[1] : exact_soln_y2(x_start),"), omniout_str(ALWAYS, "glob_h : 0.00001 ,"), omniout_str(ALWAYS, "glob_look_poles : true,"), omniout_str(ALWAYS, "glob_max_iter : 10,"), omniout_str(ALWAYS, "!"), omniout_str(ALWAYS, "exact_soln_y1(x) := ("), omniout_str(ALWAYS, "cos(x)"), omniout_str(ALWAYS, ");"), omniout_str(ALWAYS, "exact_soln_y2(x) := ("), omniout_str(ALWAYS, "sin(x)"), omniout_str(ALWAYS, ");"), omniout_str(ALWAYS, ""), omniout_str(ALWAYS, ""), 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, max_terms : 30, glob_max_terms : 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_pole, 1 + max_terms), array(array_m1, 1 + max_terms), array(array_y2, 1 + max_terms), array(array_x, 1 + max_terms), array(array_y1, 1 + max_terms), array(array_y1_init, 1 + max_terms), array(array_y2_init, 1 + max_terms), array(array_norms, 1 + max_terms), array(array_complex_pole, 1 + 2, 1 + 3), array(array_y2_higher, 1 + 2, 1 + max_terms), array(array_y2_higher_work2, 1 + 2, 1 + max_terms), array(array_real_pole, 1 + 2, 1 + 3), array(array_y1_higher, 1 + 2, 1 + max_terms), array(array_y1_higher_work2, 1 + 2, 1 + max_terms), array(array_poles, 1 + 2, 1 + 3), array(array_y2_higher_work, 1 + 2, 1 + max_terms), array(array_y1_higher_work, 1 + 2, 1 + max_terms), term : 1, while term <= max_terms do (array_tmp0 : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_tmp1 : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_tmp2 : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_tmp3 : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_tmp4 : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_tmp5 : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_pole : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_m1 : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_y2 : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_x : 0.0, term : 1 + term), term : 1, term while term <= max_terms do (array_y1 : 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_init : 0.0, term term : 1 + term), term : 1, while term <= max_terms do (array_norms : 0.0, term : 1 + term), ord : 1, term while ord <= 2 do (term : 1, while term <= 3 do (array_complex_pole : 0.0, term : 1 + term), ord : 1 + ord), ord, term ord : 1, while ord <= 2 do (term : 1, while term <= max_terms do (array_y2_higher : 0.0, term : 1 + term), ord, term ord : 1 + ord), ord : 1, while ord <= 2 do (term : 1, while term <= max_terms do (array_y2_higher_work2 : 0.0, ord, term term : 1 + 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 : 1 + ord), ord, term 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 <= 2 do (term : 1, while term <= max_terms do (array_y1_higher_work2 : 0.0, ord, term term : 1 + term), ord : 1 + ord), ord : 1, while ord <= 2 do (term : 1, while term <= 3 do (array_poles : 0.0, ord, term term : 1 + term), ord : 1 + ord), ord : 1, while ord <= 2 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_work : 0.0, ord, term term : 1 + term), ord : 1 + ord), array(array_tmp5, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_tmp5 : 0.0, term term : 1 + 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_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_x, 1 + 1 + max_terms), term : 1, while term <= 1 + max_terms do (array_x : 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_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_0, 1 + 1 + max_terms), term : 1, 1 while term <= 1 + max_terms do (array_const_0 : 0.0, term : 1 + term), term array_const_0 : 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_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, x_start : 0.1, x_end : 10.0, 1 array_y1_init : exact_soln_y1(x_start), 1 array_y2_init : exact_soln_y2(x_start), glob_h : 1.0E-5, 1 glob_look_poles : true, glob_max_iter : 10, 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(), omniout_str(ALWAYS, "START of Soultion"), array_x : x_start, 1 array_x : glob_h, order_diff : 1, 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, sub_iter : 1, while sub_iter <= 2 do (atomall(), sub_iter : 1 + sub_iter), if glob_look_poles then check_for_pole(), array_x : glob_h + array_x , 1 1 array_x : glob_h, order_diff : 1, order_diff : 1, order_diff : 1, ord : 2, 2 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), order_diff : 1, factorial_3(iii - calc_term, iii - 1) temp_sum : 0.0, 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, calc_term convfp(calc_term - 1)! order_diff : 1, ord : 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), order_diff : 1, factorial_3(iii - calc_term, iii - 1) temp_sum : 0.0, 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, calc_term convfp(calc_term - 1)! order_diff : 1, ord : 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), order_diff : 1, factorial_3(iii - calc_term, iii - 1) temp_sum : 0.0, 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 convfp(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, order_diff : 1, 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), order_diff : 1, factorial_3(iii - calc_term, iii - 1) temp_sum : 0.0, 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, calc_term convfp(calc_term - 1)! order_diff : 1, ord : 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), order_diff : 1, factorial_3(iii - calc_term, iii - 1) temp_sum : 0.0, 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, calc_term convfp(calc_term - 1)! order_diff : 1, ord : 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), order_diff : 1, factorial_3(iii - calc_term, iii - 1) temp_sum : 0.0, 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 convfp(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_int(INFO, "Iterations ", 32, glob_iter, 4, " "), prog_report(x_start, x_end)) (%i40) mainprog() "##############ECHO OF PROBLEM#################" "##############mtest2max.ode#################" "diff ( y2 , x , 1 ) = diff( y1 , x , 0 );" "diff ( y1 , x , 1 ) = m1 * diff( y2 , x , 0 ) ;" "!" "max_terms : 30," "!" "x_start : 0.1," "x_end : 10.0," "array_y1_init[1] : exact_soln_y1(x_start)," "array_y2_init[1] : exact_soln_y2(x_start)," "glob_h : 0.00001 ," "glob_look_poles : true," "glob_max_iter : 10," "!" "exact_soln_y1(x) := (" "cos(x)" ");" "exact_soln_y2(x) := (" "sin(x)" ");" "" "" "#######END OF ECHO OF PROBLEM#################" "START of Soultion" x[1] = 0.1 " " y2[1] (analytic) = 9.98334166468281500E-2 " " y2[1] (numeric) = 9.98334166468281500E-2 " " absolute error = 0.0 " " relative error = 0.0 "%" h = 1.00000E-5 " " y1[1] (analytic) = 0.9950041652780258 " " y1[1] (numeric) = 0.9950041652780258 " " absolute error = 0.0 " " relative error = 0.0 "%" h = 1.00000E-5 " " x[1] = 0.1 " " y2[1] (analytic) = 9.98334166468281500E-2 " " y2[1] (numeric) = 9.98334166468281500E-2 " " absolute error = 0.0 " " relative error = 0.0 "%" h = 1.00000E-5 " " y1[1] (analytic) = 0.9950041652780258 " " y1[1] (numeric) = 0.9950041652780258 " " absolute error = 0.0 " " relative error = 0.0 "%" h = 1.00000E-5 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.10001 " " y2[1] (analytic) = 9.9843366683489100E-2 " " y2[1] (numeric) = 9.9843366683489100E-2 " " absolute error = 0.0 " " relative error = 0.0 "%" h = 1.00000E-5 " " y1[1] (analytic) = 0.9950031668941091 " " y1[1] (numeric) = 0.9950031668941092 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 1.115798483426645700000000000000E-14 "%" h = 1.00000E-5 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.10002 " " y2[1] (analytic) = 9.9853316710165710E-2 " " y2[1] (numeric) = 9.9853316710165710E-2 " " absolute error = 0.0 " " relative error = 0.0 "%" h = 1.00000E-5 " " y1[1] (analytic) = 0.9950021684106921 " " y1[1] (numeric) = 0.9950021684106922 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 1.11579960312901200000000000000E-14 "%" h = 1.00000E-5 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.10003 " " y2[1] (analytic) = 9.98632667268569700E-2 " " y2[1] (numeric) = 9.98632667268569800E-2 " " absolute error = 1.387778780781445700000000000000000E-17 " " relative error = 1.389678934274458400000000000000E-14 "%" h = 1.00000E-5 " " y1[1] (analytic) = 0.995001169827775 " " y1[1] (numeric) = 0.995001169827775 " " absolute error = 0.0 " " relative error = 0.0 "%" h = 1.00000E-5 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.10003999999999999 " " y2[1] (analytic) = 9.98732167335619200E-2 " " y2[1] (numeric) = 9.98732167335619300E-2 " " absolute error = 1.387778780781445700000000000000000E-17 " " relative error = 1.389540485597565700000000000000E-14 "%" h = 1.00000E-5 " " y1[1] (analytic) = 0.9950001711453577 " " y1[1] (numeric) = 0.9950001711453577 " " absolute error = 0.0 " " relative error = 0.0 "%" h = 1.00000E-5 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.10004999999999999 " " y2[1] (analytic) = 9.98831667302795400E-2 " " y2[1] (numeric) = 9.98831667302795500E-2 " " absolute error = 1.387778780781445700000000000000000E-17 " " relative error = 1.389402064643131800000000000000E-14 "%" h = 1.00000E-5 " " y1[1] (analytic) = 0.9949991723634403 " " y1[1] (numeric) = 0.9949991723634404 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 1.115802962919077600000000000000E-14 "%" h = 1.00000E-5 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.10005999999999998 " " y2[1] (analytic) = 9.98931167170088500E-2 " " y2[1] (numeric) = 9.98931167170088600E-2 " " absolute error = 1.387778780781445700000000000000000E-17 " " relative error = 1.389263671402844500000000000000E-14 "%" h = 1.00000E-5 " " y1[1] (analytic) = 0.994998173482023 " " y1[1] (numeric) = 0.9949981734820231 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 1.115804083076756800000000000000E-14 "%" h = 1.00000E-5 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.10006999999999998 " " y2[1] (analytic) = 9.99030666937488300E-2 " " y2[1] (numeric) = 9.99030666937488700E-2 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 2.77825061173679100000000000000E-14 "%" h = 1.00000E-5 " " y1[1] (analytic) = 0.994997174501106 " " y1[1] (numeric) = 0.994997174501106 " " absolute error = 0.0 " " relative error = 0.0 "%" h = 1.00000E-5 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.10007999999999997 " " y2[1] (analytic) = 9.99130166604985200E-2 " " y2[1] (numeric) = 9.99130166604985500E-2 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 2.777973936062959600000000000000E-14 "%" h = 1.00000E-5 " " y1[1] (analytic) = 0.9949961754206892 " " y1[1] (numeric) = 0.9949961754206893 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 1.115806323733605100000000000000E-14 "%" h = 1.00000E-5 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.10008999999999997 " " y2[1] (analytic) = 9.99229666172569100E-2 " " y2[1] (numeric) = 9.99229666172569500E-2 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 2.77769731576759100000000000000E-14 "%" h = 1.00000E-5 " " y1[1] (analytic) = 0.9949951762407728 " " y1[1] (numeric) = 0.9949951762407729 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 1.115807444232775300000000000000E-14 "%" h = 1.00000E-5 " " " " "TOP MAIN SOLVE Loop" "NO POLE" "NO POLE" x[1] = 0.10009999999999997 " " y2[1] (analytic) = 9.993291656402301E-2 " " y2[1] (numeric) = 9.99329165640230300E-2 " " absolute error = 2.775557561562891400000000000000000E-17 " " relative error = 2.77742075083408870000000000000E-14 "%" h = 1.00000E-5 " " y1[1] (analytic) = 0.994994176961357 " " y1[1] (numeric) = 0.9949941769613571 " " absolute error = 1.11022302462515650000000000000000E-16 " " relative error = 1.115808564845776800000000000000E-14 "%" h = 1.00000E-5 " " "Finished!" "Maximum Iterations Reached before Solution Completed!" Iterations = 10 "Total Elapsed Time "= 5 Seconds "Elapsed Time(since restart) "= 5 Seconds "Expected Time Remaining "= 5 Days 17 Hours 9 Minutes 57 Seconds "Optimized Time Remaining "= 5 Days 11 Hours 54 Minutes 19 Seconds "Time to Timeout "= 14 Minutes 54 Seconds Percent Done = 1.1111111111106803000E-3 "%" (%o40) false (%o40) diffeq.max