Skip to content
Prev 32572 / 398530 Next

The Wrong Choice: Locked in by license restrictions

On 27 May 2003 at 22:45, DivineSAAM at aol.com wrote:

            
R would be superior to MATLAB for many reasons (too numerous to list).
BVPs), PDEs, and now delay DEQs, use R.
Turner)
On CRAN there is the package odesolve. From library(help=odesolve):

Package: odesolve
Version: 0.5-8
Date: 2003/01/31
Title: Solvers for Ordinary Differential Equations
Author: R. Woodrow Setzer <setzer.woodrow at epa.gov>
Maintainer: R. Woodrow Setzer <setzer.woodrow at epa.gov>
Depends: R (>= 1.4.0)
Description: This package provides an interface for the ODE solver
        lsoda. ODEs are expressed as R functions or as compiled code.

Can you comment on the benefits of odepack versus lsoda?

Kjetil Halvorsen