find max value

eric123

New member
Joined
Oct 13, 2014
Messages
1
Hello All ,


I am trying to solve this equation , if anyone any hints let me know
condition:
a, b, c <=100
x1,x2, x3<=1
a*x1+b*x2+c*x3=100

find x1, x2, and x3 where sum of x1, x2, and x3 is maximized.

Thanks,
 
Last edited:
Hello All ,


I am trying to solve this equation , if anyone any hints let me know
condition:
a, b, c <=100
x1,x2, x3<=1
a*x1+b*x2+c*x3=100

find x1, x2, and x3 where sum of x1, x2, and x3 is maximized.

Thanks,

Use Lagrange Multiplier and continue...
 
Top