欲使用NumPy,需先import numpy,使用化名(alias) np來減少打字長度。 ... x.T或np.transpose(x)或x.transpose(): x的轉置矩陣。
確定! 回上一頁