Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = [1 2 3 4];
y_correct = [-1 -2 -3 -4];
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Fail |
x = [10 -1;2 8];
y_correct = [-10 1;-2 -8];
assert(isequal(your_fcn_name(x),y_correct))
|
Back to basics 13 - Input variables
203 Solvers
151 Solvers
Basics: 'Find the eigenvalues of given matrix
257 Solvers
Output any real number that is neither positive nor negative
250 Solvers
197 Solvers