Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
n = 5;
y_correct = 6.4563;
assert(abs(SumHilb(n)-y_correct)<10^(-4))
y =
6.4563
|
2 | Pass |
n = 10;
y_correct = 13.3754;
assert(abs(SumHilb(n)-y_correct)<10^(-4))
y =
13.3754
|
386 Solvers
Check if number exists in vector
4466 Solvers
299 Solvers
420 Solvers
Finding an element in a vector
136 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!