Draw the graphs of the first six Chebyshev polynomials in the interval [-1,1].
> m:=[cos(x),cos(n*x),x=0..Pi]:
> plot({m$n=1..6},axes=none);
>