From 935a01705db88c476f369e2f8b017844adfb44f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zekeriya=20ALTA=C3=87?= <153484393+zaltac@users.noreply.github.com> Date: Sat, 28 Dec 2024 20:44:02 +0300 Subject: [PATCH] Create videos.md --- Chapter04/videos.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Chapter04/videos.md diff --git a/Chapter04/videos.md b/Chapter04/videos.md new file mode 100644 index 0000000..1f435b1 --- /dev/null +++ b/Chapter04/videos.md @@ -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.