bisection algorithm

1. Introduction- 이번 챕터에서는 다 정리하진 않을것이고, Bisection Algorithm만 다루겠습니다. 2. Bisection Algorithm- Bisection Algorithms은 연속적인 1차원 함수의 root를 찾는 방법 중 하나이다.- 특정 구간에서 함수 값이 0이 되는 점을 찾는 numerical approximation method이다. 2.1. 개념- Bisection Algorithm은 다음과 같은 조건을 만족하는 continuous function에 적용가능하다.-- 특정 구간 [a,b]에서 함수 f(x)의 부호가 변할 때, 즉 f(a)와 f(b)가 서로 다른 부호를 가질 때 적용 가능하다.---> 즉, f(a)f(b) -- Bisection Algorithm은 해..
23학번이수현
'bisection algorithm' 태그의 글 목록