4. (20 points) Write a Python code to find the roots of the functions f(x) = x³ +23x² − 673x +2653 scipy.optimize.fsolve
Posted: Mon Jun 06, 2022 2:28 pm
4. (20 points) Write a Python code to find the roots of the functions f(x) = x³ +23x² − 673x +2653 scipy.optimize.fsolve method. Check f(root) and to see with initial value list [14,-40,6] by using how close you approach to zero.