At Wed, 18 Feb 2009 12:49:15 -0500, dantian wrote: > I'm not familiar with this topic, but I'd like to use gsl to solve a > first order differential equation such as > > dP/dT = (apha + P) / T = f(P,T) > > where alpha is a constant. I have the initial values P0 and T0. > > Well, I'm wondering if someone as already write a code which solve this > and if it's possible to provide it to me. > I thank you in advance,
There is an example in the manual which is very similar: http://www.gnu.org/software/gsl/manual/html_node/ODE-Example-programs.html -- Brian Gough (GSL Maintainer) Support freedom by joining the FSF! http://www.fsf.org/associate/support_freedom/join_fsf?referrer=37 _______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
