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: [mg60371] Re: [mg60316] plots with variation of arbitrary constant
  • From: "benshimo at bgumail.bgu.ac.il" <bsyehuda at gmail.com>
  • Date: Wed, 14 Sep 2005 03:27:43 -0400 (EDT)
  • References: <200509131006.GAA09646@smc.vnet.net>
  • Reply-to: benshimo at bgumail.bgu.ac.il
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,
The following code should work, although I do not Mathematica on this
computer to check its final correctness (so, sorry for any typo)
_____________________________________

<<Graphics`
DisplayTogether[Table[Plot[Sin[x]+c,{x,0,Pi}],{c,10}]]
_________________________________________
yehuda

On 9/13/05, Narasimham <mathma18 at hotmail.com> wrote:
>
> 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: Re: operators for relations in sets
  • 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