Learn R Programming

⚠️There's a newer version (1.40) of this package.Take me there.

deSolve (version 1.2-2)

General solvers for ordinary differential equations (ODE) and for differential algebraic equations (DAE)

Description

Functions that solve a system of first-order ordinary differential equations (ODE) and of differential algebraic equations (DAE). The functions provide an interface to the FORTRAN functions lsoda, lsodar, lsode, lsodes, dvode and daspk. The package also contains routines designed for solving uni-and multicomponent 1-D and 2-D reactive transport models.

Copy Link

Version

Install

install.packages('deSolve')

Monthly Downloads

56,482

Version

1.2-2

License

GPL

Maintainer

R. Setzer

Last Published

November 28th, 2023

Functions in deSolve (1.2-2)

rkInternal

Internal Functions for the Runge-Kutta Family of ODE Solvers.
daspk

General solver for differential algebraic equations (DAE)
ode.1D

Solver for multicomponent 1-D ordinary differential equations
ode.2D

Solver for 2-Dimensional ordinary differential equations
aquaphy

a physiological model of unbalanced algal growth
ccl4data

Closed chamber study of CCl4 metabolism by rats.
rk4

Solve System of ODE (Ordinary Differential Equation)s by Euler's Method or Classical Runge-Kutta 4th Order Integration.
lsodar

General solver for ordinary differential equations (ODE), switching automatically between stiff and non-stiff methods and with root finding
vode

General solver for ordinary differential equations (ODE)
deSolve-package

General solvers for ordinary differential equations (ODE) and for differential algebraic equations (DAE)
lsoda

General solver for ordinary differential equations (ODE), switching automatically between stiff and non-stiff methods
ccl4model

the CCl4 inhalation model
lsodes

General solver for ordinary differential equations (ODE) with sparse Jacobian
rkMethod

Collection of Parameter Sets (Butcher Arrays) for the Runge-Kutta Family of ODE Solvers
ode.band

Solver for ordinary differential equations; assumes a banded jacobian
rk

Explicit One-Step Solvers for Ordinary Differential Equations (ODE)
ode

General solver for ordinary differential equations
lsode

General solver for ordinary differential equations (ODE)