How to use the result of Solve in Plot?
- To: mathgroup at smc.vnet.net
- Subject: [mg111626] How to use the result of Solve in Plot?
- From: "Eduardo M. A. M.Mendes" <emammendes at gmail.com>
- Date: Sun, 8 Aug 2010 07:20:10 -0400 (EDT)
Hello I want to use the result of Solve[{5*x+4*y==12},{y}] in Plot[.,{x,0,2}]. Plot[Solve[.],{x,0,2}] does not work. Many thanks Ed PS. I am new to Mathematica.