The Internet Economy
> 3+4;
> 6*5;
> x+3*x +5 -6;
> y:=x^2;
> y:=x^2-2*x^2-3*x^3;
> y:=x;
>
> plot(y,x=-10..10);
> y:=x^2+4;
> plot(y,x=-1..1);