MathGroup Archive 2003

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

Search the Archive

RE: Plot of x=y^2

  • To: mathgroup at smc.vnet.net
  • Subject: [mg45074] RE: Plot of x=y^2
  • From: "David Park" <djmp at earthlink.net>
  • Date: Tue, 16 Dec 2003 06:20:58 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Ruben,

One other method is...

ParametricPlot[{y^2, y}, {y, -10, 10},
    Frame -> True,
    FrameLabel -> {x, y}];

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


From: Ruben Garcia [mailto:rubgb at yahoo.com]
To: mathgroup at smc.vnet.net

Hello everybody,
I'm just a beginner with Mathematica and I'd like to
know if it's possible to plot the parabola x=y^2 in
the range -10 to 10. I'm trying using y=Sqrt[x] but
that doesn't work for negative x.
Many thanks in advance,
Ruben



  • Prev by Date: Re: Replacement rules with I (sqrt(-1)
  • Next by Date: Can I use Visual C++ to call "Mathematica 4.0" to open a "nb_file" and calculate the result .??
  • Previous by thread: Re: Plot of x=y^2
  • Next by thread: Re: Plot of x=y^2