Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
p= 100;
R=10
n=1
y_correct = 110;
assert(isequal(your_fcn_name(p,R,n),y_correct))
R =
10
n =
1
|
Getting the absolute index from a matrix
178 Solvers
262 Solvers
272 Solvers
Find the Nth Root of a Given Number
126 Solvers
Add one raw in given matrix as shown in example
98 Solvers