Click or drag to resize

DependentVariableDifferentialEquation Constructor (OrdinaryDifferentialEquationSystem)

Initializes a new instance based on an OrdinaryDifferentialEquationSystem.

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DependentVariableDifferentialEquation(
	OrdinaryDifferentialEquationSystem system
)

Parameters

system
Type: AGI.Foundation.NumericalMethods.AdvancedOrdinaryDifferentialEquationSystem
The system of equations defining the derivatives of a set of dependent variables.
See Also