Hi
I have continued to try to figure out why I can't get the following
command to plot:
plot3d([u,v,2],[u,-3,3],[v,-3,3]);
I went so far as to uninstall the version of maxima I was using and
downloaded the newest version.
The same thing happens.
Everyting appears to work except no plot window appears. If this is the
first command entered %o1 and %i2 appear in the maxima window but as I
said no plot window appears.
This is in contrast to:
plot3d([2,u,v],[u,-3,3],[v,-3,3]); and
plot3d([u,2,v],[ u,-3,3],[v,-3,3]);
both of which work.
Jaime says the problimatic command works for him???
Please, any one tell me what I'm doing wrong?
John G.