•
|
constraints = list or set of equations and inequalities
|
The constraints imposed on the states, derivatives of the states, inputs, or outputs of the system that must be satisfied at the equilibrium point.
•
|
evaluationlimit = posint
|
Sets the maximum number of objective function evaluations. The default is 100.
•
|
functions = list of lists
|
The user-defined functions present in the system. Each function is described in a list of the form: [name, input argument type list, output type, Maple procedure].
•
|
initialpoint = list or set of equations
|
The operating point in the state-input space at which the local search for an equilibrium point should start. The EquilibriumPoint returns the equilibrium point closest to the initialpoint.
|
If only some of the states and inputs are specified by the initialpoint, the EquilibriumPoint command sets the rest of the states and inputs equal to zero.
|
|
If the initialpoint is not given, the EquilibriumPoint command chooses the initial point randomly.
|
Specifies whether the given equations need to be simplified (true), or not (false). The default is true.