Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
N = 10^10;
V = 150;
assert(volts(N)>V/pi)
V =
219.6602
|
2 | Pass |
N = 10^11;
V = 700;
assert(volts(N)<V*pi)
V =
2.1966e+03
|
3 | Pass |
N = 10^12;
V = 10000;
assert(volts(N)>V/sqrt(pi))
V =
2.1966e+04
|
Swap the first and last columns
12413 Solvers
Find the alphabetic word product
2321 Solvers
Is my wife right? Now with even more wrong husband
1241 Solvers
519 Solvers
2620 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!