搜索资源列表
mtlab
- 牛顿法解非线性方程,用牛顿法编程解非线性方程的解-newton
excel_in_civil_egineering
- 工量预测.xls 截面扭转特性.xls 截面特性一.xls 截面特性二.xls 最优化问题.xls 最值问题.xls 牛顿法解方程.xls 矩阵运算.xls 线性拟合.xls 解线性方程组.xls 解线性方程组(二).xls 辛普森法积分.xls 频率与振型求解.xls 双变量模拟运算.xls 多元线性回归.xls 多项式拟合.xls 实例1.xls 实例2.xls 实例3.xls
NewTon
- 采用牛顿法解非线性方程阻,注意:该程序并非通用程序,但具备牛顿法编程的所有步骤及函数,对编写牛顿法的人有参考价值-Using Newton' s method for solving nonlinear equations resistance, Note: This program is not a common procedure, but with Newton' s method of programming all of the steps and functions, N
C
- C语言求解1元3次方程解的方法。牛顿迭代法-C language
diedaifa
- 牛顿下山法和二分法程序,用来求解方程的解-Newton downhill method, and dichotomy program, the solution used to solve the equation
mathmatic-analysis
- 分别用二分法,简单迭代法,牛顿迭代法,弦截法解非线性方程-Respectively with the dichotomy simple iterative method, Newton iterative method, Secant Method for solving nonlinear equations
sparse-polynomials-
- 实现稀疏多项式的加减乘除,建立删除,等相关操作,并使用牛顿迭代法进行解方程-accomplish the function of addition ,deduction,multiply ,divide and so on .especially the code use Newton algothrim to solve the equation
five-ways
- 数值分析非线性方程求解(五种方法)。分析牛顿法、割线法、对分法、Steffensen法、简易牛顿法解线性方程组的性质-Numerical analysis of nonlinear equations (five methods). Nature of the analysis of Newton, secant, bisection method, Steffensen method, simple Newton method for solving linear equations
Notun
- 用C语言实现牛顿迭代法解方程,牛顿迭代法可以广泛用于解方程-C language
Equation-Root
- 方程求根 inv - 逆矩阵 roots - 多项式的根 fzero - 一元函数零点 fsolve - 非线性方程组 solve - 符号方程解 *newton - 牛顿迭代法解非线性方程- Equation Root inv- Inverse Matrix roots- roots of the polynomial fzero- One Function Zero fsolve- nonlinear equations solve- Equ
1
- 本程序是用Visual Biasic 实现用牛顿迭代法对方程进行求零解,并显示每次迭代的数值及迭代次数-The Visual Basic program is seeking to achieve zero solution Newton iteration method for equations and numerical iterations and each iteration display
Burgers方程_牛顿迭代法
- 用牛顿迭代法求解Buegers方程的精确解(Solving the exact solution of Buegers equation by Newton's iterative method)