Re: How to write code for Plotting Polar Coordinates in r and theta ?
- To: mathgroup at smc.vnet.net
- Subject: [mg127254] Re: How to write code for Plotting Polar Coordinates in r and theta ?
- From: "djmpark" <djmpark at comcast.net>
- Date: Wed, 11 Jul 2012 18:21:31 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
- References: <11756593.18356.1341987422317.JavaMail.root@m06>
You will have to give a clearer specification as to the polar curve you want to draw. Usually you have to give a function of the angle theta that represents the radius at that angle and then an iterator giving the domain of theta. See the examples in PolarPlot. If you are going to use an implicit equation then it has to be clearer. The expressions you give are not an equation. David Park djmpark at comcast.net http://home.comcast.net/~djmpark/index.html From: Rahul Chakraborty [mailto:rahul.6sept at gmail.com] Dear All, Kindly guide me regarding how to have polar plot in mathematica. I have gone through function PolarPlot in virtual book but unable to get my syntax correctly for the following eqn: r^.=r(1-r^2) \[Theta]^.=1 Please guide. Regards, Rahul