NUMERICAL METHODS TRUE/FALSE

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/47

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:35 AM on 5/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

48 Terms

1
New cards

True percent relative error is a measure of precision.

False (measure of accuracy)

2
New cards

An nth order polynomial has n real or complex roots.

True

3
New cards

The truncation error for a 3rd order Taylor series is O(h^4).

True

4
New cards

Polynomial deflation is the process of removing roots from transcendental functions.

False

5
New cards

If a numerical method has an error O(h^2), where h is the step size [xi+1=xi], halving the step size will quarter the error.

True

6
New cards

In general, using more bits to store a number will reduce round-off error.

True

7
New cards

A computers finite storage space is a source of truncation errors.

False (round-off error)

8
New cards

If a numerical method provides an approximate with error O(h), where h is the step size, doubling the step size will halve the error.

False

9
New cards

The bracket interval [Xu-Xl] is reduced by the same percentage for each iteration of the bisection method.

True

10
New cards

Precision refers to how closely approximations agree with each other.

True

11
New cards

The machine epsilon describes the worst-case scenario truncation error.

False

12
New cards

The interval between numbers that can be represented with fixed-point-notation increases as magnitude increases.

False

13
New cards

The round-off error caused by storing numbers with floating point representation is not consistent and varies greatly with the magnitude of the number being stored.

False

14
New cards

If a numerical method provides an approximate error O(h^2), where h is the step size, doubling the step size will quarter the error.

False

15
New cards

The error resulting from a Taylor series approximation will decrease as the step size h decreases.

True

16
New cards

The False Position Method takes into account the magnitude of the function at the guesses (Xi and Xu).

True

17
New cards

The Secant Method is similar to the Newton Raphson Method, but it uses an approximation for the derivative.

True

18
New cards

When open methods converge, they do so faster than bracket methods.

True

19
New cards

It is ok to use the approximate percent relative error for numerical methods because the approximate percent relative error will always be less than the true percent relative error.

False

20
New cards

If the magnitude of the condition number is larger than 1 (>>1), the system is considered well-conditioned.

False

21
New cards

True percent relative error is a measure of accuracy.

True

22
New cards

Storing only a few digits of pi is a source of truncation error.

False

23
New cards

The floating point storage scheme allows computers to store most numbers exactly.

False

24
New cards

Open methods for finding roots are slow but reliable when compared to bracket methods.

False

25
New cards

The standard error of the estimate describes the spread of the data around the mean value.

False

26
New cards

A unique nth order polynomial fit requires n-1 data points.

False

27
New cards

A regression line has merit if the standard error of the estimate is smaller than the standard deviation.

True

28
New cards

If the regression line passes directly through all data points, then the coefficient of determination will be equal to one.

True

29
New cards

Consider a linear system of equations in Matrix Form (Ax=B).

The solution is: x=BA^-1, where A^-1 is the inverse of the A matrix.

False

30
New cards

Consider a linear system of equations in Matrix Form (Ax=B).

The linear system is considered well conditioned if the determinant of A equals zero.

False

31
New cards

Consider a linear system of equations in Matrix Form (Ax=B).

The Gauss-Seidel method will always converge on the solution, (assuming one exist)

False

32
New cards

Consider a linear system of equations in Matrix Form (Ax=B).

It is more efficient to use LU decomposition to solve for A^-1 than Gauss elimination.

True

33
New cards

Consider a linear system of equations in Matrix Form (Ax=B).

The system can be solved (assuming a solution exist) by: x=A^-1B, where A^-1 is the inverse of matrix A.

True

34
New cards

Consider a linear system of equations in Matrix Form (Ax=B).

If the determinant of the matrix A equals zero, partial pivoting is necessary to solve the system.

False

35
New cards

Consider a linear system of equations in Matrix Form (Ax=B).

Assuming a solution exist, solving using LU decomposition will be more efficient than Naive Gauss Elimination.

False

36
New cards

Consider a linear system of equations in Matrix Form (Ax=B).

The system is considered ill-conditioned if the condition number equals 500.

True

37
New cards

Consider a linear system of equations in Matrix Form (Ax=B).

Scaling the equations by 10 (i.e. multiplying both sides of the equations by 10) will affect the determinant as well as the solution.

False

38
New cards

Gauss-Jordan elimination is a more efficient variation of Gauss elimination.

False

39
New cards

If a matrix is multiplied by its inverse, the result will be the identity matrix.

True

40
New cards

If AY=I, where I is the identity matrix, Y must equal A^-1.

True

41
New cards

The norm of a matrix is a measure of its length.

True

42
New cards

LU decomposition is more efficient than Gauss elimination when solving for the inverse of a matrix.

True

43
New cards

The gradient of a function f(x,y) only indicates the direction of steepest ascent.

False

44
New cards

For a two dimensional function f(x,y), the point where (df/dx)=(df/dy)=0 always indicates an optima.

False

45
New cards

The random search scheme always finds a global extremum.

True

46
New cards

Partial pivoting can help avoid division by zero when used with Gauss elimination.

True

47
New cards

Parabolic interpolation approximates the optima location using a 3rd order polynomial fit.

False

48
New cards

Consider a function f(x,y). The x,y location where both df/dx=0 and df/dy=0 will not always be an optima.

True