Question: Is there any way to get all solutions of a equation with some constrains?

Hi, I have a function as following:

50*tan(8*Pi/180)=(a1/(d2-d1))*ln(d2/d1)+(a2/(d3-d2))*ln(d3/d2)+((0.6-a1-a2)/(d4-d3))*ln(d4/d3)

where d1=0.01..0.06, d2>=d1, d3>=d2, d4>=d3, a1>0,a2>0, a1+a2<0.6.

I want to get  all the solutions of d1,d2,d3,d4,a1,a2, which satify the equation and the constrains, is there any way to solve this problem by using maple?

 

 

 

Please Wait...