Problem 2376. Find the Nth Root of a Given Number
Solution Stats
Problem Comments
-
2 Comments
rifat
on 18 Jun 2014
wrong command in test suit.. it should be nth_root(x,n).. please fix it
Shravankumar P
on 18 Jun 2014
fixed
Solution Comments
-
1 Comment
Harish Maradana
on 25 Aug 2014
function ans = nth_root(x,n)
nthroot(x,n)
end
my answer correct but fail test suit 3 fails help me
Problem Recent Solvers233
Suggested Problems
-
Project Euler: Problem 1, Multiples of 3 and 5
2326 Solvers
-
Create matrix of replicated elements
344 Solvers
-
Determine the length of a string of characters
199 Solvers
-
5471 Solvers
-
Solve a System of Linear Equations
7533 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!