I am trying to minimize a log function of 3 variables
$f(x,y,z) = a\log(x)+b\log(y)+c\log(z)$
such that $x+y+z=k$ for some constant $k$.
for $a,b,c > 0$ and $x,y,z > 1$
Now $f(x,y,z)$ is concave so Lagrangian method won't work to minimize. Any pointers on how to solve it? Also are there any standard programming libraries which can solve this?
Thanks!