08-01-31.mw
>
plot(sin(x),x=0..Pi);
>
int(
f
,
x
);
>
(1)
>
(2)
>
Error, (in int) wrong number (or type) of arguments
>
int(alpha^2,alpha);
(3)
>
int(alpha^2,alpha):
>
x:=8;
(4)
>
x^15;
(5)
>