Skip to content

Determinant of square matrix with 3 methods : the definition, the cofactor method and the pivot method

License

Notifications You must be signed in to change notification settings

aidevnn/DeterminantSquareMatrix

Repository files navigation

DeterminantSquareMatrix

Determinant of square matrix with 3 methods : the definition, the cofactor method and the pivot method. The pivot method is very performant and its complexity is only O(n^3) when definition complexity is O(n * n!).

About

Determinant of square matrix with 3 methods : the definition, the cofactor method and the pivot method

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages