Index: > A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Business Industries Finance Tax

Home > Rank (linear algebra)


First Prev [ 1 2 ] Next Last

Abstract algebra Algebra Linear algebra

In linear algebra, the column rank (row rank respectively) of a matrix A with entries in some field is defined to be the maximal number of columns (rows respectively) of A which are linearly independent.

The column rank and the row rank are indeed equal; this common number is simply called the rank of A. It is commonly denoted by either rk(A) or rank A.

1 Alternative definitions

The maximal number of linearly independent columns of the m-by-n matrix A with entries in the field F is equal to the dimension of the column space of A (the column space being the subspace of Fm generated by the columns of A).

Alternatively and equivalently, we can define the rank of A as the dimension of the row space of A.

If one considers the matrix A as a linear map

f : FnFm

with the rule

f(x) = Ax

then the rank of A can also be defined as the dimension of the image of f, or as n minus the dimension of the kernel of f (see linear map for a discussion of image and kernel). These definitions have the advantage that they can be applied to any linear map without need for a specific matrix. (The fact that the image dimension equals n minus the kernel dimension is one formulation of the rank-nullity theorem.)

2 Properties

We assume that A is an m-by-n matrix over the field F and describes a linear map f as above.

As an example of the "<" case, consider the product
Both factors have rank 1, but the product has rank 0.
where Ir denotes the r-by-r identity matrixIn linear algebra, the identity matrix of size n is the n by n square matrix with ones on the main diagonal and zeros elsewhere. It is denoted by I or simply by I if the size is immaterial or can be trivially determined by the context. The important prope.

3 Computation

The easiest way to compute the rank of a matrix A is given by the Gauss elimination method. The row-echelon form of A produced by the Gauss algorithm has the same rank as A, and its rank can be read off as the number of non-zero rows.

Consider for example the 4-by-4 matrix

We see that the second column is twice the first column, and that the fourth column equals the sum of the first and the third. The first and the third columns are linearly independent, so the rank of A is two. This can be confirmed with the Gauss algorithm. It produces the following row echelon form of A:

which has two non-zero rows.





Non User