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]
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 29 Mar. 2025.
Previous versions and publish date:
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)
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
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/27Downloads for deSolve800100012001400160018002000220024002600TrendBars

Today's Hot Picks in Authors and Packages

landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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