MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: How to plot solutions of equations with Mathematica?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg61048] Re: How to plot solutions of equations with Mathematica?
  • From: Bill Rowe <readnewsciv at earthlink.net>
  • Date: Sat, 8 Oct 2005 02:49:34 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

On 10/7/05 at 3:37 AM, michelasso at despammed.com (Michelasso) wrote:

>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?

When browsing the help, don't forget to check out the functions in Add-ons & Links->Standard Packages. These function can all be accessed after first loading the correct package.

For you particular case you want to do:

<<Graphics`ImplicitPlot`
ImplicitPlot[x^2 + y^2 == 1, {x, -1.1, 1.1}];
--
To reply via email subtract one hundred and four


  • Prev by Date: Re: Histogram with more than one dataset
  • Next by Date: Reevaluation of conditional arguments when the condition has changed
  • Previous by thread: Re: How to plot solutions of equations with Mathematica?
  • Next by thread: Globally limiting precision or accuracy