Re: [Numpy-discussion] [ANN] MATLAB ODE solvers - now available in Python (Dmitrey)

2013-10-07 Thread Dmitrey
кого: "David Goldsmith" < d.l.goldsm...@gmail.com > Дата: 7 октября 2013, 07:16:33 On Sun, Oct 6, 2013 at 10:00 AM, < numpy-discussion-requ...@scipy.org > wrote: Message: 2 Date: Sat, 05 Oct 2013 21:36:48 +0300 From: Dmitrey < tm...@ukr.net > Subject: Re: [Numpy-dis

Re: [Numpy-discussion] [ANN] MATLAB ODE solvers - now available in Python (Dmitrey)

2013-10-06 Thread David Goldsmith
On Sun, Oct 6, 2013 at 10:00 AM, wrote: > Message: 2 > Date: Sat, 05 Oct 2013 21:36:48 +0300 > From: Dmitrey > Subject: Re: [Numpy-discussion] [ANN] MATLAB ODE solvers - now > available inPython > To: Discussion of Numerical Python > Cc: numpy-discussion@s

Re: [Numpy-discussion] [ANN] MATLAB ODE solvers - now available in Python

2013-10-05 Thread Dmitrey
  --- Исходное сообщение --- От кого: "David Goldsmith" < d.l.goldsm...@gmail.com > Дата: 5 октября 2013, 20:15:38 MCR stands for MATLAB Compiler Runtime and if that's all it requires, that's great, 'cause that's free.  Look forward to giving this a try; does the distribution come w/ exampl

Re: [Numpy-discussion] [ANN] MATLAB ODE solvers - now available in Python

2013-10-05 Thread David Goldsmith
MCR stands for MATLAB Compiler Runtime and if that's all it requires, that's great, 'cause that's free. Look forward to giving this a try; does the distribution come w/ examples? DG Date: Sat, 05 Oct 2013 11:27:04 +0300 > From: Dmitrey > Subject: Re: [Numpy-di

Re: [Numpy-discussion] [ANN] MATLAB ODE solvers - now available in Python

2013-10-05 Thread Dmitrey
It requires MATLAB or MATLAB Component Runtime  ( http://www.mathworks.com/products/compiler/mcr/ ) I'm not regular subscriber of the mail list thus you'd better ask openopt forum. -- Regards, D. http://openopt.org/Dmitrey --- Исходное сообщение --- От кого: "Eric Carlso

Re: [Numpy-discussion] [ANN] MATLAB ODE solvers - now available in Python

2013-10-04 Thread Eric Carlson
Hello, Does this require a MATLAB install, or are these equivalent routines? Thanks, Eric ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

[Numpy-discussion] [ANN] MATLAB ODE solvers - now available in Python

2013-10-04 Thread Dmitrey
Several MATLAB ODE dy/dt = f(y,t) solvers (ode15s, ode23, ode113, ode23t, ode23tb, ode45, ode23s)  have been connected to free OpenOpt Suite package (possibly with  FuncDesigner   automatic differentiation) in addition to scipy_lsoda (scipy.integrate.odeint), see the example . Currently only re