Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
d = 20;
y_correct = 20+(10*pi);
assert(isequal(perm_semicircle(d),y_correct))
ans =
51.4159
|
2 | Pass |
d = 100;
y_correct = 100+(50*pi);
assert(isequal(perm_semicircle(d),y_correct))
ans =
257.0796
|
Find the two most distant points
1234 Solvers
3652 Solvers
Flag largest magnitude swings as they occur
524 Solvers
243 Solvers
309 Solvers