MathGroup Archive 2002

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

Search the Archive

Re: plotting against a variable

  • To: mathgroup at smc.vnet.net
  • Subject: [mg37862] Re: [mg37838] plotting against a variable
  • From: Tomas Garza <tgarza01 at prodigy.net.mx>
  • Date: Fri, 15 Nov 2002 01:36:21 -0500 (EST)
  • References: <200211141112.GAA11456@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

You must provide a value for P in order to obtain a plot. One possibility
is, e.g.,
In[1]:=
Plot[Sin[x/P],{x,0,10 P}]/.P->5

Tomas Garza
Mexico City
----- Original Message -----
From: "Urijah Kaplan" <uak at sas.upenn.edu>
To: mathgroup at smc.vnet.net
Subject: [mg37862] [mg37838] plotting against a variable


> I looked all over the Mathematica documentation, and I haven't found an
> answer...I would like to know how to make a plot, for example Sin[x/P]
such
> that the x axis, instead of ranging from say, 0 to 10, ranges from 0 to 10
P,
> with the tick marks on the axis showing that. I mainly want to use this
> technique to find the zeroes of complicated transcendental functions that
> Mathematica can't solve explicitly in terms of another variable. Thank you
> very much.
>
>
>
>                            --Urijah Kaplan
>
>
>




  • Prev by Date: Re: Characters Allowed in Symbols
  • Next by Date: RE: plotting against a variable
  • Previous by thread: plotting against a variable
  • Next by thread: Re: plotting against a variable