Lecture 6 Flashcards
What is the concept of root finding?
Why is solving multivariate non-linear root finding problems much more difficult?
What is the Intermediate Value Theorem (IVT)?
What is the algorithm of the bisection method?
When is a (root finding) method convergent?
What is the order of convergence?
What can be said about the speed convergence of the bisection method?
When does the bisection method produce a unique result?
What is the difference between local and global root finding?
What is Newtons (root finding) method?
What is the convergence rate of Newtons method?
What is the main idea behind Fixed Point Iteration (FPI)?
What is the convergence rate of FPI? Show how it is derived.
Clearly this does not matter
What is the main idea of the Secant method? What is its algorithm?
What is the rate of convergence of the Secant Method? How does it compare to Newtons Method?