Author:
Date: Jan 6, 2007 06:02
Gunnar G wrote:
> I have an IVP y'=f(x,y), y(x0)=y0 and wish to find y(x1) for some x1 and I
> would like to get a very accurate result.
> So I guess I need an ODE solver of a high order, any one you would recomend?
>
> Is there any package for increasing the accuracy of the numbers that are
> used? I have only a x86 machine so I guess I'm limited to a 64 bit double
> precision, but perhaps there are software for increased precision, like 256
> bit floating numbers, is there any such software package that is easy to
> use with numerical software?
Besides the usual CAS like Maple or Mathematica or others there are
several free software libraries extending numerics to high precision,
may be you try to google.
If you are on Windows you may consider LCC as a complete environment,
it gives you ~ 100 decimal places. It does not have many numerical
examples, but after a while one gets used to it and some of its special
handling. You will be able to compile DLLs callable from other, usual
Windows applications. It is 'free' in a non-commercial sense.
|