Dear all:
I want to visualize a function of the form x^n such that n=1,2,...,10. I want these values of n to be generated by a loop and then plot the function as Plot[{x^n},{x,0,100}] and store the plot in an array. Then I want all of these arrays to be displayed into single plot. I tried to do this using Show function but with not much useful results. Also if you can also tell me how to set different colour for all the combined plots and also display a Legend.