Aitken's delta square method

버전 1.0.0 (3.9 KB) 작성자: Milind Amga
Aitken's delta-squared method or Aitken Extrapolation is a series acceleration method, used for accelerating the rate of convergence.
다운로드 수: 158
업데이트 날짜: 2021/9/21

라이선스 보기

Working Procedure for Aitken’s delta square method:
(i) Choose 𝑥0 initial approximation for root, obtain 𝑥1 and 𝑥2 using iterative method.
(ii) Improve this using 𝑥3 = 𝑥2 − ((∆𝑥1) ^2 )/∆ ^2 (x0) , now with 𝑥3 , obtain 𝑥4 and 𝑥5 with iteration method.
(iii) 𝑥6 is obtained by 𝑥6 = 𝑥5 − ((∆𝑥4) ^2 )/∆ ^2 (x3).
NOTE :- The instructions for using code is provided within the file.

인용 양식

Milind Amga (2025). Aitken's delta square method (https://kr.mathworks.com/matlabcentral/fileexchange/99584-aitken-s-delta-square-method), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2020b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0