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
-
Find the two most distant points
2952 Solvers
-
269 Solvers
-
Sum the entries of each column of a matrix which satisfy a logical condition.
175 Solvers
-
Calculate the probability that at least two people in a group share the same birthday.
103 Solvers
-
Create an index-powered vector
939 Solvers
More from this Author322
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.