MathGroup Archive 2010

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

Search the Archive

Re: How to use the result of Solve in Plot?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg111666] Re: How to use the result of Solve in Plot?
  • From: Alexei Boulbitch <alexei.boulbitch at iee.lu>
  • Date: Mon, 9 Aug 2010 05:15:29 -0400 (EDT)

Hi, Ed, try this:

Plot[Solve[{5*x + 4*y == 12}, y][[1, 1, 2]], {x, 0, 2}]

Have fun, Alexei

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.



-- 
Alexei Boulbitch, Dr. habil.
Senior Scientist
Material Development

IEE S.A.
ZAE Weiergewan
11, rue Edmond Reuter
L-5326 CONTERN
Luxembourg

Tel: +352 2454 2566
Fax: +352 2454 3566
Mobile: +49 (0) 151 52 40 66 44

e-mail: alexei.boulbitch at iee.lu

www.iee.lu

--

This e-mail may contain trade secrets or privileged, undisclosed or
otherwise confidential information. If you are not the intended
recipient and have received this e-mail in error, you are hereby
notified that any review, copying or distribution of it is strictly
prohibited. Please inform us immediately and destroy the original
transmittal from your system. Thank you for your co-operation.



  • Prev by Date: Re: Convex hull in 3D
  • Next by Date: Re: ExistsURLQ
  • Previous by thread: Re: How to use the result of Solve in Plot?
  • Next by thread: Re: How to use the result of Solve in Plot?