MatrixCalculator is an interactive web application built with Flask for performing various matrix operations and numerical computations.
- LU Decomposition
- Matrix Operations (Addition, Subtraction, Multiplication, Transpose)
- Matrix Inverse
- Gauss Elimination
- Iteration Methods (Jacobi/Gauss-Seidel)
- Non-Linear Equation Solver (Newton-Raphson)
- Interpolation (Linear, Polynomial, Lagrange)
- Predator-Prey System Simulation
- Monte Carlo Integration
- Markov Chain Analysis
-
Clone this repository
git clone https://github.com/bestoism/-MatrixCalculator.git cd -MatrixCalculator
-
Install dependencies
pip install -r requirements.txt
-
Run the application
python app.py
-
Open your browser and go to
http://localhost:5000