##############ECHO OF PROBLEM################# ##############temp/div_sin_lin_newpostode.ode################# diff ( y , x , 1 ) = cos ( x ) / ( 2.0 * x + 1.0 ) - 2.0 * sin ( x ) / ( 2.0 * x + 1.0 ) / ( 2.0 * x + 1.0 ) ; ! /* BEGIN FIRST INPUT BLOCK */ Digits=32; max_terms=30; ! /* END FIRST INPUT BLOCK */ /* BEGIN SECOND INPUT BLOCK */ x_start=0.1; x_end=1.0; array_y_init[0 + 1] = exact_soln_y(x_start); glob_look_poles=true; glob_max_iter=1000000; glob_max_h=0.001; /* END SECOND INPUT BLOCK */ /* BEGIN OVERRIDE BLOCK */ glob_desired_digits_correct=10; glob_display_interval=0.01; glob_look_poles=true; glob_max_iter=1000000000; glob_max_minutes=10.0; glob_subiter_method=3; /* END OVERRIDE BLOCK */ ! /* BEGIN USER DEF BLOCK */ double exact_soln_y (double x) { return(sin(x)/(2*x+1)); } /* END USER DEF BLOCK */ #######END OF ECHO OF PROBLEM################# START of Optimize min_size = 0 min_size = 1 glob_desired_digits_correct = 10 estimated_h = 1e-06 estimated_answer = 1 desired_abs_gbl_error = 1e-10 range = 0.9 estimated_steps = 900000.0000000001 step_error = 1.111111111111111e-16 est_needed_step_err = 1.111111111111111e-16 opt_iter = 1 hn_div_ho = 0.5 hn_div_ho_2 = 0.25 hn_div_ho_3 = 0.125 max_estimated_step_error = 4.504046601192705e-152 estimated_step_error = 4.504046601192705e-152 best_h = 2e-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 = 3.022612082540084e-144 estimated_step_error = 3.022612082540084e-144 best_h = 4e-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 = 2.028437376207862e-136 estimated_step_error = 2.028437376207862e-136 best_h = 8e-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 = 1.361256910671959e-128 estimated_step_error = 1.361256910671959e-128 best_h = 1.6e-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 = 9.13518184350067e-121 estimated_step_error = 9.13518184350067e-121 best_h = 3.2e-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 = 6.13043804872516e-113 estimated_step_error = 6.13043804872516e-113 best_h = 6.4e-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 = 4.113961692974021e-105 estimated_step_error = 4.113961692974021e-105 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 = 2.760691181215538e-97 estimated_step_error = 2.760691181215538e-97 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.852478230639745e-89 estimated_step_error = 1.852478230639745e-89 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 = 1.242921813052388e-81 estimated_step_error = 1.242921813052388e-81 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 = 8.337682848792879e-74 estimated_step_error = 8.337682848792879e-74 best_h = 0.001 START of Soultion TOP MAIN SOLVE Loop x[1] = 0.1 y[1] (analytic) = 0.0831945138723568 y[1] (numeric) = 0.0831945138723568 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.6 Order of pole (three term test) = 8.107e-14 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.11 y[1] (analytic) = 0.08998221380096297 y[1] (numeric) = 0.08998221380096298 absolute error = 1.387778780781446e-17 relative error = 1.542281215542392e-14 % Correct digits = 16 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.61 Order of pole (three term test) = 8.962e-14 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.12 y[1] (analytic) = 0.09654210265235434 y[1] (numeric) = 0.09654210265235436 absolute error = 1.387778780781446e-17 relative error = 1.43748555568424e-14 % Correct digits = 16 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.62 Order of pole (three term test) = 2.934e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.13 y[1] (analytic) = 0.102884240174361 y[1] (numeric) = 0.102884240174361 absolute error = 2.775557561562891e-17 relative error = 2.697748029104429e-14 % Correct digits = 16 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.63 Order of pole (three term test) = 1.054e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.14 y[1] (analytic) = 0.1090180583158098 y[1] (numeric) = 0.1090180583158098 absolute error = 1.387778780781446e-17 relative error = 1.272980643960149e-14 % Correct digits = 16 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.64 Order of pole (three term test) = 1.122e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.15 y[1] (analytic) = 0.1149524095950764 y[1] (numeric) = 0.1149524095950764 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.65 Order of pole (three term test) = 1.181e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.1600000000000001 y[1] (analytic) = 0.1206956110713985 y[1] (numeric) = 0.1206956110713985 absolute error = 1.387778780781446e-17 relative error = 1.149817104749976e-14 % Correct digits = 16 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.66 Order of pole (three term test) = 1.229e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.1700000000000001 y[1] (analytic) = 0.1262554843783553 y[1] (numeric) = 0.1262554843783553 absolute error = 2.775557561562891e-17 relative error = 2.198365936520633e-14 % Correct digits = 16 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.67 Order of pole (three term test) = 0 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.1800000000000001 y[1] (analytic) = 0.1316393922248708 y[1] (numeric) = 0.1316393922248708 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.68 Order of pole (three term test) = 0 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.1900000000000001 y[1] (analytic) = 0.1368542717221019 y[1] (numeric) = 0.1368542717221019 absolute error = 2.775557561562891e-17 relative error = 2.028111747362169e-14 % Correct digits = 16 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.69 Order of pole (three term test) = 1.297e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2000000000000001 y[1] (analytic) = 0.1419066648536152 y[1] (numeric) = 0.1419066648536153 absolute error = 8.326672684688674e-17 relative error = 5.867710789537695e-14 % Correct digits = 16 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.7 Order of pole (three term test) = 0 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2100000000000001 y[1] (analytic) = 0.1468027463704927 y[1] (numeric) = 0.1468027463704928 absolute error = 1.110223024625157e-16 relative error = 7.56268565864045e-14 % Correct digits = 16 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.71 Order of pole (three term test) = 0 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2200000000000001 y[1] (analytic) = 0.1515483493617149 y[1] (numeric) = 0.151548349361715 absolute error = 1.110223024625157e-16 relative error = 7.325866822708055e-14 % Correct digits = 16 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.72 Order of pole (three term test) = 1.251e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2300000000000001 y[1] (analytic) = 0.1561489887227318 y[1] (numeric) = 0.156148988722732 absolute error = 1.387778780781446e-16 relative error = 8.887529737676847e-14 % Correct digits = 16 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.73 Order of pole (three term test) = 0 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2400000000000001 y[1] (analytic) = 0.160609882721037 y[1] (numeric) = 0.1606098827210371 absolute error = 1.110223024625157e-16 relative error = 6.912544893351931e-14 % Correct digits = 16 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.74 Order of pole (three term test) = 0 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2500000000000001 y[1] (analytic) = 0.1649359728363487 y[1] (numeric) = 0.1649359728363488 absolute error = 1.387778780781446e-16 relative error = 8.41404550454506e-14 % Correct digits = 16 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.75 Order of pole (three term test) = 1.11e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2600000000000001 y[1] (analytic) = 0.1691319420343126 y[1] (numeric) = 0.1691319420343127 absolute error = 1.110223024625157e-16 relative error = 6.564242160714504e-14 % Correct digits = 16 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.76 Order of pole (three term test) = 3.143e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2700000000000001 y[1] (analytic) = 0.1732022316161242 y[1] (numeric) = 0.1732022316161243 absolute error = 1.110223024625157e-16 relative error = 6.409981062402207e-14 % Correct digits = 16 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.77 Order of pole (three term test) = 0 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2800000000000001 y[1] (analytic) = 0.1771510567718678 y[1] (numeric) = 0.177151056771868 absolute error = 1.387778780781446e-16 relative error = 7.833872436722768e-14 % Correct digits = 16 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.78 Order of pole (three term test) = 0 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.2900000000000001 y[1] (analytic) = 0.1809824209524276 y[1] (numeric) = 0.1809824209524278 absolute error = 1.665334536937735e-16 relative error = 9.201636977634854e-14 % Correct digits = 16 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.79 Order of pole (three term test) = 1.68e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3000000000000002 y[1] (analytic) = 0.1847001291633373 y[1] (numeric) = 0.1847001291633375 absolute error = 1.942890293094024e-16 relative error = 1.051916044615135e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.8 Order of pole (three term test) = 1.536e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3100000000000002 y[1] (analytic) = 0.1883078002737306 y[1] (numeric) = 0.1883078002737308 absolute error = 1.665334536937735e-16 relative error = 8.843683238383901e-14 % Correct digits = 16 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.81 Order of pole (three term test) = 3.486e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3200000000000002 y[1] (analytic) = 0.1918088784244621 y[1] (numeric) = 0.1918088784244623 absolute error = 2.220446049250313e-16 relative error = 1.157634655647479e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.82 Order of pole (three term test) = 1.257e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3300000000000002 y[1] (analytic) = 0.1952066436113666 y[1] (numeric) = 0.1952066436113668 absolute error = 2.220446049250313e-16 relative error = 1.137484876626925e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.83 Order of pole (three term test) = 0 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3400000000000002 y[1] (analytic) = 0.1985042215123896 y[1] (numeric) = 0.1985042215123898 absolute error = 2.498001805406602e-16 relative error = 1.258412433939441e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.84 Order of pole (three term test) = 9.988e-14 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3500000000000002 y[1] (analytic) = 0.2017045926208538 y[1] (numeric) = 0.2017045926208541 absolute error = 2.498001805406602e-16 relative error = 1.238445675900956e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.85 Order of pole (three term test) = 1.763e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3600000000000002 y[1] (analytic) = 0.2048106007413314 y[1] (numeric) = 0.2048106007413317 absolute error = 2.220446049250313e-16 relative error = 1.084146055532867e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.86 Order of pole (three term test) = 1.545e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3700000000000002 y[1] (analytic) = 0.2078249608994035 y[1] (numeric) = 0.2078249608994037 absolute error = 1.942890293094024e-16 relative error = 9.348685955170076e-14 % Correct digits = 16 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.87 Order of pole (three term test) = 6.73e-14 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3800000000000002 y[1] (analytic) = 0.210750266711922 y[1] (numeric) = 0.2107502667119223 absolute error = 2.498001805406602e-16 relative error = 1.185289985336608e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.88 Order of pole (three term test) = 1.165e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.3900000000000002 y[1] (analytic) = 0.2135889972602031 y[1] (numeric) = 0.2135889972602034 absolute error = 2.775557561562891e-16 relative error = 1.29948527179122e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.89 Order of pole (three term test) = 0 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.4000000000000002 y[1] (analytic) = 0.2163435235048059 y[1] (numeric) = 0.2163435235048062 absolute error = 2.775557561562891e-16 relative error = 1.282939982024114e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.9 Order of pole (three term test) = 8.565e-14 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.4100000000000003 y[1] (analytic) = 0.2190161142771555 y[1] (numeric) = 0.2190161142771558 absolute error = 2.498001805406602e-16 relative error = 1.140556170330685e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.91 Order of pole (three term test) = 1.456e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.4200000000000003 y[1] (analytic) = 0.2216089418802012 y[1] (numeric) = 0.2216089418802015 absolute error = 2.498001805406602e-16 relative error = 1.127211647784947e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.92 Order of pole (three term test) = 1.23e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.4300000000000003 y[1] (analytic) = 0.2241240873275327 y[1] (numeric) = 0.224124087327533 absolute error = 3.05311331771918e-16 relative error = 1.36224238729744e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.93 Order of pole (three term test) = 2.067e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.4400000000000003 y[1] (analytic) = 0.2265635452478722 y[1] (numeric) = 0.2265635452478725 absolute error = 3.05311331771918e-16 relative error = 1.347574833532428e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.94 Order of pole (three term test) = 1.727e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.4500000000000003 y[1] (analytic) = 0.2289292284795949 y[1] (numeric) = 0.2289292284795952 absolute error = 3.33066907387547e-16 relative error = 1.454890271546231e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.95 Order of pole (three term test) = 2.153e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.4600000000000003 y[1] (analytic) = 0.2312229723778749 y[1] (numeric) = 0.2312229723778753 absolute error = 3.608224830031759e-16 relative error = 1.560495824841762e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.96 Order of pole (three term test) = 1.186e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.4700000000000003 y[1] (analytic) = 0.2334465388551899 y[1] (numeric) = 0.2334465388551902 absolute error = 3.33066907387547e-16 relative error = 1.42673739786801e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.97 Order of pole (three term test) = 0 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.4800000000000003 y[1] (analytic) = 0.235601620174226 y[1] (numeric) = 0.2356016201742263 absolute error = 3.05311331771918e-16 relative error = 1.295879593468594e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.98 Order of pole (three term test) = 3.193e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.4900000000000003 y[1] (analytic) = 0.2376898425106859 y[1] (numeric) = 0.2376898425106863 absolute error = 3.33066907387547e-16 relative error = 1.401266894156712e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 0.99 Order of pole (three term test) = 0 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.5000000000000003 y[1] (analytic) = 0.2397127693021015 y[1] (numeric) = 0.2397127693021019 absolute error = 3.608224830031759e-16 relative error = 1.505228461769778e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1 Order of pole (three term test) = 3.159e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.5100000000000003 y[1] (analytic) = 0.2416719043974791 y[1] (numeric) = 0.2416719043974794 absolute error = 3.05311331771918e-16 relative error = 1.263329854304333e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.01 Order of pole (three term test) = 1.698e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.5200000000000004 y[1] (analytic) = 0.2435686950214396 y[1] (numeric) = 0.24356869502144 absolute error = 3.885780586188048e-16 relative error = 1.595353042330013e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.02 Order of pole (three term test) = 6.813e-14 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.5300000000000004 y[1] (analytic) = 0.2454045345654598 y[1] (numeric) = 0.2454045345654601 absolute error = 3.608224830031759e-16 relative error = 1.470317097612266e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.03 Order of pole (three term test) = 0 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.5400000000000004 y[1] (analytic) = 0.2471807652178429 y[1] (numeric) = 0.2471807652178433 absolute error = 4.440892098500626e-16 relative error = 1.796617181999102e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.04 Order of pole (three term test) = 8.655e-14 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.5500000000000004 y[1] (analytic) = 0.2488986804431711 y[1] (numeric) = 0.2488986804431715 absolute error = 4.163336342344337e-16 relative error = 1.672703260190612e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.05 Order of pole (three term test) = 1.37e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.5600000000000004 y[1] (analytic) = 0.2505595273211714 y[1] (numeric) = 0.2505595273211719 absolute error = 4.996003610813204e-16 relative error = 1.993938791403147e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.06 Order of pole (three term test) = 1.08e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.5700000000000004 y[1] (analytic) = 0.2521645087541913 y[1] (numeric) = 0.2521645087541918 absolute error = 4.996003610813204e-16 relative error = 1.981247732084012e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.07 Order of pole (three term test) = 0 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.5800000000000004 y[1] (analytic) = 0.2537147855517933 y[1] (numeric) = 0.2537147855517939 absolute error = 5.551115123125783e-16 relative error = 2.187935208842048e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.08 Order of pole (three term test) = 0 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.5900000000000004 y[1] (analytic) = 0.2552114784003596 y[1] (numeric) = 0.2552114784003601 absolute error = 4.996003610813204e-16 relative error = 1.957593616920235e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.09 Order of pole (three term test) = 3.095e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.6000000000000004 y[1] (analytic) = 0.2566556697250161 y[1] (numeric) = 0.2566556697250167 absolute error = 6.661338147750939e-16 relative error = 2.59543775319204e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.1 Order of pole (three term test) = 1.6e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.6100000000000004 y[1] (analytic) = 0.2580484054506673 y[1] (numeric) = 0.2580484054506679 absolute error = 5.551115123125783e-16 relative error = 2.151191406678552e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.11 Order of pole (three term test) = 0 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.6200000000000004 y[1] (analytic) = 0.2593906966684398 y[1] (numeric) = 0.2593906966684404 absolute error = 6.661338147750939e-16 relative error = 2.568071343077367e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.12 Order of pole (three term test) = 3.802e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.6300000000000004 y[1] (analytic) = 0.2606835212133937 y[1] (numeric) = 0.2606835212133942 absolute error = 5.551115123125783e-16 relative error = 2.129446118146333e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.13 Order of pole (three term test) = 2.185e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.6400000000000005 y[1] (analytic) = 0.2619278251589439 y[1] (numeric) = 0.2619278251589445 absolute error = 6.106226635438361e-16 relative error = 2.331263061392183e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.14 Order of pole (three term test) = 0 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.6500000000000005 y[1] (analytic) = 0.2631245242330607 y[1] (numeric) = 0.2631245242330614 absolute error = 6.661338147750939e-16 relative error = 2.531629526805607e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.15 Order of pole (three term test) = 8.461e-14 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.6600000000000005 y[1] (analytic) = 0.2642745051609628 y[1] (numeric) = 0.2642745051609635 absolute error = 6.661338147750939e-16 relative error = 2.520613232704263e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.16 Order of pole (three term test) = 1.283e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.6700000000000005 y[1] (analytic) = 0.2653786269387008 y[1] (numeric) = 0.2653786269387014 absolute error = 6.106226635438361e-16 relative error = 2.300948914340726e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.17 Order of pole (three term test) = 2.906e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.6800000000000005 y[1] (analytic) = 0.266437722041724 y[1] (numeric) = 0.2664377220417247 absolute error = 6.661338147750939e-16 relative error = 2.500148288577462e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.18 Order of pole (three term test) = 2.917e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.6900000000000005 y[1] (analytic) = 0.2674525975722555 y[1] (numeric) = 0.2674525975722562 absolute error = 7.216449660063518e-16 relative error = 2.698216329012811e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.19 Order of pole (three term test) = 1.094e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.7000000000000005 y[1] (analytic) = 0.2684240363490379 y[1] (numeric) = 0.2684240363490387 absolute error = 7.216449660063518e-16 relative error = 2.688451361591107e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.2 Order of pole (three term test) = 8.177e-14 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.7100000000000005 y[1] (analytic) = 0.2693527979427838 y[1] (numeric) = 0.2693527979427845 absolute error = 6.661338147750939e-16 relative error = 2.473090385036931e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.21 Order of pole (three term test) = 1.219e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.7200000000000005 y[1] (analytic) = 0.2702396196604399 y[1] (numeric) = 0.2702396196604406 absolute error = 7.216449660063518e-16 relative error = 2.670389215737905e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.22 Order of pole (three term test) = 1.81e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.7300000000000005 y[1] (analytic) = 0.271085217481178 y[1] (numeric) = 0.2710852174811786 absolute error = 6.106226635438361e-16 relative error = 2.252511845601588e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.23 Order of pole (three term test) = 6.7e-14 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.7400000000000005 y[1] (analytic) = 0.2718902869468327 y[1] (numeric) = 0.2718902869468333 absolute error = 5.551115123125783e-16 relative error = 2.041674671596962e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.24 Order of pole (three term test) = 0 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.7500000000000006 y[1] (analytic) = 0.2726555040093337 y[1] (numeric) = 0.2726555040093343 absolute error = 5.551115123125783e-16 relative error = 2.035944641314027e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.25 Order of pole (three term test) = 7.276e-14 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.7600000000000006 y[1] (analytic) = 0.2733815258375204 y[1] (numeric) = 0.2733815258375211 absolute error = 6.661338147750939e-16 relative error = 2.436645317324767e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.26 Order of pole (three term test) = 0 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.7700000000000006 y[1] (analytic) = 0.2740689915855736 y[1] (numeric) = 0.2740689915855742 absolute error = 6.106226635438361e-16 relative error = 2.227988872477677e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.27 Order of pole (three term test) = 1.561e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.7800000000000006 y[1] (analytic) = 0.2747185231251603 y[1] (numeric) = 0.274718523125161 absolute error = 7.216449660063518e-16 relative error = 2.626852233322375e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.28 Order of pole (three term test) = 1.138e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.7900000000000006 y[1] (analytic) = 0.2753307257432589 y[1] (numeric) = 0.2753307257432596 absolute error = 7.216449660063518e-16 relative error = 2.621011382068825e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.29 Order of pole (three term test) = 0 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.8000000000000006 y[1] (analytic) = 0.2759061888075087 y[1] (numeric) = 0.2759061888075095 absolute error = 7.771561172376096e-16 relative error = 2.816740431218843e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.3 Order of pole (three term test) = 0 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.8100000000000006 y[1] (analytic) = 0.2764454864008178 y[1] (numeric) = 0.2764454864008185 absolute error = 7.216449660063518e-16 relative error = 2.610442208342082e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.31 Order of pole (three term test) = 8.677e-14 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.8200000000000006 y[1] (analytic) = 0.2769491779268545 y[1] (numeric) = 0.2769491779268554 absolute error = 8.326672684688674e-16 relative error = 3.006570644845115e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.32 Order of pole (three term test) = 2.502e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.8300000000000006 y[1] (analytic) = 0.277417808687956 y[1] (numeric) = 0.2774178086879568 absolute error = 8.326672684688674e-16 relative error = 3.001491765820503e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.33 Order of pole (three term test) = 2.699e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.8400000000000006 y[1] (analytic) = 0.2778519104368878 y[1] (numeric) = 0.2778519104368887 absolute error = 8.881784197001252e-16 relative error = 3.196589212950073e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.34 Order of pole (three term test) = 2.581e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.8500000000000006 y[1] (analytic) = 0.2782520019038122 y[1] (numeric) = 0.278252001903813 absolute error = 8.326672684688674e-16 relative error = 2.992493361311768e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.35 Order of pole (three term test) = 2.769e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.8600000000000007 y[1] (analytic) = 0.2786185892997342 y[1] (numeric) = 0.2786185892997351 absolute error = 8.881784197001252e-16 relative error = 3.187793111480564e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.36 Order of pole (three term test) = 2.634e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.8700000000000007 y[1] (analytic) = 0.2789521667976296 y[1] (numeric) = 0.2789521667976305 absolute error = 8.881784197001252e-16 relative error = 3.183981074233665e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.37 Order of pole (three term test) = 0 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.8800000000000007 y[1] (analytic) = 0.2792532169923802 y[1] (numeric) = 0.2792532169923811 absolute error = 9.436895709313831e-16 relative error = 3.379332854586713e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.38 Order of pole (three term test) = 6.652e-14 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.8900000000000007 y[1] (analytic) = 0.2795222113405841 y[1] (numeric) = 0.2795222113405851 absolute error = 9.992007221626409e-16 relative error = 3.574673788428082e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.39 Order of pole (three term test) = 9.42e-14 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.9000000000000007 y[1] (analytic) = 0.2797596105812441 y[1] (numeric) = 0.279759610581245 absolute error = 9.436895709313831e-16 relative error = 3.373215915516615e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.4 Order of pole (three term test) = 3.327e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.9100000000000007 y[1] (analytic) = 0.2799658651382803 y[1] (numeric) = 0.2799658651382813 absolute error = 9.992007221626409e-16 relative error = 3.569009106410587e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.41 Order of pole (three term test) = 2.813e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.9200000000000007 y[1] (analytic) = 0.2801414155057627 y[1] (numeric) = 0.2801414155057638 absolute error = 1.110223024625157e-15 relative error = 3.963080655606663e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.42 Order of pole (three term test) = 0 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.9300000000000007 y[1] (analytic) = 0.2802866926167053 y[1] (numeric) = 0.2802866926167064 absolute error = 1.054711873393899e-15 relative error = 3.762975200667936e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.43 Order of pole (three term test) = 9.249e-14 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.9400000000000007 y[1] (analytic) = 0.2804021181962202 y[1] (numeric) = 0.2804021181962212 absolute error = 1.054711873393899e-15 relative error = 3.761426198128186e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.44 Order of pole (three term test) = 1.295e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.9500000000000007 y[1] (analytic) = 0.2804881050997841 y[1] (numeric) = 0.2804881050997851 absolute error = 9.992007221626409e-16 relative error = 3.562363979061336e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.45 Order of pole (three term test) = 1.808e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.9600000000000007 y[1] (analytic) = 0.2805450576373282 y[1] (numeric) = 0.2805450576373292 absolute error = 9.992007221626409e-16 relative error = 3.561640795163633e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.46 Order of pole (three term test) = 1.26e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.9700000000000008 y[1] (analytic) = 0.2805733718838266 y[1] (numeric) = 0.2805733718838276 absolute error = 1.054711873393899e-15 relative error = 3.759130334829528e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.47 Order of pole (three term test) = 0 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.9800000000000008 y[1] (analytic) = 0.2805734359770171 y[1] (numeric) = 0.2805734359770181 absolute error = 9.992007221626409e-16 relative error = 3.561280556312143e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.48 Order of pole (three term test) = 1.215e-13 NO COMPLEX POLE (six term test) for Equation 1 TOP MAIN SOLVE Loop x[1] = 0.9900000000000008 y[1] (analytic) = 0.2805456304028592 y[1] (numeric) = 0.2805456304028602 absolute error = 9.992007221626409e-16 relative error = 3.561633523672438e-13 % Correct digits = 15 h = 0.001 NO INFO (given) for Equation 1 NO POLE (ratio test) for Equation 1 Radius of convergence (three term test) for eq 1 = 1.49 Order of pole (three term test) = 0 NO COMPLEX POLE (six term test) for Equation 1 Finished! diff ( y , x , 1 ) = cos ( x ) / ( 2.0 * x + 1.0 ) - 2.0 * sin ( x ) / ( 2.0 * x + 1.0 ) / ( 2.0 * x + 1.0 ) ; Iterations = 900 Total Elapsed Time = 0.0 Seconds Elapsed Time(since restart) = 0.0 Seconds Time to Timeout = 10 Minutes 0.0 Seconds Percent Done = 100.1 %