finding root of any polynomail using Newton Raphson method

버전 1.0.0.0 (1.29 KB) 작성자: Dimuthu Senanayaka
finding root of any polynomial using Newton Raphson method
다운로드 수: 1.2K
업데이트 날짜: 2010/9/26

라이선스 보기

*copy the file to your current directory.

Example-
If you want to find a root of
f(x)=6x^3+8x^2-3x^1+78,
write the command-

find_root([78 -3 8 6]);

on MATLAB command window.

*If you want to find another root, change the 100 in,
x=100; (4th line of find_root.m file) to another value as your preference and
rerun
find_root([78 -3 8 6]); command.

*for further details about the algorithm used to calculate
roots. refer

http://en.wikipedia.org/wiki/Newton%27s_method

인용 양식

Dimuthu Senanayaka (2025). finding root of any polynomail using Newton Raphson method (https://kr.mathworks.com/matlabcentral/fileexchange/28836-finding-root-of-any-polynomail-using-newton-raphson-method), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R14
모든 릴리스와 호환
플랫폼 호환성
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.0.0