Skip to content

totoLab/gauss_elimination

Repository files navigation

Gauss Elimination

Module to find the scaled matrix of the given one with the gauss algorithm Codacy Badge

Docs(ita 🇮🇹)

TODO

  • integer management
  • fractions management
  • floating point decimals managment
  • inverted matrix scaling (Gauss-Jordan)
  • linear systems resolution (math unknowns)

Determinant calculation

Module that evaluates determinant based on a scaled matrix (reduced with the Gauss Algorithm)

TODO

  • calculate determinant of a scaled matrix
  • calculate determinant with Laplace's method

About

Python module to perform linear algebra operation with matrices

Topics

Resources

Stars

Watchers

Forks

Languages