Problem 57447. Compute a nested cube root

Consider the quantity y = (a+(a+(a+(a+...)^{1/3})^{1/3})^{1/3})^{1/3}. Write a function to compute y without using loops or recursion.

Solution Stats

62.5% Correct | 37.5% Incorrect
Last Solution submitted on Aug 04, 2025

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers15

Suggested Problems

More from this Author309

Problem Tags

Community Treasure Hunt

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

Start Hunting!