文件名称:bisection
介绍说明--下载内容均来自于网络,请自行研究使用
二分法(英语:Bisection method),是一种方程式根的近似值求法。
若要求已知函数 f(x) = 0 的根 (x 的解),则:
先找出一个区间 [a, b],使得f(a)与f(b)异号。根据介值定理,这个区间内一定包含着方程式的根。(bisection method and the solution)
若要求已知函数 f(x) = 0 的根 (x 的解),则:
先找出一个区间 [a, b],使得f(a)与f(b)异号。根据介值定理,这个区间内一定包含着方程式的根。(bisection method and the solution)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
bisectionMethod_solution.p | 409 | 2018-03-16 |
bisectionMethod.m | 953 | 2018-03-16 |