Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nix97 authored Feb 17, 2024
1 parent 9efe153 commit 545adc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## 1. Matrix Solver
Solve multiplication, determinant, invers, system of linear equation(gauss jordan), eigenpairs, SVD.<br>
To solve matrix problems like multiplication, determinant, invers, system of linear equation(gauss jordan), eigenpairs, SVD.<br>
Build in Visual Studio 2017 CE.

## 2. Geometry Transformation
Expand All @@ -9,5 +9,5 @@ Build in Lazarus(pascal) 1.6.4.
## 3. Eigenpairs
To find solution of eigenpairs problem(fullset eigenvalues & eigenvectors) using Jacobi iteration.
The equation of this problem is AV = λV,
where A is square matrix, Scalar λ & pair Vector V.
where A is square matrix, Scalar λ & pair Vector V.<br>
Build in Visual Studio 2017 CE.

0 comments on commit 545adc5

Please sign in to comment.