character - a piece of data at least one item long
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
Free N-Grams Calculator - Takes a phrase and displays chracter unigrams, character bigrams, character trigrams, and character n-grams as well as word unigrams, word bigrams, word trigrams, and word n-grams. (ngrams)
Also performs frequency analysis (number of instances of each letter)
Free Password Generator Calculator - This generates an alphanumeric password between a minimum and maximum character length that you specify.
Free Run Length Encoding Calculator - Given a string, this will determine the run length encoding using repeating patterns of characters.