I was just wondering, how do I plot a single variable inequality in Mathematica?
For example, we could use Wolfram Alpha for plotting an inequality like $x^3+4x+9 > 0$ and see something like this. How could we do the same thing in Mathematica?
I was just wondering, how do I plot a single variable inequality in Mathematica?
For example, we could use Wolfram Alpha for plotting an inequality like $x^3+4x+9 > 0$ and see something like this. How could we do the same thing in Mathematica?
How about this?
Or, if you have two functions, and want where first curve is above the second, use
for example.