Find the Nth root of a given number x.
Examples
x = 4096 n = 4 y = 8
x = 625 n = 5 y = 3.6239
wrong command in test suit.. it should be nth_root(x,n).. please fix it
fixed
function ans = nth_root(x,n)
nthroot(x,n)
end
my answer correct but fail test suit 3 fails help me
401 Solvers
424 Solvers
204 Solvers
Is this triangle right-angled?
1918 Solvers
Sum the 'edge' values of a matrix
153 Solvers