Question: "How do I solve a parametric inequation in Maple?"

 I don't know how to solve with maple the following inequality with respect to the real variable x, n being an integer
Please tell me the procedure.

(f(x,n)>0 and (f(x,n)<0

f := (x, n) -> 2^n/(1 + n*2^n*x^2) - 2*x^2*(2^n)^2*n/(1 + n*2^n*x^2)^2

Please Wait...