rougier/numpy-100

Alternative solution for 21

yunisdev opened this issue · 2 comments

You can also use:

np.tile(np.identity(2),(4,4))

I want to work on this

Thanks for the suggestion. I don't think it's fundamentally different from the current solution since it's only a matter of using the identity function in place of the manual array.