Re: plotting Numerical solutions of a function
- To: mathgroup at smc.vnet.net
- Subject: [mg28541] Re: plotting Numerical solutions of a function
- From: "Allan Hayes" <hay at haystack.demon.co.uk>
- Date: Wed, 25 Apr 2001 19:21:49 -0400 (EDT)
- References: <9c5o1o$iut@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Would
<<Graphics`ImplicitPlot
help?
Information is available in the Help Browser.
--
Allan
---------------------
Allan Hayes
Mathematica Training and Consulting
Leicester UK
www.haystack.demon.co.uk
hay at haystack.demon.co.uk
Voice: +44 (0)116 271 4198
Fax: +44 (0)870 164 0565
"Julian Sweet" <jsweet at engineering.ucsb.edu> wrote in message
news:9c5o1o$iut at smc.vnet.net...
> I need to plot a function with variables x and y for which
> there is no closed form solution. I figured the easiest way is to vary
> the value of x for the equation , run NSolve, and then for each value
> of x save the resulting value of y to an array. However, for a given
> value of x there will be more than one solution for y (roots). How
> would I go about setting this up?
>
> Thank you
>
>
> e-mail response appreciated: jsweet at engineering.ucsb.edu
>