AdamsBashforthFourthOrder Method |
Fourth Order AB Method
Namespace: Altaxo.Calc.OdeSolversAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double[] FourthOrder(
double y0,
double start,
double end,
int N,
Func<double, double, double> f
)
Parameters
- y0 Double
- Initial value 1
- start Double
- Start Time
- end Double
- End Time
- N Int32
- Size of output array(the larger, the finer)
- f FuncDouble, Double, Double
- ode model
Return Value
Doubleapproximation with size N
See Also