Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanWoo authored Nov 26, 2020
1 parent 6562229 commit c6f42af
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 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
```console
dotnet build -c Release
```

# Program features
:white_check_mark: Matrix-to-matrix addition.

:white_check_mark: Adding a matrix to a number.

:white_check_mark: Subtracting another matrix from a matrix.

:white_check_mark: Subtracting a number from a matrix.

:white_check_mark: Multiplication of matrices by each other.

:white_check_mark: Multiplying a matrix by a number.

:white_check_mark: Calculation of the determinant.

0 comments on commit c6f42af

Please sign in to comment.