1688: 1.11-02:二分法求函数的零点
Memory Limit:64 MB
Time Limit:1 S
Judge Style:Text Compare
Creator:
Submit:328
Solved:173
Description
有函数:
f(x) = x5 - 15 * x4+ 85 * x3- 225 * x2+ 274 * x - 121
已知 f(1.5) > 0 , f(2.4) < 0 且方程 f(x) = 0 在区间 [1.5,2.4] 有且只有一个根,单调递减,请用二分法求出该根。
Input
无。
Output
该方程在区间[1.5,2.4]中的根。要求四舍五入到小数点后6位。
Sample Input Copy
无
Sample Output Copy
不提供