Skip to content

Releases: SeanWoo/MatrixMath

Release 1.1 (.NET Core 3.1)

18 Dec 13:27
Compare
Choose a tag to compare

MatrixMath

MatrixMath is a program for calculating matrices. She knows how to multiply, add, subtract, calculate the determinant and much more.

Build

.NET Core 3.1

  dotnet build -c Release

Program features

✅ Matrix-to-matrix addition.

✅ Adding a matrix to a number.

✅ Subtracting another matrix from a matrix.

✅ Subtracting a number from a matrix.

✅ Multiplication of matrices by each other.

✅ Multiplying a matrix by a number.

✅ Calculation of the determinant.

✅ Transpose.

✅ Inverse matrix.

Release 1.0 (.NET Core 3.1)

26 Nov 10:11
c6f42af
Compare
Choose a tag to compare

MatrixMath

MatrixMath is a program for calculating matrices. She knows how to multiply, add, subtract, calculate the determinant and much more.

Build

.NET Core 3.1

  dotnet build -c Release

Program features

✅ Matrix-to-matrix addition.

✅ Adding a matrix to a number.

✅ Subtracting another matrix from a matrix.

✅ Subtracting a number from a matrix.

✅ Multiplication of matrices by each other.

✅ Multiplying a matrix by a number.

✅ Calculation of the determinant.