MathGroup Archive 2005

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

Search the Archive

Re: plots with variation of arbitrary constant

  • To: mathgroup at smc.vnet.net
  • Subject: [mg60357] Re: [mg60316] plots with variation of arbitrary constant
  • From: "David Park" <djmp at earthlink.net>
  • Date: Wed, 14 Sep 2005 03:27:22 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

How about...

Plot[Table[Sin[x] + c, {c, 1, 10}] // Evaluate, {x, 0, Pi}];

David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/ 

From: Narasimham [mailto:mathma18 at hotmail.com]
To: mathgroup at smc.vnet.net


How to show 2D plots for chosen range of a constant?
Show[Plot[Sin[x]+ c,{x,0,Pi}],{c,1,10,1}] does not work.



  • Prev by Date: Mathematica: access serial port?
  • Next by Date: Re: plots with variation of arbitrary constant
  • Previous by thread: Re: plots with variation of arbitrary constant
  • Next by thread: Re: plots with variation of arbitrary constant