Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - piecewise linear interpolation
Search - piecewise linear interpolation - List
多项式最小二乘法 三弯矩插值法 lagrange多项式插值 多项式最小二乘法 龙贝格积分法 分段线性插值 三转角插值 这些是数值分析中常用的集中经典方法,运用matlab展示出来!-least squares polynomial interpolation three Moment Hangzhou polynomial interpolation polynomial least-squares method Long Bagby integration piecewise linear interpolation three corner interpolation these numerical analysis is commonly used in concentrated classical method, using Matlab show!
Update : 2008-10-13 Size : 27.32kb Publisher : jasa

程序总结1:杜氏分解法|艾特肯|I显示方法|二分法|分段线性插值|复合梯形法|复合辛普森 -a summary procedure : Du decomposition | Aitken | I shows | dichotomy | piecewise linear interpolation | composite trapezoidal France | composite Simpson
Update : 2008-10-13 Size : 4.28kb Publisher : 周琳

几个数值算法,二分法、分段线性插值、复合梯形法-several numerical algorithm dichotomy, piecewise linear interpolation, composite trapezoidal method
Update : 2008-10-13 Size : 8.81kb Publisher : 刘海波

几个数值算法,二分法、分段线性插值、复合梯形法-several numerical algorithm dichotomy, piecewise linear interpolation, composite trapezoidal method
Update : 2025-02-19 Size : 9kb Publisher : 刘海波

程序中存放结点值的数组和函数值的数组之所以命名为u和v,主要是为了防止和插值点x,及对应的函数值单元y想混淆-process node storage array and the value of the function of the array has named u and v is mainly to prevent and interpolation points x, and the corresponding function modules y trying to confuse
Update : 2025-02-19 Size : 2kb Publisher : 梁良

多项式最小二乘法 三弯矩插值法 lagrange多项式插值 多项式最小二乘法 龙贝格积分法 分段线性插值 三转角插值 这些是数值分析中常用的集中经典方法,运用matlab展示出来!-least squares polynomial interpolation three Moment Hangzhou polynomial interpolation polynomial least-squares method Long Bagby integration piecewise linear interpolation three corner interpolation these numerical analysis is commonly used in concentrated classical method, using Matlab show!
Update : 2025-02-19 Size : 27kb Publisher : jasa

程序总结1:杜氏分解法|艾特肯|I显示方法|二分法|分段线性插值|复合梯形法|复合辛普森 -a summary procedure : Du decomposition | Aitken | I shows | dichotomy | piecewise linear interpolation | composite trapezoidal France | composite Simpson
Update : 2025-02-19 Size : 4kb Publisher : 周琳

实现Lagrange,Hermite,以及分段线性插值算法,需要用from * import *引用,如要使用lagrange, from lagrange import lagrange-Realize Lagrange, Hermite, and piecewise linear interpolation algorithm, need to quote from* import*, such as to use lagrange, from lagrange import lagrange
Update : 2025-02-19 Size : 1kb Publisher : jiangxr

DL : 0
数值计算程序:分段线性插值-Numerical calculation procedure: piecewise linear interpolation
Update : 2025-02-19 Size : 1kb Publisher :

分段线性插值 包含输入数组的排序和插值点生成,希望对初学者有帮助-Piecewise linear interpolation input array sorting and interpolation points generated, and they hope to have help for beginners
Update : 2025-02-19 Size : 1kb Publisher : xhhs

数值分析中最常用的14个程序: 01_N皇后问题 01_循环赛程表 02_分段线性插值 02_牛顿插值法 03_构造正交多项式 03_最佳一致逼近多项式 04_简单迭代法求方程根[1+1;x] 04_简单迭代法求方程根[sqrt(x+1)] 05_复化梯形公式求积 06_尤拉公式解初值问题 08_高斯消去法解方程组 09_连分式法求积 10_迭代法解线性方程组 10_雅可比方法-Numerical analysis of the 14 most commonly used procedures: 01_N Queen s problem 01_ cycle calendar 02_ piecewise linear interpolation 02_ Newton interpolation 03_ structure orthogonal polynomials 03_ best uniform approximation polynomial 04 _ a simple iterative method for root equation [1+ 1 x] 04_ simple iteration equation for the root [sqrt (x+ 1)] 05_ complex formula of trapezoid quadrature formula 06_ yula 08 initial value problem solutions _ Gaussian elimination solution equations 09_ continued fractions method 10_ quadrature iteration solution of linear equations Jacobian 10_ Ways
Update : 2025-02-19 Size : 2.92mb Publisher : 丁一

数值分析B计算实习作业二:分别用分段线性插值、分段二次多项式插值、 分段三次多项式插值和三次样条插值对所给的数据进行细化 -Numerical Analysis of B calculated internship operation II: piecewise linear interpolation, respectively, sub-quadratic polynomial interpolation, sub-cubic polynomial interpolation and cubic spline interpolation of the data to refine
Update : 2025-02-19 Size : 2kb Publisher : madier

其中包括牛顿插值算法,分段线性插值算法,Larange算法和三次样条插值算法的源程序。还包括插值算法的报告一份。-Including the Newton interpolation algorithm, piecewise linear interpolation algorithm, Larange algorithm and cubic spline interpolation algorithm of the source. The report also includes an interpolation algorithm.
Update : 2025-02-19 Size : 658kb Publisher : 黄校园

数值分析中的分段线性插值问题,程序中含插入点个数输入界面-Numerical Analysis of piecewise linear interpolation, the program containing the insertion point in the number of input interfaces.
Update : 2025-02-19 Size : 11kb Publisher : 李白

c语言编写的分段线性插值的源程序,计算方法课上编写的。-piecewise linear interpolation of the source c language
Update : 2025-02-19 Size : 1kb Publisher : 徐鹏伟

使用分段线性插值算法对数据进行内插,有效的避免了高次插值时产生的龙格现象。-Using piecewise linear interpolation of data interpolation algorithm, effectively avoids the high order interpolation when the runge phenomenon.
Update : 2025-02-19 Size : 1kb Publisher : denglin

用拉格朗日插值、牛顿插值、分段线性插值进行插值点近似值的计算。-Lagrange interpolation, Newton interpolation, piecewise linear interpolation to interpolate point approximation calculations.
Update : 2025-02-19 Size : 1kb Publisher : Leonardo

用Matlab软件实现Lagrange插值、分段线性插值、三次Hermite插值、Aitken逐步插值算法-Implementation with Matlab Lagrange interpolation, piecewise linear interpolation, cubic Hermite interpolation, Aitken interpolation algorithm gradually
Update : 2025-02-19 Size : 1kb Publisher : 瞿炜超

插值法: (1)拉格朗日插值 (2)牛顿插值 (3)分段线性插值 (4)Hermite 插值 (5)样条插值-Interpolation method: (1) Lagrange Interpolation (2) Newton interpolation (3) piecewise linear interpolation (4) Hermite interpolation (5) spline interpolation
Update : 2025-02-19 Size : 6kb Publisher : huangyonghao

本文是样条插值和线性分段插值的matlab代码,通过具体例子编程事例。-This paper is a spline interpolation and piecewise linear interpolation matlab code, through specific examples of programming examples.
Update : 2025-02-19 Size : 57kb Publisher : 王惠惠
« 12 3 4 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.