필터 지우기
필터 지우기

Newton's and Regula False Method on MATLAB

조회 수: 8 (최근 30일)
FATIH GUNES
FATIH GUNES 2021년 4월 12일
답변: Sripranav Mannepalli 2021년 7월 13일
For the below problem, how can I find all real zeros of the functions (with Newton’s and Regula False) using the MATLAB function:
f(x)= x^3+3x^2-1

답변 (1개)

Sripranav Mannepalli
Sripranav Mannepalli 2021년 7월 13일
1) Newton's Method :
The following MATLAB Answer post provides a code that implements the Newton Raphson method.
Newton's method cannot be used to find multiple roots. For more information, refer to the following answer .
2) Regula FalsiMethod :
Currently there is no built-in function available in MATLAB for the Regula Falsi method. An alternative can be the following file-exchange submission. If you have any queries regarding this submission, please reach out to the author of the code.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by