| Author |
Comment/Response |
Henry Lamb
|
09/24/03 7:35pm
You can use InequalitySolve to generate solutions.
<<Algebra`InequalitySolve`
InequalitySolve[4x^4+100x+55<20x^3+31x^2,x]
To produce plots, use InequalityPlot in the Graphics`InequalityGraphics` package.
URL: , |
|