Skip to content

Commit

Permalink
Create videos.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zaltac authored Dec 28, 2024
1 parent 0a2a36d commit 935a017
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Chapter04/videos.md
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.

0 comments on commit 935a017

Please sign in to comment.