Lec 11 - MfE - 2023-24 Int
Lec 11 - MfE - 2023-24 Int
Email: [email protected]
November 2023
A B C D Example: Evaluate:
1 x A = 3 + − 1 + + + 2 + for = 1 and 2.
2 1 14.39
= 3*C2^2+sqrt(C2-1)+C2^(1/3)+abs(C2+2)+exp(2*C2)
3 2 72.86
= 10000*(1+0.0465/4)^(4*5) or = 10000*exp(0.046*5) or
= FV(0.0465/4, 4*5, 0, -10000) = FV(0.046/10^6, 10^6*5, 0, -10000)
A B C D E
= 10000*(1+0.0475)^5 or = 10000*(1+0.047/2)^(2*5) or
= FV(0.0475, 5, 0, -10000) = FV(0.047/2, 2*5, 0, -10000)
1. Create the simultaneous linear equations with the given conditions of a problem;
2. Identify the system matrix and all unknown matrices;
3. In free cells enter a function “mdeterm” and select the matrices to calculate their
determinants;
4. Find the unknowns by inserting appropriate formulas.
Case: A company manufactures three types of products (let’s denote them by A, B and C).
For the production of A it is required 1, 1, and 1 units of metal, wood and fabric,
respectively.
For the production of B it is required 2, 4, and 6 units and for C it is needed 3, 8, and 6 units
of metal, wood and fabric, respectively.
How many products of each kind did the company make if 26, 46 and 52 units of metal,
wood and fabric were utilized, respectively?
+ 2 + 3 = 26
+ 4 + 8 = 46
+ 6 + 6 = 52
1 2 3 26 2 3 1 26 3 1 2 26
= 1 4 8 , = 46 4 8 , = 1 46 8 , = 1 4 46
1 6 6 52 6 6 1 52 6 1 6 52
2 + 5 ≤ 20
+ ≤5
Example: Maximize 3 + 6 subject to the set of inequalities
≥0
.
≥0
Input Output
A B A B
1 x= 1 x= 1.67
2 y= 2 y= 3.33
1. Insert the 3 3
=3*B1+6*B2
conditions on 4 Objective function: 0 4 Objective function: 25.00
=2*B1+5*B2
the right 5 Constraint 1: 0 5 Constraint 1: 20.00
2. Set up Solver 6 Constraint 2: 0 =B1+B2 6 Constraint 2: 5.00
tool and solve 7 Constraint 3: 0 =B1 7 Constraint 3: 1.67
8 Constraint 4: 0 8 Constraint 4: 3.33
=B2
Farrukh Ataev 2023-2024
Thank you and Good luck!