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))
|
Compute a dot product of two vectors x and y
645 Solvers
Given a 4x4 matrix, swap the two middle columns
299 Solvers
1491 Solvers
171 Solvers
207 Solvers