Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
g=32; h=10000;
v_correct = 800;
assert(isequal(canon(g,h),v_correct))
ans =
[]
|
2 | Pass |
g=32; h=100;
v_correct = 80;
assert(isequal(canon(g,h),v_correct))
ans =
[]
|
3 | Pass |
g=32; h=4;
v_correct = 16;
assert(isequal(canon(g,h),v_correct))
ans =
[]
|
Sort a list of complex numbers based on far they are from the origin.
3791 Solvers
465 Solvers
135 Solvers
299 Solvers
Find out missing number from a vector of 9 elements
207 Solvers