Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x=eye(3);
y_correct = [ 1 -3 3 -1];
assert(isequal(char_eq(x),y_correct))
|
Project Euler: Problem 10, Sum of Primes
555 Solvers
243 Solvers
262 Solvers
Change the first and last diagonal element of the identity matrix to zero
86 Solvers
Finding perimeter of a rectangle
193 Solvers