Bisection

버전 1.0.0.0 (1.8 KB) 작성자: Wolfgang Putschögl
Computes the root of a function f by bisectioning.
다운로드 수: 1.4K
업데이트 날짜: 2010/10/8

라이선스 보기

Computes the root of a continuous function f in the interval [a,b] by bisectioning.

For this algorithm the function values of endpoints must differ in sign.

Usage: [c,fc,err] = bisection(f,a,b,delta)

Input arguments:
f function
a left endpoint
b right endpoint
delta error tolerance
Output arguments:
c solution
Optional Output arguments:
fc function value of solution
err error estimate

인용 양식

Wolfgang Putschögl (2025). Bisection (https://kr.mathworks.com/matlabcentral/fileexchange/28978-bisection), MATLAB Central File Exchange. 검색 날짜: .

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

도움 준 파일: Bisection Method Root Finding

Community Treasure Hunt

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

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