Initializing... Initialized Initializing(2)... PI = 0.314159265358979323846264338327950271e1+/-0.313e-33 E = 0.271828182845904523536028747135266232e1+/-0.256e-32 LOG_E_10 = 0.230258509299404568401799145468436324e1+/-0.5e-32 Initialized(2) ##############ECHO OF PROBLEM################# ##############temp/h3sinpostode.ode################# diff ( y , x , 3 ) = sin ( x ) ; ! #BEGIN FIRST INPUT BLOCK # Digits:=32; ELIMINATED in preodein.rb max_terms=40 ! #END FIRST INPUT BLOCK #BEGIN SECOND INPUT BLOCK x_start=c(0.1) x_end=c(1.5) # ELIMINATED in preodein.rb # ELIMINATED in preodein.rb # ELIMINATED in preodein.rb $array_y_init[0 + 1] = exact_soln_y(x_start) $array_y_init[1 + 1] = exact_soln_yp(x_start) $array_y_init[2 + 1] = exact_soln_ypp(x_start) $glob_look_poles=true # ELIMINATED in preodein.rb # ELIMINATED in preodein.rb # ELIMINATED in preodein.rb # ELIMINATED in preodein.rb # ELIMINATED in preodein.rb # ELIMINATED in preodein.rb # ELIMINATED in preodein.rb $glob_type_given_pole=3 #END SECOND INPUT BLOCK #BEGIN OVERRIDE BLOCK $glob_desired_digits_correct=8 $glob_max_minutes=(3.0) $glob_subiter_method=3 $glob_max_iter=100000 $glob_upper_ratio_limit=c(1.000001) $glob_lower_ratio_limit=c(0.999999) $glob_look_poles=false $glob_h=c(0.001) $glob_display_interval=c(0.01) #END OVERRIDE BLOCK ! #BEGIN USER DEF BLOCK def exact_soln_y (x) x = c(x) return(c(1.0) + cos(c(x))) end def exact_soln_yp (x) x = c(x) return(neg(sin(c(x)))) end def exact_soln_ypp (x) x = c(x) return(neg(cos(c(x)))) end #END USER DEF BLOCK #######END OF ECHO OF PROBLEM################# START of Soultion TOP MAIN SOLVE Loop x[1] 0.1e0+/-0.50e-33 y[1] (closed_form) 0.199500416527802576609556198780387028e1+/-0.606e-33 y[1] (numeric) 0.199500416527802576609556198780387028e1+/-0.259e-32 $glob_prec 0.1e-15+/-0.50e-49% absolute error 0.0e0+/-0.3196e-32 relative error 0.0e0+/-0.16020016677782736654234390945118725466319e-30% Desired digits 8 Estimated correct digits 14 Correct digits 34 h 0.1e-2+/-0.5e-33 Finished! Maximum Time Reached before Solution Completed! diff ( y , x , 3 ) = sin ( x ) ; Iterations 3 Total Elapsed Time 7 Minutes 23 Seconds Elapsed Time(since restart) 7 Minutes 21 Seconds Expected Time Remaining 1 Days 18 Hours 56 Minutes 47 Seconds Optimized Time Remaining 1 Days 18 Hours 45 Minutes 9 Seconds Expected Total Time 1 Days 18 Hours 52 Minutes 32 Seconds Time to Timeout 0.0 Seconds Percent Done 0.285714285714285714285714285714285714e0+/-0.214e-30%