|\^/| 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_0D1, > array_const_1D0, > #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, > array_tmp4_g, > array_tmp4, > array_tmp5, > 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_0D1, array_const_1D0, 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, array_tmp4_g, array_tmp4, array_tmp5, 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_0D1, > array_const_1D0, > #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, > array_tmp4_g, > array_tmp4, > array_tmp5, > 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_0D1, array_const_1D0, 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, array_tmp4_g, array_tmp4, array_tmp5, 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_0D1, > array_const_1D0, > #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, > array_tmp4_g, > array_tmp4, > array_tmp5, > 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_0D1, array_const_1D0, 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, array_tmp4_g, array_tmp4, array_tmp5, 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_0D1, > array_const_1D0, > #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, > array_tmp4_g, > array_tmp4, > array_tmp5, > 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_0D1, array_const_1D0, 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, array_tmp4_g, array_tmp4, array_tmp5, 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_0D1, > array_const_1D0, > #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, > array_tmp4_g, > array_tmp4, > array_tmp5, > 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_0D1, array_const_1D0, 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, array_tmp4_g, array_tmp4, array_tmp5, 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_0D1, > array_const_1D0, > #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, > array_tmp4_g, > array_tmp4, > array_tmp5, > 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_0D1, array_const_1D0, 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, array_tmp4_g, array_tmp4, array_tmp5, 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_0D1, > array_const_1D0, > #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, > array_tmp4_g, > array_tmp4, > array_tmp5, > 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_0D1, array_const_1D0, 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, array_tmp4_g, array_tmp4, array_tmp5, 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_0D1, > array_const_1D0, > #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, > array_tmp4_g, > array_tmp4, > array_tmp5, > 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_0D1, array_const_1D0, 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, array_tmp4_g, array_tmp4, array_tmp5, 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_0D1, > array_const_1D0, > #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, > array_tmp4_g, > array_tmp4, > array_tmp5, > 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_0D1[1] * array_x[1]; > #emit pre add LINEAR - CONST $eq_no = 1 i = 1 > array_tmp2[1] := array_tmp1[1] + array_const_1D0[1]; > #emit pre add CONST - LINEAR $eq_no = 1 i = 1 > array_tmp3[1] := array_const_0D0[1] + array_tmp2[1]; > #emit pre sin 1 $eq_no = 1 > array_tmp4[1] := sin(array_x[1]); > array_tmp4_g[1] := cos(array_x[1]); > #emit pre sub LINEAR - FULL $eq_no = 1 i = 1 > array_tmp5[1] := array_tmp3[1] - array_tmp4[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_tmp5[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_0D1[1] * array_x[2]; > #emit pre add LINEAR - CONST $eq_no = 1 i = 2 > array_tmp2[2] := array_tmp1[2]; > #emit pre add CONST - LINEAR $eq_no = 1 i = 2 > array_tmp3[2] := array_tmp2[2]; > #emit pre sin ID_LINEAR iii = 2 $eq_no = 1 > array_tmp4[2] := array_tmp4_g[1] * array_x[2] / 1; > array_tmp4_g[2] := -array_tmp4[1] * array_x[2] / 1; > #emit pre sub LINEAR - FULL $eq_no = 1 i = 2 > array_tmp5[2] := array_tmp3[2] - array_tmp4[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_tmp5[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_tmp4[3] := array_tmp4_g[2] * array_x[2] / 2; > array_tmp4_g[3] := -array_tmp4[2] * array_x[2] / 2; > #emit pre sub LINEAR FULL $eq_no = 1 i = 3 > array_tmp5[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_tmp5[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_tmp4[4] := array_tmp4_g[3] * array_x[2] / 3; > array_tmp4_g[4] := -array_tmp4[3] * array_x[2] / 3; > #emit pre sub LINEAR FULL $eq_no = 1 i = 4 > array_tmp5[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_tmp5[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_tmp4[5] := array_tmp4_g[4] * array_x[2] / 4; > array_tmp4_g[5] := -array_tmp4[4] * array_x[2] / 4; > #emit pre sub LINEAR FULL $eq_no = 1 i = 5 > array_tmp5[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_tmp5[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_tmp4[kkk] := array_tmp4_g[kkk - 1] * array_x[2] / (kkk - 1); > array_tmp4_g[kkk] := -array_tmp4[kkk - 1] * array_x[2] / (kkk - 1); > #emit NOT FULL - FULL sub $eq_no = 1 > array_tmp5[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_tmp5[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_0D1, array_const_1D0, 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, array_tmp4_g, array_tmp4, array_tmp5, 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_0D1[1]*array_x[1]; array_tmp2[1] := array_tmp1[1] + array_const_1D0[1]; array_tmp3[1] := array_const_0D0[1] + array_tmp2[1]; array_tmp4[1] := sin(array_x[1]); array_tmp4_g[1] := cos(array_x[1]); array_tmp5[1] := array_tmp3[1] - array_tmp4[1]; if not array_y_set_initial[1, 2] then if 1 <= glob_max_terms then temporary := array_tmp5[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_0D1[1]*array_x[2]; array_tmp2[2] := array_tmp1[2]; array_tmp3[2] := array_tmp2[2]; array_tmp4[2] := array_tmp4_g[1]*array_x[2]; array_tmp4_g[2] := -array_tmp4[1]*array_x[2]; array_tmp5[2] := array_tmp3[2] - array_tmp4[2]; if not array_y_set_initial[1, 3] then if 2 <= glob_max_terms then temporary := array_tmp5[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_tmp4[3] := 1/2*array_tmp4_g[2]*array_x[2]; array_tmp4_g[3] := -1/2*array_tmp4[2]*array_x[2]; array_tmp5[3] := -array_tmp4[3]; if not array_y_set_initial[1, 4] then if 3 <= glob_max_terms then temporary := array_tmp5[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_tmp4[4] := 1/3*array_tmp4_g[3]*array_x[2]; array_tmp4_g[4] := -1/3*array_tmp4[3]*array_x[2]; array_tmp5[4] := -array_tmp4[4]; if not array_y_set_initial[1, 5] then if 4 <= glob_max_terms then temporary := array_tmp5[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_tmp4[5] := 1/4*array_tmp4_g[4]*array_x[2]; array_tmp4_g[5] := -1/4*array_tmp4[4]*array_x[2]; array_tmp5[5] := -array_tmp4[5]; if not array_y_set_initial[1, 6] then if 5 <= glob_max_terms then temporary := array_tmp5[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_tmp4[kkk] := array_tmp4_g[kkk - 1]*array_x[2]/(kkk - 1); array_tmp4_g[kkk] := -array_tmp4[kkk - 1]*array_x[2]/(kkk - 1); array_tmp5[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_tmp5[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(cos(x) + (0.05 * x * x) + x) ; > end; exact_soln_y := proc(x) return cos(x) + 0.05*x*x + x 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_0D1, > array_const_1D0, > #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, > array_tmp4_g, > array_tmp4, > array_tmp5, > 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_lin_sinpostode.ode#################"); > omniout_str(ALWAYS,"diff ( y , x , 1 ) = (0.1 * x + 1.0) - sin(x);"); > omniout_str(ALWAYS,"!"); > omniout_str(ALWAYS,"#BEGIN FIRST INPUT BLOCK"); > omniout_str(ALWAYS,"Digits:=32;"); > omniout_str(ALWAYS,"max_terms:=30;"); > omniout_str(ALWAYS,"!"); > omniout_str(ALWAYS,"#END FIRST INPUT BLOCK"); > omniout_str(ALWAYS,"#BEGIN SECOND INPUT BLOCK"); > omniout_str(ALWAYS,"x_start := 0.1;"); > omniout_str(ALWAYS,"x_end := 5.0 ;"); > omniout_str(ALWAYS,"array_y_init[0 + 1] := exact_soln_y(x_start);"); > omniout_str(ALWAYS,"glob_look_poles := true;"); > omniout_str(ALWAYS,"glob_max_iter := 1000000;"); > omniout_str(ALWAYS,"#END SECOND INPUT BLOCK"); > omniout_str(ALWAYS,"#BEGIN OVERRIDE BLOCK"); > omniout_str(ALWAYS,"glob_desired_digits_correct:=10;"); > omniout_str(ALWAYS,"glob_display_interval:=0.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(cos(x) + (0.05 * x * x) + x) ;"); > 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:= Array(0..(max_terms + 1),[]); > array_tmp4_g:= Array(0..(max_terms + 1),[]); > array_tmp4:= Array(0..(max_terms + 1),[]); > array_tmp5:= 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[term] := 0.0; > term := term + 1; > od;# end do number 1; > term := 1; > while (term <= max_terms) do # do number 1 > array_tmp4_g[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_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 := 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_g := Array(1..(max_terms+1 + 1),[]); > term := 1; > while (term <= max_terms + 1) do # do number 1 > array_tmp4_g[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_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_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_1D0 := Array(1..(max_terms+1 + 1),[]); > term := 1; > while (term <= max_terms + 1) do # do number 1 > array_const_1D0[term] := 0.0; > term := term + 1; > od;# end do number 1; > array_const_1D0[1] := 1.0; > 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 ) = (0.1 * x + 1.0) - sin(x);"); > 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:12:12-05:00") > ; > logitem_str(html_log_file,"Maple") > ; > logitem_str(html_log_file,"sub_lin_sin") > ; > logitem_str(html_log_file,"diff ( y , x , 1 ) = (0.1 * x + 1.0) - sin(x);") > ; > 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_lin_sin diffeq.mxt") > ; > logitem_str(html_log_file,"sub_lin_sin 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_0D1, array_const_1D0, 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, array_tmp4_g, array_tmp4, array_tmp5, 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_lin_sinpostode.ode#################"); omniout_str(ALWAYS, "diff ( y , x , 1 ) = (0.1 * x + 1.0) - sin(x);"); omniout_str(ALWAYS, "!"); omniout_str(ALWAYS, "#BEGIN FIRST INPUT BLOCK"); omniout_str(ALWAYS, "Digits:=32;"); omniout_str(ALWAYS, "max_terms:=30;"); omniout_str(ALWAYS, "!"); omniout_str(ALWAYS, "#END FIRST INPUT BLOCK"); omniout_str(ALWAYS, "#BEGIN SECOND INPUT BLOCK"); omniout_str(ALWAYS, "x_start := 0.1;"); omniout_str(ALWAYS, "x_end := 5.0 ;"); omniout_str(ALWAYS, "array_y_init[0 + 1] := exact_soln_y(x_start);"); omniout_str(ALWAYS, "glob_look_poles := true;"); omniout_str(ALWAYS, "glob_max_iter := 1000000;"); omniout_str(ALWAYS, "#END SECOND INPUT BLOCK"); omniout_str(ALWAYS, "#BEGIN OVERRIDE BLOCK"); omniout_str(ALWAYS, "glob_desired_digits_correct:=10;"); omniout_str(ALWAYS, "glob_display_interval:=0.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(cos(x) + (0.05 * x * x) + x) ;"); 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 := Array(0 .. max_terms + 1, []); array_tmp4_g := Array(0 .. max_terms + 1, []); array_tmp4 := Array(0 .. max_terms + 1, []); array_tmp5 := 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[term] := 0.; term := term + 1 end do; term := 1; while term <= max_terms do array_tmp4_g[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_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 := Array(1 .. max_terms + 2, []); term := 1; while term <= max_terms + 1 do array_tmp3[term] := 0.; term := term + 1 end do; array_tmp4_g := Array(1 .. max_terms + 2, []); term := 1; while term <= max_terms + 1 do array_tmp4_g[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_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_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_1D0 := Array(1 .. max_terms + 2, []); term := 1; while term <= max_terms + 1 do array_const_1D0[term] := 0.; term := term + 1 end do; array_const_1D0[1] := 1.0; 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 ) = (0.1 * x + 1.0) - sin(x);") ; omniout_int(INFO, "Iterations ", 32, glob_iter, 4, " "); prog_report(x_start, x_end); if glob_html_log then logstart(html_log_file); logitem_str(html_log_file, "2013-05-26T05:12:12-05:00"); logitem_str(html_log_file, "Maple"); logitem_str(html_log_file, "sub_lin_sin"); logitem_str(html_log_file, "diff ( y , x , 1 ) = (0.1 * x + 1.0) - sin(x);"); 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_lin_sin diffeq.mxt"); logitem_str(html_log_file, "sub_lin_sin 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_lin_sinpostode.ode################# diff ( y , x , 1 ) = (0.1 * x + 1.0) - sin(x); ! #BEGIN FIRST INPUT BLOCK Digits:=32; max_terms:=30; ! #END FIRST INPUT BLOCK #BEGIN SECOND INPUT BLOCK x_start := 0.1; x_end := 5.0 ; array_y_init[0 + 1] := exact_soln_y(x_start); glob_look_poles := true; glob_max_iter := 1000000; #END SECOND INPUT BLOCK #BEGIN OVERRIDE BLOCK glob_desired_digits_correct:=10; glob_display_interval:=0.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(cos(x) + (0.05 * x * x) + x) ; 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.4672086055323049562331277806886e-183 estimated_step_error = 2.4672086055323049562331277806886e-183 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.6557156646065677204134289038210e-175 estimated_step_error = 1.6557156646065677204134289038210e-175 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 = 1.1111319694584368636820923174825e-167 estimated_step_error = 1.1111319694584368636820923174825e-167 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 = 7.4566803670241957246681619817550e-160 estimated_step_error = 7.4566803670241957246681619817550e-160 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 = 5.0040934120378230048946847695115e-152 estimated_step_error = 5.0040934120378230048946847695115e-152 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 = 3.3581901424816281269073121711214e-144 estimated_step_error = 3.3581901424816281269073121711214e-144 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 = 2.2536431215809227087580736291234e-136 estimated_step_error = 2.2536431215809227087580736291234e-136 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.5123941176543087498746423194483e-128 estimated_step_error = 1.5123941176543087498746423194483e-128 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 = 1.0149502701580566739311213784162e-120 estimated_step_error = 1.0149502701580566739311213784162e-120 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 = 6.8112127244081165253087202414269e-113 estimated_step_error = 6.8112127244081165253087202414269e-113 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 = 4.5709231343600303584753702483543e-105 estimated_step_error = 4.5709231343600303584753702483543e-105 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 = 3.0674887502340254951354356814932e-97 estimated_step_error = 3.0674887502340254951354356814932e-97 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 = 2.0585490116180929098885606683401e-89 estimated_step_error = 2.0585490116180929098885606683401e-89 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.3814583197402461309888420940037e-81 estimated_step_error = 1.3814583197402461309888420940037e-81 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 = 9.2706681184281159182706538798633e-74 estimated_step_error = 9.2706681184281159182706538798633e-74 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 = 6.2212490020161221570851682852212e-66 estimated_step_error = 6.2212490020161221570851682852212e-66 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 = 4.1747508750792467142506979498165e-58 estimated_step_error = 4.1747508750792467142506979498165e-58 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.8012747543996062244493916551861e-50 estimated_step_error = 2.8012747543996062244493916551861e-50 best_h = 0.1 START of Soultion TOP MAIN SOLVE Loop x[1] = 0.1 y[1] (analytic) = 1.0955041652780257660955619878039 y[1] (numeric) = 1.0955041652780257660955619878039 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) = 1.1045610979566968503578396114198 y[1] (numeric) = 1.1045610979566968503578396114199 absolute error = 1e-31 relative error = 9.0533697216919723745550845303092e-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.12 y[1] (analytic) = 1.1135286358538662522480981678576 y[1] (numeric) = 1.1135286358538662522480981678577 absolute error = 1e-31 relative error = 8.9804605629489607114171114583523e-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.13 y[1] (analytic) = 1.1224068937147880395945121711518 y[1] (numeric) = 1.1224068937147880395945121711519 absolute error = 1e-31 relative error = 8.9094249652221706332611054928185e-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.14 y[1] (analytic) = 1.1311959962126371718989482270114 y[1] (numeric) = 1.1311959962126371718989482270115 absolute error = 1e-31 relative error = 8.8402010204076470723313288902883e-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.15 y[1] (analytic) = 1.1398960779360422867349809986543 y[1] (numeric) = 1.1398960779360422867349809986544 absolute error = 1e-31 relative error = 8.7727295440006625943727084854903e-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) = 1.1485072833756269490409525240183 y[1] (numeric) = 1.1485072833756269490409525240184 absolute error = 1e-31 relative error = 8.7069539259764828686291492628926e-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=4000236, alloc=3079628, time=0.14 x[1] = 0.17 y[1] (analytic) = 1.1570297669095607091719299902125 y[1] (numeric) = 1.1570297669095607091719299902126 absolute error = 1e-31 relative error = 8.6428199913214942470618235496516e-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) = 1.1654636927881214145927160246115 y[1] (numeric) = 1.1654636927881214145927160246116 absolute error = 1e-31 relative error = 8.5802758694928960894128928965563e-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) = 1.1738092351172703189678775041899 y[1] (numeric) = 1.17380923511727031896787750419 absolute error = 1e-31 relative error = 8.5192718721461944113766908996588e-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) = 1.1820665778412416311241965167482 y[1] (numeric) = 1.1820665778412416311241965167483 absolute error = 1e-31 relative error = 8.4597603785250222672100474439551e-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.21 y[1] (analytic) = 1.1902359147241482449161385680994 y[1] (numeric) = 1.1902359147241482449161385680995 absolute error = 1e-31 relative error = 8.4016957279579506826071380110726e-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.22 y[1] (analytic) = 1.1983174493306054894060229810447 y[1] (numeric) = 1.1983174493306054894060229810449 absolute error = 2e-31 relative error = 1.6690068237904939179423997511429e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.2063113950053748369677306480716 y[1] (numeric) = 1.2063113950053748369677306480718 absolute error = 2e-31 relative error = 1.6579467028835359768534843607066e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.2142179748520296049261752469634 y[1] (numeric) = 1.2142179748520296049261752469636 absolute error = 2e-31 relative error = 1.6471507105169724911882708441565e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.2220374217106447841445954494942 y[1] (numeric) = 1.2220374217106447841445954494944 absolute error = 2e-31 relative error = 1.6366110926458698545353508549746e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.2297699781345132255582176464501 y[1] (numeric) = 1.2297699781345132255582176464503 absolute error = 2e-31 relative error = 1.6263203977656693108062004436942e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.2374158963658905130162327094922 y[1] (numeric) = 1.2374158963658905130162327094924 absolute error = 2e-31 relative error = 1.6162714620635692929324257910565e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.2449754383107709479245900535965 y[1] (numeric) = 1.2449754383107709479245900535967 absolute error = 2e-31 relative error = 1.6064573954275551839622001251453e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.2524488755126971680701247779319 y[1] (numeric) = 1.2524488755126971680701247779321 absolute error = 2e-31 relative error = 1.5968715682556611096669503455750e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.259836489125606019642310227568 y[1] (numeric) = 1.2598364891256060196423102275683 absolute error = 3e-31 relative error = 2.3812613985185971494783383463407e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.2671385698857133978428054362022 y[1] (numeric) = 1.2671385698857133978428054362025 absolute error = 3e-31 relative error = 2.3675390137248982874487154554887e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.2743554180824408675753072737661 y[1] (numeric) = 1.2743554180824408675753072737664 absolute error = 3e-31 relative error = 2.3541313180228683829835556394369e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.2814873435283869715294105783662 y[1] (numeric) = 1.2814873435283869715294105783665 absolute error = 3e-31 relative error = 2.3410297535517917154024722724673e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.2885346655283462285026440600266 y[1] (numeric) = 1.2885346655283462285026440600269 absolute error = 3e-31 relative error = 2.3282260697036742406697530584990e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.2954977128473789200350323573037 y[1] (numeric) = 1.295497712847378920035032357304 absolute error = 3e-31 relative error = 2.3157123090601909179108950398233e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.3023768236779348583509123681247 y[1] (numeric) = 1.3023768236779348583509123681251 absolute error = 4e-31 relative error = 3.0713077254430328818894488641803e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.3091723456060344232038129044909 y[1] (numeric) = 1.3091723456060344232038129044912 absolute error = 3e-31 relative error = 2.2915241145055332688134433741335e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.3158846355765102494925308077246 y[1] (numeric) = 1.3158846355765102494925308077249 absolute error = 3e-31 relative error = 2.2798351153979784016705071616635e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.3225140598573130414506767528811 y[1] (numeric) = 1.3225140598573130414506767528814 absolute error = 3e-31 relative error = 2.2684068858395895460595654798650e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.3290609940028850827985267320518 y[1] (numeric) = 1.3290609940028850827985267320521 absolute error = 3e-31 relative error = 2.2572327481860382523768034369817e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.335525822816605105475642058277 y[1] (numeric) = 1.3355258228166051054756420582773 absolute error = 3e-31 relative error = 2.2463062478814841286671482255257e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.3419089403123082724360887896657 y[1] (numeric) = 1.3419089403123082724360887896659 absolute error = 2e-31 relative error = 1.4904140958584949501178807307479e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.3482107496748851224759104776634 y[1] (numeric) = 1.3482107496748851224759104776637 absolute error = 3e-31 relative error = 2.2251713989993302804148195694316e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.3544316632199634171655373889984 y[1] (numeric) = 1.3544316632199634171655373889986 absolute error = 2e-31 relative error = 1.4766341147439599647174745132851e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO 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=8002684, alloc=4259060, time=0.30 TOP MAIN SOLVE Loop x[1] = 0.45 y[1] (analytic) = 1.3605721023526769216688406114864 y[1] (numeric) = 1.3605721023526769216688406114867 absolute error = 3e-31 relative error = 2.2049548089457763448703264827205e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.3666324975255252425363899035004 y[1] (numeric) = 1.3666324975255252425363899035007 absolute error = 3e-31 relative error = 2.1951768346149456166332594076435e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.3726132881953289364540192765334 y[1] (numeric) = 1.3726132881953289364540192765337 absolute error = 3e-31 relative error = 2.1856119460597023909001811914384e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.3785149227792841943999548311587 y[1] (numeric) = 1.378514922779284194399954831159 absolute error = 3e-31 relative error = 2.1762550048798665610043526370657e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.3843378586101214957054681591367 y[1] (numeric) = 1.3843378586101214957054681591369 absolute error = 2e-31 relative error = 1.4447340203554100292503760681184e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.3900825618903727161162815826038 y[1] (numeric) = 1.3900825618903727161162815826041 absolute error = 3e-31 relative error = 2.1581451938511488181869606149249e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.3957495076457512631058084735755 y[1] (numeric) = 1.3957495076457512631058084735758 absolute error = 3e-31 relative error = 2.1493828108599384481024084765728e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.4013391796776499003878475719885 y[1] (numeric) = 1.4013391796776499003878475719888 absolute error = 3e-31 relative error = 2.1408093368873694825233313879273e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.4068520705147610118066950185642 y[1] (numeric) = 1.4068520705147610118066950185645 absolute error = 3e-31 relative error = 2.1324203609426491709280877818927e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.4122886813638241425379687789178 y[1] (numeric) = 1.4122886813638241425379687789181 absolute error = 3e-31 relative error = 2.1242116003528038867943279280505e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.4176495220595057428049817976178 y[1] (numeric) = 1.4176495220595057428049817976181 absolute error = 3e-31 relative error = 2.1161788956424980213879457697222e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.4229351110134161260945255038663 y[1] (numeric) = 1.4229351110134161260945255038666 absolute error = 3e-31 relative error = 2.1083182056442449659292250450788e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.428145975162268740133756363916 y[1] (numeric) = 1.4281459751622687401337563639163 absolute error = 3e-31 relative error = 2.1006256028268637804595376418788e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.43328264991518693465788732805 y[1] (numeric) = 1.4332826499151869346578873280503 absolute error = 3e-31 relative error = 2.0930972688307655126005615770978e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.4383456791001634952479965224907 y[1] (numeric) = 1.438345679100163495247996522491 absolute error = 3e-31 relative error = 2.0857294901993347901730740488535e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.4433356149096782972409524989554 y[1] (numeric) = 1.4433356149096782972409524989557 absolute error = 3e-31 relative error = 2.0785186542963088623518007065761e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.4482530178454795179007465786548 y[1] (numeric) = 1.4482530178454795179007465786551 absolute error = 3e-31 relative error = 2.0714612453996510092472487928008e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.4530984566625339286839996543607 y[1] (numeric) = 1.453098456662533928683999654361 absolute error = 3e-31 relative error = 2.0645538409629712198711201861742e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.4578725083121518725237089657771 y[1] (numeric) = 1.4578725083121518725237089657774 absolute error = 3e-31 relative error = 2.0577931080360670523462252747960e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 14.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] = 0.64 y[1] (analytic) = 1.4625757578842926135861107792603 y[1] (numeric) = 1.4625757578842926135861107792607 absolute error = 4e-31 relative error = 2.7349010664488589551060751572847e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 14.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] = 0.65 y[1] (analytic) = 1.4672087985490558289176045706799 y[1] (numeric) = 1.4672087985490558289176045706803 absolute error = 4e-31 relative error = 2.7262650032876427099851996537711e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 15.2 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] = 0.66 y[1] (analytic) = 1.4717722314973650927838170912302 y[1] (numeric) = 1.4717722314973650927838170912306 absolute error = 4e-31 relative error = 2.7178118423463142924745592127452e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 15.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] = 0.67 y[1] (analytic) = 1.4762666658808492853029421448381 y[1] (numeric) = 1.4762666658808492853029421448385 absolute error = 4e-31 relative error = 2.7095375736966232755163251327307e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 15.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] = 0.68 y[1] (analytic) = 1.4806927187509279371823940840443 y[1] (numeric) = 1.4806927187509279371823940840447 absolute error = 4e-31 relative error = 2.7014382858411643249452056817927e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 16.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] = 0.69 y[1] (analytic) = 1.4850510149971066019735393154978 y[1] (numeric) = 1.4850510149971066019735393154981 absolute error = 3e-31 relative error = 2.0201326215085244379569422492480e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 16.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] = 0.7 y[1] (analytic) = 1.4893421872844884262558599901919 y[1] (numeric) = 1.4893421872844884262558599901922 absolute error = 3e-31 relative error = 2.0143121074612731147729300704779e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 16.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] = 0.71 y[1] (analytic) = 1.4935668759905081665414579441396 y[1] (numeric) = 1.4935668759905081665414579441399 absolute error = 3e-31 relative error = 2.0086144438697805144572810055496e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 17.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] = 0.72 y[1] (analytic) = 1.497725729140894979445486962252 y[1] (numeric) = 1.4977257291408949794454869622523 absolute error = 3e-31 relative error = 2.0030369657339191960188118542671e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 17.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 bytes used=12005608, alloc=4324584, time=0.46 TOP MAIN SOLVE Loop x[1] = 0.73 y[1] (analytic) = 1.5018194023448703887901321585503 y[1] (numeric) = 1.5018194023448703887901321585507 absolute error = 4e-31 relative error = 2.6634360920857644902131262800020e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 17.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] = 0.74 y[1] (analytic) = 1.5058485587295879097914245606988 y[1] (numeric) = 1.5058485587295879097914245606992 absolute error = 4e-31 relative error = 2.6563096114888258390157428512773e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 18.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] = 0.75 y[1] (analytic) = 1.5098138688738208863118387530001 y[1] (numeric) = 1.5098138688738208863118387530005 absolute error = 4e-31 relative error = 2.6493331942854808378499317359206e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 18.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] = 0.76 y[1] (analytic) = 1.513716010740905172339688366667 y[1] (numeric) = 1.5137160107409051723396883666674 absolute error = 4e-31 relative error = 2.6425035948732255389385798884586e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 19.01 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] = 0.77 y[1] (analytic) = 1.5175556696109433633712905653243 y[1] (numeric) = 1.5175556696109433633712905653247 absolute error = 4e-31 relative error = 2.6358176375997345420950410684335e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 19.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] = 0.78 y[1] (analytic) = 1.5213335380122773572162650237646 y[1] (numeric) = 1.5213335380122773572162650237649 absolute error = 3e-31 relative error = 1.9719541606370539465197531376959e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 19.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] = 0.79 y[1] (analytic) = 1.525050315652236096912780861085 y[1] (numeric) = 1.5250503156522360969127808610853 absolute error = 3e-31 relative error = 1.9671482109211294637579499905231e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 18.83 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] = 0.8 y[1] (analytic) = 1.5287067093471654209207499816423 y[1] (numeric) = 1.5287067093471654209207499816427 absolute error = 4e-31 relative error = 2.6165908578423136451740311589603e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 18.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] = 0.81 y[1] (analytic) = 1.5323034329517470175496392406801 y[1] (numeric) = 1.5323034329517470175496392406805 absolute error = 4e-31 relative error = 2.6104490233338542359778749205176e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 18.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 x[1] = 0.82 y[1] (analytic) = 1.5358412072876135516665579784369 y[1] (numeric) = 1.5358412072876135516665579784373 absolute error = 4e-31 relative error = 2.6044359150020702214420483854015e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 17.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] = 0.83 y[1] (analytic) = 1.5393207600712671021124629178644 y[1] (numeric) = 1.5393207600712671021124629178648 absolute error = 4e-31 relative error = 2.5985487260074430248049257344210e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 17.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] = 0.84 y[1] (analytic) = 1.5427428258413081179226710368709 y[1] (numeric) = 1.5427428258413081179226710368712 absolute error = 3e-31 relative error = 1.9445885274909652461372217247632e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 17.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] = 0.85 y[1] (analytic) = 1.5461081458849821703954160294615 y[1] (numeric) = 1.5461081458849821703954160294618 absolute error = 3e-31 relative error = 1.9403558593133339067206215640652e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 16.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] = 0.86 y[1] (analytic) = 1.5494174681640518462720306642239 y[1] (numeric) = 1.5494174681640518462720306642242 absolute error = 3e-31 relative error = 1.9362115515289652847765881829609e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 16.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] = 0.87 y[1] (analytic) = 1.5526715472400011947776638054828 y[1] (numeric) = 1.5526715472400011947776638054832 absolute error = 4e-31 relative error = 2.5762048690274014233877042621677e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 16.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] = 0.88 y[1] (analytic) = 1.5558711441985802080154986057221 y[1] (numeric) = 1.5558711441985802080154986057225 absolute error = 4e-31 relative error = 2.5709069898975314855236166171442e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 15.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] = 0.89 y[1] (analytic) = 1.5590170265736968802035530573802 y[1] (numeric) = 1.5590170265736968802035530573807 absolute error = 5e-31 relative error = 3.2071490655805503606659763776243e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 15.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] = 0.9 y[1] (analytic) = 1.5621099682706644564847161514071 y[1] (numeric) = 1.5621099682706644564847161514076 absolute error = 5e-31 relative error = 3.2007989844244163241674762281164e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 15.08 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] = 0.91 y[1] (analytic) = 1.5651507494888115465211782261747 y[1] (numeric) = 1.5651507494888115465211782261751 absolute error = 4e-31 relative error = 2.5556643673501904628398736144945e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 14.77 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] = 0.92 y[1] (analytic) = 1.5681401566434628417974047066744 y[1] (numeric) = 1.5681401566434628417974047066748 absolute error = 4e-31 relative error = 2.5507924040168893365651805340280e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 14.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] = 0.93 y[1] (analytic) = 1.571078982287298238494907084433 y[1] (numeric) = 1.5710789822872982384949070844334 absolute error = 4e-31 relative error = 2.5460209480853029872968914644491e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 14.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] = 0.94 y[1] (analytic) = 1.573968025031098229960989815224 y[1] (numeric) = 1.5739680250310982299609898152244 absolute error = 4e-31 relative error = 2.5413476871113494095379616516073e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 13.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] = 0.95 y[1] (analytic) = 1.5768080894638834941661809737605 y[1] (numeric) = 1.5768080894638834941661809737608 absolute error = 3e-31 relative error = 1.9025777582229447718115307840525e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.5795999860724566621250508003519 y[1] (numeric) = 1.5795999860724566621250508003522 absolute error = 3e-31 relative error = 1.8992150078826280895339427561054e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.5823445311603543130365277548499 y[1] (numeric) = 1.5823445311603543130365277548502 absolute error = 3e-31 relative error = 1.8959208572611301383909966462076e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.5850425467662173008766582673599 y[1] (numeric) = 1.5850425467662173008766582673603 absolute error = 4e-31 relative error = 2.5235915642521689655159573034308e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.5876948605815875753431264086536 y[1] (numeric) = 1.587694860581587575343126408654 absolute error = 4e-31 relative error = 2.5193757939953035689692334632184e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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 y[1] (analytic) = 1.590302305868139717400936607443 y[1] (numeric) = 1.5903023058681397174009366074434 absolute error = 4e-31 relative error = 2.5152450482151667853165690628665e-29 % bytes used=16007024, alloc=4324584, time=0.61 Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.5928657213743554662067313557792 y[1] (numeric) = 1.5928657213743554662067313557796 absolute error = 4e-31 relative error = 2.5111972379873441869593674651941e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.5953859512516495698896138080338 y[1] (numeric) = 1.5953859512516495698896138080342 absolute error = 4e-31 relative error = 2.5072303017723242900393247601727e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.5978638449699553475335022998374 y[1] (numeric) = 1.5978638449699553475335022998377 absolute error = 3e-31 relative error = 1.8775066533008693459122368505686e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6003002572327784037344734209922 y[1] (numeric) = 1.6003002572327784037344734209925 absolute error = 3e-31 relative error = 1.8746482020740076554005777004833e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6026960478917269902908495728121 y[1] (numeric) = 1.6026960478917269902908495728124 absolute error = 3e-31 relative error = 1.8718458836573298816390812858710e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6050520818605275619186375399564 y[1] (numeric) = 1.6050520818605275619186375399567 absolute error = 3e-31 relative error = 1.8690982267207748381926323321145e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6073692290285341243650930681759 y[1] (numeric) = 1.6073692290285341243650930681762 absolute error = 3e-31 relative error = 1.8664037769424935299126865812169e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.609648364173740023913524788526 y[1] (numeric) = 1.6096483641737400239135247885263 absolute error = 3e-31 relative error = 1.8637610963807932044378506326171e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6118903668753008770278970738751 y[1] (numeric) = 1.6118903668753008770278970738754 absolute error = 3e-31 relative error = 1.8611687628703882640878213131783e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6140961214255773877713700517847 y[1] (numeric) = 1.614096121425577387771370051785 absolute error = 3e-31 relative error = 1.8586253694423016771670611415158e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6162665167417068486437375119336 y[1] (numeric) = 1.6162665167417068486437375119339 absolute error = 3e-31 relative error = 1.8561295237667944240529756908084e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6184024462767121676139887939611 y[1] (numeric) = 1.6184024462767121676139887939615 absolute error = 4e-31 relative error = 2.4715731301583102289363462307324e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6205048079301573103712158356535 y[1] (numeric) = 1.6205048079301573103712158356539 absolute error = 4e-31 relative error = 2.4683666351531104897462575225531e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6225745039583580921751867408226 y[1] (numeric) = 1.6225745039583580921751867408229 absolute error = 3e-31 relative error = 1.8489135584722538497239625521636e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6246124408841572981525767188099 y[1] (numeric) = 1.6246124408841572981525767188102 absolute error = 3e-31 relative error = 1.8465942550380324631033251461372e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.626619529406273154451639623394 y[1] (numeric) = 1.6266195294062731544516396233943 absolute error = 3e-31 relative error = 1.8443157393388850840324462968697e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6285966843082302153326619350505 y[1] (numeric) = 1.6285966843082302153326619350508 absolute error = 3e-31 relative error = 1.8420766964009219996723665731758e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6305448243668817730295994667128 y[1] (numeric) = 1.6305448243668817730295994667131 absolute error = 3e-31 relative error = 1.8398758225888447553983415318556e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6324648722605329380656795583505 y[1] (numeric) = 1.6324648722605329380656795583508 absolute error = 3e-31 relative error = 1.8377118252142184771366382453601e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6343577544766735776383733556231 y[1] (numeric) = 1.6343577544766735776383733556234 absolute error = 3e-31 relative error = 1.8355834221624318142428839379767e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6362244012193303387030107136648 y[1] (numeric) = 1.6362244012193303387030107136651 absolute error = 3e-31 relative error = 1.8334893415379765881587751144848e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6380657463160470204755229744352 y[1] (numeric) = 1.6380657463160470204755229744355 absolute error = 3e-31 relative error = 1.8314283213276975122278715392760e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6398827271245025982395472454977 y[1] (numeric) = 1.639882727124502598239547245498 absolute error = 3e-31 relative error = 1.8293991090816795082336506551453e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6416762844387762365776934156974 y[1] (numeric) = 1.6416762844387762365776934156977 absolute error = 3e-31 relative error = 1.8274004616114562222266868842806e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.643447362395268665447538552438 y[1] (numeric) = 1.6434473623952686654475385524384 absolute error = 4e-31 relative error = 2.4339081929403178273224490400704e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6451969083782893268863424891765 y[1] (numeric) = 1.6451969083782893268863424891768 absolute error = 3e-31 relative error = 1.8234899328598745583798630593990e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.646925872925318733551137016088 y[1] (numeric) = 1.6469258729253187335511370160883 absolute error = 3e-31 relative error = 1.8215756090292702405159584228039e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO 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=20008832, alloc=4390108, time=0.77 TOP MAIN SOLVE Loop x[1] = 1.28 y[1] (analytic) = 1.6486352096319555127793868935926 y[1] (numeric) = 1.6486352096319555127793868935929 absolute error = 3e-31 relative error = 1.8196869643890025590989194687939e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6503258750565576413866060900612 y[1] (numeric) = 1.6503258750565576413866060900615 absolute error = 3e-31 relative error = 1.8178227981168799344430739560595e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6519988286245874069979841092929 y[1] (numeric) = 1.6519988286245874069979841092932 absolute error = 3e-31 relative error = 1.8159819171892055138840366179510e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6536550325326696613381769786162 y[1] (numeric) = 1.6536550325326696613381769786165 absolute error = 3e-31 relative error = 1.8141631361925129355710321424262e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6552954516523729595739827294274 y[1] (numeric) = 1.6552954516523729595739827294277 absolute error = 3e-31 relative error = 1.8123652771505513551466730608826e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6569210534337232075157849860106 y[1] (numeric) = 1.6569210534337232075157849860109 absolute error = 3e-31 relative error = 1.8105871693663043373832492713396e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6585328078084594652326394923001 y[1] (numeric) = 1.6585328078084594652326394923005 absolute error = 4e-31 relative error = 2.4117701990384454026789485875209e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6601316870930415814200221730106 y[1] (numeric) = 1.660131687093041581420022173011 absolute error = 4e-31 relative error = 2.4094474137796643371180695413922e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6617186658914193576759752523919 y[1] (numeric) = 1.6617186658914193576759752523922 absolute error = 3e-31 relative error = 1.8053597528740927807529433971999e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6632947209975729656881983896453 y[1] (numeric) = 1.6632947209975729656881983896456 absolute error = 3e-31 relative error = 1.8036490840304768322615216868855e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6648608312978343632091500735982 y[1] (numeric) = 1.6648608312978343632091500735985 absolute error = 3e-31 relative error = 1.8019524176452419938981920285177e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.666417977672999476596163217804 y[1] (numeric) = 1.6664179776729994765961632178044 absolute error = 4e-31 relative error = 2.4003581655939854343709599371623e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6679671429002409386167480352036 y[1] (numeric) = 1.667967142900240938616748035204 absolute error = 4e-31 relative error = 2.3981287743143721360473887030804e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6695093115548311901635625493609 y[1] (numeric) = 1.6695093115548311901635625493613 absolute error = 4e-31 relative error = 2.3959135611377685975330941804960e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6710454699116857734869821029759 y[1] (numeric) = 1.6710454699116857734869821029763 absolute error = 4e-31 relative error = 2.3937110461820040956391393430071e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6725766058467366625338976245749 y[1] (numeric) = 1.6725766058467366625338976245753 absolute error = 4e-31 relative error = 2.3915197582086307739253295133017e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6741037087381454929775201561292 y[1] (numeric) = 1.6741037087381454929775201561295 absolute error = 3e-31 relative error = 1.7920036759617765348081208439745e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.675627769367366570532866627248 y[1] (numeric) = 1.6756277693673665705328666272483 absolute error = 3e-31 relative error = 1.7903737660856804107912172176015e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6771497798200695511746481091234 y[1] (numeric) = 1.6771497798200695511746481091237 absolute error = 3e-31 relative error = 1.7887490050661130643426774720865e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6786707333869317009069746014624 y[1] (numeric) = 1.6786707333869317009069746014627 absolute error = 3e-31 relative error = 1.7871283154779963636579840000839e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6801916244643096557762265406478 y[1] (numeric) = 1.6801916244643096557762265406481 absolute error = 3e-31 relative error = 1.7855106264777869024987498457239e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6817134484548006148683184845637 y[1] (numeric) = 1.681713448454800614868318484564 absolute error = 3e-31 relative error = 1.7838948738600343966019203248194e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6832372016677029100881898514343 y[1] (numeric) = 1.6832372016677029100881898514346 absolute error = 3e-31 relative error = 1.7822800001257615131119298873574e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6847638812193859065815955149162 y[1] (numeric) = 1.6847638812193859065815955149165 absolute error = 3e-31 relative error = 1.7806649545624650084869892989935e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6862944849335791967261292701527 y[1] (numeric) = 1.686294484933579196726129270153 absolute error = 3e-31 relative error = 1.7790486933355331724723491732385e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6878300112415910586889890070761 y[1] (numeric) = 1.6878300112415910586889890070764 absolute error = 3e-31 relative error = 1.7774301795908692141195029650636e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6893714590824661576224768070764 y[1] (numeric) = 1.6893714590824661576224768070767 absolute error = 3e-31 relative error = 1.7758083835685044007443030699679e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO 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=24010948, alloc=4390108, time=0.93 TOP MAIN SOLVE Loop x[1] = 1.55 y[1] (analytic) = 1.6909198278030924736439127746956 y[1] (numeric) = 1.6909198278030924736439127746959 absolute error = 3e-31 relative error = 1.7741822827269784931498038562132e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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.56 y[1] (analytic) = 1.6924761170582674458239206637609 y[1] (numeric) = 1.6924761170582674458239206637612 absolute error = 3e-31 relative error = 1.7725508618782583321294599416012e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6940413267107333254854085336454 y[1] (numeric) = 1.6940413267107333254854085336456 absolute error = 2e-31 relative error = 1.1806087422219722298223509989329e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 1.6956164567311917351946109430173 y[1] (numeric) = 1.6956164567311917351946109430175 absolute error = 2e-31 relative error = 1.1795120247037461849060746663519e-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.008874 Order of pole (three term test) = -0.8949 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.59 y[1] (analytic) = 1.6972025070983074319049726537566 y[1] (numeric) = 1.6972025070983074319049726537568 absolute error = 2e-31 relative error = 1.1784097605531957670554286879098e-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.01851 Order of pole (three term test) = -0.9018 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.6 y[1] (analytic) = 1.6988004776987112737942295370535 y[1] (numeric) = 1.6988004776987112737942295370537 absolute error = 2e-31 relative error = 1.1773012936217855285508776033900e-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.02814 Order of pole (three term test) = -0.9135 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.61 y[1] (analytic) = 1.700411368227012390414672390399 y[1] (numeric) = 1.7004113682270123904146723903992 absolute error = 2e-31 relative error = 1.1761859732126839148776972873679e-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.03776 Order of pole (three term test) = -0.93 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.62 y[1] (analytic) = 1.7020361780858295548562557252877 y[1] (numeric) = 1.7020361780858295548562557252879 absolute error = 2e-31 relative error = 1.1750631542093724241308234923139e-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.04737 Order of pole (three term test) = -0.9513 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.63 y[1] (analytic) = 1.7036759062858517547020283025802 y[1] (numeric) = 1.7036759062858517547020283025804 absolute error = 2e-31 relative error = 1.1739321972100657397723949346497e-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.05696 Order of pole (three term test) = -0.9775 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.64 y[1] (analytic) = 1.7053315513459379556355072925434 y[1] (numeric) = 1.7053315513459379556355072925436 absolute error = 2e-31 relative error = 1.1727924686677462235051089666395e-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.06652 Order of pole (three term test) = -1.008 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.65 y[1] (analytic) = 1.7070041111932660476403854026587 y[1] (numeric) = 1.7070041111932660476403854026589 absolute error = 2e-31 relative error = 1.1716433410356099149628067256480e-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.07606 Order of pole (three term test) = -1.044 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.66 y[1] (analytic) = 1.7086945830635409588147420683494 y[1] (numeric) = 1.7086945830635409588147420683496 absolute error = 2e-31 relative error = 1.1704841929177148401508737454562e-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.08556 Order of pole (three term test) = -1.085 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.67 y[1] (analytic) = 1.7104039634012719159052176575514 y[1] (numeric) = 1.7104039634012719159052176575516 absolute error = 2e-31 relative error = 1.1693144092246160018484829839810e-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.09503 Order of pole (three term test) = -1.13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.68 y[1] (analytic) = 1.7121332477601288237519952658272 y[1] (numeric) = 1.7121332477601288237519952658274 absolute error = 2e-31 relative error = 1.1681333813337649338114420238728e-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.1045 Order of pole (three term test) = -1.18 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.69 y[1] (analytic) = 1.7138834307033877279236095301669 y[1] (numeric) = 1.7138834307033877279236095301671 absolute error = 2e-31 relative error = 1.1669405072544451684093074105445e-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.1139 Order of pole (three term test) = -1.235 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.7 y[1] (analytic) = 1.7156555057044753159123571426651 y[1] (numeric) = 1.7156555057044753159123571426653 absolute error = 2e-31 relative error = 1.1657351917970084166102158433950e-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.1232 Order of pole (three term test) = -1.294 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.71 y[1] (analytic) = 1.7174504650476224023573102169489 y[1] (numeric) = 1.7174504650476224023573102169491 absolute error = 2e-31 relative error = 1.1645168467461697127738631732977e-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.1325 Order of pole (three term test) = -1.358 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.72 y[1] (analytic) = 1.7192692997286363328636217196688 y[1] (numeric) = 1.719269299728636332863621719669 absolute error = 2e-31 relative error = 1.1632848910381132577406254176451e-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.1417 Order of pole (three term test) = -1.427 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.73 y[1] (analytic) = 1.7211129993558022290950516486574 y[1] (numeric) = 1.7211129993558022290950516486576 absolute error = 2e-31 relative error = 1.1620387509411542258186778005621e-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.1509 Order of pole (three term test) = -1.5 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.74 y[1] (analytic) = 1.7229825520509229849326226846549 y[1] (numeric) = 1.7229825520509229849326226846551 absolute error = 2e-31 relative error = 1.1607778602396954084262206679892e-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.1601 Order of pole (three term test) = -1.578 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.75 y[1] (analytic) = 1.7248789443505079096173230560574 y[1] (numeric) = 1.7248789443505079096173230560576 absolute error = 2e-31 relative error = 1.1595016604212112735999321635457e-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.1691 Order of pole (three term test) = -1.661 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.76 y[1] (analytic) = 1.7268031611071198989301998234959 y[1] (numeric) = 1.7268031611071198989301998234961 absolute error = 2e-31 relative error = 1.1582096008659858508420048680300e-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.1781 Order of pole (three term test) = -1.748 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.77 y[1] (analytic) = 1.7287561853908909996105141582696 y[1] (numeric) = 1.7287561853908909996105141582698 absolute error = 2e-31 relative error = 1.1569011390393248295510080225625e-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.187 Order of pole (three term test) = -1.84 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.78 y[1] (analytic) = 1.7307389983912162153734467096874 y[1] (numeric) = 1.7307389983912162153734467096876 absolute error = 2e-31 relative error = 1.1555757406859564114077197623303e-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.1959 Order of pole (three term test) = -1.936 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.79 y[1] (analytic) = 1.7327525793186353850648297355354 y[1] (numeric) = 1.7327525793186353850648297355356 absolute error = 2e-31 relative error = 1.1542328800263298074816040884379e-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.2047 Order of pole (three term test) = -2.036 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.8 y[1] (analytic) = 1.7347979053069129446833256934694 y[1] (numeric) = 1.7347979053069129446833256934696 absolute error = 2e-31 relative error = 1.1528720399545148444103563387846e-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.2133 Order of pole (three term test) = -2.141 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.81 y[1] (analytic) = 1.736875951315325365212250149158 y[1] (numeric) = 1.7368759513153253652122501491582 absolute error = 2e-31 relative error = 1.1514927122374009656458747720491e-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.2219 Order of pole (three term test) = -2.25 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop bytes used=28012520, alloc=4390108, time=1.09 x[1] = 1.82 y[1] (analytic) = 1.7389876900311660374358289551691 y[1] (numeric) = 1.7389876900311660374358289551693 absolute error = 2e-31 relative error = 1.1500943977148890081827322274019e-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.2305 Order of pole (three term test) = -2.363 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.83 y[1] (analytic) = 1.7411340917724773531701624163815 y[1] (numeric) = 1.7411340917724773531701624163816 absolute error = 1e-31 relative error = 5.7433830325038226345365528736157e-30 % Correct digits = 32 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.2389 Order of pole (three term test) = -2.481 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.84 y[1] (analytic) = 1.7433161243910197096197170167184 y[1] (numeric) = 1.7433161243910197096197170167185 absolute error = 1e-31 relative error = 5.7361942909196857597826622973129e-30 % Correct digits = 32 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.2472 Order of pole (three term test) = -2.603 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.85 y[1] (analytic) = 1.7455347531754871398780501645252 y[1] (numeric) = 1.7455347531754871398780501645253 absolute error = 1e-31 relative error = 5.7289034101486326155749752154609e-30 % Correct digits = 32 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.2554 Order of pole (three term test) = -2.729 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.86 y[1] (analytic) = 1.7477909407549792479290645117109 y[1] (numeric) = 1.747790940754979247929064511711 absolute error = 1e-31 relative error = 5.7215080859043588635857476839144e-30 % Correct digits = 32 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.2636 Order of pole (three term test) = -2.859 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.87 y[1] (analytic) = 1.7500856470027391008748519351901 y[1] (numeric) = 1.7500856470027391008748519351902 absolute error = 1e-31 relative error = 5.7140060642896917381497700165575e-30 % Correct digits = 32 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.2716 Order of pole (three term test) = -2.993 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.88 y[1] (analytic) = 1.7524198289401667045206862404778 y[1] (numeric) = 1.7524198289401667045206862404779 absolute error = 1e-31 relative error = 5.7063951427939659696127030067357e-30 % Correct digits = 32 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.2795 Order of pole (three term test) = -3.131 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.89 y[1] (analytic) = 1.7547944406411176608896175844488 y[1] (numeric) = 1.7547944406411176608896175844489 absolute error = 1e-31 relative error = 5.6986731712840849816300582649072e-30 % Correct digits = 32 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.2873 Order of pole (three term test) = -3.273 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.9 y[1] (analytic) = 1.7572104331364965777211663049197 y[1] (numeric) = 1.7572104331364965777211663049198 absolute error = 1e-31 relative error = 5.6908380529876014464807170471345e-30 % Correct digits = 32 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.295 Order of pole (three term test) = -3.419 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.91 y[1] (analytic) = 1.7596687543191547705336610606025 y[1] (numeric) = 1.7596687543191547705336610606026 absolute error = 1e-31 relative error = 5.6828877454661442863963010824468e-30 % Correct digits = 32 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.3025 Order of pole (three term test) = -3.569 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.92 y[1] (analytic) = 1.762170348849101767400763396841 y[1] (numeric) = 1.7621703488491017674007633968411 absolute error = 1e-31 relative error = 5.6748202615775146877076323535476e-30 % Correct digits = 32 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.31 Order of pole (three term test) = -3.723 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.93 y[1] (analytic) = 1.7647161580590400952127109352881 y[1] (numeric) = 1.7647161580590400952127109352883 absolute error = 2e-31 relative error = 1.1333267340849543474925861520100e-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.3173 Order of pole (three term test) = -3.88 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.94 y[1] (analytic) = 1.7673071198602327938649323141593 y[1] (numeric) = 1.7673071198602327938649323141594 absolute error = 1e-31 relative error = 5.6583260982906289825614574566436e-30 % Correct digits = 32 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.3245 Order of pole (three term test) = -4.041 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.95 y[1] (analytic) = 1.7699441686487130715441715408693 y[1] (numeric) = 1.7699441686487130715441715408694 absolute error = 1e-31 relative error = 5.6498957295554866267260484233388e-30 % Correct digits = 32 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.3315 Order of pole (three term test) = -4.205 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.96 y[1] (analytic) = 1.7726282352118454800684347845526 y[1] (numeric) = 1.7726282352118454800684347845526 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 Radius of convergence (three term test) for eq 1 = 0.3385 Order of pole (three term test) = -4.373 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.97 y[1] (analytic) = 1.7753602466352479540853601861207 y[1] (numeric) = 1.7753602466352479540853601861207 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 Radius of convergence (three term test) for eq 1 = 0.3453 Order of pole (three term test) = -4.545 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.98 y[1] (analytic) = 1.7781411262100840218475261400928 y[1] (numeric) = 1.7781411262100840218475261400928 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 Radius of convergence (three term test) for eq 1 = 0.3519 Order of pole (three term test) = -4.719 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 1.99 y[1] (analytic) = 1.7809717933407344582663642838697 y[1] (numeric) = 1.7809717933407344582663642838697 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 Radius of convergence (three term test) for eq 1 = 0.3584 Order of pole (three term test) = -4.898 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2 y[1] (analytic) = 1.7838531634528576130024317704992 y[1] (numeric) = 1.7838531634528576130024317704992 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 Radius of convergence (three term test) for eq 1 = 0.3648 Order of pole (three term test) = -5.079 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.01 y[1] (analytic) = 1.7867861479018476074826176598346 y[1] (numeric) = 1.7867861479018476074826176598345 absolute error = 1e-31 relative error = 5.5966406566015776335117964411711e-30 % Correct digits = 32 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.371 Order of pole (three term test) = -5.263 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.02 y[1] (analytic) = 1.7897716538816995549482971259098 y[1] (numeric) = 1.7897716538816995549482971259097 absolute error = 1e-31 relative error = 5.5873049382091625532190494491131e-30 % Correct digits = 32 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.3771 Order of pole (three term test) = -5.451 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.03 y[1] (analytic) = 1.7928105843342909169364832683039 y[1] (numeric) = 1.7928105843342909169364832683038 absolute error = 1e-31 relative error = 5.5778340932281001786272367815650e-30 % Correct digits = 32 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.383 Order of pole (three term test) = -5.641 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.04 y[1] (analytic) = 1.7959038378590880679827297947086 y[1] (numeric) = 1.7959038378590880679827297947085 absolute error = 1e-31 relative error = 5.5682268667130214160715005712868e-30 % Correct digits = 32 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.3888 Order of pole (three term test) = -5.835 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.05 y[1] (analytic) = 1.7990523086232870978140700058326 y[1] (numeric) = 1.7990523086232870978140700058325 absolute error = 1e-31 relative error = 5.5584820697361679171935443313733e-30 % Correct digits = 32 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.3944 Order of pole (three term test) = -6.031 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.06 y[1] (analytic) = 1.8022568862723978368768903735121 y[1] (numeric) = 1.802256886272397836876890373512 absolute error = 1e-31 relative error = 5.5485985800187275573015694348781e-30 % Correct digits = 32 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.3999 Order of pole (three term test) = -6.23 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.07 y[1] (analytic) = 1.8055184558412800467226728609883 y[1] (numeric) = 1.8055184558412800467226728609882 absolute error = 1e-31 relative error = 5.5385753425270344728001202257973e-30 % Correct digits = 32 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.4052 Order of pole (three term test) = -6.432 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.08 y[1] (analytic) = 1.8088378976656406715584311502276 y[1] (numeric) = 1.8088378976656406715584311502276 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 Radius of convergence (three term test) for eq 1 = 0.4103 Order of pole (three term test) = -6.636 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.09 y[1] (analytic) = 1.8122160872940010011629336881296 y[1] (numeric) = 1.8122160872940010011629336881295 bytes used=32013572, alloc=4455632, time=1.24 absolute error = 1e-31 relative error = 5.5181057436323659491105431924488e-30 % Correct digits = 32 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.4153 Order of pole (three term test) = -6.843 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.1 y[1] (analytic) = 1.8156538954001425483790614762808 y[1] (numeric) = 1.8156538954001425483790614762808 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 Radius of convergence (three term test) for eq 1 = 0.4201 Order of pole (three term test) = -7.053 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.11 y[1] (analytic) = 1.8191521876960403965215898429283 y[1] (numeric) = 1.8191521876960403965215898429283 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 Radius of convergence (three term test) for eq 1 = 0.4247 Order of pole (three term test) = -7.265 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.12 y[1] (analytic) = 1.8227118248452927232930981170161 y[1] (numeric) = 1.8227118248452927232930981170161 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 Radius of convergence (three term test) for eq 1 = 0.4292 Order of pole (three term test) = -7.479 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.13 y[1] (analytic) = 1.8263336623770551581834737903903 y[1] (numeric) = 1.8263336623770551581834737903903 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 Radius of convergence (three term test) for eq 1 = 0.4335 Order of pole (three term test) = -7.695 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.14 y[1] (analytic) = 1.8300185506004885798455500879914 y[1] (numeric) = 1.8300185506004885798455500879914 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 Radius of convergence (three term test) for eq 1 = 0.4376 Order of pole (three term test) = -7.913 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.15 y[1] (analytic) = 1.833767334519728908595846117736 y[1] (numeric) = 1.833767334519728908595846117736 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 Radius of convergence (three term test) for eq 1 = 0.4415 Order of pole (three term test) = -8.133 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.16 y[1] (analytic) = 1.8375808537493873969903012560166 y[1] (numeric) = 1.8375808537493873969903012560167 absolute error = 1e-31 relative error = 5.4419374143978853737219683118009e-30 % Correct digits = 32 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.4453 Order of pole (three term test) = -8.356 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.17 y[1] (analytic) = 1.8414599424305898683755300055835 y[1] (numeric) = 1.8414599424305898683755300055836 absolute error = 1e-31 relative error = 5.4304738156838455921665282330708e-30 % Correct digits = 32 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.4489 Order of pole (three term test) = -8.58 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.18 y[1] (analytic) = 1.8454054291475632994217751323375 y[1] (numeric) = 1.8454054291475632994217751323376 absolute error = 1e-31 relative error = 5.4188634335053615107989041683335e-30 % Correct digits = 32 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.4523 Order of pole (three term test) = -8.806 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.19 y[1] (analytic) = 1.849418136844778087909794836203 y[1] (numeric) = 1.8494181368447780879097948362031 absolute error = 1e-31 relative error = 5.4071060517772468131858621085357e-30 % Correct digits = 32 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.4555 Order of pole (three term test) = -9.033 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.2 y[1] (analytic) = 1.8534988827446542914758573873451 y[1] (numeric) = 1.8534988827446542914758573873451 absolute error = 0 relative error = 0 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 13.83 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.4586 Order of pole (three term test) = -9.262 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.21 y[1] (analytic) = 1.8576484782658400666223908224814 y[1] (numeric) = 1.8576484782658400666223908224814 absolute error = 0 relative error = 0 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 14.12 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.4615 Order of pole (three term test) = -9.493 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.22 y[1] (analytic) = 1.8618677289420704800822855624998 y[1] (numeric) = 1.8618677289420704800822855624999 absolute error = 1e-31 relative error = 5.3709508170497629385214769324801e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 14.42 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.4641 Order of pole (three term test) = -9.725 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.23 y[1] (analytic) = 1.8661574343416148065880960893144 y[1] (numeric) = 1.8661574343416148065880960893144 absolute error = 0 relative error = 0 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 14.72 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.4666 Order of pole (three term test) = -9.958 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.24 y[1] (analytic) = 1.8705183879873203682492377336896 y[1] (numeric) = 1.8705183879873203682492377336896 absolute error = 0 relative error = 0 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 15.03 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.4689 Order of pole (three term test) = -10.19 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.25 y[1] (analytic) = 1.8749513772772609110866109426036 y[1] (numeric) = 1.8749513772772609110866109426036 absolute error = 0 relative error = 0 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 15.34 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.4711 Order of pole (three term test) = -10.43 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.26 y[1] (analytic) = 1.8794571834059974538208734312552 y[1] (numeric) = 1.8794571834059974538208734312552 absolute error = 0 relative error = 0 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 15.66 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.473 Order of pole (three term test) = -10.66 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.27 y[1] (analytic) = 1.8840365812864594827638656518757 y[1] (numeric) = 1.8840365812864594827638656518757 absolute error = 0 relative error = 0 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 15.98 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.4747 Order of pole (three term test) = -10.9 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.28 y[1] (analytic) = 1.8886903394724543046286016495393 y[1] (numeric) = 1.8886903394724543046286016495393 absolute error = 0 relative error = 0 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 16.3 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.4763 Order of pole (three term test) = -11.14 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.29 y[1] (analytic) = 1.893419220081812306257968981811 y[1] (numeric) = 1.893419220081812306257968981811 absolute error = 0 relative error = 0 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 16.64 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.4776 Order of pole (three term test) = -11.38 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.3 y[1] (analytic) = 1.898223978720175806682119428834 y[1] (numeric) = 1.8982239787201758066821194288339 absolute error = 1e-31 relative error = 5.2680822242811509962185232035950e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 16.98 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.4788 Order of pole (three term test) = -11.62 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.31 y[1] (analytic) = 1.903105364405439122555835676529 y[1] (numeric) = 1.9031053644054391225558356765289 absolute error = 1e-31 relative error = 5.2545698136498930205029921775442e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 17.32 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.4798 Order of pole (three term test) = -11.86 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.32 y[1] (analytic) = 1.9080641194928474029063638339918 y[1] (numeric) = 1.9080641194928474029063638339917 absolute error = 1e-31 relative error = 5.2409140226681392435284631744841e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 17.67 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.4806 Order of pole (three term test) = -12.1 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.33 y[1] (analytic) = 1.913100979600761723245819572184 y[1] (numeric) = 1.9131009796007617232458195721839 absolute error = 1e-31 relative error = 5.2271156131480653100643463245172e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 18.03 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.4812 Order of pole (three term test) = -12.34 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.34 y[1] (analytic) = 1.9182166735370978624768944279386 y[1] (numeric) = 1.9182166735370978624768944279385 absolute error = 1e-31 relative error = 5.2131754133700070433919477748000e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 18.39 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.4816 Order of pole (three term test) = -12.58 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.35 y[1] (analytic) = 1.9234119232264461186528708877411 y[1] (numeric) = 1.9234119232264461186528708877409 absolute error = 2e-31 relative error = 1.0398188634731350026389896288882e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 18.77 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.4818 Order of pole (three term test) = -12.82 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.36 y[1] (analytic) = 1.9286874436378794515496369653549 y[1] (numeric) = 1.9286874436378794515496369653547 absolute error = 2e-31 relative error = 1.0369746568306636580461125874140e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 19.15 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.4818 Order of pole (three term test) = -13.07 NO COMPLEX POLE (six term test) for Equation 1 bytes used=36015056, alloc=4455632, time=1.40 TOP MAIN SOLVE Loop x[1] = 2.37 y[1] (analytic) = 1.9340439427134571711752833911776 y[1] (numeric) = 1.9340439427134571711752833911775 absolute error = 1e-31 relative error = 5.1705133369255475691322342674444e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 19.46 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.4816 Order of pole (three term test) = -13.31 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.38 y[1] (analytic) = 1.9394821212974313217888523926325 y[1] (numeric) = 1.9394821212974313217888523926323 absolute error = 2e-31 relative error = 1.0312031124381207406009138327234e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 19.07 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.4813 Order of pole (three term test) = -13.55 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.39 y[1] (analytic) = 1.9450026730661628407308417073819 y[1] (numeric) = 1.9450026730661628407308417073818 absolute error = 1e-31 relative error = 5.1413811088679319365425945048280e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 18.69 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.4807 Order of pole (three term test) = -13.79 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.4 y[1] (analytic) = 1.9506062844587545003911777726652 y[1] (numeric) = 1.9506062844587545003911777726651 absolute error = 1e-31 relative error = 5.1266111873389945697788374755665e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 18.32 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.4799 Order of pole (three term test) = -14.03 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.41 y[1] (analytic) = 1.956293634608407569962655604432 y[1] (numeric) = 1.9562936346084075699626556044319 absolute error = 1e-31 relative error = 5.1117070684543252590887764060067e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 17.96 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.479 Order of pole (three term test) = -14.27 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.42 y[1] (analytic) = 1.9620653952745090612564674310893 y[1] (numeric) = 1.9620653952745090612564674310891 absolute error = 2e-31 relative error = 1.0193340164995792997123401194828e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 17.6 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.4779 Order of pole (three term test) = -14.51 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.43 y[1] (analytic) = 1.9679222307754563497986447558221 y[1] (numeric) = 1.9679222307754563497986447558219 absolute error = 2e-31 relative error = 1.0163003236219875725195259047862e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 17.25 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.4765 Order of pole (three term test) = -14.75 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.44 y[1] (analytic) = 1.9738647979222258886893249074626 y[1] (numeric) = 1.9738647979222258886893249074624 absolute error = 2e-31 relative error = 1.0132406242338812352099425777614e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 16.9 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.475 Order of pole (three term test) = -14.99 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.45 y[1] (analytic) = 1.9798937459526926582980969326635 y[1] (numeric) = 1.9798937459526926582980969326633 absolute error = 2e-31 relative error = 1.0101552187274739530917742708392e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 16.56 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.4733 Order of pole (three term test) = -15.22 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.46 y[1] (analytic) = 1.9860097164667069197957236853138 y[1] (numeric) = 1.9860097164667069197957236853136 absolute error = 2e-31 relative error = 1.0070444184725254392245943424019e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 16.23 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.4714 Order of pole (three term test) = -15.46 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.47 y[1] (analytic) = 1.9922133433619347647927844159384 y[1] (numeric) = 1.9922133433619347647927844159383 absolute error = 1e-31 relative error = 5.0195427278509362857067963621588e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 15.9 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.4693 Order of pole (three term test) = -15.7 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.48 y[1] (analytic) = 1.9985052527704688769768079664097 y[1] (numeric) = 1.9985052527704688769768079664095 absolute error = 2e-31 relative error = 1.0007479325998563171316231260255e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 15.57 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.467 Order of pole (three term test) = -15.93 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.49 y[1] (analytic) = 2.0048860629962158446189086674284 y[1] (numeric) = 2.0048860629962158446189086674283 absolute error = 1e-31 relative error = 4.9878146117966578260877043658344e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 15.25 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.4646 Order of pole (three term test) = -16.16 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.5 y[1] (analytic) = 2.0113563844530662851664972095326 y[1] (numeric) = 2.0113563844530662851664972095325 absolute error = 1e-31 relative error = 4.9717693379928929269905382038701e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 14.94 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.4619 Order of pole (three term test) = -16.4 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.51 y[1] (analytic) = 2.0179168196038539648580824921216 y[1] (numeric) = 2.0179168196038539648580824921214 absolute error = 2e-31 relative error = 9.9112113074741539955594534263970e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 14.63 Order of pole (ratio test) Not computed Radius of convergence (three term test) for eq 1 = 0.4591 Order of pole (three term test) = -16.63 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.52 y[1] (analytic) = 2.0245679629001100173973357395482 y[1] (numeric) = 2.024567962900110017397335739548 absolute error = 2e-31 relative error = 9.8786508363744063948636305673917e-30 % Correct digits = 32 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.4561 Order of pole (three term test) = -16.86 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.53 y[1] (analytic) = 2.031310400722618286214344827445 y[1] (numeric) = 2.0313104007226182862143448274449 absolute error = 1e-31 relative error = 4.9229305360926623389790425466968e-30 % Correct digits = 32 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.4529 Order of pole (three term test) = -17.08 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.54 y[1] (analytic) = 2.0381447113227777347302956441934 y[1] (numeric) = 2.0381447113227777347302956441933 absolute error = 1e-31 relative error = 4.9064229563512656351908165644707e-30 % Correct digits = 32 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.4495 Order of pole (three term test) = -17.31 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.55 y[1] (analytic) = 2.0450714647647777883356895241677 y[1] (numeric) = 2.0450714647647777883356895241676 absolute error = 1e-31 relative error = 4.8898046705424989484225587390552e-30 % Correct digits = 32 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.446 Order of pole (three term test) = -17.54 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.56 y[1] (analytic) = 2.0520912228685923904997118766176 y[1] (numeric) = 2.0520912228685923904997118766174 absolute error = 2e-31 relative error = 9.7461554228774745780093415666634e-30 % Correct digits = 32 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.4422 Order of pole (three term test) = -17.76 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.57 y[1] (analytic) = 2.0592045391537984735576362784329 y[1] (numeric) = 2.0592045391537984735576362784327 absolute error = 2e-31 relative error = 9.7124883029923401526424961528425e-30 % Correct digits = 32 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.4383 Order of pole (three term test) = -17.98 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.58 y[1] (analytic) = 2.0664119587842244622823675054308 y[1] (numeric) = 2.0664119587842244622823675054306 absolute error = 2e-31 relative error = 9.6786122026544116377658822460951e-30 % Correct digits = 32 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.4342 Order of pole (three term test) = -18.2 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.59 y[1] (analytic) = 2.0737140185134343453436402545917 y[1] (numeric) = 2.0737140185134343453436402545915 absolute error = 2e-31 relative error = 9.6445314163122787580633182608293e-30 % Correct digits = 32 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.43 Order of pole (three term test) = -18.41 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.6 y[1] (analytic) = 2.0811112466310527662022978483548 y[1] (numeric) = 2.0811112466310527662022978483546 absolute error = 2e-31 relative error = 9.6102503085197517398414579224157e-30 % Correct digits = 32 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.4255 Order of pole (three term test) = -18.63 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.61 y[1] (analytic) = 2.0886041629099365008858325512774 y[1] (numeric) = 2.0886041629099365008858325512772 absolute error = 2e-31 relative error = 9.5757733107910250062514577963610e-30 % Correct digits = 32 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.4209 Order of pole (three term test) = -18.84 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.62 y[1] (analytic) = 2.0961932785541976054533863232516 y[1] (numeric) = 2.0961932785541976054533863232515 absolute error = 1e-31 relative error = 4.7705524592165833910342336614644e-30 % Correct digits = 32 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.4161 Order of pole (three term test) = -19.05 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.63 y[1] (analytic) = 2.1038790961480834307921516098051 y[1] (numeric) = 2.1038790961480834307921516098049 absolute error = 2e-31 relative error = 9.5062496873595448910382538238048e-30 % Correct digits = 32 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.4112 Order of pole (three term test) = -19.26 NO COMPLEX POLE (six term test) for Equation 1 bytes used=40016304, alloc=4455632, time=1.56 TOP MAIN SOLVE Loop x[1] = 2.64 y[1] (analytic) = 2.111662109605718616701092683734 y[1] (numeric) = 2.1116621096057186167010926837338 absolute error = 2e-31 relative error = 9.4712122308877922992670303182606e-30 % Correct digits = 32 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.4061 Order of pole (three term test) = -19.46 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.65 y[1] (analytic) = 2.1195428041217140910206976339462 y[1] (numeric) = 2.119542804121714091020697633946 absolute error = 2e-31 relative error = 9.4359972165259023360194035519519e-30 % Correct digits = 32 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.4008 Order of pole (three term test) = -19.66 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.66 y[1] (analytic) = 2.1275216561226480128676889961174 y[1] (numeric) = 2.1275216561226480128676889961172 absolute error = 2e-31 relative error = 9.4006093627500231386191433946268e-30 % Correct digits = 32 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.3954 Order of pole (three term test) = -19.86 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.67 y[1] (analytic) = 2.1355991332194235118399371415703 y[1] (numeric) = 2.13559913321942351183993714157 absolute error = 3e-31 relative error = 1.4047580153666240802800302317143e-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.3898 Order of pole (three term test) = -20.06 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.68 y[1] (analytic) = 2.1437756941605079873779541813793 y[1] (numeric) = 2.1437756941605079873779541813791 absolute error = 2e-31 relative error = 9.3293342463386317955631990677245e-30 % Correct digits = 32 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.3841 Order of pole (three term test) = -20.25 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.69 y[1] (analytic) = 2.1520517887860586443140651156711 y[1] (numeric) = 2.1520517887860586443140651156709 absolute error = 2e-31 relative error = 9.2934566464507396266708213899219e-30 % Correct digits = 32 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.3782 Order of pole (three term test) = -20.44 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.7 y[1] (analytic) = 2.1604278579829388520174727180567 y[1] (numeric) = 2.1604278579829388520174727180564 absolute error = 3e-31 relative error = 1.3886138289296634991021083253528e-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.3722 Order of pole (three term test) = -20.63 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.71 y[1] (analytic) = 2.1689043336406298254618154062839 y[1] (numeric) = 2.1689043336406298254618154062837 absolute error = 2e-31 relative error = 9.2212458105189256892257608376933e-30 % Correct digits = 32 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.366 Order of pole (three term test) = -20.82 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.72 y[1] (analytic) = 2.1774816386080420370103712000129 y[1] (numeric) = 2.1774816386080420370103712000127 absolute error = 2e-31 relative error = 9.1849224560097902603142436098382e-30 % Correct digits = 32 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.3596 Order of pole (three term test) = -21 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.73 y[1] (analytic) = 2.1861601866512306777417388751072 y[1] (numeric) = 2.186160186651230677741738875107 absolute error = 2e-31 relative error = 9.1484604477387742081611517335540e-30 % Correct digits = 32 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.3532 Order of pole (three term test) = -21.18 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.74 y[1] (analytic) = 2.1949403824120193967346267482207 y[1] (numeric) = 2.1949403824120193967346267482205 absolute error = 2e-31 relative error = 9.1118647960825274768627379772982e-30 % Correct digits = 32 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.3465 Order of pole (three term test) = -21.35 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.75 y[1] (analytic) = 2.2038226213675364559033405104733 y[1] (numeric) = 2.2038226213675364559033405104731 absolute error = 2e-31 relative error = 9.0751405335831494813674928285706e-30 % Correct digits = 32 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.3398 Order of pole (three term test) = -21.52 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.76 y[1] (analytic) = 2.2128072897906673467347668028599 y[1] (numeric) = 2.2128072897906673467347668028597 absolute error = 2e-31 relative error = 9.0382927118303238210839686107340e-30 % Correct digits = 32 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.3329 Order of pole (three term test) = -21.69 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.77 y[1] (analytic) = 2.2218947647114278236322227921709 y[1] (numeric) = 2.2218947647114278236322227921707 absolute error = 2e-31 relative error = 9.0013263983713163611395143225290e-30 % Correct digits = 32 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.3258 Order of pole (three term test) = -21.86 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.78 y[1] (analytic) = 2.2310854138792612165306483308824 y[1] (numeric) = 2.2310854138792612165306483308822 absolute error = 2e-31 relative error = 8.9642466736517028021303217129397e-30 % Correct digits = 32 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.3187 Order of pole (three term test) = -22.02 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.79 y[1] (analytic) = 2.2403795957262637930204603803759 y[1] (numeric) = 2.2403795957262637930204603803757 absolute error = 2e-31 relative error = 8.9270586279896021550402687715752e-30 % Correct digits = 32 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.3114 Order of pole (three term test) = -22.18 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.8 y[1] (analytic) = 2.2497776593313418474132118826338 y[1] (numeric) = 2.2497776593313418474132118826336 absolute error = 2e-31 relative error = 8.8897673585860993121064738242133e-30 % Correct digits = 32 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.304 Order of pole (three term test) = -22.33 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.81 y[1] (analytic) = 2.2592799443853041010102795216412 y[1] (numeric) = 2.2592799443853041010102795216409 absolute error = 3e-31 relative error = 1.3278566949861665172502740417378e-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.2965 Order of pole (three term test) = -22.48 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.82 y[1] (analytic) = 2.26888678115689290430546393624 y[1] (numeric) = 2.2688867811568929043054639362397 absolute error = 3e-31 relative error = 1.3222343331165764393886439800545e-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.2888 Order of pole (three term test) = -22.63 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.83 y[1] (analytic) = 2.2785984904597576379729748872755 y[1] (numeric) = 2.2785984904597576379729748872752 absolute error = 3e-31 relative error = 1.3165987832260363050033903774065e-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.281 Order of pole (three term test) = -22.77 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.84 y[1] (analytic) = 2.2884153836203736152731805064138 y[1] (numeric) = 2.2884153836203736152731805064135 absolute error = 3e-31 relative error = 1.3109508096619540626312554481436e-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.2732 Order of pole (three term test) = -22.91 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.85 y[1] (analytic) = 2.2983377624469096939591458928251 y[1] (numeric) = 2.2983377624469096939591458928248 absolute error = 3e-31 relative error = 1.3052911756564754733207010687772e-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.2652 Order of pole (three term test) = -23.04 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.86 y[1] (analytic) = 2.3083659191990477108968268336072 y[1] (numeric) = 2.308365919199047710896826833607 absolute error = 2e-31 relative error = 8.6641376194548743205354976959209e-30 % Correct digits = 32 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.2571 Order of pole (three term test) = -23.17 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.87 y[1] (analytic) = 2.3185001365587567574303062412621 y[1] (numeric) = 2.3185001365587567574303062412618 absolute error = 3e-31 relative error = 1.2939399712319026136839520785771e-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.2489 Order of pole (three term test) = -23.3 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.88 y[1] (analytic) = 2.3287406876020252180401820952345 y[1] (numeric) = 2.3287406876020252180401820952342 absolute error = 3e-31 relative error = 1.2882499180658842768723176858204e-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.2406 Order of pole (three term test) = -23.42 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.89 y[1] (analytic) = 2.3390878357715533990676844927907 y[1] (numeric) = 2.3390878357715533990676844927904 absolute error = 3e-31 relative error = 1.2825512381883013951450645830512e-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.2322 Order of pole (three term test) = -23.54 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.9 y[1] (analytic) = 2.3495418348504094782188933306545 y[1] (numeric) = 2.3495418348504094782188933306542 absolute error = 3e-31 relative error = 1.2768446832916273067370287627120e-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.2237 Order of pole (three term test) = -23.66 NO COMPLEX POLE (six term test) for Equation 1 bytes used=44018992, alloc=4455632, time=1.73 TOP MAIN SOLVE Loop x[1] = 2.91 y[1] (analytic) = 2.3601029289366514092321528933972 y[1] (numeric) = 2.360102928936651409232152893397 absolute error = 2e-31 relative error = 8.4742066775075084239665296611094e-30 % Correct digits = 32 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.2151 Order of pole (three term test) = -23.77 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.92 y[1] (analytic) = 2.3707713524189173194970682648417 y[1] (numeric) = 2.3707713524189173194970682648415 absolute error = 2e-31 relative error = 8.4360729176155419252217643537295e-30 % Correct digits = 32 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.2065 Order of pole (three term test) = -23.87 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.93 y[1] (analytic) = 2.3815473299529868415649803953237 y[1] (numeric) = 2.3815473299529868415649803953234 absolute error = 3e-31 relative error = 1.2596852316427495822111059859342e-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.1977 Order of pole (three term test) = -23.97 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.94 y[1] (analytic) = 2.3924310764393157223982366186717 y[1] (numeric) = 2.3924310764393157223982366186714 absolute error = 3e-31 relative error = 1.2539546194429711631553833060219e-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.1889 Order of pole (three term test) = -24.07 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.95 y[1] (analytic) = 2.403422797001545956878610595298 y[1] (numeric) = 2.4034227970015459568786105952978 absolute error = 2e-31 relative error = 8.3214655469489313382332759906610e-30 % Correct digits = 32 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.18 Order of pole (three term test) = -24.16 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.96 y[1] (analytic) = 2.4145226869659935945436126770238 y[1] (numeric) = 2.4145226869659935945436126770236 absolute error = 2e-31 relative error = 8.2832106353621858593647524263415e-30 % Correct digits = 32 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.1711 Order of pole (three term test) = -24.25 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.97 y[1] (analytic) = 2.4257309318421162707529236251939 y[1] (numeric) = 2.4257309318421162707529236251936 absolute error = 3e-31 relative error = 1.2367406296467432038830946321474e-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.162 Order of pole (three term test) = -24.33 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.98 y[1] (analytic) = 2.4370477073039624155155580356046 y[1] (numeric) = 2.4370477073039624155155580356043 absolute error = 3e-31 relative error = 1.2309976497418739209320226681279e-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.1529 Order of pole (three term test) = -24.41 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 2.99 y[1] (analytic) = 2.4484731791726039950414158127892 y[1] (numeric) = 2.4484731791726039950414158127889 absolute error = 3e-31 relative error = 1.2252533642266686942526406305709e-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.1438 Order of pole (three term test) = -24.49 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3 y[1] (analytic) = 2.4600075033995545427284272052687 y[1] (numeric) = 2.4600075033995545427284272052685 absolute error = 2e-31 relative error = 8.1300565028201863137404440721467e-30 % Correct digits = 32 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.1345 Order of pole (three term test) = -24.56 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.01 y[1] (analytic) = 2.4716508260511741377683744258176 y[1] (numeric) = 2.4716508260511741377683744258173 absolute error = 3e-31 relative error = 1.2137636790682692856507521039466e-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.1253 Order of pole (three term test) = -24.62 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.02 y[1] (analytic) = 2.483403283294062890860533466737 y[1] (numeric) = 2.4834032832940628908605334667367 absolute error = 3e-31 relative error = 1.2080196640558142667847060207054e-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.1159 Order of pole (three term test) = -24.68 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.03 y[1] (analytic) = 2.4952650013814443976723926912916 y[1] (numeric) = 2.4952650013814443976723926912913 absolute error = 3e-31 relative error = 1.2022771121861289357726451568936e-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.1066 Order of pole (three term test) = -24.74 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.04 y[1] (analytic) = 2.5072360966405405216907550451568 y[1] (numeric) = 2.5072360966405405216907550451565 absolute error = 3e-31 relative error = 1.1965366979279360850774487409106e-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.09716 Order of pole (three term test) = -24.79 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.05 y[1] (analytic) = 2.5193166754609387689744177984351 y[1] (numeric) = 2.5193166754609387689744177984348 absolute error = 3e-31 relative error = 1.1907990881897030805759974918045e-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.08771 Order of pole (three term test) = -24.84 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.06 y[1] (analytic) = 2.5315068342839534180612607282068 y[1] (numeric) = 2.5315068342839534180612607282066 absolute error = 2e-31 relative error = 7.9004329473426359553087654148743e-30 % Correct digits = 32 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.07822 Order of pole (three term test) = -24.88 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.07 y[1] (analytic) = 2.5438066595929814689078863372732 y[1] (numeric) = 2.543806659592981468907886337273 absolute error = 2e-31 relative error = 7.8622327387098178367116925253860e-30 % Correct digits = 32 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.06871 Order of pole (three term test) = -24.91 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.08 y[1] (analytic) = 2.5562162279048543752588814626402 y[1] (numeric) = 2.55621622790485437525888146264 absolute error = 2e-31 relative error = 7.8240642484272756447469291364826e-30 % Correct digits = 32 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.05916 Order of pole (three term test) = -24.95 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.09 y[1] (analytic) = 2.5687356057621864252652564819142 y[1] (numeric) = 2.568735605762186425265256481914 absolute error = 2e-31 relative error = 7.7859317070764348068527652536572e-30 % Correct digits = 32 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.04959 Order of pole (three term test) = -24.97 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.1 y[1] (analytic) = 2.5813648497267205355076239454585 y[1] (numeric) = 2.5813648497267205355076239454583 absolute error = 2e-31 relative error = 7.7478392882421581636024094095489e-30 % Correct digits = 32 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.04001 Order of pole (three term test) = -25 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.11 y[1] (analytic) = 2.5941040063736721238391691632832 y[1] (numeric) = 2.5941040063736721238391691632829 absolute error = 3e-31 relative error = 1.1564686661093957299804004483037e-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.0304 Order of pole (three term test) = -25.01 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.12 y[1] (analytic) = 2.6069531122870716266564150260244 y[1] (numeric) = 2.6069531122870716266564150260241 absolute error = 3e-31 relative error = 1.1507686831268359851611779101387e-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.02079 Order of pole (three term test) = -25.03 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.13 y[1] (analytic) = 2.6199121940561061263421727608608 y[1] (numeric) = 2.6199121940561061263421727608605 absolute error = 3e-31 relative error = 1.1450765437125005383928557472330e-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.01116 Order of pole (three term test) = -25.03 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.14 y[1] (analytic) = 2.632981268272460454714885693655 y[1] (numeric) = 2.6329812682724604547148856936547 absolute error = 3e-31 relative error = 1.1393928381299674742783718549117e-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.001534 Order of pole (three term test) = -25.04 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 3.15 y[1] (analytic) = 2.6461603415286580383718053432053 y[1] (numeric) = 2.646160341528658038371805343205 absolute error = 3e-31 relative error = 1.1337181473541896712120729091004e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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.659449410417401651840082905726 y[1] (numeric) = 2.6594494104174016518400829057258 absolute error = 2e-31 relative error = 7.5203536196843812030709742532810e-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] = 3.17 y[1] (analytic) = 2.6728484615319141444599116498647 y[1] (numeric) = 2.6728484615319141444599116498645 absolute error = 2e-31 relative error = 7.4826539131729213830222511413813e-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=48020452, alloc=4455632, time=1.90 x[1] = 3.18 y[1] (analytic) = 2.6863574714672791069273158461397 y[1] (numeric) = 2.6863574714672791069273158461395 absolute error = 2e-31 relative error = 7.4450255457163969939675201624200e-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] = 3.19 y[1] (analytic) = 2.6999764068227813434310491703005 y[1] (numeric) = 2.6999764068227813434310491703003 absolute error = 2e-31 relative error = 7.4074721354825313702906558540085e-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] = 3.2 y[1] (analytic) = 2.7137052242052469153383392777164 y[1] (numeric) = 2.7137052242052469153383392777162 absolute error = 2e-31 relative error = 7.3699972353693382584535109755437e-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] = 3.21 y[1] (analytic) = 2.7275438702333824224278933347958 y[1] (numeric) = 2.7275438702333824224278933347955 absolute error = 3e-31 relative error = 1.0998906498773582900156367571927e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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.7414922815431130877456572625241 y[1] (numeric) = 2.7414922815431130877456572625239 absolute error = 2e-31 relative error = 7.2952968478694865976653255745402e-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] = 3.23 y[1] (analytic) = 2.755550384793919112279291505415 y[1] (numeric) = 2.7555503847939191122792915054148 absolute error = 2e-31 relative error = 7.2580781358116052686056475956941e-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] = 3.24 y[1] (analytic) = 2.7697180966761696658211761562575 y[1] (numeric) = 2.7697180966761696658211761562573 absolute error = 2e-31 relative error = 7.2209514838355634761552935115834e-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] = 3.25 y[1] (analytic) = 2.7839953239194537806269707748284 y[1] (numeric) = 2.7839953239194537806269707748282 absolute error = 2e-31 relative error = 7.1839201122805612892337123883130e-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] = 3.26 y[1] (analytic) = 2.7983819633019073147873054328283 y[1] (numeric) = 2.7983819633019073147873054328281 absolute error = 2e-31 relative error = 7.1469871741173284189878568144669e-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] = 3.27 y[1] (analytic) = 2.8128779016605350526240382595053 y[1] (numeric) = 2.812877901660535052624038259505 absolute error = 3e-31 relative error = 1.0665233632177922016929270750545e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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.8274830159025269099096415838683 y[1] (numeric) = 2.827483015902526909909641583868 absolute error = 3e-31 relative error = 1.0610143308119592770188351342197e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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.8421971730175671122986248744605 y[1] (numeric) = 2.8421971730175671122986248744602 absolute error = 3e-31 relative error = 1.0555214214131714417324947029803e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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.8570202300911351160634089488972 y[1] (numeric) = 2.8570202300911351160634089488968 absolute error = 4e-31 relative error = 1.4000600898343675225629039932823e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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.8719520343187969410536619294145 y[1] (numeric) = 2.8719520343187969410536619294141 absolute error = 4e-31 relative error = 1.3927809211997395436875258314263e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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.8869924230214854867577104152688 y[1] (numeric) = 2.8869924230214854867577104152684 absolute error = 4e-31 relative error = 1.3855249387227890629890281430161e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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.9021412236617683034471532851407 y[1] (numeric) = 2.9021412236617683034471532851403 absolute error = 4e-31 relative error = 1.3782926783118471256489698137172e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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.9173982538611011916411200989301 y[1] (numeric) = 2.9173982538611011916411200989297 absolute error = 4e-31 relative error = 1.3710846624063421495992223433415e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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.9327633214180659045446056247285 y[1] (numeric) = 2.9327633214180659045446056247281 absolute error = 4e-31 relative error = 1.3639014000167930112667708996282e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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.9482362243275901297058346922217 y[1] (numeric) = 2.9482362243275901297058346922213 absolute error = 4e-31 relative error = 1.3567433867726415459542284327701e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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.9638167508011478279105082340292 y[1] (numeric) = 2.9638167508011478279105082340288 absolute error = 4e-31 relative error = 1.3496111049776481608464005976577e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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.9795046792879379092958746500094 y[1] (numeric) = 2.9795046792879379092958746500091 absolute error = 3e-31 relative error = 1.0068787677544309816129617880886e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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.9952997784970391288346639253275 y[1] (numeric) = 2.9952997784970391288346639253272 absolute error = 3e-31 relative error = 1.0015691990286592669213502248027e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 3.0112018074205389857177984602343 y[1] (numeric) = 3.011201807420538985717798460234 absolute error = 3e-31 relative error = 9.9627995460386140715407648178852e-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] = 3.41 y[1] (analytic) = 3.027210515357634313765216359047 y[1] (numeric) = 3.0272105153576343137652163590467 absolute error = 3e-31 relative error = 9.9101135675249870539455499753193e-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] = 3.42 y[1] (analytic) = 3.0433256419397011528258498543986 y[1] (numeric) = 3.0433256419397011528258498543983 absolute error = 3e-31 relative error = 9.8576371803837363250653343222490e-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] = 3.43 y[1] (analytic) = 3.0595469171563313942005103587744 y[1] (numeric) = 3.0595469171563313942005103587742 absolute error = 2e-31 relative error = 6.5369156092526346014632653010208e-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] = 3.44 y[1] (analytic) = 3.0758740613823335964448349870275 y[1] (numeric) = 3.0758740613823335964448349870273 absolute error = 2e-31 relative error = 6.5022168011039331254238575121051e-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] = 3.45 y[1] (analytic) = 3.0923067854056952714932148600522 y[1] (numeric) = 3.092306785405695271493214860052 bytes used=52021204, alloc=4521156, time=2.06 absolute error = 2e-31 relative error = 6.4676635883577442218736472233177e-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] = 3.46 y[1] (analytic) = 3.108844790456503844898394624218 y[1] (numeric) = 3.1088447904565038448983946242177 absolute error = 3e-31 relative error = 9.6498867013540388479792826595769e-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] = 3.47 y[1] (analytic) = 3.1254877682368233981148199464733 y[1] (numeric) = 3.125487768236823398114819946473 absolute error = 3e-31 relative error = 9.5985018098227445005270385066091e-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] = 3.48 y[1] (analytic) = 3.1422354009515242051764018526177 y[1] (numeric) = 3.1422354009515242051764018526174 absolute error = 3e-31 relative error = 9.5473432674444033651643962340658e-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] = 3.49 y[1] (analytic) = 3.1590873613400619808407213272332 y[1] (numeric) = 3.1590873613400619808407213272329 absolute error = 3e-31 relative error = 9.4964135424460744439264452756647e-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] = 3.5 y[1] (analytic) = 3.1760433127092036623013423733282 y[1] (numeric) = 3.1760433127092036623013423733279 absolute error = 3e-31 relative error = 9.4457150127495063328982962056950e-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] = 3.51 y[1] (analytic) = 3.1931029089666964519173336942424 y[1] (numeric) = 3.1931029089666964519173336942421 absolute error = 3e-31 relative error = 9.3952499669696349141447737340508e-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] = 3.52 y[1] (analytic) = 3.2102657946558767540837834877278 y[1] (numeric) = 3.2102657946558767540837834877274 absolute error = 4e-31 relative error = 1.2460027473920671138238513717722e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 3.227531604991215545378460985316 y[1] (numeric) = 3.2275316049912155453784609853156 absolute error = 4e-31 relative error = 1.2393372055022484904350051978282e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 3.2448999658947966234772311138702 y[1] (numeric) = 3.2448999658947966234772311138698 absolute error = 4e-31 relative error = 1.2327036401866339029076689464795e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 3.2623704940337240870437291772895 y[1] (numeric) = 3.2623704940337240870437291772891 absolute error = 4e-31 relative error = 1.2261023103645844888397115651680e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 3.2799427968584553058764793868963 y[1] (numeric) = 3.2799427968584553058764793868959 absolute error = 4e-31 relative error = 1.2195334637638250528007145078612e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 3.2976164726420555480483865639633 y[1] (numeric) = 3.2976164726420555480483865639628 absolute error = 5e-31 relative error = 1.5162466713401610557142289263826e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 3.315391110520370338608599145451 y[1] (numeric) = 3.3153911105203703386085991454505 absolute error = 5e-31 relative error = 1.5081176951141732066512712581226e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 3.3332662905331115326443501606522 y[1] (numeric) = 3.3332662905331115326443501606517 absolute error = 5e-31 relative error = 1.5000301698669015181290814946082e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 3.3512415836658529941297082747341 y[1] (numeric) = 3.3512415836658529941297082747336 absolute error = 5e-31 relative error = 1.4919843512238245441176080522038e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 3.3693165518929316810283503064616 y[1] (numeric) = 3.3693165518929316810283503064611 absolute error = 5e-31 relative error = 1.4839804817956111401825312627720e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 3.387490748221249846577595727932 y[1] (numeric) = 3.3874907482212498465775957279315 absolute error = 5e-31 relative error = 1.4760187913798638864537961062419e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 3.405763716734973976570076455602 y[1] (numeric) = 3.4057637167349739765700764556015 absolute error = 5e-31 relative error = 1.4680994971645840020947642310779e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 3.4241349926411259927765627558659 y[1] (numeric) = 3.4241349926411259927765627558654 absolute error = 5e-31 relative error = 1.4602228039331380440953686340547e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 3.4426041023160621634275955254717 y[1] (numeric) = 3.4426041023160621634275955254712 absolute error = 5e-31 relative error = 1.4523889042705134209992371043563e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 3.4611705633528350729016090798401 y[1] (numeric) = 3.4611705633528350729016090798395 absolute error = 6e-31 relative error = 1.7335175745247877864308318255901e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 3.4798338846094339144620438135202 y[1] (numeric) = 3.4798338846094339144620438135196 absolute error = 6e-31 relative error = 1.7242202354936324634306735064764e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 3.4985935662578982820543751314638 y[1] (numeric) = 3.4985935662578982820543751314632 absolute error = 6e-31 relative error = 1.7149748567158117647686041621045e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 3.5174490998343005498248069716278 y[1] (numeric) = 3.5174490998343005498248069716272 absolute error = 6e-31 relative error = 1.7057816132385958549997465772882e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 3.5363999682895918411643298936456 y[1] (numeric) = 3.536399968289591841164329893645 absolute error = 6e-31 relative error = 1.6966406667235516459345388333851e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 3.5554456460413065027236108273902 y[1] (numeric) = 3.5554456460413065027236108273897 absolute error = 5e-31 relative error = 1.4062934714153441835214560780402e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 3.5745855990261199129943999105103 y[1] (numeric) = 3.5745855990261199129943999105098 absolute error = 5e-31 relative error = 1.3987635381741111350801794687385e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO 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=56024324, alloc=4521156, time=2.22 TOP MAIN SOLVE Loop x[1] = 3.73 y[1] (analytic) = 3.5938192847532543697203943020784 y[1] (numeric) = 3.5938192847532543697203943020778 absolute error = 6e-31 relative error = 1.6695330300705284294163868703891e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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.74 y[1] (analytic) = 3.6131461523587277155933226437975 y[1] (numeric) = 3.6131461523587277155933226437969 absolute error = 6e-31 relative error = 1.6606026291195252520047207606722e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 3.6325656426604392774168875977093 y[1] (numeric) = 3.6325656426604392774168875977087 absolute error = 6e-31 relative error = 1.6517251414638402950242722324382e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 3.6520771882140876101905548624369 y[1] (numeric) = 3.6520771882140876101905548624363 absolute error = 6e-31 relative error = 1.6429006537329175763471895681311e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 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) = 3.6716802133699144543853782538038 y[1] (numeric) = 3.6716802133699144543853782538032 absolute error = 6e-31 relative error = 1.6341292409267647660053404232126e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 14.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] = 3.78 y[1] (analytic) = 3.6913741343302692320634197407623 y[1] (numeric) = 3.6913741343302692320634197407617 absolute error = 6e-31 relative error = 1.6254109666639325181586815179731e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 14.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] = 3.79 y[1] (analytic) = 3.7111583592079883254391227481598 y[1] (numeric) = 3.7111583592079883254391227481593 absolute error = 5e-31 relative error = 1.3472882361902411548024600068076e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 15.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] = 3.8 y[1] (analytic) = 3.7310322880855833000034318256493 y[1] (numeric) = 3.7310322880855833000034318256487 absolute error = 6e-31 relative error = 1.6081340328144516402062056090466e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 15.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] = 3.81 y[1] (analytic) = 3.750995313075232153437669625635 y[1] (numeric) = 3.7509953130752321534376696256345 absolute error = 5e-31 relative error = 1.3329795381431117983530104778491e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 15.79 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] = 3.82 y[1] (analytic) = 3.7710468183795675912422723433438 y[1] (numeric) = 3.7710468183795675912422723433433 absolute error = 5e-31 relative error = 1.3258917857054127002492922525584e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 16.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] = 3.83 y[1] (analytic) = 3.7911861803532562503034774729765 y[1] (numeric) = 3.791186180353256250303477472976 absolute error = 5e-31 relative error = 1.3188484453522956615853345699479e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 16.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] = 3.84 y[1] (analytic) = 3.8114127675653627125269230597523 y[1] (numeric) = 3.8114127675653627125269230597518 absolute error = 5e-31 relative error = 1.3118495174674764367701590343739e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 16.79 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] = 3.85 y[1] (analytic) = 3.8317259408624920721887649260472 y[1] (numeric) = 3.8317259408624920721887649260467 absolute error = 5e-31 relative error = 1.3048949943623938856972720161543e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 17.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] = 3.86 y[1] (analytic) = 3.8521250534327047428001953906352 y[1] (numeric) = 3.8521250534327047428001953906347 absolute error = 5e-31 relative error = 1.2979848604718585689152020728059e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 17.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] = 3.87 y[1] (analytic) = 3.8726094508701971120579391906727 y[1] (numeric) = 3.8726094508701971120579391906723 absolute error = 4e-31 relative error = 1.0328952740383302828209416506897e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 17.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] = 3.88 y[1] (analytic) = 3.8931784712407415768691319229587 y[1] (numeric) = 3.8931784712407415768691319229583 absolute error = 4e-31 relative error = 1.0274381278814620581924891691203e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 18.2 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] = 3.89 y[1] (analytic) = 3.9138314451478794145016116973683 y[1] (numeric) = 3.9138314451478794145016116973679 absolute error = 4e-31 relative error = 1.0220164194753320068634060260248e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 18.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] = 3.9 y[1] (analytic) = 3.9345676957998598706276695153856 y[1] (numeric) = 3.9345676957998598706276695153852 absolute error = 4e-31 relative error = 1.0166301126982740525909201409499e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 18.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] = 3.91 y[1] (analytic) = 3.9553865390773187704082363861256 y[1] (numeric) = 3.9553865390773187704082363861252 absolute error = 4e-31 relative error = 1.0112791658873087797485995273277e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 19.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] = 3.92 y[1] (analytic) = 3.9762872836016898848127974157074 y[1] (numeric) = 3.976287283601689884812797415707 absolute error = 4e-31 relative error = 1.0059635319852521627557459301884e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 19.27 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] = 3.93 y[1] (analytic) = 3.997269230804342211095410160473 y[1] (numeric) = 3.9972692308043422110954101604726 absolute error = 4e-31 relative error = 1.0006831586860883762729418352775e-29 % Correct digits = 31 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 18.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] = 3.94 y[1] (analytic) = 4.0183316749964362537563938505644 y[1] (numeric) = 4.018331674996436253756393850564 absolute error = 4e-31 relative error = 9.9543798857856786756970222780909e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 18.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] = 3.95 y[1] (analytic) = 4.0394739034394923204198066883598 y[1] (numeric) = 4.0394739034394923204198066883594 absolute error = 4e-31 relative error = 9.9022795928799503781023664466395e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 18.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] = 3.96 y[1] (analytic) = 4.0606951964166637758559301912485 y[1] (numeric) = 4.0606951964166637758559301912481 absolute error = 4e-31 relative error = 9.8505300361617294264286368882400e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 17.79 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] = 3.97 y[1] (analytic) = 4.0819948273047081268827525106807 y[1] (numeric) = 4.0819948273047081268827525106803 absolute error = 4e-31 relative error = 9.7991304967947538511767973141636e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 17.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] = 3.98 y[1] (analytic) = 4.1033720626466487410979362833252 y[1] (numeric) = 4.1033720626466487410979362833248 absolute error = 4e-31 relative error = 9.7480802104501963643263394457546e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 17.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 x[1] = 3.99 y[1] (analytic) = 4.1248261622251199333299490479899 y[1] (numeric) = 4.1248261622251199333299490479895 absolute error = 4e-31 relative error = 9.6973783686491578328421229421572e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 16.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 bytes used=60028168, alloc=4521156, time=2.38 TOP MAIN SOLVE Loop x[1] = 4 y[1] (analytic) = 4.1463563791363880853608318169022 y[1] (numeric) = 4.1463563791363880853608318169019 absolute error = 3e-31 relative error = 7.2352680900642852431773109964210e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 16.41 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] = 4.01 y[1] (analytic) = 4.167961959865041396870317585315 y[1] (numeric) = 4.1679619598650413968703175853146 absolute error = 4e-31 relative error = 9.5970165719303253791596816803306e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 16.08 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] = 4.02 y[1] (analytic) = 4.1896421443593407986884466192346 y[1] (numeric) = 4.1896421443593407986884466192343 absolute error = 3e-31 relative error = 7.1605160933350909189249106549372e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 15.76 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] = 4.03 y[1] (analytic) = 4.2113961661072244933281454781476 y[1] (numeric) = 4.2113961661072244933281454781472 absolute error = 4e-31 relative error = 9.4980378055892397629836572926632e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 15.44 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] = 4.04 y[1] (analytic) = 4.2332232522129585224070534208273 y[1] (numeric) = 4.233223252212958522407053420827 absolute error = 3e-31 relative error = 7.0867984541843402575641698354998e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 15.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] = 4.05 y[1] (analytic) = 4.2551226234744256959657292715176 y[1] (numeric) = 4.2551226234744256959657292715173 absolute error = 3e-31 relative error = 7.0503256085964844746512042091637e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 14.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] = 4.06 y[1] (analytic) = 4.2770934944610451548537141522107 y[1] (numeric) = 4.2770934944610451548537141522103 absolute error = 4e-31 relative error = 9.3521453416440652402412203375683e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 14.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] = 4.07 y[1] (analytic) = 4.2991350735923147742921442269604 y[1] (numeric) = 4.29913507359231477429214422696 absolute error = 4e-31 relative error = 9.3041970804086402814792716191742e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 14.22 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] = 4.08 y[1] (analytic) = 4.3212465632169685544380089817521 y[1] (numeric) = 4.3212465632169685544380089817517 absolute error = 4e-31 relative error = 9.2565882124119866928604734692538e-30 % Correct digits = 32 h = 0.01 NO INFO (given) for Equation 1 Radius of convergence (ratio test) for eq 1 = 13.92 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] = 4.09 y[1] (analytic) = 4.3434271596927410822769628863557 y[1] (numeric) = 4.3434271596927410822769628863553 absolute error = 4e-31 relative error = 9.2093175571590902299327303662936e-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] = 4.1 y[1] (analytic) = 4.3656760534667310884649713203402 y[1] (numeric) = 4.3656760534667310884649713203398 absolute error = 4e-31 relative error = 9.1623839034590023869104167614032e-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] = 4.11 y[1] (analytic) = 4.3879924291563560628300760061255 y[1] (numeric) = 4.3879924291563560628300760061251 absolute error = 4e-31 relative error = 9.1157860105265672940823982782689e-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] = 4.12 y[1] (analytic) = 4.4103754656308898331401917272407 y[1] (numeric) = 4.4103754656308898331401917272403 absolute error = 4e-31 relative error = 9.0695226090638816834853064734617e-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] = 4.13 y[1] (analytic) = 4.4328243360935749534470053079295 y[1] (numeric) = 4.4328243360935749534470053079291 absolute error = 4e-31 relative error = 9.0235924023215382746960292054821e-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] = 4.14 y[1] (analytic) = 4.4553382081643016908355692264027 y[1] (numeric) = 4.4553382081643016908355692264023 absolute error = 4e-31 relative error = 8.9779940671397174421774526260162e-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] = 4.15 y[1] (analytic) = 4.4779162439628453427498138283373 y[1] (numeric) = 4.4779162439628453427498138283369 absolute error = 4e-31 relative error = 8.9327262549692058023926541247277e-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] = 4.16 y[1] (analytic) = 4.5005576001926535612316097892908 y[1] (numeric) = 4.5005576001926535612316097892904 absolute error = 4e-31 relative error = 8.8877875928724334221970648416613e-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] = 4.17 y[1] (analytic) = 4.5232614282251753054107794572422 y[1] (numeric) = 4.5232614282251753054107794572418 absolute error = 4e-31 relative error = 8.8431766845046337191866560867751e-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] = 4.18 y[1] (analytic) = 4.5460268741847229894210819669533 y[1] (numeric) = 4.5460268741847229894210819669529 absolute error = 4e-31 relative error = 8.7988921110752418190937000013295e-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] = 4.19 y[1] (analytic) = 4.5688530790338593395980987485076 y[1] (numeric) = 4.5688530790338593395980987485072 absolute error = 4e-31 relative error = 8.7549324322896581743237744823662e-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] = 4.2 y[1] (analytic) = 4.5917391786593004223444551186229 y[1] (numeric) = 4.5917391786593004223444551186225 absolute error = 4e-31 relative error = 8.7112961872715146506007072688165e-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] = 4.21 y[1] (analytic) = 4.6146843039583262524311770505132 y[1] (numeric) = 4.6146843039583262524311770505128 absolute error = 4e-31 relative error = 8.6679818954655900746190590280198e-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] = 4.22 y[1] (analytic) = 4.6376875809256903407463615868448 y[1] (numeric) = 4.6376875809256903407463615868444 absolute error = 4e-31 relative error = 8.6249880575215314236625646624476e-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] = 4.23 y[1] (analytic) = 4.6607481307410194906088104104552 y[1] (numeric) = 4.6607481307410194906088104104548 absolute error = 4e-31 relative error = 8.5823131561585454472473505446180e-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] = 4.24 y[1] (analytic) = 4.6838650698566951027398281302941 y[1] (numeric) = 4.6838650698566951027398281302937 absolute error = 4e-31 relative error = 8.5399556570112335597307072689885e-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] = 4.25 y[1] (analytic) = 4.7070375100862072008359222794552 y[1] (numeric) = 4.7070375100862072008359222794548 absolute error = 4e-31 relative error = 8.4979140094567503500307488269465e-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] = 4.26 y[1] (analytic) = 4.730264558692972342413475864514 y[1] (numeric) = 4.7302645586929723424134758645137 absolute error = 3e-31 relative error = 6.3421399855676047788376256192640e-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=64029184, alloc=4521156, time=2.53 TOP MAIN SOLVE Loop x[1] = 4.27 y[1] (analytic) = 4.7535453184796065332083226779057 y[1] (numeric) = 4.7535453184796065332083226779054 absolute error = 3e-31 relative error = 6.3110789926360317668771111939129e-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] = 4.28 y[1] (analytic) = 4.776878887877644217913179263164 y[1] (numeric) = 4.7768788878776442179131792631637 absolute error = 3e-31 relative error = 6.2802513323357309835714085408533e-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] = 4.29 y[1] (analytic) = 4.8002643610376943754286253662208 y[1] (numeric) = 4.8002643610376943754286253662205 absolute error = 3e-31 relative error = 6.2496557988557878777248127387620e-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] = 4.3 y[1] (analytic) = 4.823700827920024703093237603664 y[1] (numeric) = 4.8237008279200247030932376036637 absolute error = 3e-31 relative error = 6.2192911770890177724009756904322e-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] = 4.31 y[1] (analytic) = 4.8471873743855648315499399031558 y[1] (numeric) = 4.8471873743855648315499399031555 absolute error = 3e-31 relative error = 6.1891562431713990133993447413983e-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] = 4.32 y[1] (analytic) = 4.8707230822873194700029198405699 y[1] (numeric) = 4.8707230822873194700029198405697 absolute error = 2e-31 relative error = 4.1061665100057146740089337337798e-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] = 4.33 y[1] (analytic) = 4.8943070295621823406267625493371 y[1] (numeric) = 4.8943070295621823406267625493369 absolute error = 2e-31 relative error = 4.0863803351930476404262373400292e-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] = 4.34 y[1] (analytic) = 4.9179382903231417208108726455763 y[1] (numeric) = 4.9179382903231417208108726455761 absolute error = 2e-31 relative error = 4.0667448063253077307697085927366e-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] = 4.35 y[1] (analytic) = 4.9416159349518683727617974225641 y[1] (numeric) = 4.9416159349518683727617974225639 absolute error = 2e-31 relative error = 4.0472590875670310800345928186042e-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] = 4.36 y[1] (analytic) = 4.9653390301916766017476474330366 y[1] (numeric) = 4.9653390301916766017476474330363 absolute error = 3e-31 relative error = 6.0418835083738304775856867201602e-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] = 4.37 y[1] (analytic) = 4.9891066392408491469562573075772 y[1] (numeric) = 4.9891066392408491469562573075769 absolute error = 3e-31 relative error = 6.0131005747684019098804534264840e-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] = 4.38 y[1] (analytic) = 5.0129178218463165725557714761559 y[1] (numeric) = 5.0129178218463165725557714761556 absolute error = 3e-31 relative error = 5.9845385594114222440334457179423e-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] = 4.39 y[1] (analytic) = 5.0367716343976817910966146332443 y[1] (numeric) = 5.0367716343976817910966146332439 absolute error = 4e-31 relative error = 7.9415949150498595565310088301629e-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] = 4.4 y[1] (analytic) = 5.0606671300215803168808602577823 y[1] (numeric) = 5.0606671300215803168808602577819 absolute error = 4e-31 relative error = 7.9040962332231930651858996206279e-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] = 4.41 y[1] (analytic) = 5.0846033586763668133522935335094 y[1] (numeric) = 5.084603358676366813352293533509 absolute error = 4e-31 relative error = 7.8668869877025909632664359625190e-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] = 4.42 y[1] (analytic) = 5.1085793672471184659313348565068 y[1] (numeric) = 5.1085793672471184659313348565064 absolute error = 4e-31 relative error = 7.8299654609369350622047265115160e-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] = 4.43 y[1] (analytic) = 5.1325941996409456800367096510664 y[1] (numeric) = 5.132594199640945680036709651066 absolute error = 4e-31 relative error = 7.7933299310508960125160559022473e-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] = 4.44 y[1] (analytic) = 5.1566468968826005733034876438366 y[1] (numeric) = 5.1566468968826005733034876438363 absolute error = 3e-31 relative error = 5.8177340042685879170008132884053e-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] = 4.45 y[1] (analytic) = 5.1807364972103737012279432702555 y[1] (numeric) = 5.1807364972103737012279432702552 absolute error = 3e-31 relative error = 5.7906824668951683023232336316809e-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] = 4.46 y[1] (analytic) = 5.2048620361722694266465863988873 y[1] (numeric) = 5.204862036172269426646586398887 absolute error = 3e-31 relative error = 5.7638415372989276142818657808729e-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] = 4.47 y[1] (analytic) = 5.2290225467224503155925613446698 y[1] (numeric) = 5.2290225467224503155925613446695 absolute error = 3e-31 relative error = 5.7372099148442170221233586960031e-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] = 4.48 y[1] (analytic) = 5.2532170593179409151701985931512 y[1] (numeric) = 5.2532170593179409151701985931508 absolute error = 4e-31 relative error = 7.6143817299629073835154378021807e-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] = 4.49 y[1] (analytic) = 5.2774446020155812431505179934839 y[1] (numeric) = 5.2774446020155812431505179934836 absolute error = 3e-31 relative error = 5.6845693820343066373797501127692e-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] = 4.5 y[1] (analytic) = 5.3017042005692202940195181752062 y[1] (numeric) = 5.3017042005692202940195181752059 absolute error = 3e-31 relative error = 5.6585578646162556614487617078665e-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] = 4.51 y[1] (analytic) = 5.3259948785271398422096416782592 y[1] (numeric) = 5.325994878527139842209641678259 absolute error = 2e-31 relative error = 3.7551669605680949888692842024114e-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] = 4.52 y[1] (analytic) = 5.3503156573296988002152788818011 y[1] (numeric) = 5.3503156573296988002152788818009 absolute error = 2e-31 relative error = 3.7380972041529686958996329397973e-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] = 4.53 y[1] (analytic) = 5.3746655564071883672378692086186 y[1] (numeric) = 5.3746655564071883672378692086184 absolute error = 2e-31 relative error = 3.7211617709231815528932256069556e-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=68030684, alloc=4521156, time=2.69 x[1] = 4.54 y[1] (analytic) = 5.3990435932778881829272807804022 y[1] (numeric) = 5.399043593277888182927280780402 absolute error = 2e-31 relative error = 3.7043597915936668356893475080850e-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] = 4.55 y[1] (analytic) = 5.4234487836463136806858075749921 y[1] (numeric) = 5.4234487836463136806858075749919 absolute error = 2e-31 relative error = 3.6876903973551537909039164752638e-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] = 4.56 y[1] (analytic) = 5.4478801415016448158813262073901 y[1] (numeric) = 5.4478801415016448158813262073899 absolute error = 2e-31 relative error = 3.6711527200536450402931982089970e-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] = 4.57 y[1] (analytic) = 5.4723366792163263261788146856254 y[1] (numeric) = 5.4723366792163263261788146856252 absolute error = 2e-31 relative error = 3.6547458923642337262684585687216e-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] = 4.58 y[1] (analytic) = 5.4968174076448296640463665993177 y[1] (numeric) = 5.4968174076448296640463665993175 absolute error = 2e-31 relative error = 3.6384690479593744355498569429919e-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] = 4.59 y[1] (analytic) = 5.5213213362225667253247514756035 y[1] (numeric) = 5.5213213362225667253247514756033 absolute error = 2e-31 relative error = 3.6223213216717209022375761538817e-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] = 4.6 y[1] (analytic) = 5.5458474730649454825700921787708 y[1] (numeric) = 5.5458474730649454825700921787706 absolute error = 2e-31 relative error = 3.6063018496516424093297378127985e-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] = 4.61 y[1] (analytic) = 5.5703948250665576176888711718273 y[1] (numeric) = 5.5703948250665576176888711718271 absolute error = 2e-31 relative error = 3.5904097695195296823890631637786e-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] = 4.62 y[1] (analytic) = 5.5949623980004882351846582243842 y[1] (numeric) = 5.594962398000488235184658224384 absolute error = 2e-31 relative error = 3.5746442205129999039752099475909e-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] = 4.63 y[1] (analytic) = 5.6195491966177377251279927125974 y[1] (numeric) = 5.6195491966177377251279927125972 absolute error = 2e-31 relative error = 3.5590043436291092758049607031327e-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] = 4.64 y[1] (analytic) = 5.6441542247467458337459747992399 y[1] (numeric) = 5.6441542247467458337459747992397 absolute error = 2e-31 relative error = 3.5434892817616803204350123753929e-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] = 4.65 y[1] (analytic) = 5.6687764853930079893074429838229 y[1] (numeric) = 5.6687764853930079893074429838227 absolute error = 2e-31 relative error = 3.5280981798338498485117550520746e-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] = 4.66 y[1] (analytic) = 5.693414980838773921754162833204 y[1] (numeric) = 5.6934149808387739217541628332038 absolute error = 2e-31 relative error = 3.5128301849259422241048844785313e-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] = 4.67 y[1] (analytic) = 5.7180687127428186062991456798947 y[1] (numeric) = 5.7180687127428186062991456798945 absolute error = 2e-31 relative error = 3.4976844463987712420220853467270e-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] = 4.68 y[1] (analytic) = 5.7427366822402755539808796320554 y[1] (numeric) = 5.7427366822402755539808796320552 absolute error = 2e-31 relative error = 3.4826601160124725898581586089178e-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] = 4.69 y[1] (analytic) = 5.767417890042522465927611603558 y[1] (numeric) = 5.7674178900425224659276116035578 absolute error = 2e-31 relative error = 3.4677563480409675063176615270186e-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] = 4.7 y[1] (analytic) = 5.7921113365371092628494917036729 y[1] (numeric) = 5.7921113365371092628494917036727 absolute error = 2e-31 relative error = 3.4529722993821568684085003829946e-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] = 4.71 y[1] (analytic) = 5.8168160218877184970389038522753 y[1] (numeric) = 5.8168160218877184970389038522751 absolute error = 2e-31 relative error = 3.4383071296639435456706490404392e-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] = 4.72 y[1] (analytic) = 5.8415309461341481509210826531746 y[1] (numeric) = 5.8415309461341481509210826531744 absolute error = 2e-31 relative error = 3.4237600013461794518107559420432e-30 % Correct digits = 32 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.007339 Order of pole (three term test) = -0.8943 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.73 y[1] (analytic) = 5.8662551092923068239584801849428 y[1] (numeric) = 5.8662551092923068239584801849426 absolute error = 2e-31 relative error = 3.4093300798186323049903528921499e-30 % Correct digits = 32 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.01698 Order of pole (three term test) = -0.9004 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.74 y[1] (analytic) = 5.890987511454211308473521317219 y[1] (numeric) = 5.8909875114542113084735213172188 absolute error = 2e-31 relative error = 3.3950165334950656794953724194459e-30 % Correct digits = 32 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.02661 Order of pole (three term test) = -0.9113 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.75 y[1] (analytic) = 5.9157271528879765547154963123733 y[1] (numeric) = 5.9157271528879765547154963123731 absolute error = 2e-31 relative error = 3.3808185339035244954356970242290e-30 % Correct digits = 32 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.03623 Order of pole (three term test) = -0.927 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.76 y[1] (analytic) = 5.9404730341377880262584087164105 y[1] (numeric) = 5.9404730341377880262584087164103 absolute error = 2e-31 relative error = 3.3667352557729166512318606334113e-30 % Correct digits = 32 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.04584 Order of pole (three term test) = -0.9476 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.77 y[1] (analytic) = 5.9652241561238464485775487727873 y[1] (numeric) = 5.965224156123846448577548772787 absolute error = 3e-31 relative error = 5.0291488156739700863993472623636e-30 % Correct digits = 32 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.05543 Order of pole (three term test) = -0.973 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.78 y[1] (analytic) = 5.9899795202422749564132217146596 y[1] (numeric) = 5.9899795202422749564132217146593 absolute error = 3e-31 relative error = 5.0083643689630843246702679990855e-30 % Correct digits = 32 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.065 Order of pole (three term test) = -1.003 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.79 y[1] (analytic) = 6.0147381284649786492901502413476 y[1] (numeric) = 6.0147381284649786492901502413473 absolute error = 3e-31 relative error = 4.9877483207496350575644911343419e-30 % Correct digits = 32 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.07454 Order of pole (three term test) = -1.038 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.8 y[1] (analytic) = 6.0394989834394465693202152576495 y[1] (numeric) = 6.0394989834394465693202152576492 absolute error = 3e-31 relative error = 4.9672994535244112146185483445189e-30 % Correct digits = 32 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.08405 Order of pole (three term test) = -1.078 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.81 y[1] (analytic) = 6.0642610885884861211739226395384 y[1] (numeric) = 6.0642610885884861211739226395381 absolute error = 3e-31 relative error = 4.9470165551501316587239454737682e-30 % Correct digits = 32 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.09353 Order of pole (three term test) = -1.122 NO COMPLEX POLE (six term test) for Equation 1 bytes used=72031632, alloc=4521156, time=2.86 TOP MAIN SOLVE Loop x[1] = 4.82 y[1] (analytic) = 6.0890234482098799608617106191698 y[1] (numeric) = 6.0890234482098799608617106191695 absolute error = 3e-31 relative error = 4.9268984189607185025014704906314e-30 % Correct digits = 32 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.103 Order of pole (three term test) = -1.172 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.83 y[1] (analytic) = 6.1137850675759553877192667889538 y[1] (numeric) = 6.1137850675759553877192667889536 absolute error = 2e-31 relative error = 3.2712958959039374918101289988178e-30 % Correct digits = 32 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.1124 Order of pole (three term test) = -1.226 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.84 y[1] (analytic) = 6.1385449530330562827406304097327 y[1] (numeric) = 6.1385449530330562827406304097325 absolute error = 2e-31 relative error = 3.2581010895942035938666877749097e-30 % Correct digits = 32 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.1217 Order of pole (three term test) = -1.284 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.85 y[1] (analytic) = 6.1633021121009076461481397184653 y[1] (numeric) = 6.1633021121009076461481397184651 absolute error = 2e-31 relative error = 3.2450137339093581824393327528452e-30 % Correct digits = 32 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.131 Order of pole (three term test) = -1.348 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.86 y[1] (analytic) = 6.1880555535718627978282707459854 y[1] (numeric) = 6.1880555535718627978282707459852 absolute error = 2e-31 relative error = 3.2320330395960361772310030495972e-30 % Correct digits = 32 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.1403 Order of pole (three term test) = -1.416 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.87 y[1] (analytic) = 6.212804287610023315996029785628 y[1] (numeric) = 6.2128042876100233159960297856278 absolute error = 2e-31 relative error = 3.2191582213341719623214403733665e-30 % Correct digits = 32 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.1495 Order of pole (three term test) = -1.488 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.88 y[1] (analytic) = 6.2375473258502218021766327470316 y[1] (numeric) = 6.2375473258502218021766327470314 absolute error = 2e-31 relative error = 3.2063884977856835086913316443694e-30 % Correct digits = 32 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.1586 Order of pole (three term test) = -1.566 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.89 y[1] (analytic) = 6.2622836814968575743104585897138 y[1] (numeric) = 6.2622836814968575743104585897136 absolute error = 2e-31 relative error = 3.1937230916405006104782052621875e-30 % Correct digits = 32 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.1677 Order of pole (three term test) = -1.648 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.9 y[1] (analytic) = 6.2870123694225754044943291441219 y[1] (numeric) = 6.2870123694225754044943291441217 absolute error = 2e-31 relative error = 3.1811612296600079277837897091788e-30 % Correct digits = 32 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.1767 Order of pole (three term test) = -1.734 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.91 y[1] (analytic) = 6.3117324062667774335675731995194 y[1] (numeric) = 6.3117324062667774335675731995192 absolute error = 2e-31 relative error = 3.1687021427179721558407318404038e-30 % Correct digits = 32 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.1856 Order of pole (three term test) = -1.825 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.92 y[1] (analytic) = 6.3364428105339584114335092408118 y[1] (numeric) = 6.3364428105339584114335092408116 absolute error = 2e-31 relative error = 3.1563450658390212793080667073319e-30 % Correct digits = 32 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.1945 Order of pole (three term test) = -1.92 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.93 y[1] (analytic) = 6.3611426026918544296742604464858 y[1] (numeric) = 6.3611426026918544296742604464856 absolute error = 2e-31 relative error = 3.1440892382347425220064453808816e-30 % Correct digits = 32 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.2033 Order of pole (three term test) = -2.02 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.94 y[1] (analytic) = 6.3858308052693953316674308040397 y[1] (numeric) = 6.3858308052693953316674308040396 absolute error = 1e-31 relative error = 1.5659669516687321335434233013447e-30 % Correct digits = 32 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.212 Order of pole (three term test) = -2.124 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.95 y[1] (analytic) = 6.4105064429544510050452574116347 y[1] (numeric) = 6.4105064429544510050452574116346 absolute error = 1e-31 relative error = 1.5599391544158929504837243523672e-30 % Correct digits = 32 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.2206 Order of pole (three term test) = -2.232 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.96 y[1] (analytic) = 6.4351685426913617819484480229353 y[1] (numeric) = 6.4351685426913617819484480229352 absolute error = 1e-31 relative error = 1.5539608533419591134238504372405e-30 % Correct digits = 32 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.2291 Order of pole (three term test) = -2.345 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.97 y[1] (analytic) = 6.4598161337782431941159535140125 y[1] (numeric) = 6.4598161337782431941159535140124 absolute error = 1e-31 relative error = 1.5480316765844479003257482564978e-30 % Correct digits = 32 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.2375 Order of pole (three term test) = -2.462 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.98 y[1] (analytic) = 6.4844482479640553524162533206808 y[1] (numeric) = 6.4844482479640553524162533206806 absolute error = 2e-31 relative error = 3.0843025088957212642595096563161e-30 % Correct digits = 32 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.2459 Order of pole (three term test) = -2.583 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 4.99 y[1] (analytic) = 6.509063919545427243963091597697 y[1] (numeric) = 6.5090639195454272439630915976968 absolute error = 2e-31 relative error = 3.0726384388305004882244456741214e-30 % Correct digits = 32 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.2541 Order of pole (three term test) = -2.709 NO COMPLEX POLE (six term test) for Equation 1 Finished! diff ( y , x , 1 ) = (0.1 * x + 1.0) - sin(x); 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=74750496, alloc=4521156, time=2.96