Q: How to display all digits?



Dear Stavros, thanks for your hint, it works with
bfloat(1/23869); 

displaying all the digits. But when I calculate big integers (like 2^50) 
I still get a short output. I guess I need to use another operator 
instead of ^ to get big numbers...

BTW: If I have a recursive definition of a sequial like

	a[n]:=2+a[n-1];

I fail to find a way to define a[0].

Thanks for your patience
Ralf.

Am Mittwoch 14 Februar 2007 16:01 schrieb RalfGesellensetter:
> Dear List,
>
> being quite new to maxima, I wonder how to get all digits in a
> context like this:
>
> (%i1) fpprec : 66000;
> (%o1) 66000
> (%i2) 2^216091-1;
> (%o2) 746093103064661343687339579400[64990 digits]
> 514111877691336204103815528447
> (%i3) bfloat(2^216091-1);
> (%o3) 7.4609310306466134368733957940[64997 digits]
> 877691336204103815528447b65049
>
> System: Debian-Edu
> maxima: 5.10.0-6
> wxmaxima: 0.7.0a-1
> libgmp3: 4.1.4-4
>
> Thank you
> Ralf
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima