Skip to content

Otman404/Java_Algebra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

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 !

Releases

No releases published

Packages

No packages published

Languages