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