Math Problem Statement
i have a problem Give h1, h2, h3, w1, w2, w3 >= 0 h1w2 = 2 h2w1 = 4 h2w3 = 4 find minimum of h1w1 + h1w3 + h2w2 Can you solve with linear programming ?
Solution
Ask a new question for Free
By Image
Drop file here or Click Here to upload
Math Problem Analysis
Mathematical Concepts
Linear Programming
Optimization
Formulas
Objective Function minimization
Theorems
-
Suitable Grade Level
Advanced Mathematics
Related Recommendation
Solve Linear Programming Problem: Minimize h1*w1 + h1*w2 + h2*w3
Minimize h1*w1 + h1*w3 + h2*w2 using Linear Programming
Minimize (h1 + h2) * (w1 + w2 + w3) with Linear Programming
Minimize Expression h1*w1 + h1*w2 + h2*w3
Optimization Problem Using Lagrange Multipliers: Minimizing (w1 + w2 + w3)(h1 + h2)