Write a function to compute this integral
where
. That is, the integrand is (x to the x) to the (x to the x) to the (x to the x)...
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers8
Suggested Problems
-
Project Euler: Problem 1, Multiples of 3 and 5
3728 Solvers
-
584 Solvers
-
Find third Side of a right triangle given hypotenuse and a side. No * - or other functions allowed
253 Solvers
-
Without the French accent please!
233 Solvers
-
Sum the numbers on the main diagonal
620 Solvers
More from this Author328
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
It looks like the given results are for the function
(x^x)^(x^x)^(x^x)...
instead of
x^x^x^x^x^x...;
they are closely related but slightly different.
Thanks for finding the error and sorry for the confusion. I've fixed the description.