Problem 2376. Find the Nth Root of a Given Number
Solution Stats
Problem Comments
-
2 Comments
wrong command in test suit.. it should be nth_root(x,n).. please fix it
fixed
Solution Comments
-
1 Comment
function ans = nth_root(x,n)
nthroot(x,n)
end
my answer correct but fail test suit 3 fails help me
Problem Recent Solvers227
Suggested Problems
-
2878 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1195 Solvers
-
331 Solvers
-
Is this triangle right-angled?
4137 Solvers
-
Replace every 3rd element in a vector with 4
196 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!