N.O. Study Guide
N.O. Study Guide
Unit 1
Study Links
LPP(Graphically):
Linear Programming 1: Maximization -Extreme/Corner Points
- YouTube
Linear Programming 2: Graphical Solution - Minimization
Problem - YouTube
Simplex Method:
Intro to Simplex Method | Solve LP | Simplex Tableau -
YouTube
Operation Research | Two Phase Simplex Method | Linear
Programming - YouTube
Simplex Special Cases: Read Here
Theory Questions
Numerical Questions
Study Links
Theory Questions
1. Solve for all the critical points of the given function. Then, for each
critical point, use the hessian matrix to determine whether the critical
point is a local minima, maxima, neither.
a) 7x2 + 6xy + 2x + 7y2 - 22y + 23
b) 2x2 + 2xy + 2x + y2 - 2y + 5
2. Find min 2x2 + 5 over [2,10] by golden section rule. Take ε = 1.2.
3. Find min x2 - 1 over [1,17] by golden section rule. Take ε = 1.7.
4. Find the min of x2 in the inteval [-5,15] by taking n = 7 using
Fibonacci search method.
5. Find min 2x2 + 5 over [2,10] by Fibonacci. Take n = 6.
6. Use the steepest descent method to minimize f(x1,x2) = 3x12 - 4x1x2
+ 2x22 + 4x1+ 6 over (x1,x2) ∈ R2.
7. Use Newton’s method to minimize f(x1,x2) = 8x12 - 4x1x2 + 5x22,
(x1,x2) ∈ R2.
Unit 3
Study Links
Theory Questions
Numerical Questions
Theory Questions
Numerical Questions
Theory Questions
Numerical Questions