##############ECHO OF PROBLEM################# ##############ln.ode################# diff(y,x,1) = ln(x); ! glob_max_terms := 30; ! glob_x_start := 1.1; glob_x_end := 2.0 ; glob_y_init[1] := exact_soln_glob_y(glob_x_start); glob_hmax := 0.1 ; glob_adjust_h := 1; glob_look_poles := 0; glob_max_iter := 40; glob_log10relerr := -8.0; glob_log10abserr := -8.0; ! exact_soln_glob_y := proc(x) return(x*ln(x)-x); end; ! #######END OF ECHO OF PROBLEM################# glob_x[1] := 1.1 glob_y(exact) := -0.9951588022152427 glob_y_higher[1,1] := -0.9951588022152427 ln.ode glob_h = 0.01 glob_max_taylor = 30 Iterations = 0 Current Iterations = 1 Total Elapsed Time = Elapsed Time(since restart)= Expected Time Remaining = 1 Seconds Optimized Time Remaining = Unknown Time to Timeout = 14 Minutes 59 Seconds ln.ode glob_h = 0.02 glob_max_taylor = 30 Iterations = 1 Current Iterations = 1 Total Elapsed Time = Elapsed Time(since restart)= Expected Time Remaining = Optimized Time Remaining = Unknown Time to Timeout = 14 Minutes 59 Seconds ln.ode glob_h = 0.04 glob_max_taylor = 30 Iterations = 2 Current Iterations = 1 Total Elapsed Time = Elapsed Time(since restart)= Expected Time Remaining = Optimized Time Remaining = Unknown Time to Timeout = 14 Minutes 59 Seconds ln.ode glob_h = 0.08 glob_max_taylor = 30 Iterations = 3 Current Iterations = 1 Total Elapsed Time = Elapsed Time(since restart)= Expected Time Remaining = Optimized Time Remaining = Unknown Time to Timeout = 14 Minutes 59 Seconds ln.ode glob_h = 0.1 glob_max_taylor = 30 Iterations = 4 Current Iterations = 1 Total Elapsed Time = Elapsed Time(since restart)= Expected Time Remaining = Optimized Time Remaining = Unknown Time to Timeout = 14 Minutes 59 Seconds glob_x[1] := 1.2 glob_y(exact) := -0.9812141318472544 glob_y_higher[1,1] := -0.9812141318472544 ln.ode glob_h = 0.1 glob_max_taylor = 30 Iterations = 5 Current Iterations = 2 Total Elapsed Time = Elapsed Time(since restart)= Expected Time Remaining = Optimized Time Remaining = Time to Timeout = 14 Minutes 59 Seconds glob_x[1] := 1.3 glob_y(exact) := -0.9589264561922616 glob_y_higher[1,1] := -0.9589264561922616 ln.ode glob_h = 0.1 glob_max_taylor = 30 Iterations = 6 Current Iterations = 3 Total Elapsed Time = Elapsed Time(since restart)= Expected Time Remaining = Optimized Time Remaining = Time to Timeout = 14 Minutes 59 Seconds glob_x[1] := 1.4 glob_y(exact) := -0.9289388687303019 glob_y_higher[1,1] := -0.9289388687303019 ln.ode glob_h = 0.1 glob_max_taylor = 30 Iterations = 7 Current Iterations = 4 Total Elapsed Time = Elapsed Time(since restart)= Expected Time Remaining = Optimized Time Remaining = Time to Timeout = 14 Minutes 59 Seconds glob_x[1] := 1.5 glob_y(exact) := -0.8918023378377534 glob_y_higher[1,1] := -0.8918023378377534 ln.ode glob_h = 0.1 glob_max_taylor = 30 Iterations = 8 Current Iterations = 5 Total Elapsed Time = Elapsed Time(since restart)= Expected Time Remaining = Optimized Time Remaining = Time to Timeout = 14 Minutes 59 Seconds glob_x[1] := 1.6 glob_y(exact) := -0.8479941932068231 glob_y_higher[1,1] := -0.8479941932068231 ln.ode glob_h = 0.1 glob_max_taylor = 30 Iterations = 9 Current Iterations = 6 Total Elapsed Time = Elapsed Time(since restart)= Expected Time Remaining = Optimized Time Remaining = Time to Timeout = 14 Minutes 59 Seconds glob_x[1] := 1.7 glob_y(exact) := -0.7979319731943103 glob_y_higher[1,1] := -0.7979319731943103 ln.ode glob_h = 0.1 glob_max_taylor = 30 Iterations = 10 Current Iterations = 7 Total Elapsed Time = Elapsed Time(since restart)= Expected Time Remaining = Optimized Time Remaining = Time to Timeout = 14 Minutes 59 Seconds glob_x[1] := 1.8 glob_y(exact) := -0.7419840031761858 glob_y_higher[1,1] := -0.7419840031761858 ln.ode glob_h = 0.1 glob_max_taylor = 30 Iterations = 11 Current Iterations = 8 Total Elapsed Time = Elapsed Time(since restart)= Expected Time Remaining = Optimized Time Remaining = Time to Timeout = 14 Minutes 59 Seconds glob_x[1] := 1.9 glob_y(exact) := -0.6804776162724499 glob_y_higher[1,1] := -0.6804776162724499 ln.ode glob_h = 0.1 glob_max_taylor = 30 Iterations = 12 Current Iterations = 9 Total Elapsed Time = Elapsed Time(since restart)= Expected Time Remaining = Optimized Time Remaining = Time to Timeout = 14 Minutes 59 Seconds glob_x[1] := 2 glob_y(exact) := -0.6137056388801094 glob_y_higher[1,1] := -0.6137056388801094 ln.ode glob_h = 0.1 glob_max_taylor = 30 Iterations = 13 Current Iterations = 10 Total Elapsed Time = Elapsed Time(since restart)= Expected Time Remaining = Optimized Time Remaining = Time to Timeout = 14 Minutes 59 Seconds glob_x[1] := 2.1 glob_y(exact) := -0.5419315760683076 glob_y_higher[1,1] := -0.5419315760683076 Finished!