Hi everybody,
I'm kind of new to Maple and i'm trying to solve a system of trigonometric equations inequality as follow:
f:= {((2*a*sin(S)*cos(S)^(2)))/(1-sin(S)^(3))<1,90> S>-90,a>1};
solve(f,{a,S});
Error, (in PiecewiseTools:-Convert) unable to convert
How can I solve the system?
Thanks a lot.