MathGroup Archive 2011

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

Search the Archive

Re: Do command

  • To: mathgroup at smc.vnet.net
  • Subject: [mg120658] Re: Do command
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Wed, 3 Aug 2011 07:04:16 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Reply-to: hanlonr at cox.net

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


Bob Hanlon

---- DaleJenk <dale.jenkins8 at deletegooglemail.com> wrote: 

=============
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: Re: Mathematica 8 remote parallel kernels
  • Next by Date: Re: Integrate + Conjugate = Indeterminate
  • Previous by thread: Re: Do command
  • Next by thread: Re: Do command