Adams-Bashforth-Moulton

버전 1.1 (126 KB) 작성자: Meysam Mahooti
Adams-Bashforth-Moulton integration (8th order)
다운로드 수: 1.2K
업데이트 날짜: 2018/12/25

라이선스 보기

Linear multi-step methods are used for the numerical solution of ordinary differential equations. Conceptually, a numerical method starts from an initial point and then takes a short step forward in time to find the next solution point. The process continues with subsequent steps to map out the solution. Single-step methods (such as Euler's method) refer to only one previous point and its derivative to determine the current value. Methods such as Runge–Kutta take some intermediate steps (for example, a half-step) to obtain a higher order method, but then discard all previous information before taking a second step. Multi-step methods attempt to gain efficiency by keeping and using the information from previous steps rather than discarding it. Consequently, multi-step methods refer to several previous points and derivative values. In the case of linear multi-step methods, a linear combination of the previous points and derivative values is used.
Here, integration of the normalized two-body problem from t0 = 0 to t = 86400(s) for an eccentricity of e = 0.1 is implemented.

인용 양식

Meysam Mahooti (2024). Adams-Bashforth-Moulton (https://www.mathworks.com/matlabcentral/fileexchange/55433-adams-bashforth-moulton), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2018a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Partial Differential Equation Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Adams Bashforth Moulton 8th order

버전 게시됨 릴리스 정보
1.1

Revised on 2018-12-25.

1.0.0.0

Accuracy assessment is added to ABM8_test.m