搜索资源列表
Newton
- 此程序实现了利用牛顿迭代法解方程的算法,重要的是利用牛顿迭代法的基本原理,通过编程算出了最后的解-This program implements the algorithm using Newton iterative method of solving equations, newton method basic principle, be programmed to calculate the final solution
numerical-analysis
- 高斯-塞德尔迭代、拉格朗日差值、牛顿法、四阶龙格库塔 与数值分析有关的公式-Gauss- Seidel iteration
b0b1b2b3
- 实现求线性回归方程的参数使用的是牛顿迭代法-Seeking to achieve the parameters of the linear regression equation using a Newton iteration
Niudun
- 牛顿迭代法方程,可以计算出牛顿迭代法的结果-Newton iteration equation, we can calculate the result of Newton iteration
iterationOFnewton
- 利用牛顿法实现迭代运算。计算方法为数值计算书上提到的流程-Achieved using Newton iteration method. Process for the numerical calculation method mentioned in the book
Equation
- 求解一元二次方程的解,可以选择通过二分法,迭代法或牛顿迭代法求解-Solution for solving a quadratic equation, you can choose by dichotomy, iterative method or Newton iterative method for solving