Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
a = [-2 2];b=3;
y = [0 1];
assert(isequal(divide_differently(a,b),y))
|
2 | Pass |
%%
a = [-5 0];b=3;
y = [-1 0];
assert(isequal(divide_differently(a,b),y))
|
Project Euler: Problem 1, Multiples of 3 and 5
1063 Solvers
Compute a dot product of two vectors x and y
645 Solvers
Multiples of a Number in a Given Range
140 Solvers
263 Solvers
261 Solvers