This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [1 2;3 4];
y_correct = eig(x);
assert(isequal(harish_eigen(x),y_correct))
|
Number of 1s in the Binary Representation of a Number
319 Solvers
244 Solvers
177 Solvers
443 Solvers
200 Solvers