Linear Programming Using Matlab-Final Report
Linear Programming Using Matlab-Final Report
USING MATLAB
FINAL REPORT
GROUP MEMBERS
UMASHANKAR SUBRAMANI
Page 1 of 10
ABSTRACT
The main aim of our project is to determine the solution for a practical application
in which the profit should be maximized within the particular set for constraints
which contains variables representing decisions that can be examined and solved
for an optimal solution using algorithm. In this project, we have taken a semi-
RAMs for the computers. The company wants to maximize the profit with the help
of the available resources. Hence our problem is to find the combination in which
maximum profit. We used linear programming concept in the matlab to find the
best possible combination by which the company can obtain maximum profit
processors and RAM and profit obtained per each processor and RAM, so that we
use the matlab to calculate the effective combination which is the maximum profit
Page 2 of 10
TABLE OF CONTENTS
1. Introduction 4
2. Problem Description 5
3. Solution Description 6
4. Conclusion 8
5. Appendix 9
6. References 10
Page 3 of 10
INTRODUCTION:
microprocessors and RAM with material A and material B. The company needs to
the objective which is being dependent on the finite number of variables which are
subjected to certain constraints. Hence linear programming which is the best way
to solve the particular problem and we use it to obtain the combination of the
profit.
Page 4 of 10
PROBLEM DESCRIPTION:
chips. The material types A and B require manufacturing the microprocessors and
Material A 3 2
Material B 5 10
Due to limited supplies of the material, its product mix at times of the high
consumer demand is subjected limited supplies. Thus the ABC semiconductor can
buy 450 parts of material A and 1000 parts of material B. Thus the corporation
Page 5 of 10
SOLUTION DESCRIPTION:
3x+2y<=450
5x+10y<=1000
We had created a GUI application in which the constraints values and the profit for
each microprocessor and RAM is being given as input values and calculate the
maximum profit combination of the Microprocessors and RAMs using the linear
microprocessors and RAMs and the total net profit is being calculated.
Page 6 of 10
Here is the GUI application which is used to calculate the maximum profit for the
semiconductor company.
The above application is run and it gives the solution to the problem described
above. In order to maximize the profit, it suggests that,
3. The Net Profit will be 3875 US Dollars which is the maximum profit
obtainable
Page 7 of 10
Conclusion
Linear programming plays an important role in determining the way to achieve the
Matlab serves as a better tool for solving linear programming problems, as it has a
profit. Linear programming can also be used to solve problem in many other fields
Page 8 of 10
Appendix:
Page 9 of 10
References:
Page 10 of 10