-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# VIDEOS FOR CHAPTER 6 | ||
|
||
[Video 1. Lagrange Polynomials and Lagrange Interpolation](https://studio.youtube.com/video/qsnGXWvEnD0) This video covers theoretical aspects of constructing Lagrange basis polynomials and Lagrange interpolating function. A numerical example involving interpolation of a discrete dataset is presented step by step. | ||
|
||
[Video 2. Newton's Divided Difference](https://youtu.be/a8i4Xn3R83M) This video covers the theoretical and practical aspects of the Newton's Divided Difference as an interplation method. A numerical interpolation problem involves step by step construction of the divided difference table and interpolation procedure. |