

InterviewSolution
Saved Bookmarks
1. |
Formulate the general mathematical model of linear programming with 'n' decision variables and 'm' constraints. also show the mathematical model in matrix notation? |
Answer» Answer: Sometimes ONE seeks to optimize (maximize or minimize) a known function (could be profit/loss or any output), subject to a set of linear CONSTRAINTS on the function. Linear Programming Problems (LPP) provide the METHOD of finding such an optimized function along with/or the values which would optimize the required function accordingl |
|