📜  在 python 代码示例中转置矩阵

📅  最后修改于: 2022-03-11 14:46:09.658000             🧑  作者: Mango

代码示例5
M = np.matrix([[1,2],[3,4]])

M.transpose()