Re: Solve and Plot
- To: mathgroup at smc.vnet.net
- Subject: [mg6542] Re: [mg6512] Solve and Plot
- From: BobHanlon at aol.com
- Date: Mon, 31 Mar 1997 23:01:41 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Plot[y /. Solve[3x + 2y - 4 == 0, y][[1]], {x, -5, 5}]; Bob Hanlon > 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 ?