牛顿法:求
Newton’s Method
题目详情
-
用牛顿迭代法求 (保留三位小数)。
-
还能用哪些方法求解 ?
Newton’s iteration to solve :
-
For instance, solve (to three decimals).
-
Other methods for ?
解析
- 令 ,。取初值 ,
迭代得 ,继续迭代收敛到 (三位小数)。
- 常见方法:二分法(bisection)、割线法(secant)。
Original Explanation
-
starting Then
- Bisection
- Secant method