Re: A basic question about RecurrenceTable - warning messages
- To: mathgroup at smc.vnet.net
 - Subject: [mg122259] Re: A basic question about RecurrenceTable - warning messages
 - From: victorphy <vbapst at gmail.com>
 - Date: Sat, 22 Oct 2011 06:09:26 -0400 (EDT)
 - Delivered-to: l-mathgroup@mail-archive0.wolfram.com
 - References: <j7rl46$i8i$1@smc.vnet.net>
 
On 21 oct, 13:30, victorphy <vba... at gmail.com> wrote:
> Thank you very much for your answers.
>
Ok it was quick I got an answer by mail. For the record here is what
needs to be done :
soltest[a_?NumericQ, b_?NumericQ] :=  x /. FindRoot[f[x, a], {x, b}]
Victor