牛顿法求解非线性方程组我要分享

Newton method for solving nonlinear equations

matlab向量方程 Jacobian.m 矩阵方程组 姹傝В闈炵嚎鎬ф柟绋嬬粍 newton-method-matlab

关注次数: 346

下载次数: 0

文件大小: 912B

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:这是牛顿法求解非线性方程组哦那个,用matlab编写的3个m文件,F是方程组左端向量函数,JF是其Jacobian矩阵,最后调用newdim函数文件


English Description:

This is the Newton method for solving nonlinear equations. Oh, that is, 3 M files written in MATLAB, F is the left vector function of the equation group, JF is its Jacobian matrix, and finally the newdim function file is called.


代码预览