The Newton - Raphson Method

The Script Provides a demonstration of the "Newton - Raphson Method" , to solve various polynomial and transcendental equations
다운로드 수: 12.1K
업데이트 날짜: 2018/10/2

라이선스 보기

"The Newton - Raphson Method" uses one initial approximation to solve a given equation y = f(x).In this method the function f(x) , is approximated by a tangent line, whose equation is found from the value of f(x) and its first derivative at the initial approximation.

The tangent line then intersects the X - Axis at second point. This second point is again used as next approximation to find the third point.

The script proceeds in the same way and performs upto 100 iterations. The Accuracy required
(required no. of decimal places) is taken as input from the user. The error between solutions of each iteration is checked every time and if found less than required accuracy, the iterations are stopped.

인용 양식

अंबरीश प्रशांत चांदूरकर Ambarish Prashant Chandurkar (2024). The Newton - Raphson Method (https://www.mathworks.com/matlabcentral/fileexchange/68885-the-newton-raphson-method), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2018b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Newton-Raphson Method에 대해 자세히 알아보기

Community Treasure Hunt

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

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

Author name correction

1.0.1

More Elaboration of Description

1.0.0