搜索资源列表
pade_mine
- 对函数进行PADE近似程序可以对多种函数进行近似,尤其在FFT的频率分析中PADE的作用很大-right Valued function approximation for a wide range of procedures can function approximation, especially in the FFT frequency analysis of the significant role Valued
曲线拟合
- (1)利用多项式拟合的两个模块程序求解下题: 给出 x、y的观测值列表如下: x 0 1 2 3 4 5 y 2.08 7.68 13.8 27.1 40.8 61.2 试利用二次多项式y=a0+a1x+a2x2进行曲线拟合。 (1)多项式拟合方法:假设我们收集到两个相关变量x、y的n对观测值列表: x x0 x1 x2 x3 x4 x5 y y0 y1 y2 y3 y4 y5 我
newton
- 牛顿法(Newton s method)又称为牛顿-拉夫逊方法(Newton-Raphson method),它是一种在实数域和复数域上近似求解方程的方法。方法使用函数f(x)的泰勒级数的前面几项来寻找方程f(x) = 0的根
Newton
- 用牛顿迭代法来求解函数近似解,不同的迭代方法,收敛速度是不一样的
Least-squares
- 在生产和实验中,通常需要依据一组实验数据,确定函数来近似该组数据,可以采用最小二乘法求解上述问题。
chap3(1)
- 在工程实践和科学实验中,常常需要从一组实验观测数据之中找到自变量与因变量之间的关系,一般可用一个近似的函数来表示。函数的产生办法因观测数据和要求不同而异,数据插值和你和是两种常用的办法。-In engineering practice and scientific experiments, often from a set of experimental data to find the independent variables and dependent variable relations
chap3(2)
- 在工程实践和科学实验中,常常需要从一组实验观测数据之中找到自变量与因变量之间的关系,一般可用一个近似的函数来表示。函数的产生办法因观测数据和要求不同而异,数据插值和你和是两种常用的办法。-In engineering practice and scientific experiments, often from a set of experimental data to find the independent variables and dependent variable relations
Jacobi
- 该函数文件是通过雅克比迭代格式求解线性方程的近似解-The function file is the format adopted for solving Jacobian iteration of the approximate solution of linear equations
multifunctionvariablemetricmethod
- 解具有导数的多元函数的无约束极小值点或具有导数的非线性方程组的近似解-Solution with multi-function derivative of the unconstrained point or derivative of the nonlinear equations of the approximate solution
Lagrange
- 数据插值的基本出发点是根据函数f(x)的一组数据{xi,f(xi)}(i=0,1,…,n),按照插值条件构造简单易算的函数P(x)去近似f(x)。本代码用高级程序设计语言实现Lagrange插值,-The basic starting point of data interpolation is based on the function f (x) of a set of data (xi, f (xi)) (i = 0,1, ..., n), constructed in accordanc
DSCG-unOP
- 用于数学规划的最优化算法,可以用来测试函数,求解近似的最优解-optimization algorithms
chebyshev-original
- 用切比雪夫最佳一致逼近法实现函数最优近似-a chebyshev algorithm
approximation
- 函数逼近法求根 通过函数逼近法求得函数的近似解-Roots of function approximation function by function approximation of the approximate solution obtained by
GM
- 灰色系统理论是基于关联空间、光滑离散函数等概念定义灰导数与灰微分方程,进 而用离散数据列建立微分方程形式的动态模型,由于这是本征灰色系统的基本模型,而 且模型是近似的、非唯一的,故这种模型为灰色模型,记为GM(Grey Model),即灰 色模型是利用离散随机数经过生成变为随机性被显著削弱而且较有规律的生成数,建立 起的微分方程形式的模型,这样便于对其变化过程进行研究和描述。-Grey system theory is based on the relevance of spac
heat-conductivity-VF.txt
- 首先定义函数u ( x , t) 的时间与空间的网格,将x 坐标分成N 等份,将t 坐标分成M 等份. 令i 表示位置x 横轴, j 表示时间t 纵轴. 网格上每个格点对应一个温度值. 用中心差分近似代替对 空间的偏微分,-heat conductivity
erfen
- 用二分法计算一元三次函数方程的近似解,界面清晰,操作简单-With the dichotomy of calculating a cubic function equation approximate solution, clear interface, easy operation
My-Documents
- 利用插值基函数与原函数的关系,通过lagrange插值法,得出原函数的近似函数。-solution lagrange.
Fitting
- 推求一个解析函数y=f(x)使其通过或近似通过有限序列的资料点(xi,yi),通常用多项式函数通过最小二乘法求得此拟合函数。-exponential function:Y=aebX(12.29),lograrithmic function:Y=a+blnX(X>0)
Interpolation-and-fitting
- 插值:求过已知有限个数据点的近似函数。拟合:已知有限个数据点,求近似函数,不要求过已知数据点,只要求在某种意义下它在这些点上的总偏差最小。-Interpolation: seeking over a finite number of data points known approximate function. Fitting: Given a finite number of data points, find the approximate function, does not requir
局部最大熵形函数matlab程序
- 局部最大熵近似形函数matlab程序,主要用于无网格计算。 This set of Matlab functions computes the Calculation of the local maximum-entropy shape functions with Newton's method as described in section 4.2 of [1]. The core functions are shapef.m and Gamma_.m. The rest is pro