draw the graphs of the functions y = f(x), y = f(2x), and y = f(x/2).
> f:= x -> sin(x);
> plot({f(x),f(x/2),f(2*x)},x=-2*Pi..2*Pi);