How to get Maxima to display more numbers

How do you make Maxima print out all the numbers that might be possible?

For example, I entered 256^(256);

and maxima returned 323170060713110073007148766886[557 digits]952148193555853611059596230656

. I want it to print all 557 digits in between, how do I do that?

+3


source to share


1 answer


If you are using wxMaxima, change the 2D display in the Maxima entry in the ascii or none menu. You can get the same result with set_display('ascii)$

or set_display('none)$



+3


source







All Articles