Skip to content

Commit

Permalink
Update videos.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zaltac authored Dec 19, 2024
1 parent 816e60d commit 63c3ad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Chapter03/videos.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# VIDEOS FOR CHAPTER 3

[Video 1. Basic Concepts of Iterative Methods](https://www.youtube.com/watch?v=q3mwoJdSE24) Basics concepts of iterative methods such as iteration steps (initialization, computation, termination) are covered. Stopping or termination criteria are introduced. Error sources are summarized.
[Video 1. Basic Concepts of Iterative Methods](https://www.youtube.com/watch?v=VWaBijUQsTA) Basics concepts of iterative methods such as iteration steps (initialization, computation, termination) are covered. Stopping or termination criteria are introduced. Error sources are summarized.

[Video 2. Jacobi Method](https://www.youtube.com/watch?v=WVHohxhNb_E) This video covers Jacobi method for obtaining the approximate solution of linear system of equations. A 3x3 linear system is used to illustrate the step by step solution with the method.
[Video 2. Jacobi Method](https://www.youtube.com/watch?v=Xik0_MWTW64) This video covers Jacobi method for obtaining the approximate solution of linear system of equations. A 3x3 linear system is used to illustrate the step by step solution with the method.

[Video 3. Gauss-Seidel and SOR Methods](https://www.youtube.com/watch?v=YYXSjPX2i9s) In this video, the Gauss-Seidel and Successive Over Relaxation methods are presented with their advantages and disadvantages. The methods are cemented with a numerical example.

Expand Down

0 comments on commit 63c3ad3

Please sign in to comment.