Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [1 2 3 4;5 6 7 8];
A_correct = [1 4 9 16;25 36 49 64];
assert(isequal(your_fcn_name(x),A_correct))
A =
1 4 9 16
25 36 49 64
|
10765 Solvers
Sort a list of complex numbers based on far they are from the origin.
3794 Solvers
Back to basics 3 - Temp Directory
277 Solvers
Sum of diagonal of a square matrix
1159 Solvers
424 Solvers