Question: solve an inequality

how can i solve this inequality in maple ? i want to solve y in terms of x and then plot y,x
could anyone help? tnx in advance

 


 

restart:

with(SolveTools[Inequality]):

eq:=1/(x*y^(2/3))*8.620689655172415*10^(-16)*(-3.11*10^23*x^2*y^(7/6)-3.92*10^19*y^(25/6)+2.14545039999999*10^29*(0.0108*exp(-45.07/y)+exp(-19.98/y^(1/3)-0.00935317203476387*y^2)))/(x+0.015*y^(1.2));

0.8620689655e-15*(-0.3110000000e24*x^2*y^(7/6)-0.3920000000e20*y^(25/6)+0.2317086432e28*exp(-45.07/y)+0.2145450400e30*exp(-19.98/y^(1/3)-0.935317203476387e-2*y^2))/(x*y^(2/3)*(x+0.15e-1*y^1.2))

(1)

solve({eq>0},y);

Warning, solutions may have been lost

 

 


 

Download solveee.mw

Please Wait...