This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 4096;n=4;
y_correct = 8;
assert(isequal(nth_root(x,n),y_correct))
|
2 | Pass |
x = 256;n=4;
y_correct = 4;
assert(isequal(nth_root(x,n),y_correct))
|
1223 Solvers
299 Solvers
369 Solvers
Returning a "greater than" vector
188 Solvers
Is this triangle right-angled?
2874 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!