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.)

> Thanks for the great library.

Thank you, glad you find it useful.

-- 
Brian Gough


_______________________________________________
Help-gsl mailing list
Help-gsl@gnu.org
https://lists.gnu.org/mailman/listinfo/help-gsl

Reply via email to