matrix - a rectangular array of numbers or symbols which are generally arranged in rows and columns
Free Basic m x n Matrix Operations Calculator - Given 2 matrices |A| and |B|, this performs the following basic matrix operations
* Matrix Addition |A| + |B|
* Matrix Subtraction |A| - |B|
* Matrix Multiplication |A| x |B|
* Scalar multiplication rA where r is a constant.
Free Digraph Items Calculator - Given a digraph, this determines the leader, and symmetric matrix.
Free Markov Chain Calculator - Given a transition matrix and initial state vector, this runs a Markov Chain process.
Free Matrix Properties Calculator - Given a matrix |A|, this calculates the following items if they exist:
* Determinant = det(A)
* Inverse = A-1
* Transpose = AT
* Adjoint = adj(A)
* Eigen equation (characteristic polynomial) = det|λI - A|
* Trace = tr(A)
* Gauss-Jordan Elimination using Row Echelon and Reduced Row Echelon Form
* Dimensions of |A| m x n
* Order of a matrix
* Euclidean Norm ||A||
* Magic Sum if it exists
* Determines if |A| is an Exchange Matrix