Exam 14: Numerical Methods
Exam 1: Preliminaries51 Questions
Exam 2: Problem Solving Using C++52 Questions
Exam 3: Assignment, Formatting, and Interactive52 Questions
Exam 4: Selection Structures51 Questions
Exam 5: Repetition Statements50 Questions
Exam 6: Modularity Using Functions50 Questions
Exam 7: Arrays50 Questions
Exam 8: Io Streams and Data Files50 Questions
Exam 9: Completing the Basics50 Questions
Exam 10: Pointers50 Questions
Exam 11: Introduction to Classes50 Questions
Exam 12: Adding Functionality to Your Classes50 Questions
Exam 13: Structures50 Questions
Exam 14: Numerical Methods50 Questions
Select questions type
The regula falsi root-finding method is essentially the same as bisection, except instead of using the interval s midpoint at each step of the calculation, you use a(n) ____ value for the root.
Free
(Multiple Choice)
4.7/5
(35)
Correct Answer:
D
The ____ method is probably the most popular method for finding the root of a function.
Free
(Multiple Choice)
5.0/5
(45)
Correct Answer:
A
The ____ root-finding method uses a predictable number of iterations.
Free
(Multiple Choice)
4.9/5
(37)
Correct Answer:
D
Using the ____ root-finding method, the interval is made to collapse from both directions.
(Multiple Choice)
4.8/5
(37)
____ rule is based on approximating a function by parabolic segments.
(Multiple Choice)
4.9/5
(35)
By using information about the ____ of a functional value in addition to its sign, you can speed up the convergence of your root-finding scheme.
(Multiple Choice)
4.8/5
(45)
One of the most common tasks in science and engineering is finding the roots of equations.
(True/False)
4.8/5
(37)
In the ____ method, you can predict with some precision the number of iterations required to find a function s root to a certain accuracy.
(Multiple Choice)
5.0/5
(40)
Many of the theorems you learned for roots of polynomials don t apply to transcendental equations.
(True/False)
4.8/5
(35)
In numerical integration, excessive ____________________ times is a potential problem.
(Short Answer)
4.8/5
(37)
A root-finding method that uses a minimum of finesse is known as a ____ method.
(Multiple Choice)
4.8/5
(42)
____________________ error occurs when the values of f ( x 1) and f ( x 3) used in the computation are nearly equal.
(Short Answer)
4.8/5
(43)
Among the bisection, regula falsi, and modified regula falsi methods, the ____ method is probably the most efficient for common problems.
(Multiple Choice)
4.8/5
(44)
An approximation to the area under a complicated curve is obtained by assuming the function can be replaced by simpler functions over a limited range.
(True/False)
4.7/5
(41)
With the regula falsi method of root-finding, success is based on the size of the function, not the size of the interval.
(True/False)
4.8/5
(45)
____ consists of expressing the area as the sum of areas of smaller segments.
(Multiple Choice)
4.8/5
(33)
Showing 1 - 20 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)