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: [mg60358] Re: [mg60316] plots with variation of arbitrary constant
  • From: Yasvir Tesiram <yat at omrf.ouhsc.edu>
  • Date: Wed, 14 Sep 2005 03:27:23 -0400 (EDT)
  • References: <200509131006.GAA09646@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

f[x] = Sin[x] + c /. c -> Range[10]
Plot[Evaluate[f[x]], {x, 0.0, N[Pi]}]

Cheers
Yas

On Tue, 13 Sep 2005, Narasimham 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: Why am I getting this error?
  • Next by Date: Mathematica: access serial port?
  • Previous by thread: plots with variation of arbitrary constant
  • Next by thread: Re: plots with variation of arbitrary constant