Question
3. Write a Matlab code that uses line search to find the minimum of, f(x)=\frac{x^{2}}{10}-2 \sin x which lies in the interval from L 0 to ry = 4. Use a tolerance of 10-6 for convergence. Note and report the number of operations (or iterations) the solution makes.Next, use interval reduction to get the minimum. Note t
Question image 1Question image 2Question image 3