Strange plot2d behaviour



On Tue, Sep 30, 2003 at 07:35:57PM +0200, Janos Blazi wrote:
> 
> When I give the command
> plot2d([f(x),g(x)],[x,-2,2]);
> (where f and g are well defined functions) then the plot is draw nicely, 
> just as I want it. But when I go back to my original command and change it 
> to
> plot2d([f(x),g(x)],[x,-0.5,1]);
> it does not work at all (and in fact it seems that Maxima does not work any 
> more).

It is always better to include a domain for y, to avoid running into
points where the function blows up.

Jaime