搜索资源列表
-
0下载:
本代码为牛顿-SOR迭代法求解非线性方程组。其调用格式为[r,m]=mulNewtonSOR(F,x0,w,h,eps) 其中F:方程组,x0:方程组初始解,w:SOR迭代因子,h:数值积分常数,eps:根的精度,m:迭代步数。-The code for the Newton-SOR iteration method for solving nonlinear equations. Its call format [r, m] = mulNewtonSOR (F, x0, w, h, eps)
-
-
1下载:
求解非线性方程组的拟牛顿法(逆broyden秩1方法)之matlab程序,采用符号运算,直接输入含参数的方程组即可。-Solving nonlinear equations of quasi-Newton method (inverse method broyden rank 1) of the matlab program, using symbolic computation, the direct input of equations with a parameter can be.
-
-
1下载:
MATLAB用于非线性方程组的求解问题,用的方法是牛顿迭代法-the solution of nonlinear functions
-
-
0下载:
牛顿法求解非线性方程组matlab源程序-Newton method for solving nonlinear equations matlab source code
-
-
0下载:
matlab牛顿法求解非线性方程组的程序代码学习-matlab Newton method for solving nonlinear equations code learning
-
-
0下载:
MATLAB实现牛顿迭代法求解非线性方程组-MATLAB realization of Newton iteration method for solving nonlinear equations
-
-
0下载:
MATLAB牛顿法求解非线性方程组 源程序代码-Newton s method to solve the nonlinear equations
-
-
0下载:
matlab中用牛顿迭代法求解非线性方程组的的的最优解程序(MATLAB in Newton iterative method for solving nonlinear equations of the optimal solution)
-
-
0下载:
亲测可用,程序简洁。可适用于绝大多数方程组求解。(Pro test is available and program is concise. It can be used to solve most equations.)
-
-
1下载:
包含了牛顿迭代法解非线性方程以及非线性方程组求解,多项式求根的MATLAB的M文件(Newton's iterative method is used to solve nonlinear equations and solve nonlinear equations. The M of MATLAB is the root of polynomial.)
-
-
2下载:
利用拟牛顿迭代的方法,求非线性方程组的数值解的matlab程序,经验证该程序有很难好的求解能力和收敛性。
-