help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gsl] ODE with time-dependent coefficients


From: Juan Pablo Amorocho D.
Subject: Re: [Help-gsl] ODE with time-dependent coefficients
Date: Thu, 24 May 2012 06:13:43 +0200

Hi Saurav,

If you are asking whether gsl can solve odes of the type x'(t) =
a(t)x+g(t), x(0) = x0, the answer is yes. Just fill the dfdt  array the
jacobian (jac) with a(t). Take a look here, if you don't know what I mean
with dfdt and jac:
http://www.gnu.org/software/gsl/manual/html_node/ODE-Example-programs.html

Hope this helps.

Best,
Juan Pablo


2012/5/24 Saurav Pathak <address@hidden>

> Hi,
>
> I have searched in the manuals but it is not clear to me how I may use GSL
> to solve a system of ODEs with time-dependent coefficients.  Is it possible
> to do so?  I shall be grateful for any pointers.
>
> Thanks,
> Saurav
>
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]