MathGroup Archive 2010

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

Search the Archive

Re: "Quick and dirty" Solve[]

  • To: mathgroup at smc.vnet.net
  • Subject: [mg108599] Re: "Quick and dirty" Solve[]
  • From: guerom00 <guerom00 at gmail.com>
  • Date: Thu, 25 Mar 2010 04:22:59 -0500 (EST)
  • References: <hoa1be$ffl$1@smc.vnet.net> <hoco14$a6$1@smc.vnet.net>

I find that :
- Calculate a table of values of my function f(x) on a regular grid of
x which bracket the root I want
- Interpolation[] of this table of values
- Use FindRoot[] on this interpolated function
gives me a good compromise (speed/accuracy) :)

Thanks


  • Prev by Date: counting number of variables in an expression
  • Next by Date: Re: Sort within self-defined procedure
  • Previous by thread: Re: "Quick and dirty" Solve[]
  • Next by thread: Re: "Quick and dirty" Solve[]