I am really confused about the computation speed of Matlab or Octave.
How is it possible to give the result of a computation like 5^5^5^5
(= 2.351*10^87
if you wanna know) instantly?
I found some results about the speed for matrix computations (this article), but nothing about other matters. And this is not the explanation (my (naive) implementation in Python is running for about 5 minutes right now).