MathGroup Archive 2011

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

Search the Archive

Re: Do command

  • To: mathgroup at smc.vnet.net
  • Subject: [mg120670] Re: Do command
  • From: Arturo Amador <arturo.amador at ntnu.no>
  • Date: Wed, 3 Aug 2011 07:06:29 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <201108021111.HAA29319@smc.vnet.net>

What about this:

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





--
Arturo Amador Cruz
Stipendiat				Norges Teknisk-Naturvitenskapelige Universitet (NTNU)
						Institutt for Fysikk
						Fakultet for Naturvitenskap og Teknologi
						H=F8gskoleringen 5, Realfagbygget, E5-108
Telefon					(735) 93366		NO-7491 TRONDHEIM
							NORWAY
arturo.amador at ntnu.no



On Aug 2, 2011, at 1:11 PM, DaleJenk 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.
>
>
>





  • References:
    • Do command
      • From: "DaleJenk" <dale.jenkins8@deletegooglemail.com>
  • Prev by Date: Re: Do command
  • Next by Date: Re: Poincare section for double pendulum
  • Previous by thread: Do command
  • Next by thread: Re: Do command