Accuracy of numerical calculation of the Gamma and Beta function



On Sat, Oct 11, 2008 at 3:20 AM, Adam Majewski <adammaj1 at o2.pl> wrote:

> Does it mean that Maxima can also be used not only as a CAS but also for
> numerical calculations ?
>

Yes, Maxima can be used for calculations using arbitrary-size integers,
arbitrary-size rationals, machine floating-point, and arbitrary-precision
binary floating-points (bigfloats).  Most numerically-oriented systems
handle only machine floating-point, and are optimized for it.

Sometimes I (in my opinion) it's hard to change fpprec in Maxima, see
> for example:
> http://commons.wikimedia.org/w/index.php?title=Image:Lemniscates5.png
>
> Is it possible to change it ? ( to do it with simple one command fpprec)
>

Some parts of Maxima unfortunately don't know about bigfloats, in particular
the plotting routines.  Sorry about that....

           -s