This user (ALBERT ALEXANDER STONIER) appears to have gamed the system, with fraudulent "likes" of this unremarkable solution submitted by 'sock-puppet' accounts. —DIV
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2;3 4];
y_correct = eig(x);
assert(isequal(harish_eigen(x),y_correct))
x =
1 2
3 4
y =
-0.3723
5.3723
|
584 Solvers
746 Solvers
Determine the number of odd integers in a vector
435 Solvers
Create matrix of replicated elements
321 Solvers
462 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!