MathGroup Archive 1992

[Date Index] [Thread Index] [Author Index]

Search the Archive

why won't this work??

  • To: mathgroup at yoda.physics.unc.edu
  • Subject: why won't this work??
  • From: antonyc at cco.caltech.edu (Antony Chan)
  • Date: Thu, 2 Apr 1992 08:24:38 GMT

i was wondering why this doesn't work:

Plot[Table[Normal[Series[Sin[x],{x,0,i}]],{i,1,10,2}],{x,-10,10}]

without the Plot[], it generates the right series, but it gives
errors trying to plot. additionally, if I type in the list of
series it gives me, it works fine.
(btw, Mma 2.0 for msdos 386/387)





  • Prev by Date: ListPlot with dashing
  • Next by Date: Re: Problem with PlotStyle in ListPlot
  • Previous by thread: ListPlot with dashing
  • Next by thread: Re: why won't this work??