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.