Secant Method - Numerical Root Finding Methods in Python and MATLAB

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024
  • 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 Secant Method
    ● Implementation of Secant Method in Python
    ● Implementation of Secant Method in MATLAB
    Other parts of this video tutorial series are available via following links:
    Part 1 - Bisection Method in Python and MATLAB: • Bisection Method - Num...
    Part 2 - Bisection Method in Python and MATLAB: [Current Part]
    Part 3 - Bisection Method in Python and MATLAB: • Newton-Raphson Method ...
    Publisher: Yarpiz (www.yarpiz.com)
    Instructor: Mostapha Kalami Heris

Комментарии • 2

  • @negar8221
    @negar8221 3 года назад +1

    Thank you . It was really helpful. I have a question though, what if we wanted to create a table that we can see results of each iteration in python .
    I mean what should we do if we wanted to create a table which for n=1 shows x_n-1 and x_n and x_n+1 etc .
    And then the next iteration
    Until it stops

  • @Tigre-
    @Tigre- Год назад +1

    10:16