solve.RK4 {math} R Documentation

solve a given ODE system

Description

Usage

solve.RK4(df,
    y0 = 0,
    min = -100,
    max = 100,
    resolution = 10000);

Arguments

system

a collection of the lambda expression

y0

a list of the initialize values of the variables. [as double]

a

from

b

to

resolution%

-

tick

handler after each solver iteration in the solver loop

env

[as Environment]

Details

Authors

sciBASIC.NET

Value

this function returns data object of type ODEOutput.

clr value class

Examples


[Package math version 5.0.1.2389 Index]