practice midterm

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards
While Loop Requirements in Python
A logical expression that is evaluated at the beginning of each loop.
2
New cards
Function Requirements in Python
All variables used in the function do not need to be declared at the beginning.
3
New cards
True Error Definition
True Value - Approximate Value.
4
New cards
When to Use Approximate Error
When the actual value is unknown.
5
New cards
Cause of Truncation Error

Approximating exact mathematical procedures

6
New cards

Matrix Indexing in NumPy A[:,1]

will take all rows and 2nd column (says 1 but starts at 0)

7
New cards
Machine Epsilon
The maximum possible ratio of the spacing between one number and the next compared to its magnitude.
8
New cards

Which of the following is not true of the first-order Taylor series approximation of f(x) at a?

its truncation error is always less than that of the zero-order approximation

9
New cards

Taylor Series Represents a function as an infinite sum of terms calculated from

values of the function's derivatives at a single point.

10
New cards

Will noy decrease Truncation Error in Taylor Series Approximations

Increasing the number of significant digits

11
New cards

Taylor Series Error Propagation formula for a function of two variables assumes that variation due to one variable

is independent of the variation due to another variable

12
New cards

Numerical Differentiation allows us to compute rates of change without know

the underlying function.

13
New cards

Numerical Integration involves evaluating a definite integral from

a set of values.

14
New cards
Simpson's 1/3 Rule Requirements

an even number of segments, an odd number of data points, evenly spaced segments