Skip to content

vraj152/numerical_analysis

Repository files navigation

CS510: Numerical Analysis

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.

About

Final Project for CS510 - Iterative Methods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages