Page 1 of 1

10. Write a Matlab function that implements the parabolic interpolation optimization method (you may use the code in the

Posted: Sun Jul 03, 2022 12:02 pm
by answerhappygod
10 Write A Matlab Function That Implements The Parabolic Interpolation Optimization Method You May Use The Code In The 1
10 Write A Matlab Function That Implements The Parabolic Interpolation Optimization Method You May Use The Code In The 1 (14.68 KiB) Viewed 20 times
10. Write a Matlab function that implements the parabolic interpolation optimization method (you may use the code in the interp2_mh script as a starting point). Test your method to find the minimum of f(x) = sin(10x) + cos(3x). Choose the initial set of three interpolation points: x1=0.4, x2=0.6 and x3=0.7.