MathGroup Archive 2001

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

Search the Archive

Re: Plotting a function of x and y

  • To: mathgroup at smc.vnet.net
  • Subject: [mg28124] Re: [mg28098] Plotting a function of x and y
  • From: Tomas Garza <tgarza01 at prodigy.net.mx>
  • Date: Sat, 31 Mar 2001 02:58:55 -0500 (EST)
  • References: <200103300912.EAA09870@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

In[1]:=
<< Graphics`ImplicitPlot`
In[2]:=
ImplicitPlot[3 x + 2y == 50, {x, 0, 10}];

Tomas Garza
Mexico City
----- Original Message -----
From: "Christopher Deacon" <cdeacon at physics.mun.ca>
To: mathgroup at smc.vnet.net
Subject: [mg28124] [mg28098] Plotting a function of x and y


> How do I plot the function
>
>    3 x+ 2y = 50?
>
> I suppose I could use Solve to rewrite the equation in slope-intercept
form,
> but is there a simpler way?
>
> Chris
>
> --
> +-----------------------------+----------------------------+
> |       Christopher Deacon    |         (709) 737-7631
> | Dept of Physics and Physical|   cdeacon at physics.mun.ca
> |         Oceanography
> | Memorial University of Nfld
> +----------------------------+-----------------------------+
> |                http://www.physics.mun.ca/~cdeacon
> +----------------------------------------------------------+
>
>
>
>
>
>



  • Prev by Date: Re: Plotting a function of x and y
  • Next by Date: Re: Defining a flat, orderless, one-identical function?
  • Previous by thread: Plotting a function of x and y
  • Next by thread: Re: Plotting a function of x and y