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

80.0% Correct | 20.0% Incorrect
Last Solution submitted on Mar 18, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers12

Suggested Problems

More from this Author244

Problem Tags

Community Treasure Hunt

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

Start Hunting!