搜索资源列表
pipest
- 求圆周率的C#原代码 在数值计算中,一般的牛顿迭代法得到的数值具有截断误差,因此,用C#编写的可是实现任意精度的圆周率的计算程序-seeking ratio of the circumference C# source in numerical calculation, the general Newton iterative numerical method with the truncation error and therefore C# prepared But to achieve
数值分析算法描述与习题解答
- 数值分析实验题目牛顿迭代法求根 这个也是计算方法中的常用计算程序 学过的人都知道的-topic Newton iterative method for solving this calculation method is commonly used in the calculation procedures learned in the people know that the
牛顿迭带
- 在VC下实现的一个小程序 牛顿迭带法 先确定有根区间,再算值-in VC under procedures of a small Newton iterative method is to first determine the root zone, and then value
InterpolationofthedifferencequotientNewtoniterativ
- 牛顿插值的差商迭代算法 用C编写的-Interpolation of the difference quotient Newton iterative algorithm
spgs
- 用途:利用二分法快速求解非线性方程f(x) = 0; 用向量形式(普通存储格式)的Gauss-Seidel迭代解线性方程组Ax=b;Newton迭代法解非线性方程f(x) = 0;用分量形式的SOR迭代解线性方程组Ax=b;用向量(稀疏存储)形式的Gauss-Seidel迭代解线性方程组Ax=b -Purposes: the use of dichotomy quickly solving nonlinear equations f (x) = 0 with vector form o
nd-dd
- 牛顿迭代算法 m文件 我们在计算方法课上讲过,按书上给的算法作的-Newton iterative algorithm m our calculations document class said, according to the book to make the algorithm
newton
- Newto迭代非线性方程的根,可以求解多根情况-Newto iterative roots of nonlinear equations, can solve the situation of multiple
1-Newton
- 牛顿迭代算法,可以处理一些简单的计算,得到的结果保存为txt文件。-Newton iterative algorithm that can deal with some simple calculation, and the result saved as a txt file.
newton
- Newton迭代法解一些不常规的方程,不能直接解出来的方程,通过迭代初值的设定,逐步迭代来达到理想的结果-Newton iterative solution of equations of some non-conventional, not directly out of the equation solution, iterative initial value set by gradually iterations to achieve the desired results
Newton
- Newton iterative method for solving equations, c language
2012
- 通过matcom和vc的结合,实现了牛顿迭代发解微分方程。-Through the combination of matcom and vc, realized the Newton iterative FaXie differential equation
hanshu5
- 用牛顿迭代法求根的函数;用递归法求n阶勒让德多项式的值-Newton iterative method for finding roots of functions recursive method and the n-order Legendre polynomial values
newton
- 数值分析中非线性方程和方程组的数值解法中的Newton迭代法的c实现。-Newton iterative method for the numerical analysis of nonlinear equations and numerical solution of the equations c.
Newton
- 此程序实现了利用牛顿迭代法解方程的算法,重要的是利用牛顿迭代法的基本原理,通过编程算出了最后的解-This program implements the algorithm using Newton iterative method of solving equations, newton method basic principle, be programmed to calculate the final solution
mathmatic-analysis
- 分别用二分法,简单迭代法,牛顿迭代法,弦截法解非线性方程-Respectively with the dichotomy simple iterative method, Newton iterative method, Secant Method for solving nonlinear equations
k_solve
- 根据色散关系利用牛顿迭代求解波数,是波浪力学的常用程序-According to the dispersion relation wave number using Newton iterative solution
iterative-and-interpolation-method
- 有关迭代法和插值法的程序。包括高斯赛德尔迭代法、牛顿迭代法、拉格朗日插值法、牛顿插值法等。-Programs about iterative and interpolation method,including Gauss-Siedel ,Newton iterative method, Lagrange and Newton interpolation method.
Equation
- 求解一元二次方程的解,可以选择通过二分法,迭代法或牛顿迭代法求解-Solution for solving a quadratic equation, you can choose by dichotomy, iterative method or Newton iterative method for solving
Newton-Iteration
- 利用牛顿迭代的方法求解非线性方程,求解出满足精度的数值解。-Newton iterative method for solving nonlinear equations, solving a numerical solution to meet the precision.
牛顿
- 牛顿迭代法是解非线性方程组比较经典的方法; 拟牛顿法是为了解决求Jacobi矩阵时带来的困难,现已成为解决非线性方程组和最优化问题的最有效方法之一。(The Newton iterative method is a classic method for solving nonlinear equations. The quasi Newton method is one of the most effective methods for solving the nonlinear equat