/Gauss-Elimination-Algorithm

A simple implementation of gauss elimination method in haskell.

Primary LanguageHaskell

Gauss-Elimination-Algorithm

A simple implementation of gauss elimination method in haskell. The method gaussEliminationFromMatrix takes single augmented matrix as input where as the method gaussEliminationFromEquation accepts two matrices A and B which are related as Ax = B.

Screenshot from 2020-03-26 03-49-53