Given n as input, draw a n-by-n matrix 'I' using 0 and 1.
example:
n=3 ans= [0 1 0 0 1 0 0 1 0]
n=4 [0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0]
diffirent
What a move!
1611 Solvers
354 Solvers
Sum of diagonal of a square matrix
1159 Solvers
Getting the indices from a matrice
268 Solvers
126 Solvers