当前位置:   article > 正文

牛顿迭代matlab求方程雅可比矩阵,matlab实现带回溯的牛顿-拉斐逊迭代法和数值建立的雅可比矩阵...

newton-raphson 迭代和雅各比矩阵计算方法

Newton with Numerical Jacobian

Usage: Newton(@funfcn,X0[,Options[,Params]);

funfcn is a function script with the following interface:

function F = function(X)

% ...

or a string containing the code as shown below,

were F is the vector of the functions, and X the vector of the

unknowns which must have the same length.

A guess for X must be specified in X0.

Options.bVerbose prints iteration history

Options.nMax maxsteps limits the number of iterations

Options.eMax maximum allowed error

Params vektor or structure of parameters handed over to the function-file. In large models a global structure should be preferred.

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/2023面试高手/article/detail/176766
推荐阅读
相关标签
  

闽ICP备14008679号