Newton-Raphson Method - Numerical Root Finding Methods in Python and MATLAB

Поделиться
HTML-код
  • Опубликовано: 3 июл 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 Newton-Raphson Method
    ● Implementation of Newton-Raphson Method in Python
    ● Implementation of Newton-Raphson 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: • Secant Method - Numeri...
    Part 3 - Bisection Method in Python and MATLAB: [Current Part]
    Publisher: Yarpiz (www.yarpiz.com)
    Instructor: Mostapha Kalami Heris

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

  • @aveni0r129
    @aveni0r129 3 года назад +3

    I really like the way you explain .I mean it's much clearer than my teacher's explanation. Thank you very much!

  • @abolghasem28
    @abolghasem28 4 года назад

    I already missed the lessen about root finding and didn't know how to write a program for it. But you gave me both. Tnx a lot!!

  • @ruangomes809
    @ruangomes809 Год назад

    Yarpiz, congratulations on the amazing content. I really enjoy your page.. I would kindly ask you to continue this series and if possible help us with the Levenberg-Marquardt algorithm. From what I understand this would be the next stage. Best regards

  • @sigmasilant3052
    @sigmasilant3052 3 года назад

    Hi , your teching method is amasing , i hope that your cod teching would be continue and dominated

  • @zoyaseher3728
    @zoyaseher3728 3 года назад

    Is there any lecture for regula falsi method?

  • @markamotor
    @markamotor 3 года назад

    Golden section method would also be great! :) anyway thanks!!!!

  • @josephntabo84
    @josephntabo84 3 года назад

    bless you please do regula falsi

  • @tv..6531
    @tv..6531 3 года назад

    r(2) < a 에서 우변으로 이항하면 0 < a - r(2) 양변 제곱하면 0 < a^2 - 2a*r(2) + 2
    2a * r(2) < (a^2 + 2)
    r(2) < (a^2 + 2) / 2a 끝!!!

  • @somayehmohammadi8225
    @somayehmohammadi8225 4 года назад +1

    thank u veryyyy mush

    • @YarpizProjects
      @YarpizProjects  4 года назад

      You are welcome.

    • @bahadryagan2832
      @bahadryagan2832 4 года назад

      @@YarpizProjects Hello. What is the "tol" value ?

    • @vivekmehta6833
      @vivekmehta6833 3 года назад

      @@YarpizProjects Hey! I'm a Freelancer and I do have pirated versions of the softwares. And I was planning to make videos on mechanical softwares like MATLAB, Solidworks, AutoCAD, etc on RUclips. Like how to design a particular thing or how to write a code for a particular problem. All these softwares cost 1000s of dollars a year for individual/commercial license which obviously I can't afford. If you could help me out with a few questions, I would be really grateful of you!!!
      1) When I apply for monetization, will I be asked whether I have commerical licenses of the aforementioned softwares by RUclips?
      2) If RUclips doesn't ask for commercial licenses and after that my content is monetized, at what point can I expect these companies to send me a notice regarding the licenses? At 10k subscribers? 50k? 100k?
      3) How much money do RUclipsrs with 10-50k subscribers from 3rd world countries like India get monthly? Any idea?
      4) Is it really worth it? I mean I do have the skills and knowledge but I honestly don't think I would be able to afford these softwares until and unless I start earning 500-1000$ per month via RUclips.

  • @shifatjishan6169
    @shifatjishan6169 3 года назад

    Screen isn't clear.