练习专区

今天的一小步就是明天的一大步
Problem 1108 牛顿迭代法求方程的根
Accepted: 9   Total Submit: 19
Time Limit: 1000ms   Memory Limit: 30720KB
Description
用牛顿迭代法求下面方程在1.5附近的根: 2x^3-4x^2+3x-6=0
Input
Output
方程的根,输出格式为%5.2f。
Sample Input
Sample Output
The root of equation is 2.00
Hint
提交     返回