GitHunt
OT

Otman404/Java_Algebra

Matrix Operations implemented in Java

Matrix Calculations in Java

This repository contains :

  • Matrix * Matrix
  • Matrix + Matrix
  • Matrix - Matrix
  • Scalar * Matrix

And to make the code more efficient and faster I used threads to execute multiple operations at the same time.
and to make the job easier for testing I used files io to run tests on bigger matrices

Input

Can be via console or via files
In Case you want to use files , just change the matrices already typed in Matrix1.txt and Matrix2.txt files

Getting Started

To get this repository in your machine you can download the zip file or open a terminal/cmd and type

git clone https://github.com/Otman404/Java_Algebra.git

you need to have git installed to be able to execute that command

Prerequisites

You need to have java installed in your machine in order to compile and execute java files.

Example :

After cloning the repository to your machine :
Go to a folder, let's say MatrixMultipliction for example then run the following command to compile and run the code :

javac Main.java && java Main

Contributing

Feel free to improve this code by adding your suggestions via a pull request .
Enjoy !

Languages

Java100.0%

Contributors

Created November 22, 2018
Updated March 9, 2023