Skip to content

Matrix solver to find the determinant of a maritic and inverse matrix using several methods.

License

Notifications You must be signed in to change notification settings

piddubnamariia/MatrixSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First Year CS Project - Matrix Solver

  1. Overview
  2. Features
  3. Requirements
  4. Setup and Running
  5. License

Overview

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.

Features

  • 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.

Getting Started

Requirements

  • VS Code: Follow the instructions on the VS Code website to install VS Code.

Setup and Running

Step 1: Clone the Repository

git clone https://github.com/piddubnamariia/MatrixSolver.git

Step 2: Run MatrixSolver:

  1. Start VS Code.
  2. Open Remote Explorer.
  3. Create a codespace and select the MatrixSolver repository.

License

This project is licensed under MIT License. Check LICENSE for details.

About

Matrix solver to find the determinant of a maritic and inverse matrix using several methods.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages