


2. Consider the following function: f (x1, x2) = x1 – 2V82 (a) Write down the...
Consider the following problem min f(x)=x1+x2 T2 Suppose that the logarithmic barrier method is used to solve this problem. (a) What is 1k(ek)? Find x* assuming {rk}-> 1", įfek-> 0 when k-oo. (b) Compute the Hessian matrix H of the augmented objective function f(x) - f(x)*(x), where B(x) is the logarithmic barrier function, setting e* to 104 What is the condition number of H? What is H-1?
Problem 2: A firm has the following production function: f(x1,x2) = x1 + x2 A) Does this firm's technology exhibit constant, increasing, or decreasing returns to scale? B) Suppose the firm wants to produce exactly y units and that input 1 costs $w1 per unit and input 2 costs $w2 per unit. What are the firm's conditional input demand functions? C) Write down the formula for the firm's total cost function as a function of w1, W2, and y.
1. Consider the following function F(x) x 2 where x = [x1 x2]T (d) Write a code to implement conjugate gradient method on this function. In each case, start with an initial guess of [1 1]T and plot both the solution at each iteration and the contour plots of the function on the same plot to show the trajectory towards the solution. Does it matter what the initial guess is?
1. Consider the following function F(x) x 2 where x...
2.1 Compute the gradient V f(x) and Hessian V2 f (x) of the Rosenbrock function f(x) 100(x2-x?)2 +(1-x1)2. (2.22) CHAPTER 2. FUNDAMENTALS OF UNCONSTRAINED OPTIMIZATION 28 (1, 1) matrix at that point is positive definite. Show that x* is the only local minimizer of this function, and that the Hessian
1. Consider a utility function u(x1, x2) = x1 + (x2)^a where a > 0. (a) Show that if a < 1, then preferences are convex. (b) Show that if a = 1, then preferences have perfect substitutes form. (c) Show that if a > 1, then preferences are concave. (d) For each case, explain how you would solve for the optimal bundle.
8. [10 points) a. Consider the function f (x1, x2) = x1 - xż. Investigate convexity of this function in R2. What can you say about minimum and maximum values of the function and its behavior at the origin. b. Consider the function f(x1, x2) = x1+xz over the domain C = = {x € R2 : || xt||1 < 1}. Find the maximum of the function f over C.
Simplify the following function and then write VHDL program: F(x1, x2, x3) 2 m (0, 1, 3, 4, 5,6)
. Consider the function f(x, y) = 3x 2 + 7x 2 y 3 . Compute the gradient, compute the Hessian, and write down the second order approximation to this function at the point (1, 1).
(Unconstrained Optimization-Two Variables) Consider the function: f(x1, x2) = 4x1x2 − (x1)2x2 − x1(x2)2 Find a local maximum. Note that you should find 4 points that satisfy First Order Condition for maximization, but only one of them satisfies Second Order Condition for maximization.
Consider the following system of linear equations. x1 + 2x2 = 2 x1 – x2 = 2 x2 = 1 (a) Give a brief geometric interpretation of the solution set of the system. (b) By hand, find the RREF of the augmented matrix of the system, indicating the row operations you are using at each step. (c) Is the system consistent? (d) Find the solution set of the system.