import numpy as np
np.arange(0,9).reshape(3,3)
np.random.random([3,3,3])
np.eye(3)
np.mat('1,2,3;4,5,6;7,8,9')