Skip to main content
edited tags
Link
Michael E2
  • 258.7k
  • 21
  • 370
  • 830
added 4 characters in body
Source Link
mmal
  • 3.6k
  • 2
  • 20
  • 38

I would like to give a theoretical estimation of Local Truncation Errorlocal truncation error (and then for the Globalglobal one) for a solution to a numerical initial value problem by NDSolNDSolve.
For this estimate I need to know what method has been used and the size of the steps (or an average size for the global error, since I think it uses adaptive size step). How can I get this information?

I would like to give a theoretical estimation of Local Truncation Error (and then for the Global one) for a solution to a numerical initial value problem by NDSol.
For this estimate I need to know what method has been used and the size of the steps (or an average size for the global error, since I think it uses adaptive size step). How can I get this information?

I would like to give a theoretical estimation of local truncation error (and then for the global one) for a solution to a numerical initial value problem by NDSolve.
For this estimate I need to know what method has been used and the size of the steps (or an average size for the global error, since I think it uses adaptive size step). How can I get this information?

Source Link

Estimating error in NDSolve

I would like to give a theoretical estimation of Local Truncation Error (and then for the Global one) for a solution to a numerical initial value problem by NDSol.
For this estimate I need to know what method has been used and the size of the steps (or an average size for the global error, since I think it uses adaptive size step). How can I get this information?