aseem09 / Gauss-Elimination-Algorithm

A simple implementation of gauss elimination method in haskell.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple implementation of gauss elimination method in haskell.


Languages

Language:Haskell 100.0%