Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2;3 4];
y_correct = eig(x);
assert(isequal(harish_eigen(x),y_correct))
|
Flip the main diagonal of a matrix
506 Solvers
277 Solvers
284 Solvers
465 Solvers
320 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!