Overview
-
- Introduction: Familiarize yourself with root finding concepts and the course.
- What is Root Finding?: Define a root of a function and root finding problems.
- Finding a Root: The Bisection Method: Explore the bisection method, a simple and robust root finding algorithm.
- Finding a Root: The fzero Function: Use the MATLAB function fzero to find roots.
- Systems of Nonlinear Equations: The fsolve Function: Use the MATLAB function fsolve to solve systems of nonlinear equations.
- Next Steps: Give feedback on the course.