Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 292 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 292 Bytes

misc

Miscellaneous - Random tools I created to make my life easier and happier.

Tools

gauss_cplx.cc - Gauss elimination (rref / reduced echelon form finder) over with complex rational numbers, with step-by-step display. Heavily used in my college for linear algebra problems.