Bisection

Computes the root of a function f by bisectioning.

이 제출물을 팔로우합니다

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 (2026). Bisection (https://kr.mathworks.com/matlabcentral/fileexchange/28978-bisection), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 준 파일: Bisection Method Root Finding

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0