Question: Please tell me about Python coding that uses the newton method to find the min locations. Please use Moments as well. HW #2 x4 4.443x3


Please tell me about Python coding that uses the newton method to find the min locations. Please use Moments as well.
HW #2 x4 4.443x3 9.696284x2 + 36.03005106x 23.67284825 = 0 Find the min locations using Newton method Use 1st and 2nd derivatives Implement with Python/C/C++ programming Compare two methods 1. using exact 1st and 2nd derivatives f'(x) = 4x3 13.329x2 +19.392568x + 36.03005106 . 2. using approximation in page 18. Set the interval h as you want Moment is optional (as you want) Scope of Homeworks Implement the main procedure of algorithm - You can use some open libraries (numpy, opencv...) for basic calculation. - You can use matlab or other mathematical tools for intuition of solutions
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
