Question: Plotting a loop

Hi I want to create different functions using a loop. > for n from 1 to 3 do f:=x^n end do: > plot(f,x); Now i see 3 different graphs, but I'd really like to have them all 3 in one. Is this possible? Koen
Please Wait...