MathGroup Archive 2010

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

Search the Archive

Re: Plot this?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg109566] Re: Plot this?
  • From: Nico Scherf <nscherf at googlemail.com>
  • Date: Wed, 5 May 2010 06:07:18 -0400 (EDT)

2010/5/4 Trevor Rabey <trevorATperfectproject.com.au at giganews.com>:
> I am new to Mathematica and going at snail's pace.
> I would like to plot:
>
> 8x - x^2 + 14y - y^2 == 49
>
> Anyone?
>
> --
> Trevor Rabey


Hi,

I dont know if this is what you want, but by using ContourPlot : e.g.

ContourPlot[8 x - x^2 + 14 y - y^2 ==== 49, {x, 0, 10}, {y, 0, 15},
 AspectRatio -> Automatic]

you can plot the solution to this equation.
I hope this helps

best regards

nico scherf


  • Prev by Date: Re: Plot this?
  • Next by Date: Re: Plot this?
  • Previous by thread: Re: Plot this?
  • Next by thread: Re: Plot this?