Odd answer from Mathematica
- To: mathgroup at smc.vnet.net
- Subject: [mg63609] Odd answer from Mathematica
- From: "Steeve Brechmann \(schumi\)" <steevebrechmann at yahoo.ca>
- Date: Sat, 7 Jan 2006 02:29:32 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hi everyone, I was trying to obtain the first five positive roots of the BesselJ[0,x], when something comes out... I type : Table[{i,FindRoot[BesselJ[0,x]==0,{x,i}]},{i,1,15,2}]//TableForm and Mathematica answer that for x=7, it obtains x->-52,6241 ! Is this a bug ? Thanks for your help. Steeve Brechmann "Addict to Mathematica"
- Follow-Ups:
- Re: Odd answer from Mathematica
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: Odd answer from Mathematica