Math Problem Statement
i have a problem Give h1, h2, h3, w1, w2, w3 >= 0 h1w2 = 2 h2w1 = 4 h2w3 = 4 find minimum of (h1+h2+h3)(w1+w2+w3) can you write python using scipy.optimize to find the above minimum ?
Solution
To solve this problem using Python and the scipy.optimize
module, we need to set up an optimization problem to minimize the expression subject to the constraints:
Ask a new question for Free
By Image
Drop file here or Click Here to upload
Math Problem Analysis
Mathematical Concepts
Optimization
Linear Algebra
Formulas
Objective function for optimization
Theorems
-
Suitable Grade Level
Advanced Mathematics