Why not Evaluate arguments to Plot, PlotParametric?
- To: mathgroup at christensen.cybernetics.net
- Subject: [mg439] Why not Evaluate arguments to Plot, PlotParametric?
- From: William M. MacDonald <mcdonald at fafner.umd.edu>
- Date: Mon, 30 Jan 95 15:23:48 -0500
I have noted that in V. 2.2.3 for the PC Mathematica will not plot with the following command Plot [ Table [ Sin[n x] , {n ,1 , 5} ] , {x,0,Pi} ] although I am quite sure that it used to do so on the Macintosh and NeXT. However, I must use Evaluate to get Mathematica to evaluate the above command. Plot [ Evaluate[ Table [ Sin[n x] , {n ,1 , 5} ] ] , {x,0,Pi} ]