Your problem report is very incomplete.
What exactly were the commands you used?
What exactly were the results you saw?
Why were they different from what you expected?
What version of Maxima were you using on what platform?
I have no problem with any of the following:
plot2d( floor, [x,0,10] )$
plot2d( floor(x), [x,0,10] )$
f(x):= floor(x)$
plot2d( f , [x,0,10])$
plot2d( f(x), [x,0,10] )$
-s
On Mon, Apr 6, 2009 at 11:44 AM, Hector Mommaerts <
hector.mommaerts at telenet.be> wrote:
> I want to plot the function f(x):=floor (x) but I get an error
>
> What?s wrong?
>
> Mommaerts Hector
>
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>
>