Lecture 2: Bisection Method | Numerical analysis and methods | Math for AI - ML - Engineering

Опубликовано: 12 Ноябрь 2021
на канале: Ahmad Bazzi
10,856
4.5k

In lecture 2 of Numerical analysis and methods | Math for AI - ML - Engineering, we talk about the bisection method and give an intuitive explanation on why it works. MATLAB implementation of bisection method is also given along the way. This lecture is outlined as follows:

Chapters
00:00 Intro
00:23 Bisection Method Requirements
03:07 Bisection Method
06:55 Convergence Speed of Bisection Method
07:17 Bisection Method on MATLAB
17:34 Bisection Method Validation on MATLAB
25:41 Outro

Lecture notes with detailed MATLAB code are on my website 👉 https://bazziahmad.com/2021/11/14/bis...


Note: The MATLAB code could easily be used in Python. Minimal changes could be done. The code is open-source with detailed explanation found within the shared link. Bisection method is a popular recursive techniques to estimate zeros or roots to almost any given equation, with linear convergence.

Previous lectures:

Lecture 1: Fixed Point Method |    • Lecture 1: Fixed Point Method | Numer...  

#Bisection #NumericalAnalysis #NumericalMethods