matrixcalculator
There are 5 repositories under matrixcalculator topic.
mondalsurojit/Matrix-Calculator
Matrix-Calculator made by using JAVA, can be used to perform summation, subtraction and multiplication of 2 matrices.
ansleliu/MatrixCalculator
MatrixCalculator: Simple Matrix Calculator to do some linear algebra computations
A2Technology/MatrixCalculator
This repository contains code for the project of a simple matrix calculator written in C.
MrBenoit/MatrixCalculator
Simple Matrix Calculator
Alereik/linearAlgebraCalculator
A calculator for solving linear algebra problems. This program utilizes String arrays rather than integer, double, or float arrays.