PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
Built-in
Mathematica
Symbol
StepMonitor
MaxStepSize
MaxStepFraction
NDSolve
MaxIterations
See Also »
MaxSteps
MaxSteps
is an option to functions like
NDSolve
that specifies the maximum number of steps to take in generating a result.
MORE INFORMATION
MaxSteps->
Infinity
allows an unlimited number of steps.
EXAMPLES
CLOSE ALL
Basic Examples
(2)
Stop integration after 25 steps:
In[1]:=
Out[1]=
Allow integration to go to completion without any restriction on the number of steps:
In[1]:=
Out[1]=
Plot the solution in the phase plane:
In[2]:=
Out[2]=
Applications
(1)
Properties & Relations
(1)
SEE ALSO
StepMonitor
MaxStepSize
MaxStepFraction
NDSolve
MaxIterations
New in 2
© 2008 Wolfram Research, Inc.