Python:实现拉格朗日插值算法 class Algorithm: @staticmethod def LagrangeInterpolation(): grid_x = np.array([4, 5