r-desolve
Solvers for initial value problems of differential equations
This package provides 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
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 that have been converted to ODEs by numerical differencing.
- Versions: 1.40
- Website: https://desolve.r-forge.r-project.org/
- Licenses: GPL 2+
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-desolve
as follows:
guix install r-desolve
Or install a particular version:
guix install r-desolve@1.40
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of r-desolve about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-desolve'><img src='https://packages.guix.gnu.org/packages/r-desolve/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-desolve)
Example Org:
[[https://packages.guix.gnu.org/packages/r-desolve][https://packages.guix.gnu.org/packages/r-desolve/badges/latest-version.svg]]