Lesson 2 Flashcards
1
Q
These techniques are called _____ because two initial guesses for the root are required.
A
BRACKETING METHOD
1
Q
These methods deal with the fact that a function typically changes sign in the vicinity of a root.
A
BRACKETING METHOD
2
Q
It is used to find the roots of a polynomial equation. It separates the interval and subdivides the interval in which the root of the equation lies.
A
Bisection method
3
Q
It is a modification on the bisection
method. This is an alternative method that exploits the graphical
insight is to join f(XL) and f(XU) by a straight line.
A
FALSE-POSITION METHOD
4
Q
A