Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
F = 1;
E_correct = 3/10^15;
assert(photon_energy(F)>E_correct)
|
2 | Pass |
F = 100;
E_correct = 500/10^15;
assert(photon_energy(F)<E_correct)
|
3 | Pass |
F = 500;
E_correct = 2100/10^15;
assert(photon_energy(F)<E_correct)
|
17146 Solvers
Replace multiples of 5 with NaN
282 Solvers
Find the dimensions of a matrix
267 Solvers
What is Sum Of all elements of Matrix
215 Solvers
724 Solvers