errors sorry about notation I used.

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

1/17

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.

18 Terms

1
New cards

Bisection Method

O(h)

2
New cards

Newtons Method

2nd order

1 multiple choice option

3
New cards

Secant Method

1.618 order

3 multiple choice options

4
New cards

false position

O(h)

5
New cards

fixed point order

O(h)

6
New cards

Forward difference

O(h)

3 multiple choice options

7
New cards

Backwards difference

O(h)

3 multiple choice options

8
New cards

center difference f'(x)

O(h^2)

3 multiple choice options

9
New cards

center difference f"(x)

O(h^2)

3 multiple choice options

10
New cards

Richardsons extrapolation k1h+k2h^2+k3h^3

O(h^k)

3 multiple choice options

11
New cards

Richardsons extrapolation k2h^2+k4h^4+k6h^6

O(h^2k)

3 multiple choice options

12
New cards

Midpoint Rule

O(h^2)

3 multiple choice options

13
New cards

Trapezoid Rule

O(h^2)

3 multiple choice options

14
New cards

Simpson's Rule

O(h^4)

3 multiple choice options

15
New cards

Romberg interpolation

O(h^2k)

3 multiple choice options

16
New cards

Euler ODE

O(h^2) step O(h) global

3 multiple choice options

17
New cards

midpoint method ODE

O(h^3) step O(h^2) global

3 multiple choice options

18
New cards

modified Euler ODE

O(h^3) step O(h^2) global

3 multiple choice options