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 > > >
- References:
- plotting against a variable
- From: "Urijah Kaplan" <uak@sas.upenn.edu>
- plotting against a variable