I am having 3x3 matrix of 0 and 2x2 matrix of 1:
a=np.zeros((3,3),dtype=int) b=np.ones((2,2),dtype=int)
array([[0, 0, 0], [0,