Natural Cubic Spline Interpolation Example | Numerical Methods

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ส.ค. 2024

ความคิดเห็น • 15

  • @infinitedeathloop5517
    @infinitedeathloop5517 ปีที่แล้ว +6

    Underrated! Thanks so much man!!! This is so helpful!!!

    • @StudySessionYT
      @StudySessionYT  ปีที่แล้ว

      Glad you liked it! Thank you for watching!

    • @infinitedeathloop5517
      @infinitedeathloop5517 ปีที่แล้ว

      @@StudySessionYT Hi i was also wondering, assuming my dataset tends to an asymptote at the end, how would i use cubic spline interpolation to adjust for that? I fit the data using that however, it doesn't accurately mimic asymptotic behavior. Is there anything i can do so that i can make it so?
      Thank you :)

  • @siyabulelamanona1438
    @siyabulelamanona1438 5 หลายเดือนก่อน +2

    This helped so much.... Best video I have seen by a mile and will be sharing with all my classmates

  • @DirkArnez
    @DirkArnez หลายเดือนก่อน

    Bro this is crystal clear. Thank you so much for help

  • @hyperkulla7544
    @hyperkulla7544 9 หลายเดือนก่อน +2

    Don't you need to substitute (x-1) , (x-3),(x-5)... to x in those polynomials?

  • @MrThib98
    @MrThib98 7 หลายเดือนก่อน

    Incredible vidéo, thank you very much !!!

  • @muhannedalsaif153
    @muhannedalsaif153 11 หลายเดือนก่อน +1

    beautiful! thank you

    • @StudySessionYT
      @StudySessionYT  11 หลายเดือนก่อน

      Thanks for watching!

  • @sophiachiha9447
    @sophiachiha9447 4 หลายเดือนก่อน +1

    Is it possible to get access to the python code?

  • @zirkq
    @zirkq 2 หลายเดือนก่อน

    unbelievably goated

  • @nurfatinnabilah1764
    @nurfatinnabilah1764 9 หลายเดือนก่อน

    how to find the natural Cubic Spline Interpolation in parametric form?

    • @oluwaferanmi100
      @oluwaferanmi100 3 หลายเดือนก่อน

      If you are using MATLAB, it is just as easy as saying:
      syms x
      % and let's say you need the cubic function in the first segment
      y1 = a1*x^3 + b1*x^2 + c1*x + d1
      In Python you can use
      import sympy as sym
      x = sym.Symbol('x')
      # this should work as well

  • @blendcreator
    @blendcreator 11 หลายเดือนก่อน

    Can somebody explain, how to calculate a,b,c and d?

    • @StudySessionYT
      @StudySessionYT  11 หลายเดือนก่อน

      It is just a linear system of equation. This video may help: studio.th-cam.com/users/videoEjFptcxgw28/edit