Examples¶
This section illustrates how to use the numericalderivative algorithms.
Dumontet & Vignes¶
- Experiments with Dumontet & Vignes method
- References
- Use the method on a simple problem
- Useful functions
- Plot the L ratio for various problems
- Plot the error depending on the step
- Compute the lower and upper bounds of the third derivative
- Plot the lower and upper bounds of the third derivative
- See the history of steps during the bissection search
- Benchmark Dumontet & Vignes method
Gill, Murray, Saunders & Wright¶
Stepleman & Winarsky¶
- Experiment with Stepleman & Winarsky method
- References
- Use the method on a simple problem
- Use the method on the ScaledExponentialProblem
- Plot the error vs h
- Plot the absolute difference depending on the step
- Plot the criterion depending on the step
- Compute reference step
- Plot number of lost digits vs h
- Use the bisection search
- See the history of steps during the search
- Plot Stepleman & Winarsky's method
- Benchmark Stepleman & Winarsky's method