文件名称:ALG025
介绍说明--下载内容均来自于网络,请自行研究使用
解方程,给出一个连续函数接f(x)=0的值,前提是给两个附近的值,且符号相反
- METHOD OF FALSE POSITION ALGORITHM 2.5
To find a solution to f(x) = 0 given the continuous function
f on the interval [p0,p1], where f(p0) and f(p1) have
opposite signs:
INPUT: endpoints p0, p1 tolerance TOL
maximum number of iterations N0.
OUTPUT: approximate solution p or
a message that the algorithm fails.
- METHOD OF FALSE POSITION ALGORITHM 2.5
To find a solution to f(x) = 0 given the continuous function
f on the interval [p0,p1], where f(p0) and f(p1) have
opposite signs:
INPUT: endpoints p0, p1 tolerance TOL
maximum number of iterations N0.
OUTPUT: approximate solution p or
a message that the algorithm fails.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ALG025.M