Errors in Numerical Computation

Поділитися
Вставка
  • Опубліковано 14 жов 2024

КОМЕНТАРІ • 19

  • @Phier248
    @Phier248 4 роки тому +14

    Terrific teacher!! Such a great engineer! Thanks for your clarity! greeting from Peru!

    • @whochetanpandey
      @whochetanpandey 4 роки тому +3

      You are learning from the best we have in India, he is professor at Indian Institute of Technology (Sundar Pichai the CEO of google is the alumnus of IIT)

  • @kaushalpatel6332
    @kaushalpatel6332 7 років тому +5

    Please provide the link that are there in the video.
    Thank you for this hard work.

  • @pallavikhadse4810
    @pallavikhadse4810 3 роки тому +1

    Sir plz make full video on numerical method

  • @EclecticVibe
    @EclecticVibe 6 років тому +4

    @ 16:20 "Matlab has a least count of 2 to the power -52" not 2 to the power -16.

  • @killuacat7021
    @killuacat7021 4 роки тому +2

    why u did not put factorial and power in the equation?

    • @shreeharij5288
      @shreeharij5288 4 роки тому

      I was also wondering same!!
      you can use fatorial(n) to return same.

  • @fasikawondimu
    @fasikawondimu 4 роки тому

    Dear Thanks. Do you have MATLAB code for Cubic B-spline Collocation method? Please help me.

  • @mohammad.anas7777
    @mohammad.anas7777 2 роки тому

    Sir how the error become 1x6 matrix in maclaurin series? at 7:20

    • @onesteptowardssuccess9928
      @onesteptowardssuccess9928 Рік тому +1

      Assalamu alaikum
      Anas brother because
      When I=1:n ; n=5;
      So i is number of terms in loop ( loop is started in second term of series - so second term of series becomes first term of loop i) loop is that in which perticular formulae applies for all that is start in second term of maclaurin seires
      So I=1 means second term of series
      I= 2 means third term of series....
      .
      .
      .
      So as if I=1:5 so series consider total 6 terms = first term of series (1) + other loop terms (I=5)
      So vector gives total 6 terms
      Iske liye borther appko pen & paper work karna padega to app samjoge

  • @top10gameing33
    @top10gameing33 4 роки тому

    please provide simulations and GUI lessons

  • @chaneldelarosa9786
    @chaneldelarosa9786 5 років тому

    Loved it!

  • @ireneisme8747
    @ireneisme8747 4 роки тому +1

    I wrote like this, but the result m is still 1, could some one help me with this :)?
    m=1;
    For i=2:n
    m(i)=m(i-1)*a/(i-1)
    End

  • @not_hardcore
    @not_hardcore Рік тому

    💚♾

  • @turinturambar7185
    @turinturambar7185 6 років тому

    The link in the video 12:52
    nptel.ac.in/courses/103106074/2