Stopping Conditions for Initial Value Problems
Description
The rkf45, ck45, and rosenbrock methods allow for the specification of criteria (stopping conditions) to halt an IVP numerical integration.
As of Maple 12, stop_conditions are being deprecated in favor of using events, which greatly extends all capabilities of stop conditions.
See Also
dsolve[numeric]
Events for dsolve/numeric
Download Help Document