Skip to content

Solving a multinomial gompertz partial differential equation in r

3 messages · Brandon Breitling, Suzen, Mehmet, Thomas Petzoldt

#
Hi Brandon,

You can try ReacTran package:

cran.r-project.org/web/packages/ReacTran/vignettes/PDE.pdf

Best,
-m
On 3 December 2012 06:49, Brandon Breitling <brandonjbreitling at gmail.com> wrote:
#
On 12/3/2012 9:12 AM, Suzen, Mehmet wrote:
ReacTran is for managing the tr5ansport in reactive transport models, is 
relies on package deSolve that contains the ODE/PDE solvers, so I would 
recommend to start with this first.

Papers, slides and tutorials with full source code can be found at:

http://desolve.r-forge.r-project.org

... and an overview about packages dealing with differential equations 
can be found in the Taskview:

http://cran.r-project.org/web/views/DifferentialEquations.html


Hope it helps

Thomas Petzoldt