Identity Matrix를 만든다.

numpy.eye(3)
#[[1, 0, 0],[0, 1, 0], [0, 0, 1]]