Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
R=1;
M=1;
W=99;
assert(tank(R,M)>W)
N_t =
99.0050
|
2 | Pass |
R=2;
M=2;
W=96;
assert(tank(R,M)>W)
N_t =
96.0789
|
3 | Pass |
R=10;
M=10;
W=36;
assert(tank(R,M)>W)
N_t =
36.7879
|
4 | Pass |
R=15;
M=20;
W=5;
assert(tank(R,M)<W)
N_t =
4.9787
|
5 | Pass |
R=7;
M=8;
W=58;
assert(tank(R,M)<W)
N_t =
57.1209
|
Project Euler: Problem 8, Find largest product in a large string of numbers
315 Solvers
Back to basics 4 - Search Path
322 Solvers
Numbers with prime factors 2, 3 and 5.
166 Solvers
The Answer to Life, the Universe, and Everything
383 Solvers
Who is the smartest MATLAB programmer?
561 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!