Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
tic;
N=10^6;
x=rand(1,N);
y=Aye(N);
assert(numel(y)==N*N)
assert(isequal(x*y,x))
assert(toc<2)
|
1327 Solvers
485 Solvers
Back to basics 8 - Matrix Diagonals
781 Solvers
Given a matrix, return the last eigen value
175 Solvers
Is this triangle right-angled?
2874 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!