From fb7705c58a578cdbd09ff7863dbb83cdc3540ab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zekeriya=20ALTA=C3=87?= <153484393+zaltac@users.noreply.github.com> Date: Mon, 30 Dec 2024 21:29:04 +0300 Subject: [PATCH] Update videos.md --- Chapter04/videos.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Chapter04/videos.md b/Chapter04/videos.md index 9e93f56..c9b6663 100644 --- a/Chapter04/videos.md +++ b/Chapter04/videos.md @@ -10,4 +10,6 @@ [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. -[Video 6. Aitken's and Steffensen's Acceleration Methods](https://www.youtube.com/watch?v=RYsva1tesvg) This video covers Aitken's and Steffensen's Acceleration Methods. An example is solved step by step to illustrate the implementations of each method.. +[Video 6. Aitken's and Steffensen's Acceleration Methods](https://www.youtube.com/watch?v=RYsva1tesvg) This video covers Aitken's and Steffensen's Acceleration Methods. An example is solved step by step to illustrate the implementations of each method. + +[Video 7. Systems of Nonlinear Equations. Solving by Newton's Methods](https://www.youtube.com/watch?v=s_pHaKM5S3Q) This video covers the numerical solution of systems of nonlinear equations using Newton's method. A two by two numerical example is used to illustrate how the method works.