点击运行
import numpy as np mat = np.matrix('1 2; 3 4') print(mat.H)
运行结果 :
正在执行...