Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
4 views

Assignment (Optimization)

Uploaded by

Nevin Nelson
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Assignment (Optimization)

Uploaded by

Nevin Nelson
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

INDIAN INSTITUTE OF INFORMATION TECHNOLOGY KOTTAYAM

Department of Computational Science and Humanities

ASSIGNMENT- QIP COURSE, 2024


Optimization

Submission Date: 30-07-2024, 11 PM Course Instructor: Dr. Murugan D


Answer all Questions

1. Use Steepest Descent method for three iteration on Minimize f (x1 , x2 ) = 5x21 + x22 + 4x1 x2 −
14x1 − 6x2 + 20 with initial point (0, 0)T .

2. Use Steepest Descent method to Minimize f (x1 , x2 ) = x21 +x22 −x1 x2 such that |f (xk +1−f (xk ))| <
0.05. Take x1 = (1, 12 )T .

3. Find the local extreme values of the function f (x1 , x2 ) = x1 x2 − x21 − x22 − 2x1 − 2x2 + 4.

4. Find the dimension of a cylindrical tin (with top and bottom) made up of sheet metal to maximize
its volume such that the total surface area is equal to 24π.(Use Lagrange’s multiplier method)

5. Minimize f = 9 − 8x1 − 6x2 − 4x3 + 2x21 + 2x22 + x23 + 2x1 x2 + 2x1 x3 subject to x1 + x2 + 2x3 = 3
by Lagrange’s multiplier method.

∗ ∗ ∗ Best wishes ∗ ∗ ∗

You might also like