Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x =4;
n=3;
y_correct = [1 100 10000];
assert(isequal(Log_vec(x,n),y_correct))
|
2 | Pass |
%%
x =2;
n=3;
y_correct = [1 10 100];
assert(isequal(Log_vec(x,n),y_correct))
|
Least common multiple of many numbers
159 Solvers
144 Solvers
Create matrix of replicated elements
266 Solvers
263 Solvers
Find the area of the four walls
135 Solvers