MathGroup Archive 1999

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

Search the Archive

updating starting values

  • To: mathgroup at smc.vnet.net
  • Subject: [mg16307] updating starting values
  • From: ALEJANDRO FRANCISCO JARA <ajara at ucla.edu>
  • Date: Sun, 7 Mar 1999 01:05:37 -0500
  • Sender: owner-wri-mathgroup at wolfram.com

Hello,
I am doing a plot of one solution of a non linear equation,
as a function of a parameter. However, I need to find a way
to update the starting values. There is anybody have a suggestion?
A simplify version of my problem is as follows:

val[a_]:=FindRoot[(x)*(Exp[x^0.5])==a,{x,1}][[1]]
Plot[val[a][[2]],{a,0,1}]

Thanks very much,
Alejando Jara



  • Prev by Date: Re: Multiply a constant to a matrix column
  • Next by Date: Re: Discrete probablitiy distributions
  • Previous by thread: Re: Win95 and quicktime
  • Next by thread: Position of element in a list