deSolve {math} R Documentation

solve a given ODE system

Description

Usage

deSolve(system, y0, a, b,
    resolution = 10000,
    tick = NULL);

Arguments

system

a collection of the lambda expression. [as DeclareLambdaFunction]

y0

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

a

from. [as double]

b

to. [as double]

resolution%

-

tick

handler after each solver iteration in the solver loop. [as Action`1]

env

[as Environment]

Details

Authors

sciBASIC.NET

Value

this function returns data object of type ODEsOut.

clr value class

Examples


[Package math version 5.0.1.2389 Index]