Answered step by step
Verified Expert Solution
Question
1 Approved Answer
can you write down the full code for those problem ? thanks Approximate the minimum of unimodal function f(x) where x is a real number
can you write down the full code for those problem ? thanks
Approximate the minimum of unimodal function f(x) where x is a real number x elementof [a, b], approximate or locate x = argmin f(x) using (a) Fibonacci search method (5 steps), (b) Golden ratio search method (5 steps), (c) Newton method with modifications (compute 3 steps). If Newton method fails, explain why and suggest an improvement. Use the following unimodal test functions f(x) f_1(x) = -.2x^4 + x^2 - x, x elementof [-1: 1], x_0 = -1. f_2(x) = 1 - exp(-x^2), x elementof [-3: 3], x_0 = 2.5. f_3(x) = squareroot x^2 + 3, x elementof [-3: 3], x_0 = -2. Plot the functions, list the points of evaluationStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started