Question: Where is the problem in this restricted optimization?

I want to maximize x*y*z subject to U= (10-x)*(10-y)*(10-z). My Lagrangian function is: L:= x*y*z + lambda* (U - (10-x)*(10-y)*(10-z)); # (I assume that values of x,y,z are between 0 and 10) assume(x>0,x
Please Wait...