|
[Date Index]
[Thread Index]
[Author Index]
Re: How to draw elliptical curve
- To: mathgroup at smc.vnet.net
- Subject: [mg63098] Re: How to draw elliptical curve
- From: "Borut Levart" <BoLe79 at gmail.com>
- Date: Wed, 14 Dec 2005 04:35:59 -0500 (EST)
- References: <dmuids$mlt$1@smc.vnet.net><dn0vgu$8kp$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Or you can always ImplicitPlot it:
<<Graphics`
\!\(\(eq = y\^2 == x\^3 + x + 1;\)\)
ImplicitPlot[eq, {x, -1, 2}, {y, -2, 2},
AspectRatio -> .5]
Borut
Prev by Date:
Re: Remote Mathematica kernels and SSH password
Next by Date:
Re: Remote Mathematica kernels and SSH password
Previous by thread:
Re: How to draw elliptical curve
Next by thread:
Fedora 3 segmentation fault
|