[python做業] 第十一週 [numpy exercise]

import numpy as np from scipy.linalg import toeplitz n = 200 m = 500 A = np.random.normal(loc=0, scale=1, size=(n,m)) B = toeplitz(np.random.random(m), np.random.random(m)) print('Matrix A:\n', A,
相關文章
相關標籤/搜索