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 real roots of polynomials are usually classified as being either ____ numbers or irrational.
(Multiple Choice)
4.9/5
(38)
In numerical integration, excessive computation times typically occur when the number of iterations exceeds ____.
(Multiple Choice)
4.7/5
(31)
An approximation to the area under a complicated curve is obtained by assuming the function can be replaced by simpler functions over a limited ____.
(Multiple Choice)
4.8/5
(36)
Simpson s rule converges nicely in most instances and it is easy to use.
(True/False)
4.7/5
(30)
The secant method of root-finding does not pose divergence problems.
(True/False)
4.8/5
(35)
The ____ method presents the basics on which most root-finding methods are constructed.
(Multiple Choice)
4.8/5
(40)
The regula falsi method will almost always ____________________faster than the conventional bisection method.
(Short Answer)
4.9/5
(37)
To increase the accuracy of numerical integration methods, the interval is simply subdivided into a larger number of ____________________.
(Short Answer)
4.8/5
(28)
A change in a function s ____, indicating the vicinity of a root has been located, forms the key element in the computer code for locating roots.
(Multiple Choice)
4.8/5
(37)
The very simplest approximation to a function is a(n) ____________________.
(Short Answer)
4.8/5
(39)
The ____________________ method can be shown to be equivalent to replacing the function repeatedly by straight lines drawn through the points x 0 , f ( x 0 ) and x 1 , f ( x 1 ) .
(Short Answer)
4.8/5
(38)
The regula falsi procedure can be made to converge more rapidly if the interval can be made to collapse from only one direction.
(True/False)
4.8/5
(37)
The number of ____________________ is not predictable in the regula falsi and modified regula falsi methods.
(Short Answer)
4.8/5
(33)
The ____ method is identical to the regula falsi method, except the sign of f ( x ) doesn t need to be checked at each iteration.
(Multiple Choice)
4.8/5
(39)
A(n) ____ is a number used to alter the results of one iteration before inserting them into the next.
(Multiple Choice)
4.8/5
(30)
____ rule is based on approximating a function by straight-line segments.
(Multiple Choice)
4.7/5
(40)
Numerical integration is fairly safe from problems such as ____.
(Multiple Choice)
4.8/5
(36)
Many, perhaps most, of the integrals occurring in actual engineering or science problems cannot be expressed in any ____________________ form.
(Short Answer)
4.9/5
(33)
The chapter text cautions that the secant root-finding method can pose ____ problems.
(Multiple Choice)
5.0/5
(39)
Showing 21 - 40 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)