Andrew Dabrowski
Andrew Dabrowski
  • 58
  • 18 250
Legendre Polynomials
Legendre Polynomials
มุมมอง: 211

วีดีโอ

Least Squares Approximation: Vector Spaces
มุมมอง 1743 ปีที่แล้ว
Least Squares Approximation: Vector Spaces
Chebyshev Polynomials
มุมมอง 4.7K3 ปีที่แล้ว
Chebyshev Polynomials
Error in Polynomial Interpolation
มุมมอง 3.6K3 ปีที่แล้ว
Error in Polynomial Interpolation
Polynomial Interpolation
มุมมอง 1433 ปีที่แล้ว
Erratum: On the very first slide, the point (x_k, y_y) should be (x_k, y_k). Thanks Leo.
Intro to Polynomials
มุมมอง 1123 ปีที่แล้ว
Polynomials in numerical analysis
Stability of Zeros
มุมมอง 593 ปีที่แล้ว
Numerical stability of zeros w.r.t. perturbations
Fixed Point Iteration
มุมมอง 583 ปีที่แล้ว
Fixed Point Iteration
Newton's Method
มุมมอง 863 ปีที่แล้ว
Newton's method for finding zeros of a function
Taylor's Theorem
มุมมอง 1013 ปีที่แล้ว
Taylor's Theorem
Bisection Method
มุมมอง 953 ปีที่แล้ว
Bisection method for root finding
Functions in Matlab
มุมมอง 663 ปีที่แล้ว
Matlab: function handles, vectorized functions, plot
Types of Errors
มุมมอง 1353 ปีที่แล้ว
Types of Errors
Machine Representation of Numbers
มุมมอง 5523 ปีที่แล้ว
Machine Representation of Numbers
Intro to Matlab
มุมมอง 2803 ปีที่แล้ว
Intro to Matlab
Gym Sim
มุมมอง 513 ปีที่แล้ว
Gym Sim
Epidemic Simulation
มุมมอง 843 ปีที่แล้ว
Epidemic Simulation
Simulations using Mathematica
มุมมอง 1.4K3 ปีที่แล้ว
Simulations using Mathematica
Leontiev Models
มุมมอง 2943 ปีที่แล้ว
Leontiev Models
Dice Simulation
มุมมอง 633 ปีที่แล้ว
Dice Simulation
Sensitivity in Linear Programming
มุมมอง 353 ปีที่แล้ว
Sensitivity in Linear Programming
Solving Linear Programming problems on Mathematica
มุมมอง 1.2K3 ปีที่แล้ว
Solving Linear Programming problems on Mathematica
Introduction to Computer Simulation
มุมมอง 583 ปีที่แล้ว
Introduction to Computer Simulation
Regular MCs
มุมมอง 553 ปีที่แล้ว
Regular MCs
Solving Games
มุมมอง 334 ปีที่แล้ว
Solving Games
Intro to 2-Person Zero-Sum Games
มุมมอง 594 ปีที่แล้ว
Intro to 2-Person Zero-Sum Games
Linear Programming Duality
มุมมอง 904 ปีที่แล้ว
Linear Programming Duality
Intro to Linear Programming
มุมมอง 634 ปีที่แล้ว
Intro to Linear Programming
Regular Markov Chains
มุมมอง 214 ปีที่แล้ว
Regular Markov Chains
Absorbing Markov Chains
มุมมอง 5414 ปีที่แล้ว
Absorbing Markov Chains

ความคิดเห็น

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

    At 33:36, why is there 2^n in the right hand side of the inequality related to the absolute value of the error function? Thanks. I thought it should be 2^{n-1} because max the absolute value of T~ on [-1, 1] is 1/2^{n-1}.

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

      But we're using T^~_{n+1}.

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

    @dabrowsa At 33:33, you said you want to approximate a function. In the slide, you mentioned the target function as "C^{n+1} function f". What does that mean? Thanks.

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

      C^{n+1} means it has n+1 continuous derivatives.

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

    There is a typo in the graph. (x_k, y_y) should be written as (x_k, y_k).

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

      Thanks! I'll add a note above.

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

    Hello Professor, many thanks for the useful lectures. At 24:19, you talked about how to efficiently computing P(x) given a set of n points X. Is there a name for this method? Many thanks.

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

      I'm not sure if there's a name for this specific method, but it's analogous to Horner's method: en.wikipedia.org/wiki/Horner's_method

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

    cs = poly_interp(ks,f(ks)) u use is not recognized to my programm :(

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

      The code for poly_interp was given in an earlier video in the series.

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

    The lecture is awesome! Thanks for sharing!

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

      You're welcome!

  • @NoName-xc8wb
    @NoName-xc8wb 2 ปีที่แล้ว

    how do u get 1 x 1 x 2 x 3

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

      Where is that?

    • @NoName-xc8wb
      @NoName-xc8wb 2 ปีที่แล้ว

      @@dabrowsa 20:48 when u approximate the function in interval -1 and 2

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

      @@NoName-xc8wb I should have explained that more. Break it down in 3 cases, according to whether -1<x<0 , 0<x<1. or 1<x<3, and estimate each term in psi(x). 1*1*2*3 is the worst case.

    • @Pirate-nb3jw
      @Pirate-nb3jw ปีที่แล้ว

      @@dabrowsa I understand how you got psi(x) <= 24 on the interval [-2, 3] by plugging in x=-2 or x=3, but I'm still not sure what x value you could plug into psi(x) on the interval [-1, 2] to yield 6. The highest value I can find for that interval is 1. Am I misunderstanding it?

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

      @@Pirate-nb3jw I was doing a simple crude estimate: when -1<x<0, the maxes of the 4 terms in psi(x) are 1,1,2,3.

  • @k.prabhu1225
    @k.prabhu1225 2 ปีที่แล้ว

    Great Lecture. Can you suggest any good books

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

      The video was based on Atkinson's Intro to Numerical Analysis

  • @user-gi8mh9qp1z
    @user-gi8mh9qp1z 2 ปีที่แล้ว

    Please How to obtain censoring scheme package, such as type ii censored censoring and progressive censoring

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

      Wrong video?

  • @ssshum
    @ssshum 3 ปีที่แล้ว

    Amazing!

  • @jpb10
    @jpb10 3 ปีที่แล้ว

    I enjoyed this presentation

  • @srinivasaraghava5085
    @srinivasaraghava5085 3 ปีที่แล้ว

    How to get the Simulation package?

    • @dabrowsa
      @dabrowsa 3 ปีที่แล้ว

      Here it is: drive.google.com/file/d/1FxOHTn4ynaiKuR3tFEkU5jjsufltuBRD/view?usp=sharing

    • @srinivasaraghava5085
      @srinivasaraghava5085 3 ปีที่แล้ว

      @@dabrowsa Thanks! you are super cool.

    • @6Germanicus
      @6Germanicus 3 ปีที่แล้ว

      Hey Andrew, There is only the nb-File. Where do i get the m-file?

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

      @@6Germanicus Well, of course, you can make your own from the nb file

    • @Kamil-mo3kj
      @Kamil-mo3kj ปีที่แล้ว

      @@dabrowsa I've an nb file saved and I want to see the simulation . How do I run the document? Please reply

  • @ceosuji
    @ceosuji 4 ปีที่แล้ว

    Hey Andrew, what are the prereq subjects for this course?

    • @dabrowsa
      @dabrowsa 4 ปีที่แล้ว

      Well, the students are supposed to have already had linear algebra, but I like to review eigenvectors anyway.

  • @alexgorbynov6065
    @alexgorbynov6065 4 ปีที่แล้ว

    0:16 Need software developer? whatsapp +79671570581