搜索资源列表
拉格朗~1
- 数值分析课程上机 拉格朗日插值多项式 插值多项式存在唯一性 在次数不超过N的多项式集合Hn中 满足条件的插值多项式Ln(x)^Hn 是唯一存在的! 牛顿插值 三色~-numerical analysis courses on the plane Lagrange polynomial interpolation polynomial interpolation existence and uniqueness to the number not exceeding N polynomial Hn
用拉格朗日插值法依据N个已知数据点即使函数值
- 这是一个拉格朗日插值法的matlab程序,适合学习数值模拟的同学学习下载。-This is a Lagrangian of Matlab interpolation procedures, numerical simulation study for students learning to download.
拉格朗日插值多项式c语言实现
- 拉格朗日插值多项式c语言实现
report
- 拉格朗日插值实验报告,里面含有实验报告的所有信息,包括题目,源程序,运行结果!-Lagrange interpolation experimental reports, which contain all the information the report of the experiment, including the title, source, run the results!
Newton_interpolation_Lagrange_interpolation
- 计算方法C语言的实现 牛顿插值法,拉格朗日插值法-Calculation of C language realization of the Newton interpolation, Lagrange interpolation
languagenewton
- 这是拉格朗日插值和牛顿插值的源代码,输入数据之后,可以输出函数-This is the Lagrange interpolation and Newton interpolation of source code, input data, you can output function
MathMethod
- 应用拉格朗日插值法,进行曲线拟合,可生成拟合曲线显示图像-Application of the Lagrange interpolation method for curve fitting, curve fitting to generate display images
lagrange
- 这是一个实现拉格朗日插值的数学程序,也很经典。-This is a mathematical realization of Lagrange interpolation process is also very classic.
拉格郎日插值
- 在fortran平台下实现啷个朗日差值计算,得出结果并将其与课本对比。(Lagrange interpolation)
拉格朗日插值
- 本程序用拉格朗日插值方法计算了函数的最大近似误差,功能齐全(This procedure uses Lagrange interpolation method to calculate the maximum approximation error function, complete functions)
插值程序c语言
- 用c语言编写的插值程序,里面有牛顿插值、拉格朗日插值等供大家学习参考(C language interpolation procedures, which have Newton interpolation, Lagrange interpolation, for reference)
拉格朗日插值
- 运用拉格朗日原理对曲线进行拟合插值c语言程序源代码(Lagrange curve interpolation C language source code)
拉格朗日插值
- 拉格朗日插值法,多点计算插值,选取两组插值点进行比较(lagrange lagrange,lagrange,lagrange)
插值和函数逼近
- 各种插值和函数逼近方法包括hermit 插值拉格朗日插值牛顿插值等(Various interpolation and function approximation methods include hermit interpolation, Lagrange interpolation, Newton interpolation and so on)
lagelangrichazhiduoxiangshi
- 拉格朗日插值多项式用matlab实现,目前网上的都是用多层for循环 这没有利用到矩阵的强大功能,matlab就是以矩阵为基础建立的科学软件。对矩阵的运算非常适合。提高运算效率。(The Lagrange interpolation polynomial is realized by MATLAB, and at present, the network is all multilayered for cycle This does not take advantage of the pow
Lagrange_main
- 拉格朗日插值法的源程序,通过给定几点的坐标,并给出要求的坐标,求出在该点的拉格朗日插值(Lagrange interpolation method of the source, by giving the coordinates of several points, and given the required coordinates, find the Lagrange interpolation)
常用的8种fortran插值程序
- 常用的8种fortran插值程序(包含线性插值,拉格朗日插值等)(8 commonly used FORTRAN interpolations)
1插值法—拉格朗日插值法
- 使用matlab编写了拉格朗日插值算法的函数,里面有题目,可直接运行计算得到结果。(The function of Lagrange interpolation algorithm is written by MATLAB. There are questions in it, which can be directly run and calculated and get the result.)
lagrange
- 结合精密文件,使用拉格朗日插值计算卫星坐标(Using Lagrange interpolation to calculate satellite coordinates)
拉格朗日插值
- lagrange插值 在数值分析中,拉格朗日插值法是以法国十八世纪数学家约瑟夫·拉格朗日命名的一种多项式插值方法。许多实际问题中都用函数来表示某种内在联系或规律,而不少函数都只能通过实验和观测来了解。如对实践中的某个物理量进行观测,在若干个不同的地方得到相应的观测值,拉格朗日插值法可以找到一个多项式,其恰好在各个观测的点取到观测到的值。(interpolation In numerical analysis, the Lagrange interpolation method is a p