二分算法我要分享

BISECTION ALGORITHM

matlab 算法 二分

关注次数: 227

下载次数: 0

文件大小: 1.31 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:  二分算法 2.1   To find a solution to f(x) = 0 given the continuous function   f on the interval [a,b], where f(a) and f(b) have   opposite signs:   INPUT:   endpoints a,b; tolerance TOL;            maximum number of iterations NO.   OUTPUT:  approximate solution p or 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报


English Description:

  BISECTION ALGORITHM 2.1   To find a solution to f(x) = 0 given the continuous function   f on the interval [a,b], where f(a) and f(b) have   opposite signs:   INPUT:   endpoints a,b; tolerance TOL;            maximum number of iterations NO.   OUTPUT:  approximate solution p or            a message that the algorithm fails.


代码预览