Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2;3 4];
y_correct = eig(x);
assert(isequal(harish_eigen(x),y_correct))
y =
-0.3723
5.3723
|
Find the peak 3n+1 sequence value
1108 Solvers
401 Solvers
163 Solvers
483 Solvers
412 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!