[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] ODE example in the GSL manual
From: |
Wacek Kusnierczyk |
Subject: |
Re: [Help-gsl] ODE example in the GSL manual |
Date: |
Thu, 09 Jun 2011 00:22:43 +0200 |
User-agent: |
RoundCube Webmail/0.4-trunk |
On Wed, 08 Jun 2011 22:15:41 +0100, Brian Gough <address@hidden> wrote:
> At Fri, 27 May 2011 12:35:02 -0500,
> Waclaw Kusnierczyk wrote:
>> I'm reading through the GSL manual, sec. 26 on solving ODEs. In the
>> first example (sec. 26.6), you state the initial condition as (y, y') =
>> (1, 0) at t = 0. I believe the condition is on x, i.e., (x, x') = (1,
>> 0) at t = 0. (Or, equivalently, (x, y) = (1, 0) at t = 0).
>
> Thanks for the email, you are right. I've made the correction (and
> changed the variables from (x,y) to (u,v) to avoid confusion with the
> arrayr y[0],y[1] in the program itself.)
Good idea. Thanks.
>
>> Thanks for the great library.
>
> Thank you, glad you find it useful.
The pleasure is mine :)
vQ