Multivariable Constrained Optimization

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 3K views
vaibhavphalak
Messages
2
Reaction score
0
hi
i want to find values of a,b,c such that..

Minimize (a+b+c)
constrained to

(x-a)^2 + (y-b)^2 + (z-c)^2 less than equal to R(z)

(x-a)^2 + (y-b)^2 + (z-c)^2 greater than equal to r(z)

can anyone help me solving this?? which method should b used for better computation??
 
Physics news on Phys.org
in the above problem," x,y,z" are given and
one more constraint:

-z1 < z < z2

z1,z2 > 0.