🌈 搜索
📅  最后修改于: 2022-03-11 14:46:51.901000             🧑  作者: Mango
a = np.array([[1, 2], [3, 5]]) b = np.array([1, 2]) x = np.linalg.solve(a, b)