搜索结果
找到约 143 项符合
NewTon 的查询结果
按分类筛选
matlab例程 load flow algorithm, with entering bus data and line data it solves the load flow with newton method
load flow algorithm, with entering bus data and line data it solves the load flow with newton method.
数值算法/人工智能 Solving nonlinear equations using Newton s and Transversal methods for function x=exp(-x^2)
Solving nonlinear equations using Newton s and Transversal methods for function x=exp(-x^2)
数学计算 原题:编写一个子程序NewTon(float x0
原题:编写一个子程序NewTon(float x0,float eps,float x1)。它的功能是用牛顿迭代法求f(x)=x*x*x-2x*x+4x+1在x=0附近的一个实根。若迭代成功,则返回费0值;否则,返回0。
数值算法/人工智能 A program for solving equations using Newton s Method.Just need to modify the data in the main funct
A program for solving equations using Newton s Method.Just need to modify the data in the main function. If there is any bugs, please contact chenxiang@cad.zju.edu.cn
数学计算 计算方法中lagrange和newton的实现方法,希望和大家分享
计算方法中lagrange和newton的实现方法,希望和大家分享
数学计算 最优化方法newton法求极值的vc++实现 环境:vs2008
最优化方法newton法求极值的vc++实现
环境:vs2008
数学计算 计算机数值方法中Newton-Cotes公式积分算法的演示算法
计算机数值方法中Newton-Cotes公式积分算法的演示算法
数学计算 Summary: Newton-Raphson method for all real roots of the polynomial. MATLAB Release: R11 Descrip
Summary: Newton-Raphson method for all real roots of the polynomial.
MATLAB Release: R11
Description: This M-file calculates all the real roots of the given polynomial. It calls syn_division, a synthetic division function, and derivate, differentiation function.
数学计算 弦割法 和 newton法 求解三次多项式非线性方程
弦割法 和 newton法 求解三次多项式非线性方程
其他 用newton迭代法求矩阵,可以求任意阶的矩阵,非常好用
用newton迭代法求矩阵,可以求任意阶的矩阵,非常好用