This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x=1
y_correct = 7
assert(isequal(equation(x),y_correct))
x =
1
y_correct =
7
|
2 | Pass |
%%
x=5
y_correct = 9287
assert(isequal(equation(x),y_correct))
x =
5
y_correct =
9287
|
2278 Solvers
Check if number exists in vector
2313 Solvers
152 Solvers
Find the Nth Root of a Given Number
125 Solvers
395 Solvers