By Kardi Teknomo, PhD .
LinearAlgebra

< Next | Pre v ious | Index >

Matrix Rank using RREF

Another application of elementary row operations to find the row equivalent of Reduced Row Echelon Form (RREF) of the matrix input is to find matrix rank .

Similar to trace and determinant , rank of a matrix is a scalar number showing the number of linearly independent vectors in a matrix, or the order of the largest square sub-matrix of the input matrix whose determinant is non-zero. Click here to obtain more explanation about matrix rank and the properties of matrix rank.

To compute rank of a matrix through elementary row operations, simply perform the elementary row operations until the matrix reach the Reduced Row Echelon Form (RREF) . Then the number of non-zero rows indicates the rank of the input matrix.

The interactive program below finds matrix rank using elementary row operations. It can give you many examples. Simply click Random Example button to create new random input matrix. When you click Matrix Rank button, the program will show you step by step the sequence of elementary row operations from the input matrix up to the RREF and count the non-zero rows in the matrix RREF as matrix rank. The rational output is an approximation of the decimal format.


Report in rational format

Yes, this program is a free educational program!! Please don't forget to tell your friends and teacher about this awesome program!

See also : Matrix RREF , Elementary row operations , matrix rank

< Next | Pre v ious | Index >

Rate this tutorial or give your comments about this tutorial

This tutorial is copyrighted .