搜索资源列表
Newtonandyangtiao
- 计算方法牛顿插值和样条插值,不足之处,望指出-Newton's method and spline interpolation, inadequate, Wang said
algorithm_using_c
- 一些算法的c语言实现,对数学建模的读者非常有用,例如牛顿插值,牛顿迭代等-some algorithm in C Language for Mathematical Modeling of readers very useful, such as Newton's interpolation, such as Newton iteration
1
- 牛顿插值, 拉格朗日差值, 人性化界面-Newton interpolation, Lagrange difference, human interface
jisuanfangfa
- 显示方法埃特肯改进欧拉法牛顿迭代分段线性插值-Display method to improve Aite Ken Newton Euler piecewise linear interpolation, etc.
Interpolation
- 数学分析基本函数,包括拉格朗日插值,牛顿插值等。-Interpolation
CSharp
- 数值分析Csharp实现,包含的算法有:插值法,牛顿法-DataAnalysis implement by CSharp
1
- 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格,牛顿迭代,牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔-10 of the algorithm C language source code: Lagrange, Newton interpolation, Gaussian, Romberg, Newton iteration, Newton- Cortez, Jacques, Qinjiu Zhao, power law, high Si Se Del
112
- 数值计算解大规模线性方程组,计算牛顿方法,多维插值方法-compute large scale calculation problem
newton
- 牛顿插值法 是使用C++语言编写的 里边有.cpp文件 打开后可直接使用-Newton interpolation inside. Cpp files can be used directly
lagrange-and-newton-
- 拉格朗日插值和牛顿差值算法的源代码 拉格朗日插值和牛顿差值算法的源代码 -lagrange and newton
sqrt
- 一个求取sqrt(x)的程序(仿计算器的功能),输入任意10位有效数字以内的正数,可以求取其正的平方根,要求精确到10位有效数字。实现了泰勒级数展开、牛顿迭代、二次插值、最佳一次逼近、卡马克平方根倒数。-A strike sqrt (x) of the program (like a calculator function), the positive input 10 of any less significant digits, the positive square root of the
Newton-interpolation
- 这是一个用C语言完成的,牛顿插值法的小程序-This is a C language, Newton interpolation applet.
lngl
- 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格-10 important algorithms C language source code: Lagrange, Newton interpolation, Gauss, Romberg ~~
newtonchazhi
- 使用C++语言实现了牛顿插值和拉格朗日插值-newton interpolation
ConsoleApplication1
- C#写的两个简单的小程序,分别用牛顿插值法和三次样条插值法来进行插值。-A program written by C#. It uses Newton Interpolation Method and Spline Interpolation Method