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
226 Solvers
Create matrix of replicated elements
266 Solvers
172 Solvers
710 Solvers
130 Solvers