Skip to content

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

Notifications You must be signed in to change notification settings

andyKien/Matrix-Calculation

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages