Calculates the rank of a given matrix using standard linear algebra principles. Users input matrices, which are constrained to having up to four rows and columns, and the tool determines the dimension of the vector space spanned by the matrix's row or column vectors. The calculation identifies the maximum number of linearly independent row or column vectors within the provided structure. This value is a fundamental property in matrix theory that summarizes the structural complexity of the matrix.
Students studying linear algebra, data scientists performing dimensionality reduction, and mathematicians analyzing linear transformations benefit from this utility. It provides a quick verification method for determining matrix properties without requiring manual Gaussian elimination.