我使用Python 和NumPy 並且在“轉置”方面有一些問題: import numpy as np a = np.array([5,4]) print(a) print(a.T). 調用 aT 不是轉置數組。
確定! 回上一頁