The goal was to implement an efficient matrix solver capable of finding the determinant of a matrix as well as its inverse. I developed a console application that can be run in a console or an integrated development environment such as VS Code. Users can input matrices, solve them, and perform file handling.
- Matrix-solving algorithms: Supports finding the determinant of a matrix in several ways depending on its size..
- Matrix input: Users can enter arrays manually, generate random arrays with specified size and range, and load a matrix from a text file.
- Save results: Ability to save the calculation results in a text file.
- VS Code: Follow the instructions on the VS Code website to install VS Code.
git clone https://github.com/piddubnamariia/MatrixSolver.git
- Start VS Code.
- Open Remote Explorer.
- Create a codespace and select the MatrixSolver repository.
This project is licensed under MIT License. Check LICENSE for details.