Hector Mommaerts schrieb: > I want to plot the function f(x):=floor (x) but I get an error > > What?s wrong? You will have to provide more information on the error you encounter, f(x):=floor (x); plot2d(f(x),[x,0,10]); works here. -Martin