Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
r = 3;
h = 2;
y_correct = 65.9734;
assert(abs(func_frosting(r,h) - y_correct) < 1e-4)
sa1 =
56.5487
sa2 =
37.6991
SA =
94.2478
|
2 | Fail |
r = 0.5;
h = 0.25;
y_correct = 1.5708;
assert(abs(func_frosting(r,h) - y_correct) < 1e-4)
sa1 =
1.5708
sa2 =
0.7854
SA =
2.3562
|
Project Euler: Problem 10, Sum of Primes
707 Solvers
Create a vector whose elements depend on the previous element
391 Solvers
345 Solvers
531 Solvers
299 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!