Matrix Rank Definition:
From: | To: |
The rank of a matrix is the maximum number of linearly independent row vectors (or column vectors) in the matrix. It represents the dimension of the vector space spanned by its rows or columns.
The calculator uses Gaussian elimination to transform the matrix to row echelon form:
Steps:
Applications: Matrix rank is fundamental in linear algebra for determining:
Instructions: Enter your matrix using commas to separate elements within a row and semicolons to separate rows. Example: "1,2,3;4,5,6;7,8,9" represents a 3×3 matrix.
Q1: What's the maximum possible rank of an m×n matrix?
A: The rank cannot exceed min(m,n). A matrix with rank equal to min(m,n) is said to have full rank.
Q2: What does rank zero mean?
A: A rank of zero means all elements of the matrix are zero (the zero matrix).
Q3: How does rank relate to determinants?
A: For square matrices, a matrix has full rank if and only if its determinant is non-zero.
Q4: Can rank be different for rows vs columns?
A: No, the row rank always equals the column rank for any matrix.
Q5: What's the rank of a non-square matrix?
A: The rank is the number of linearly independent rows or columns (whichever is smaller).