MathGroup Archive 2011

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

Search the Archive

Do command

  • To: mathgroup at smc.vnet.net
  • Subject: [mg120647] Do command
  • From: "DaleJenk" <dale.jenkins8 at deletegooglemail.com>
  • Date: Tue, 2 Aug 2011 07:11:32 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

I'm working my way through the 1999 edition of Mathematica Navigator and 
using Mathematica 7 Home Edition. The following command is supposed to bring 
up a plot but for some reason it doesn't.

Do[Plot[Sin[x - c], {x, 0, 4 Pi, Pi/10}, Ticks -> None], {c, 0,
  2 Pi - Pi/10, Pi/10}]

Thanks for any help.
 





  • Prev by Date: OpenCLQ failing
  • Next by Date: FinancialData again
  • Previous by thread: Re: OpenCLQ failing
  • Next by thread: Re: Do command