I am using Julia to build a large N x N matrix. It basically consists of repeating the same array:
L = [1 0; 1 0; 0 0; 0 0]
I basically want thi