MathGroup Archive 1997

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

Search the Archive

Re: Solve and Plot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg6569] Re: [mg6512] Solve and Plot
  • From: "Preferred Customer" <sherman.reed at worldnet.att.net>
  • Date: Tue, 1 Apr 1997 19:01:04 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Here is how I would do it under 3.0

Plot[y/.Solve[3*x+2*y-4==0,y],x,-5,5]

sherman reed

----------
> From: Michel Gosse <michel.gosse at hol.fr>
To: mathgroup at smc.vnet.net
> To: mathgroup at smc.vnet.net
> Subject: [mg6569] [mg6512] Solve and Plot
> Date: Thursday, March 27, 1997 1:43 AM
> 
> Hello
> I would like to solve an equation and then plot the solution. The command
:
> Plot[Solve[3x+2y-4==0,y]],{x,-5,5}]
> How can i do my plot in a one line command ?
> Regards.
> **************************************************************
> * Michel Gosse               | Email   : michel.gosse at hol.fr *
> * 97, rue Joachim du Bellay  | Webpage : coming soon...      *
> * 86000 POITIERS             | Phone   : 33 549460970        *
> * FRANCE                     | Fax     : 33 549460970        *
> **************************************************************
> 


  • Prev by Date: Re: NDSolve problem
  • Next by Date: constrained minimization of nonlinear fct
  • Previous by thread: Re: Solve and Plot
  • Next by thread: Re: Solve and Plot