Lecture 6 Flashcards

1
Q

What is the concept of root finding?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why is solving multivariate non-linear root finding problems much more difficult?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the Intermediate Value Theorem (IVT)?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the algorithm of the bisection method?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

When is a (root finding) method convergent?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the order of convergence?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What can be said about the speed convergence of the bisection method?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

When does the bisection method produce a unique result?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the difference between local and global root finding?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is Newtons (root finding) method?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the convergence rate of Newtons method?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the main idea behind Fixed Point Iteration (FPI)?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the convergence rate of FPI? Show how it is derived.

Clearly this does not matter

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the main idea of the Secant method? What is its algorithm?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the rate of convergence of the Secant Method? How does it compare to Newtons Method?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the Inverse Quadratic interpolation (root finding)? What is its rate of convergence?

A
17
Q

What is the main idea of root finding hybrid methods?

A
18
Q
A