Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elgikore authored Aug 24, 2024
1 parent a43425b commit 498a7a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
I made this originally as a one-off project as a calculator for my CPE2237 Numerical Methods subject somewhere around January 2022. Only recently I cleaned the code when uploading this.
<br>

# What is the Gauss-Seidel Method
It is a method used in solving systems of equations iteratively, rather than using the usual Gauss-Jordan elimination method. Since it is iterative, it is fast
Expand All @@ -21,6 +22,7 @@ Where:
A 3x3 matrix is said to be (strictly) diagonally dominant if it satisfies all three of these conditions:<br><br>
![lagrida_latex_editor (1)](https://github.com/user-attachments/assets/4aae35eb-9312-4168-bfc0-afa846e098dd)

<br>
# How to install
1. Make sure you have [.NET Core 3.1](https://dotnet.microsoft.com/en-us/download/dotnet/3.1) or higher (since it uses C# 8.0).
2. Make sure you also have [ConsoleTables](https://github.com/khalidabuhakmeh/ConsoleTables). You can download it the from NuGet package manager.
Expand Down

0 comments on commit 498a7a9

Please sign in to comment.