Re: How to plot solutions of equations with Mathematica?
- To: mathgroup at smc.vnet.net
- Subject: [mg61037] Re: How to plot solutions of equations with Mathematica?
- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
- Date: Sat, 8 Oct 2005 02:48:51 -0400 (EDT)
- Organization: Uni Leipzig
- References: <di59tc$3jb$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, Graphics`ImplicitPlot` is a package that do that. Without the package ContourPlot[x^2+y^2-1,{x,-2,2},{x,-y,2},Contours->{0}] will do that. Regards Jens "Michelasso" <michelasso at despammed.com> schrieb im Newsbeitrag news:di59tc$3jb$1 at smc.vnet.net... | It is a very stupid question, but browsing the help I couldn't find a | quick solution to this problem: I want to plot on the plane the solutions | of the equation in two variables x^2+y^2 == 1 with Mathematica. How should | I do? |