inequities



 >On Sat, Feb 18, 2012 at 02:20, Paul <p3aul1 at cox.net> wrote:
 > Is Maxima intending to support inequities any time soon?
 
We do have fourier elimination (enter ? fourier_elim) and the simplex method (enter ?? simplex); 
further:

 (%i17) load(solve_rat_ineq)$

 (%i18) solve_rat_ineq( (x-1)^2*(x+1) > 1+x );
 (%o18) [[x>-1,x<0],[x>2]]


Do any of these packages do what you need?

--Barton