| bisection |
dividing into two equal parts
Ãâó: wordnet.princeton.edu/perl/webwn
|
|---|---|
| bisecting angle technique |
A dental radiographic technique that requires (1) placement of the film as close as possible to the teeth, causing the film to rest against the crown; (2) visualization of a bisector, which bisects the angle formed by t
Ãâó:
|
| bisection |
Taking the midpoint of endpoints known to contain a solution. If the solution is in the interval (a,b), bisection chooses x = (a+b)/2 as the next point to evaluate. The result reduces the interval to (a,x) or (x,b), so the length is cut in half with each evaluation.
Ãâó: home.eunet.cz/berka/o/English/lp/glossary/B.html
|