Blair F. Madore
This document deals with some commonly asked questions about Maple.
It will certainly be useful for newer users of Maple
and helpful for people trying to support Maple.
Some of the questions are simple, others more advanced.
At the end of each question I've indicated where you might find
relevant information.
f := proc(x,y) if x>y then erf(x-y) else erf(y-x) fi end;
But when I try to plot this I get
> plot3d( f(x,y), x=-2..2, y=-2..2 ); Error, (in f) cannot evaluate boolean