This project is a matrix calculator that allows users to enter LaTeX code representing a matrix and perform various operations on it. It is built using the React framework for the frontend and Flask framework for the backend.
Before running this project, ensure that you have the following prerequisites installed:
- Python
- Git
To get started with the matrix calculator, follow these steps:
-
Clone this repository to your local machine using the following command:
git clone https://github.com/your-username/LaTeX-Matrix-Calculator.git
-
Navigate to the project directory:
cd LaTeX-Matrix-Calculator
-
Install the required dependencies for the backend server by running the following command:
pip install -r requirements.txt
-
Install the required dependencies for the frontend by running the following command:
npm install
To use the matrix calculator, follow these steps:
-
To start, run the following command
python3 app.py
-
Open your web browser and navigate to http://localhost:5000.
-
Enter the LaTeX code of the matrix in the text window, following the supported matrix format.
-
Click on the submit button to perform the desired operation on the matrix.
-
The results will be displayed on the website, including the calculated data and the LaTeX code of the inverse and echelon form matrices.
Contributions to this project are welcome. If you have any suggestions or would like to add new features, please create a new issue or submit a pull request.