Click or drag to resize

OrdinaryDifferentialEquationSystem Properties

The OrdinaryDifferentialEquationSystem type exposes the following members.

Properties
  NameDescription
Public propertyFunction
Gets or sets the multivariate, vector function representing the set of ordinary differential equations.
Public propertyIsMixedOrder
Gets or sets a value indicating whether the highest order derivative for each dependent variable appearing in the set of equations is not the same.
Public propertyMaxOrder
Gets or sets the highest order derivative appearing in the set of differential equations for all of the dependent variables.
Public propertyOrders
Gets or sets the order of the highest derivative for each of the dependent variables.
Top
See Also