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 Solvers7
Suggested Problems
-
Replace NaNs with the number that appears to its left in the row.
3067 Solvers
-
Construct a string from letters and counts
147 Solvers
-
Back to basics 23 - Triangular matrix
1129 Solvers
-
Removing rows from a matrix is easy - but what about inserting rows?
269 Solvers
-
Sum the numbers on the main diagonal
616 Solvers
More from this Author323
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.