Skip to content
Allin

Matrix Rank Calculator

The rank of a matrix by row reduction — the number of linearly independent rows.

Column Space Calculator (basis of Col(A), rank, pivot columns)A basis of the column space of any matrix up to 6×6, taken from the ORIGINAL pivot columns rather than the reduced ones — with the rank, the free columns, the full RREF and every row operation.Matrix CalculatorAdd, subtract and multiply matrices, scale, transpose, and find the determinant and inverse of A.Matrix Power Calculator (Aⁿ, n from −10 to 20)Raise a 1×1 to 5×5 matrix to any power from −10 to 20 in exact fractions: A⁰ = I, binary exponentiation for positive n, the exact inverse for negative n, and an honest det(A) = 0 when no inverse exists.Matrix Trace CalculatorThe trace of a square matrix — the sum of its main-diagonal entries.Adjacency matrix calculatorTurn any graph into its adjacency matrix. Paste an edge list (A-B), an adjacency list (A: B C D) or a binary matrix — the tool auto-detects the format, builds the labelled adjacency matrix, and reports the degree sequence, in/out-degrees for directed graphs, and the vertex and edge counts.2×2 matrix determinant calculatorCompute the determinant of a 2×2 matrix (ad − bc).Spearman Rank Correlation CalculatorCompute Spearman's ρ with proper tie handling (average ranks), plus a two-tailed t-test to judge statistical significance.Angle Between Two Vectors Calculatorθ = arccos(a·b / (|a||b|)) in 2D or 3D, in degrees and radians, with the dot product, both magnitudes, the projections and a parallel / perpendicular / acute / obtuse verdict.

Matrix Rank Calculator works straight from this page — free, instant, nothing to install. Its place is under Matrices & vectors; Column Space Calculator (basis of Col(A), rank, pivot columns) and Matrix Calculator answer the questions closest to this one.

How to use it

  1. Open the tool — no signup or install needed.
  2. Enter your input or adjust the available options.
  3. Get your result instantly, then copy or download it.

Frequently asked questions

What does Matrix Rank Calculator do?

The rank of a matrix by row reduction — the number of linearly independent rows.

When would I actually use this?

Checking a decomposition done by hand, solving a linear system, and finding the eigenvalues that describe how a transformation stretches space.

What is the most common mistake?

Inverting a matrix to solve a system. Elimination or a factorisation is both faster and far more stable numerically; an explicit inverse amplifies rounding error, especially when the matrix is close to singular.

How is Matrix Rank Calculator different from Column Space Calculator (basis of Col(A), rank, pivot columns)?

They sit next to each other but answer different questions: Column Space Calculator (basis of Col(A), rank, pivot columns) is the one to open when you need it to a basis of the column space of any matrix up to 6×6, taken from the ORIGINAL pivot columns rather than the reduced ones — with the rank, the free columns, the full RREF and every row operation. Pick whichever matches what you're starting from — both are free.

Is there a tool for the next step?

Matrix Calculator is the closest one after this: Add, subtract and multiply matrices, scale, transpose, and find the determinant and inverse of A.

What else is worth having open alongside it?

Matrix Power Calculator (Aⁿ, n from −10 to 20) and Matrix Trace Calculator — they come up in the same task often enough to be worth a second tab.

Where do the figures come from?

The decompositions follow their textbook definitions with partial pivoting where it applies. Results are exact for small integer matrices and subject to floating-point rounding otherwise.

Further reading

All guides