3 * x0 + x1 = 9 x0 + 2 * x1 = 8 a = np.array([[3,1], [1,2]]) b = np.array([9,8]) x = np.linalg.solve(a, b) x=[ 2. 3.] 赞微海报分享
近期评论