##############ECHO OF PROBLEM################# ##############temp/sinpostode.ode################# diff ( y , x , 1 ) = 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 = 0.11 ; array_y_init[0 + 1] = exact_soln_y(x_start); glob_h = 0.0005; glob_look_poles = true; glob_max_iter = 1000000; // END SECOND INPUT BLOCK // BEGIN OVERRIDE BLOCK glob_h = 0.005 ; glob_display_interval = 0.1; glob_look_poles = true; glob_max_iter = 10000; glob_max_minutes = 10; // END OVERRIDE BLOCK ! // BEGIN USER DEF BLOCK double exact_soln_y (double x) { return(2.0 - cos(x)); } // END USER DEF BLOCK #######END OF ECHO OF PROBLEM################# START of Soultion x[1] = 0.1 y[1] (analytic) = 1.004995834721974 y[1] (numeric) = 1.004995834721974 absolute error = 0 relative error = 0 % Correct digits = 16 h = 0.005 TOP MAIN SOLVE Loop NO POLE Finished! diff ( y , x , 1 ) = sin(x); Iterations = 2 Total Elapsed Time = 1 Seconds Elapsed Time(since restart) = 1 Seconds Time to Timeout = 9 Minutes 59 Seconds Percent Done = 150 %