Finding the rank through row operation

  • Thread starter Thread starter timsea81
  • Start date Start date
  • Tags Tags
    rank Row
timsea81
Messages
89
Reaction score
1
Is the following statement correct?

To find the rank of a matrix, reduce the matrix using elementary row operations to row-echelon form. Count the number of not-all-zero rows and not-all-zero columns. The rank is smaller of those 2 numbers.
 
Physics news on Phys.org
timsea81 said:
Is the following statement correct?

To find the rank of a matrix, reduce the matrix using elementary row operations to row-echelon form. Count the number of not-all-zero rows and not-all-zero columns. The rank is smaller of those 2 numbers.

yes, but...

due to the nature of row-reduction, there will always be the same number or fewer non-zero rows than non-zero columns. every non-zero row has a "leading 1", which then also means the column containing that 1 (often called "pivot columns") is also non-zero.

but it may be that between two successive non-zero rows, the leading 1 in the lower row is more than 1 place to the right of the leading 1 in the upper row. since the entries in the upper row in the columns between the leading 1's are not constrained to be 0 (being neither above, nor below a leading 1), it can happen that they are, in fact, non-zero, leading to more non-zero columns than rows.

that's why it's called ROW reduction, because the rank of the original (and reduced row-echelon form) matrix is equal to the number of non-zero rows of the rref form.

one can also perform column reduction operations, leading to the number of non-zero columns being minimal. in this procedure, one obtains (perhaps) more non-zero rows than columns.

either way, the column rank of a column-reduced matrix, or the row rank of a row-reduced matrix, will give you the same number, which is simply called the rank of the original matrix. row rank is sometimes called "the dimension of the solution space", and column rank "the dimension of the image space", but in any case, one thing is clear: the rank of a matrix tells you essentially "how many (row, or column) vectors really matter".
 
Thanks Deveno, that really helps clear things up.
 
I asked online questions about Proposition 2.1.1: The answer I got is the following: I have some questions about the answer I got. When the person answering says: ##1.## Is the map ##\mathfrak{q}\mapsto \mathfrak{q} A _\mathfrak{p}## from ##A\setminus \mathfrak{p}\to A_\mathfrak{p}##? But I don't understand what the author meant for the rest of the sentence in mathematical notation: ##2.## In the next statement where the author says: How is ##A\to...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
When decomposing a representation ##\rho## of a finite group ##G## into irreducible representations, we can find the number of times the representation contains a particular irrep ##\rho_0## through the character inner product $$ \langle \chi, \chi_0\rangle = \frac{1}{|G|} \sum_{g\in G} \chi(g) \chi_0(g)^*$$ where ##\chi## and ##\chi_0## are the characters of ##\rho## and ##\rho_0##, respectively. Since all group elements in the same conjugacy class have the same characters, this may be...
Back
Top