-
lagrange插值
在节点上给出节点基函数,然后做基函数的线性组合,组合系数为节点函数值,这种插值多项式称为拉格朗日插值公式线性插值也叫两点插值,已知函数y = f (x)在给定互异点x0, x1上的值为y0= f (x0),y1=f (x1)线性插值就是构造一个一次多项式P1(x) = ax + b使它满足条件P1 (x0) = y0 P1 (x1) = y1其几何解释就是一条直线,通过已知点A (x0, y0),B(x1, y1)。线性插值计算方便、应用很广,但由于它是用直线去代替曲线,因而一般要求[x0, x1]比较小,且f(x)在[x0, x1]上变化比较平稳,否则线性插值的误差可能很大。为了克服这一缺点,有时用简单的曲线去近似地代替复杂的曲线,最简单的曲线是二次曲线,用二次曲线去逼近复杂曲线的情形。
- 2022-03-20 21:27:39下载
- 积分:1
-
从.txt文件中读取数据,并对数据进行哈尔小波变换和压缩操作。...
从.txt文件中读取数据,并对数据进行哈尔小波变换和压缩操作。-From. Txt file to read data, and data Haar wavelet transform and compression operations.
- 2022-08-25 09:02:02下载
- 积分:1
-
本程序采四边形网格法编制了曲面等值线程序,只要输入相应数据,就可绘制出等值线图...
本程序采四边形网格法编制了曲面等值线程序,只要输入相应数据,就可绘制出等值线图-the procedures adopted mesh France produced a surface contour procedures, as long as the corresponding data input can be drawn contour map
- 2022-03-16 06:51:28下载
- 积分:1
-
一些java的小程序.包括排序,一些bank的小计算,
一些java的小程序.包括排序,一些bank的小计算,-some small procedures. Includes sorting, some small bank,
- 2023-04-03 01:35:04下载
- 积分:1
-
计算器能够实现加、减、乘、除简单运算,还能够实现数据的输入,输出,计算,显示及程序退出等功能...
计算器能够实现加、减、乘、除简单运算,还能够实现数据的输入,输出,计算,显示及程序退出等功能-calculators can be achieved, plus or minus, multiplication and simple operation, but also to achieve the data input and output, calculation, Display and exit procedures, and other functions
- 2023-03-25 05:10:03下载
- 积分:1
-
With n
设有n个件工作分配给n个人。将工作i分配给第j个人所学要的费用为Cij。试设计一个算法,为每个人都分配1件工作,并使总费用达到最小-With n-pieces of work assigned to the n individuals. Will be allocated to the first j of work i personally have learned to cost Cij. Try to design an algorithm for each person assigned a work, and to minimize the total cost of
- 2022-09-23 13:05:03下载
- 积分:1
-
背包项目在碳/碳+ +小项目
应用背景信息技术硕士背包项目;关键技术源代码是在背包里。请运行此文件
- 2022-04-17 12:17:19下载
- 积分:1
-
ECG信号处理
这个项目提出了一种算法,从数据库文件中读取ecg signal ,通过特征提取,QRS检测处理它,挑,并采用Matlab仿真RR间期
- 2022-02-07 20:45:46下载
- 积分:1
-
用C语言实现大整数相乘问题
用C语言实现大整数相乘问题-C Language large integer multiplication problems
- 2022-05-26 22:27:39下载
- 积分:1
-
输入n条边的长度,求这些边构成的最大面积多变形的面积
输入n条边的长度,求这些边构成的最大面积多变形的面积-imported n the length of the side, while for these constitute the largest area of deformation over the area
- 2023-02-13 02:50:03下载
- 积分:1