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.2.419.0 (24.2.419.0)
Syntax public OrdinaryDifferentialEquationSystem SystemOfEquations { get; set; }
Public Property SystemOfEquations As OrdinaryDifferentialEquationSystem
Get
Set
public:
property OrdinaryDifferentialEquationSystem^ SystemOfEquations {
OrdinaryDifferentialEquationSystem^ get ();
void set (OrdinaryDifferentialEquationSystem^ value);
}
member SystemOfEquations : OrdinaryDifferentialEquationSystem with get, set
Property Value
Type:
OrdinaryDifferentialEquationSystemSee Also