Functions that solve initial value problems of a system of first-order ordinary differential equations ('ODE'), of partial differential equations ('PDE'), of differential algebraic equations ('DAE'), and of delay differential equations. The functions provide an interface to the FORTRAN functions 'lsoda', 'lsodar', 'lsode', 'lsodes' of the 'ODEPACK' collection, to the FORTRAN functions 'dvode', 'zvode' and 'daspk' and a C-implementation of solvers of the 'Runge-Kutta' family with fixed or variable time steps. The package contains routines designed for solving 'ODEs' resulting from 1-D, 2-D and 3-D partial differential equations ('PDE') that have been converted to 'ODEs' by numerical differencing.
Version: | 1.40 |
Depends: | R (≥ 3.3.0) |
Imports: | methods, graphics, grDevices, stats |
Suggests: | scatterplot3d, FME |
Published: | 2023-11-27 |
DOI: | 10.32614/CRAN.package.deSolve |
Author: | Karline Soetaert [aut], Thomas Petzoldt [aut, cre], R. Woodrow Setzer [aut], Peter N. Brown [ctb] (files ddaspk.f, dvode.f, zvode.f), George D. Byrne [ctb] (files dvode.f, zvode.f), Ernst Hairer [ctb] (files radau5.f, radau5a), Alan C. Hindmarsh [ctb] (files ddaspk.f, dlsode.f, dvode.f, zvode.f, opdkmain.f, opdka1.f), Cleve Moler [ctb] (file dlinpck.f), Linda R. Petzold [ctb] (files ddaspk.f, dlsoda.f), Youcef Saad [ctb] (file dsparsk.f), Clement W. Ulrich [ctb] (file ddaspk.f) |
Maintainer: | Thomas Petzoldt <thomas.petzoldt at tu-dresden.de> |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: | http://desolve.r-forge.r-project.org/ |
NeedsCompilation: | yes |
Citation: | deSolve citation info |
Materials: | NEWS |
In views: | DifferentialEquations, Epidemiology |
CRAN checks: | deSolve results |
Reference manual: | deSolve.pdf |
Vignettes: |
R Package deSolve: Writing Code in Compiled Languages R Package deSolve: Solving Initial Value Differential Equations in R |
Package source: | deSolve_1.40.tar.gz |
Windows binaries: | r-devel: deSolve_1.40.zip, r-release: deSolve_1.40.zip, r-oldrel: deSolve_1.40.zip |
macOS binaries: | r-release (arm64): deSolve_1.40.tgz, r-oldrel (arm64): deSolve_1.40.tgz, r-release (x86_64): deSolve_1.40.tgz, r-oldrel (x86_64): deSolve_1.40.tgz |
Old sources: | deSolve archive |
Please use the canonical form https://CRAN.R-project.org/package=deSolve to link to this page.