Question: Non-Linear Inequal

I´m writing the following code in maple:


> with(plots):
> inequal(y>x^2,x=-1..1,y=0..1);

But The "Inequal Command" doesn´t run with non-linear inequalities.

How do I do that graph with maple?

Please Wait...