Click or drag to resize

DependentVariableDifferentialEquationSystemOfEquations Property

Gets or sets the system of equations which define the derivatives of a set of dependent variables.

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 OrdinaryDifferentialEquationSystem SystemOfEquations { get; set; }

Property Value

Type: OrdinaryDifferentialEquationSystem
See Also