ODEs output, this object can populates the ODEsOut.y variables values through its enumerator interface.
ODEsOut
01 Syntax
Microsoft.VisualBasic.Math.Calculus.Dynamics.Data.ODEsOut
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GetY0 | 1 | Using the first value of ODEsOut.y as y0 |
| Join | 1 | Merge ODEsOut.y0 into ODEsOut.params |
| ToString | 1 | |
| GetEnumerator | 1 |
03 Properties
04 Members
GetY0
Using the first value of ODEsOut.y as y0
Join
Merge ODEsOut.y0 into ODEsOut.params
y0
方程组的初始值,积分结果会受到初始值的极大的影响
dx
得到进行积分的步进值
Resolution
获取得到积分计算的分辨率的数值
HaveNaN
Is there NAN value in the function value ODEsOut.y ???
x
y
params
ToString()
GetEnumerator()