Question: Q1. Let f(x, x) = (x - 1) + (x - 3) - 1.8(x - 1)(x-3); x = [0,0] a) Do two iterations of

Q1. Let f(x, x) = (x - 1) + (x - 3)

Q1. Let f(x, x) = (x - 1) + (x - 3) - 1.8(x - 1)(x-3); x = [0,0] a) Do two iterations of Steepest descent method toward finding a minimum b) Do two iterations of Conjugate gradient method toward finding a minimum c) Do one iteration of Newton's method toward finding a minimum d) Do one iteration of Quasi-Newton (BFGS) method toward finding a minimum; let H = 1 e) Do one iteration of Quasi-Newton (DFP) method toward finding a minimum; let F=1 f) Apply Armijo's rule in the steepest descent direction followed by quadratic fit to estimate the minimum g) Use Matlab 'fminunc' command to find the minimum Q2. Let f(x, x) = 0.01(x - 1) + 0.01 (x-3)* + (x - 1) + (x - 3) - 1.8(x - 1)(x - 3); x = [0,0] a) Do two iterations of Steepest descent method toward finding a minimum b) Do two iterations of Conjugate gradient method toward finding a minimum c) Do two iterations of Quasi-Newton (BFGS) method toward finding a minimum; let H = I d) Do two iterations of Quasi-Newton (DFP) method toward finding a minimum; let F= I e) Apply Armijo's rule in the steepest descent direction followed by quadratic fit to estimate the minimum f) Use Matlab 'fminunc' command to find the minimum Q3. Let f (x, x) = 100 (x-x2) + (1-x); x = [1,1]" a) Do two iterations of Steepest descent method toward finding a minimum b) Do two iterations of Conjugate gradient method toward finding a minimum c) Do two iterations of Quasi-Newton (BFGS) method toward finding a minimum; let H = 1 d) Do two iterations of Quasi-Newton (DFP) method toward finding a minimum; let F" = I e) Apply Armijo's rule in the steepest descent direction followed by quadratic fit to estimate the minimum f) Use Matlab 'fminunc' command to find the minimum Q4. Let f(x, x) = (x - 1) + (x - 3)2 - 1.8(x - 1)(x-3); x = [0,0], Ao = 1 Do two iterations of trust region method toward finding the minimum

Step by Step Solution

3.48 Rating (161 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Q1 Let fx1 x2 x1 1 x2 3 18x1 1x2 3 x0 0 0 a Steepest Descent Method Calculate the gradient fx fx1 fx2 Initialize x x0 Compute the search direction d f... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Mathematics Questions!