Click or drag to resize

OrdinaryDifferentialEquationSystemToFirstOrderSystem Method

Converts the system of ordinary differential equations to its equivalent first order system.

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 ToFirstOrderSystem()

Return Value

Type: OrdinaryDifferentialEquationSystem
The equivalent first order system.
See Also