Lagrange Interpolation

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ก.ย. 2024

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

  • @tombackhouse9121
    @tombackhouse9121 2 ปีที่แล้ว +132

    Dude you make stuff so clear, watching your videos feel like cheating.

    • @DrWillWood
      @DrWillWood  2 ปีที่แล้ว +24

      Thanks a lot! that's exactly what I'm aiming for!

  • @whitewalker608
    @whitewalker608 2 หลายเดือนก่อน +4

    I swear this Lagrange guy is everywhere. Every field of math I'm trying to understand, something Lagrange pops up.

  • @Peter-bg1ku
    @Peter-bg1ku 2 ปีที่แล้ว +227

    Great video! Now it all makes sense. When I studied Lagrange polynomials, I only understood enough to work out the interpolation polynomials but never really grasped the intricate details behind them. Your video - like your other video of Pade approximations - has made the whole concept a lot clearer to me. Thank you!

    • @DrWillWood
      @DrWillWood  2 ปีที่แล้ว +13

      Awesome, thanks!

  • @einstien311
    @einstien311 2 ปีที่แล้ว +112

    I remember developing the interpolation polynomial formula in college for fun. My discrete math professor gave a puzzle to the class to come up with polynomials that for many integer inputs return prime number outputs. I switched the problem a little bit for myself in that I asked "how can I make a polynomial that passes through each of these arbitrary points?" And as I solved this puzzle on my own over the next two weeks I developed this interpolation method on my own and it felt so empowering.
    I showed it to a few of my other professors and we proved that there is only one line passing through two points, only one parabola passing through three points, only one cubic passing through four points, only one quartic passing though five points, etcetera for all natural numbers of points.
    Anyway, some of my most enjoyable days of college were solving these puzzles.

    • @stewartzayat7526
      @stewartzayat7526 2 ปีที่แล้ว +19

      Remember: when you come up with something new, you can be sure somebody else did it before you :)

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

      I found this video from the Advent of Code 2023, because it needed Lagrange Polynomials to solve one of the problems (without telling you). Maybe you'd enjoy the problems in Advent of Code as well? It's free and open, so could just check it out. One of these year people also found the Chinese Remainder Theorem for example...

  • @allyourcode
    @allyourcode 2 ปีที่แล้ว +153

    This can be used to create error correcting codes. The design of such a code is left as an exercise to the reader :P

    • @justdoityourself7134
      @justdoityourself7134 2 ปีที่แล้ว +16

      Best comment ever! Really though, it is such a fun journey to figure out error correcting codes. Might I suggest my favorite the Reed Solomon Vandermonde variant as the most challenging IHMO. For a cherry on the cake implement a real finite field of any scalar bit width and don't cheat with dog slow 8 bit toy implementations :). Taught me everything I'll ever want to know about applied mathematics in computer science.

    • @23_dhimantsinhsolanki9
      @23_dhimantsinhsolanki9 10 หลายเดือนก่อน +2

      I created such codes. Proof is left as exercise for reader :P
      Not allyourcode

  • @ricksoslick
    @ricksoslick 9 หลายเดือนก่อน +6

    1 minute in and the visualization already helped more than hours of uni lectures

  • @purungo
    @purungo 2 ปีที่แล้ว +22

    I love the way you explain things, its so straight forward and intuitive that it makes it feel like it's something I could've come up with. Really good explanations in this video and the Padé approximations, which I had never heard before. Thanks for making great content

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

    I've been using this video as a reference for quite a while and just realized it was released on my birthday. Thanks for all the guidance Dr. Wood ❤

  • @marcozelioli
    @marcozelioli 2 ปีที่แล้ว +2

    This was perfect. Why can't professors explain like this? Easy to understand with nice graphics for the visual learners + soothing voice that helps you concentrate. Thank you!

  • @justdoityourself7134
    @justdoityourself7134 2 ปีที่แล้ว +3

    I love it when the video drops all the necessary knowledge in the first 30 seconds. Well done.

  • @kojonketia9231
    @kojonketia9231 2 ปีที่แล้ว +12

    Great explaination!. And I got this at the right time for my computational math class.

    • @kojonketia9231
      @kojonketia9231 2 ปีที่แล้ว +1

      And please do a video on Error Bounds and Newton's Divided Differences if you can

    • @DrWillWood
      @DrWillWood  2 ปีที่แล้ว +2

      Thank you very much! I will be making videos on Newton interpolation and error in polynomial interpolation soon! :-)

    • @kojonketia9231
      @kojonketia9231 2 ปีที่แล้ว

      @@DrWillWood Alright, Sir

  • @AJ-et3vf
    @AJ-et3vf 2 ปีที่แล้ว +4

    Wow! Awesome explanation! I particularly love how you broke down Lagrange polynomials into the smaller order polynomials that compose it and how those were "guessed" in the first place. Very intuitive explanation. Thank you!

    • @DrWillWood
      @DrWillWood  2 ปีที่แล้ว +1

      Thank you very much for the kind words!

  • @clementp.5984
    @clementp.5984 2 ปีที่แล้ว +1

    I'm a French student and I have to do researches on Lagrange interpolation theorem. Your video is the only that helped me understand the subject, not a single French video helped me on this.

  • @Angel-oq5bs
    @Angel-oq5bs 4 หลายเดือนก่อน

    well, i'm actually dealing with maths in french, and it is my second language, but I swear that no french speaking professor on youtube was able to transmit this idea as smoothly as you did,sir. I appreciate that tysm...

  • @jaminkidd6285
    @jaminkidd6285 2 ปีที่แล้ว +5

    I can tell this channel will be great for topics related to computational physics. Please keep it up!

  • @kiat4797
    @kiat4797 2 ปีที่แล้ว +1

    Best explanation I've ever seen concerning Lagrange polynomials. I can now visualize proofs that use Lagrange interpolation.tysm

  • @muess
    @muess 2 ปีที่แล้ว +1

    This is excellent. I've reviewed my materials and looked at a bunch of others online but this is far and away the best explanation I've found. Thank you!

    • @DrWillWood
      @DrWillWood  2 ปีที่แล้ว

      thank you very much!

  • @max_kl
    @max_kl 2 ปีที่แล้ว +1

    Awesome video, got this in my recommendations just as the professor covered in my metrology class

  • @OneShotKill3r
    @OneShotKill3r 2 ปีที่แล้ว

    Dr. Will THANK YOU! I'm getting all worked up over the bad explanation of my teacher and book, and I watch the first minute of your video and I get it. You rock!

    • @DrWillWood
      @DrWillWood  2 ปีที่แล้ว +1

      That's awesome! thanks a lot!

  • @waltzofthestars2078
    @waltzofthestars2078 2 ปีที่แล้ว

    Great video. Just connected all the dots in my head. Thank you!
    I cannot believe that some random guys with far lesser skills in teaching dominate the search results...

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

    Thank you! The visual representation really makes it clear how the interpolated polynomial gets the correct values. Also, splitting it into steps rather than just giving us the entire equation all at once!

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

    Been putting of studying these for an upcoming test as they looked really complicated. Thank you so much for this video!

  • @redroth57
    @redroth57 2 ปีที่แล้ว +3

    Just found your channel and I really enjoy your videos!

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

    I'm a chemist, and have no idea what a Legendre transformation is - any chance you could do a video on them?

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

    The graphics were super insightful! You made every nuance of the concept extremely easy to grasp! Thank you.

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

    This Lagrange guy is really smart. I see a bright future ahead for him

  • @kangalio
    @kangalio 2 ปีที่แล้ว +4

    This is so beautiful
    One aha moment after the other, effortlessly

  • @vlasnovokhatnii4019
    @vlasnovokhatnii4019 2 ปีที่แล้ว

    Thank you so much! Being able to present math in such a beautiful and crystal clear way is a true art, and you are a true artist!

    • @DrWillWood
      @DrWillWood  2 ปีที่แล้ว +1

      Thanks so much. very kind words!

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

    Thank you for educating me, Sire. You have my eternal gratitude

  • @ar3568row
    @ar3568row 2 ปีที่แล้ว

    best way of introducing to lagrange interpolation

  • @jonasdegrave5916
    @jonasdegrave5916 2 ปีที่แล้ว +3

    This is excellent. You've helped me in Optimal Control Theory :)

    • @DrWillWood
      @DrWillWood  2 ปีที่แล้ว

      Thank you very much! glad it was useful :-)

  • @pr3ll351
    @pr3ll351 2 ปีที่แล้ว

    Thank you for this! In my math class at Uni, they just sort of wrote up lagrange polynomial interpolation so they could use it for integral approximation. However they told us nothing of where it came from, so this helps a lot!

  • @restacks8777
    @restacks8777 2 ปีที่แล้ว

    This is the best educational video i've ever seen

    • @DrWillWood
      @DrWillWood  2 ปีที่แล้ว

      Thank you very much!!

  • @paulmitchell6602
    @paulmitchell6602 2 ปีที่แล้ว +1

    A music teacher told me that a really good music teacher is always a really good musician.. I wonder how true that is of mathematicians. I took a BA in math at UCSC and only had a couple really good teachers.. Tnx Dr Wood for these very helpful videos.. Almost want to take out my old Burden and Faires and write some code!

    • @hagengo
      @hagengo 2 ปีที่แล้ว

      *Insert* Obama giving Obama a medal meme :D
      I agree though these videos are amazing.

  • @takyc7883
    @takyc7883 2 ปีที่แล้ว

    I feel blessed to have found this TH-cam channel

  • @bentationfunkiloglio
    @bentationfunkiloglio 2 ปีที่แล้ว

    Loved the video! Explanation was clear and straightforward. Lagrange interpolation is a wonderfully useful gadget.

  • @rodanmuro
    @rodanmuro 2 ปีที่แล้ว

    Well....I'm here only to say "beautiful explanation" and, thank you so much!!

  • @robertwalkley4665
    @robertwalkley4665 2 ปีที่แล้ว

    This was an excellent, clear and succinct explanatory video, thank you!

  • @nikhilsrajan
    @nikhilsrajan 2 ปีที่แล้ว

    omg. two minutes in an i understand what days of a course couldn't .

  • @conando025
    @conando025 2 ปีที่แล้ว +2

    Thank you so much! I stumbled upon that when researching Shamir's Secret Sharing Algorithm but at that point the formulas just went straight over my head but this is explained so clear, I love it

  • @gironic
    @gironic 2 ปีที่แล้ว

    Great material. In comms, we use Lagrange interpolators in control loops doing timing recovery. Typically, we refer to them as Farrow filters. But they are, in essence, just a lagrange polynomial. A matrix multiply derives the coefficients, and then we evaluate the polynomial at the desired sample location. In modern FPGAs, we have resolutions of 1/2^26 evaluation points between samples. They're flexible as resamplers, interpolators or phase shifters for phased antenna arrays. So many great applications.

    • @gironic
      @gironic 2 ปีที่แล้ว

      Also, in FPGAs, where multiply and accum (MAC) HW is prevalent, the Horner decomposition is really useful.
      Y = c0 + c1*x + c2*x^2 + c3*x^3 + c4*x^4
      Y = c0 + x(c1 + x(c2 + x(c3 + c4*x)))
      It can be decomposed this way into a series of MACs for which we have fast hardware. If you have enough clocks, you can even get it done reusing 1 MAC (DSP48e2).

    • @DrWillWood
      @DrWillWood  2 ปีที่แล้ว

      Awesome! thanks for sharing!

    • @drvanon
      @drvanon 2 ปีที่แล้ว

      I'm really unfamiliar with that topic could you give me some hand holds/ search terms to look this up? I'm really curious about the application of this method.

    • @gironic
      @gironic 2 ปีที่แล้ว

      @@drvanon Sure. Happy to comment. First, a fantastic reference on the subject is "Digital Signal Processing with Field Programmable Gate Arrays (Fourth Edition)" by Uwe Meyer-Baese. He covers the topic in section 5.6, Arbitrary Sample Rate Converters. Subsection 5.6.2 is Polynomial Fractional Delay Design specifically treats Lagrange Polynomial interpolators.
      If you're a MATLAB user, Farrow filters are equivalent mathematically to cubic spline interp. But if you have the comms or DSP toolbox (can't remember which), there's a Fractional Rate Converter that is a farrow and will actually give you the matrix of coefficients you need for the matrix mult to derive the polynomial coefficients.
      In HW, you only have to do one multiply for that matrix, as the other coeffiecients are divisions by powers of 2, so shifts work. So you do one multiply, and then a bunch of shifts and some adds. Then, for evaluating the polynomial, it's a bunch of recursive MACs. There's a bunch of bookeeping to handle. You'll need a phase accumulator that will need to wrap. You can use this for interpolation or decimation. In the decimation case, you'll occasionally need to slip a sample. In the interp case, you'll potentially have multiple polynomial evaluations per sample location.

    • @gironic
      @gironic 2 ปีที่แล้ว

      One nuance to add is that you can use a lagrange polynomial of arbitrary length. Typically a 3rd or 4th order polynomial is used in comms work, as going beyond that doesn't give much of a return on investment. Uwe-Meyer mentions that in some audio work in SW processing, they've used polynomials of very high order. I'm not sure what the motivation is.
      But with a 3rd or 4th order polynomial, it's still very efficient in HW. If you're working in something like a Zynq Ultrascale+, and are running at 350 MHz for your sysclk, and have a signal in the 30 MSPS range, this is VERY realizable with 1 DSP for real and 1 DSP for imag. (I think I use a third DSP for my phase accumulator so I can hit a good fmax).
      I do a lot of OFDM work. Typically, when I'm running my timing control loops, I'll measure the accumulated phase angle of the channel estimates and run that into a PID which is then driving the Farrow Filter resample rate. Driving the error to zero essentially locks you "on-baud" in the OFDM sense that you're triggering your FFTs precisely on the instant that you need to.
      That helps in tracking the signal timing drift, but it also means your equalizer doesn't have to work very hard... i.e. the sinusoid in the frequency domain on your channel estimate isn't there, and you have more significant bits for equalizer precision. It's worth the effort. It translates to multiple dB SNR improvement on the recovered constellation.

  • @tartaric2040
    @tartaric2040 2 ปีที่แล้ว +1

    I feel lucky to have access to such content

  • @arshawitoelar7675
    @arshawitoelar7675 2 ปีที่แล้ว +2

    As an 11th grader this video was a trip

  • @nitsanbh
    @nitsanbh 2 ปีที่แล้ว

    Superb video. Great explanation. Covers everything, without any bs. Thank you

  • @janurek3050
    @janurek3050 2 ปีที่แล้ว

    you don't know how this material was unnecessarily made complicated in your classes in university. I'm amazed how clearly and simply you explain what others couldn't. Thanks a lot

  • @SantiagoMorales-w1s
    @SantiagoMorales-w1s 6 หลายเดือนก่อน

    what a brilliant video mate, saving my degree haha keep it up

  • @doggydoggywho
    @doggydoggywho 2 ปีที่แล้ว

    Students if you are watching this make note that this is the most brilliant explanation of this concept.

    • @DrWillWood
      @DrWillWood  2 ปีที่แล้ว

      Thank you very much!

  • @samuelmcdonagh1590
    @samuelmcdonagh1590 2 ปีที่แล้ว

    good video. liked the music. concise.

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

    Very clear! Thank you!

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

    Thank you, very good explanation! :)

  • @triton62674
    @triton62674 2 ปีที่แล้ว

    Wonderful, thanks for the clear and concise video

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

    Great video, thanks helped me understand the concept.

  • @EngMostafaEssam
    @EngMostafaEssam 2 ปีที่แล้ว +1

    Thanks a lot ❤
    Please can you make a video teaching us how we can draw and animate graphs like the animation in this video?

  • @overcomplete
    @overcomplete 2 ปีที่แล้ว

    very cool, would have loved to have seen an example at the end where the polynomial is of lower order than the number of points

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

    Very well explained

  • @knaz7468
    @knaz7468 2 ปีที่แล้ว

    This really cleared things up for me. Thanks!

  • @ziningwang1807
    @ziningwang1807 2 ปีที่แล้ว

    Wonderful illustration! Thank you!

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

    Fantastic explanation

  • @fakestory1753
    @fakestory1753 2 ปีที่แล้ว

    You make this so easy to understand.

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

    Very nice explanation.

  • @adrianv.v.4445
    @adrianv.v.4445 2 ปีที่แล้ว

    How didnt I find this channel earlier? Amazing content

  • @surabhi6576
    @surabhi6576 2 ปีที่แล้ว

    Amazing video! Thank you for this.

  • @weetabixharry
    @weetabixharry 2 ปีที่แล้ว +2

    Is this method unsuitable if there's any noise in the original observation of the "nodes"? If this method guarantees the lowest order polynomial, then I guess it could give a polynomial of order 1 million that *exactly* fits the nodes, instead of a very low order polynomial that *almost* fits the nodes.

    • @drvanon
      @drvanon 2 ปีที่แล้ว +1

      My background is in physics and this is exactly what I was wondering too! My thought was that it introduces a new variable for each data point, which practically never works with "real life data".
      Im curious if that means this is not suited for fitting then, or if it can be modified to be more suitable. If the former, what are then the practical uses of this?

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

      The higher the order of the polynomials, the more that noise yields vastly different results. It gets more unstable as you add more points.
      The polynomial will still always fit the intended points, but the interpolating polynomials become wildly different for more and more points.
      If approximations robust to noise are what you need, you can try other interpolation methods, like fourier

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

    Wow, really well explained! Thanks

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

    broooooooooooo this was freakin genius

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

    BEAUTIFUL THANK YOU SO MUCH

  • @davidmurphy563
    @davidmurphy563 2 ปีที่แล้ว +1

    Ugh, I just used Lagrange interp to make a camera fly about between points so 5 minutes ago, if I was asked if I understood it I'd have said nodded my head and said "pretty decent understanding". After this video I'm revising my self-appraisal to "I'm effectively clueless".

  • @RazgrizDuTTA
    @RazgrizDuTTA 2 ปีที่แล้ว

    Great video! Thanks! I would love a video about Hermite polynomials :)

  • @robertwalkley4665
    @robertwalkley4665 2 ปีที่แล้ว +1

    How is it guaranteed that the basis functions all add to 1 at any point over the domain?

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

      7 months late to the party but here's an answer.
      Recall that every polynomial can be written as a product of irreducible monomials multiplied by some constant factor c.
      c(x-r_0)(x-r_1)...(x-r_n)
      So if you take the general form of the Lagrange basis and subtract 1, you get the constant 0 polynomial, proving that the Lagrange basis always sums to one, everywhere.
      Here is why:
      By design, the Lagrange basis normally interpolates a degree n polynomial using n+1 basis polynomials each of degree n (that each have n roots guaranteed by their n monomial factors) but each having one point defined to 1. However subtracting 1 from the entire interpolating polynomial gives a polynomial of degree n with n+1 roots (The same n+1 points that were originally 1, are now roots).
      sigma(L(x)) - 1 = P(x) - 1
      On the left hand side, each basis polynomial is of degree n with n roots, but on the right hand side, the entire interpolating polynomial minus one is of now of degree n with n+1 roots somehow. Weird, right? This would be a logical contradiction of the Fundamental Theorem of Algebra UNLESS we allow the constant c to be zero, then it shows both sides must be constant polynomials, namely, 0.
      So the constant term of that new polynomial, c, must be 0, making the entire interpolating polynomial minus one always be guaranteed to yield the constant zero polynomial.
      So the Lagrange basis summed together is guaranteed to be the constant 1 polynomial at all points, since it's sum is the constant 1 polynomial.

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

    Thank you for your video!

  • @everydaySupremacey
    @everydaySupremacey 2 ปีที่แล้ว

    Wonderfully explained!

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

    I wish I had been taught like this. Till now I have no idea how it worked.

  • @linguamathematica2582
    @linguamathematica2582 2 ปีที่แล้ว

    Fantastic explanation, thank you!

  • @parthivreddy7989
    @parthivreddy7989 2 ปีที่แล้ว

    beautifully explained

  • @clorox6447
    @clorox6447 2 ปีที่แล้ว

    great and clean video!

  • @sultandaniels1732
    @sultandaniels1732 2 ปีที่แล้ว

    absolutely beautiful video

    • @DrWillWood
      @DrWillWood  2 ปีที่แล้ว

      Thanks a lot! appreciate the kind words

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

    Nice video, question: if you want to find an interpolation with a polynomial of order n+1 for n+1 nodes, what is a good method of going about it? (I assume there must be some extra degree of freedom, since this will underdetermine the system of equations)

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

    Very good explanation!

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

    So p(x) becomes the polynomial that the entire set of data points?

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

    this video is perfection

  • @ayushagrawal8198
    @ayushagrawal8198 2 ปีที่แล้ว

    Great video!! bumped in accidently but found a gem. Also, which software are you using for these amazing animations?

  • @joaofrancisco8864
    @joaofrancisco8864 2 ปีที่แล้ว +1

    Really well explained!

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

    wow dude , understanding some thing so thoroughly , doesn't require you to actively memorise facts/ formulaes - i can feel the equations now

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

    Thank You Soooo Much Sir!

  • @typecasto
    @typecasto 2 ปีที่แล้ว

    The graph of them all together reminds me of the influence of the different points in a bezier curve, any relation?

  • @hongminh4963
    @hongminh4963 2 ปีที่แล้ว

    It brings back memories of my glorious days that I used this thing to predict pattern of the prime numbers. No matter how hard I tried, everything just failed successfully.

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

      Prime generating curve?

  • @epic8648
    @epic8648 2 ปีที่แล้ว

    Amazing video!

  • @Dolkarr
    @Dolkarr 2 ปีที่แล้ว +1

    Isn't this equivalent to having a single polynomial of degree n and just solving the set of equations given by the points we wish to interpolate?

    • @schrodingerbracat2927
      @schrodingerbracat2927 2 ปีที่แล้ว +1

      yes. for the Langrangian method, no inverse matrix or Gauss-Jordan procedure is needed. there is also another method: Newtonian interpolation (for equally-spaced x-coordinates). all methods will yield the same result, because the interpolation polynomial is unique.

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

      The barycentric Lagrange method shows algorithmic superiority compared to the Vandermonde method.
      Adding new data points is more efficient in the barycentric Lagrange method. The Vandermonde method must unfortunately be recalculated entirely as new data points are entered.

  • @ianprado1488
    @ianprado1488 2 ปีที่แล้ว

    Bro, your videos are amazing

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

    what a great video!

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

    Outstanding

  • @sarabasheer-jc7ws
    @sarabasheer-jc7ws 6 หลายเดือนก่อน

    In the very end of the video, should not it be that m is less than or equal to n (not strictly less than)?

    • @sarabasheer-jc7ws
      @sarabasheer-jc7ws 6 หลายเดือนก่อน

      because if m is strictly less than n, then the proof misses the case when the interpolating polynomial is of degree exactly n. That is when the coefficients of the highest order term do not add up to zero.

  • @Kuratius
    @Kuratius 2 ปีที่แล้ว

    Can't you combine Padé approximants with this if you just substitute the Taylor series with a lagrange Polynomial?

  • @christianchavez2202
    @christianchavez2202 2 ปีที่แล้ว

    This is great!

  • @inabothwick6353
    @inabothwick6353 2 วันที่ผ่านมา

    Anyone know the song?

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

    5:23 Why use L(x) here and not p(x)?

  • @ohboy1113
    @ohboy1113 2 ปีที่แล้ว

    This is an awesome video

  • @qasimsaeed5630
    @qasimsaeed5630 2 ปีที่แล้ว

    Great Video

  • @matematicaspanish8301
    @matematicaspanish8301 2 ปีที่แล้ว

    Loved it!

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

    Great video! ty