This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

I am interested in volunteering


Sorry for my english

I have studied Mathematics in Krakow (Poland) in AGH Uniwersity of Sience and 
Technology
I have written functions which solve DDE (delay differential equations) type
	x'(t)=f(t,x(t),x(t-l1),..,x(t-lm)) t>=t0
	x(t)=g(t) t0>=t>=T
Some of them are based on functions from GSL library (Runge-Kutta for ODE + 
interpolation)
There are 2 functions based on TSRK (Two Step Runge-Kutta) methods for DDE 
(of course these functions can solve ODE).
All functions use constant step size :( But in future I introduce variable 
step size). 
It's possible solving equations with one or more delays.
Delay can be variable but not state dependent (theory of DDE :)
I want to join my functions to next release GSL library. Is that possible? 
What I have to do?



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]