Rank of a matrix by means of determinants

The rank of a matrix can also be calculated using determinants. We can define rank using what interests us now.

The rank of a matrix is the order of the largest non-zero square submatrix.

See the following example.

Example

A=(21320325101107032117001140)

1) Given A, we eliminate rows or columns acording to the criterion to calculate the rank using the Gaussian elimination method. Thus,

Column 5 can be discarded because all its elements are zero.

Column 3 can be discarded because it is a linear combination of column 1 and column 2. Specifically, c3=c1+c2.

A=(2123211173217014)

2) Is there any non-zero square submatrix of order 1?

Any non-zero element is a non-zero square submatrix, therefore we will look at those of higher order.

Is there any non-zero square submatrix of order 2?

|2132|=10

Yes, there is, therefore we will look for higher orders.

4) Is there any non-zero square submatrix of order 3?

|212321117|=0

|3211173217|=0

|1173217014|=0

No, there is not. Therefore, rank(A)=2, which is the order of the largest non-zero square submatrix.