Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 2;
y = zeros(2);
assert(isequal(zero(x),y))
|
2 | Pass |
x = 4;
y = zeros(4);
assert(isequal(zero(x),y))
|
Sort a list of complex numbers based on far they are from the origin.
3793 Solvers
How many monitors are connected ?
109 Solvers
214 Solvers
Number of odd and even elements within matrix
100 Solvers
Sum the squares of numbers from 1 to n
116 Solvers