Find the Nth root of a given number x.
Examples
x = 4096 n = 4 y = 8
x = 625 n = 5 y = 3.6239
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers364
Suggested Problems
-
Longest run of consecutive numbers
6479 Solvers
-
303 Solvers
-
721 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
358 Solvers
-
2587 Solvers
More from this Author3
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
wrong command in test suit.. it should be nth_root(x,n).. please fix it
fixed