Bisection Method with MATLAB code

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024
  • The contents of this video lecture are:
    📜Contents 📜
    📌 (0:03) Introduction to non-linear equations
    📌 (2:40) Root Bracketing Criteria
    📌 (5:17) Bisection Method with Example
    📌 (15:47) MATLAB code of Bisection method
    #bisectionmethod
    #bisectionmethodmatlabcode
    #binarysearchmethod
    #bolzanomethod
    #intervalhalvingmethod
    #matlabcodebisectionmethod
    #numericalanalysis
    #numericalcomputation

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

  • @adnan0737
    @adnan0737 2 года назад +2

    JAZAKALLAHU KHAIRUN for the good work..Love and respect from Bangladesh ❤️

  • @ahmadiqbal925
    @ahmadiqbal925 9 месяцев назад +1

    fortran me be yehe program likhty sir ya kuch diffrent hota

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

    Extremely helpful to develop the understanding of MATLAB, thank you

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

    Jajhakallh Khair brother.

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

    Always best MASHA ALLAH♥️... waiting for fixed point iteration method..

  • @aware66
    @aware66 4 дня назад

    Thanks a lot sir

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

    Great 🎉🎉🎉🎉🎉

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

    Sir.Non linear equation me .Nooora ka hona bhi zaroori hai?

  • @HamzaAli-d3f1p
    @HamzaAli-d3f1p 3 месяца назад

    Assalam o Alaikum sir
    sir bisection k koi bi question aaya tu same isi method se kry?? thek ho jay ga??

  • @BestVideos01
    @BestVideos01 2 года назад +1

    great thank you but can you put the file of the mathlab code in the describtion box

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

    Thank you sir aapka bataya hoa sab samaj aa gaya

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

    Thank u for sharing your codes🌹

  • @ShaktiSingh-zp6jw
    @ShaktiSingh-zp6jw Год назад

    sir, how we find roots of Jacobi polynomial and write collocation points in matlab

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

    thank you very much

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

    Thanks for this wonderful video
    😍

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

    Sir graphical method for non linear ?

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

    Very nice expained Masha Allah

  • @raj-nq8ke
    @raj-nq8ke 3 года назад

    Sabash

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

    fruitfull👍

  • @ASHISHSHARMA-mo5pf
    @ASHISHSHARMA-mo5pf 3 года назад

    Thank you for sharing information sir 🌼✨

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

    Thank you sir⚡

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

    amazing ...nice work

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

    Nicely explained

  • @collinskipkemei3096
    @collinskipkemei3096 5 месяцев назад +1

    Can you do this in english please or make the subtitles be english😢

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

    Wonderfully explained!

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

    Hi sir plz make video on shooting method

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

    how to make a table to 6 number before 0,?

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

    thank youu sir

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

    THANKYOU SO MUCH.

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

    excellent

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

    I want the English version

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

    if f’(c) = 0 then c is a minimum point.
    • if f’(c) > 0 ⇒[a,c] is the new interval of uncertainty.
    • if f’(c) < 0 ⇒[c,b] is the new interval of uncertainty
    is there any matlab code for this bisection method ??
    urg plzz

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

    Please make a video on inverse of matrix by gauss Jordan method

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

      Btw there is built-in command in MATLAB. Just introduce your full matrix alongwith argumented identity matrix like we do in gauss jordon to find inverse. Then apply rref(A) where A is the argumented matrix.

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

    Please make a video on multi variable also

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

    Please suggest the book that followed in this series. Thanks

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

      📌Numerical Methods using MATLAB by John H. Mathews & Kurtis D. Fink. (4th edition)
      📌Numerical Analysis by Richard L. Burden and J. Douglas Faires. (10th edition)
      📌Applied Numerical Analysis by Curtis F. Gerald. Patrick O. Wheatley. (7th edition)

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

    assalam o alaikum sir i am getting an error of unexpected expression
    f=@(x) 4x-sin(x)-2;
    for this expression

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

    Can you please explain to me for what is line 9. I don't understand it. It would be very useful.

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

      It's fprinf command. You can learn the syntax of it from matlab help.

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

      It's fprintf command. You can learn the syntax of it from matlab help.

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

      This is used to display some static output. Like the character P here. %d is a placeholder for integer numbers, %f displays floating point numbers. 0.4f means a floating point number with four decimal places. Like 0.1234

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

    Regula falsi method py b video upload kren plzz

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

    Great sir🤍

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

    Sir book ka name kindy bta dyn

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

      Already did under your previous comment.

  • @a7mdenoA7x
    @a7mdenoA7x Год назад +1

    ffs dude choose from the beginning if you're going to explain in English or will you keep throwing indian sentences here and there. Or if you're going to explain in indian, you shouldn't have named the video in English.

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

      Ok thanks for your feedback

    • @prayerforceone
      @prayerforceone 11 месяцев назад

      Yes, that would be helpful to do it only in one language. It was confusing at first because I wasn't sure if I was listening to English or another language. Thanks for confirming.

  • @sedeqalsakkf9315
    @sedeqalsakkf9315 2 года назад +2

    If you could speak English please…??

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

    2:32 I like that😍💋 💝💖❤️