Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 316 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 316 Bytes

Matrix-Calculation

C# class to do some basic matrix calculations (sum / multiply / invert / determinant / cofactor / transpose)

It's possible to import matrices by using the included "Import" class. (Example .txt file included)

"Program.cs" is just an example programm using some methods of the "Matrix" class.