Re: plot hyperbola
- To: mathgroup at smc.vnet.net
- Subject: [mg57289] Re: plot hyperbola
- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
- Date: Tue, 24 May 2005 05:12:27 -0400 (EDT)
- Organization: Uni Leipzig
- References: <d6s4f5$6pu$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, look what Graphics`ImplicitPlot` can do for you. Rgards Jens "bd satish" <bdsatish at gmail.com> schrieb im Newsbeitrag news:d6s4f5$6pu$1 at smc.vnet.net... > > HI, i am a beginner. Will u please tell me how > to plot > hyperbola,parabola,ellipse and circle in their > standard forms > x^2/a^2 + y^2/b^2 = 1 > x^2/a^2 -- y^2/b^2 ==1 etc. > Also how do you plot a general curve (y versus > x), say > x^2 +3 x^2 y^3 +67 x^4 y^2 +34==0 > *without solving explicitly for y* ( or x) > Please help > >