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
-
2564 Solvers
-
370 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1284 Solvers
-
Remove entire row and column in the matrix containing the input values
576 Solvers
-
Free Fall analytical solution (Chapra 2012 textbook Example 1.1)
27 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.