|\^/| Maple 11 (IBM INTEL LINUX) ._|\| |/|_. Copyright (c) Maplesoft, a division of Waterloo Maple Inc. 2007 \ MAPLE / All rights reserved. Maple is a trademark of <____ ____> Waterloo Maple Inc. | Type ? for help. > #BEGIN OUTFILE1 > # Begin Function number 3 > display_poles := proc() > global ALWAYS,glob_display_flag, glob_large_float, array_pole, glob_type_given_pole,array_given_rad_poles,array_given_ord_poles, array_complex_poles,array_poles,array_real_poles,array_x ; > local rad_given; > if (glob_type_given_pole = 4) then # if number 1 > rad_given := sqrt(expt(array_x[1] - array_given_rad_poles[1,1],2.0) + expt(array_given_rad_poles[1,2],2.0)) ; > omniout_float(ALWAYS,"Radius of convergence (given) for eq 1 ",4, rad_given,4," "); > omniout_float(ALWAYS,"Order of pole (given) ",4, array_given_ord_poles[1,1],4," "); > elif > (glob_type_given_pole = 3) then # if number 2 > omniout_str(ALWAYS,"NO POLE (given) for Equation 1"); > else > omniout_str(ALWAYS,"NO INFO (given) for Equation 1"); > fi;# end if 2; > if (array_poles[1,1] <> glob_large_float) then # if number 2 > omniout_float(ALWAYS,"Radius of convergence (ratio test) for eq 1 ",4, array_poles[1,1],4," "); > omniout_str(ALWAYS,"Order of pole (ratio test) Not computed"); > else > omniout_str(ALWAYS,"NO POLE (ratio test) for Equation 1"); > fi;# end if 2; > if ((array_real_poles[1,1] > 0.0) and (array_real_poles[1,1] <> glob_large_float)) then # if number 2 > omniout_float(ALWAYS,"Radius of convergence (three term test) for eq 1 ",4, array_real_poles[1,1],4," "); > omniout_float(ALWAYS,"Order of pole (three term test) ",4, array_real_poles[1,2],4," "); > else > omniout_str(ALWAYS,"NO REAL POLE (three term test) for Equation 1"); > fi;# end if 2; > if ((array_complex_poles[1,1] > 0.0) and (array_complex_poles[1,1] <> glob_large_float)) then # if number 2 > omniout_float(ALWAYS,"Radius of convergence (six term test) for eq 1 ",4, array_complex_poles[1,1],4," "); > omniout_float(ALWAYS,"Order of pole (six term test) ",4, array_complex_poles[1,2],4," "); > else > omniout_str(ALWAYS,"NO COMPLEX POLE (six term test) for Equation 1"); > fi;# end if 2 > ; > end; display_poles := proc() local rad_given; global ALWAYS, glob_display_flag, glob_large_float, array_pole, glob_type_given_pole, array_given_rad_poles, array_given_ord_poles, array_complex_poles, array_poles, array_real_poles, array_x; if glob_type_given_pole = 4 then rad_given := sqrt( expt(array_x[1] - array_given_rad_poles[1, 1], 2.0) + expt(array_given_rad_poles[1, 2], 2.0)); omniout_float(ALWAYS, "Radius of convergence (given) for eq 1 ", 4, rad_given, 4, " "); omniout_float(ALWAYS, "Order of pole (given) ", 4, array_given_ord_poles[1, 1], 4, " ") elif glob_type_given_pole = 3 then omniout_str(ALWAYS, "NO POLE (given) for Equation 1") else omniout_str(ALWAYS, "NO INFO (given) for Equation 1") end if; if array_poles[1, 1] <> glob_large_float then omniout_float(ALWAYS, "Radius of convergence (ratio test) for eq 1 ", 4, array_poles[1, 1], 4, " "); omniout_str(ALWAYS, "Order of pole (ratio test) \ Not computed") else omniout_str(ALWAYS, "NO POLE (ratio test) for Equation 1") end if; if 0. < array_real_poles[1, 1] and array_real_poles[1, 1] <> glob_large_float then omniout_float(ALWAYS, "Radius of convergence (three term test) for eq 1 ", 4, array_real_poles[1, 1], 4, " "); omniout_float(ALWAYS, "Order of pole (three term test) ", 4, array_real_poles[1, 2], 4, " ") else omniout_str(ALWAYS, "NO REAL POLE (three term test) for Equation 1") end if; if 0. < array_complex_poles[1, 1] and array_complex_poles[1, 1] <> glob_large_float then omniout_float(ALWAYS, "Radius of convergence (six term test) for eq 1 ", 4, array_complex_poles[1, 1], 4, " "); omniout_float(ALWAYS, "Order of pole (six term test) ", 4, array_complex_poles[1, 2], 4, " ") else omniout_str(ALWAYS, "NO COMPLEX POLE (six term test) for Equation 1") end if end proc > # End Function number 3 > # Begin Function number 4 > check_sign := proc( x0 ,xf) > local ret; > if (xf > x0) then # if number 2 > ret := 1.0; > else > ret := -1.0; > fi;# end if 2; > ret;; > end; check_sign := proc(x0, xf) local ret; if x0 < xf then ret := 1.0 else ret := -1.0 end if; ret end proc > # End Function number 4 > # Begin Function number 5 > est_size_answer := proc() > global > glob_max_terms, > glob_iolevel, > glob_yes_pole, > glob_no_pole, > glob_not_given, > ALWAYS, > INFO, > DEBUGL, > DEBUGMASSIVE, > #Top Generate Globals Decl > MAX_UNCHANGED, > glob_check_sign, > glob_desired_digits_correct, > glob_max_estimated_step_error, > glob_ratio_of_radius, > glob_percent_done, > glob_subiter_method, > glob_total_exp_sec, > glob_optimal_expect_sec, > glob_html_log, > glob_good_digits, > glob_max_opt_iter, > glob_dump, > glob_djd_debug, > glob_display_flag, > glob_djd_debug2, > glob_sec_in_minute, > glob_min_in_hour, > glob_hours_in_day, > glob_days_in_year, > glob_sec_in_hour, > glob_sec_in_day, > glob_sec_in_year, > glob_almost_1, > glob_clock_sec, > glob_clock_start_sec, > glob_not_yet_finished, > glob_initial_pass, > glob_not_yet_start_msg, > glob_reached_optimal_h, > glob_optimal_done, > glob_disp_incr, > glob_h, > glob_max_h, > glob_min_h, > glob_type_given_pole, > glob_large_float, > glob_last_good_h, > glob_look_poles, > glob_neg_h, > glob_display_interval, > glob_next_display, > glob_dump_analytic, > glob_abserr, > glob_relerr, > glob_max_hours, > glob_max_iter, > glob_max_rel_trunc_err, > glob_max_trunc_err, > glob_no_eqs, > glob_optimal_clock_start_sec, > glob_optimal_start, > glob_small_float, > glob_smallish_float, > glob_unchanged_h_cnt, > glob_warned, > glob_warned2, > glob_max_sec, > glob_orig_start_sec, > glob_start, > glob_curr_iter_when_opt, > glob_current_iter, > glob_iter, > glob_normmax, > glob_max_minutes, > #Bottom Generate Globals Decl > #BEGIN CONST > array_const_1, > array_const_0D0, > array_const_0D3, > array_const_0D1, > array_const_0D2, > #END CONST > array_y_init, > array_norms, > array_fact_1, > array_pole, > array_real_pole, > array_complex_pole, > array_1st_rel_error, > array_last_rel_error, > array_type_pole, > array_type_real_pole, > array_type_complex_pole, > array_y, > array_x, > array_tmp0, > array_tmp1, > array_tmp2, > array_tmp3_g, > array_tmp3, > array_tmp4, > array_tmp5, > array_tmp6, > array_tmp7, > array_m1, > array_y_higher, > array_y_higher_work, > array_y_higher_work2, > array_y_set_initial, > array_poles, > array_given_rad_poles, > array_given_ord_poles, > array_real_poles, > array_complex_poles, > array_fact_2, > glob_last; > local min_size; > min_size := glob_large_float; > if (omniabs(array_y[1]) < min_size) then # if number 2 > min_size := omniabs(array_y[1]); > omniout_float(ALWAYS,"min_size",32,min_size,32,""); > fi;# end if 2; > if (min_size < 1.0) then # if number 2 > min_size := 1.0; > omniout_float(ALWAYS,"min_size",32,min_size,32,""); > fi;# end if 2; > min_size; > end; est_size_answer := proc() local min_size; global glob_max_terms, glob_iolevel, glob_yes_pole, glob_no_pole, glob_not_given, ALWAYS, INFO, DEBUGL, DEBUGMASSIVE, MAX_UNCHANGED, glob_check_sign, glob_desired_digits_correct, glob_max_estimated_step_error, glob_ratio_of_radius, glob_percent_done, glob_subiter_method, glob_total_exp_sec, glob_optimal_expect_sec, glob_html_log, glob_good_digits, glob_max_opt_iter, glob_dump, glob_djd_debug, glob_display_flag, glob_djd_debug2, glob_sec_in_minute, glob_min_in_hour, glob_hours_in_day, glob_days_in_year, glob_sec_in_hour, glob_sec_in_day, glob_sec_in_year, glob_almost_1, glob_clock_sec, glob_clock_start_sec, glob_not_yet_finished, glob_initial_pass, glob_not_yet_start_msg, glob_reached_optimal_h, glob_optimal_done, glob_disp_incr, glob_h, glob_max_h, glob_min_h, glob_type_given_pole, glob_large_float, glob_last_good_h, glob_look_poles, glob_neg_h, glob_display_interval, glob_next_display, glob_dump_analytic, glob_abserr, glob_relerr, glob_max_hours, glob_max_iter, glob_max_rel_trunc_err, glob_max_trunc_err, glob_no_eqs, glob_optimal_clock_start_sec, glob_optimal_start, glob_small_float, glob_smallish_float, glob_unchanged_h_cnt, glob_warned, glob_warned2, glob_max_sec, glob_orig_start_sec, glob_start, glob_curr_iter_when_opt, glob_current_iter, glob_iter, glob_normmax, glob_max_minutes, array_const_1, array_const_0D0, array_const_0D3, array_const_0D1, array_const_0D2, array_y_init, array_norms, array_fact_1, array_pole, array_real_pole, array_complex_pole, array_1st_rel_error, array_last_rel_error, array_type_pole, array_type_real_pole, array_type_complex_pole, array_y, array_x, array_tmp0, array_tmp1, array_tmp2, array_tmp3_g, array_tmp3, array_tmp4, array_tmp5, array_tmp6, array_tmp7, array_m1, array_y_higher, array_y_higher_work, array_y_higher_work2, array_y_set_initial, array_poles, array_given_rad_poles, array_given_ord_poles, array_real_poles, array_complex_poles, array_fact_2, glob_last; min_size := glob_large_float; if omniabs(array_y[1]) < min_size then min_size := omniabs(array_y[1]); omniout_float(ALWAYS, "min_size", 32, min_size, 32, "") end if; if min_size < 1.0 then min_size := 1.0; omniout_float(ALWAYS, "min_size", 32, min_size, 32, "") end if; min_size end proc > # End Function number 5 > # Begin Function number 6 > test_suggested_h := proc() > global > glob_max_terms, > glob_iolevel, > glob_yes_pole, > glob_no_pole, > glob_not_given, > ALWAYS, > INFO, > DEBUGL, > DEBUGMASSIVE, > #Top Generate Globals Decl > MAX_UNCHANGED, > glob_check_sign, > glob_desired_digits_correct, > glob_max_estimated_step_error, > glob_ratio_of_radius, > glob_percent_done, > glob_subiter_method, > glob_total_exp_sec, > glob_optimal_expect_sec, > glob_html_log, > glob_good_digits, > glob_max_opt_iter, > glob_dump, > glob_djd_debug, > glob_display_flag, > glob_djd_debug2, > glob_sec_in_minute, > glob_min_in_hour, > glob_hours_in_day, > glob_days_in_year, > glob_sec_in_hour, > glob_sec_in_day, > glob_sec_in_year, > glob_almost_1, > glob_clock_sec, > glob_clock_start_sec, > glob_not_yet_finished, > glob_initial_pass, > glob_not_yet_start_msg, > glob_reached_optimal_h, > glob_optimal_done, > glob_disp_incr, > glob_h, > glob_max_h, > glob_min_h, > glob_type_given_pole, > glob_large_float, > glob_last_good_h, > glob_look_poles, > glob_neg_h, > glob_display_interval, > glob_next_display, > glob_dump_analytic, > glob_abserr, > glob_relerr, > glob_max_hours, > glob_max_iter, > glob_max_rel_trunc_err, > glob_max_trunc_err, > glob_no_eqs, > glob_optimal_clock_start_sec, > glob_optimal_start, > glob_small_float, > glob_smallish_float, > glob_unchanged_h_cnt, > glob_warned, > glob_warned2, > glob_max_sec, > glob_orig_start_sec, > glob_start, > glob_curr_iter_when_opt, > glob_current_iter, > glob_iter, > glob_normmax, > glob_max_minutes, > #Bottom Generate Globals Decl > #BEGIN CONST > array_const_1, > array_const_0D0, > array_const_0D3, > array_const_0D1, > array_const_0D2, > #END CONST > array_y_init, > array_norms, > array_fact_1, > array_pole, > array_real_pole, > array_complex_pole, > array_1st_rel_error, > array_last_rel_error, > array_type_pole, > array_type_real_pole, > array_type_complex_pole, > array_y, > array_x, > array_tmp0, > array_tmp1, > array_tmp2, > array_tmp3_g, > array_tmp3, > array_tmp4, > array_tmp5, > array_tmp6, > array_tmp7, > array_m1, > array_y_higher, > array_y_higher_work, > array_y_higher_work2, > array_y_set_initial, > array_poles, > array_given_rad_poles, > array_given_ord_poles, > array_real_poles, > array_complex_poles, > array_fact_2, > glob_last; > local max_estimated_step_error,hn_div_ho,hn_div_ho_2,hn_div_ho_3,no_terms,est_tmp; > max_estimated_step_error := 0.0; > no_terms := glob_max_terms; > hn_div_ho := 0.5; > hn_div_ho_2 := 0.25; > hn_div_ho_3 := 0.125; > omniout_float(ALWAYS,"hn_div_ho",32,hn_div_ho,32,""); > omniout_float(ALWAYS,"hn_div_ho_2",32,hn_div_ho_2,32,""); > omniout_float(ALWAYS,"hn_div_ho_3",32,hn_div_ho_3,32,""); > est_tmp := omniabs(array_y[no_terms-3] + array_y[no_terms - 2] * hn_div_ho + array_y[no_terms - 1] * hn_div_ho_2 + array_y[no_terms] * hn_div_ho_3); > if (est_tmp >= max_estimated_step_error) then # if number 2 > max_estimated_step_error := est_tmp; > fi;# end if 2; > omniout_float(ALWAYS,"max_estimated_step_error",32,max_estimated_step_error,32,""); > max_estimated_step_error; > end; test_suggested_h := proc() local max_estimated_step_error, hn_div_ho, hn_div_ho_2, hn_div_ho_3, no_terms, est_tmp; global glob_max_terms, glob_iolevel, glob_yes_pole, glob_no_pole, glob_not_given, ALWAYS, INFO, DEBUGL, DEBUGMASSIVE, MAX_UNCHANGED, glob_check_sign, glob_desired_digits_correct, glob_max_estimated_step_error, glob_ratio_of_radius, glob_percent_done, glob_subiter_method, glob_total_exp_sec, glob_optimal_expect_sec, glob_html_log, glob_good_digits, glob_max_opt_iter, glob_dump, glob_djd_debug, glob_display_flag, glob_djd_debug2, glob_sec_in_minute, glob_min_in_hour, glob_hours_in_day, glob_days_in_year, glob_sec_in_hour, glob_sec_in_day, glob_sec_in_year, glob_almost_1, glob_clock_sec, glob_clock_start_sec, glob_not_yet_finished, glob_initial_pass, glob_not_yet_start_msg, glob_reached_optimal_h, glob_optimal_done, glob_disp_incr, glob_h, glob_max_h, glob_min_h, glob_type_given_pole, glob_large_float, glob_last_good_h, glob_look_poles, glob_neg_h, glob_display_interval, glob_next_display, glob_dump_analytic, glob_abserr, glob_relerr, glob_max_hours, glob_max_iter, glob_max_rel_trunc_err, glob_max_trunc_err, glob_no_eqs, glob_optimal_clock_start_sec, glob_optimal_start, glob_small_float, glob_smallish_float, glob_unchanged_h_cnt, glob_warned, glob_warned2, glob_max_sec, glob_orig_start_sec, glob_start, glob_curr_iter_when_opt, glob_current_iter, glob_iter, glob_normmax, glob_max_minutes, array_const_1, array_const_0D0, array_const_0D3, array_const_0D1, array_const_0D2, array_y_init, array_norms, array_fact_1, array_pole, array_real_pole, array_complex_pole, array_1st_rel_error, array_last_rel_error, array_type_pole, array_type_real_pole, array_type_complex_pole, array_y, array_x, array_tmp0, array_tmp1, array_tmp2, array_tmp3_g, array_tmp3, array_tmp4, array_tmp5, array_tmp6, array_tmp7, array_m1, array_y_higher, array_y_higher_work, array_y_higher_work2, array_y_set_initial, array_poles, array_given_rad_poles, array_given_ord_poles, array_real_poles, array_complex_poles, array_fact_2, glob_last; max_estimated_step_error := 0.; no_terms := glob_max_terms; hn_div_ho := 0.5; hn_div_ho_2 := 0.25; hn_div_ho_3 := 0.125; omniout_float(ALWAYS, "hn_div_ho", 32, hn_div_ho, 32, ""); omniout_float(ALWAYS, "hn_div_ho_2", 32, hn_div_ho_2, 32, ""); omniout_float(ALWAYS, "hn_div_ho_3", 32, hn_div_ho_3, 32, ""); est_tmp := omniabs(array_y[no_terms - 3] + array_y[no_terms - 2]*hn_div_ho + array_y[no_terms - 1]*hn_div_ho_2 + array_y[no_terms]*hn_div_ho_3); if max_estimated_step_error <= est_tmp then max_estimated_step_error := est_tmp end if; omniout_float(ALWAYS, "max_estimated_step_error", 32, max_estimated_step_error, 32, ""); max_estimated_step_error end proc > # End Function number 6 > # Begin Function number 7 > reached_interval := proc() > global > glob_max_terms, > glob_iolevel, > glob_yes_pole, > glob_no_pole, > glob_not_given, > ALWAYS, > INFO, > DEBUGL, > DEBUGMASSIVE, > #Top Generate Globals Decl > MAX_UNCHANGED, > glob_check_sign, > glob_desired_digits_correct, > glob_max_estimated_step_error, > glob_ratio_of_radius, > glob_percent_done, > glob_subiter_method, > glob_total_exp_sec, > glob_optimal_expect_sec, > glob_html_log, > glob_good_digits, > glob_max_opt_iter, > glob_dump, > glob_djd_debug, > glob_display_flag, > glob_djd_debug2, > glob_sec_in_minute, > glob_min_in_hour, > glob_hours_in_day, > glob_days_in_year, > glob_sec_in_hour, > glob_sec_in_day, > glob_sec_in_year, > glob_almost_1, > glob_clock_sec, > glob_clock_start_sec, > glob_not_yet_finished, > glob_initial_pass, > glob_not_yet_start_msg, > glob_reached_optimal_h, > glob_optimal_done, > glob_disp_incr, > glob_h, > glob_max_h, > glob_min_h, > glob_type_given_pole, > glob_large_float, > glob_last_good_h, > glob_look_poles, > glob_neg_h, > glob_display_interval, > glob_next_display, > glob_dump_analytic, > glob_abserr, > glob_relerr, > glob_max_hours, > glob_max_iter, > glob_max_rel_trunc_err, > glob_max_trunc_err, > glob_no_eqs, > glob_optimal_clock_start_sec, > glob_optimal_start, > glob_small_float, > glob_smallish_float, > glob_unchanged_h_cnt, > glob_warned, > glob_warned2, > glob_max_sec, > glob_orig_start_sec, > glob_start, > glob_curr_iter_when_opt, > glob_current_iter, > glob_iter, > glob_normmax, > glob_max_minutes, > #Bottom Generate Globals Decl > #BEGIN CONST > array_const_1, > array_const_0D0, > array_const_0D3, > array_const_0D1, > array_const_0D2, > #END CONST > array_y_init, > array_norms, > array_fact_1, > array_pole, > array_real_pole, > array_complex_pole, > array_1st_rel_error, > array_last_rel_error, > array_type_pole, > array_type_real_pole, > array_type_complex_pole, > array_y, > array_x, > array_tmp0, > array_tmp1, > array_tmp2, > array_tmp3_g, > array_tmp3, > array_tmp4, > array_tmp5, > array_tmp6, > array_tmp7, > array_m1, > array_y_higher, > array_y_higher_work, > array_y_higher_work2, > array_y_set_initial, > array_poles, > array_given_rad_poles, > array_given_ord_poles, > array_real_poles, > array_complex_poles, > array_fact_2, > glob_last; > local ret; > if (glob_check_sign * (array_x[1]) >= glob_check_sign * glob_next_display) then # if number 2 > ret := true; > else > ret := false; > fi;# end if 2; > return(ret); > end; reached_interval := proc() local ret; global glob_max_terms, glob_iolevel, glob_yes_pole, glob_no_pole, glob_not_given, ALWAYS, INFO, DEBUGL, DEBUGMASSIVE, MAX_UNCHANGED, glob_check_sign, glob_desired_digits_correct, glob_max_estimated_step_error, glob_ratio_of_radius, glob_percent_done, glob_subiter_method, glob_total_exp_sec, glob_optimal_expect_sec, glob_html_log, glob_good_digits, glob_max_opt_iter, glob_dump, glob_djd_debug, glob_display_flag, glob_djd_debug2, glob_sec_in_minute, glob_min_in_hour, glob_hours_in_day, glob_days_in_year, glob_sec_in_hour, glob_sec_in_day, glob_sec_in_year, glob_almost_1, glob_clock_sec, glob_clock_start_sec, glob_not_yet_finished, glob_initial_pass, glob_not_yet_start_msg, glob_reached_optimal_h, glob_optimal_done, glob_disp_incr, glob_h, glob_max_h, glob_min_h, glob_type_given_pole, glob_large_float, glob_last_good_h, glob_look_poles, glob_neg_h, glob_display_interval, glob_next_display, glob_dump_analytic, glob_abserr, glob_relerr, glob_max_hours, glob_max_iter, glob_max_rel_trunc_err, glob_max_trunc_err, glob_no_eqs, glob_optimal_clock_start_sec, glob_optimal_start, glob_small_float, glob_smallish_float, glob_unchanged_h_cnt, glob_warned, glob_warned2, glob_max_sec, glob_orig_start_sec, glob_start, glob_curr_iter_when_opt, glob_current_iter, glob_iter, glob_normmax, glob_max_minutes, array_const_1, array_const_0D0, array_const_0D3, array_const_0D1, array_const_0D2, array_y_init, array_norms, array_fact_1, array_pole, array_real_pole, array_complex_pole, array_1st_rel_error, array_last_rel_error, array_type_pole, array_type_real_pole, array_type_complex_pole, array_y, array_x, array_tmp0, array_tmp1, array_tmp2, array_tmp3_g, array_tmp3, array_tmp4, array_tmp5, array_tmp6, array_tmp7, array_m1, array_y_higher, array_y_higher_work, array_y_higher_work2, array_y_set_initial, array_poles, array_given_rad_poles, array_given_ord_poles, array_real_poles, array_complex_poles, array_fact_2, glob_last; if glob_check_sign*glob_next_display <= glob_check_sign*array_x[1] then ret := true else ret := false end if; return ret end proc > # End Function number 7 > # Begin Function number 8 > display_alot := proc(iter) > global > glob_max_terms, > glob_iolevel, > glob_yes_pole, > glob_no_pole, > glob_not_given, > ALWAYS, > INFO, > DEBUGL, > DEBUGMASSIVE, > #Top Generate Globals Decl > MAX_UNCHANGED, > glob_check_sign, > glob_desired_digits_correct, > glob_max_estimated_step_error, > glob_ratio_of_radius, > glob_percent_done, > glob_subiter_method, > glob_total_exp_sec, > glob_optimal_expect_sec, > glob_html_log, > glob_good_digits, > glob_max_opt_iter, > glob_dump, > glob_djd_debug, > glob_display_flag, > glob_djd_debug2, > glob_sec_in_minute, > glob_min_in_hour, > glob_hours_in_day, > glob_days_in_year, > glob_sec_in_hour, > glob_sec_in_day, > glob_sec_in_year, > glob_almost_1, > glob_clock_sec, > glob_clock_start_sec, > glob_not_yet_finished, > glob_initial_pass, > glob_not_yet_start_msg, > glob_reached_optimal_h, > glob_optimal_done, > glob_disp_incr, > glob_h, > glob_max_h, > glob_min_h, > glob_type_given_pole, > glob_large_float, > glob_last_good_h, > glob_look_poles, > glob_neg_h, > glob_display_interval, > glob_next_display, > glob_dump_analytic, > glob_abserr, > glob_relerr, > glob_max_hours, > glob_max_iter, > glob_max_rel_trunc_err, > glob_max_trunc_err, > glob_no_eqs, > glob_optimal_clock_start_sec, > glob_optimal_start, > glob_small_float, > glob_smallish_float, > glob_unchanged_h_cnt, > glob_warned, > glob_warned2, > glob_max_sec, > glob_orig_start_sec, > glob_start, > glob_curr_iter_when_opt, > glob_current_iter, > glob_iter, > glob_normmax, > glob_max_minutes, > #Bottom Generate Globals Decl > #BEGIN CONST > array_const_1, > array_const_0D0, > array_const_0D3, > array_const_0D1, > array_const_0D2, > #END CONST > array_y_init, > array_norms, > array_fact_1, > array_pole, > array_real_pole, > array_complex_pole, > array_1st_rel_error, > array_last_rel_error, > array_type_pole, > array_type_real_pole, > array_type_complex_pole, > array_y, > array_x, > array_tmp0, > array_tmp1, > array_tmp2, > array_tmp3_g, > array_tmp3, > array_tmp4, > array_tmp5, > array_tmp6, > array_tmp7, > array_m1, > array_y_higher, > array_y_higher_work, > array_y_higher_work2, > array_y_set_initial, > array_poles, > array_given_rad_poles, > array_given_ord_poles, > array_real_poles, > array_complex_poles, > array_fact_2, > glob_last; > local abserr, analytic_val_y, ind_var, numeric_val, relerr, term_no; > #TOP DISPLAY ALOT > if (reached_interval()) then # if number 2 > if (iter >= 0) then # if number 3 > ind_var := array_x[1]; > omniout_float(ALWAYS,"x[1] ",33,ind_var,20," "); > analytic_val_y := exact_soln_y(ind_var); > omniout_float(ALWAYS,"y[1] (analytic) ",33,analytic_val_y,20," "); > term_no := 1; > numeric_val := array_y[term_no]; > abserr := omniabs(numeric_val - analytic_val_y); > omniout_float(ALWAYS,"y[1] (numeric) ",33,numeric_val,20," "); > if (omniabs(analytic_val_y) <> 0.0) then # if number 4 > relerr := abserr*100.0/omniabs(analytic_val_y); > if (relerr > 0.0000000000000000000000000000000001) then # if number 5 > glob_good_digits := -trunc(log10(relerr)) + 3; > else > glob_good_digits := Digits; > fi;# end if 5; > else > relerr := -1.0 ; > glob_good_digits := -1; > fi;# end if 4; > if (glob_iter = 1) then # if number 4 > array_1st_rel_error[1] := relerr; > else > array_last_rel_error[1] := relerr; > fi;# end if 4; > omniout_float(ALWAYS,"absolute error ",4,abserr,20," "); > omniout_float(ALWAYS,"relative error ",4,relerr,20,"%"); > omniout_int(INFO,"Correct digits ",32,glob_good_digits,4," ") > ; > omniout_float(ALWAYS,"h ",4,glob_h,20," "); > fi;# end if 3; > #BOTTOM DISPLAY ALOT > fi;# end if 2; > end; display_alot := proc(iter) local abserr, analytic_val_y, ind_var, numeric_val, relerr, term_no; global glob_max_terms, glob_iolevel, glob_yes_pole, glob_no_pole, glob_not_given, ALWAYS, INFO, DEBUGL, DEBUGMASSIVE, MAX_UNCHANGED, glob_check_sign, glob_desired_digits_correct, glob_max_estimated_step_error, glob_ratio_of_radius, glob_percent_done, glob_subiter_method, glob_total_exp_sec, glob_optimal_expect_sec, glob_html_log, glob_good_digits, glob_max_opt_iter, glob_dump, glob_djd_debug, glob_display_flag, glob_djd_debug2, glob_sec_in_minute, glob_min_in_hour, glob_hours_in_day, glob_days_in_year, glob_sec_in_hour, glob_sec_in_day, glob_sec_in_year, glob_almost_1, glob_clock_sec, glob_clock_start_sec, glob_not_yet_finished, glob_initial_pass, glob_not_yet_start_msg, glob_reached_optimal_h, glob_optimal_done, glob_disp_incr, glob_h, glob_max_h, glob_min_h, glob_type_given_pole, glob_large_float, glob_last_good_h, glob_look_poles, glob_neg_h, glob_display_interval, glob_next_display, glob_dump_analytic, glob_abserr, glob_relerr, glob_max_hours, glob_max_iter, glob_max_rel_trunc_err, glob_max_trunc_err, glob_no_eqs, glob_optimal_clock_start_sec, glob_optimal_start, glob_small_float, glob_smallish_float, glob_unchanged_h_cnt, glob_warned, glob_warned2, glob_max_sec, glob_orig_start_sec, glob_start, glob_curr_iter_when_opt, glob_current_iter, glob_iter, glob_normmax, glob_max_minutes, array_const_1, array_const_0D0, array_const_0D3, array_const_0D1, array_const_0D2, array_y_init, array_norms, array_fact_1, array_pole, array_real_pole, array_complex_pole, array_1st_rel_error, array_last_rel_error, array_type_pole, array_type_real_pole, array_type_complex_pole, array_y, array_x, array_tmp0, array_tmp1, array_tmp2, array_tmp3_g, array_tmp3, array_tmp4, array_tmp5, array_tmp6, array_tmp7, array_m1, array_y_higher, array_y_higher_work, array_y_higher_work2, array_y_set_initial, array_poles, array_given_rad_poles, array_given_ord_poles, array_real_poles, array_complex_poles, array_fact_2, glob_last; if reached_interval() then if 0 <= iter then ind_var := array_x[1]; omniout_float(ALWAYS, "x[1] ", 33, ind_var, 20, " "); analytic_val_y := exact_soln_y(ind_var); omniout_float(ALWAYS, "y[1] (analytic) ", 33, analytic_val_y, 20, " "); term_no := 1; numeric_val := array_y[term_no]; abserr := omniabs(numeric_val - analytic_val_y); omniout_float(ALWAYS, "y[1] (numeric) ", 33, numeric_val, 20, " "); if omniabs(analytic_val_y) <> 0. then relerr := abserr*100.0/omniabs(analytic_val_y); if 0.1*10^(-33) < relerr then glob_good_digits := -trunc(log10(relerr)) + 3 else glob_good_digits := Digits end if else relerr := -1.0; glob_good_digits := -1 end if; if glob_iter = 1 then array_1st_rel_error[1] := relerr else array_last_rel_error[1] := relerr end if; omniout_float(ALWAYS, "absolute error ", 4, abserr, 20, " "); omniout_float(ALWAYS, "relative error ", 4, relerr, 20, "%"); omniout_int(INFO, "Correct digits ", 32, glob_good_digits, 4, " "); omniout_float(ALWAYS, "h ", 4, glob_h, 20, " ") end if end if end proc > # End Function number 8 > # Begin Function number 9 > adjust_for_pole := proc(h_param) > global > glob_max_terms, > glob_iolevel, > glob_yes_pole, > glob_no_pole, > glob_not_given, > ALWAYS, > INFO, > DEBUGL, > DEBUGMASSIVE, > #Top Generate Globals Decl > MAX_UNCHANGED, > glob_check_sign, > glob_desired_digits_correct, > glob_max_estimated_step_error, > glob_ratio_of_radius, > glob_percent_done, > glob_subiter_method, > glob_total_exp_sec, > glob_optimal_expect_sec, > glob_html_log, > glob_good_digits, > glob_max_opt_iter, > glob_dump, > glob_djd_debug, > glob_display_flag, > glob_djd_debug2, > glob_sec_in_minute, > glob_min_in_hour, > glob_hours_in_day, > glob_days_in_year, > glob_sec_in_hour, > glob_sec_in_day, > glob_sec_in_year, > glob_almost_1, > glob_clock_sec, > glob_clock_start_sec, > glob_not_yet_finished, > glob_initial_pass, > glob_not_yet_start_msg, > glob_reached_optimal_h, > glob_optimal_done, > glob_disp_incr, > glob_h, > glob_max_h, > glob_min_h, > glob_type_given_pole, > glob_large_float, > glob_last_good_h, > glob_look_poles, > glob_neg_h, > glob_display_interval, > glob_next_display, > glob_dump_analytic, > glob_abserr, > glob_relerr, > glob_max_hours, > glob_max_iter, > glob_max_rel_trunc_err, > glob_max_trunc_err, > glob_no_eqs, > glob_optimal_clock_start_sec, > glob_optimal_start, > glob_small_float, > glob_smallish_float, > glob_unchanged_h_cnt, > glob_warned, > glob_warned2, > glob_max_sec, > glob_orig_start_sec, > glob_start, > glob_curr_iter_when_opt, > glob_current_iter, > glob_iter, > glob_normmax, > glob_max_minutes, > #Bottom Generate Globals Decl > #BEGIN CONST > array_const_1, > array_const_0D0, > array_const_0D3, > array_const_0D1, > array_const_0D2, > #END CONST > array_y_init, > array_norms, > array_fact_1, > array_pole, > array_real_pole, > array_complex_pole, > array_1st_rel_error, > array_last_rel_error, > array_type_pole, > array_type_real_pole, > array_type_complex_pole, > array_y, > array_x, > array_tmp0, > array_tmp1, > array_tmp2, > array_tmp3_g, > array_tmp3, > array_tmp4, > array_tmp5, > array_tmp6, > array_tmp7, > array_m1, > array_y_higher, > array_y_higher_work, > array_y_higher_work2, > array_y_set_initial, > array_poles, > array_given_rad_poles, > array_given_ord_poles, > array_real_poles, > array_complex_poles, > array_fact_2, > glob_last; > local hnew, sz2, tmp; > #TOP ADJUST FOR POLE > hnew := h_param; > glob_normmax := glob_small_float; > if (omniabs(array_y_higher[1,1]) > glob_small_float) then # if number 2 > tmp := omniabs(array_y_higher[1,1]); > if (tmp < glob_normmax) then # if number 3 > glob_normmax := tmp; > fi;# end if 3 > fi;# end if 2; > if (glob_look_poles and (omniabs(array_pole[1]) > glob_small_float) and (array_pole[1] <> glob_large_float)) then # if number 2 > sz2 := array_pole[1]/10.0; > if (sz2 < hnew) then # if number 3 > omniout_float(INFO,"glob_h adjusted to ",20,h_param,12,"due to singularity."); > omniout_str(INFO,"Reached Optimal"); > return(hnew); > fi;# end if 3 > fi;# end if 2; > if ( not glob_reached_optimal_h) then # if number 2 > 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[1]; > fi;# end if 2; > hnew := sz2; > ;#END block > return(hnew); > #BOTTOM ADJUST FOR POLE > end; adjust_for_pole := proc(h_param) local hnew, sz2, tmp; global glob_max_terms, glob_iolevel, glob_yes_pole, glob_no_pole, glob_not_given, ALWAYS, INFO, DEBUGL, DEBUGMASSIVE, MAX_UNCHANGED, glob_check_sign, glob_desired_digits_correct, glob_max_estimated_step_error, glob_ratio_of_radius, glob_percent_done, glob_subiter_method, glob_total_exp_sec, glob_optimal_expect_sec, glob_html_log, glob_good_digits, glob_max_opt_iter, glob_dump, glob_djd_debug, glob_display_flag, glob_djd_debug2, glob_sec_in_minute, glob_min_in_hour, glob_hours_in_day, glob_days_in_year, glob_sec_in_hour, glob_sec_in_day, glob_sec_in_year, glob_almost_1, glob_clock_sec, glob_clock_start_sec, glob_not_yet_finished, glob_initial_pass, glob_not_yet_start_msg, glob_reached_optimal_h, glob_optimal_done, glob_disp_incr, glob_h, glob_max_h, glob_min_h, glob_type_given_pole, glob_large_float, glob_last_good_h, glob_look_poles, glob_neg_h, glob_display_interval, glob_next_display, glob_dump_analytic, glob_abserr, glob_relerr, glob_max_hours, glob_max_iter, glob_max_rel_trunc_err, glob_max_trunc_err, glob_no_eqs, glob_optimal_clock_start_sec, glob_optimal_start, glob_small_float, glob_smallish_float, glob_unchanged_h_cnt, glob_warned, glob_warned2, glob_max_sec, glob_orig_start_sec, glob_start, glob_curr_iter_when_opt, glob_current_iter, glob_iter, glob_normmax, glob_max_minutes, array_const_1, array_const_0D0, array_const_0D3, array_const_0D1, array_const_0D2, array_y_init, array_norms, array_fact_1, array_pole, array_real_pole, array_complex_pole, array_1st_rel_error, array_last_rel_error, array_type_pole, array_type_real_pole, array_type_complex_pole, array_y, array_x, array_tmp0, array_tmp1, array_tmp2, array_tmp3_g, array_tmp3, array_tmp4, array_tmp5, array_tmp6, array_tmp7, array_m1, array_y_higher, array_y_higher_work, array_y_higher_work2, array_y_set_initial, array_poles, array_given_rad_poles, array_given_ord_poles, array_real_poles, array_complex_poles, array_fact_2, glob_last; hnew := h_param; glob_normmax := glob_small_float; if glob_small_float < omniabs(array_y_higher[1, 1]) then tmp := omniabs(array_y_higher[1, 1]); if tmp < glob_normmax then glob_normmax := tmp end if end if; if glob_look_poles and glob_small_float < omniabs(array_pole[1]) and array_pole[1] <> glob_large_float then sz2 := array_pole[1]/10.0; if sz2 < hnew then omniout_float(INFO, "glob_h adjusted to ", 20, h_param, 12, "due to singularity."); omniout_str(INFO, "Reached Optimal"); return hnew end if end if; 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[1] end if; hnew := sz2; return hnew end proc > # End Function number 9 > # Begin Function number 10 > prog_report := proc(x_start,x_end) > global > glob_max_terms, > glob_iolevel, > glob_yes_pole, > glob_no_pole, > glob_not_given, > ALWAYS, > INFO, > DEBUGL, > DEBUGMASSIVE, > #Top Generate Globals Decl > MAX_UNCHANGED, > glob_check_sign, > glob_desired_digits_correct, > glob_max_estimated_step_error, > glob_ratio_of_radius, > glob_percent_done, > glob_subiter_method, > glob_total_exp_sec, > glob_optimal_expect_sec, > glob_html_log, > glob_good_digits, > glob_max_opt_iter, > glob_dump, > glob_djd_debug, > glob_display_flag, > glob_djd_debug2, > glob_sec_in_minute, > glob_min_in_hour, > glob_hours_in_day, > glob_days_in_year, > glob_sec_in_hour, > glob_sec_in_day, > glob_sec_in_year, > glob_almost_1, > glob_clock_sec, > glob_clock_start_sec, > glob_not_yet_finished, > glob_initial_pass, > glob_not_yet_start_msg, > glob_reached_optimal_h, > glob_optimal_done, > glob_disp_incr, > glob_h, > glob_max_h, > glob_min_h, > glob_type_given_pole, > glob_large_float, > glob_last_good_h, > glob_look_poles, > glob_neg_h, > glob_display_interval, > glob_next_display, > glob_dump_analytic, > glob_abserr, > glob_relerr, > glob_max_hours, > glob_max_iter, > glob_max_rel_trunc_err, > glob_max_trunc_err, > glob_no_eqs, > glob_optimal_clock_start_sec, > glob_optimal_start, > glob_small_float, > glob_smallish_float, > glob_unchanged_h_cnt, > glob_warned, > glob_warned2, > glob_max_sec, > glob_orig_start_sec, > glob_start, > glob_curr_iter_when_opt, > glob_current_iter, > glob_iter, > glob_normmax, > glob_max_minutes, > #Bottom Generate Globals Decl > #BEGIN CONST > array_const_1, > array_const_0D0, > array_const_0D3, > array_const_0D1, > array_const_0D2, > #END CONST > array_y_init, > array_norms, > array_fact_1, > array_pole, > array_real_pole, > array_complex_pole, > array_1st_rel_error, > array_last_rel_error, > array_type_pole, > array_type_real_pole, > array_type_complex_pole, > array_y, > array_x, > array_tmp0, > array_tmp1, > array_tmp2, > array_tmp3_g, > array_tmp3, > array_tmp4, > array_tmp5, > array_tmp6, > array_tmp7, > array_m1, > array_y_higher, > array_y_higher_work, > array_y_higher_work2, > array_y_set_initial, > array_poles, > array_given_rad_poles, > array_given_ord_poles, > array_real_poles, > array_complex_poles, > array_fact_2, > glob_last; > local clock_sec, opt_clock_sec, clock_sec1, expect_sec, left_sec, percent_done, total_clock_sec; > #TOP PROGRESS REPORT > 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(glob_max_sec) + convfloat(glob_orig_start_sec) - convfloat(clock_sec1); > expect_sec := comp_expect_sec(convfloat(x_end),convfloat(x_start),convfloat(array_x[1]) + convfloat(glob_h) ,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(array_x[1]) +convfloat( glob_h) ,convfloat( opt_clock_sec)); > glob_total_exp_sec := glob_optimal_expect_sec + total_clock_sec; > percent_done := comp_percent(convfloat(x_end),convfloat(x_start),convfloat(array_x[1]) + convfloat(glob_h)); > glob_percent_done := percent_done; > 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 # if number 2 > omniout_str_noeol(INFO,"Expected Time Remaining "); > omniout_timestr(convfloat(expect_sec)); > omniout_str_noeol(INFO,"Optimized Time Remaining "); > omniout_timestr(convfloat(glob_optimal_expect_sec)); > omniout_str_noeol(INFO,"Expected Total Time "); > omniout_timestr(convfloat(glob_total_exp_sec)); > fi;# end if 2; > omniout_str_noeol(INFO,"Time to Timeout "); > omniout_timestr(convfloat(left_sec)); > omniout_float(INFO, "Percent Done ",33,percent_done,4,"%"); > #BOTTOM PROGRESS REPORT > end; prog_report := proc(x_start, x_end) local clock_sec, opt_clock_sec, clock_sec1, expect_sec, left_sec, percent_done, total_clock_sec; global glob_max_terms, glob_iolevel, glob_yes_pole, glob_no_pole, glob_not_given, ALWAYS, INFO, DEBUGL, DEBUGMASSIVE, MAX_UNCHANGED, glob_check_sign, glob_desired_digits_correct, glob_max_estimated_step_error, glob_ratio_of_radius, glob_percent_done, glob_subiter_method, glob_total_exp_sec, glob_optimal_expect_sec, glob_html_log, glob_good_digits, glob_max_opt_iter, glob_dump, glob_djd_debug, glob_display_flag, glob_djd_debug2, glob_sec_in_minute, glob_min_in_hour, glob_hours_in_day, glob_days_in_year, glob_sec_in_hour, glob_sec_in_day, glob_sec_in_year, glob_almost_1, glob_clock_sec, glob_clock_start_sec, glob_not_yet_finished, glob_initial_pass, glob_not_yet_start_msg, glob_reached_optimal_h, glob_optimal_done, glob_disp_incr, glob_h, glob_max_h, glob_min_h, glob_type_given_pole, glob_large_float, glob_last_good_h, glob_look_poles, glob_neg_h, glob_display_interval, glob_next_display, glob_dump_analytic, glob_abserr, glob_relerr, glob_max_hours, glob_max_iter, glob_max_rel_trunc_err, glob_max_trunc_err, glob_no_eqs, glob_optimal_clock_start_sec, glob_optimal_start, glob_small_float, glob_smallish_float, glob_unchanged_h_cnt, glob_warned, glob_warned2, glob_max_sec, glob_orig_start_sec, glob_start, glob_curr_iter_when_opt, glob_current_iter, glob_iter, glob_normmax, glob_max_minutes, array_const_1, array_const_0D0, array_const_0D3, array_const_0D1, array_const_0D2, array_y_init, array_norms, array_fact_1, array_pole, array_real_pole, array_complex_pole, array_1st_rel_error, array_last_rel_error, array_type_pole, array_type_real_pole, array_type_complex_pole, array_y, array_x, array_tmp0, array_tmp1, array_tmp2, array_tmp3_g, array_tmp3, array_tmp4, array_tmp5, array_tmp6, array_tmp7, array_m1, array_y_higher, array_y_higher_work, array_y_higher_work2, array_y_set_initial, array_poles, array_given_rad_poles, array_given_ord_poles, array_real_poles, array_complex_poles, array_fact_2, glob_last; 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(glob_max_sec) + convfloat(glob_orig_start_sec) - convfloat(clock_sec1); expect_sec := comp_expect_sec(convfloat(x_end), convfloat(x_start), convfloat(array_x[1]) + convfloat(glob_h), 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(array_x[1]) + convfloat(glob_h), convfloat(opt_clock_sec)); glob_total_exp_sec := glob_optimal_expect_sec + total_clock_sec; percent_done := comp_percent(convfloat(x_end), convfloat(x_start), convfloat(array_x[1]) + convfloat(glob_h)); glob_percent_done := percent_done; omniout_str_noeol(INFO, "Total Elapsed Time "); omniout_timestr(convfloat(total_clock_sec)); omniout_str_noeol(INFO, "Elapsed Time(since restart) "); omniout_timestr(convfloat(glob_clock_sec)); if convfloat(percent_done) < convfloat(100.0) then omniout_str_noeol(INFO, "Expected Time Remaining "); omniout_timestr(convfloat(expect_sec)); omniout_str_noeol(INFO, "Optimized Time Remaining "); omniout_timestr(convfloat(glob_optimal_expect_sec)); omniout_str_noeol(INFO, "Expected Total Time "); omniout_timestr(convfloat(glob_total_exp_sec)) end if; omniout_str_noeol(INFO, "Time to Timeout "); omniout_timestr(convfloat(left_sec)); omniout_float(INFO, "Percent Done ", 33, percent_done, 4, "%") end proc > # End Function number 10 > # Begin Function number 11 > check_for_pole := proc() > global > glob_max_terms, > glob_iolevel, > glob_yes_pole, > glob_no_pole, > glob_not_given, > ALWAYS, > INFO, > DEBUGL, > DEBUGMASSIVE, > #Top Generate Globals Decl > MAX_UNCHANGED, > glob_check_sign, > glob_desired_digits_correct, > glob_max_estimated_step_error, > glob_ratio_of_radius, > glob_percent_done, > glob_subiter_method, > glob_total_exp_sec, > glob_optimal_expect_sec, > glob_html_log, > glob_good_digits, > glob_max_opt_iter, > glob_dump, > glob_djd_debug, > glob_display_flag, > glob_djd_debug2, > glob_sec_in_minute, > glob_min_in_hour, > glob_hours_in_day, > glob_days_in_year, > glob_sec_in_hour, > glob_sec_in_day, > glob_sec_in_year, > glob_almost_1, > glob_clock_sec, > glob_clock_start_sec, > glob_not_yet_finished, > glob_initial_pass, > glob_not_yet_start_msg, > glob_reached_optimal_h, > glob_optimal_done, > glob_disp_incr, > glob_h, > glob_max_h, > glob_min_h, > glob_type_given_pole, > glob_large_float, > glob_last_good_h, > glob_look_poles, > glob_neg_h, > glob_display_interval, > glob_next_display, > glob_dump_analytic, > glob_abserr, > glob_relerr, > glob_max_hours, > glob_max_iter, > glob_max_rel_trunc_err, > glob_max_trunc_err, > glob_no_eqs, > glob_optimal_clock_start_sec, > glob_optimal_start, > glob_small_float, > glob_smallish_float, > glob_unchanged_h_cnt, > glob_warned, > glob_warned2, > glob_max_sec, > glob_orig_start_sec, > glob_start, > glob_curr_iter_when_opt, > glob_current_iter, > glob_iter, > glob_normmax, > glob_max_minutes, > #Bottom Generate Globals Decl > #BEGIN CONST > array_const_1, > array_const_0D0, > array_const_0D3, > array_const_0D1, > array_const_0D2, > #END CONST > array_y_init, > array_norms, > array_fact_1, > array_pole, > array_real_pole, > array_complex_pole, > array_1st_rel_error, > array_last_rel_error, > array_type_pole, > array_type_real_pole, > array_type_complex_pole, > array_y, > array_x, > array_tmp0, > array_tmp1, > array_tmp2, > array_tmp3_g, > array_tmp3, > array_tmp4, > array_tmp5, > array_tmp6, > array_tmp7, > array_m1, > array_y_higher, > array_y_higher_work, > array_y_higher_work2, > array_y_set_initial, > array_poles, > array_given_rad_poles, > array_given_ord_poles, > array_real_poles, > array_complex_poles, > array_fact_2, > glob_last; > local cnt, dr1, dr2, ds1, ds2, hdrc, m, n, nr1, nr2, ord_no, rad_c, rcs, rm0, rm1, rm2, rm3, rm4, found_sing, h_new, ratio, term, local_test, tmp_rad, tmp_ratio, prev_tmp_rad; > #TOP CHECK FOR POLE > array_pole[1] := glob_large_float; > array_pole[2] := glob_large_float; > tmp_rad := glob_large_float; > prev_tmp_rad := glob_large_float; > tmp_ratio := glob_large_float; > rad_c := glob_large_float; > array_poles[1,1] := glob_large_float; > array_poles[1,2] := glob_large_float; > #TOP radius ratio test in Henrici1 > found_sing := 1; > n := glob_max_terms - 1 - 10; > cnt := 0; > while ((cnt < 5) and (found_sing = 1)) do # do number 1 > if ((omniabs(array_y_higher[1,n]) = 0.0) or (omniabs(array_y_higher[1,n+1]) = 0.0)) then # if number 2 > found_sing := 0; > else > tmp_rad := omniabs(array_y_higher[1,n] * glob_h / array_y_higher[1,n + 1]); > tmp_ratio := tmp_rad / prev_tmp_rad; > if ((cnt > 0 ) and (tmp_ratio < 2.0) and (tmp_ratio > 0.5)) then # if number 3 > if (tmp_rad < rad_c) then # if number 4 > rad_c := tmp_rad; > fi;# end if 4; > elif > (cnt = 0) then # if number 4 > if (tmp_rad < rad_c) then # if number 5 > rad_c := tmp_rad; > fi;# end if 5; > elif > (cnt > 0) then # if number 5 > found_sing := 0; > fi;# end if 5 > fi;# end if 4; > prev_tmp_rad := tmp_rad;; > cnt := cnt + 1; > n := n + 1; > od;# end do number 1; > if (found_sing = 1) then # if number 4 > if (rad_c < array_pole[1]) then # if number 5 > array_pole[1] := rad_c; > array_poles[1,1] := rad_c; > fi;# end if 5; > fi;# end if 4; > #BOTTOM radius ratio test in Henrici1 > #IN RADII REAL EQ = 1 > #Computes radius of convergence and r_order of pole from 3 adjacent Taylor series terms. EQUATUON NUMBER 1 > #Applies to pole of arbitrary r_order on the real axis, > #Due to Prof. George Corliss. > n := glob_max_terms; > m := n - 1 - 1; > while ((m >= 10) and ((omniabs(array_y_higher[1,m]) = 0.0) or (omniabs(array_y_higher[1,m-1]) = 0.0) or (omniabs(array_y_higher[1,m-2]) = 0.0))) do # do number 1 > m := m - 1; > od;# end do number 1; > if (m > 10) then # if number 4 > rm0 := array_y_higher[1,m]/array_y_higher[1,m-1]; > rm1 := array_y_higher[1,m-1]/array_y_higher[1,m-2]; > hdrc := convfloat(m)*rm0-convfloat(m-1)*rm1; > if (omniabs(hdrc) > 0.0) then # if number 5 > rcs := glob_h/hdrc; > ord_no := (rm1*convfloat((m-2)*(m-2))-rm0*convfloat(m-3))/hdrc; > array_real_poles[1,1] := rcs; > array_real_poles[1,2] := ord_no; > else > array_real_poles[1,1] := glob_large_float; > array_real_poles[1,2] := glob_large_float; > fi;# end if 5 > else > array_real_poles[1,1] := glob_large_float; > array_real_poles[1,2] := glob_large_float; > fi;# end if 4; > #BOTTOM RADII REAL EQ = 1 > #TOP RADII COMPLEX EQ = 1 > #Computes radius of convergence for complex conjugate pair of poles. > #from 6 adjacent Taylor series terms > #Also computes r_order of poles. > #Due to Manuel Prieto. > #With a correction by Dennis J. Darland > n := glob_max_terms - 1 - 1; > cnt := 0; > while ((cnt < 5) and (n >= 10)) do # do number 1 > if (omniabs(array_y_higher[1,n]) <> 0.0) then # if number 4 > cnt := cnt + 1; > else > cnt := 0; > fi;# end if 4; > n := n - 1; > od;# end do number 1; > m := n + cnt; > if (m <= 10) then # if number 4 > rad_c := glob_large_float; > ord_no := glob_large_float; > else > rm0 := (array_y_higher[1,m])/(array_y_higher[1,m-1]); > rm1 := (array_y_higher[1,m-1])/(array_y_higher[1,m-2]); > rm2 := (array_y_higher[1,m-2])/(array_y_higher[1,m-3]); > rm3 := (array_y_higher[1,m-3])/(array_y_higher[1,m-4]); > rm4 := (array_y_higher[1,m-4])/(array_y_higher[1,m-5]); > nr1 := convfloat(m-1)*rm0 - 2.0*convfloat(m-2)*rm1 + convfloat(m-3)*rm2; > nr2 := convfloat(m-2)*rm1 - 2.0*convfloat(m-3)*rm2 + convfloat(m-4)*rm3; > dr1 := (-1.0)/rm1 + 2.0/rm2 - 1.0/rm3; > dr2 := (-1.0)/rm2 + 2.0/rm3 - 1.0/rm4; > ds1 := 3.0/rm1 - 8.0/rm2 + 5.0/rm3; > ds2 := 3.0/rm2 - 8.0/rm3 + 5.0/rm4; > if ((omniabs(nr1 * dr2 - nr2 * dr1) = 0.0) or (omniabs(dr1) = 0.0)) then # if number 5 > rad_c := glob_large_float; > ord_no := glob_large_float; > else > if (omniabs(nr1*dr2 - nr2 * dr1) <> 0.0) then # if number 6 > rcs := ((ds1*dr2 - ds2*dr1 +dr1*dr2)/(nr1*dr2 - nr2 * dr1)); > #(Manuels) rcs := (ds1*dr2 - ds2*dr1)/(nr1*dr2 - nr2 * dr1) > ord_no := (rcs*nr1 - ds1)/(2.0*dr1) -convfloat(m)/2.0; > if (omniabs(rcs) <> 0.0) then # if number 7 > if (rcs > 0.0) then # if number 8 > rad_c := sqrt(rcs) * omniabs(glob_h); > else > rad_c := glob_large_float; > fi;# end if 8 > else > rad_c := glob_large_float; > ord_no := glob_large_float; > fi;# end if 7 > else > rad_c := glob_large_float; > ord_no := glob_large_float; > fi;# end if 6 > fi;# end if 5; > array_complex_poles[1,1] := rad_c; > array_complex_poles[1,2] := ord_no; > fi;# end if 4; > #BOTTOM RADII COMPLEX EQ = 1 > #START ADJUST ALL SERIES > if (array_pole[1] * glob_ratio_of_radius < omniabs(glob_h)) then # if number 4 > h_new := array_pole[1] * glob_ratio_of_radius; > term := 1; > ratio := 1.0; > while (term <= glob_max_terms) do # do number 1 > array_y[term] := array_y[term]* ratio; > array_y_higher[1,term] := array_y_higher[1,term]* ratio; > array_x[term] := array_x[term]* ratio; > ratio := ratio * h_new / omniabs(glob_h); > term := term + 1; > od;# end do number 1; > glob_h := h_new; > fi;# end if 4; > #BOTTOM ADJUST ALL SERIES > ; > if (reached_interval()) then # if number 4 > display_poles(); > fi;# end if 4 > end; check_for_pole := proc() local cnt, dr1, dr2, ds1, ds2, hdrc, m, n, nr1, nr2, ord_no, rad_c, rcs, rm0, rm1, rm2, rm3, rm4, found_sing, h_new, ratio, term, local_test, tmp_rad, tmp_ratio, prev_tmp_rad; global glob_max_terms, glob_iolevel, glob_yes_pole, glob_no_pole, glob_not_given, ALWAYS, INFO, DEBUGL, DEBUGMASSIVE, MAX_UNCHANGED, glob_check_sign, glob_desired_digits_correct, glob_max_estimated_step_error, glob_ratio_of_radius, glob_percent_done, glob_subiter_method, glob_total_exp_sec, glob_optimal_expect_sec, glob_html_log, glob_good_digits, glob_max_opt_iter, glob_dump, glob_djd_debug, glob_display_flag, glob_djd_debug2, glob_sec_in_minute, glob_min_in_hour, glob_hours_in_day, glob_days_in_year, glob_sec_in_hour, glob_sec_in_day, glob_sec_in_year, glob_almost_1, glob_clock_sec, glob_clock_start_sec, glob_not_yet_finished, glob_initial_pass, glob_not_yet_start_msg, glob_reached_optimal_h, glob_optimal_done, glob_disp_incr, glob_h, glob_max_h, glob_min_h, glob_type_given_pole, glob_large_float, glob_last_good_h, glob_look_poles, glob_neg_h, glob_display_interval, glob_next_display, glob_dump_analytic, glob_abserr, glob_relerr, glob_max_hours, glob_max_iter, glob_max_rel_trunc_err, glob_max_trunc_err, glob_no_eqs, glob_optimal_clock_start_sec, glob_optimal_start, glob_small_float, glob_smallish_float, glob_unchanged_h_cnt, glob_warned, glob_warned2, glob_max_sec, glob_orig_start_sec, glob_start, glob_curr_iter_when_opt, glob_current_iter, glob_iter, glob_normmax, glob_max_minutes, array_const_1, array_const_0D0, array_const_0D3, array_const_0D1, array_const_0D2, array_y_init, array_norms, array_fact_1, array_pole, array_real_pole, array_complex_pole, array_1st_rel_error, array_last_rel_error, array_type_pole, array_type_real_pole, array_type_complex_pole, array_y, array_x, array_tmp0, array_tmp1, array_tmp2, array_tmp3_g, array_tmp3, array_tmp4, array_tmp5, array_tmp6, array_tmp7, array_m1, array_y_higher, array_y_higher_work, array_y_higher_work2, array_y_set_initial, array_poles, array_given_rad_poles, array_given_ord_poles, array_real_poles, array_complex_poles, array_fact_2, glob_last; array_pole[1] := glob_large_float; array_pole[2] := glob_large_float; tmp_rad := glob_large_float; prev_tmp_rad := glob_large_float; tmp_ratio := glob_large_float; rad_c := glob_large_float; array_poles[1, 1] := glob_large_float; array_poles[1, 2] := glob_large_float; found_sing := 1; n := glob_max_terms - 11; cnt := 0; while cnt < 5 and found_sing = 1 do if omniabs(array_y_higher[1, n]) = 0. or omniabs(array_y_higher[1, n + 1]) = 0. then found_sing := 0 else tmp_rad := omniabs( array_y_higher[1, n]*glob_h/array_y_higher[1, n + 1]); tmp_ratio := tmp_rad/prev_tmp_rad; if 0 < cnt and tmp_ratio < 2.0 and 0.5 < tmp_ratio then if tmp_rad < rad_c then rad_c := tmp_rad end if elif cnt = 0 then if tmp_rad < rad_c then rad_c := tmp_rad end if elif 0 < cnt then found_sing := 0 end if end if; prev_tmp_rad := tmp_rad; cnt := cnt + 1; n := n + 1 end do; if found_sing = 1 then if rad_c < array_pole[1] then array_pole[1] := rad_c; array_poles[1, 1] := rad_c end if end if; n := glob_max_terms; m := n - 2; while 10 <= m and (omniabs(array_y_higher[1, m]) = 0. or omniabs(array_y_higher[1, m - 1]) = 0. or omniabs(array_y_higher[1, m - 2]) = 0.) do m := m - 1 end do; if 10 < m then rm0 := array_y_higher[1, m]/array_y_higher[1, m - 1]; rm1 := array_y_higher[1, m - 1]/array_y_higher[1, m - 2]; hdrc := convfloat(m)*rm0 - convfloat(m - 1)*rm1; if 0. < omniabs(hdrc) then rcs := glob_h/hdrc; ord_no := ( rm1*convfloat((m - 2)*(m - 2)) - rm0*convfloat(m - 3))/hdrc ; array_real_poles[1, 1] := rcs; array_real_poles[1, 2] := ord_no else array_real_poles[1, 1] := glob_large_float; array_real_poles[1, 2] := glob_large_float end if else array_real_poles[1, 1] := glob_large_float; array_real_poles[1, 2] := glob_large_float end if; n := glob_max_terms - 2; cnt := 0; while cnt < 5 and 10 <= n do if omniabs(array_y_higher[1, n]) <> 0. then cnt := cnt + 1 else cnt := 0 end if; n := n - 1 end do; m := n + cnt; if m <= 10 then rad_c := glob_large_float; ord_no := glob_large_float else rm0 := array_y_higher[1, m]/array_y_higher[1, m - 1]; rm1 := array_y_higher[1, m - 1]/array_y_higher[1, m - 2]; rm2 := array_y_higher[1, m - 2]/array_y_higher[1, m - 3]; rm3 := array_y_higher[1, m - 3]/array_y_higher[1, m - 4]; rm4 := array_y_higher[1, m - 4]/array_y_higher[1, m - 5]; nr1 := convfloat(m - 1)*rm0 - 2.0*convfloat(m - 2)*rm1 + convfloat(m - 3)*rm2; nr2 := convfloat(m - 2)*rm1 - 2.0*convfloat(m - 3)*rm2 + convfloat(m - 4)*rm3; dr1 := (-1)*(1.0)/rm1 + 2.0/rm2 - 1.0/rm3; dr2 := (-1)*(1.0)/rm2 + 2.0/rm3 - 1.0/rm4; ds1 := 3.0/rm1 - 8.0/rm2 + 5.0/rm3; ds2 := 3.0/rm2 - 8.0/rm3 + 5.0/rm4; if omniabs(nr1*dr2 - nr2*dr1) = 0. or omniabs(dr1) = 0. then rad_c := glob_large_float; ord_no := glob_large_float else if omniabs(nr1*dr2 - nr2*dr1) <> 0. then rcs := (ds1*dr2 - ds2*dr1 + dr1*dr2)/(nr1*dr2 - nr2*dr1); ord_no := (rcs*nr1 - ds1)/(2.0*dr1) - convfloat(m)/2.0; if omniabs(rcs) <> 0. then if 0. < rcs then rad_c := sqrt(rcs)*omniabs(glob_h) else rad_c := glob_large_float end if else rad_c := glob_large_float; ord_no := glob_large_float end if else rad_c := glob_large_float; ord_no := glob_large_float end if end if; array_complex_poles[1, 1] := rad_c; array_complex_poles[1, 2] := ord_no end if; if array_pole[1]*glob_ratio_of_radius < omniabs(glob_h) then h_new := array_pole[1]*glob_ratio_of_radius; term := 1; ratio := 1.0; while term <= glob_max_terms do array_y[term] := array_y[term]*ratio; array_y_higher[1, term] := array_y_higher[1, term]*ratio; array_x[term] := array_x[term]*ratio; ratio := ratio*h_new/omniabs(glob_h); term := term + 1 end do; glob_h := h_new end if; if reached_interval() then display_poles() end if end proc > # End Function number 11 > # Begin Function number 12 > get_norms := proc() > global > glob_max_terms, > glob_iolevel, > glob_yes_pole, > glob_no_pole, > glob_not_given, > ALWAYS, > INFO, > DEBUGL, > DEBUGMASSIVE, > #Top Generate Globals Decl > MAX_UNCHANGED, > glob_check_sign, > glob_desired_digits_correct, > glob_max_estimated_step_error, > glob_ratio_of_radius, > glob_percent_done, > glob_subiter_method, > glob_total_exp_sec, > glob_optimal_expect_sec, > glob_html_log, > glob_good_digits, > glob_max_opt_iter, > glob_dump, > glob_djd_debug, > glob_display_flag, > glob_djd_debug2, > glob_sec_in_minute, > glob_min_in_hour, > glob_hours_in_day, > glob_days_in_year, > glob_sec_in_hour, > glob_sec_in_day, > glob_sec_in_year, > glob_almost_1, > glob_clock_sec, > glob_clock_start_sec, > glob_not_yet_finished, > glob_initial_pass, > glob_not_yet_start_msg, > glob_reached_optimal_h, > glob_optimal_done, > glob_disp_incr, > glob_h, > glob_max_h, > glob_min_h, > glob_type_given_pole, > glob_large_float, > glob_last_good_h, > glob_look_poles, > glob_neg_h, > glob_display_interval, > glob_next_display, > glob_dump_analytic, > glob_abserr, > glob_relerr, > glob_max_hours, > glob_max_iter, > glob_max_rel_trunc_err, > glob_max_trunc_err, > glob_no_eqs, > glob_optimal_clock_start_sec, > glob_optimal_start, > glob_small_float, > glob_smallish_float, > glob_unchanged_h_cnt, > glob_warned, > glob_warned2, > glob_max_sec, > glob_orig_start_sec, > glob_start, > glob_curr_iter_when_opt, > glob_current_iter, > glob_iter, > glob_normmax, > glob_max_minutes, > #Bottom Generate Globals Decl > #BEGIN CONST > array_const_1, > array_const_0D0, > array_const_0D3, > array_const_0D1, > array_const_0D2, > #END CONST > array_y_init, > array_norms, > array_fact_1, > array_pole, > array_real_pole, > array_complex_pole, > array_1st_rel_error, > array_last_rel_error, > array_type_pole, > array_type_real_pole, > array_type_complex_pole, > array_y, > array_x, > array_tmp0, > array_tmp1, > array_tmp2, > array_tmp3_g, > array_tmp3, > array_tmp4, > array_tmp5, > array_tmp6, > array_tmp7, > array_m1, > array_y_higher, > array_y_higher_work, > array_y_higher_work2, > array_y_set_initial, > array_poles, > array_given_rad_poles, > array_given_ord_poles, > array_real_poles, > array_complex_poles, > array_fact_2, > glob_last; > local iii; > if ( not glob_initial_pass) then # if number 4 > iii := 1; > while (iii <= glob_max_terms) do # do number 1 > array_norms[iii] := 0.0; > iii := iii + 1; > od;# end do number 1; > #TOP GET NORMS > iii := 1; > while (iii <= glob_max_terms) do # do number 1 > if (omniabs(array_y[iii]) > array_norms[iii]) then # if number 5 > array_norms[iii] := omniabs(array_y[iii]); > fi;# end if 5; > iii := iii + 1; > od;# end do number 1 > #BOTTOM GET NORMS > ; > fi;# end if 4; > end; get_norms := proc() local iii; global glob_max_terms, glob_iolevel, glob_yes_pole, glob_no_pole, glob_not_given, ALWAYS, INFO, DEBUGL, DEBUGMASSIVE, MAX_UNCHANGED, glob_check_sign, glob_desired_digits_correct, glob_max_estimated_step_error, glob_ratio_of_radius, glob_percent_done, glob_subiter_method, glob_total_exp_sec, glob_optimal_expect_sec, glob_html_log, glob_good_digits, glob_max_opt_iter, glob_dump, glob_djd_debug, glob_display_flag, glob_djd_debug2, glob_sec_in_minute, glob_min_in_hour, glob_hours_in_day, glob_days_in_year, glob_sec_in_hour, glob_sec_in_day, glob_sec_in_year, glob_almost_1, glob_clock_sec, glob_clock_start_sec, glob_not_yet_finished, glob_initial_pass, glob_not_yet_start_msg, glob_reached_optimal_h, glob_optimal_done, glob_disp_incr, glob_h, glob_max_h, glob_min_h, glob_type_given_pole, glob_large_float, glob_last_good_h, glob_look_poles, glob_neg_h, glob_display_interval, glob_next_display, glob_dump_analytic, glob_abserr, glob_relerr, glob_max_hours, glob_max_iter, glob_max_rel_trunc_err, glob_max_trunc_err, glob_no_eqs, glob_optimal_clock_start_sec, glob_optimal_start, glob_small_float, glob_smallish_float, glob_unchanged_h_cnt, glob_warned, glob_warned2, glob_max_sec, glob_orig_start_sec, glob_start, glob_curr_iter_when_opt, glob_current_iter, glob_iter, glob_normmax, glob_max_minutes, array_const_1, array_const_0D0, array_const_0D3, array_const_0D1, array_const_0D2, array_y_init, array_norms, array_fact_1, array_pole, array_real_pole, array_complex_pole, array_1st_rel_error, array_last_rel_error, array_type_pole, array_type_real_pole, array_type_complex_pole, array_y, array_x, array_tmp0, array_tmp1, array_tmp2, array_tmp3_g, array_tmp3, array_tmp4, array_tmp5, array_tmp6, array_tmp7, array_m1, array_y_higher, array_y_higher_work, array_y_higher_work2, array_y_set_initial, array_poles, array_given_rad_poles, array_given_ord_poles, array_real_poles, array_complex_poles, array_fact_2, glob_last; if not glob_initial_pass then iii := 1; while iii <= glob_max_terms do array_norms[iii] := 0.; iii := iii + 1 end do; iii := 1; while iii <= glob_max_terms do if array_norms[iii] < omniabs(array_y[iii]) then array_norms[iii] := omniabs(array_y[iii]) end if; iii := iii + 1 end do end if end proc > # End Function number 12 > # Begin Function number 13 > atomall := proc() > global > glob_max_terms, > glob_iolevel, > glob_yes_pole, > glob_no_pole, > glob_not_given, > ALWAYS, > INFO, > DEBUGL, > DEBUGMASSIVE, > #Top Generate Globals Decl > MAX_UNCHANGED, > glob_check_sign, > glob_desired_digits_correct, > glob_max_estimated_step_error, > glob_ratio_of_radius, > glob_percent_done, > glob_subiter_method, > glob_total_exp_sec, > glob_optimal_expect_sec, > glob_html_log, > glob_good_digits, > glob_max_opt_iter, > glob_dump, > glob_djd_debug, > glob_display_flag, > glob_djd_debug2, > glob_sec_in_minute, > glob_min_in_hour, > glob_hours_in_day, > glob_days_in_year, > glob_sec_in_hour, > glob_sec_in_day, > glob_sec_in_year, > glob_almost_1, > glob_clock_sec, > glob_clock_start_sec, > glob_not_yet_finished, > glob_initial_pass, > glob_not_yet_start_msg, > glob_reached_optimal_h, > glob_optimal_done, > glob_disp_incr, > glob_h, > glob_max_h, > glob_min_h, > glob_type_given_pole, > glob_large_float, > glob_last_good_h, > glob_look_poles, > glob_neg_h, > glob_display_interval, > glob_next_display, > glob_dump_analytic, > glob_abserr, > glob_relerr, > glob_max_hours, > glob_max_iter, > glob_max_rel_trunc_err, > glob_max_trunc_err, > glob_no_eqs, > glob_optimal_clock_start_sec, > glob_optimal_start, > glob_small_float, > glob_smallish_float, > glob_unchanged_h_cnt, > glob_warned, > glob_warned2, > glob_max_sec, > glob_orig_start_sec, > glob_start, > glob_curr_iter_when_opt, > glob_current_iter, > glob_iter, > glob_normmax, > glob_max_minutes, > #Bottom Generate Globals Decl > #BEGIN CONST > array_const_1, > array_const_0D0, > array_const_0D3, > array_const_0D1, > array_const_0D2, > #END CONST > array_y_init, > array_norms, > array_fact_1, > array_pole, > array_real_pole, > array_complex_pole, > array_1st_rel_error, > array_last_rel_error, > array_type_pole, > array_type_real_pole, > array_type_complex_pole, > array_y, > array_x, > array_tmp0, > array_tmp1, > array_tmp2, > array_tmp3_g, > array_tmp3, > array_tmp4, > array_tmp5, > array_tmp6, > array_tmp7, > array_m1, > array_y_higher, > array_y_higher_work, > array_y_higher_work2, > array_y_set_initial, > array_poles, > array_given_rad_poles, > array_given_ord_poles, > array_real_poles, > array_complex_poles, > array_fact_2, > glob_last; > local kkk, order_d, adj2, adj3 , temporary, term; > #TOP ATOMALL > #END OUTFILE1 > #BEGIN ATOMHDR1 > #emit pre mult CONST - LINEAR $eq_no = 1 i = 1 > array_tmp1[1] := array_const_0D3[1] * array_x[1]; > #emit pre add LINEAR - CONST $eq_no = 1 i = 1 > array_tmp2[1] := array_tmp1[1] + array_const_0D1[1]; > #emit pre sin 1 $eq_no = 1 > array_tmp3[1] := sin(array_tmp2[1]); > array_tmp3_g[1] := cos(array_tmp2[1]); > #emit pre add CONST FULL $eq_no = 1 i = 1 > array_tmp4[1] := array_const_0D0[1] + array_tmp3[1]; > #emit pre mult CONST - LINEAR $eq_no = 1 i = 1 > array_tmp5[1] := array_const_0D1[1] * array_x[1]; > #emit pre add LINEAR - CONST $eq_no = 1 i = 1 > array_tmp6[1] := array_tmp5[1] + array_const_0D2[1]; > #emit pre sub FULL - LINEAR $eq_no = 1 i = 1 > array_tmp7[1] := array_tmp4[1] - array_tmp6[1]; > #emit pre assign xxx $eq_no = 1 i = 1 $min_hdrs = 5 > if ( not array_y_set_initial[1,2]) then # if number 1 > if (1 <= glob_max_terms) then # if number 2 > temporary := array_tmp7[1] * expt(glob_h , (1)) * factorial_3(0,1); > array_y[2] := temporary; > array_y_higher[1,2] := temporary; > temporary := temporary / glob_h * (1.0); > array_y_higher[2,1] := temporary; > fi;# end if 2; > fi;# end if 1; > kkk := 2; > #END ATOMHDR1 > #BEGIN ATOMHDR2 > #emit pre mult CONST - LINEAR $eq_no = 1 i = 2 > array_tmp1[2] := array_const_0D3[1] * array_x[2]; > #emit pre add LINEAR - CONST $eq_no = 1 i = 2 > array_tmp2[2] := array_tmp1[2]; > #emit pre sin ID_LINEAR iii = 2 $eq_no = 1 > array_tmp3[2] := array_tmp3_g[1] * array_tmp2[2] / 1; > array_tmp3_g[2] := -array_tmp3[1] * array_tmp2[2] / 1; > #emit pre add CONST FULL $eq_no = 1 i = 2 > array_tmp4[2] := array_tmp3[2]; > #emit pre mult CONST - LINEAR $eq_no = 1 i = 2 > array_tmp5[2] := array_const_0D1[1] * array_x[2]; > #emit pre add LINEAR - CONST $eq_no = 1 i = 2 > array_tmp6[2] := array_tmp5[2]; > #emit pre sub FULL - LINEAR $eq_no = 1 i = 2 > array_tmp7[2] := array_tmp4[2] - array_tmp6[2]; > #emit pre assign xxx $eq_no = 1 i = 2 $min_hdrs = 5 > if ( not array_y_set_initial[1,3]) then # if number 1 > if (2 <= glob_max_terms) then # if number 2 > temporary := array_tmp7[2] * expt(glob_h , (1)) * factorial_3(1,2); > array_y[3] := temporary; > array_y_higher[1,3] := temporary; > temporary := temporary / glob_h * (2.0); > array_y_higher[2,2] := temporary; > fi;# end if 2; > fi;# end if 1; > kkk := 3; > #END ATOMHDR2 > #BEGIN ATOMHDR3 > #emit pre sin ID_LINEAR iii = 3 $eq_no = 1 > array_tmp3[3] := array_tmp3_g[2] * array_tmp2[2] / 2; > array_tmp3_g[3] := -array_tmp3[2] * array_tmp2[2] / 2; > #emit pre add CONST FULL $eq_no = 1 i = 3 > array_tmp4[3] := array_tmp3[3]; > #emit pre sub FULL - LINEAR $eq_no = 1 i = 3 > array_tmp7[3] := array_tmp4[3]; > #emit pre assign xxx $eq_no = 1 i = 3 $min_hdrs = 5 > if ( not array_y_set_initial[1,4]) then # if number 1 > if (3 <= glob_max_terms) then # if number 2 > temporary := array_tmp7[3] * expt(glob_h , (1)) * factorial_3(2,3); > array_y[4] := temporary; > array_y_higher[1,4] := temporary; > temporary := temporary / glob_h * (3.0); > array_y_higher[2,3] := temporary; > fi;# end if 2; > fi;# end if 1; > kkk := 4; > #END ATOMHDR3 > #BEGIN ATOMHDR4 > #emit pre sin ID_LINEAR iii = 4 $eq_no = 1 > array_tmp3[4] := array_tmp3_g[3] * array_tmp2[2] / 3; > array_tmp3_g[4] := -array_tmp3[3] * array_tmp2[2] / 3; > #emit pre add CONST FULL $eq_no = 1 i = 4 > array_tmp4[4] := array_tmp3[4]; > #emit pre sub FULL - LINEAR $eq_no = 1 i = 4 > array_tmp7[4] := array_tmp4[4]; > #emit pre assign xxx $eq_no = 1 i = 4 $min_hdrs = 5 > if ( not array_y_set_initial[1,5]) then # if number 1 > if (4 <= glob_max_terms) then # if number 2 > temporary := array_tmp7[4] * expt(glob_h , (1)) * factorial_3(3,4); > array_y[5] := temporary; > array_y_higher[1,5] := temporary; > temporary := temporary / glob_h * (4.0); > array_y_higher[2,4] := temporary; > fi;# end if 2; > fi;# end if 1; > kkk := 5; > #END ATOMHDR4 > #BEGIN ATOMHDR5 > #emit pre sin ID_LINEAR iii = 5 $eq_no = 1 > array_tmp3[5] := array_tmp3_g[4] * array_tmp2[2] / 4; > array_tmp3_g[5] := -array_tmp3[4] * array_tmp2[2] / 4; > #emit pre add CONST FULL $eq_no = 1 i = 5 > array_tmp4[5] := array_tmp3[5]; > #emit pre sub FULL - LINEAR $eq_no = 1 i = 5 > array_tmp7[5] := array_tmp4[5]; > #emit pre assign xxx $eq_no = 1 i = 5 $min_hdrs = 5 > if ( not array_y_set_initial[1,6]) then # if number 1 > if (5 <= glob_max_terms) then # if number 2 > temporary := array_tmp7[5] * expt(glob_h , (1)) * factorial_3(4,5); > array_y[6] := temporary; > array_y_higher[1,6] := temporary; > temporary := temporary / glob_h * (5.0); > array_y_higher[2,5] := temporary; > fi;# end if 2; > fi;# end if 1; > kkk := 6; > #END ATOMHDR5 > #BEGIN OUTFILE3 > #Top Atomall While Loop-- outfile3 > while (kkk <= glob_max_terms) do # do number 1 > #END OUTFILE3 > #BEGIN OUTFILE4 > #emit sin LINEAR $eq_no = 1 > array_tmp3[kkk] := array_tmp3_g[kkk - 1] * array_tmp2[2] / (kkk - 1); > array_tmp3_g[kkk] := -array_tmp3[kkk - 1] * array_tmp2[2] / (kkk - 1); > #emit NOT FULL - FULL add $eq_no = 1 > array_tmp4[kkk] := array_tmp3[kkk]; > #emit FULL - NOT FULL sub $eq_no = 1 > array_tmp7[kkk] := array_tmp4[kkk]; > #emit assign $eq_no = 1 > order_d := 1; > if (kkk + order_d < glob_max_terms) then # if number 1 > if ( not array_y_set_initial[1,kkk + order_d]) then # if number 2 > temporary := array_tmp7[kkk] * expt(glob_h , (order_d)) * factorial_3((kkk - 1),(kkk + order_d - 1)); > array_y[kkk + order_d] := temporary; > array_y_higher[1,kkk + order_d] := temporary; > term := kkk + order_d - 1; > adj2 := kkk + order_d - 1; > adj3 := 2; > while (term >= 1) do # do number 1 > if (adj3 <= order_d + 1) then # if number 3 > if (adj2 > 0) then # if number 4 > temporary := temporary / glob_h * convfp(adj2); > else > temporary := temporary; > fi;# end if 4; > array_y_higher[adj3,term] := temporary; > fi;# end if 3; > term := term - 1; > adj2 := adj2 - 1; > adj3 := adj3 + 1; > od;# end do number 1 > fi;# end if 2 > fi;# end if 1; > kkk := kkk + 1; > od;# end do number 1; > #BOTTOM ATOMALL > #END OUTFILE4 > #BEGIN OUTFILE5 > #BOTTOM ATOMALL ??? > end; atomall := proc() local kkk, order_d, adj2, adj3, temporary, term; global glob_max_terms, glob_iolevel, glob_yes_pole, glob_no_pole, glob_not_given, ALWAYS, INFO, DEBUGL, DEBUGMASSIVE, MAX_UNCHANGED, glob_check_sign, glob_desired_digits_correct, glob_max_estimated_step_error, glob_ratio_of_radius, glob_percent_done, glob_subiter_method, glob_total_exp_sec, glob_optimal_expect_sec, glob_html_log, glob_good_digits, glob_max_opt_iter, glob_dump, glob_djd_debug, glob_display_flag, glob_djd_debug2, glob_sec_in_minute, glob_min_in_hour, glob_hours_in_day, glob_days_in_year, glob_sec_in_hour, glob_sec_in_day, glob_sec_in_year, glob_almost_1, glob_clock_sec, glob_clock_start_sec, glob_not_yet_finished, glob_initial_pass, glob_not_yet_start_msg, glob_reached_optimal_h, glob_optimal_done, glob_disp_incr, glob_h, glob_max_h, glob_min_h, glob_type_given_pole, glob_large_float, glob_last_good_h, glob_look_poles, glob_neg_h, glob_display_interval, glob_next_display, glob_dump_analytic, glob_abserr, glob_relerr, glob_max_hours, glob_max_iter, glob_max_rel_trunc_err, glob_max_trunc_err, glob_no_eqs, glob_optimal_clock_start_sec, glob_optimal_start, glob_small_float, glob_smallish_float, glob_unchanged_h_cnt, glob_warned, glob_warned2, glob_max_sec, glob_orig_start_sec, glob_start, glob_curr_iter_when_opt, glob_current_iter, glob_iter, glob_normmax, glob_max_minutes, array_const_1, array_const_0D0, array_const_0D3, array_const_0D1, array_const_0D2, array_y_init, array_norms, array_fact_1, array_pole, array_real_pole, array_complex_pole, array_1st_rel_error, array_last_rel_error, array_type_pole, array_type_real_pole, array_type_complex_pole, array_y, array_x, array_tmp0, array_tmp1, array_tmp2, array_tmp3_g, array_tmp3, array_tmp4, array_tmp5, array_tmp6, array_tmp7, array_m1, array_y_higher, array_y_higher_work, array_y_higher_work2, array_y_set_initial, array_poles, array_given_rad_poles, array_given_ord_poles, array_real_poles, array_complex_poles, array_fact_2, glob_last; array_tmp1[1] := array_const_0D3[1]*array_x[1]; array_tmp2[1] := array_tmp1[1] + array_const_0D1[1]; array_tmp3[1] := sin(array_tmp2[1]); array_tmp3_g[1] := cos(array_tmp2[1]); array_tmp4[1] := array_const_0D0[1] + array_tmp3[1]; array_tmp5[1] := array_const_0D1[1]*array_x[1]; array_tmp6[1] := array_tmp5[1] + array_const_0D2[1]; array_tmp7[1] := array_tmp4[1] - array_tmp6[1]; if not array_y_set_initial[1, 2] then if 1 <= glob_max_terms then temporary := array_tmp7[1]*expt(glob_h, 1)*factorial_3(0, 1); array_y[2] := temporary; array_y_higher[1, 2] := temporary; temporary := temporary*1.0/glob_h; array_y_higher[2, 1] := temporary end if end if; kkk := 2; array_tmp1[2] := array_const_0D3[1]*array_x[2]; array_tmp2[2] := array_tmp1[2]; array_tmp3[2] := array_tmp3_g[1]*array_tmp2[2]; array_tmp3_g[2] := -array_tmp3[1]*array_tmp2[2]; array_tmp4[2] := array_tmp3[2]; array_tmp5[2] := array_const_0D1[1]*array_x[2]; array_tmp6[2] := array_tmp5[2]; array_tmp7[2] := array_tmp4[2] - array_tmp6[2]; if not array_y_set_initial[1, 3] then if 2 <= glob_max_terms then temporary := array_tmp7[2]*expt(glob_h, 1)*factorial_3(1, 2); array_y[3] := temporary; array_y_higher[1, 3] := temporary; temporary := temporary*2.0/glob_h; array_y_higher[2, 2] := temporary end if end if; kkk := 3; array_tmp3[3] := 1/2*array_tmp3_g[2]*array_tmp2[2]; array_tmp3_g[3] := -1/2*array_tmp3[2]*array_tmp2[2]; array_tmp4[3] := array_tmp3[3]; array_tmp7[3] := array_tmp4[3]; if not array_y_set_initial[1, 4] then if 3 <= glob_max_terms then temporary := array_tmp7[3]*expt(glob_h, 1)*factorial_3(2, 3); array_y[4] := temporary; array_y_higher[1, 4] := temporary; temporary := temporary*3.0/glob_h; array_y_higher[2, 3] := temporary end if end if; kkk := 4; array_tmp3[4] := 1/3*array_tmp3_g[3]*array_tmp2[2]; array_tmp3_g[4] := -1/3*array_tmp3[3]*array_tmp2[2]; array_tmp4[4] := array_tmp3[4]; array_tmp7[4] := array_tmp4[4]; if not array_y_set_initial[1, 5] then if 4 <= glob_max_terms then temporary := array_tmp7[4]*expt(glob_h, 1)*factorial_3(3, 4); array_y[5] := temporary; array_y_higher[1, 5] := temporary; temporary := temporary*4.0/glob_h; array_y_higher[2, 4] := temporary end if end if; kkk := 5; array_tmp3[5] := 1/4*array_tmp3_g[4]*array_tmp2[2]; array_tmp3_g[5] := -1/4*array_tmp3[4]*array_tmp2[2]; array_tmp4[5] := array_tmp3[5]; array_tmp7[5] := array_tmp4[5]; if not array_y_set_initial[1, 6] then if 5 <= glob_max_terms then temporary := array_tmp7[5]*expt(glob_h, 1)*factorial_3(4, 5); array_y[6] := temporary; array_y_higher[1, 6] := temporary; temporary := temporary*5.0/glob_h; array_y_higher[2, 5] := temporary end if end if; kkk := 6; while kkk <= glob_max_terms do array_tmp3[kkk] := array_tmp3_g[kkk - 1]*array_tmp2[2]/(kkk - 1); array_tmp3_g[kkk] := -array_tmp3[kkk - 1]*array_tmp2[2]/(kkk - 1); array_tmp4[kkk] := array_tmp3[kkk]; array_tmp7[kkk] := array_tmp4[kkk]; order_d := 1; if kkk + order_d < glob_max_terms then if not array_y_set_initial[1, kkk + order_d] then temporary := array_tmp7[kkk]*expt(glob_h, order_d)* factorial_3(kkk - 1, kkk + order_d - 1); array_y[kkk + order_d] := temporary; array_y_higher[1, kkk + order_d] := temporary; term := kkk + order_d - 1; adj2 := kkk + order_d - 1; adj3 := 2; while 1 <= term do if adj3 <= order_d + 1 then if 0 < adj2 then temporary := temporary*convfp(adj2)/glob_h else temporary := temporary end if; array_y_higher[adj3, term] := temporary end if; term := term - 1; adj2 := adj2 - 1; adj3 := adj3 + 1 end do end if end if; kkk := kkk + 1 end do end proc > # End Function number 13 > #BEGIN ATS LIBRARY BLOCK > # Begin Function number 2 > omniout_str := proc(iolevel,str) > global glob_iolevel; > if (glob_iolevel >= iolevel) then # if number 1 > printf("%s\n",str); > fi;# end if 1; > end; omniout_str := proc(iolevel, str) global glob_iolevel; if iolevel <= glob_iolevel then printf("%s ", str) end if end proc > # End Function number 2 > # Begin Function number 3 > omniout_str_noeol := proc(iolevel,str) > global glob_iolevel; > if (glob_iolevel >= iolevel) then # if number 1 > printf("%s",str); > fi;# end if 1; > end; omniout_str_noeol := proc(iolevel, str) global glob_iolevel; if iolevel <= glob_iolevel then printf("%s", str) end if end proc > # End Function number 3 > # Begin Function number 4 > omniout_labstr := proc(iolevel,label,str) > global glob_iolevel; > if (glob_iolevel >= iolevel) then # if number 1 > print(label,str); > fi;# end if 1; > end; omniout_labstr := proc(iolevel, label, str) global glob_iolevel; if iolevel <= glob_iolevel then print(label, str) end if end proc > # End Function number 4 > # Begin Function number 5 > omniout_float := proc(iolevel,prelabel,prelen,value,vallen,postlabel) > global glob_iolevel; > if (glob_iolevel >= iolevel) then # if number 1 > if vallen = 4 then > printf("%-30s = %-42.4g %s \n",prelabel,value, postlabel); > else > printf("%-30s = %-42.32g %s \n",prelabel,value, postlabel); > fi;# end if 1; > fi;# end if 0; > end; omniout_float := proc(iolevel, prelabel, prelen, value, vallen, postlabel) global glob_iolevel; if iolevel <= glob_iolevel then if vallen = 4 then printf("%-30s = %-42.4g %s ", prelabel, value, postlabel) else printf("%-30s = %-42.32g %s ", prelabel, value, postlabel) end if end if end proc > # End Function number 5 > # Begin Function number 6 > omniout_int := proc(iolevel,prelabel,prelen,value,vallen,postlabel) > global glob_iolevel; > if (glob_iolevel >= iolevel) then # if number 0 > if vallen = 5 then # if number 1 > printf("%-30s = %-32d %s\n",prelabel,value, postlabel); > else > printf("%-30s = %-32d %s \n",prelabel,value, postlabel); > fi;# end if 1; > fi;# end if 0; > end; omniout_int := proc(iolevel, prelabel, prelen, value, vallen, postlabel) global glob_iolevel; if iolevel <= glob_iolevel then if vallen = 5 then printf("%-30s = %-32d %s ", prelabel, value, postlabel) else printf("%-30s = %-32d %s ", prelabel, value, postlabel) end if end if end proc > # End Function number 6 > # Begin Function number 7 > omniout_float_arr := proc(iolevel,prelabel,elemnt,prelen,value,vallen,postlabel) > global glob_iolevel; > if (glob_iolevel >= iolevel) then # if number 0 > print(prelabel,"[",elemnt,"]",value, postlabel); > fi;# end if 0; > end; omniout_float_arr := proc( iolevel, prelabel, elemnt, prelen, value, vallen, postlabel) global glob_iolevel; if iolevel <= glob_iolevel then print(prelabel, "[", elemnt, "]", value, postlabel) end if end proc > # End Function number 7 > # Begin Function number 8 > dump_series := proc(iolevel,dump_label,series_name,arr_series,numb) > global glob_iolevel; > local i; > if (glob_iolevel >= iolevel) then # if number 0 > i := 1; > while (i <= numb) do # do number 1 > print(dump_label,series_name > ,i,arr_series[i]); > i := i + 1; > od;# end do number 1 > fi;# end if 0 > end; dump_series := proc(iolevel, dump_label, series_name, arr_series, numb) local i; global glob_iolevel; if iolevel <= glob_iolevel then i := 1; while i <= numb do print(dump_label, series_name, i, arr_series[i]); i := i + 1 end do end if end proc > # End Function number 8 > # Begin Function number 9 > dump_series_2 := proc(iolevel,dump_label,series_name2,arr_series2,numb,subnum,arr_x) > global glob_iolevel; > local i,sub,ts_term; > if (glob_iolevel >= iolevel) then # if number 0 > sub := 1; > while (sub <= subnum) do # do number 1 > i := 1; > while (i <= numb) do # do number 2 > print(dump_label,series_name2,sub,i,arr_series2[sub,i]); > od;# end do number 2; > sub := sub + 1; > od;# end do number 1; > fi;# end if 0; > end; dump_series_2 := proc( iolevel, dump_label, series_name2, arr_series2, numb, subnum, arr_x) local i, sub, ts_term; global glob_iolevel; if iolevel <= glob_iolevel then sub := 1; while sub <= subnum do i := 1; while i <= numb do print(dump_label, series_name2, sub, i, arr_series2[sub, i]) end do; sub := sub + 1 end do end if end proc > # End Function number 9 > # Begin Function number 10 > cs_info := proc(iolevel,str) > global glob_iolevel,glob_correct_start_flag,glob_h,glob_reached_optimal_h; > if (glob_iolevel >= iolevel) then # if number 0 > print("cs_info " , str , " glob_correct_start_flag = " , glob_correct_start_flag , "glob_h := " , glob_h , "glob_reached_optimal_h := " , glob_reached_optimal_h) > fi;# end if 0; > end; cs_info := proc(iolevel, str) global glob_iolevel, glob_correct_start_flag, glob_h, glob_reached_optimal_h; if iolevel <= glob_iolevel then print("cs_info ", str, " glob_correct_start_flag = ", glob_correct_start_flag, "glob_h := ", glob_h, "glob_reached_optimal_h := ", glob_reached_optimal_h) end if end proc > # End Function number 10 > # Begin Function number 11 > logitem_time := proc(fd,secs_in) > global glob_sec_in_day, glob_sec_in_hour, glob_sec_in_minute, glob_sec_in_year; > local days_int, hours_int,minutes_int, sec_int, sec_temp, years_int; > fprintf(fd,""); > if (secs_in >= 0) then # if number 0 > years_int := trunc(secs_in / glob_sec_in_year); > sec_temp := (trunc(secs_in) mod trunc(glob_sec_in_year)); > days_int := trunc(sec_temp / glob_sec_in_day) ; > sec_temp := (sec_temp mod trunc(glob_sec_in_day)) ; > hours_int := trunc(sec_temp / glob_sec_in_hour); > sec_temp := (sec_temp mod trunc(glob_sec_in_hour)); > minutes_int := trunc(sec_temp / glob_sec_in_minute); > sec_int := (sec_temp mod trunc(glob_sec_in_minute)); > if (years_int > 0) then # if number 1 > fprintf(fd,"%d Years %d Days %d Hours %d Minutes %d Seconds",years_int,days_int,hours_int,minutes_int,sec_int); > elif > (days_int > 0) then # if number 2 > fprintf(fd,"%d Days %d Hours %d Minutes %d Seconds",days_int,hours_int,minutes_int,sec_int); > elif > (hours_int > 0) then # if number 3 > fprintf(fd,"%d Hours %d Minutes %d Seconds",hours_int,minutes_int,sec_int); > elif > (minutes_int > 0) then # if number 4 > fprintf(fd,"%d Minutes %d Seconds",minutes_int,sec_int); > else > fprintf(fd,"%d Seconds",sec_int); > fi;# end if 4 > else > fprintf(fd," Unknown"); > fi;# end if 3 > fprintf(fd,"\n"); > end; logitem_time := proc(fd, secs_in) local days_int, hours_int, minutes_int, sec_int, sec_temp, years_int; global glob_sec_in_day, glob_sec_in_hour, glob_sec_in_minute, glob_sec_in_year; fprintf(fd, ""); if 0 <= secs_in then years_int := trunc(secs_in/glob_sec_in_year); sec_temp := trunc(secs_in) mod trunc(glob_sec_in_year); days_int := trunc(sec_temp/glob_sec_in_day); sec_temp := sec_temp mod trunc(glob_sec_in_day); hours_int := trunc(sec_temp/glob_sec_in_hour); sec_temp := sec_temp mod trunc(glob_sec_in_hour); minutes_int := trunc(sec_temp/glob_sec_in_minute); sec_int := sec_temp mod trunc(glob_sec_in_minute); if 0 < years_int then fprintf(fd, "%d Years %d Days %d Hours %d Minutes %d Seconds", years_int, days_int, hours_int, minutes_int, sec_int) elif 0 < days_int then fprintf(fd, "%d Days %d Hours %d Minutes %d Seconds", days_int, hours_int, minutes_int, sec_int) elif 0 < hours_int then fprintf(fd, "%d Hours %d Minutes %d Seconds", hours_int, minutes_int, sec_int) elif 0 < minutes_int then fprintf(fd, "%d Minutes %d Seconds", minutes_int, sec_int) else fprintf(fd, "%d Seconds", sec_int) end if else fprintf(fd, " Unknown") end if; fprintf(fd, " ") end proc > # End Function number 11 > # Begin Function number 12 > omniout_timestr := proc(secs_in) > global glob_sec_in_day, glob_sec_in_hour, glob_sec_in_minute, glob_sec_in_year; > local days_int, hours_int,minutes_int, sec_int, sec_temp, years_int; > if (secs_in >= 0) then # if number 3 > years_int := trunc(secs_in / glob_sec_in_year); > sec_temp := (trunc(secs_in) mod trunc(glob_sec_in_year)); > days_int := trunc(sec_temp / glob_sec_in_day) ; > sec_temp := (sec_temp mod trunc(glob_sec_in_day)) ; > hours_int := trunc(sec_temp / glob_sec_in_hour); > sec_temp := (sec_temp mod trunc(glob_sec_in_hour)); > minutes_int := trunc(sec_temp / glob_sec_in_minute); > sec_int := (sec_temp mod trunc(glob_sec_in_minute)); > if (years_int > 0) then # if number 4 > printf(" = %d Years %d Days %d Hours %d Minutes %d Seconds\n",years_int,days_int,hours_int,minutes_int,sec_int); > elif > (days_int > 0) then # if number 5 > printf(" = %d Days %d Hours %d Minutes %d Seconds\n",days_int,hours_int,minutes_int,sec_int); > elif > (hours_int > 0) then # if number 6 > printf(" = %d Hours %d Minutes %d Seconds\n",hours_int,minutes_int,sec_int); > elif > (minutes_int > 0) then # if number 7 > printf(" = %d Minutes %d Seconds\n",minutes_int,sec_int); > else > printf(" = %d Seconds\n",sec_int); > fi;# end if 7 > else > printf(" Unknown\n"); > fi;# end if 6 > end; omniout_timestr := proc(secs_in) local days_int, hours_int, minutes_int, sec_int, sec_temp, years_int; global glob_sec_in_day, glob_sec_in_hour, glob_sec_in_minute, glob_sec_in_year; if 0 <= secs_in then years_int := trunc(secs_in/glob_sec_in_year); sec_temp := trunc(secs_in) mod trunc(glob_sec_in_year); days_int := trunc(sec_temp/glob_sec_in_day); sec_temp := sec_temp mod trunc(glob_sec_in_day); hours_int := trunc(sec_temp/glob_sec_in_hour); sec_temp := sec_temp mod trunc(glob_sec_in_hour); minutes_int := trunc(sec_temp/glob_sec_in_minute); sec_int := sec_temp mod trunc(glob_sec_in_minute); if 0 < years_int then printf(" = %d Years %d Days %d Hours %d Mi\ nutes %d Seconds ", years_int, days_int, hours_int, minutes_int, sec_int) elif 0 < days_int then printf(" = %d Days %d Hours %d Minutes %d\ Seconds ", days_int, hours_int, minutes_int, sec_int) elif 0 < hours_int then printf(" = %d Hours %d Minutes %d Second\ s ", hours_int, minutes_int, sec_int) elif 0 < minutes_int then printf(" = %d Minutes %d Seconds ", minutes_int, sec_int) else printf(" = %d Seconds ", sec_int) end if else printf(" Unknown ") end if end proc > # End Function number 12 > # Begin Function number 13 > ats := proc(mmm_ats,arr_a,arr_b,jjj_ats) > local iii_ats, lll_ats,ma_ats, ret_ats; > ret_ats := 0.0; > if (jjj_ats <= mmm_ats) then # if number 6 > ma_ats := mmm_ats + 1; > iii_ats := jjj_ats; > while (iii_ats <= mmm_ats) do # do number 1 > lll_ats := ma_ats - iii_ats; > ret_ats := ret_ats + arr_a[iii_ats]*arr_b[lll_ats]; > iii_ats := iii_ats + 1; > od;# end do number 1 > fi;# end if 6; > ret_ats; > end; ats := proc(mmm_ats, arr_a, arr_b, jjj_ats) local iii_ats, lll_ats, ma_ats, ret_ats; ret_ats := 0.; if jjj_ats <= mmm_ats then ma_ats := mmm_ats + 1; iii_ats := jjj_ats; while iii_ats <= mmm_ats do lll_ats := ma_ats - iii_ats; ret_ats := ret_ats + arr_a[iii_ats]*arr_b[lll_ats]; iii_ats := iii_ats + 1 end do end if; ret_ats end proc > # End Function number 13 > # Begin Function number 14 > att := proc(mmm_att,arr_aa,arr_bb,jjj_att) > global glob_max_terms; > local al_att, iii_att,lll_att, ma_att, ret_att; > ret_att := 0.0; > if (jjj_att <= mmm_att) then # if number 6 > ma_att := mmm_att + 2; > iii_att := jjj_att; > while (iii_att <= mmm_att) do # do number 1 > lll_att := ma_att - iii_att; > al_att := (lll_att - 1); > if (lll_att <= glob_max_terms) then # if number 7 > ret_att := ret_att + arr_aa[iii_att]*arr_bb[lll_att]* convfp(al_att); > fi;# end if 7; > iii_att := iii_att + 1; > od;# end do number 1; > ret_att := ret_att / convfp(mmm_att) ; > fi;# end if 6; > ret_att; > end; att := proc(mmm_att, arr_aa, arr_bb, jjj_att) local al_att, iii_att, lll_att, ma_att, ret_att; global glob_max_terms; ret_att := 0.; if jjj_att <= mmm_att then ma_att := mmm_att + 2; 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 := ret_att + arr_aa[iii_att]*arr_bb[lll_att]*convfp(al_att) end if; iii_att := iii_att + 1 end do; ret_att := ret_att/convfp(mmm_att) end if; ret_att end proc > # End Function number 14 > # Begin Function number 15 > display_pole_debug := proc(typ,m,radius,order2) > global ALWAYS,glob_display_flag, glob_large_float, array_pole; > if (typ = 1) then # if number 6 > omniout_str(ALWAYS,"Real"); > else > omniout_str(ALWAYS,"Complex"); > fi;# end if 6; > omniout_int(ALWAYS,"m",4, m ,4," "); > omniout_float(ALWAYS,"DBG Radius of convergence ",4, radius,4," "); > omniout_float(ALWAYS,"DBG Order of pole ",4, order2,4," "); > end; display_pole_debug := proc(typ, m, radius, order2) global ALWAYS, glob_display_flag, glob_large_float, array_pole; if typ = 1 then omniout_str(ALWAYS, "Real") else omniout_str(ALWAYS, "Complex") end if; omniout_int(ALWAYS, "m", 4, m, 4, " "); omniout_float(ALWAYS, "DBG Radius of convergence ", 4, radius, 4, " "); omniout_float(ALWAYS, "DBG Order of pole ", 4, order2, 4, " ") end proc > # End Function number 15 > # Begin Function number 16 > logditto := proc(file) > fprintf(file,""); > fprintf(file,"ditto"); > fprintf(file,""); > end; logditto := proc(file) fprintf(file, ""); fprintf(file, "ditto"); fprintf(file, "") end proc > # End Function number 16 > # Begin Function number 17 > logitem_integer := proc(file,n) > fprintf(file,""); > fprintf(file,"%d",n); > fprintf(file,""); > end; logitem_integer := proc(file, n) fprintf(file, ""); fprintf(file, "%d", n); fprintf(file, "") end proc > # End Function number 17 > # Begin Function number 18 > logitem_str := proc(file,str) > fprintf(file,""); > fprintf(file,str); > fprintf(file,""); > end; logitem_str := proc(file, str) fprintf(file, ""); fprintf(file, str); fprintf(file, "") end proc > # End Function number 18 > # Begin Function number 19 > logitem_good_digits := proc(file,rel_error) > global glob_small_float; > local good_digits; > fprintf(file,""); > if (rel_error <> -1.0) then # if number 6 > if (rel_error > + 0.0000000000000000000000000000000001) then # if number 7 > good_digits := 1-trunc(log10(rel_error)); > fprintf(file,"%d",good_digits); > else > good_digits := Digits; > fprintf(file,"%d",good_digits); > fi;# end if 7; > else > fprintf(file,"Unknown"); > fi;# end if 6; > fprintf(file,""); > end; logitem_good_digits := proc(file, rel_error) local good_digits; global glob_small_float; fprintf(file, ""); if rel_error <> -1.0 then if 0.1*10^(-33) < rel_error then good_digits := 1 - trunc(log10(rel_error)); fprintf(file, "%d", good_digits) else good_digits := Digits; fprintf(file, "%d", good_digits) end if else fprintf(file, "Unknown") end if; fprintf(file, "") end proc > # End Function number 19 > # Begin Function number 20 > log_revs := proc(file,revs) > fprintf(file,revs); > end; log_revs := proc(file, revs) fprintf(file, revs) end proc > # End Function number 20 > # Begin Function number 21 > logitem_float := proc(file,x) > fprintf(file,""); > fprintf(file,"%g",x); > fprintf(file,""); > end; logitem_float := proc(file, x) fprintf(file, ""); fprintf(file, "%g", x); fprintf(file, "") end proc > # End Function number 21 > # Begin Function number 22 > logitem_pole := proc(file,pole) > fprintf(file,""); > if (pole = 0) then # if number 6 > fprintf(file,"NA"); > elif > (pole = 1) then # if number 7 > fprintf(file,"Real"); > elif > (pole = 2) then # if number 8 > fprintf(file,"Complex"); > elif > (pole = 4) then # if number 9 > fprintf(file,"Yes"); > else > fprintf(file,"No"); > fi;# end if 9 > fprintf(file,""); > end; logitem_pole := proc(file, pole) fprintf(file, ""); if pole = 0 then fprintf(file, "NA") elif pole = 1 then fprintf(file, "Real") elif pole = 2 then fprintf(file, "Complex") elif pole = 4 then fprintf(file, "Yes") else fprintf(file, "No") end if; fprintf(file, "") end proc > # End Function number 22 > # Begin Function number 23 > logstart := proc(file) > fprintf(file,""); > end; logstart := proc(file) fprintf(file, "") end proc > # End Function number 23 > # Begin Function number 24 > logend := proc(file) > fprintf(file,"\n"); > end; logend := proc(file) fprintf(file, " ") end proc > # End Function number 24 > # Begin Function number 25 > chk_data := proc() > global glob_max_iter,ALWAYS, glob_max_terms; > local errflag; > errflag := false; > if ((glob_max_terms < 15) or (glob_max_terms > 512)) then # if number 9 > omniout_str(ALWAYS,"Illegal max_terms = -- Using 30"); > glob_max_terms := 30; > fi;# end if 9; > if (glob_max_iter < 2) then # if number 9 > omniout_str(ALWAYS,"Illegal max_iter"); > errflag := true; > fi;# end if 9; > if (errflag) then # if number 9 > quit; > fi;# end if 9 > end; chk_data := proc() local errflag; global glob_max_iter, ALWAYS, glob_max_terms; errflag := false; if glob_max_terms < 15 or 512 < glob_max_terms then omniout_str(ALWAYS, "Illegal max_terms = -- Using 30"); glob_max_terms := 30 end if; if glob_max_iter < 2 then omniout_str(ALWAYS, "Illegal max_iter"); errflag := true end if; if errflag then quit end if end proc > # End Function number 25 > # Begin Function number 26 > comp_expect_sec := proc(t_end2,t_start2,t2,clock_sec2) > global glob_small_float; > local ms2, rrr, sec_left, sub1, sub2; > ; > ms2 := clock_sec2; > sub1 := (t_end2-t_start2); > sub2 := (t2-t_start2); > if (sub1 = 0.0) then # if number 9 > sec_left := 0.0; > else > if (sub2 > 0.0) then # if number 10 > rrr := (sub1/sub2); > sec_left := rrr * ms2 - ms2; > else > sec_left := 0.0; > fi;# end if 10 > fi;# end if 9; > sec_left; > end; comp_expect_sec := proc(t_end2, t_start2, t2, clock_sec2) local ms2, rrr, sec_left, sub1, sub2; global glob_small_float; ms2 := clock_sec2; sub1 := t_end2 - t_start2; sub2 := t2 - t_start2; if sub1 = 0. then sec_left := 0. else if 0. < sub2 then rrr := sub1/sub2; sec_left := rrr*ms2 - ms2 else sec_left := 0. end if end if; sec_left end proc > # End Function number 26 > # Begin Function number 27 > comp_percent := proc(t_end2,t_start2, t2) > global glob_small_float; > local rrr, sub1, sub2; > sub1 := (t_end2-t_start2); > sub2 := (t2-t_start2); > if (sub2 > glob_small_float) then # if number 9 > rrr := (100.0*sub2)/sub1; > else > rrr := 0.0; > fi;# end if 9; > rrr; > end; comp_percent := proc(t_end2, t_start2, t2) local rrr, sub1, sub2; global glob_small_float; sub1 := t_end2 - t_start2; sub2 := t2 - t_start2; if glob_small_float < sub2 then rrr := 100.0*sub2/sub1 else rrr := 0. end if; rrr end proc > # End Function number 27 > # Begin Function number 28 > factorial_2 := proc(nnn) > nnn!; > end; factorial_2 := proc(nnn) nnn! end proc > # End Function number 28 > # Begin Function number 29 > factorial_1 := proc(nnn) > global glob_max_terms,array_fact_1; > local ret; > if (nnn <= glob_max_terms) then # if number 9 > if (array_fact_1[nnn] = 0) then # if number 10 > ret := factorial_2(nnn); > array_fact_1[nnn] := ret; > else > ret := array_fact_1[nnn]; > fi;# end if 10; > else > ret := factorial_2(nnn); > fi;# end if 9; > ret; > end; factorial_1 := proc(nnn) local ret; global glob_max_terms, array_fact_1; if nnn <= glob_max_terms then if array_fact_1[nnn] = 0 then ret := factorial_2(nnn); array_fact_1[nnn] := ret else ret := array_fact_1[nnn] end if else ret := factorial_2(nnn) end if; ret end proc > # End Function number 29 > # Begin Function number 30 > factorial_3 := proc(mmm,nnn) > global glob_max_terms,array_fact_2; > local ret; > if ((nnn <= glob_max_terms) and (mmm <= glob_max_terms)) then # if number 9 > if (array_fact_2[mmm,nnn] = 0) then # if number 10 > ret := factorial_1(mmm)/factorial_1(nnn); > array_fact_2[mmm,nnn] := ret; > else > ret := array_fact_2[mmm,nnn]; > fi;# end if 10; > else > ret := factorial_2(mmm)/factorial_2(nnn); > fi;# end if 9; > ret; > end; factorial_3 := proc(mmm, nnn) local ret; global glob_max_terms, array_fact_2; if nnn <= glob_max_terms and mmm <= glob_max_terms then if array_fact_2[mmm, nnn] = 0 then ret := factorial_1(mmm)/factorial_1(nnn); array_fact_2[mmm, nnn] := ret else ret := array_fact_2[mmm, nnn] end if else ret := factorial_2(mmm)/factorial_2(nnn) end if; ret end proc > # End Function number 30 > # Begin Function number 31 > convfp := proc(mmm) > (mmm); > end; convfp := proc(mmm) mmm end proc > # End Function number 31 > # Begin Function number 32 > convfloat := proc(mmm) > (mmm); > end; convfloat := proc(mmm) mmm end proc > # End Function number 32 > # Begin Function number 33 > elapsed_time_seconds := proc() > time(); > end; elapsed_time_seconds := proc() time() end proc > # End Function number 33 > # Begin Function number 34 > omniabs := proc(x) > abs(x); > end; omniabs := proc(x) abs(x) end proc > # End Function number 34 > # Begin Function number 35 > expt := proc(x,y) > (x^y); > end; expt := proc(x, y) x^y end proc > # End Function number 35 > # Begin Function number 36 > estimated_needed_step_error := proc(x_start,x_end,estimated_h,estimated_answer) > local desired_abs_gbl_error,range,estimated_steps,step_error; > global glob_desired_digits_correct,ALWAYS; > omniout_float(ALWAYS,"glob_desired_digits_correct",32,glob_desired_digits_correct,32,""); > desired_abs_gbl_error := expt(10.0, -glob_desired_digits_correct) * omniabs(estimated_answer); > omniout_float(ALWAYS,"desired_abs_gbl_error",32,desired_abs_gbl_error,32,""); > range := (x_end - x_start); > omniout_float(ALWAYS,"range",32,range,32,""); > estimated_steps := range / estimated_h; > omniout_float(ALWAYS,"estimated_steps",32,estimated_steps,32,""); > step_error := omniabs(desired_abs_gbl_error / estimated_steps); > omniout_float(ALWAYS,"step_error",32,step_error,32,""); > (step_error);; > end; estimated_needed_step_error := proc( x_start, x_end, estimated_h, estimated_answer) local desired_abs_gbl_error, range, estimated_steps, step_error; global glob_desired_digits_correct, ALWAYS; omniout_float(ALWAYS, "glob_desired_digits_correct", 32, glob_desired_digits_correct, 32, ""); desired_abs_gbl_error := expt(10.0, -glob_desired_digits_correct)*omniabs(estimated_answer); omniout_float(ALWAYS, "desired_abs_gbl_error", 32, desired_abs_gbl_error, 32, ""); range := x_end - x_start; omniout_float(ALWAYS, "range", 32, range, 32, ""); estimated_steps := range/estimated_h; omniout_float(ALWAYS, "estimated_steps", 32, estimated_steps, 32, ""); step_error := omniabs(desired_abs_gbl_error/estimated_steps); omniout_float(ALWAYS, "step_error", 32, step_error, 32, ""); step_error end proc > # End Function number 36 > #END ATS LIBRARY BLOCK > #BEGIN USER DEF BLOCK > #BEGIN USER DEF BLOCK > exact_soln_y := proc(x) > return(-0.05 * x * x - 0.2 * x - cos(0.3 * x + 0.1) / 0.3); > end; exact_soln_y := proc(x) return -0.05*x*x - 0.2*x - cos(0.3*x + 0.1)/0.3 end proc > #END USER DEF BLOCK > #END USER DEF BLOCK > #END OUTFILE5 > # Begin Function number 2 > main := proc() > #BEGIN OUTFIEMAIN > local d1,d2,d3,d4,est_err_2,niii,done_once, > term,ord,order_diff,term_no,html_log_file,iiif,jjjf, > rows,r_order,sub_iter,calc_term,iii,temp_sum,current_iter, > x_start,x_end > ,it, max_terms, opt_iter, tmp,subiter, est_needed_step_err,estimated_step_error,min_value,est_answer,best_h,found_h,repeat_it; > global > glob_max_terms, > glob_iolevel, > glob_yes_pole, > glob_no_pole, > glob_not_given, > ALWAYS, > INFO, > DEBUGL, > DEBUGMASSIVE, > #Top Generate Globals Decl > MAX_UNCHANGED, > glob_check_sign, > glob_desired_digits_correct, > glob_max_estimated_step_error, > glob_ratio_of_radius, > glob_percent_done, > glob_subiter_method, > glob_total_exp_sec, > glob_optimal_expect_sec, > glob_html_log, > glob_good_digits, > glob_max_opt_iter, > glob_dump, > glob_djd_debug, > glob_display_flag, > glob_djd_debug2, > glob_sec_in_minute, > glob_min_in_hour, > glob_hours_in_day, > glob_days_in_year, > glob_sec_in_hour, > glob_sec_in_day, > glob_sec_in_year, > glob_almost_1, > glob_clock_sec, > glob_clock_start_sec, > glob_not_yet_finished, > glob_initial_pass, > glob_not_yet_start_msg, > glob_reached_optimal_h, > glob_optimal_done, > glob_disp_incr, > glob_h, > glob_max_h, > glob_min_h, > glob_type_given_pole, > glob_large_float, > glob_last_good_h, > glob_look_poles, > glob_neg_h, > glob_display_interval, > glob_next_display, > glob_dump_analytic, > glob_abserr, > glob_relerr, > glob_max_hours, > glob_max_iter, > glob_max_rel_trunc_err, > glob_max_trunc_err, > glob_no_eqs, > glob_optimal_clock_start_sec, > glob_optimal_start, > glob_small_float, > glob_smallish_float, > glob_unchanged_h_cnt, > glob_warned, > glob_warned2, > glob_max_sec, > glob_orig_start_sec, > glob_start, > glob_curr_iter_when_opt, > glob_current_iter, > glob_iter, > glob_normmax, > glob_max_minutes, > #Bottom Generate Globals Decl > #BEGIN CONST > array_const_1, > array_const_0D0, > array_const_0D3, > array_const_0D1, > array_const_0D2, > #END CONST > array_y_init, > array_norms, > array_fact_1, > array_pole, > array_real_pole, > array_complex_pole, > array_1st_rel_error, > array_last_rel_error, > array_type_pole, > array_type_real_pole, > array_type_complex_pole, > array_y, > array_x, > array_tmp0, > array_tmp1, > array_tmp2, > array_tmp3_g, > array_tmp3, > array_tmp4, > array_tmp5, > array_tmp6, > array_tmp7, > array_m1, > array_y_higher, > array_y_higher_work, > array_y_higher_work2, > array_y_set_initial, > array_poles, > array_given_rad_poles, > array_given_ord_poles, > array_real_poles, > array_complex_poles, > array_fact_2, > glob_last; > glob_last; > ALWAYS := 1; > INFO := 2; > DEBUGL := 3; > DEBUGMASSIVE := 4; > glob_iolevel := INFO; > glob_max_terms := 30; > glob_iolevel := 5; > glob_yes_pole := 4; > glob_no_pole := 3; > glob_not_given := 0; > ALWAYS := 1; > INFO := 2; > DEBUGL := 3; > DEBUGMASSIVE := 4; > MAX_UNCHANGED := 10; > glob_check_sign := 1.0; > glob_desired_digits_correct := 8.0; > glob_max_estimated_step_error := 0.0; > glob_ratio_of_radius := 0.1; > glob_percent_done := 0.0; > glob_subiter_method := 3; > glob_total_exp_sec := 0.1; > glob_optimal_expect_sec := 0.1; > glob_html_log := true; > glob_good_digits := 0; > glob_max_opt_iter := 10; > glob_dump := false; > glob_djd_debug := true; > glob_display_flag := true; > glob_djd_debug2 := true; > glob_sec_in_minute := 60; > glob_min_in_hour := 60; > glob_hours_in_day := 24; > glob_days_in_year := 365; > glob_sec_in_hour := 3600; > glob_sec_in_day := 86400; > glob_sec_in_year := 31536000; > glob_almost_1 := 0.9990; > glob_clock_sec := 0.0; > glob_clock_start_sec := 0.0; > glob_not_yet_finished := true; > glob_initial_pass := true; > glob_not_yet_start_msg := true; > glob_reached_optimal_h := false; > glob_optimal_done := false; > glob_disp_incr := 0.1; > glob_h := 0.1; > glob_max_h := 0.1; > glob_min_h := 0.000001; > glob_type_given_pole := 0; > glob_large_float := 9.0e100; > glob_last_good_h := 0.1; > glob_look_poles := false; > glob_neg_h := false; > glob_display_interval := 0.0; > glob_next_display := 0.0; > glob_dump_analytic := false; > glob_abserr := 0.1e-10; > glob_relerr := 0.1e-10; > glob_max_hours := 0.0; > glob_max_iter := 1000; > glob_max_rel_trunc_err := 0.1e-10; > glob_max_trunc_err := 0.1e-10; > glob_no_eqs := 0; > glob_optimal_clock_start_sec := 0.0; > glob_optimal_start := 0.0; > glob_small_float := 0.0; > glob_smallish_float := 0.0; > glob_unchanged_h_cnt := 0; > glob_warned := false; > glob_warned2 := false; > glob_max_sec := 10000.0; > glob_orig_start_sec := 0.0; > glob_start := 0; > glob_curr_iter_when_opt := 0; > glob_current_iter := 0; > glob_iter := 0; > glob_normmax := 0.0; > glob_max_minutes := 0.0; > #Write Set Defaults > glob_orig_start_sec := elapsed_time_seconds(); > MAX_UNCHANGED := 10; > glob_curr_iter_when_opt := 0; > glob_display_flag := true; > glob_no_eqs := 1; > glob_iter := -1; > opt_iter := -1; > glob_max_iter := 50000; > glob_max_hours := 0.0; > glob_max_minutes := 15.0; > omniout_str(ALWAYS,"##############ECHO OF PROBLEM#################"); > omniout_str(ALWAYS,"##############temp/sub_full_linpostode.ode#################"); > omniout_str(ALWAYS,"diff ( y , x , 1 ) = sin(0.3 * x + 0.1) - (0.1 * x + 0.2) ;"); > omniout_str(ALWAYS,"!"); > omniout_str(ALWAYS,"#BEGIN FIRST INPUT BLOCK"); > omniout_str(ALWAYS,"Digits:=32;"); > omniout_str(ALWAYS,"max_terms:=30;"); > omniout_str(ALWAYS,"!"); > omniout_str(ALWAYS,"#END FIRST INPUT BLOCK"); > omniout_str(ALWAYS,"#BEGIN SECOND INPUT BLOCK"); > omniout_str(ALWAYS,"x_start := 0.1;"); > omniout_str(ALWAYS,"x_end := 5.0 ;"); > omniout_str(ALWAYS,"array_y_init[0 + 1] := exact_soln_y(x_start);"); > omniout_str(ALWAYS,"glob_look_poles := true;"); > omniout_str(ALWAYS,"glob_max_iter := 1000000;"); > omniout_str(ALWAYS,"#END SECOND INPUT BLOCK"); > omniout_str(ALWAYS,"#BEGIN OVERRIDE BLOCK"); > omniout_str(ALWAYS,"glob_desired_digits_correct:=10;"); > omniout_str(ALWAYS,"glob_display_interval:=0.01;"); > omniout_str(ALWAYS,"glob_look_poles:=true;"); > omniout_str(ALWAYS,"glob_max_iter:=10000000;"); > omniout_str(ALWAYS,"glob_max_minutes:=3;"); > omniout_str(ALWAYS,"glob_subiter_method:=3;"); > omniout_str(ALWAYS,"#END OVERRIDE BLOCK"); > omniout_str(ALWAYS,"!"); > omniout_str(ALWAYS,"#BEGIN USER DEF BLOCK"); > omniout_str(ALWAYS,"exact_soln_y := proc(x)"); > omniout_str(ALWAYS,"return(-0.05 * x * x - 0.2 * x - cos(0.3 * x + 0.1) / 0.3);"); > omniout_str(ALWAYS,"end;"); > 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 := 0.0; > glob_smallish_float := 0.0; > glob_large_float := 1.0e100; > glob_almost_1 := 0.99; > #BEGIN FIRST INPUT BLOCK > #BEGIN FIRST INPUT BLOCK > Digits:=32; > max_terms:=30; > #END FIRST INPUT BLOCK > #START OF INITS AFTER INPUT BLOCK > glob_max_terms := max_terms; > glob_html_log := true; > #END OF INITS AFTER INPUT BLOCK > array_y_init:= Array(0..(max_terms + 1),[]); > array_norms:= Array(0..(max_terms + 1),[]); > array_fact_1:= Array(0..(max_terms + 1),[]); > array_pole:= Array(0..(4 + 1),[]); > array_real_pole:= Array(0..(4 + 1),[]); > array_complex_pole:= Array(0..(4 + 1),[]); > array_1st_rel_error:= Array(0..(2 + 1),[]); > array_last_rel_error:= Array(0..(2 + 1),[]); > array_type_pole:= Array(0..(2 + 1),[]); > array_type_real_pole:= Array(0..(2 + 1),[]); > array_type_complex_pole:= Array(0..(2 + 1),[]); > array_y:= Array(0..(max_terms + 1),[]); > array_x:= Array(0..(max_terms + 1),[]); > array_tmp0:= Array(0..(max_terms + 1),[]); > array_tmp1:= Array(0..(max_terms + 1),[]); > array_tmp2:= Array(0..(max_terms + 1),[]); > array_tmp3_g:= Array(0..(max_terms + 1),[]); > array_tmp3:= Array(0..(max_terms + 1),[]); > array_tmp4:= Array(0..(max_terms + 1),[]); > array_tmp5:= Array(0..(max_terms + 1),[]); > array_tmp6:= Array(0..(max_terms + 1),[]); > array_tmp7:= Array(0..(max_terms + 1),[]); > array_m1:= Array(0..(max_terms + 1),[]); > array_y_higher := Array(0..(2+ 1) ,(0..max_terms+ 1),[]); > array_y_higher_work := Array(0..(2+ 1) ,(0..max_terms+ 1),[]); > array_y_higher_work2 := Array(0..(2+ 1) ,(0..max_terms+ 1),[]); > array_y_set_initial := Array(0..(2+ 1) ,(0..max_terms+ 1),[]); > array_poles := Array(0..(2+ 1) ,(0..3+ 1),[]); > array_given_rad_poles := Array(0..(2+ 1) ,(0..3+ 1),[]); > array_given_ord_poles := Array(0..(2+ 1) ,(0..3+ 1),[]); > array_real_poles := Array(0..(2+ 1) ,(0..3+ 1),[]); > array_complex_poles := Array(0..(2+ 1) ,(0..3+ 1),[]); > array_fact_2 := Array(0..(max_terms+ 1) ,(0..max_terms+ 1),[]); > term := 1; > while (term <= max_terms) do # do number 1 > array_y_init[term] := 0.0; > term := term + 1; > od;# end do number 1; > term := 1; > while (term <= max_terms) do # do number 1 > array_norms[term] := 0.0; > term := term + 1; > od;# end do number 1; > term := 1; > while (term <= max_terms) do # do number 1 > array_fact_1[term] := 0.0; > term := term + 1; > od;# end do number 1; > term := 1; > while (term <= 4) do # do number 1 > array_pole[term] := 0.0; > term := term + 1; > od;# end do number 1; > term := 1; > while (term <= 4) do # do number 1 > array_real_pole[term] := 0.0; > term := term + 1; > od;# end do number 1; > term := 1; > while (term <= 4) do # do number 1 > array_complex_pole[term] := 0.0; > term := term + 1; > od;# end do number 1; > term := 1; > while (term <= 2) do # do number 1 > array_1st_rel_error[term] := 0.0; > term := term + 1; > od;# end do number 1; > term := 1; > while (term <= 2) do # do number 1 > array_last_rel_error[term] := 0.0; > term := term + 1; > od;# end do number 1; > term := 1; > while (term <= 2) do # do number 1 > array_type_pole[term] := 0.0; > term := term + 1; > od;# end do number 1; > term := 1; > while (term <= 2) do # do number 1 > array_type_real_pole[term] := 0.0; > term := term + 1; > od;# end do number 1; > term := 1; > while (term <= 2) do # do number 1 > array_type_complex_pole[term] := 0.0; > term := term + 1; > od;# end do number 1; > term := 1; > while (term <= max_terms) do # do number 1 > array_y[term] := 0.0; > term := term + 1; > od;# end do number 1; > term := 1; > while (term <= max_terms) do # do number 1 > array_x[term] := 0.0; > term := term + 1; > od;# end do number 1; > term := 1; > while (term <= max_terms) do # do number 1 > array_tmp0[term] := 0.0; > term := term + 1; > od;# end do number 1; > term := 1; > while (term <= max_terms) do # do number 1 > array_tmp1[term] := 0.0; > term := term + 1; > od;# end do number 1; > term := 1; > while (term <= max_terms) do # do number 1 > array_tmp2[term] := 0.0; > term := term + 1; > od;# end do number 1; > term := 1; > while (term <= max_terms) do # do number 1 > array_tmp3_g[term] := 0.0; > term := term + 1; > od;# end do number 1; > term := 1; > while (term <= max_terms) do # do number 1 > array_tmp3[term] := 0.0; > term := term + 1; > od;# end do number 1; > term := 1; > while (term <= max_terms) do # do number 1 > array_tmp4[term] := 0.0; > term := term + 1; > od;# end do number 1; > term := 1; > while (term <= max_terms) do # do number 1 > array_tmp5[term] := 0.0; > term := term + 1; > od;# end do number 1; > term := 1; > while (term <= max_terms) do # do number 1 > array_tmp6[term] := 0.0; > term := term + 1; > od;# end do number 1; > term := 1; > while (term <= max_terms) do # do number 1 > array_tmp7[term] := 0.0; > term := term + 1; > od;# end do number 1; > term := 1; > while (term <= max_terms) do # do number 1 > array_m1[term] := 0.0; > term := term + 1; > od;# end do number 1; > ord := 1; > while (ord <=2) do # do number 1 > term := 1; > while (term <= max_terms) do # do number 2 > array_y_higher[ord,term] := 0.0; > term := term + 1; > od;# end do number 2; > ord := ord + 1; > od;# end do number 1; > ord := 1; > while (ord <=2) do # do number 1 > term := 1; > while (term <= max_terms) do # do number 2 > array_y_higher_work[ord,term] := 0.0; > term := term + 1; > od;# end do number 2; > ord := ord + 1; > od;# end do number 1; > ord := 1; > while (ord <=2) do # do number 1 > term := 1; > while (term <= max_terms) do # do number 2 > array_y_higher_work2[ord,term] := 0.0; > term := term + 1; > od;# end do number 2; > ord := ord + 1; > od;# end do number 1; > ord := 1; > while (ord <=2) do # do number 1 > term := 1; > while (term <= max_terms) do # do number 2 > array_y_set_initial[ord,term] := 0.0; > term := term + 1; > od;# end do number 2; > ord := ord + 1; > od;# end do number 1; > ord := 1; > while (ord <=2) do # do number 1 > term := 1; > while (term <= 3) do # do number 2 > array_poles[ord,term] := 0.0; > term := term + 1; > od;# end do number 2; > ord := ord + 1; > od;# end do number 1; > ord := 1; > while (ord <=2) do # do number 1 > term := 1; > while (term <= 3) do # do number 2 > array_given_rad_poles[ord,term] := 0.0; > term := term + 1; > od;# end do number 2; > ord := ord + 1; > od;# end do number 1; > ord := 1; > while (ord <=2) do # do number 1 > term := 1; > while (term <= 3) do # do number 2 > array_given_ord_poles[ord,term] := 0.0; > term := term + 1; > od;# end do number 2; > ord := ord + 1; > od;# end do number 1; > ord := 1; > while (ord <=2) do # do number 1 > term := 1; > while (term <= 3) do # do number 2 > array_real_poles[ord,term] := 0.0; > term := term + 1; > od;# end do number 2; > ord := ord + 1; > od;# end do number 1; > ord := 1; > while (ord <=2) do # do number 1 > term := 1; > while (term <= 3) do # do number 2 > array_complex_poles[ord,term] := 0.0; > term := term + 1; > od;# end do number 2; > ord := ord + 1; > od;# end do number 1; > ord := 1; > while (ord <=max_terms) do # do number 1 > term := 1; > while (term <= max_terms) do # do number 2 > array_fact_2[ord,term] := 0.0; > term := term + 1; > od;# end do number 2; > ord := ord + 1; > od;# end do number 1; > #BEGIN ARRAYS DEFINED AND INITIALIZATED > array_y := Array(1..(max_terms+1 + 1),[]); > term := 1; > while (term <= max_terms + 1) do # do number 1 > array_y[term] := 0.0; > term := term + 1; > od;# end do number 1; > array_x := Array(1..(max_terms+1 + 1),[]); > term := 1; > while (term <= max_terms + 1) do # do number 1 > array_x[term] := 0.0; > term := term + 1; > od;# end do number 1; > array_tmp0 := Array(1..(max_terms+1 + 1),[]); > term := 1; > while (term <= max_terms + 1) do # do number 1 > array_tmp0[term] := 0.0; > term := term + 1; > od;# end do number 1; > array_tmp1 := Array(1..(max_terms+1 + 1),[]); > term := 1; > while (term <= max_terms + 1) do # do number 1 > array_tmp1[term] := 0.0; > term := term + 1; > od;# end do number 1; > array_tmp2 := Array(1..(max_terms+1 + 1),[]); > term := 1; > while (term <= max_terms + 1) do # do number 1 > array_tmp2[term] := 0.0; > term := term + 1; > od;# end do number 1; > array_tmp3_g := Array(1..(max_terms+1 + 1),[]); > term := 1; > while (term <= max_terms + 1) do # do number 1 > array_tmp3_g[term] := 0.0; > term := term + 1; > od;# end do number 1; > array_tmp3 := Array(1..(max_terms+1 + 1),[]); > term := 1; > while (term <= max_terms + 1) do # do number 1 > array_tmp3[term] := 0.0; > term := term + 1; > od;# end do number 1; > array_tmp4 := Array(1..(max_terms+1 + 1),[]); > term := 1; > while (term <= max_terms + 1) do # do number 1 > array_tmp4[term] := 0.0; > term := term + 1; > od;# end do number 1; > array_tmp5 := Array(1..(max_terms+1 + 1),[]); > term := 1; > while (term <= max_terms + 1) do # do number 1 > array_tmp5[term] := 0.0; > term := term + 1; > od;# end do number 1; > array_tmp6 := Array(1..(max_terms+1 + 1),[]); > term := 1; > while (term <= max_terms + 1) do # do number 1 > array_tmp6[term] := 0.0; > term := term + 1; > od;# end do number 1; > array_tmp7 := Array(1..(max_terms+1 + 1),[]); > term := 1; > while (term <= max_terms + 1) do # do number 1 > array_tmp7[term] := 0.0; > term := term + 1; > od;# end do number 1; > array_m1 := Array(1..(max_terms+1 + 1),[]); > term := 1; > while (term <= max_terms + 1) do # do number 1 > array_m1[term] := 0.0; > term := term + 1; > od;# end do number 1; > array_const_1 := Array(1..(max_terms+1 + 1),[]); > term := 1; > while (term <= max_terms + 1) do # do number 1 > array_const_1[term] := 0.0; > term := term + 1; > od;# end do number 1; > array_const_1[1] := 1; > array_const_0D0 := Array(1..(max_terms+1 + 1),[]); > term := 1; > while (term <= max_terms + 1) do # do number 1 > array_const_0D0[term] := 0.0; > term := term + 1; > od;# end do number 1; > array_const_0D0[1] := 0.0; > array_const_0D3 := Array(1..(max_terms+1 + 1),[]); > term := 1; > while (term <= max_terms + 1) do # do number 1 > array_const_0D3[term] := 0.0; > term := term + 1; > od;# end do number 1; > array_const_0D3[1] := 0.3; > array_const_0D1 := Array(1..(max_terms+1 + 1),[]); > term := 1; > while (term <= max_terms + 1) do # do number 1 > array_const_0D1[term] := 0.0; > term := term + 1; > od;# end do number 1; > array_const_0D1[1] := 0.1; > array_const_0D2 := Array(1..(max_terms+1 + 1),[]); > term := 1; > while (term <= max_terms + 1) do # do number 1 > array_const_0D2[term] := 0.0; > term := term + 1; > od;# end do number 1; > array_const_0D2[1] := 0.2; > array_m1 := Array(1..(max_terms+1 + 1),[]); > term := 1; > while (term <= max_terms) do # do number 1 > array_m1[term] := 0.0; > term := term + 1; > od;# end do number 1; > array_m1[1] := -1.0; > #END ARRAYS DEFINED AND INITIALIZATED > #Initing Factorial Tables > iiif := 0; > while (iiif <= glob_max_terms) do # do number 1 > jjjf := 0; > while (jjjf <= glob_max_terms) do # do number 2 > array_fact_1[iiif] := 0; > array_fact_2[iiif,jjjf] := 0; > jjjf := jjjf + 1; > od;# end do number 2; > iiif := iiif + 1; > od;# end do number 1; > #Done Initing Factorial Tables > #TOP SECOND INPUT BLOCK > #BEGIN SECOND INPUT BLOCK > #END FIRST INPUT BLOCK > #BEGIN SECOND INPUT BLOCK > x_start := 0.1; > x_end := 5.0 ; > array_y_init[0 + 1] := exact_soln_y(x_start); > glob_look_poles := true; > glob_max_iter := 1000000; > #END SECOND INPUT BLOCK > #BEGIN OVERRIDE BLOCK > glob_desired_digits_correct:=10; > glob_display_interval:=0.01; > glob_look_poles:=true; > glob_max_iter:=10000000; > glob_max_minutes:=3; > glob_subiter_method:=3; > #END OVERRIDE BLOCK > #END SECOND INPUT BLOCK > #BEGIN INITS AFTER SECOND INPUT BLOCK > glob_last_good_h := glob_h; > glob_max_terms := max_terms; > glob_max_sec := convfloat(60.0) * convfloat(glob_max_minutes) + convfloat(3600.0) * convfloat(glob_max_hours); > if (glob_h > 0.0) then # if number 1 > glob_neg_h := false; > glob_display_interval := omniabs(glob_display_interval); > else > glob_neg_h := true; > glob_display_interval := -omniabs(glob_display_interval); > fi;# end if 1; > chk_data(); > #AFTER INITS AFTER SECOND INPUT BLOCK > array_y_set_initial[1,1] := true; > array_y_set_initial[1,2] := false; > array_y_set_initial[1,3] := false; > array_y_set_initial[1,4] := false; > array_y_set_initial[1,5] := false; > array_y_set_initial[1,6] := false; > array_y_set_initial[1,7] := false; > array_y_set_initial[1,8] := false; > array_y_set_initial[1,9] := false; > array_y_set_initial[1,10] := false; > array_y_set_initial[1,11] := false; > array_y_set_initial[1,12] := false; > array_y_set_initial[1,13] := false; > array_y_set_initial[1,14] := false; > array_y_set_initial[1,15] := false; > array_y_set_initial[1,16] := false; > array_y_set_initial[1,17] := false; > array_y_set_initial[1,18] := false; > array_y_set_initial[1,19] := false; > array_y_set_initial[1,20] := false; > array_y_set_initial[1,21] := false; > array_y_set_initial[1,22] := false; > array_y_set_initial[1,23] := false; > array_y_set_initial[1,24] := false; > array_y_set_initial[1,25] := false; > array_y_set_initial[1,26] := false; > array_y_set_initial[1,27] := false; > array_y_set_initial[1,28] := false; > array_y_set_initial[1,29] := false; > array_y_set_initial[1,30] := false; > #BEGIN OPTIMIZE CODE > omniout_str(ALWAYS,"START of Optimize"); > #Start Series -- INITIALIZE FOR OPTIMIZE > glob_check_sign := check_sign(x_start,x_end); > glob_h := check_sign(x_start,x_end); > found_h := false; > glob_h := glob_min_h; > if (glob_max_h < glob_h) then # if number 4 > glob_h := glob_max_h; > fi;# end if 4; > if (glob_display_interval < glob_h) then # if number 4 > glob_h := glob_display_interval; > fi;# end if 4; > best_h := glob_h; > min_value := glob_large_float; > est_answer := est_size_answer(); > opt_iter := 1; > est_needed_step_err := estimated_needed_step_error(x_start,x_end,glob_h,est_answer); > omniout_float(ALWAYS,"est_needed_step_err",32,est_needed_step_err,16,""); > estimated_step_error := 0.0; > while ((opt_iter <= 100) and ( not found_h)) do # do number 1 > omniout_int(ALWAYS,"opt_iter",32,opt_iter,4,""); > array_x[1] := x_start; > array_x[2] := glob_h; > glob_next_display := x_start; > order_diff := 1; > #Start Series array_y > term_no := 1; > while (term_no <= order_diff) do # do number 2 > array_y[term_no] := array_y_init[term_no] * expt(glob_h , (term_no - 1)) / factorial_1(term_no - 1); > term_no := term_no + 1; > od;# end do number 2; > rows := order_diff; > r_order := 1; > while (r_order <= rows) do # do number 2 > term_no := 1; > while (term_no <= (rows - r_order + 1)) do # do number 3 > it := term_no + r_order - 1; > array_y_higher[r_order,term_no] := array_y_init[it]* expt(glob_h , (term_no - 1)) / ((factorial_1(term_no - 1))); > term_no := term_no + 1; > od;# end do number 3; > r_order := r_order + 1; > od;# end do number 2 > ; > atomall(); > estimated_step_error := test_suggested_h(); > omniout_float(ALWAYS,"estimated_step_error",32,estimated_step_error,32,""); > if (((estimated_step_error > est_needed_step_err) and (opt_iter = 1)) or (glob_h >= glob_max_h )) then # if number 4 > found_h := true; > glob_h := glob_max_h; > best_h := glob_h; > elif > ((estimated_step_error > est_needed_step_err) and ( not found_h)) then # if number 5 > glob_h := glob_h/2.0; > best_h := glob_h; > found_h := true; > else > glob_h := glob_h*2.0; > best_h := glob_h; > fi;# end if 5; > omniout_float(ALWAYS,"best_h",32,best_h,32,""); > opt_iter := opt_iter + 1; > od;# end do number 1; > if (( not found_h) and (opt_iter = 1)) then # if number 5 > omniout_str(ALWAYS,"Beginning glob_h too large."); > found_h := false; > fi;# end if 5; > if (opt_iter > 100) then # if number 5 > glob_h := glob_max_h; > found_h := false; > fi;# end if 5; > if (glob_display_interval < glob_h) then # if number 5 > glob_h := glob_display_interval; > fi;# end if 5; > #END OPTIMIZE CODE > if (glob_html_log) then # if number 5 > html_log_file := fopen("entry.html",WRITE,TEXT); > fi;# end if 5; > #BEGIN SOLUTION CODE > if (found_h) then # if number 5 > omniout_str(ALWAYS,"START of Soultion"); > #Start Series -- INITIALIZE FOR SOLUTION > array_x[1] := x_start; > array_x[2] := glob_h; > glob_next_display := x_start; > order_diff := 1; > #Start Series array_y > term_no := 1; > while (term_no <= order_diff) do # do number 1 > array_y[term_no] := array_y_init[term_no] * expt(glob_h , (term_no - 1)) / factorial_1(term_no - 1); > term_no := term_no + 1; > od;# end do number 1; > rows := order_diff; > r_order := 1; > while (r_order <= rows) do # do number 1 > term_no := 1; > while (term_no <= (rows - r_order + 1)) do # do number 2 > it := term_no + r_order - 1; > array_y_higher[r_order,term_no] := array_y_init[it]* expt(glob_h , (term_no - 1)) / ((factorial_1(term_no - 1))); > term_no := term_no + 1; > od;# end do number 2; > r_order := r_order + 1; > od;# end do number 1 > ; > current_iter := 1; > glob_clock_start_sec := elapsed_time_seconds(); > glob_clock_sec := elapsed_time_seconds(); > glob_current_iter := 0; > glob_iter := 0; > omniout_str(DEBUGL," "); > glob_reached_optimal_h := true; > glob_optimal_clock_start_sec := elapsed_time_seconds(); > while ((glob_current_iter < glob_max_iter) and ((glob_check_sign * array_x[1]) < (glob_check_sign * x_end )) and ((convfloat(glob_clock_sec) - convfloat(glob_orig_start_sec)) < convfloat(glob_max_sec))) do # do number 1 > #left paren 0001C > if (reached_interval()) then # if number 6 > omniout_str(INFO," "); > omniout_str(INFO,"TOP MAIN SOLVE Loop"); > fi;# end if 6; > glob_iter := glob_iter + 1; > glob_clock_sec := elapsed_time_seconds(); > glob_current_iter := glob_current_iter + 1; > atomall(); > display_alot(current_iter); > if (glob_look_poles) then # if number 6 > #left paren 0004C > check_for_pole(); > fi;# end if 6;#was right paren 0004C > if (reached_interval()) then # if number 6 > glob_next_display := glob_next_display + glob_display_interval; > fi;# end if 6; > array_x[1] := array_x[1] + glob_h; > array_x[2] := glob_h; > #Jump Series array_y; > order_diff := 2; > #START PART 1 SUM AND ADJUST > #START SUM AND ADJUST EQ =1 > #sum_and_adjust array_y > #BEFORE ADJUST SUBSERIES EQ =1 > ord := 2; > calc_term := 1; > #adjust_subseriesarray_y > iii := glob_max_terms; > while (iii >= calc_term) do # do number 2 > array_y_higher_work[2,iii] := array_y_higher[2,iii] / expt(glob_h , (calc_term - 1)) / factorial_3(iii - calc_term , iii - 1); > iii := iii - 1; > od;# end do number 2; > #AFTER ADJUST SUBSERIES EQ =1 > #BEFORE SUM SUBSERIES EQ =1 > temp_sum := 0.0; > ord := 2; > calc_term := 1; > #sum_subseriesarray_y > iii := glob_max_terms; > while (iii >= calc_term) do # do number 2 > temp_sum := temp_sum + array_y_higher_work[ord,iii]; > iii := iii - 1; > od;# end do number 2; > array_y_higher_work2[ord,calc_term] := temp_sum * expt(glob_h , (calc_term - 1)) / (factorial_1(calc_term - 1)); > #AFTER SUM SUBSERIES EQ =1 > #BEFORE ADJUST SUBSERIES EQ =1 > ord := 1; > calc_term := 2; > #adjust_subseriesarray_y > iii := glob_max_terms; > while (iii >= calc_term) do # do number 2 > array_y_higher_work[1,iii] := array_y_higher[1,iii] / expt(glob_h , (calc_term - 1)) / factorial_3(iii - calc_term , iii - 1); > iii := iii - 1; > od;# end do number 2; > #AFTER ADJUST SUBSERIES EQ =1 > #BEFORE SUM SUBSERIES EQ =1 > temp_sum := 0.0; > ord := 1; > calc_term := 2; > #sum_subseriesarray_y > iii := glob_max_terms; > while (iii >= calc_term) do # do number 2 > temp_sum := temp_sum + array_y_higher_work[ord,iii]; > iii := iii - 1; > od;# end do number 2; > array_y_higher_work2[ord,calc_term] := temp_sum * expt(glob_h , (calc_term - 1)) / (factorial_1(calc_term - 1)); > #AFTER SUM SUBSERIES EQ =1 > #BEFORE ADJUST SUBSERIES EQ =1 > ord := 1; > calc_term := 1; > #adjust_subseriesarray_y > iii := glob_max_terms; > while (iii >= calc_term) do # do number 2 > array_y_higher_work[1,iii] := array_y_higher[1,iii] / expt(glob_h , (calc_term - 1)) / factorial_3(iii - calc_term , iii - 1); > iii := iii - 1; > od;# end do number 2; > #AFTER ADJUST SUBSERIES EQ =1 > #BEFORE SUM SUBSERIES EQ =1 > temp_sum := 0.0; > ord := 1; > calc_term := 1; > #sum_subseriesarray_y > iii := glob_max_terms; > while (iii >= calc_term) do # do number 2 > temp_sum := temp_sum + array_y_higher_work[ord,iii]; > iii := iii - 1; > od;# end do number 2; > array_y_higher_work2[ord,calc_term] := temp_sum * expt(glob_h , (calc_term - 1)) / (factorial_1(calc_term - 1)); > #AFTER SUM SUBSERIES EQ =1 > #END SUM AND ADJUST EQ =1 > #END PART 1 > #START PART 2 MOVE TERMS to REGULAR Array > term_no := glob_max_terms; > while (term_no >= 1) do # do number 2 > array_y[term_no] := array_y_higher_work2[1,term_no]; > ord := 1; > while (ord <= order_diff) do # do number 3 > array_y_higher[ord,term_no] := array_y_higher_work2[ord,term_no]; > ord := ord + 1; > od;# end do number 3; > term_no := term_no - 1; > od;# end do number 2; > #END PART 2 HEVE MOVED TERMS to REGULAR Array > ; > od;# end do number 1;#right paren 0001C > omniout_str(ALWAYS,"Finished!"); > if (glob_iter >= glob_max_iter) then # if number 6 > omniout_str(ALWAYS,"Maximum Iterations Reached before Solution Completed!"); > fi;# end if 6; > if (elapsed_time_seconds() - convfloat(glob_orig_start_sec) >= convfloat(glob_max_sec )) then # if number 6 > omniout_str(ALWAYS,"Maximum Time Reached before Solution Completed!"); > fi;# end if 6; > glob_clock_sec := elapsed_time_seconds(); > omniout_str(INFO,"diff ( y , x , 1 ) = sin(0.3 * x + 0.1) - (0.1 * x + 0.2) ;"); > omniout_int(INFO,"Iterations ",32,glob_iter,4," ") > ; > prog_report(x_start,x_end); > if (glob_html_log) then # if number 6 > logstart(html_log_file); > logitem_str(html_log_file,"2013-05-26T05:06:20-05:00") > ; > logitem_str(html_log_file,"Maple") > ; > logitem_str(html_log_file,"sub_full_lin") > ; > logitem_str(html_log_file,"diff ( y , x , 1 ) = sin(0.3 * x + 0.1) - (0.1 * x + 0.2) ;") > ; > logitem_float(html_log_file,x_start) > ; > logitem_float(html_log_file,x_end) > ; > logitem_float(html_log_file,array_x[1]) > ; > logitem_float(html_log_file,glob_h) > ; > logitem_integer(html_log_file,Digits) > ; > ; > logitem_good_digits(html_log_file,array_last_rel_error[1]) > ; > 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_time(html_log_file,convfloat(glob_clock_sec)) > ; > if (glob_percent_done < 100.0) then # if number 7 > logitem_time(html_log_file,convfloat(glob_total_exp_sec)) > ; > 0; > else > logitem_str(html_log_file,"Done") > ; > 0; > fi;# end if 7; > log_revs(html_log_file," 189 ") > ; > logitem_str(html_log_file,"sub_full_lin diffeq.mxt") > ; > logitem_str(html_log_file,"sub_full_lin maple results") > ; > logitem_str(html_log_file,"All Tests - All Languages") > ; > logend(html_log_file) > ; > ; > fi;# end if 6; > if (glob_html_log) then # if number 6 > fclose(html_log_file); > fi;# end if 6 > ; > ;; > fi;# end if 5 > #END OUTFILEMAIN > end; main := proc() local d1, d2, d3, d4, est_err_2, niii, done_once, term, ord, order_diff, term_no, html_log_file, iiif, jjjf, rows, r_order, sub_iter, calc_term, iii, temp_sum, current_iter, x_start, x_end, it, max_terms, opt_iter, tmp, subiter, est_needed_step_err, estimated_step_error, min_value, est_answer, best_h, found_h, repeat_it; global glob_max_terms, glob_iolevel, glob_yes_pole, glob_no_pole, glob_not_given, ALWAYS, INFO, DEBUGL, DEBUGMASSIVE, MAX_UNCHANGED, glob_check_sign, glob_desired_digits_correct, glob_max_estimated_step_error, glob_ratio_of_radius, glob_percent_done, glob_subiter_method, glob_total_exp_sec, glob_optimal_expect_sec, glob_html_log, glob_good_digits, glob_max_opt_iter, glob_dump, glob_djd_debug, glob_display_flag, glob_djd_debug2, glob_sec_in_minute, glob_min_in_hour, glob_hours_in_day, glob_days_in_year, glob_sec_in_hour, glob_sec_in_day, glob_sec_in_year, glob_almost_1, glob_clock_sec, glob_clock_start_sec, glob_not_yet_finished, glob_initial_pass, glob_not_yet_start_msg, glob_reached_optimal_h, glob_optimal_done, glob_disp_incr, glob_h, glob_max_h, glob_min_h, glob_type_given_pole, glob_large_float, glob_last_good_h, glob_look_poles, glob_neg_h, glob_display_interval, glob_next_display, glob_dump_analytic, glob_abserr, glob_relerr, glob_max_hours, glob_max_iter, glob_max_rel_trunc_err, glob_max_trunc_err, glob_no_eqs, glob_optimal_clock_start_sec, glob_optimal_start, glob_small_float, glob_smallish_float, glob_unchanged_h_cnt, glob_warned, glob_warned2, glob_max_sec, glob_orig_start_sec, glob_start, glob_curr_iter_when_opt, glob_current_iter, glob_iter, glob_normmax, glob_max_minutes, array_const_1, array_const_0D0, array_const_0D3, array_const_0D1, array_const_0D2, array_y_init, array_norms, array_fact_1, array_pole, array_real_pole, array_complex_pole, array_1st_rel_error, array_last_rel_error, array_type_pole, array_type_real_pole, array_type_complex_pole, array_y, array_x, array_tmp0, array_tmp1, array_tmp2, array_tmp3_g, array_tmp3, array_tmp4, array_tmp5, array_tmp6, array_tmp7, array_m1, array_y_higher, array_y_higher_work, array_y_higher_work2, array_y_set_initial, array_poles, array_given_rad_poles, array_given_ord_poles, array_real_poles, array_complex_poles, array_fact_2, glob_last; glob_last; ALWAYS := 1; INFO := 2; DEBUGL := 3; DEBUGMASSIVE := 4; glob_iolevel := INFO; glob_max_terms := 30; glob_iolevel := 5; glob_yes_pole := 4; glob_no_pole := 3; glob_not_given := 0; ALWAYS := 1; INFO := 2; DEBUGL := 3; DEBUGMASSIVE := 4; MAX_UNCHANGED := 10; glob_check_sign := 1.0; glob_desired_digits_correct := 8.0; glob_max_estimated_step_error := 0.; glob_ratio_of_radius := 0.1; glob_percent_done := 0.; glob_subiter_method := 3; glob_total_exp_sec := 0.1; glob_optimal_expect_sec := 0.1; glob_html_log := true; glob_good_digits := 0; glob_max_opt_iter := 10; glob_dump := false; glob_djd_debug := true; glob_display_flag := true; glob_djd_debug2 := true; glob_sec_in_minute := 60; glob_min_in_hour := 60; glob_hours_in_day := 24; glob_days_in_year := 365; glob_sec_in_hour := 3600; glob_sec_in_day := 86400; glob_sec_in_year := 31536000; glob_almost_1 := 0.9990; glob_clock_sec := 0.; glob_clock_start_sec := 0.; glob_not_yet_finished := true; glob_initial_pass := true; glob_not_yet_start_msg := true; glob_reached_optimal_h := false; glob_optimal_done := false; glob_disp_incr := 0.1; glob_h := 0.1; glob_max_h := 0.1; glob_min_h := 0.1*10^(-5); glob_type_given_pole := 0; glob_large_float := 0.90*10^101; glob_last_good_h := 0.1; glob_look_poles := false; glob_neg_h := false; glob_display_interval := 0.; glob_next_display := 0.; glob_dump_analytic := false; glob_abserr := 0.1*10^(-10); glob_relerr := 0.1*10^(-10); glob_max_hours := 0.; glob_max_iter := 1000; glob_max_rel_trunc_err := 0.1*10^(-10); glob_max_trunc_err := 0.1*10^(-10); glob_no_eqs := 0; glob_optimal_clock_start_sec := 0.; glob_optimal_start := 0.; glob_small_float := 0.; glob_smallish_float := 0.; glob_unchanged_h_cnt := 0; glob_warned := false; glob_warned2 := false; glob_max_sec := 10000.0; glob_orig_start_sec := 0.; glob_start := 0; glob_curr_iter_when_opt := 0; glob_current_iter := 0; glob_iter := 0; glob_normmax := 0.; glob_max_minutes := 0.; glob_orig_start_sec := elapsed_time_seconds(); MAX_UNCHANGED := 10; glob_curr_iter_when_opt := 0; glob_display_flag := true; glob_no_eqs := 1; glob_iter := -1; opt_iter := -1; glob_max_iter := 50000; glob_max_hours := 0.; glob_max_minutes := 15.0; omniout_str(ALWAYS, "##############ECHO OF PROBLEM#################"); omniout_str(ALWAYS, "##############temp/sub_full_linpostode.ode#################"); omniout_str(ALWAYS, "diff ( y , x , 1 ) = sin(0.3 * x + 0.1) - (0.1 * x + 0.2) ;"); omniout_str(ALWAYS, "!"); omniout_str(ALWAYS, "#BEGIN FIRST INPUT BLOCK"); omniout_str(ALWAYS, "Digits:=32;"); omniout_str(ALWAYS, "max_terms:=30;"); omniout_str(ALWAYS, "!"); omniout_str(ALWAYS, "#END FIRST INPUT BLOCK"); omniout_str(ALWAYS, "#BEGIN SECOND INPUT BLOCK"); omniout_str(ALWAYS, "x_start := 0.1;"); omniout_str(ALWAYS, "x_end := 5.0 ;"); omniout_str(ALWAYS, "array_y_init[0 + 1] := exact_soln_y(x_start);"); omniout_str(ALWAYS, "glob_look_poles := true;"); omniout_str(ALWAYS, "glob_max_iter := 1000000;"); omniout_str(ALWAYS, "#END SECOND INPUT BLOCK"); omniout_str(ALWAYS, "#BEGIN OVERRIDE BLOCK"); omniout_str(ALWAYS, "glob_desired_digits_correct:=10;"); omniout_str(ALWAYS, "glob_display_interval:=0.01;"); omniout_str(ALWAYS, "glob_look_poles:=true;"); omniout_str(ALWAYS, "glob_max_iter:=10000000;"); omniout_str(ALWAYS, "glob_max_minutes:=3;"); omniout_str(ALWAYS, "glob_subiter_method:=3;"); omniout_str(ALWAYS, "#END OVERRIDE BLOCK"); omniout_str(ALWAYS, "!"); omniout_str(ALWAYS, "#BEGIN USER DEF BLOCK"); omniout_str(ALWAYS, "exact_soln_y := proc(x)"); omniout_str(ALWAYS, "return(-0.05 * x * x - 0.2 * x - cos(0.3 * x + 0.1) / 0.3);"); omniout_str(ALWAYS, "end;"); 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 := 0.; glob_smallish_float := 0.; glob_large_float := 0.10*10^101; glob_almost_1 := 0.99; Digits := 32; max_terms := 30; glob_max_terms := max_terms; glob_html_log := true; array_y_init := Array(0 .. max_terms + 1, []); array_norms := Array(0 .. max_terms + 1, []); array_fact_1 := Array(0 .. max_terms + 1, []); array_pole := Array(0 .. 5, []); array_real_pole := Array(0 .. 5, []); array_complex_pole := Array(0 .. 5, []); array_1st_rel_error := Array(0 .. 3, []); array_last_rel_error := Array(0 .. 3, []); array_type_pole := Array(0 .. 3, []); array_type_real_pole := Array(0 .. 3, []); array_type_complex_pole := Array(0 .. 3, []); array_y := Array(0 .. max_terms + 1, []); array_x := Array(0 .. max_terms + 1, []); array_tmp0 := Array(0 .. max_terms + 1, []); array_tmp1 := Array(0 .. max_terms + 1, []); array_tmp2 := Array(0 .. max_terms + 1, []); array_tmp3_g := Array(0 .. max_terms + 1, []); array_tmp3 := Array(0 .. max_terms + 1, []); array_tmp4 := Array(0 .. max_terms + 1, []); array_tmp5 := Array(0 .. max_terms + 1, []); array_tmp6 := Array(0 .. max_terms + 1, []); array_tmp7 := Array(0 .. max_terms + 1, []); array_m1 := Array(0 .. max_terms + 1, []); array_y_higher := Array(0 .. 3, 0 .. max_terms + 1, []); array_y_higher_work := Array(0 .. 3, 0 .. max_terms + 1, []); array_y_higher_work2 := Array(0 .. 3, 0 .. max_terms + 1, []); array_y_set_initial := Array(0 .. 3, 0 .. max_terms + 1, []); array_poles := Array(0 .. 3, 0 .. 4, []); array_given_rad_poles := Array(0 .. 3, 0 .. 4, []); array_given_ord_poles := Array(0 .. 3, 0 .. 4, []); array_real_poles := Array(0 .. 3, 0 .. 4, []); array_complex_poles := Array(0 .. 3, 0 .. 4, []); array_fact_2 := Array(0 .. max_terms + 1, 0 .. max_terms + 1, []); term := 1; while term <= max_terms do array_y_init[term] := 0.; term := term + 1 end do; term := 1; while term <= max_terms do array_norms[term] := 0.; term := term + 1 end do; term := 1; while term <= max_terms do array_fact_1[term] := 0.; term := term + 1 end do; term := 1; while term <= 4 do array_pole[term] := 0.; term := term + 1 end do; term := 1; while term <= 4 do array_real_pole[term] := 0.; term := term + 1 end do ; term := 1; while term <= 4 do array_complex_pole[term] := 0.; term := term + 1 end do; term := 1; while term <= 2 do array_1st_rel_error[term] := 0.; term := term + 1 end do; term := 1; while term <= 2 do array_last_rel_error[term] := 0.; term := term + 1 end do; term := 1; while term <= 2 do array_type_pole[term] := 0.; term := term + 1 end do ; term := 1; while term <= 2 do array_type_real_pole[term] := 0.; term := term + 1 end do; term := 1; while term <= 2 do array_type_complex_pole[term] := 0.; term := term + 1 end do; term := 1; while term <= max_terms do array_y[term] := 0.; term := term + 1 end do ; term := 1; while term <= max_terms do array_x[term] := 0.; term := term + 1 end do ; term := 1; while term <= max_terms do array_tmp0[term] := 0.; term := term + 1 end do; term := 1; while term <= max_terms do array_tmp1[term] := 0.; term := term + 1 end do; term := 1; while term <= max_terms do array_tmp2[term] := 0.; term := term + 1 end do; term := 1; while term <= max_terms do array_tmp3_g[term] := 0.; term := term + 1 end do; term := 1; while term <= max_terms do array_tmp3[term] := 0.; term := term + 1 end do; term := 1; while term <= max_terms do array_tmp4[term] := 0.; term := term + 1 end do; term := 1; while term <= max_terms do array_tmp5[term] := 0.; term := term + 1 end do; term := 1; while term <= max_terms do array_tmp6[term] := 0.; term := term + 1 end do; term := 1; while term <= max_terms do array_tmp7[term] := 0.; term := term + 1 end do; term := 1; while term <= max_terms do array_m1[term] := 0.; term := term + 1 end do; ord := 1; while ord <= 2 do term := 1; while term <= max_terms do array_y_higher[ord, term] := 0.; term := term + 1 end do; ord := ord + 1 end do; ord := 1; while ord <= 2 do term := 1; while term <= max_terms do array_y_higher_work[ord, term] := 0.; term := term + 1 end do; ord := ord + 1 end do; ord := 1; while ord <= 2 do term := 1; while term <= max_terms do array_y_higher_work2[ord, term] := 0.; term := term + 1 end do; ord := ord + 1 end do; ord := 1; while ord <= 2 do term := 1; while term <= max_terms do array_y_set_initial[ord, term] := 0.; term := term + 1 end do; ord := ord + 1 end do; ord := 1; while ord <= 2 do term := 1; while term <= 3 do array_poles[ord, term] := 0.; term := term + 1 end do; ord := ord + 1 end do; ord := 1; while ord <= 2 do term := 1; while term <= 3 do array_given_rad_poles[ord, term] := 0.; term := term + 1 end do; ord := ord + 1 end do; ord := 1; while ord <= 2 do term := 1; while term <= 3 do array_given_ord_poles[ord, term] := 0.; term := term + 1 end do; ord := ord + 1 end do; ord := 1; while ord <= 2 do term := 1; while term <= 3 do array_real_poles[ord, term] := 0.; term := term + 1 end do; ord := ord + 1 end do; ord := 1; while ord <= 2 do term := 1; while term <= 3 do array_complex_poles[ord, term] := 0.; term := term + 1 end do; ord := ord + 1 end do; ord := 1; while ord <= max_terms do term := 1; while term <= max_terms do array_fact_2[ord, term] := 0.; term := term + 1 end do; ord := ord + 1 end do; array_y := Array(1 .. max_terms + 2, []); term := 1; while term <= max_terms + 1 do array_y[term] := 0.; term := term + 1 end do; array_x := Array(1 .. max_terms + 2, []); term := 1; while term <= max_terms + 1 do array_x[term] := 0.; term := term + 1 end do; array_tmp0 := Array(1 .. max_terms + 2, []); term := 1; while term <= max_terms + 1 do array_tmp0[term] := 0.; term := term + 1 end do; array_tmp1 := Array(1 .. max_terms + 2, []); term := 1; while term <= max_terms + 1 do array_tmp1[term] := 0.; term := term + 1 end do; array_tmp2 := Array(1 .. max_terms + 2, []); term := 1; while term <= max_terms + 1 do array_tmp2[term] := 0.; term := term + 1 end do; array_tmp3_g := Array(1 .. max_terms + 2, []); term := 1; while term <= max_terms + 1 do array_tmp3_g[term] := 0.; term := term + 1 end do; array_tmp3 := Array(1 .. max_terms + 2, []); term := 1; while term <= max_terms + 1 do array_tmp3[term] := 0.; term := term + 1 end do; array_tmp4 := Array(1 .. max_terms + 2, []); term := 1; while term <= max_terms + 1 do array_tmp4[term] := 0.; term := term + 1 end do; array_tmp5 := Array(1 .. max_terms + 2, []); term := 1; while term <= max_terms + 1 do array_tmp5[term] := 0.; term := term + 1 end do; array_tmp6 := Array(1 .. max_terms + 2, []); term := 1; while term <= max_terms + 1 do array_tmp6[term] := 0.; term := term + 1 end do; array_tmp7 := Array(1 .. max_terms + 2, []); term := 1; while term <= max_terms + 1 do array_tmp7[term] := 0.; term := term + 1 end do; array_m1 := Array(1 .. max_terms + 2, []); term := 1; while term <= max_terms + 1 do array_m1[term] := 0.; term := term + 1 end do; array_const_1 := Array(1 .. max_terms + 2, []); term := 1; while term <= max_terms + 1 do array_const_1[term] := 0.; term := term + 1 end do; array_const_1[1] := 1; array_const_0D0 := Array(1 .. max_terms + 2, []); term := 1; while term <= max_terms + 1 do array_const_0D0[term] := 0.; term := term + 1 end do; array_const_0D0[1] := 0.; array_const_0D3 := Array(1 .. max_terms + 2, []); term := 1; while term <= max_terms + 1 do array_const_0D3[term] := 0.; term := term + 1 end do; array_const_0D3[1] := 0.3; array_const_0D1 := Array(1 .. max_terms + 2, []); term := 1; while term <= max_terms + 1 do array_const_0D1[term] := 0.; term := term + 1 end do; array_const_0D1[1] := 0.1; array_const_0D2 := Array(1 .. max_terms + 2, []); term := 1; while term <= max_terms + 1 do array_const_0D2[term] := 0.; term := term + 1 end do; array_const_0D2[1] := 0.2; array_m1 := Array(1 .. max_terms + 2, []); term := 1; while term <= max_terms do array_m1[term] := 0.; term := term + 1 end do; array_m1[1] := -1.0; iiif := 0; while iiif <= glob_max_terms do jjjf := 0; while jjjf <= glob_max_terms do array_fact_1[iiif] := 0; array_fact_2[iiif, jjjf] := 0; jjjf := jjjf + 1 end do; iiif := iiif + 1 end do; x_start := 0.1; x_end := 5.0; array_y_init[1] := exact_soln_y(x_start); glob_look_poles := true; glob_max_iter := 1000000; glob_desired_digits_correct := 10; glob_display_interval := 0.01; glob_look_poles := true; glob_max_iter := 10000000; glob_max_minutes := 3; glob_subiter_method := 3; glob_last_good_h := glob_h; glob_max_terms := max_terms; glob_max_sec := convfloat(60.0)*convfloat(glob_max_minutes) + convfloat(3600.0)*convfloat(glob_max_hours); if 0. < glob_h then glob_neg_h := false; glob_display_interval := omniabs(glob_display_interval) else glob_neg_h := true; glob_display_interval := -omniabs(glob_display_interval) end if; chk_data(); array_y_set_initial[1, 1] := true; array_y_set_initial[1, 2] := false; array_y_set_initial[1, 3] := false; array_y_set_initial[1, 4] := false; array_y_set_initial[1, 5] := false; array_y_set_initial[1, 6] := false; array_y_set_initial[1, 7] := false; array_y_set_initial[1, 8] := false; array_y_set_initial[1, 9] := false; array_y_set_initial[1, 10] := false; array_y_set_initial[1, 11] := false; array_y_set_initial[1, 12] := false; array_y_set_initial[1, 13] := false; array_y_set_initial[1, 14] := false; array_y_set_initial[1, 15] := false; array_y_set_initial[1, 16] := false; array_y_set_initial[1, 17] := false; array_y_set_initial[1, 18] := false; array_y_set_initial[1, 19] := false; array_y_set_initial[1, 20] := false; array_y_set_initial[1, 21] := false; array_y_set_initial[1, 22] := false; array_y_set_initial[1, 23] := false; array_y_set_initial[1, 24] := false; array_y_set_initial[1, 25] := false; array_y_set_initial[1, 26] := false; array_y_set_initial[1, 27] := false; array_y_set_initial[1, 28] := false; array_y_set_initial[1, 29] := false; array_y_set_initial[1, 30] := false; omniout_str(ALWAYS, "START of Optimize"); glob_check_sign := check_sign(x_start, x_end); glob_h := check_sign(x_start, x_end); found_h := false; glob_h := glob_min_h; if glob_max_h < glob_h then glob_h := glob_max_h end if; if glob_display_interval < glob_h then glob_h := glob_display_interval end if; best_h := glob_h; min_value := glob_large_float; est_answer := est_size_answer(); opt_iter := 1; est_needed_step_err := estimated_needed_step_error(x_start, x_end, glob_h, est_answer); omniout_float(ALWAYS, "est_needed_step_err", 32, est_needed_step_err, 16, ""); estimated_step_error := 0.; while opt_iter <= 100 and not found_h do omniout_int(ALWAYS, "opt_iter", 32, opt_iter, 4, ""); array_x[1] := x_start; array_x[2] := glob_h; glob_next_display := x_start; order_diff := 1; term_no := 1; while term_no <= order_diff do array_y[term_no] := array_y_init[term_no]* expt(glob_h, term_no - 1)/factorial_1(term_no - 1); term_no := term_no + 1 end do; rows := order_diff; r_order := 1; while r_order <= rows do term_no := 1; while term_no <= rows - r_order + 1 do it := term_no + r_order - 1; array_y_higher[r_order, term_no] := array_y_init[it]* expt(glob_h, term_no - 1)/factorial_1(term_no - 1); term_no := term_no + 1 end do; r_order := r_order + 1 end do; atomall(); estimated_step_error := test_suggested_h(); omniout_float(ALWAYS, "estimated_step_error", 32, estimated_step_error, 32, ""); if est_needed_step_err < estimated_step_error and opt_iter = 1 or glob_max_h <= glob_h then found_h := true; glob_h := glob_max_h; best_h := glob_h elif est_needed_step_err < estimated_step_error and not found_h then glob_h := glob_h/2.0; best_h := glob_h; found_h := true else glob_h := glob_h*2.0; best_h := glob_h end if; omniout_float(ALWAYS, "best_h", 32, best_h, 32, ""); opt_iter := opt_iter + 1 end do; if not found_h and opt_iter = 1 then omniout_str(ALWAYS, "Beginning glob_h too large."); found_h := false end if; if 100 < opt_iter then glob_h := glob_max_h; found_h := false end if; if glob_display_interval < glob_h then glob_h := glob_display_interval end if; if glob_html_log then html_log_file := fopen("entry.html", WRITE, TEXT) end if; if found_h then omniout_str(ALWAYS, "START of Soultion"); array_x[1] := x_start; array_x[2] := glob_h; glob_next_display := x_start; order_diff := 1; term_no := 1; while term_no <= order_diff do array_y[term_no] := array_y_init[term_no]* expt(glob_h, term_no - 1)/factorial_1(term_no - 1); term_no := term_no + 1 end do; rows := order_diff; r_order := 1; while r_order <= rows do term_no := 1; while term_no <= rows - r_order + 1 do it := term_no + r_order - 1; array_y_higher[r_order, term_no] := array_y_init[it]* expt(glob_h, term_no - 1)/factorial_1(term_no - 1); term_no := term_no + 1 end do; r_order := r_order + 1 end do; current_iter := 1; glob_clock_start_sec := elapsed_time_seconds(); glob_clock_sec := elapsed_time_seconds(); glob_current_iter := 0; glob_iter := 0; omniout_str(DEBUGL, " "); glob_reached_optimal_h := true; glob_optimal_clock_start_sec := elapsed_time_seconds(); while glob_current_iter < glob_max_iter and glob_check_sign*array_x[1] < glob_check_sign*x_end and convfloat(glob_clock_sec) - convfloat(glob_orig_start_sec) < convfloat(glob_max_sec) do if reached_interval() then omniout_str(INFO, " "); omniout_str(INFO, "TOP MAIN SOLVE Loop") end if; glob_iter := glob_iter + 1; glob_clock_sec := elapsed_time_seconds(); glob_current_iter := glob_current_iter + 1; atomall(); display_alot(current_iter); if glob_look_poles then check_for_pole() end if; if reached_interval() then glob_next_display := glob_next_display + glob_display_interval end if; array_x[1] := array_x[1] + glob_h; array_x[2] := glob_h; order_diff := 2; ord := 2; calc_term := 1; iii := glob_max_terms; while calc_term <= iii do array_y_higher_work[2, iii] := array_y_higher[2, iii]/( expt(glob_h, calc_term - 1)* factorial_3(iii - calc_term, iii - 1)); iii := iii - 1 end do; temp_sum := 0.; ord := 2; calc_term := 1; iii := glob_max_terms; while calc_term <= iii do temp_sum := temp_sum + array_y_higher_work[ord, iii]; iii := iii - 1 end do; array_y_higher_work2[ord, calc_term] := temp_sum* expt(glob_h, calc_term - 1)/factorial_1(calc_term - 1); ord := 1; calc_term := 2; iii := glob_max_terms; while calc_term <= iii do array_y_higher_work[1, iii] := array_y_higher[1, iii]/( expt(glob_h, calc_term - 1)* factorial_3(iii - calc_term, iii - 1)); iii := iii - 1 end do; temp_sum := 0.; ord := 1; calc_term := 2; iii := glob_max_terms; while calc_term <= iii do temp_sum := temp_sum + array_y_higher_work[ord, iii]; iii := iii - 1 end do; array_y_higher_work2[ord, calc_term] := temp_sum* expt(glob_h, calc_term - 1)/factorial_1(calc_term - 1); ord := 1; calc_term := 1; iii := glob_max_terms; while calc_term <= iii do array_y_higher_work[1, iii] := array_y_higher[1, iii]/( expt(glob_h, calc_term - 1)* factorial_3(iii - calc_term, iii - 1)); iii := iii - 1 end do; temp_sum := 0.; ord := 1; calc_term := 1; iii := glob_max_terms; while calc_term <= iii do temp_sum := temp_sum + array_y_higher_work[ord, iii]; iii := iii - 1 end do; array_y_higher_work2[ord, calc_term] := temp_sum* expt(glob_h, calc_term - 1)/factorial_1(calc_term - 1); term_no := glob_max_terms; while 1 <= term_no do array_y[term_no] := array_y_higher_work2[1, term_no]; ord := 1; while ord <= order_diff do array_y_higher[ord, term_no] := array_y_higher_work2[ord, term_no]; ord := ord + 1 end do; term_no := term_no - 1 end do end do; omniout_str(ALWAYS, "Finished!"); if glob_max_iter <= glob_iter then omniout_str(ALWAYS, "Maximum Iterations Reached before Solution Completed!") end if; if convfloat(glob_max_sec) <= elapsed_time_seconds() - convfloat(glob_orig_start_sec) then omniout_str(ALWAYS, "Maximum Time Reached before Solution Completed!") end if; glob_clock_sec := elapsed_time_seconds(); omniout_str(INFO, "diff ( y , x , 1 ) = sin(0.3 * x + 0.1) - (0.1 * x + 0.2) ;") ; omniout_int(INFO, "Iterations ", 32, glob_iter, 4, " "); prog_report(x_start, x_end); if glob_html_log then logstart(html_log_file); logitem_str(html_log_file, "2013-05-26T05:06:20-05:00"); logitem_str(html_log_file, "Maple"); logitem_str(html_log_file, "sub_full_lin"); logitem_str(html_log_file, "diff ( y , x , 1 ) = sin(0.3 * x\ + 0.1) - (0.1 * x + 0.2) ;"); logitem_float(html_log_file, x_start); logitem_float(html_log_file, x_end); logitem_float(html_log_file, array_x[1]); logitem_float(html_log_file, glob_h); logitem_integer(html_log_file, Digits); logitem_good_digits(html_log_file, array_last_rel_error[1]); 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_time(html_log_file, convfloat(glob_clock_sec)); if glob_percent_done < 100.0 then logitem_time(html_log_file, convfloat(glob_total_exp_sec)); 0 else logitem_str(html_log_file, "Done"); 0 end if; log_revs(html_log_file, " 189 "); logitem_str(html_log_file, "sub_full_lin diffeq.mxt"); logitem_str(html_log_file, "sub_full_lin maple results"); logitem_str(html_log_file, "All Tests - All Languages"); logend(html_log_file) end if; if glob_html_log then fclose(html_log_file) end if end if end proc > # End Function number 13 > main(); ##############ECHO OF PROBLEM################# ##############temp/sub_full_linpostode.ode################# diff ( y , x , 1 ) = sin(0.3 * x + 0.1) - (0.1 * x + 0.2) ; ! #BEGIN FIRST INPUT BLOCK Digits:=32; max_terms:=30; ! #END FIRST INPUT BLOCK #BEGIN SECOND INPUT BLOCK x_start := 0.1; x_end := 5.0 ; array_y_init[0 + 1] := exact_soln_y(x_start); glob_look_poles := true; glob_max_iter := 1000000; #END SECOND INPUT BLOCK #BEGIN OVERRIDE BLOCK glob_desired_digits_correct:=10; glob_display_interval:=0.01; glob_look_poles:=true; glob_max_iter:=10000000; glob_max_minutes:=3; glob_subiter_method:=3; #END OVERRIDE BLOCK ! #BEGIN USER DEF BLOCK exact_soln_y := proc(x) return(-0.05 * x * x - 0.2 * x - cos(0.3 * x + 0.1) / 0.3); end; #END USER DEF BLOCK #######END OF ECHO OF PROBLEM################# START of Optimize min_size = 0 min_size = 1 glob_desired_digits_correct = 10 desired_abs_gbl_error = 1.0000000000000000000000000000000e-10 range = 4.9 estimated_steps = 4900000 step_error = 2.0408163265306122448979591836735e-17 est_needed_step_err = 2.0408163265306122448979591836735e-17 opt_iter = 1 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 2.0832057667303706959064328525112e-196 estimated_step_error = 2.0832057667303706959064328525112e-196 best_h = 2.0e-06 opt_iter = 2 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 1.3980157238198370003790245327760e-188 estimated_step_error = 1.3980157238198370003790245327760e-188 best_h = 4.00e-06 opt_iter = 3 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 9.3819246943401670940245177759594e-181 estimated_step_error = 9.3819246943401670940245177759594e-181 best_h = 8.000e-06 opt_iter = 4 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 6.2961030654152464728482397074175e-173 estimated_step_error = 6.2961030654152464728482397074175e-173 best_h = 1.60000e-05 opt_iter = 5 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 4.2252432189183480785977940732283e-165 estimated_step_error = 4.2252432189183480785977940732283e-165 best_h = 3.200000e-05 opt_iter = 6 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 2.8355126925013087201670271123411e-157 estimated_step_error = 2.8355126925013087201670271123411e-157 best_h = 6.4000000e-05 opt_iter = 7 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 1.9028803122861599205196599501975e-149 estimated_step_error = 1.9028803122861599205196599501975e-149 best_h = 0.000128 opt_iter = 8 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 1.2770013014938083948856078055394e-141 estimated_step_error = 1.2770013014938083948856078055394e-141 best_h = 0.000256 opt_iter = 9 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 8.5698098702398213603837276388215e-134 estimated_step_error = 8.5698098702398213603837276388215e-134 best_h = 0.000512 opt_iter = 10 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 5.7511009814983206787620256717938e-126 estimated_step_error = 5.7511009814983206787620256717938e-126 best_h = 0.001024 opt_iter = 11 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 3.8594971008343407516029854974052e-118 estimated_step_error = 3.8594971008343407516029854974052e-118 best_h = 0.002048 opt_iter = 12 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 2.5900627338781509199923005233208e-110 estimated_step_error = 2.5900627338781509199923005233208e-110 best_h = 0.004096 opt_iter = 13 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 1.7381590914224375436879361101559e-102 estimated_step_error = 1.7381590914224375436879361101559e-102 best_h = 0.008192 opt_iter = 14 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 1.1664553487933278442670213577964e-94 estimated_step_error = 1.1664553487933278442670213577964e-94 best_h = 0.016384 opt_iter = 15 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 7.8279027129396024733189483580568e-87 estimated_step_error = 7.8279027129396024733189483580568e-87 best_h = 0.032768 opt_iter = 16 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 5.2531539457430819025808046113601e-79 estimated_step_error = 5.2531539457430819025808046113601e-79 best_h = 0.065536 opt_iter = 17 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 3.5252476942701468661491029014812e-71 estimated_step_error = 3.5252476942701468661491029014812e-71 best_h = 0.131072 opt_iter = 18 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 2.3656401582886447884759759194182e-63 estimated_step_error = 2.3656401582886447884759759194182e-63 best_h = 0.1 START of Soultion TOP MAIN SOLVE Loop x[1] = 0.1 y[1] (analytic) = -3.3257063123826267986483739038394 y[1] (numeric) = -3.3257063123826267986483739038394 absolute error = 0 relative error = 0 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.11 y[1] (analytic) = -3.3265000994836904604552861567236 y[1] (numeric) = -3.3265000994836904604552861567236 absolute error = 0 relative error = 0 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.12 y[1] (analytic) = -3.3272741515511600542791827214267 y[1] (numeric) = -3.3272741515511600542791827214267 absolute error = 0 relative error = 0 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.13 y[1] (analytic) = -3.328028480653557921497890021765 y[1] (numeric) = -3.328028480653557921497890021765 absolute error = 0 relative error = 0 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.14 y[1] (analytic) = -3.328763099126912888504819883098 y[1] (numeric) = -3.328763099126912888504819883098 absolute error = 0 relative error = 0 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.15 y[1] (analytic) = -3.3294780195746492425328001612199 y[1] (numeric) = -3.32947801957464924253280016122 absolute error = 1e-31 relative error = 3.0034738001596808426838058665210e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.16 y[1] (analytic) = -3.330173254867473300920562735326 y[1] (numeric) = -3.3301732548674733009205627353261 absolute error = 1e-31 relative error = 3.0028467694236999600770245876212e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 bytes used=4000744, alloc=3079628, time=0.14 TOP MAIN SOLVE Loop x[1] = 0.17 y[1] (analytic) = -3.330848818143257574842764701004 y[1] (numeric) = -3.3308488181432575748427647010041 absolute error = 1e-31 relative error = 3.0022377315744946258540139828798e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.18 y[1] (analytic) = -3.3315047228069225285460684111671 y[1] (numeric) = -3.3315047228069225285460684111672 absolute error = 1e-31 relative error = 3.0016466527997626212342414471578e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.19 y[1] (analytic) = -3.3321409825303159351554464420811 y[1] (numeric) = -3.3321409825303159351554464420812 absolute error = 1e-31 relative error = 3.0010734997191913233778619928584e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2 y[1] (analytic) = -3.3327576112520898301365084133945 y[1] (numeric) = -3.3327576112520898301365084133945 absolute error = 0 relative error = 0 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.21 y[1] (analytic) = -3.3333546231775750635212676706652 y[1] (numeric) = -3.3333546231775750635212676706652 absolute error = 0 relative error = 0 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.22 y[1] (analytic) = -3.333932032778653452026376951713 y[1] (numeric) = -3.333932032778653452026376951713 absolute error = 0 relative error = 0 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.23 y[1] (analytic) = -3.3344898547936275322144631097015 y[1] (numeric) = -3.3344898547936275322144631097016 absolute error = 1e-31 relative error = 2.9989594916967899040407564418025e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.24 y[1] (analytic) = -3.3350281042270879158707815617738 y[1] (numeric) = -3.3350281042270879158707815617739 absolute error = 1e-31 relative error = 2.9984754813085924304282843641173e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.25 y[1] (analytic) = -3.3355467963497782487889911779985 y[1] (numeric) = -3.3355467963497782487889911779986 absolute error = 1e-31 relative error = 2.9980092052503650709789808296282e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.26 y[1] (analytic) = -3.3360459466984577741814196271259 y[1] (numeric) = -3.336045946698457774181419627126 absolute error = 1e-31 relative error = 2.9975606330891734283802003880948e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.27 y[1] (analytic) = -3.336525571075761501950747559069 y[1] (numeric) = -3.336525571075761501950747559069 absolute error = 0 relative error = 0 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.28 y[1] (analytic) = -3.3369856855500579850815872350936 y[1] (numeric) = -3.3369856855500579850815872350936 absolute error = 0 relative error = 0 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.29 y[1] (analytic) = -3.3374263064553047044319671215027 y[1] (numeric) = -3.3374263064553047044319671215028 absolute error = 1e-31 relative error = 2.9963208417989143232759676094520e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3 y[1] (analytic) = -3.3378474503909010632262583472997 y[1] (numeric) = -3.3378474503909010632262583472998 absolute error = 1e-31 relative error = 2.9959427890657144257414072024366e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.31 y[1] (analytic) = -3.3382491342215389925725915972059 y[1] (numeric) = -3.338249134221538992572591597206 absolute error = 1e-31 relative error = 2.9955822941692888390580626517308e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.32 y[1] (analytic) = -3.3386313750770511693493137748686 y[1] (numeric) = -3.3386313750770511693493137748687 absolute error = 1e-31 relative error = 2.9952393291005998849488870880752e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.33 y[1] (analytic) = -3.3389941903522568478265224336202 y[1] (numeric) = -3.3389941903522568478265224336202 absolute error = 0 relative error = 0 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.34 y[1] (analytic) = -3.3393375977068053064101923403414 y[1] (numeric) = -3.3393375977068053064101923403415 absolute error = 1e-31 relative error = 2.9946058783835495727362219331853e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.35 y[1] (analytic) = -3.3396616150650169109178724185576 y[1] (numeric) = -3.3396616150650169109178724185576 absolute error = 0 relative error = 0 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.36 y[1] (analytic) = -3.3399662606157217958163825166702 y[1] (numeric) = -3.3399662606157217958163825166702 absolute error = 0 relative error = 0 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.37 y[1] (analytic) = -3.3402515528120961648733777731541 y[1] (numeric) = -3.3402515528120961648733777731541 absolute error = 0 relative error = 0 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.38 y[1] (analytic) = -3.3405175103714962126960736096685 y[1] (numeric) = -3.3405175103714962126960736096685 absolute error = 0 relative error = 0 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.39 y[1] (analytic) = -3.3407641522752896686518363825296 y[1] (numeric) = -3.3407641522752896686518363825296 absolute error = 0 relative error = 0 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.4 y[1] (analytic) = -3.340991497768684964686743270149 y[1] (numeric) = -3.340991497768684964686743270149 absolute error = 0 relative error = 0 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.41 y[1] (analytic) = -3.3411995663605580285795998762834 y[1] (numeric) = -3.3411995663605580285795998762834 absolute error = 0 relative error = 0 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.42 y[1] (analytic) = -3.341388377823276704190275093791 y[1] (numeric) = -3.341388377823276704190275093791 absolute error = 0 relative error = 0 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.43 y[1] (analytic) = -3.3415579521925228002825698087188 y[1] (numeric) = -3.3415579521925228002825698087188 absolute error = 0 relative error = 0 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.44 y[1] (analytic) = -3.3417083097671117695231788377313 y[1] (numeric) = -3.3417083097671117695231788377312 absolute error = 1e-31 relative error = 2.9924814116097744332103541027496e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 bytes used=8001772, alloc=4259060, time=0.29 TOP MAIN SOLVE Loop x[1] = 0.45 y[1] (analytic) = -3.3418394711088100192796338910574 y[1] (numeric) = -3.3418394711088100192796338910573 absolute error = 1e-31 relative error = 2.9923639619595602112054587669464e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.46 y[1] (analytic) = -3.3419514570421498558614291463175 y[1] (numeric) = -3.3419514570421498558614291463175 absolute error = 0 relative error = 0 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.47 y[1] (analytic) = -3.3420442886542420638698300139739 y[1] (numeric) = -3.3420442886542420638698300139738 absolute error = 1e-31 relative error = 2.9921805746107424430981849307676e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.48 y[1] (analytic) = -3.3421179872945861223431496810361 y[1] (numeric) = -3.342117987294586122343149681036 absolute error = 1e-31 relative error = 2.9921145926074585841835558570102e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.49 y[1] (analytic) = -3.3421725745748780594055468444938 y[1] (numeric) = -3.3421725745748780594055468444936 absolute error = 2e-31 relative error = 5.9841314455594758068136366540415e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.5 y[1] (analytic) = -3.342208072368815947148651498314 y[1] (numeric) = -3.3422080723688159471486514983138 absolute error = 2e-31 relative error = 5.9840678877377148331482410346688e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.51 y[1] (analytic) = -3.3422245028119030384965635264639 y[1] (numeric) = -3.3422245028119030384965635264638 absolute error = 1e-31 relative error = 2.9920192349696233816575614692660e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.52 y[1] (analytic) = -3.3422218883012485478259909881449 y[1] (numeric) = -3.3422218883012485478259909881447 absolute error = 2e-31 relative error = 5.9840431510564374864797070519212e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.53 y[1] (analytic) = -3.3422002514953660771345011692623 y[1] (numeric) = -3.3422002514953660771345011692621 absolute error = 2e-31 relative error = 5.9840818906801311315448688141048e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.54 y[1] (analytic) = -3.3421596153139696895710475252506 y[1] (numeric) = -3.3421596153139696895710475252504 absolute error = 2e-31 relative error = 5.9841546490954043864474064175942e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.55 y[1] (analytic) = -3.3421000029377676321641093640055 y[1] (numeric) = -3.3421000029377676321641093640053 absolute error = 2e-31 relative error = 5.9842613872773497483759049616017e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.56 y[1] (analytic) = -3.3420214378082537096039383232972 y[1] (numeric) = -3.342021437808253709603938323297 absolute error = 2e-31 relative error = 5.9844020668868871859594829996513e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.57 y[1] (analytic) = -3.341923943627496310956546194218 y[1] (numeric) = -3.3419239436274963109565461942178 absolute error = 2e-31 relative error = 5.9845766502666036973065313248780e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.58 y[1] (analytic) = -3.3418075443579250912081922407056 y[1] (numeric) = -3.3418075443579250912081922407054 absolute error = 2e-31 relative error = 5.9847851004366202505241554798816e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.59 y[1] (analytic) = -3.3416722642221153095602346748574 y[1] (numeric) = -3.3416722642221153095602346748571 absolute error = 3e-31 relative error = 8.9775410716357283940349660959547e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.6 y[1] (analytic) = -3.3415181277025698264153001786549 y[1] (numeric) = -3.3415181277025698264153001786546 absolute error = 3e-31 relative error = 8.9779551848866446637683751929601e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.61 y[1] (analytic) = -3.3413451595414987610167971250549 y[1] (numeric) = -3.3413451595414987610167971250546 absolute error = 3e-31 relative error = 8.9784199379499652366538363066088e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.62 y[1] (analytic) = -3.3411533847405968117248522555154 y[1] (numeric) = -3.3411533847405968117248522555151 absolute error = 3e-31 relative error = 8.9789352793598742365975382379045e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.63 y[1] (analytic) = -3.340942828560818240932786827441 y[1] (numeric) = -3.3409428285608182409327868274406 absolute error = 4e-31 relative error = 1.1972668211515264299621865467411e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.64 y[1] (analytic) = -3.3407135165221495266492664644088 y[1] (numeric) = -3.3407135165221495266492664644084 absolute error = 4e-31 relative error = 1.1973490035039582797277003296765e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.65 y[1] (analytic) = -3.3404654744033796827922589352268 y[1] (numeric) = -3.3404654744033796827922589352265 absolute error = 3e-31 relative error = 8.9807843337635807770126224897537e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.66 y[1] (analytic) = -3.3401987282418682502619156658658 y[1] (numeric) = -3.3401987282418682502619156658655 absolute error = 3e-31 relative error = 8.9815015335302109423952620589713e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.67 y[1] (analytic) = -3.3399133043333109608804557622718 y[1] (numeric) = -3.3399133043333109608804557622715 absolute error = 3e-31 relative error = 8.9822690789838870806800661205845e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.68 y[1] (analytic) = -3.3396092292315030763080755033352 y[1] (numeric) = -3.3396092292315030763080755033349 absolute error = 3e-31 relative error = 8.9830869244853161058978498166342e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.69 y[1] (analytic) = -3.3392865297481004040648314633692 y[1] (numeric) = -3.3392865297481004040648314633688 absolute error = 4e-31 relative error = 1.1978606700461073098663518019750e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.7 y[1] (analytic) = -3.3389452329523779928093514540074 y[1] (numeric) = -3.338945232952377992809351454007 absolute error = 4e-31 relative error = 1.1979831117095326014771164956947e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.71 y[1] (analytic) = -3.3385853661709865090461141483171 y[1] (numeric) = -3.3385853661709865090461141483168 absolute error = 3e-31 relative error = 8.9858418191076268787880989418801e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop bytes used=12002408, alloc=4324584, time=0.45 x[1] = 0.72 y[1] (analytic) = -3.3382069569877062974539053771537 y[1] (numeric) = -3.3382069569877062974539053771534 absolute error = 3e-31 relative error = 8.9868604273328407028770381758123e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.73 y[1] (analytic) = -3.3378100332431991270489064815571 y[1] (numeric) = -3.3378100332431991270489064815568 absolute error = 3e-31 relative error = 8.9879291215534983933762848501556e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.74 y[1] (analytic) = -3.3373946230347576254166975776839 y[1] (numeric) = -3.3373946230347576254166975776836 absolute error = 3e-31 relative error = 8.9890478617480417872563328719066e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.75 y[1] (analytic) = -3.3369607547160524032682659549249 y[1] (numeric) = -3.3369607547160524032682659549246 absolute error = 3e-31 relative error = 8.9902166088113764467001381695178e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.76 y[1] (analytic) = -3.3365084568968768715958968962261 y[1] (numeric) = -3.3365084568968768715958968962258 absolute error = 3e-31 relative error = 8.9914353245492837483045181600501e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.77 y[1] (analytic) = -3.3360377584428897537255907951102 y[1] (numeric) = -3.3360377584428897537255907951099 absolute error = 3e-31 relative error = 8.9927039716728600506021805015759e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.78 y[1] (analytic) = -3.3355486884753552945833963596028 y[1] (numeric) = -3.3355486884753552945833963596025 absolute error = 3e-31 relative error = 8.9940225137929822292752087942341e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.79 y[1] (analytic) = -3.3350412763708811695137747524766 y[1] (numeric) = -3.3350412763708811695137747524763 absolute error = 3e-31 relative error = 8.9953909154147988713100936546583e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.8 y[1] (analytic) = -3.3345155517611540950088135334219 y[1] (numeric) = -3.3345155517611540950088135334216 absolute error = 3e-31 relative error = 8.9968091419322464211250399851408e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.81 y[1] (analytic) = -3.3339715445326731437277920555908 y[1] (numeric) = -3.3339715445326731437277920555904 absolute error = 4e-31 relative error = 1.1997702879496786097843930442925e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.82 y[1] (analytic) = -3.333409284826480766207261340303 y[1] (numeric) = -3.3334092848264807662072613403027 absolute error = 3e-31 relative error = 8.9997949356409852087887831906670e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.83 y[1] (analytic) = -3.3328288030378915216824412235928 y[1] (numeric) = -3.3328288030378915216824412235925 absolute error = 3e-31 relative error = 9.0013624380150691706586406418555e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.84 y[1] (analytic) = -3.3322301298162185204613555509543 y[1] (numeric) = -3.3322301298162185204613555509539 absolute error = 4e-31 relative error = 1.2003972847519420241920336358670e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.85 y[1] (analytic) = -3.3316132960644975803137222065566 y[1] (numeric) = -3.3316132960644975803137222065562 absolute error = 4e-31 relative error = 1.2006195331027886932882138518370e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.86 y[1] (analytic) = -3.3309783329392090993571886149744 y[1] (numeric) = -3.330978332939209099357188614974 absolute error = 4e-31 relative error = 1.2008483995362574025315005533070e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.87 y[1] (analytic) = -3.3303252718499976479440548619566 y[1] (numeric) = -3.3303252718499976479440548619562 absolute error = 4e-31 relative error = 1.2010838802475283882881967344096e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.88 y[1] (analytic) = -3.3296541444593892820721555609705 y[1] (numeric) = -3.3296541444593892820721555609702 absolute error = 3e-31 relative error = 9.0099447865840951236589969652216e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.89 y[1] (analytic) = -3.3289649826825065808640778594523 y[1] (numeric) = -3.3289649826825065808640778594519 absolute error = 4e-31 relative error = 1.2015746698473133354304617267834e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.9 y[1] (analytic) = -3.3282578186867814106793763483029 y[1] (numeric) = -3.3282578186867814106793763483025 absolute error = 4e-31 relative error = 1.2018299716871890231215006752576e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.91 y[1] (analytic) = -3.3275326848916654184449059258564 y[1] (numeric) = -3.3275326848916654184449059258559 absolute error = 5e-31 relative error = 1.5026148421327332957995943479585e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.92 y[1] (analytic) = -3.3267896139683382568088306891525 y[1] (numeric) = -3.3267896139683382568088306891521 absolute error = 4e-31 relative error = 1.2023603726562760711270759799036e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.93 y[1] (analytic) = -3.3260286388394135437442804969567 y[1] (numeric) = -3.3260286388394135437442804969563 absolute error = 4e-31 relative error = 1.2026354653986871360658248191914e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.94 y[1] (analytic) = -3.325249792678642559249016786844 y[1] (numeric) = -3.3252497926786425592490167868436 absolute error = 4e-31 relative error = 1.2029171489032151565664368168949e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.95 y[1] (analytic) = -3.3244531089106156818078353493093 y[1] (numeric) = -3.3244531089106156818078353493089 absolute error = 4e-31 relative error = 1.2032054202475285074426785293287e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.96 y[1] (analytic) = -3.3236386212104615673047758819753 y[1] (numeric) = -3.3236386212104615673047758819749 absolute error = 4e-31 relative error = 1.2035002766164779878851831185245e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.97 y[1] (analytic) = -3.3228063635035440730925260834705 y[1] (numeric) = -3.3228063635035440730925260834701 absolute error = 4e-31 relative error = 1.2038017153014079445716288231882e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.98 y[1] (analytic) = -3.3219563699651569299467016165777 y[1] (numeric) = -3.3219563699651569299467016165773 absolute error = 4e-31 relative error = 1.2041097336994690510649750229496e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.99 y[1] (analytic) = -3.3210886750202161646529522911714 y[1] (numeric) = -3.321088675020216164652952291171 absolute error = 4e-31 relative error = 1.2044243293129326513531253786326e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 bytes used=16003480, alloc=4390108, time=0.61 TOP MAIN SOLVE Loop x[1] = 1 y[1] (analytic) = -3.3202033133429502759950891068393 y[1] (numeric) = -3.320203313342950275995089106839 absolute error = 3e-31 relative error = 9.0355912481137993153013159675358e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.01 y[1] (analytic) = -3.3193003198565881669326461707355 y[1] (numeric) = -3.3193003198565881669326461707351 absolute error = 4e-31 relative error = 1.2050732427166523343444908017040e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.02 y[1] (analytic) = -3.318379729733044835776485786148 y[1] (numeric) = -3.3183797297330448357764857861476 absolute error = 4e-31 relative error = 1.2054075560309036036923040097190e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.03 y[1] (analytic) = -3.3174415783926048291912240097545 y[1] (numeric) = -3.3174415783926048291912240097541 absolute error = 4e-31 relative error = 1.2057484376071859013173692004193e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.04 y[1] (analytic) = -3.316485901503603459873397519041 y[1] (numeric) = -3.3164859015036034598733975190407 absolute error = 3e-31 relative error = 9.0457191409735302666563975465556e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.05 y[1] (analytic) = -3.3155127349821057917744105346046 y[1] (numeric) = -3.3155127349821057917744105346043 absolute error = 3e-31 relative error = 9.0483742328807292283334348627970e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.06 y[1] (analytic) = -3.3145221149915833957573926239669 y[1] (numeric) = -3.3145221149915833957573926239665 absolute error = 4e-31 relative error = 1.2068104725890951691971487693277e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.07 y[1] (analytic) = -3.3135140779425888785971642932799 y[1] (numeric) = -3.3135140779425888785971642932796 absolute error = 3e-31 relative error = 9.0538320629763114746387443825486e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.08 y[1] (analytic) = -3.3124886604924281882525471703067 y[1] (numeric) = -3.3124886604924281882525471703063 absolute error = 4e-31 relative error = 1.2075513035583849211929808980347e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.09 y[1] (analytic) = -3.3114458995448306983602691159434 y[1] (numeric) = -3.3114458995448306983602691159431 absolute error = 3e-31 relative error = 9.0594866744232784303713648592623e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.1 y[1] (analytic) = -3.3103858322496170749197015922115 y[1] (numeric) = -3.3103858322496170749197015922112 absolute error = 3e-31 relative error = 9.0623877457852391144202251832352e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.11 y[1] (analytic) = -3.3093084960023649281576268821809 y[1] (numeric) = -3.3093084960023649281576268821806 absolute error = 3e-31 relative error = 9.0653379811038810831222315270182e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.12 y[1] (analytic) = -3.3082139284440722525821661220729 y[1] (numeric) = -3.3082139284440722525821661220726 absolute error = 3e-31 relative error = 9.0683373714316225429703589931062e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.13 y[1] (analytic) = -3.3071021674608186582549053884098 y[1] (numeric) = -3.3071021674608186582549053884095 absolute error = 3e-31 relative error = 9.0713859085381368313545058661394e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.14 y[1] (analytic) = -3.3059732511834243963301361043887 y[1] (numeric) = -3.3059732511834243963301361043884 absolute error = 3e-31 relative error = 9.0744835849053027702283170899479e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.15 y[1] (analytic) = -3.3048272179871071819299776107393 y[1] (numeric) = -3.304827217987107181929977610739 absolute error = 3e-31 relative error = 9.0776303937221556244073409419697e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.16 y[1] (analytic) = -3.3036641064911368174439737085169 y[1] (numeric) = -3.3036641064911368174439737085165 absolute error = 4e-31 relative error = 1.2107768438506450613948508588479e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.17 y[1] (analytic) = -3.3024839555584876193615511461702 y[1] (numeric) = -3.3024839555584876193615511461698 absolute error = 4e-31 relative error = 1.2112095179955399600863826287957e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.18 y[1] (analytic) = -3.3012868042954886517654962126398 y[1] (numeric) = -3.3012868042954886517654962126394 absolute error = 4e-31 relative error = 1.2116487409683328886313587793199e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.19 y[1] (analytic) = -3.3000726920514717696343456342736 y[1] (numeric) = -3.3000726920514717696343456342731 absolute error = 5e-31 relative error = 1.5151181402891394818142446062464e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.2 y[1] (analytic) = -3.2988416584184174751212996783347 y[1] (numeric) = -3.2988416584184174751212996783342 absolute error = 5e-31 relative error = 1.5156835391721040041676024955727e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.21 y[1] (analytic) = -3.2975937432305985899969485624153 y[1] (numeric) = -3.2975937432305985899969485624148 absolute error = 5e-31 relative error = 1.5162571224136245110223050162247e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.22 y[1] (analytic) = -3.2963289865642217474627577800071 y[1] (numeric) = -3.2963289865642217474627577800066 absolute error = 5e-31 relative error = 1.5168388896799776255843941894564e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.23 y[1] (analytic) = -3.2950474287370667065618836009314 y[1] (numeric) = -3.2950474287370667065618836009309 absolute error = 5e-31 relative error = 1.5174288407485568131577875043184e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.24 y[1] (analytic) = -3.2937491103081234924334866146632 y[1] (numeric) = -3.2937491103081234924334866146626 absolute error = 6e-31 relative error = 1.8216323706084317612273263252862e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.25 y[1] (analytic) = -3.2924340720772273656762785784231 y[1] (numeric) = -3.2924340720772273656762785784225 absolute error = 6e-31 relative error = 1.8223599527429698952330951684127e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.26 y[1] (analytic) = -3.2911023550846916241065758341615 y[1] (numeric) = -3.2911023550846916241065758341609 absolute error = 6e-31 relative error = 1.8230973554286794353025649975679e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.27 y[1] (analytic) = -3.2897540006109382402156409933645 y[1] (numeric) = -3.289754000610938240215640993364 absolute error = 5e-31 relative error = 1.5198704824346905580495237196772e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 bytes used=20007760, alloc=4390108, time=0.77 TOP MAIN SOLVE Loop x[1] = 1.28 y[1] (analytic) = -3.2883890501761263376505732804125 y[1] (numeric) = -3.288389050176126337650573280412 absolute error = 5e-31 relative error = 1.5205013530051134507039146942062e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.29 y[1] (analytic) = -3.287007545539778510062456698693 y[1] (numeric) = -3.2870075455397785100624566986925 absolute error = 5e-31 relative error = 1.5211404083281229878639809372148e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.3 y[1] (analytic) = -3.2856095287004049856848938637889 y[1] (numeric) = -3.2856095287004049856848938637884 absolute error = 5e-31 relative error = 1.5217876489351757028177542992413e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.31 y[1] (analytic) = -3.2841950418951256410254417600485 y[1] (numeric) = -3.2841950418951256410254417600481 absolute error = 4e-31 relative error = 1.2179544603696323932552447946779e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.32 y[1] (analytic) = -3.2827641275992898670718236462092 y[1] (numeric) = -3.2827641275992898670718236462088 absolute error = 4e-31 relative error = 1.2184853509183524948453222039092e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.33 y[1] (analytic) = -3.2813168285260942914341186882642 y[1] (numeric) = -3.2813168285260942914341186882638 absolute error = 4e-31 relative error = 1.2190227914677549291136997289705e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.34 y[1] (analytic) = -3.2798531876261983598634274594928 y[1] (numeric) = -3.2798531876261983598634274594924 absolute error = 4e-31 relative error = 1.2195667827726794165448208613355e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.35 y[1] (analytic) = -3.2783732480873377806067770448384 y[1] (numeric) = -3.278373248087337780606777044838 absolute error = 4e-31 relative error = 1.2201173256686596964008117300607e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.36 y[1] (analytic) = -3.2768770533339358350772639462408 y[1] (numeric) = -3.2768770533339358350772639462404 absolute error = 4e-31 relative error = 1.2206744210712299396855409310247e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.37 y[1] (analytic) = -3.2753646470267125583376361339824 y[1] (numeric) = -3.275364647026712558337636133982 absolute error = 4e-31 relative error = 1.2212380699752291143330657476873e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.38 y[1] (analytic) = -3.2738360730622917929146872537802 y[1] (numeric) = -3.2738360730622917929146872537798 absolute error = 4e-31 relative error = 1.2218082734541032018399857821815e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.39 y[1] (analytic) = -3.2722913755728061194809760076898 y[1] (numeric) = -3.2722913755728061194809760076893 absolute error = 5e-31 relative error = 1.5279812908240064551597481777746e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.4 y[1] (analytic) = -3.2707305989254996679594919066284 y[1] (numeric) = -3.2707305989254996679594919066279 absolute error = 5e-31 relative error = 1.5287104360238656987223079755579e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.41 y[1] (analytic) = -3.2691537877223288126259647715032 y[1] (numeric) = -3.2691537877223288126259647715027 absolute error = 5e-31 relative error = 1.5294477790485283774098748378212e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.42 y[1] (analytic) = -3.26756098679956075480255936685 y[1] (numeric) = -3.2675609867995607548025593668495 absolute error = 5e-31 relative error = 1.5301933216240565900698490666042e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.43 y[1] (analytic) = -3.2659522412273699967557082141659 y[1] (numeric) = -3.2659522412273699967557082141655 absolute error = 4e-31 relative error = 1.2247576524562922586027136030808e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.44 y[1] (analytic) = -3.2643275963094327104298147806401 y[1] (numeric) = -3.2643275963094327104298147806397 absolute error = 4e-31 relative error = 1.2253672102402651449029180300509e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.45 y[1] (analytic) = -3.2626870975825190046675057019428 y[1] (numeric) = -3.2626870975825190046675057019424 absolute error = 4e-31 relative error = 1.2259833322551192255981744883935e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.46 y[1] (analytic) = -3.2610307908160830945860243046089 y[1] (numeric) = -3.2610307908160830945860243046085 absolute error = 4e-31 relative error = 1.2266060201777449526060741453872e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.47 y[1] (analytic) = -3.2593587220118513767982382741164 y[1] (numeric) = -3.259358722011851376798238274116 absolute error = 4e-31 relative error = 1.2272352757572462048032622234476e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.48 y[1] (analytic) = -3.2576709374034084141855816991013 y[1] (numeric) = -3.2576709374034084141855816991009 absolute error = 4e-31 relative error = 1.2278711008142153758595639463151e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.49 y[1] (analytic) = -3.255967483455780833949065740627 y[1] (numeric) = -3.2559674834557808339490657406266 absolute error = 4e-31 relative error = 1.2285134972400051741273078213612e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.5 y[1] (analytic) = -3.2542484068650191426832726587259 y[1] (numeric) = -3.2542484068650191426832726587255 absolute error = 4e-31 relative error = 1.2291624669959970279480460246769e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.51 y[1] (analytic) = -3.2525137545577774622369947075191 y[1] (numeric) = -3.2525137545577774622369947075187 absolute error = 4e-31 relative error = 1.2298180121128659891872481812486e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.52 y[1] (analytic) = -3.2507635736908911901428923163821 y[1] (numeric) = -3.2507635736908911901428923163817 absolute error = 4e-31 relative error = 1.2304801346898420272463624669070e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.53 y[1] (analytic) = -3.2489979116509525884172248394417 y[1] (numeric) = -3.2489979116509525884172248394413 absolute error = 4e-31 relative error = 1.2311488368939676052309459394986e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.54 y[1] (analytic) = -3.2472168160538843045493518110525 y[1] (numeric) = -3.2472168160538843045493518110521 absolute error = 4e-31 relative error = 1.2318241209593514293734147514311e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.55 y[1] (analytic) = -3.2454203347445108285193129230097 y[1] (numeric) = -3.2454203347445108285193129230093 absolute error = 4e-31 relative error = 1.2325059891864182622194060627246e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 bytes used=24008604, alloc=4455632, time=0.93 TOP MAIN SOLVE Loop x[1] = 1.56 y[1] (analytic) = -3.2436085157961278897003706726133 y[1] (numeric) = -3.2436085157961278897003706726128 absolute error = 5e-31 relative error = 1.5414930549264433618597875299809e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.57 y[1] (analytic) = -3.2417814075100697975219406521301 y[1] (numeric) = -3.2417814075100697975219406521297 absolute error = 4e-31 relative error = 1.2338894876543507299064764588512e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.58 y[1] (analytic) = -3.2399390584152747297868405928328 y[1] (numeric) = -3.2399390584152747297868405928324 absolute error = 4e-31 relative error = 1.2345911228208371767075826013587e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.59 y[1] (analytic) = -3.2380815172678479725552603740685 y[1] (numeric) = -3.2380815172678479725552603740681 absolute error = 4e-31 relative error = 1.2352993519987185588411226854047e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.6 y[1] (analytic) = -3.2362088330506231155262910935001 y[1] (numeric) = -3.2362088330506231155262910934997 absolute error = 4e-31 relative error = 1.2360141778086016093278061513533e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.61 y[1] (analytic) = -3.2343210549727212068662518028266 y[1] (numeric) = -3.2343210549727212068662518028263 absolute error = 3e-31 relative error = 9.2755170219961434564669687449103e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.62 y[1] (analytic) = -3.2324182324691078714514174783385 y[1] (numeric) = -3.2324182324691078714514174783381 absolute error = 4e-31 relative error = 1.2374636301146491214563761788854e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.63 y[1] (analytic) = -3.2305004152001483965110810523045 y[1] (numeric) = -3.2305004152001483965110810523041 absolute error = 4e-31 relative error = 1.2381982621575291155832782573432e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.64 y[1] (analytic) = -3.2285676530511607886751757144625 y[1] (numeric) = -3.2285676530511607886751757144621 absolute error = 4e-31 relative error = 1.2389395019242655089441686842217e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.65 y[1] (analytic) = -3.2266199961319668064489410381473 y[1] (numeric) = -3.2266199961319668064489410381469 absolute error = 4e-31 relative error = 1.2396873523362378676330014052316e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.66 y[1] (analytic) = -3.2246574947764409721553376285322 y[1] (numeric) = -3.2246574947764409721553376285318 absolute error = 4e-31 relative error = 1.2404418163725980351181839894839e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.67 y[1] (analytic) = -3.2226801995420575674040997670831 y[1] (numeric) = -3.2226801995420575674040997670827 absolute error = 4e-31 relative error = 1.2412028970694639430958954867748e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.68 y[1] (analytic) = -3.2206881612094356161644637729721 y[1] (numeric) = -3.2206881612094356161644637729717 absolute error = 4e-31 relative error = 1.2419705975191080048964847214327e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.69 y[1] (analytic) = -3.2186814307818818595367213555316 y[1] (numeric) = -3.2186814307818818595367213555311 absolute error = 5e-31 relative error = 1.5534311510864249659296901914393e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.7 y[1] (analytic) = -3.2166600594849317263358219288494 y[1] (numeric) = -3.2166600594849317263358219288489 absolute error = 5e-31 relative error = 1.5544073379021051743043584228367e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.71 y[1] (analytic) = -3.2146240987658883036182855376373 y[1] (numeric) = -3.2146240987658883036182855376368 absolute error = 5e-31 relative error = 1.5553918114156884554322985974625e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.72 y[1] (analytic) = -3.2125736002933593113016885402071 y[1] (numeric) = -3.2125736002933593113016885402066 absolute error = 5e-31 relative error = 1.5563845757630020033575557747037e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.73 y[1] (analytic) = -3.2105086159567920850439473477642 y[1] (numeric) = -3.2105086159567920850439473477637 absolute error = 5e-31 relative error = 1.5573856351448867708247004786010e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.74 y[1] (analytic) = -3.2084291978660065715675511675993 y[1] (numeric) = -3.2084291978660065715675511675988 absolute error = 5e-31 relative error = 1.5583949938261391822911372596664e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.75 y[1] (analytic) = -3.2063353983507263406317826798036 y[1] (numeric) = -3.2063353983507263406317826798031 absolute error = 5e-31 relative error = 1.5594126561344450171519697155496e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.76 y[1] (analytic) = -3.2042272699601076178738157318529 y[1] (numeric) = -3.2042272699601076178738157318524 absolute error = 5e-31 relative error = 1.5604386264593053082564810457030e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 48.4 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.77 y[1] (analytic) = -3.202104865462266342757391302154 y[1] (numeric) = -3.2021048654622663427573913021535 absolute error = 5e-31 relative error = 1.5614729092509540998201561048034e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 48.71 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.78 y[1] (analytic) = -3.1999682378438032558855470021118 y[1] (numeric) = -3.1999682378438032558855470021113 absolute error = 5e-31 relative error = 1.5625155090192679078513862626421e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 49.02 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.79 y[1] (analytic) = -3.1978174403093270199516110964921 y[1] (numeric) = -3.1978174403093270199516110964916 absolute error = 5e-31 relative error = 1.5635664303326667252176903064112e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 49.33 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.8 y[1] (analytic) = -3.1956525262809753786203692642011 y[1] (numeric) = -3.1956525262809753786203692642005 absolute error = 6e-31 relative error = 1.8775508133804076949671022128879e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 49.64 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.81 y[1] (analytic) = -3.1934735493979343576489709368039 y[1] (numeric) = -3.1934735493979343576489709368034 absolute error = 5e-31 relative error = 1.5656932561544623145512855872990e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 49.95 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.82 y[1] (analytic) = -3.1912805635159555125747618812348 y[1] (numeric) = -3.1912805635159555125747618812343 absolute error = 5e-31 relative error = 1.5667691700824039424213417227020e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 50.26 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop bytes used=28010188, alloc=4455632, time=1.09 x[1] = 1.83 y[1] (analytic) = -3.1890736227068712273148105776266 y[1] (numeric) = -3.1890736227068712273148105776261 absolute error = 5e-31 relative error = 1.5678534243922605577432837980677e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 50.58 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.84 y[1] (analytic) = -3.186852781258108068039437724791 y[1] (numeric) = -3.1868527812581080680394377247905 absolute error = 5e-31 relative error = 1.5689460239283774975564800187196e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 50.89 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.85 y[1] (analytic) = -3.1846180936721981966995607267213 y[1] (numeric) = -3.1846180936721981966995607267208 absolute error = 5e-31 relative error = 1.5700469735868630749568839398935e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 51.21 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.86 y[1] (analytic) = -3.182369614666288848605128116062 y[1] (numeric) = -3.1823696146662888486051281160614 absolute error = 6e-31 relative error = 1.8853875339773110688115675124534e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 51.53 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.87 y[1] (analytic) = -3.1801073991716498784693423976073 y[1] (numeric) = -3.1801073991716498784693423976068 absolute error = 5e-31 relative error = 1.5722739431072023894074575393872e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 51.85 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.88 y[1] (analytic) = -3.1778315023331793793507535897631 y[1] (numeric) = -3.1778315023331793793507535897625 absolute error = 6e-31 relative error = 1.8880799676114893923745277998015e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 52.17 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.89 y[1] (analytic) = -3.1755419795089073789426496480555 y[1] (numeric) = -3.1755419795089073789426496480549 absolute error = 6e-31 relative error = 1.8894412477355725760817473972930e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 52.49 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.9 y[1] (analytic) = -3.1732388862694976176764738161271 y[1] (numeric) = -3.1732388862694976176764738161264 absolute error = 7e-31 relative error = 2.2059480079765738340104755330342e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 52.82 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.91 y[1] (analytic) = -3.1709222783977474131232626104643 y[1] (numeric) = -3.1709222783977474131232626104636 absolute error = 7e-31 relative error = 2.2075596263233131409203672491634e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 53.14 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.92 y[1] (analytic) = -3.1685922118880856151943214500028 y[1] (numeric) = -3.1685922118880856151943214500021 absolute error = 7e-31 relative error = 2.2091829847138560582491969972772e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 53.47 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.93 y[1] (analytic) = -3.1662487429460686566595377357267 y[1] (numeric) = -3.166248742946068656659537735726 absolute error = 7e-31 relative error = 2.2108180905227231509092102194769e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 53.8 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.94 y[1] (analytic) = -3.1638919279878747035188733137868 y[1] (numeric) = -3.1638919279878747035188733137861 absolute error = 7e-31 relative error = 2.2124649511817417530600242736472e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 54.13 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.95 y[1] (analytic) = -3.1615218236397959097796795642219 y[1] (numeric) = -3.1615218236397959097796795642212 absolute error = 7e-31 relative error = 2.2141235741782867312170273161798e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 54.46 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.96 y[1] (analytic) = -3.1591384867377287812095386921676 y[1] (numeric) = -3.1591384867377287812095386921669 absolute error = 7e-31 relative error = 2.2157939670535054275155219356259e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 54.8 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.97 y[1] (analytic) = -3.1567419743266626526513540059379 y[1] (numeric) = -3.1567419743266626526513540059372 absolute error = 7e-31 relative error = 2.2174761374005265350096256079718e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 55.13 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.98 y[1] (analytic) = -3.1543323436601662835043898933892 y[1] (numeric) = -3.1543323436601662835043898933885 absolute error = 7e-31 relative error = 2.2191700928626526552819773057410e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 55.47 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.99 y[1] (analytic) = -3.1519096521998725759918987017286 y[1] (numeric) = -3.1519096521998725759918987017279 absolute error = 7e-31 relative error = 2.2208758411315362870289738448019e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 55.81 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2 y[1] (analytic) = -3.1494739576149614208528666339729 y[1] (numeric) = -3.1494739576149614208528666339721 absolute error = 8e-31 relative error = 2.5401067313661017059050319612343e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 56.15 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.01 y[1] (analytic) = -3.147025317781640675112263945555 y[1] (numeric) = -3.1470253177816406751122639455542 absolute error = 8e-31 relative error = 2.5420831395278554152883364391184e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 56.5 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.02 y[1] (analytic) = -3.1445637907826252766009960054276 y[1] (numeric) = -3.1445637907826252766009960054268 absolute error = 8e-31 relative error = 2.5440730518648324587147731039089e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 56.84 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.03 y[1] (analytic) = -3.1420894349066144999135210261274 y[1] (numeric) = -3.1420894349066144999135210261266 absolute error = 8e-31 relative error = 2.5460764773672862131937898794488e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 57.19 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.04 y[1] (analytic) = -3.1396023086477673585078273157203 y[1] (numeric) = -3.1396023086477673585078273157195 absolute error = 8e-31 relative error = 2.5480934250700099347777767193747e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 57.53 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.05 y[1] (analytic) = -3.1371024707051761576691476107969 y[1] (numeric) = -3.137102470705176157669147610796 absolute error = 9e-31 relative error = 2.8688893920563989743477814295545e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 57.88 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.06 y[1] (analytic) = -3.1345899799823382030754302635724 y[1] (numeric) = -3.1345899799823382030754302635716 absolute error = 8e-31 relative error = 2.5521679234248926781744294671942e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 58.24 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.07 y[1] (analytic) = -3.1320648955866256697191866278861 y[1] (numeric) = -3.1320648955866256697191866278852 absolute error = 9e-31 relative error = 2.8735036788930674375215356813226e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 58.59 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.08 y[1] (analytic) = -3.1295272768287536359568907690869 y[1] (numeric) = -3.129527276828753635956890769086 absolute error = 9e-31 relative error = 2.8758336975161236354011452774664e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 58.94 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.09 y[1] (analytic) = -3.1269771832222462874736214624423 y[1] (numeric) = -3.1269771832222462874736214624415 absolute error = 8e-31 relative error = 2.5583813156437122779786863673839e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 59.3 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.1 y[1] (analytic) = -3.1244146744829012959671071951678 y[1] (numeric) = -3.124414674482901295967107195167 absolute error = 8e-31 relative error = 2.5604795884925296213800947328729e-29 % Correct digits = 31 h = 0.01 bytes used=32010988, alloc=4455632, time=1.25 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 59.66 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.11 y[1] (analytic) = -3.1218398105282523773717624002295 y[1] (numeric) = -3.1218398105282523773717624002287 absolute error = 8e-31 relative error = 2.5625914478444379167051588713046e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 60.02 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.12 y[1] (analytic) = -3.1192526514770300344596872778642 y[1] (numeric) = -3.1192526514770300344596872778635 absolute error = 7e-31 relative error = 2.2441272901332171958955006659800e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 60.39 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.13 y[1] (analytic) = -3.1166532576486204886719441558311 y[1] (numeric) = -3.1166532576486204886719441558303 absolute error = 8e-31 relative error = 2.5668559633212622826973879481541e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 60.75 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.14 y[1] (analytic) = -3.1140416895625228060497202546981 y[1] (numeric) = -3.1140416895625228060497202546973 absolute error = 8e-31 relative error = 2.5690086381354395708958930898650e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 61.12 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.15 y[1] (analytic) = -3.1114180079378042221512398133014 y[1] (numeric) = -3.1114180079378042221512398133006 absolute error = 8e-31 relative error = 2.5711749368263977165941615388086e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 61.49 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.16 y[1] (analytic) = -3.1087822736925536708564976456109 y[1] (numeric) = -3.1087822736925536708564976456101 absolute error = 8e-31 relative error = 2.5733548687852459454648778783035e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 61.86 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.17 y[1] (analytic) = -3.1061345479433335219780511977215 y[1] (numeric) = -3.1061345479433335219780511977207 absolute error = 8e-31 relative error = 2.5755484434172512411279384526581e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 62.23 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.18 y[1] (analytic) = -3.1034748920046295326122289070712 y[1] (numeric) = -3.1034748920046295326122289070704 absolute error = 8e-31 relative error = 2.5777556701393368952890281539157e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 62.61 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.19 y[1] (analytic) = -3.100803367388299017181188990184 y[1] (numeric) = -3.1008033673882990171811889901832 absolute error = 8e-31 relative error = 2.5799765583775559793603283168265e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 62.98 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.2 y[1] (analytic) = -3.0981200358030172411322945555567 y[1] (numeric) = -3.0981200358030172411322945555559 absolute error = 8e-31 relative error = 2.5822111175645394102208129748004e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 63.36 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.21 y[1] (analytic) = -3.0954249591537220432772580104725 y[1] (numeric) = -3.0954249591537220432772580104717 absolute error = 8e-31 relative error = 2.5844593571369182808394755957767e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 63.75 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.22 y[1] (analytic) = -3.0927181995410566917694499606439 y[1] (numeric) = -3.0927181995410566917694499606432 absolute error = 7e-31 relative error = 2.2633811257161301089839828371001e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 64.13 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.23 y[1] (analytic) = -3.0899998192608109787336650461838 y[1] (numeric) = -3.0899998192608109787336650461831 absolute error = 7e-31 relative error = 2.2653723007901464323790587453511e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 64.52 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.24 y[1] (analytic) = -3.0872698808033605585784892734012 y[1] (numeric) = -3.0872698808033605585784892734005 absolute error = 7e-31 relative error = 2.2673754709706428305949913213499e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 64.9 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.25 y[1] (analytic) = -3.0845284468531045350372202466516 y[1] (numeric) = -3.0845284468531045350372202466509 absolute error = 7e-31 relative error = 2.2693906445056569756793171494572e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 64.66 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.26 y[1] (analytic) = -3.0817755802879013019990531356729 y[1] (numeric) = -3.0817755802879013019990531356722 absolute error = 7e-31 relative error = 2.2714178296351014143165450231879e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 64.28 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.27 y[1] (analytic) = -3.07901134417850264320796108966 y[1] (numeric) = -3.0790113441785026432079610896593 absolute error = 7e-31 relative error = 2.2734570345883668527679979530206e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 63.89 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.28 y[1] (analytic) = -3.0762358017879860959223689883283 y[1] (numeric) = -3.0762358017879860959223689883276 absolute error = 7e-31 relative error = 2.2755082675819008596178367505614e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 63.51 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.29 y[1] (analytic) = -3.0734490165711855836443437613588 y[1] (numeric) = -3.0734490165711855836443437613581 absolute error = 7e-31 relative error = 2.2775715368167616847988647429380e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 63.13 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.3 y[1] (analytic) = -3.0706510521741203230426028702832 y[1] (numeric) = -3.0706510521741203230426028702825 absolute error = 7e-31 relative error = 2.2796468504761468917217888750049e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 62.75 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.31 y[1] (analytic) = -3.0678419724334220102091747908561 y[1] (numeric) = -3.0678419724334220102091747908554 absolute error = 7e-31 relative error = 2.2817342167228964976899094688366e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 62.38 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.32 y[1] (analytic) = -3.0650218413757602914050313194782 y[1] (numeric) = -3.0650218413757602914050313194775 absolute error = 7e-31 relative error = 2.2838336436969703161484949313973e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 62 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.33 y[1] (analytic) = -3.0621907232172665234654511149086 y[1] (numeric) = -3.0621907232172665234654511149079 absolute error = 7e-31 relative error = 2.2859451395128991926951529612310e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 61.63 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.34 y[1] (analytic) = -3.0593486823629558290512669373775 y[1] (numeric) = -3.0593486823629558290512669373768 absolute error = 7e-31 relative error = 2.2880687122572098251651394050852e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 61.26 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.35 y[1] (analytic) = -3.0564957834061474519474954227494 y[1] (numeric) = -3.0564957834061474519474954227488 absolute error = 6e-31 relative error = 1.9630323171307053055753475813377e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 60.9 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.36 y[1] (analytic) = -3.0536320911278834176261477914676 y[1] (numeric) = -3.053632091127883417626147791467 absolute error = 6e-31 relative error = 1.9648732463326490807620992718947e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 60.53 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.37 y[1] (analytic) = -3.0507576704963455043052725029433 y[1] (numeric) = -3.0507576704963455043052725029426 absolute error = 7e-31 relative error = 2.2945119724508073753034007729741e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 60.17 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 bytes used=36014912, alloc=4455632, time=1.42 TOP MAIN SOLVE Loop x[1] = 2.38 y[1] (analytic) = -3.0478725866662705297514863885618 y[1] (numeric) = -3.0478725866662705297514863885612 absolute error = 6e-31 relative error = 1.9685862283904505090583907910892e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 59.81 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.39 y[1] (analytic) = -3.0449769049783639590884090937133 y[1] (numeric) = -3.0449769049783639590884090937126 absolute error = 7e-31 relative error = 2.2988680106425104075883324159840e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 59.45 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.4 y[1] (analytic) = -3.0420706909587118388885265947898 y[1] (numeric) = -3.0420706909587118388885265947891 absolute error = 7e-31 relative error = 2.3010642128746661363988056488189e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 59.1 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.41 y[1] (analytic) = -3.0391540103181910628410729949361 y[1] (numeric) = -3.0391540103181910628410729949355 absolute error = 6e-31 relative error = 1.9742336122583720292012900684397e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 58.74 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.42 y[1] (analytic) = -3.0362269289518779743035356069107 y[1] (numeric) = -3.0362269289518779743035356069101 absolute error = 6e-31 relative error = 1.9761368765908523794517191318250e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 58.39 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.43 y[1] (analytic) = -3.0332895129384553110593563675796 y[1] (numeric) = -3.033289512938455311059356367579 absolute error = 6e-31 relative error = 1.9780505535020911490634076394784e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 58.04 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.44 y[1] (analytic) = -3.0303418285396174976193227616103 y[1] (numeric) = -3.0303418285396174976193227616097 absolute error = 6e-31 relative error = 1.9799746495567862498766497165598e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 57.69 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.45 y[1] (analytic) = -3.0273839421994742904190135275694 y[1] (numeric) = -3.0273839421994742904190135275688 absolute error = 6e-31 relative error = 1.9819091712697801164415456424591e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 57.34 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.46 y[1] (analytic) = -3.0244159205439527812794883440211 y[1] (numeric) = -3.0244159205439527812794883440204 absolute error = 7e-31 relative error = 2.3144964792874860951102215636490e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 57 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.47 y[1] (analytic) = -3.0214378303801977645131863129418 y[1] (numeric) = -3.0214378303801977645131863129411 absolute error = 7e-31 relative error = 2.3167777703766839613671417751026e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 56.65 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.48 y[1] (analytic) = -3.018449738695970473071725239846 y[1] (numeric) = -3.0184497386959704730717252398453 absolute error = 7e-31 relative error = 2.3190712471575350402699779826802e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 56.31 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.49 y[1] (analytic) = -3.0154517126590456891469723218978 y[1] (numeric) = -3.0154517126590456891469723218972 absolute error = 6e-31 relative error = 1.9897516431159030137145035378635e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 55.97 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.5 y[1] (analytic) = -3.0124438196166072346513867648716 y[1] (numeric) = -3.0124438196166072346513867648709 absolute error = 7e-31 relative error = 2.3236947870751952380784701646038e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 55.64 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.51 y[1] (analytic) = -3.0094261270946418470182159254384 y[1] (numeric) = -3.0094261270946418470182159254378 absolute error = 6e-31 relative error = 1.9937355982858153675198230445597e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 55.3 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.52 y[1] (analytic) = -3.0063987027973314457766586856783 y[1] (numeric) = -3.0063987027973314457766586856776 absolute error = 7e-31 relative error = 2.3283671568534091419146651360824e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 54.97 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.53 y[1] (analytic) = -3.0033616146064437953715927811452 y[1] (numeric) = -3.0033616146064437953715927811445 absolute error = 7e-31 relative error = 2.3307216706627816360206177928857e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 54.63 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.54 y[1] (analytic) = -3.0003149305807215697118965919177 y[1] (numeric) = -3.000314930580721569711896591917 absolute error = 7e-31 relative error = 2.3330884130370691567716444534155e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 54.3 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.55 y[1] (analytic) = -2.9972587189552698239457803379228 y[1] (numeric) = -2.9972587189552698239457803379222 absolute error = 6e-31 relative error = 2.0018291921397333908948040309302e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 53.98 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.56 y[1] (analytic) = -2.9941930481409418789758765659908 y[1] (numeric) = -2.9941930481409418789758765659902 absolute error = 6e-31 relative error = 2.0038788092589177487740616693860e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 53.65 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.57 y[1] (analytic) = -2.9911179867237236242411251475458 y[1] (numeric) = -2.9911179867237236242411251475452 absolute error = 6e-31 relative error = 2.0059389253889012624563170439926e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 53.32 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.58 y[1] (analytic) = -2.9880336034641162443067235940147 y[1] (numeric) = -2.9880336034641162443067235940141 absolute error = 6e-31 relative error = 2.0080095461590597617200252925018e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 53 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.59 y[1] (analytic) = -2.9849399672965173748175992138048 y[1] (numeric) = -2.9849399672965173748175992138042 absolute error = 6e-31 relative error = 2.0100906771114211789699256384814e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 52.68 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.6 y[1] (analytic) = -2.981837147328600693384995352407 y[1] (numeric) = -2.9818371473286006933849953524063 absolute error = 7e-31 relative error = 2.3475460443140675455825604074314e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 52.36 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.61 y[1] (analytic) = -2.978725212840693950989849548586 y[1] (numeric) = -2.9787252128406939509898495485854 absolute error = 6e-31 relative error = 2.0142844912767345296874544031360e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 52.04 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.62 y[1] (analytic) = -2.9756042332851554495006767779696 y[1] (numeric) = -2.975604233285155449500676777969 absolute error = 6e-31 relative error = 2.0163971851108108550361197749142e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 51.72 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.63 y[1] (analytic) = -2.9724742782857489709176559143099 y[1] (numeric) = -2.9724742782857489709176559143093 absolute error = 6e-31 relative error = 2.0185204103633995752148856956261e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 51.4 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.64 y[1] (analytic) = -2.9693354176370171639685519924143 y[1] (numeric) = -2.9693354176370171639685519924137 absolute error = 6e-31 relative error = 2.0206541720957786325862979146321e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 51.09 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop bytes used=40017528, alloc=4455632, time=1.58 x[1] = 2.65 y[1] (analytic) = -2.9661877213036533936959906798049 y[1] (numeric) = -2.9661877213036533936959906798042 absolute error = 7e-31 relative error = 2.3599315544747340603644459301252e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 50.78 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.66 y[1] (analytic) = -2.963031259419872059689434431623 y[1] (numeric) = -2.9630312594198720596894344316223 absolute error = 7e-31 relative error = 2.3624455455021155154495443234772e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 50.46 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.67 y[1] (analytic) = -2.9598661022887773886289919906428 y[1] (numeric) = -2.9598661022887773886289919906421 absolute error = 7e-31 relative error = 2.3649718460531393342453597127595e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 50.16 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.68 y[1] (analytic) = -2.9566923203817307068219240774588 y[1] (numeric) = -2.9566923203817307068219240774581 absolute error = 7e-31 relative error = 2.3675104615201383409808491354693e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 49.85 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.69 y[1] (analytic) = -2.9535099843377161984263881713874 y[1] (numeric) = -2.9535099843377161984263881713867 absolute error = 7e-31 relative error = 2.3700613971581522423980452252238e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 49.54 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.7 y[1] (analytic) = -2.9503191649627051550705940872489 y[1] (numeric) = -2.9503191649627051550705940872482 absolute error = 7e-31 relative error = 2.3726246580811831145390069855550e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 49.23 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.71 y[1] (analytic) = -2.9471199332290187225891194843154 y[1] (numeric) = -2.9471199332290187225891194843146 absolute error = 8e-31 relative error = 2.7145145705810423632311598418270e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 48.93 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.72 y[1] (analytic) = -2.9439123602746891506116603791272 y[1] (numeric) = -2.9439123602746891506116603791265 absolute error = 7e-31 relative error = 2.3777881755103767374836542283766e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 48.63 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.73 y[1] (analytic) = -2.9406965174028195507529660518597 y[1] (numeric) = -2.940696517402819550752966051859 absolute error = 7e-31 relative error = 2.3803884415051092459859430248506e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 48.33 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.74 y[1] (analytic) = -2.937472476080942169166130315194 y[1] (numeric) = -2.9374724760809421691661303151933 absolute error = 7e-31 relative error = 2.3830010517542342840137108083944e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 48.03 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.75 y[1] (analytic) = -2.9342403079403751792347818344126 y[1] (numeric) = -2.9342403079403751792347818344119 absolute error = 7e-31 relative error = 2.3856260106090269561164400997825e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 47.73 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.76 y[1] (analytic) = -2.9310000847755780001930349273582 y[1] (numeric) = -2.9310000847755780001930349273575 absolute error = 7e-31 relative error = 2.3882633222564300372056844566368e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 47.43 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.77 y[1] (analytic) = -2.9277518785435051474753289131013 y[1] (numeric) = -2.9277518785435051474753289131005 absolute error = 8e-31 relative error = 2.7324719893886060410325318875084e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 47.13 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.78 y[1] (analytic) = -2.9244957613629586206114984992521 y[1] (numeric) = -2.9244957613629586206114984992513 absolute error = 8e-31 relative error = 2.7355143083782782408922776337215e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 46.84 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.79 y[1] (analytic) = -2.9212318055139388344955797809049 y[1] (numeric) = -2.9212318055139388344955797809041 absolute error = 8e-31 relative error = 2.7385707580273802121073824805420e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 46.55 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.8 y[1] (analytic) = -2.9179600834369940998699660507467 y[1] (numeric) = -2.9179600834369940998699660507459 absolute error = 8e-31 relative error = 2.7416413423232969254587110821025e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 46.25 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.81 y[1] (analytic) = -2.9146806677325686588795846719229 y[1] (numeric) = -2.9146806677325686588795846719221 absolute error = 8e-31 relative error = 2.7447260650421364693329001306233e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 45.96 Order of pole (ratio test) Not computed NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.82 y[1] (analytic) = -2.9113936311603492815637706253097 y[1] (numeric) = -2.9113936311603492815637706253088 absolute error = 9e-31 relative error = 3.0913030459618779654753311726203e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.83 y[1] (analytic) = -2.9080990466386104291664638938584 y[1] (numeric) = -2.9080990466386104291664638938576 absolute error = 8e-31 relative error = 2.7509379397675516247443299272778e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.84 y[1] (analytic) = -2.9047969872435579901582564720901 y[1] (numeric) = -2.9047969872435579901582564720893 absolute error = 8e-31 relative error = 2.7540650982261657929456651105070e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.85 y[1] (analytic) = -2.9014875262086715948766603725351 y[1] (numeric) = -2.9014875262086715948766603725343 absolute error = 8e-31 relative error = 2.7572064080018551633911470179117e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.86 y[1] (analytic) = -2.8981707369240455147037604273318 y[1] (numeric) = -2.8981707369240455147037604273311 absolute error = 7e-31 relative error = 2.4153166377731782791268676285846e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.87 y[1] (analytic) = -2.8948466929357281517131548371806 y[1] (numeric) = -2.8948466929357281517131548371799 absolute error = 7e-31 relative error = 2.4180900553670235818537967597682e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.88 y[1] (analytic) = -2.8915154679450601247307721867428 y[1] (numeric) = -2.8915154679450601247307721867421 absolute error = 7e-31 relative error = 2.4208758616722027571330824452144e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.89 y[1] (analytic) = -2.8881771358080109577667859112155 y[1] (numeric) = -2.8881771358080109577667859112148 absolute error = 7e-31 relative error = 2.4236740583577969509795331566116e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.9 y[1] (analytic) = -2.8848317705345143767884258494995 y[1] (numeric) = -2.8848317705345143767884258494988 absolute error = 7e-31 relative error = 2.4264846468683368220090308317775e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.91 y[1] (analytic) = -2.8814794462878022208160114419108 y[1] (numeric) = -2.8814794462878022208160114419101 absolute error = 7e-31 relative error = 2.4293076284191686264402683363943e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.92 y[1] (analytic) = -2.8781202373837369733370022120385 y[1] (numeric) = -2.8781202373837369733370022120378 absolute error = 7e-31 relative error = 2.4321430039917740951992868807549e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 bytes used=44018288, alloc=4521156, time=1.74 TOP MAIN SOLVE Loop x[1] = 2.93 y[1] (analytic) = -2.8747542182901429200452783008831 y[1] (numeric) = -2.8747542182901429200452783008824 absolute error = 7e-31 relative error = 2.4349907743290437591255872567231e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.94 y[1] (analytic) = -2.8713814636261359389252268850663 y[1] (numeric) = -2.8713814636261359389252268850656 absolute error = 7e-31 relative error = 2.4378509399305033797130379329622e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.95 y[1] (analytic) = -2.8680020481614519287125191984192 y[1] (numeric) = -2.8680020481614519287125191984185 absolute error = 7e-31 relative error = 2.4407235010474931443639993731784e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.96 y[1] (analytic) = -2.8646160468157738817757174768489 y[1] (numeric) = -2.8646160468157738817757174768482 absolute error = 7e-31 relative error = 2.4436084576782992867937736023335e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.97 y[1] (analytic) = -2.8612235346580576074750513497645 y[1] (numeric) = -2.8612235346580576074750513497638 absolute error = 7e-31 relative error = 2.4465058095632377949974607382117e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.98 y[1] (analytic) = -2.857824586905856112066848897709 y[1] (numeric) = -2.8578245869058561120668488977084 absolute error = 6e-31 relative error = 2.0994990481540198895017657912385e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.99 y[1] (analytic) = -2.8544192789246426412341986758835 y[1] (numeric) = -2.8544192789246426412341986758829 absolute error = 6e-31 relative error = 2.1020037400603618365509171842875e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3 y[1] (analytic) = -2.8510076862271323913364553581433 y[1] (numeric) = -2.8510076862271323913364553581426 absolute error = 7e-31 relative error = 2.4552722301718579607431735499440e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.01 y[1] (analytic) = -2.8475898844726028954821831774678 y[1] (numeric) = -2.8475898844726028954821831774671 absolute error = 7e-31 relative error = 2.4582191551422994553488107620017e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.02 y[1] (analytic) = -2.8441659494662130905420579190215 y[1] (numeric) = -2.8441659494662130905420579190208 absolute error = 7e-31 relative error = 2.4611784700234333545615489975615e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.03 y[1] (analytic) = -2.8407359571583210712301197533899 y[1] (numeric) = -2.8407359571583210712301197533892 absolute error = 7e-31 relative error = 2.4641501729017869100582178072814e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.04 y[1] (analytic) = -2.8372999836438005373935855735579 y[1] (numeric) = -2.8372999836438005373935855735572 absolute error = 7e-31 relative error = 2.4671342615701336070458860138222e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.05 y[1] (analytic) = -2.8338581051613559406631906133399 y[1] (numeric) = -2.8338581051613559406631906133392 absolute error = 7e-31 relative error = 2.4701307335221816732180637354363e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.06 y[1] (analytic) = -2.8304103980928363366277348714274 y[1] (numeric) = -2.8304103980928363366277348714267 absolute error = 7e-31 relative error = 2.4731395859472117374802082722103e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.07 y[1] (analytic) = -2.8269569389625479487081601386415 y[1] (numeric) = -2.8269569389625479487081601386408 absolute error = 7e-31 relative error = 2.4761608157246633256472691259456e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.08 y[1] (analytic) = -2.8234978044365654499180781215028 y[1] (numeric) = -2.8234978044365654499180781215021 absolute error = 7e-31 relative error = 2.4791944194186698835669078168257e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.09 y[1] (analytic) = -2.8200330713220419687092091685204 y[1] (numeric) = -2.8200330713220419687092091685197 absolute error = 7e-31 relative error = 2.4822403932725420215261684644423e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.1 y[1] (analytic) = -2.8165628165665178251116743327912 y[1] (numeric) = -2.8165628165665178251116743327904 absolute error = 8e-31 relative error = 2.8403414093750842026972919664167e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.11 y[1] (analytic) = -2.8130871172572280033905108422517 y[1] (numeric) = -2.8130871172572280033905108422509 absolute error = 8e-31 relative error = 2.8438507826234810278878470687360e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.12 y[1] (analytic) = -2.8096060506204083674511523943855 y[1] (numeric) = -2.8096060506204083674511523943847 absolute error = 8e-31 relative error = 2.8473742780534890906255099968115e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.13 y[1] (analytic) = -2.8061196940206006252379309430181 y[1] (numeric) = -2.8061196940206006252379309430173 absolute error = 8e-31 relative error = 2.8509118898408862500114816692793e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.14 y[1] (analytic) = -2.8026281249599560483809156991947 y[1] (numeric) = -2.8026281249599560483809156991939 absolute error = 8e-31 relative error = 2.8544636117623717926429675892054e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.15 y[1] (analytic) = -2.7991314210775379533576078246989 y[1] (numeric) = -2.7991314210775379533576078246981 absolute error = 8e-31 relative error = 2.8580294371888994085228329747586e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.16 y[1] (analytic) = -2.7956296601486229504471556547098 y[1] (numeric) = -2.795629660148622950447155654709 absolute error = 8e-31 relative error = 2.8616093590789486666222065192231e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.17 y[1] (analytic) = -2.7921229200840009667658451450909 y[1] (numeric) = -2.7921229200840009667658451450901 absolute error = 8e-31 relative error = 2.8652033699717346781214119340244e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.18 y[1] (analytic) = -2.7886112789292740496836535000557 y[1] (numeric) = -2.7886112789292740496836535000549 absolute error = 8e-31 relative error = 2.8688114619803556410011163836526e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.19 y[1] (analytic) = -2.78509481486415395693263049815 y[1] (numeric) = -2.7850948148641539569326304981492 absolute error = 8e-31 relative error = 2.8724336267848779655181609701813e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop bytes used=48019504, alloc=4521156, time=1.90 x[1] = 3.2 y[1] (analytic) = -2.7815736062017585397287917998547 y[1] (numeric) = -2.7815736062017585397287917998539 absolute error = 8e-31 relative error = 2.8760698556253586861835611527354e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.21 y[1] (analytic) = -2.7780477313879069252400713903567 y[1] (numeric) = -2.7780477313879069252400713903559 absolute error = 8e-31 relative error = 2.8797201392948048721680664873658e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.22 y[1] (analytic) = -2.7745172690004135047436861883984 y[1] (numeric) = -2.7745172690004135047436861883976 absolute error = 8e-31 relative error = 2.8833844681320697545979326581859e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.23 y[1] (analytic) = -2.7709822977483807338270146393469 y[1] (numeric) = -2.7709822977483807338270146393461 absolute error = 8e-31 relative error = 2.8870628320146852959747186449252e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.24 y[1] (analytic) = -2.7674428964714907509967827109768 y[1] (numeric) = -2.767442896471490750996782710976 absolute error = 8e-31 relative error = 2.8907552203516309339625627606483e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.25 y[1] (analytic) = -2.7638991441392958210719850277215 y[1] (numeric) = -2.7638991441392958210719850277207 absolute error = 8e-31 relative error = 2.8944616220760382390391480322994e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.26 y[1] (analytic) = -2.7603511198505076097465458175956 y[1] (numeric) = -2.7603511198505076097465458175948 absolute error = 8e-31 relative error = 2.8981820256378312330071244781374e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.27 y[1] (analytic) = -2.7567989028322852957182438104454 y[1] (numeric) = -2.7567989028322852957182438104446 absolute error = 8e-31 relative error = 2.9019164189963021231158469088724e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.28 y[1] (analytic) = -2.7532425724395225267908871219617 y[1] (numeric) = -2.7532425724395225267908871219609 absolute error = 8e-31 relative error = 2.9056647896126222145536942031323e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.29 y[1] (analytic) = -2.7496822081541332263671283908357 y[1] (numeric) = -2.7496822081541332263671283908348 absolute error = 9e-31 relative error = 3.2731055149975737438867635921094e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.3 y[1] (analytic) = -2.7461178895843362567596569129171 y[1] (numeric) = -2.7461178895843362567596569129163 absolute error = 8e-31 relative error = 2.9132034099275006122155216591778e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.31 y[1] (analytic) = -2.7425496964639389457587931431252 y[1] (numeric) = -2.7425496964639389457587931431244 absolute error = 8e-31 relative error = 2.9169936319894832088357848092405e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.32 y[1] (analytic) = -2.7389777086516194829047416205657 y[1] (numeric) = -2.7389777086516194829047416205648 absolute error = 9e-31 relative error = 3.2858974980233191337313580409698e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.33 y[1] (analytic) = -2.7354020061302081919229310227556 y[1] (numeric) = -2.7354020061302081919229310227547 absolute error = 9e-31 relative error = 3.2901928052368292164483687705353e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.34 y[1] (analytic) = -2.7318226690059676857909845794854 y[1] (numeric) = -2.7318226690059676857909845794845 absolute error = 9e-31 relative error = 3.2945037399791558127825832300255e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.35 y[1] (analytic) = -2.7282397775078719109159203846322 y[1] (numeric) = -2.7282397775078719109159203846313 absolute error = 9e-31 relative error = 3.2988302839793310292638948087248e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.36 y[1] (analytic) = -2.7246534119868840869101791446714 y[1] (numeric) = -2.7246534119868840869101791446705 absolute error = 9e-31 relative error = 3.3031724183359450792266813392208e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.37 y[1] (analytic) = -2.7210636529152335484650165057321 y[1] (numeric) = -2.7210636529152335484650165057312 absolute error = 9e-31 relative error = 3.3075301235080543674127874073335e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.38 y[1] (analytic) = -2.7174705808856914958296782173495 y[1] (numeric) = -2.7174705808856914958296782173486 absolute error = 9e-31 relative error = 3.3119033793060145445766297215059e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.39 y[1] (analytic) = -2.713874276610845660414598931654 y[1] (numeric) = -2.7138742766108456604145989316531 absolute error = 9e-31 relative error = 3.3162921648822383850233853216310e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.4 y[1] (analytic) = -2.7102748209223738920466293132038 y[1] (numeric) = -2.7102748209223738920466293132029 absolute error = 9e-31 relative error = 3.3206964587218783529351617275565e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.41 y[1] (analytic) = -2.7066722947703166744140012591308 y[1] (numeric) = -2.70667229477031667441400125913 absolute error = 8e-31 relative error = 2.9556588787852744325582222631479e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.42 y[1] (analytic) = -2.7030667792223485752483873143951 y[1] (numeric) = -2.7030667792223485752483873143943 absolute error = 8e-31 relative error = 2.9596013171015842164805104862665e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.43 y[1] (analytic) = -2.6994583554630486378009977259016 y[1] (numeric) = -2.6994583554630486378009977259008 absolute error = 8e-31 relative error = 2.9635574795254541891463186618529e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.44 y[1] (analytic) = -2.6958471047931697201791869257517 y[1] (numeric) = -2.6958471047931697201791869257508 absolute error = 9e-31 relative error = 3.3384682625354216165434593139452e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.45 y[1] (analytic) = -2.6922331086289067891195104822109 y[1] (numeric) = -2.69223310862890678911951048221 absolute error = 9e-31 relative error = 3.3429497509535850362701629810198e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.46 y[1] (analytic) = -2.6886164485011641747825836218671 y[1] (numeric) = -2.6886164485011641747825836218662 absolute error = 9e-31 relative error = 3.3474466040023198151157094343592e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop bytes used=52020344, alloc=4521156, time=2.06 x[1] = 3.47 y[1] (analytic) = -2.6849972060548217931644432232215 y[1] (numeric) = -2.6849972060548217931644432232206 absolute error = 9e-31 relative error = 3.3519587952287201032686045969951e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.48 y[1] (analytic) = -2.6813754630480003427284066264593 y[1] (numeric) = -2.6813754630480003427284066264584 absolute error = 9e-31 relative error = 3.3564862974353575291741611104001e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.49 y[1] (analytic) = -2.6777513013513254818706526127476 y[1] (numeric) = -2.6777513013513254818706526127467 absolute error = 9e-31 relative error = 3.3610290826702822458826939332750e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.5 y[1] (analytic) = -2.6741248029471909938419223960331 y[1] (numeric) = -2.6741248029471909938419223960321 absolute error = 1.0e-30 relative error = 3.7395412469077201318402097757796e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.51 y[1] (analytic) = -2.6704960499290209457568513583932 y[1] (numeric) = -2.6704960499290209457568513583922 absolute error = 1.0e-30 relative error = 3.7446226517600689858048661194210e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.52 y[1] (analytic) = -2.666865124500530848331495464532 y[1] (numeric) = -2.666865124500530848331495464531 absolute error = 1.0e-30 relative error = 3.7497209394392863930887274419460e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.53 y[1] (analytic) = -2.6632321089749878229986097305112 y[1] (numeric) = -2.6632321089749878229986097305102 absolute error = 1.0e-30 relative error = 3.7548360754214369621546368059814e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.54 y[1] (analytic) = -2.6595970857744697830591697153401 y[1] (numeric) = -2.6595970857744697830591697153391 absolute error = 1.0e-30 relative error = 3.7599680242874150916437444759264e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.55 y[1] (analytic) = -2.6559601374291236355375006712059 y[1] (numeric) = -2.6559601374291236355375006712049 absolute error = 1.0e-30 relative error = 3.7651167497113302541034093767859e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.56 y[1] (analytic) = -2.6523213465764225104161926490453 y[1] (numeric) = -2.6523213465764225104161926490444 absolute error = 9e-31 relative error = 3.3932539930039276676970597384378e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.57 y[1] (analytic) = -2.6486807959604220239357334315207 y[1] (numeric) = -2.6486807959604220239357334315198 absolute error = 9e-31 relative error = 3.3979179422926894339850840876936e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.58 y[1] (analytic) = -2.6450385684310155826524845764828 y[1] (numeric) = -2.6450385684310155826524845764818 absolute error = 1.0e-30 relative error = 3.7806632082237657732689143823331e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.59 y[1] (analytic) = -2.6413947469431887349572590224398 y[1] (numeric) = -2.6413947469431887349572590224388 absolute error = 1.0e-30 relative error = 3.7858786580736243721557901691728e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.6 y[1] (analytic) = -2.6377494145562725767653315557092 y[1] (numeric) = -2.6377494145562725767653315557082 absolute error = 1.0e-30 relative error = 3.7911106888378249444727549963346e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.61 y[1] (analytic) = -2.6341026544331962180972258896467 y[1] (numeric) = -2.6341026544331962180972258896457 absolute error = 1.0e-30 relative error = 3.7963592585011804656413743043981e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.62 y[1] (analytic) = -2.6304545498397383172780740830206 y[1] (numeric) = -2.6304545498397383172780740830196 absolute error = 1.0e-30 relative error = 3.8016243240580814107775222038111e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.63 y[1] (analytic) = -2.6268051841437776894917354511536 y[1] (numeric) = -2.6268051841437776894917354511526 absolute error = 1.0e-30 relative error = 3.8069058415002168177525981201487e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.64 y[1] (analytic) = -2.623154640814542996434192924372 y[1] (numeric) = -2.623154640814542996434192924371 absolute error = 1.0e-30 relative error = 3.8122037658042135562332389367275e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.65 y[1] (analytic) = -2.6195030034218615238190149086001 y[1] (numeric) = -2.6195030034218615238190149085991 absolute error = 1.0e-30 relative error = 3.8175180509191941620509884955882e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.66 y[1] (analytic) = -2.6158503556354070534958800281944 y[1] (numeric) = -2.6158503556354070534958800281934 absolute error = 1.0e-30 relative error = 3.8228486497542536233877745023857e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.67 y[1] (analytic) = -2.6121967812239468369513106074327 y[1] (numeric) = -2.6121967812239468369513106074317 absolute error = 1.0e-30 relative error = 3.8281955141658555329838148492087e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.68 y[1] (analytic) = -2.6085423640545876769688483011286 y[1] (numeric) = -2.6085423640545876769688483011276 absolute error = 1.0e-30 relative error = 3.8335585949451480488886483303998e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.69 y[1] (analytic) = -2.6048871880920211242339318438447 y[1] (numeric) = -2.6048871880920211242339318438437 absolute error = 1.0e-30 relative error = 3.8389378418052001351902313117662e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.7 y[1] (analytic) = -2.6012313373977677956767023788826 y[1] (numeric) = -2.6012313373977677956767023788816 absolute error = 1.0e-30 relative error = 3.8443332033681585836782849594832e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.71 y[1] (analytic) = -2.5975748961294208213538661809524 y[1] (numeric) = -2.5975748961294208213538661809514 absolute error = 1.0e-30 relative error = 3.8497446271523263475330847989493e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.72 y[1] (analytic) = -2.593917948539888426678587729025 y[1] (numeric) = -2.593917948539888426678587729024 absolute error = 1.0e-30 relative error = 3.8551720595591627488863625830963e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.73 y[1] (analytic) = -2.5902605789766356568151679477611 y[1] (numeric) = -2.5902605789766356568151679477601 absolute error = 1.0e-30 relative error = 3.8606154458602061534835801793609e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 bytes used=56021972, alloc=4521156, time=2.22 TOP MAIN SOLVE Loop x[1] = 3.74 y[1] (analytic) = -2.5866028718809252500629829470542 y[1] (numeric) = -2.5866028718809252500629829470533 absolute error = 9e-31 relative error = 3.4794672571655277639237941065243e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.75 y[1] (analytic) = -2.5829449117870576670618176801359 y[1] (numeric) = -2.582944911787057667061817680135 absolute error = 9e-31 relative error = 3.4843948699522149051878265659621e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.76 y[1] (analytic) = -2.5792867833216102826583265424381 y[1] (numeric) = -2.5792867833216102826583265424372 absolute error = 9e-31 relative error = 3.4893366872565381736852625103741e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.77 y[1] (analytic) = -2.5756285712026757472808889776155 y[1] (numeric) = -2.5756285712026757472808889776146 absolute error = 9e-31 relative error = 3.4942926556360954519015670224104e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.78 y[1] (analytic) = -2.5719703602390995246776025759664 y[1] (numeric) = -2.5719703602390995246776025759655 absolute error = 9e-31 relative error = 3.4992627205716818395952496244283e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.79 y[1] (analytic) = -2.5683122353297166128795688766971 y[1] (numeric) = -2.5683122353297166128795688766962 absolute error = 9e-31 relative error = 3.5042468264551142496454451982625e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.8 y[1] (analytic) = -2.5646542814625874552589780523246 y[1] (numeric) = -2.5646542814625874552589780523237 absolute error = 9e-31 relative error = 3.5092449165769908011083483341947e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.81 y[1] (analytic) = -2.5609965837142330485587877948568 y[1] (numeric) = -2.5609965837142330485587877948559 absolute error = 9e-31 relative error = 3.5142569331143857903549792522670e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.82 y[1] (analytic) = -2.5573392272488692547780189736216 y[1] (numeric) = -2.5573392272488692547780189736207 absolute error = 9e-31 relative error = 3.5192828171184810547430109806994e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.83 y[1] (analytic) = -2.55368229731764032380385592869 y[1] (numeric) = -2.5536822973176403238038559286891 absolute error = 9e-31 relative error = 3.5243225085021345774752669570416e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.84 y[1] (analytic) = -2.5500258792578516336888425372703 y[1] (numeric) = -2.5500258792578516336888425372693 absolute error = 1.0e-30 relative error = 3.9215288289193191301354867812912e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.85 y[1] (analytic) = -2.5463700584922016554785063793067 y[1] (numeric) = -2.5463700584922016554785063793057 absolute error = 1.0e-30 relative error = 3.9271589636587872008192964181492e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.86 y[1] (analytic) = -2.5427149205280131495017223694303 y[1] (numeric) = -2.5427149205280131495017223694293 absolute error = 1.0e-30 relative error = 3.9328042319126469951000645835087e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.87 y[1] (analytic) = -2.5390605509564636000430440525642 y[1] (numeric) = -2.5390605509564636000430440525632 absolute error = 1.0e-30 relative error = 3.9384645617187041902787936771394e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.88 y[1] (analytic) = -2.5354070354518148953230853176387 y[1] (numeric) = -2.5354070354518148953230853176378 absolute error = 9e-31 relative error = 3.5497258918018979811538938108062e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.89 y[1] (analytic) = -2.5317544597706422597198275063216 y[1] (numeric) = -2.5317544597706422597198275063207 absolute error = 9e-31 relative error = 3.5548471003050318307595618052427e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.9 y[1] (analytic) = -2.5281029097510624451704567202932 y[1] (numeric) = -2.5281029097510624451704567202923 absolute error = 9e-31 relative error = 3.5599816626476701181193304457422e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.91 y[1] (analytic) = -2.5244524713119611887000035008251 y[1] (numeric) = -2.5244524713119611887000035008242 absolute error = 9e-31 relative error = 3.5651295091813269319604208169572e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.92 y[1] (analytic) = -2.5208032304522199430296619082445 y[1] (numeric) = -2.5208032304522199430296619082436 absolute error = 9e-31 relative error = 3.5702905690046435723923524509660e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.93 y[1] (analytic) = -2.5171552732499418872242073068458 y[1] (numeric) = -2.5171552732499418872242073068449 absolute error = 9e-31 relative error = 3.5754647699503842199785244415834e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.94 y[1] (analytic) = -2.5135086858616772243444118040629 y[1] (numeric) = -2.513508685861677224344411804062 absolute error = 9e-31 relative error = 3.5806520385723806202244299449347e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.95 y[1] (analytic) = -2.5098635545216477730767732429238 y[1] (numeric) = -2.5098635545216477730767732429229 absolute error = 9e-31 relative error = 3.5858523001324270925102625289487e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.96 y[1] (analytic) = -2.506219965540970860319227846222 y[1] (numeric) = -2.5062199655409708603192278462211 absolute error = 9e-31 relative error = 3.5910654785871272151429222642567e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.97 y[1] (analytic) = -2.5025780053068825217078080022669 y[1] (numeric) = -2.502578005306882521707808002266 absolute error = 9e-31 relative error = 3.5962914965746935815232705480202e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.98 y[1] (analytic) = -2.498937760281960017075435208899 y[1] (numeric) = -2.4989377602819600170754352088981 absolute error = 9e-31 relative error = 3.6015302754017020664212298007942e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.99 y[1] (analytic) = -2.4952993170033436678402037986135 y[1] (numeric) = -2.4952993170033436678402037986126 absolute error = 9e-31 relative error = 3.6067817350298020860260374095260e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4 y[1] (analytic) = -2.4916627620819580233266136976429 y[1] (numeric) = -2.491662762081958023326613697642 absolute error = 9e-31 relative error = 3.6120457940623843807934382914014e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 bytes used=60023192, alloc=4521156, time=2.38 TOP MAIN SOLVE Loop x[1] = 4.01 y[1] (analytic) = -2.488028182201732363029250070779 y[1] (numeric) = -2.4880281822017323630292500707781 absolute error = 9e-31 relative error = 3.6173223697312078961473583585481e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.02 y[1] (analytic) = -2.4843956641188205418343842172076 y[1] (numeric) = -2.4843956641188205418343842172067 absolute error = 9e-31 relative error = 3.6226113778829873828118781669617e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.03 y[1] (analytic) = -2.4807652946608201852208834569065 y[1] (numeric) = -2.4807652946608201852208834569057 absolute error = 8e-31 relative error = 3.2248113181919496764009447148839e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.04 y[1] (analytic) = -2.4771371607259912414676679289857 y[1] (numeric) = -2.4771371607259912414676679289848 absolute error = 9e-31 relative error = 3.6332263480163163403800349796076e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.05 y[1] (analytic) = -2.4735113492824738979007391600876 y[1] (numeric) = -2.4735113492824738979007391600867 absolute error = 9e-31 relative error = 3.6385521346448465378809204298431e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.06 y[1] (analytic) = -2.4698879473675058682185289005279 y[1] (numeric) = -2.469887947367505868218528900527 absolute error = 9e-31 relative error = 3.6438900030232217821119368290124e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.07 y[1] (analytic) = -2.4662670420866390579399770167267 y[1] (numeric) = -2.4662670420866390579399770167258 absolute error = 9e-31 relative error = 3.6492398618704945967365883054824e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.08 y[1] (analytic) = -2.462648720612955615025344119723 y[1] (numeric) = -2.4626487206129556150253441197221 absolute error = 9e-31 relative error = 3.6546016184394709032219650520369e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.09 y[1] (analytic) = -2.4590330701862833727252980508027 y[1] (numeric) = -2.4590330701862833727252980508018 absolute error = 9e-31 relative error = 3.6599751785030721362594659807254e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.1 y[1] (analytic) = -2.4554201781124106917192832867019 y[1] (numeric) = -2.455420178112410691719283286701 absolute error = 9e-31 relative error = 3.6653604463406728169464216394702e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.11 y[1] (analytic) = -2.451810131762300708609588719247 y[1] (numeric) = -2.451810131762300708609588719246 absolute error = 1.0e-30 relative error = 4.0786192496937951741458526793340e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.12 y[1] (analytic) = -2.4482030185713049978428720590002 y[1] (numeric) = -2.4482030185713049978428720589992 absolute error = 1.0e-30 relative error = 4.0846285721172292429620854134858e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.13 y[1] (analytic) = -2.4445989260383766541361782614116 y[1] (numeric) = -2.4445989260383766541361782614106 absolute error = 1.0e-30 relative error = 4.0906505740005444630264154939423e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.14 y[1] (analytic) = -2.4409979417252828024897048296182 y[1] (numeric) = -2.4409979417252828024897048296172 absolute error = 1.0e-30 relative error = 4.0966851421972357653657086423089e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.15 y[1] (analytic) = -2.4374001532558165428737185634477 y[1] (numeric) = -2.4374001532558165428737185634467 absolute error = 1.0e-30 relative error = 4.1027321618250728164392185514726e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.16 y[1] (analytic) = -2.4338056483150083366821162530041 y[1] (numeric) = -2.4338056483150083366821162530031 absolute error = 1.0e-30 relative error = 4.1087915162508064073209197522298e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.17 y[1] (analytic) = -2.4302145146483368420501459116485 y[1] (numeric) = -2.4302145146483368420501459116476 absolute error = 9e-31 relative error = 3.7033767783673784752120243154935e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.18 y[1] (analytic) = -2.4266268400609392051387653620253 y[1] (numeric) = -2.4266268400609392051387653620243 absolute error = 1.0e-30 relative error = 4.1209467541160439733638622138937e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.19 y[1] (analytic) = -2.4230427124168208144930112853723 y[1] (numeric) = -2.4230427124168208144930112853713 absolute error = 1.0e-30 relative error = 4.1270423953961909472538308935620e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.2 y[1] (analytic) = -2.4194622196380645255865841746395 y[1] (numeric) = -2.4194622196380645255865841746385 absolute error = 1.0e-30 relative error = 4.1331498871248890859797359433271e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.21 y[1] (analytic) = -2.4158854497040393626696229524164 y[1] (numeric) = -2.4158854497040393626696229524153 absolute error = 1.1e-30 relative error = 4.5531960140525565043694960912587e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.22 y[1] (analytic) = -2.4123124906506087050413472824371 y[1] (numeric) = -2.412312490650608705041347282436 absolute error = 1.1e-30 relative error = 4.5599399093743710627206436092219e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.23 y[1] (analytic) = -2.4087434305693379648738857761415 y[1] (numeric) = -2.4087434305693379648738857761404 absolute error = 1.1e-30 relative error = 4.5666964195518351052837110856972e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.24 y[1] (analytic) = -2.4051783576067017637181843316641 y[1] (numeric) = -2.405178357606701763718184331663 absolute error = 1.1e-30 relative error = 4.5734654002731284661024417683990e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.25 y[1] (analytic) = -2.4016173599632906148274007005201 y[1] (numeric) = -2.401617359963290614827400700519 absolute error = 1.1e-30 relative error = 4.5802467051487910798932748499079e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.26 y[1] (analytic) = -2.3980605258930171184376390165437 y[1] (numeric) = -2.3980605258930171184376390165426 absolute error = 1.1e-30 relative error = 4.5870401856949355317931585936466e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.27 y[1] (analytic) = -2.3945079437023216771502614022885 y[1] (numeric) = -2.3945079437023216771502614022874 absolute error = 1.1e-30 relative error = 4.5938456913164821310033575597703e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 bytes used=64024384, alloc=4521156, time=2.54 TOP MAIN SOLVE Loop x[1] = 4.28 y[1] (analytic) = -2.3909597017493777385643328506655 y[1] (numeric) = -2.3909597017493777385643328506644 absolute error = 1.1e-30 relative error = 4.6006630692904202626034566919272e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.29 y[1] (analytic) = -2.3874158884432965723120103252038 y[1] (numeric) = -2.3874158884432965723120103252028 absolute error = 1.0e-30 relative error = 4.1886292406809998639500778270918e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.3 y[1] (analytic) = -2.3838765922433315886538773926802 y[1] (numeric) = -2.3838765922433315886538773926791 absolute error = 1.1e-30 relative error = 4.6143328206635568424467375222522e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.31 y[1] (analytic) = -2.3803419016580822057953516592556 y[1] (numeric) = -2.3803419016580822057953516592545 absolute error = 1.1e-30 relative error = 4.6211848778268767122843527613936e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.32 y[1] (analytic) = -2.3768119052446972730893537885603 y[1] (numeric) = -2.3768119052446972730893537885592 absolute error = 1.1e-30 relative error = 4.6280481748376000463911671684100e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.33 y[1] (analytic) = -2.3732866916080780572944239008123 y[1] (numeric) = -2.3732866916080780572944239008112 absolute error = 1.1e-30 relative error = 4.6349225480831743733279386919652e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.34 y[1] (analytic) = -2.3697663494000807990614036500826 y[1] (numeric) = -2.3697663494000807990614036500814 absolute error = 1.2e-30 relative error = 5.0637903618801343295383090545094e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.35 y[1] (analytic) = -2.366250967318718846825670216824 y[1] (numeric) = -2.3662509673187188468256702168228 absolute error = 1.2e-30 relative error = 5.0713132992810212228690736060652e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.36 y[1] (analytic) = -2.3627406341073643752857117999657 y[1] (numeric) = -2.3627406341073643752857117999645 absolute error = 1.2e-30 relative error = 5.0788477697356571902217095033524e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.37 y[1] (analytic) = -2.3592354385539496956525729129928 y[1] (numeric) = -2.3592354385539496956525729129916 absolute error = 1.2e-30 relative error = 5.0863935849298622741605763886000e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.38 y[1] (analytic) = -2.3557354694901681648583718478512 y[1] (numeric) = -2.3557354694901681648583718478501 absolute error = 1.1e-30 relative error = 4.6694546745440126373074596479374e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.39 y[1] (analytic) = -2.3522408157906747009157020361581 y[1] (numeric) = -2.352240815790674700915702036157 absolute error = 1.1e-30 relative error = 4.6763919434424468987687575290060e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.4 y[1] (analytic) = -2.3487515663722859116232736765864 y[1] (numeric) = -2.3487515663722859116232736765852 absolute error = 1.2e-30 relative error = 5.1090971781806382410088943342945e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.41 y[1] (analytic) = -2.3452678101931798438166318785189 y[1] (numeric) = -2.3452678101931798438166318785177 absolute error = 1.2e-30 relative error = 5.1166864388982336788543398233705e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.42 y[1] (analytic) = -2.3417896362520953603662026638186 y[1] (numeric) = -2.3417896362520953603662026638174 absolute error = 1.2e-30 relative error = 5.1242860649111657687115620535516e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.43 y[1] (analytic) = -2.3383171335875311521282684400961 y[1] (numeric) = -2.338317133587531152128268440095 absolute error = 1.1e-30 relative error = 4.7042378649141573506751359452469e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.44 y[1] (analytic) = -2.3348503912769443920577599800286 y[1] (numeric) = -2.3348503912769443920577599800274 absolute error = 1.2e-30 relative error = 5.1395155958738428554968353702567e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.45 y[1] (analytic) = -2.331389498435949038694972482518 y[1] (numeric) = -2.3313894984359490386949724825168 absolute error = 1.2e-30 relative error = 5.1471450858170190864497575630170e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.46 y[1] (analytic) = -2.3279345442175137962414689237959 y[1] (numeric) = -2.3279345442175137962414689237947 absolute error = 1.2e-30 relative error = 5.1547841110083906805969710218480e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.47 y[1] (analytic) = -2.3244856178111597384435246015749 y[1] (numeric) = -2.3244856178111597384435246015737 absolute error = 1.2e-30 relative error = 5.1624324573364063272561168387406e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.48 y[1] (analytic) = -2.3210428084421576035044925052102 y[1] (numeric) = -2.321042808442157603504492505209 absolute error = 1.2e-30 relative error = 5.1700899080160375208249354935538e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.49 y[1] (analytic) = -2.3176062053707247672504298823242 y[1] (numeric) = -2.3176062053707247672504298823231 absolute error = 1.1e-30 relative error = 4.7462765566078719263031032876468e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.5 y[1] (analytic) = -2.3141758978912219017762220908267 y[1] (numeric) = -2.3141758978912219017762220908256 absolute error = 1.1e-30 relative error = 4.7533119716715052558821276070523e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.51 y[1] (analytic) = -2.3107519753313493268022704986616 y[1] (numeric) = -2.3107519753313493268022704986605 absolute error = 1.1e-30 relative error = 4.7603551213767369105860344685261e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.52 y[1] (analytic) = -2.3073345270513430609745767964646 y[1] (numeric) = -2.3073345270513430609745767964635 absolute error = 1.1e-30 relative error = 4.7674057970507831756081855516876e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.53 y[1] (analytic) = -2.3039236424431705803437565957192 y[1] (numeric) = -2.3039236424431705803437565957181 absolute error = 1.1e-30 relative error = 4.7744637874956526499610881850850e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.54 y[1] (analytic) = -2.3005194109297262912611505726609 y[1] (numeric) = -2.3005194109297262912611505726598 absolute error = 1.1e-30 relative error = 4.7815288789736779003284808425765e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 bytes used=68028636, alloc=4521156, time=2.70 TOP MAIN SOLVE Loop x[1] = 4.55 y[1] (analytic) = -2.2971219219640267249327716623727 y[1] (numeric) = -2.2971219219640267249327716623715 absolute error = 1.2e-30 relative error = 5.2239282056653159249567472356748e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.56 y[1] (analytic) = -2.2937312650284054608743318851117 y[1] (numeric) = -2.2937312650284054608743318851106 absolute error = 1.1e-30 relative error = 4.7956794972944559456374531861968e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.57 y[1] (analytic) = -2.2903475296337077865130322753616 y[1] (numeric) = -2.2903475296337077865130322753604 absolute error = 1.2e-30 relative error = 5.2393795460024112284844244786953e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.58 y[1] (analytic) = -2.2869708053184851001841740614532 y[1] (numeric) = -2.286970805318485100184174061452 absolute error = 1.2e-30 relative error = 5.2471155172131162771106937525831e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.59 y[1] (analytic) = -2.2836011816481890647729586884774 y[1] (numeric) = -2.2836011816481890647729586884762 absolute error = 1.2e-30 relative error = 5.2548580270653917173297384571703e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.6 y[1] (analytic) = -2.2802387482143655192540884688261 y[1] (numeric) = -2.280238748214365519254088468825 absolute error = 1.1e-30 relative error = 4.8240562566590893997168142267604e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.61 y[1] (analytic) = -2.276883594633848155383958562862 y[1] (numeric) = -2.2768835946338481553839585628609 absolute error = 1.1e-30 relative error = 4.8311648544197710393227144561482e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.62 y[1] (analytic) = -2.2735358105479519668023446173072 y[1] (numeric) = -2.2735358105479519668023446173061 absolute error = 1.1e-30 relative error = 4.8382787502031277188848001276174e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.63 y[1] (analytic) = -2.2701954856216664778025387019458 y[1] (numeric) = -2.2701954856216664778025387019447 absolute error = 1.1e-30 relative error = 4.8453977067916592539898963954498e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.64 y[1] (analytic) = -2.2668627095428487590308691677129 y[1] (numeric) = -2.2668627095428487590308691677117 absolute error = 1.2e-30 relative error = 5.2936598010472381661424688374979e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.65 y[1] (analytic) = -2.2635375720214162373784576833481 y[1] (numeric) = -2.2635375720214162373784576833469 absolute error = 1.2e-30 relative error = 5.3014361892317037201468939109888e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.66 y[1] (analytic) = -2.2602201627885393073299189762699 y[1] (numeric) = -2.2602201627885393073299189762687 absolute error = 1.2e-30 relative error = 5.3092173043864182043054946392904e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.67 y[1] (analytic) = -2.2569105715958337510354956894998 y[1] (numeric) = -2.2569105715958337510354956894987 absolute error = 1.1e-30 relative error = 4.8739193029797521292487515605481e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.68 y[1] (analytic) = -2.2536088882145529743748422542616 y[1] (numeric) = -2.2536088882145529743748422542605 absolute error = 1.1e-30 relative error = 4.8810599112940461911818918513482e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.69 y[1] (analytic) = -2.2503152024347800662823277517938 y[1] (numeric) = -2.2503152024347800662823277517927 absolute error = 1.1e-30 relative error = 4.8882041005181399015297488202309e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.7 y[1] (analytic) = -2.247029604064619688605318383054 y[1] (numeric) = -2.2470296040646196886053183830528 absolute error = 1.2e-30 relative error = 5.3403835794122924586379512981174e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.71 y[1] (analytic) = -2.2437521829293898037684253670284 y[1] (numeric) = -2.2437521829293898037684253670272 absolute error = 1.2e-30 relative error = 5.3481842118290816328889832520854e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.72 y[1] (analytic) = -2.2404830288708132475181638335818 y[1] (numeric) = -2.2404830288708132475181638335806 absolute error = 1.2e-30 relative error = 5.3559879032192047385282328254863e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.73 y[1] (analytic) = -2.2372222317462091540238625520325 y[1] (numeric) = -2.2372222317462091540238625520313 absolute error = 1.2e-30 relative error = 5.3637943650478089427226478768035e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.74 y[1] (analytic) = -2.2339698814276842406119931293884 y[1] (numeric) = -2.2339698814276842406119931293872 absolute error = 1.2e-30 relative error = 5.3716033057397562645634524502760e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.75 y[1] (analytic) = -2.2307260678013239594123506104535 y[1] (numeric) = -2.2307260678013239594123506104523 absolute error = 1.2e-30 relative error = 5.3794144306690196260195337333908e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.76 y[1] (analytic) = -2.227490880766383523195715204455 y[1] (numeric) = -2.2274908807663835231957152044538 absolute error = 1.2e-30 relative error = 5.3872274421484130398009343164685e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.77 y[1] (analytic) = -2.2242644102344788126837571386614 y[1] (numeric) = -2.2242644102344788126837571386603 absolute error = 1.1e-30 relative error = 4.9454552028013591854695134592205e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.78 y[1] (analytic) = -2.221046746128777172613013388475 y[1] (numeric) = -2.2210467461287771726130133884738 absolute error = 1.2e-30 relative error = 5.4028579186438407511154724127973e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.79 y[1] (analytic) = -2.2178379783831881038357662460808 y[1] (numeric) = -2.2178379783831881038357662460796 absolute error = 1.2e-30 relative error = 5.4106747728921313445483117354894e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.8 y[1] (analytic) = -2.2146381969415538587415893569213 y[1] (numeric) = -2.2146381969415538587415893569201 absolute error = 1.2e-30 relative error = 5.4184922921370031648171055888351e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.81 y[1] (analytic) = -2.2114474917568399472841969666007 y[1] (numeric) = -2.2114474917568399472841969665995 absolute error = 1.2e-30 relative error = 5.4263101632437320674791059670422e-29 % Correct digits = 31 h = 0.01 bytes used=72029896, alloc=4521156, time=2.86 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.82 y[1] (analytic) = -2.2082659527903255608990366724942 y[1] (numeric) = -2.2082659527903255608990366724929 absolute error = 1.3e-30 relative error = 5.8869720757925155439802360919652e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.83 y[1] (analytic) = -2.2050936700107939215978049570901 y[1] (numeric) = -2.2050936700107939215978049570888 absolute error = 1.3e-30 relative error = 5.8954411673298055725022195286798e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.84 y[1] (analytic) = -2.2019307333937225635267381872835 y[1] (numeric) = -2.2019307333937225635267381872822 absolute error = 1.3e-30 relative error = 5.9039096020807924191131336709446e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.85 y[1] (analytic) = -2.1987772329204735542761395894042 y[1] (numeric) = -2.1987772329204735542761395894029 absolute error = 1.3e-30 relative error = 5.9123770272684965220203675137139e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.86 y[1] (analytic) = -2.1956332585774836632291449482316 y[1] (numeric) = -2.1956332585774836632291449482302 absolute error = 1.4e-30 relative error = 6.3762925549189304626413579954003e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.87 y[1] (analytic) = -2.1924989003554544842382064247431 y[1] (numeric) = -2.1924989003554544842382064247417 absolute error = 1.4e-30 relative error = 6.3854079916438170599217748692871e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.88 y[1] (analytic) = -2.1893742482485425199181849375727 y[1] (numeric) = -2.1893742482485425199181849375713 absolute error = 1.4e-30 relative error = 6.3945211793733903425397071231125e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.89 y[1] (analytic) = -2.1862593922535492348452870034167 y[1] (numeric) = -2.1862593922535492348452870034154 absolute error = 1.3e-30 relative error = 5.9462294575209939547882550452955e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.9 y[1] (analytic) = -2.1831544223691110849513617788178 y[1] (numeric) = -2.1831544223691110849513617788165 absolute error = 1.3e-30 relative error = 5.9546864238273563744983404528404e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 NO REAL POLE (three term test) for Equation 1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.91 y[1] (analytic) = -2.1800594285948895304032882873528 y[1] (numeric) = -2.1800594285948895304032882873515 absolute error = 1.3e-30 relative error = 5.9631401921822244615176344726615e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.007083 Order of pole (three term test) = -0.893 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.92 y[1] (analytic) = -2.1769745009307610392573314503282 y[1] (numeric) = -2.1769745009307610392573314503268 absolute error = 1.4e-30 relative error = 6.4309434924544721821766413872228e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.01673 Order of pole (three term test) = -0.8935 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.93 y[1] (analytic) = -2.1738997293760070891784285643056 y[1] (numeric) = -2.1738997293760070891784285643043 absolute error = 1.3e-30 relative error = 5.9800366246567869348045751429037e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.02637 Order of pole (three term test) = -0.8945 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.94 y[1] (analytic) = -2.1708352039285041745143852843921 y[1] (numeric) = -2.1708352039285041745143852843908 absolute error = 1.3e-30 relative error = 5.9884785249816462878526449431217e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.03601 Order of pole (three term test) = -0.8959 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.95 y[1] (analytic) = -2.1677810145839138260149119780801 y[1] (numeric) = -2.1677810145839138260149119780788 absolute error = 1.3e-30 relative error = 5.9969156997600302857271115294131e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.04565 Order of pole (three term test) = -0.8977 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.96 y[1] (analytic) = -2.1647372513348726504853175109455 y[1] (numeric) = -2.1647372513348726504853175109442 absolute error = 1.3e-30 relative error = 6.0053477584790604589785647976935e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.05529 Order of pole (three term test) = -0.9 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.97 y[1] (analytic) = -2.161704004170182397664498113729 y[1] (numeric) = -2.1617040041701823976644981137277 absolute error = 1.3e-30 relative error = 6.0137743071768679896433612837306e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.06492 Order of pole (three term test) = -0.9027 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.98 y[1] (analytic) = -2.1586813630740000616166139618532 y[1] (numeric) = -2.1586813630740000616166139618519 absolute error = 1.3e-30 relative error = 6.0221949484419378862947246630048e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.07456 Order of pole (three term test) = -0.9059 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.99 y[1] (analytic) = -2.1556694180250280239255354754732 y[1] (numeric) = -2.1556694180250280239255354754719 absolute error = 1.3e-30 relative error = 6.0306092814130490979666706511723e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.08419 Order of pole (three term test) = -0.9095 NO COMPLEX POLE (six term test) for Equation 1 Finished! diff ( y , x , 1 ) = sin(0.3 * x + 0.1) - (0.1 * x + 0.2) ; Iterations = 490 Total Elapsed Time = 2 Seconds Elapsed Time(since restart) = 2 Seconds Time to Timeout = 2 Minutes 57 Seconds Percent Done = 100.2 % > quit bytes used=74794188, alloc=4521156, time=2.97