当前位置:
首页 资源下载
搜索资源 - MATLAB 牛顿法 求解非线性方程组
搜索资源列表
-
0下载:
这是牛顿法求解非线性方程组哦那个,用matlab编写的3个m文件,F是方程组左端向量函数,JF是其Jacobian矩阵,最后调用newdim函数文件-This is the Newton method for solving nonlinear equations, oh, um, using Matlab prepared by the three m documents, F is equations extreme vector function, JF its Jacobian matr
-
-
1下载:
非线性方程组求解的经典算法,例如牛顿法,两点割线法,最快下降法-Solving nonlinear equations of classical algorithms, such as Newton method,bi-section method,the fastest descent method, etc.
-
-
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)
-
-
0下载:
MATLAB求解非线性方程组的一些算法程序,牛顿迭代法,高斯迭代法等-MATLAB for solving nonlinear equations of some algorithm program, Newton iteration, Gauss iterative method, etc.
-
-
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下载:
牛顿迭代法用于求解非线性方程组,及求解范围-Newton iterative method for solving nonlinear equations, and solve the range
-
-
0下载:
matlab实现牛顿迭代法求解非线性方程组-Matlab achieve the Newton iterative method for solving nonlinear equations
-
-
0下载:
牛顿法求解非线性方程组matlab源程序-Newton method for solving nonlinear equations matlab source code
-
-
0下载:
MATLAB实现牛顿法求解非线性方程组,简介快速-MATLAB realization Newton' s method for solving nonlinear equations, Introduction Quick
-
-
0下载:
matlab牛顿法求解非线性方程组的程序代码学习-matlab Newton method for solving nonlinear equations code learning
-
-
0下载:
此时例是关于用matlab实现牛顿法求解非线性方程组,(包含牛顿法、改进的牛顿法.梯度法、最速下降法代码),里面附带可以直接运行的程序。-At this case is about solving nonlinear equations using matlab Newton, (including Newton, Newton method to improve the code), which comes with the program can be run directly.
-
-
0下载:
MATLAB实现牛顿迭代法求解非线性方程组-MATLAB realization of Newton iteration method for solving nonlinear equations
-
-
0下载:
运用牛顿迭代法求解非线性方程组的matlab源代码-Newton iterative method to solve the nonlinear equations
-
-
0下载:
MATLAB牛顿法求解非线性方程组 源程序代码-Newton s method to solve the nonlinear equations
-
-
5下载:
MATLAB三次样条插值法 求信号的包络线 源代码
MATLAB使用欧拉Euler法求解微分方程组 源程序代码
MATLAB四阶龙格库塔法 求解微分方程数值解 源程序代码
MATLAB实现txt文本数据分离的源程序代码
MATLAB实现不同插值方法的GUI界面设计 源程序代码
MATLAB实现偏微分方程的差分计算 源程序代码
MATLAB实现单摆在外力矩作用下的动画 源程序代码
MATLAB实现图像中值 均值 维纳滤波 源程序代码
MATLAB实现图像分割otsu
-
-
0下载:
MATLAB牛顿法求解非线性方程组的源程序代码(MATLAB Newton method for solving nonlinear equations source code)
-
-
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牛顿法求解非线性方程组,运用牛顿法对非线性方程组进行求解可得到数值解(MATLAB Newton method for solving nonlinear equations, using Newton method to solve nonlinear equations to obtain numerical solution.)
-
-
2下载:
利用拟牛顿迭代的方法,求非线性方程组的数值解的matlab程序,经验证该程序有很难好的求解能力和收敛性。
-