[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Transcendental equation
From: |
guido.bonalumi |
Subject: |
RE: Transcendental equation |
Date: |
Wed, 30 Apr 2014 05:34:23 -0700 (PDT) |
Thanks for the explanation! I tried this solution:
f = @(x) (x*(besselj(1, x))/(besselj(0, x))-Bi)
fsolve(f,1.1)
and it works. It returns the root nearest to 1.1. Now I have to find a way
to iterate this process to find automatically the firsts N roots.
Any idea?
--
View this message in context:
http://octave.1599824.n4.nabble.com/Transcendental-equation-tp4663840p4663855.html
Sent from the Octave - General mailing list archive at Nabble.com.