Back to Top
Matrix Calculator Screenshot 0
Matrix Calculator Screenshot 1
Matrix Calculator Screenshot 2
Matrix Calculator Screenshot 3
Free website generator for mobile apps; privacy policy, app-ads.txt support and more... AppPage.net

About Matrix Calculator

Matrix Operations:
->Addition/Subtraction of Matrices
-> Multiplication of Matrices
-> (P)LU Decomposition
-> Rank
-> Row Echelon Form
-> Trace
-> Determinant
-> Transpose

Matrix Operations:

->Addition/Subtraction:

As the name suggests, this tool let’s the user add and subtract matrices. User needs to give the size(dimension/order) of the matrices first, then enter the elements of the matrices in the fields provided.
User can choose to click on ‘Add’ or ‘Subtract’ to perform the respective operation.

->Multiplication:

As the name suggests, this tool let’s the user multiply matrices. User needs to give the size(dimension/order) of the matrices first, then enter the elements of the matrices in the fields provided.
User can choose to click on ‘Multiply’ to perform the respective operation.

->Rank:

This tool let’s the user find out the rank of any given matrix. Rank of a matrix is equal to the number of linearly independent rows in a matrix. This feature has been implemented using the Gaussian Elimination technique with Partial Pivoting. I have tried to write the algorithm in a way that guarantees numerical stability.
This tool can also be used to find out if a given set of vectors is Linearly Independent or not.
Rank is equal to the number of vectors, if all the vectors are linearly independent.

->Row Echelon Form:

This tool gives the Row Echelon form of any given matrix. This has been implemented using Gaussian Elimination with Partial Pivoting.

->Transpose:
This tools evaluates the transpose of a given matrix.

->Trace:

This tools evaluates the trace of a given matrix. Trace is the sum of the diagonal elements of a matrix. Therefore, the matrix needs to be square.

->Determinant:
This tool calculates the determinant of a square matrix. This has been implemented using Gaussian Elimination with Partial Pivoting.

->LU Decomposition:
This tool gives the PLU factorization of a given matrix.
Although, generally, LU decomposition(factorization) is discussed for square matrices, I noticed that many popular applications like MATLAB, SCILAB, MAPLE, etc. have extended the definition to rectangular matrices.
Therefore, I have also provided the support for rectangular matrices. Although the result may be different than MATLAB or other applications. But the factorization is correct as multiplying PLU gives back the original matrix.

Similar Apps

CrysX - Crystallographic Tools

CrysX - Crystallographic Tools

0.0

CrysX is a set of crystallographic tools available as apps / applications...

CrysX - AR

CrysX - AR

0.0

CrysX-AR is a part of CrysX-Crystallographic Tools Suite. Use it in conjunction...

CrysX - 3D Viewer (Molecules a

CrysX - 3D Viewer (Molecules a

0.0

The CrysX-3D Viewer enables the users to visualize and model molecules or...

The Math App

The Math App

0.0

'The Math App' is a suite of mathematical tools that has the...

Random Number Generator

Random Number Generator

0.0

This minimalistic, light-weight app let's you generate random numbers in a given...

Cubic Spline Interpolation

Cubic Spline Interpolation

0.0

A simple cubic spline interpolator that interpolates the value of f(x) for...

author
It calculates in fractions of seconds
SHOBITH THIRUNAHARI