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 | Fail |
F = 500;
E_correct = 2100/10^15;
assert(photon_energy(F)<E_correct)
|
405 Solvers
Compute a dot product of two vectors x and y
646 Solvers
Calculate the area of a triangle between three points
281 Solvers
07 - Common functions and indexing 6
282 Solvers
231 Solvers