Perform three iterations of the Newton-Raphson method to determine the root of Eq. (E7.1.1). Use the parameter values from Example 7.1 along with an initial guess of t = 3 s.
Read moreTable of Contents
Textbook Solutions for Applied Numerical Methods W/MATLAB: for Engineers & Scientists
Question
Given the following function: f (x, y) = 8x + x2 + 12y + 4y2 2xy Determine the minimum (a) graphically, (b) numerically with the fminsearch function, and (c) substitute the result of (b) back into the function to determine the minimum f (x, y).
Solution
The first step in solving 7 problem number 25 trying to solve the problem we have to refer to the textbook question: Given the following function: f (x, y) = 8x + x2 + 12y + 4y2 2xy Determine the minimum (a) graphically, (b) numerically with the fminsearch function, and (c) substitute the result of (b) back into the function to determine the minimum f (x, y).
From the textbook chapter Optimization you will find a few key concepts needed to solve this.
Visible to paid subscribers only
Step 3 of 7)Visible to paid subscribers only
full solution