MathGroup Archive 2005

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

Search the Archive

Re: How to draw elliptical curve

  • To: mathgroup at smc.vnet.net
  • Subject: [mg62769] Re: How to draw elliptical curve
  • From: Bill Rowe <readnewsciv at earthlink.net>
  • Date: Mon, 5 Dec 2005 03:37:09 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

On 12/4/05 at 5:57 AM, jean_lee1998id at hotmail.com (Berlid) wrote:

>Hello, everyone. Here, I want to draw elliptical curve something
>like y^2=x^3+x+1 in screen with Mathematica4, and I have tried
>ellipticExp and EllipticLog but in vain. Could anyone tell me in
>detail how to draw elliptical curves? thanks.

One way to do this would be to use ImplicitPlot, i.e.,

<<Graphics`ImplicitPlot`
ImplicitPlot[y^2==x^3+x+1, {x, -1, 2}, AspectRatio->1/GoldenRatio];
--
To reply via email subtract one hundred and four


  • Prev by Date: Re: How to draw elliptical curve
  • Next by Date: Re: Re: Output display of exponential function in Mathematica
  • Previous by thread: Re: How to draw elliptical curve
  • Next by thread: Re: How to draw elliptical curve