Click or drag to resize

NumericalIntegratorSystemOfEquations Property

Gets or sets the system of differential equations corresponding to the derivatives of the dependent variables.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DependentVariableDerivatives SystemOfEquations { get; set; }

Property Value

Type: DependentVariableDerivatives
See Also