Fork me on GitHub
摘要: 闲话不多说,直接上代码。 import numpy as np from sympy import * # 定义一个求差商表的函数,使用递归求解差商表,返回值是差商的值 # x是数组,表示样本点的x # f是数组,表示样本点的函数值f(x) # start是int类型,表示x数组的起始下标, # e 阅读全文
posted @ 2021-06-20 13:38 星期六去加班 阅读(1913) 评论(2) 推荐(2)