MathGroup Archive 2011

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

Search the Archive

Re: How do I get a numeric value from FindRoot[] ?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg120813] Re: How do I get a numeric value from FindRoot[] ?
  • From: Glenn Carlson <g.crlsn at gmail.com>
  • Date: Thu, 11 Aug 2011 05:12:53 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

In[1]:= sol = FindRoot[x + 9, {x, -5}]
x = x /. sol
x + 2.5

Out[1]:= {x -> -9.}
Out[2]:= -9.
Out[3]:= -6.5

Regards,
Glenn




  • Prev by Date: Re: Getting TraditionalForm to put in a multiplication sign.
  • Next by Date: ListDensityPlot and Legend
  • Previous by thread: Re: ?
  • Next by thread: Re: How do I get a numeric value from FindRoot[] ?