- 10 Write A Matlab Function That Implements The Parabolic Interpolation Optimization Method You May Use The Code In The 1 (14.68 KiB) Viewed 19 times
10. Write a Matlab function that implements the parabolic interpolation optimization method (you may use the code in the
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
10. Write a Matlab function that implements the parabolic interpolation optimization method (you may use the code in the
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.