matlab牛顿法迭代法求方程x^3-x-1的根程序流程图
时间: 2024-05-20 10:13:15 浏览: 175
牛顿迭代法matlab程序
以下是MATLAB牛顿法和迭代法求解方程x^3-x-1的根的程序流程图。
![Newton_Raphson_Method_Flowchart.png](attachment:Newton_Raphson_Method_Flowchart.png)
![Iteration_Method_Flowchart.png](attachment:Iteration_Method_Flowchart.png)
阅读全文