文件名称:牛顿法(newtons_method):使用牛顿法计算可微单变量函数的根。-matlab开发
文件大小:266KB
文件格式:ZIP
更新时间:2024-06-17 10:45:04
matlab
newtons_method 使用牛顿法计算可微单变量函数的根。 句法 root = newtons_method(f,df,x0) root = newtons_method(f,df,x0,TOL) root = newtons_method(f,df,x0,[],imax) root = newtons_method(f,df,x0,TOL,imax) root = newtons_method(__,'all') 描述 root = newtons_method(f,df,x0)返回函数的根 由功能句柄f指定,其中df是 (IE ),而x0是对根的初始猜测。 默认容差和最大迭代次数分别为TOL = 1e-12和imax = 1e6 。 root = newtons_method(f,df,x0,TOL)返回函数的根 由功能句柄f指定,其中df是 (IE
【文件预览】:
github_repo.zip