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

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024

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

  • @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!!

  • @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!

  • @jimcurrie
    @jimcurrie Месяц назад

    How do you improve newtons method

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

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

  • @ruangomes809
    @ruangomes809 2 года назад

    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

  • @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 끝!!!

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

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

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

    bless you please do regula falsi

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

    Is there any lecture for regula falsi method?

  • @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 4 года назад

    Screen isn't clear.