搜索资源列表
niudunfa
- 计算方法实验,通过编程实现埃特金加速法,一般迭代法,牛顿法的收敛次数的计算-calculated experiment, Programming Aitken acceleration method, the general iterative method, the convergence of Newton's method of calculating the number of
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
newton
- 用C语言实现的牛顿迭代法解线N阶方程的程序,并附有实验报告
Newton-Raphson
- 该源码是国外用C#编写的用于数学分析的,主要是用来解决牛顿—拉夫逊问题的,电力系统中的各种迭代算法可以参考概算法。
diedai
- 这是一个牛顿迭代函数 最后会输出牛顿迭代的结果 -this is a function of newton diedai the result is a number
jisuanfangfa
- 显示方法埃特肯改进欧拉法牛顿迭代分段线性插值-Display method to improve Aite Ken Newton Euler piecewise linear interpolation, etc.
nd
- 在CCS环境下,用C语言编写用牛顿迭代法解非齐次线性方程组(在此为3个方程)的代码。-In the CCS environment, using C language solution using Newton' s iterative method of non-homogeneous linear equations (in this case 3 equation) code.
Newton-Raphson
- 利用牛顿拉夫逊算法解非线性方程,该法其核心也是迭代的思想。-Newton_Raphson for nonlinear equation
newton
- 带有图像演示的牛顿迭代求解高次函数解,算法为单独的一个类,用户通过主函数传递一个函数方程即可调用-Newton algorithm with graphic demostration
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
hanshu
- MATLAB中用C语言编写的S函数,牛顿迭代法-Using C language MATLAB S-function, Newton iteration
cubic-function
- 用牛顿迭代法编写二次函数 用牛顿迭代法编写二次函数-Write the quadratic function by the Newton iteration method
quadratic-function
- 用牛顿迭代编写二次函数 -Written in Newton iteration quadratic function
Newton
- 这是一个牛顿迭代的程序,他可以求解精确度,迭代次数。-This is a Newton iteration procedure, he can solve the accuracy of iterations.
Newton潮流程序
- Newton潮流程序 牛顿法的特点是收敛性比较好,一般潮流计算通常迭代6~7次就能收敛到非常精确的解,而且迭代次数与电力系统规模关系不大。
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
lab4
- 用多维Newton迭代法求解非线性方程组-Solving nonlinear equations with multi-dimensional Newton iterative method
cpp
- 最速下降/牛顿法 armijo线性搜索 比较 F(x)=x2+2x2-ln(x1x2-1) 迭代次数、步长 精度ε=0.1 σ1=0.4 ρ=0.5-Steepest descent/Newton method armijo linear search compare F (x) = x2+ 2x2-ln (x1x2-1) iterations, step length Precision ε = 0.1 σ1 = 0.4 ρ = 0.5
Experiement1
- C#写的两个简单的计算方法的小程序,分别用二分法和牛顿迭代法求根.-A simple program uses C# language to get the root of a equation using method of bisection and Newton s method
StewartAlgorithm
- 基于C#编程语言,运用牛顿迭代算法实现六自由度平台正逆解算-The forward and inverse algorithm of 6 DOF platform based on Newton iterative,c# programming language