sci.math
[Top] [All Lists]

Re: any free C/C++ library to solve n-order linear ode

Subject: Re: any free C/C++ library to solve n-order linear ode
From: Stephen Montgomery-Smith
Date: Thu, 06 Apr 2006 23:43:49 GMT
Newsgroups: sci.math
__saint wrote:
Hi everyone.

Are there any free C/C++ library to solve n-order linear ode given in a
common form with its coefficients? I know that gsl (GNU Scientific
Library) can solve systems of first-order ode's, but I can't find some
algorithm that can automatically convert an n-order linear ode in
common form to a system of  ode's. Could anyone tells me about such
librarry or suggest some algorithm?

Thanks in advance.


Converting an nth order ode to a system of 1st order ode's is so straightforward, that in effect, the gls program you mention is also going to be an out of the box method to solve nth order ode's.

<Prev in Thread] Current Thread [Next in Thread>
Privacy Policy