Question: Consider again the function f(x) = x^4 14x^3 + 60x^2 70x, which has a single local minimum and no local maxima. Implement Golden section search
Consider again the function f(x) = x^4 14x^3 + 60x^2 70x, which has a single local minimum and no local maxima. Implement Golden section search and use it to estimate, to four decimal places of accuracy, the x-value at which minimum occurs. Use initial interval [0, 2]. Report the number of iterations required to achieve the desired accuracy.Where 'alpha' equals to 0.3819
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
