 |
Contributed R Packages Below is a list of all packages provided by project deSolve: Differential Equation Solvers.
Important note for package binaries: R-Forge provides these binaries only
for the most recent version of R, but not for older versions.
In order to successfully install the packages provided on R-Forge, you have to switch to
the most recent version of R or, alternatively, use the package sources (.tar.gz) in older
versions of R. All packages are built/checked according to this
schedule.
|
|
daeSolve - Solvers for differential algebraic equations (DAE) of index up to 3
|
|
|
|
Function that solves differential algebraic equations (DAE) up to index of 3. The function provide an interface to the FORTRAN functions mebdfi.
To install this package directly within R type:
install.packages("daeSolve", repos="http://R-Forge.R-project.org")
Version: 1.0 |
Last change: 2009-10-29 19:49:31+01 |
Rev.: 264
|
|
 |
|
 |
|
|
|
deSolve - General solvers for initial value problems of ordinary differential equations (ODE), partial differential equations (PDE) and differential algebraic equations (DAE)
|
|
|
|
Functions that solve initial value problems of a system of first-order ordinary differential equations (ODE), of partial differential equations (PDE) and of differential algebraic equations (DAE). The functions provide an interface to the FORTRAN functions lsoda, lsodar, lsode, lsodes of the ODEPACK collection, to the FORTRAN functions dvode 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.
To install this package directly within R type:
install.packages("deSolve", repos="http://R-Forge.R-project.org")
Version: 1.5-1 |
Last change: 2009-11-20 00:39:18+01 |
Rev.: 269
Stable Release:
Get deSolve 1.5 from CRAN
|
|
 |
|
 |
|
|
 |