How to plot and shade on Wolfram Alpha?

930 Views Asked by At

Many Mathematica parameters don't work on Wolfram Alpha. I tried filling -> f which it does not recognize.

I am trying to plot a simple region bounded by $y = x^2$ and $y = x$ and shade that region in red.

I typed in

 plot[x^2,x,{x,0,1}] red filling 

and I got something really dumb. I don't want to make those inequality plots either.

Thanks.

1

There are 1 best solutions below

0
On BEST ANSWER

How about region x^2<x:

enter image description here

Arbitrary characters to exceed arbitrary limit.