MathProblemsBank

14.2.1 Golden section search method

Problem: Find the minimum of the function \( y=x^{2}+4 x \) on the segment \( [-3 ; 0] \) using the golden-section search method. Make three iterations.

-> Golden section search method