Onedimensional unconstrained optimization For the following
One-dimensional unconstrained optimization For the following polynomial: f(x) = 4x - 1.8x62 + 1.2x^3 - 0.3x^4 Develop a code in MATLAB to find the maximum using: Golden-section search (x_i = 2, x_u = 4, epsilon_s = 1%) Newton\'s method (x_0 = 3, epsilon_s = 1%)
Solution
***********MATLAB CODE FOR Newton\'s Method***************
