MathGroup Archive 2001

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

Search the Archive

plotting Numerical solutions of a function

  • To: mathgroup at smc.vnet.net
  • Subject: [mg28530] plotting Numerical solutions of a function
  • From: Julian Sweet <jsweet at engineering.ucsb.edu>
  • Date: Wed, 25 Apr 2001 01:30:33 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

	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


  • Prev by Date: A problem about ConstrainedMax
  • Next by Date: Simple question
  • Previous by thread: A problem about ConstrainedMax
  • Next by thread: Re: plotting Numerical solutions of a function