Skip to content

Commit

Permalink
Update and fix bad links
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuki31 committed Aug 2, 2023
1 parent 6a5b081 commit 2615b7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@
**Developed by one person ([Ryuu Mitsuki][mitsuki31])** :fire:

**JMatrix** is an educational [Java][java-wiki] library and designed to facilitate and simplify [matrix operations][matrix-ops].
It offers a range of intuitive methods to perform common matrix operations with ease, making it an ideal learning tool for high school students exploring [linear algebra][linear-algebra-wiki] concepts.
It offers a range of intuitive methods to perform common matrix operations with ease, making it an ideal learning tool for high school students exploring [linear algebra][linear-algebra-wiki] concepts.
> **Note** This project is currently in development and is intended for educational purposes only.
> It is not recommended for use in large-scale projects or production environments.
**JMatrix** provides following basic matrix operations:

- [Addition][matrix-add]
- [Subtraction][matrix-sub]
- [Multiplication][mult-matrices]
- [Transposition][transpose-matrix]
- [Multiplication][matrix-mult]
- [Transposition][matrix-transpose]
- *(additional matrix operations will be added in the future)*

In addition to the fundamental matrix operations, **JMatrix** also includes matrix type checkers, allowing students or users to identify certain characteristics of matrices:
Expand Down Expand Up @@ -83,7 +83,7 @@ If you plan to build the **JMatrix** project, please ensure you have the followi
- [**Java**][java] *(minimum version 11, recommended is 17)*.
- [**Python**][python] *(minimum version 3.7, recommended is 3.11)*.
- Latest version of [**Make/MinGW**][mingw] or [**Maven**][maven].
- [**Git Bash**][git-bash].
- [**Git Bash**][git-bash] *(highly recommended for Windows users)*.
> **Note** If you choose to build the project using [Maven][maven], you don't need to install [Python][python].
>
> For a smoother building experience using [Make][mingw], we highly recommend using [Git Bash][git-bash] as the shell environment.
Expand Down

0 comments on commit 2615b7c

Please sign in to comment.