powered by
sys gives the set of derivatives of a first order differential equation system. The functions must be provided by user. Edit and change sys.
sys
sys()
A numeric vector of the nfonct functions at time t
sys has no arguments but the componing functions must have three : t, y param. sys returns the rights sides of the set of nfonct functions.
any mathematical textbook
evrunge, multirunge, nls
evrunge
multirunge
nls
evrunge(seq(0,10,0.1),c(1,1),y0=c(1000,0),sys=sys,graph=TRUE)
Run the code above in your browser using DataLab