Description: 一些算法的c语言实现,对数学建模的读者非常有用,例如牛顿插值,牛顿迭代等-some algorithm in C Language for Mathematical Modeling of readers very useful, such as Newton's interpolation, such as Newton iteration Platform: |
Size: 8566 |
Author:lisa |
Hits:
Description: 用C语言来实现的。牛顿插值法对一些函数作近似的替代,是N个节点数的插值函数。-use c language to make a Newton interpolation arithmetic.Newton interpolation arithmetic make a approximation of the function witch have N interpolation points Platform: |
Size: 18432 |
Author:luo |
Hits:
Description: 一些算法的c语言实现,对数学建模的读者非常有用,例如牛顿插值,牛顿迭代等-some algorithm in C Language for Mathematical Modeling of readers very useful, such as Newton's interpolation, such as Newton iteration Platform: |
Size: 8192 |
Author:lisa |
Hits:
Description: 常用数值算法的C++源码,包括三次样条插值、二重积分计算、常微分初值问题数值解、Newton迭代法、列主元高斯消去法、逐次超松弛迭代法。-Numerical algorithm used in C++ source code, including the cubic spline interpolation, double integral, the ordinary differential initial value problem numerical solution, Newton iterative method, PCA out Gaussian elimination method, successive over-relaxation iteration method. Platform: |
Size: 6144 |
Author:胡婕 |
Hits:
Description: C++实现的牛顿插值算法:对于n个点的插值,产生多项式的时间复杂度是O(n*n),最终进行一个点的计算的时间复杂度是O(n)。-C++ realization of the Newton interpolation algorithm: For n of interpolation points, resulting in polynomial time complexity is O (n* n), the final calculation of a point of time complexity is O (n). Platform: |
Size: 2048 |
Author:yxp |
Hits:
Description: lagrange算法实验题目:Lagrange插值多项式
相关知识:通过n+1个节点的次数不超过n的Lagrange插值多项式为:
其中,Lagrange插值基函数 ,k=0,1,…,n。
另外,补充C语言绘制图形方面的内容如下
1.屏幕坐标系 坐标原点在屏幕的左上角,x轴水平向右,y轴垂直向下。2.常用的绘图函数
Newton算法
-lagrange algorithm experimental subject: Lagrange interpolation polynomial-related knowledge: through n+1 the number of nodes n of not more than the Lagrange interpolation polynomial as follows: one, Lagrange interpolation basis function, k = 0,1, ..., n. In addition, the added C language drawn graphics are as follows 1. Screen coordinate system coordinates of the origin of the upper-left corner of the screen, x-axis level of the right, y-axis vertically downward. 2. Mapping function commonly used Newton algorithm Platform: |
Size: 1024 |
Author:哈喽 |
Hits:
Description: AE反距离IDW、克里金Krige插值.txt
I显示方法.c
www.pudn.com.txt
三对角线追赶法.C
三样条插值函数算法,还包括其他的比如hermite等算法,很全.txt
二分法.c
分段线性插值.c
列主元元素消元.C
利用反距离平方加权插值算法建立规则格网在大数据量离散点数据的情况下,.txt
反距离加权插值,貌似不好用IDWUtil.java
埃特肯.c
复合梯形法.c
复合辛普森.c
弦割法.c
操作复数的类Complex.txt
操作矩阵的类 Matrix.txt
改进欧拉法.C
杜氏分解法.C
求解线性方程组的类 LEquations .txt
求解非线性方程组的类 NLEquations .txt
牛顿下山.C
牛顿插值多项式.c
牛顿迭代.c
秦九韶.c
简单迭代.c
系统.c
综合测评.c
计算数值积分的类 Integral .txt
进行插值的类Interpolation.txt
雅克比迭代.C
高斯消去法.c
龙格库塔方法.C
龙贝格算法.c-AE Inverse Distance IDW, kriging Krige interpolation. Txt
I display method. C
www.pudn.com.txt
Three diagonal pursuit method. C
Three spline interpolation algorithm, also includes other such hermite other algorithms, it is full. Txt
Dichotomy. C
Piecewise linear interpolation. C
Main-element element elimination. C
Using the inverse distance squared weighted interpolation algorithm for establishing regular grid of discrete points in the large amount of data in case of data,. Txt
Inverse distance weighted interpolation, seemingly bad IDWUtil.java
Aite Ken. C
Composite trapezoidal method. C
Composite Simpson. C
Chord cutting method. C
Operation plural class Complex.txt
Operation Matrix class Matrix.txt
Improved Euler method. C
Duchenne decomposition. C
Solving linear equations class LEquations. Txt
Solving nonlinear equations class NLEquations. Txt
Newton downhill. C
Newton interpolation polynomial. C
Newton iteration. C
Horner. C
Simple iteration. C
Systems. C
C Platform: |
Size: 60416 |
Author:songguanjun |
Hits: