-
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
11 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,11 @@ | ||
# VIDEOS FOR CHAPTER 4 | ||
|
||
[Video 1. Bisection Method](https://www.youtube.com/watch?v=b3C8Gs54cRw) This video covers the theoretical and practical implementation aspects of the bisection method as a root-finding method. An illustrative example has also been provided. | ||
|
||
[Video 2. False Position Method](https://www.youtube.com/watch?v=CiMMPGa3T-c) This video covers the method of false position as a bracketing root-finding method. After presenting the theoretical background, a numerical example is solved step by step. | ||
|
||
[Video 3. Bisection Method](https://www.youtube.com/watch?v=_r_02YWNltg) The video describes the fixed point iteration method and includes a numerical example. | ||
|
||
[Video 4. Newton-Raphson and Modified Newton-Raphson Methods](https://www.youtube.com/watch?v=HYZjn2O-1ng) This video covers the theoretical and implementation aspects of the Newton Raphson and Modified Newton raphson Methods and provides an illustrative numercial example. | ||
|
||
[Video 5. Secant and Modified Secant Methods](https://www.youtube.com/watch?v=49JJwT6vxMg) This video covers the theoretical and implementation aspects of the secant and modified secant methods. An illustrative numerical problem is presented. |