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: [mg62782] Re: How to draw elliptical curve
  • From: lixin <lixin20051127 at 163.com>
  • Date: Mon, 5 Dec 2005 03:37:50 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

you can use ImplicitPlot
but i don't know wether it is in mathematica4.
i use mathematica5

<< Graphics`ImplicitPlot`
n = 3;
ImplicitPlot[y^2 == x^3 + x + 1, {x, -n, n}]


  • Prev by Date: Re: How would you evaluate this limit in Mathmatica
  • Next by Date: Fedora 3 segmentation fault
  • Previous by thread: Re: Mathematica SingularValueDecomposition failure
  • Next by thread: Re: How to draw elliptical curve