🌈 搜索
📅  最后修改于: 2022-03-11 14:45:29.849000             🧑  作者: Mango
a = np.matrix([[1, 1, 1], [2, 2, 1], [3, 3, 0]]) print np.linalg.cond(a)