Final Project - Comparison of Iterative Methods (Linear Systems)
- GenerateMatrix : Class which will help to generate the random matrix.
- To ensure the convergence, all the matrix are converted to diagonal dominant matrix.
- Type of matrix can be generated:
- Random
- Lower Triangular
- Upper Triangular
- Tridiagonal
- Symmetric
- Z matrix
- Q matrix
- Jacobi : Class which will apply Jacobi iterative method.
- Gauss Seidel : Class which will apply Gauss Seidel iterative method.
- SOR : Class which will apply SOR iterative method.