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}]