Problem 59521. Integrate a power tower

Write a function to compute this integral
I = integral((x^x)^(x^x)^(x^x)...,{x,a,0})
where . That is, the integrand is (x to the x) to the (x to the x) to the (x to the x)...

Solution Stats

75.0% Correct | 25.0% Incorrect
Last Solution submitted on Jan 03, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers3

Suggested Problems

More from this Author250

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!