Other packages > Find by keyword >

deSolve  

Solvers for Initial Value Problems of Differential Equations ('ODE', 'DAE', 'DDE')
View on CRAN: Click here


Download and install deSolve package within the R console
Install from CRAN:
install.packages("deSolve")

Install from Github:
library("remotes")
install_github("cran/deSolve")

Install by package version:
library("remotes")
install_version("deSolve", "1.40")



Attach the package and use:
library("deSolve")
Maintained by
Thomas Petzoldt
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2008-06-01
Latest Update: 2023-11-27
Description:
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.
How to cite:
Thomas Petzoldt (2008). deSolve: Solvers for Initial Value Problems of Differential Equations ('ODE', 'DAE', 'DDE'). R package version 1.40, https://cran.r-project.org/web/packages/deSolve. Accessed 18 Sep. 2026.
Previous versions and publish date:
(2026-07-09 07:31), 1.1 (2008-06-01 20:56), 1.2-1 (2008-07-21 16:41), 1.2-2 (2008-08-01 15:59), 1.2-3 (2009-01-16 18:06), 1.2 (2008-07-18 09:37), 1.3 (2009-06-25 09:25), 1.5-1 (2009-11-23 20:19), 1.5 (2009-10-16 16:05), 1.6 (2009-12-17 18:17), 1.7 (2010-02-19 14:44), 1.8.1 (2010-10-02 14:18), 1.8 (2010-09-11 11:11), 1.9 (2011-01-10 10:15), 1.10-2 (2011-06-01 18:16), 1.10-3 (2011-08-10 12:13), 1.10-4 (2012-07-27 19:09), 1.10-5 (2013-04-12 07:55), 1.10-6 (2013-04-23 10:22), 1.10-7 (2013-08-15 18:10), 1.10-8 (2013-09-18 08:38), 1.10-9 (2014-06-25 23:55), 1.10 (2011-05-10 11:36), 1.11 (2014-10-29 07:59), 1.12 (2015-07-06 19:00), 1.13 (2016-03-01 17:07), 1.14 (2016-09-05 15:54), 1.20 (2017-07-14 18:34), 1.21 (2018-05-09 11:38), 1.23 (2019-06-29 23:20), 1.24 (2019-07-15 15:50), 1.25 (2019-11-19 10:50), 1.27.1 (2020-01-02 18:36), 1.27 (2019-12-20 10:20), 1.28 (2020-03-09 00:00), 1.29 (2021-09-22 17:10), 1.30 (2021-10-07 10:40), 1.31 (2022-03-31 00:30), 1.32 (2022-04-14 12:32), 1.33 (2022-07-16 13:10), 1.34 (2022-10-22 20:15), 1.35 (2023-03-12 21:30), 1.36 (2023-07-01 18:00), 1.37 (2023-09-01 11:10), 1.38 (2023-09-05 14:10), 1.40 (2023-11-28 00:30), 1.41 (2026-02-06 09:30)
Other packages that cited deSolve R package
View deSolve citation profile
Other R packages that deSolve depends, imports, suggests or enhances
Complete documentation for deSolve
Functions, R codes and Examples using the deSolve R package
Some associated functions: DLLfunc . DLLres . SCOC . aquaphy . ccl4data . ccl4model . checkDLL . cleanEventTimes . daspk . deSolve-internal . deSolve . dede . diagnostics.deSolve . diagnostics . events . forcings . lsoda . lsodar . lsode . lsodes . ode.1D . ode.2D . ode.3D . ode.band . ode . plot.deSolve . radau . rk . rk4 . rkMethod . timelags . vode . zvode . 
Some associated R codes: Aquaphy.R . DLLfunc.R . SCOC.R . Utilities.R . ccl4model.R . checkevents.R . cleanEventTimes.R . daspk.R . dede.R . diagnostics.R . euler.R . forcings.R . functions.R . iteration.R . lsoda.R . lsodar.R . lsode.R . lsodes.R . matplot.R . ode.R . printmessage.R . radau.R . rk.R . rk4.R . rkMethod.R . vode.R . zvode.R .  Full deSolve package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

downlit  
Syntax Highlighting and Automatic Linking
Syntax highlighting of R code, specifically designed for the needs of 'RMarkdown' packages like 'pk ...
Download / Learn more Package Citations See dependency  
injectoR  
R Dependency Injection
R dependency injection framework. Dependency injection allows a program design to follow the depend ...
Download / Learn more Package Citations See dependency  
hmeasure  
The H-Measure and Other Scalar Classification Performance Metrics
Classification performance metrics that are derived from the ROC curve of a classifier. The package ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
data360r  
Wrapper for 'TCdata360' and 'Govdata360' API
Makes it easy to engage with the Application Program Interface (API) of the 'TCdata360' and 'Govdat ...
Download / Learn more Package Citations See dependency  
eyelinker  
Import ASC Files from EyeLink Eye Trackers
Imports plain-text ASC data files from EyeLink eye trackers into (relatively) tidy data frames for ...
Download / Learn more Package Citations See dependency  

28,565

R Packages

239,283

Dependencies

75,677

Author Associations

28,566

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA