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
Find the numeric mean of the prime numbers in a matrix.
5905 Solvers
Remove all the words that end with "ain"
1027 Solvers
276 Solvers
263 Solvers
Find out value of sine given by degree.
171 Solvers