Home \ Tutorials \ Numerical Root Finding Methods in Python and MATLAB – Video Tutorial
Numerical Root Finding Methods in Python and MATLAB – Video Tutorial

Numerical Root Finding Methods in Python and MATLAB – Video Tutorial

This series of video tutorials covers the numerical methods for Root Finding (Solving Algebraic Equations) from theory to implementation. In this course, three methods are reviewed and implemented using Python and MATLAB from scratch.

At first, two interval-based methods, namely Bisection method and Secant method, are reviewed and implemented. Then, a point-based method which is knowns as Newton’s method for root finding, a.k.a. Newton–Raphson method, is reviewed and implemented. This course is instructed by Dr. Mostapha Kalami Heris, who has years of practical work and active teaching in the field of programming, mathematics, control engineering and computational intelligence.

By the end of this course you will be able to know about the fundamental theory of this root finding methods and implementing them using Python and MATLAB programming languages.

Topics covered in this part are listed below:

  • Introduction to Bisection Method
  • Implementation of Bisection Method in Python
  • Implementation of Bisection Method in MATLAB
  • Introduction to Secant Method
  • Implementation of Secant Method in Python
  • Implementation of Secant Method in MATLAB
  • Introduction to Newton–Raphson Method
  • Implementation of Newton–Raphson Method in Python
  • Implementation of Newton–Raphson Method in MATLAB

All source codes implemented within course and hand-written notes of the lectures, are available to download, in the downloads section of this very page.

Watch Online

The video tutorial is available to watch online, via Yarpiz YouTube Channel. The YouTube playlist, containing all parts of this series, follows.

 

Downloads

The download link of this project follows.

Python and MATLAB Codes for Numerical Root Finding Methods

Download

Citing This Work

If you wish, you can cite this content as follows.

Cite as:

Mostapha Kalami Heris, Numerical Root Finding Methods in Python and MATLAB – Video Tutorial (URL: https://yarpiz.com/645/yprf191221-numerical-root-finding-methods-in-python-and-matlab), Yarpiz, 2020.

One comment

  1. How can I use Newton’s Method for an array of elements of x?

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.

x

Check Also

Numerical Computations in MATLAB: Optimization

Optimization in MATLAB — Video Tutorial

In this video tutorial, “Optimization” has been reviewed and implemented using MATLAB. For watching full ...