Math Question: Could anybody help me with this optimization problem? I want to minimize sum(s=1,S) a_s * exp(b_s*x_s) + c_s * exp(d_s*x_s) subject to the constraint: sum(s=1,S) x_s = A I am supposed to find x_s which makes the statement minimized. a_s, b_s, c_s, d_s, and A values are constants in the problem. Example: it is like finding the minimum value for x^a-x^b+4x+3 by finding the proper x based on other constants. (a and b) Thank you very much for your attention and time!

Asked By Sina On 08/11/2019 00:37