필터 지우기
필터 지우기

All zeros for Bessel function

조회 수: 14 (최근 30일)
Zeynep Toprak
Zeynep Toprak 2020년 2월 28일
댓글: Zeynep Toprak 2020년 3월 1일
I dont want to find all zeros of this function by using 'bessel function' besselj(nu, Z) in matlab toolbox. I would like to create a matlab function to calculate all roots. I create a function on newton iteration method, but it calculated just one root. thanks for your helps in advance.
  댓글 수: 10
Walter Roberson
Walter Roberson 2020년 2월 29일
https://en.m.wikipedia.org/wiki/Root-finding_algorithm
There are also techniques that involve splitting up the interval into a number of subintervals and running a Newton type algorithm on the entire vector of starting points, and then at the end taking the unique values (taking into account round-off error). This approach only really works if you have information about the minium separation of the zeros.
Zeynep Toprak
Zeynep Toprak 2020년 3월 1일
dear Walter this is a great help! many thanks!

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by