Row equivalence

Summary

In linear algebra, two matrices are row equivalent if one can be changed to the other by a sequence of elementary row operations. Alternatively, two m × n matrices are row equivalent if and only if they have the same row space. The concept is most commonly applied to matrices that represent systems of linear equations, in which case two matrices of the same size are row equivalent if and only if the corresponding homogeneous systems have the same set of solutions, or equivalently the matrices have the same null space.

Because elementary row operations are reversible, row equivalence is an equivalence relation. It is commonly denoted by a tilde (~).[1]

There is a similar notion of column equivalence, defined by elementary column operations; two matrices are column equivalent if and only if their transpose matrices are row equivalent. Two rectangular matrices that can be converted into one another allowing both elementary row and column operations are called simply equivalent.

Elementary row operations edit

An elementary row operation is any one of the following moves:

  1. Swap: Swap two rows of a matrix.
  2. Scale: Multiply a row of a matrix by a nonzero constant.
  3. Pivot: Add a multiple of one row of a matrix to another row.

Two matrices A and B are row equivalent if it is possible to transform A into B by a sequence of elementary row operations.

Row space edit

The row space of a matrix is the set of all possible linear combinations of its row vectors. If the rows of the matrix represent a system of linear equations, then the row space consists of all linear equations that can be deduced algebraically from those in the system. Two m × n matrices are row equivalent if and only if they have the same row space.

For example, the matrices

 

are row equivalent, the row space being all vectors of the form  . The corresponding systems of homogeneous equations convey the same information:

 

In particular, both of these systems imply every equation of the form  

Equivalence of the definitions edit

The fact that two matrices are row equivalent if and only if they have the same row space is an important theorem in linear algebra. The proof is based on the following observations:

  1. Elementary row operations do not affect the row space of a matrix. In particular, any two row equivalent matrices have the same row space.
  2. Any matrix can be reduced by elementary row operations to a matrix in reduced row echelon form.
  3. Two matrices in reduced row echelon form have the same row space if and only if they are equal.

This line of reasoning also proves that every matrix is row equivalent to a unique matrix with reduced row echelon form.

Additional properties edit

  • Because the null space of a matrix is the orthogonal complement of the row space, two matrices are row equivalent if and only if they have the same null space.
  • The rank of a matrix is equal to the dimension of the row space, so row equivalent matrices must have the same rank. This is equal to the number of pivots in the reduced row echelon form.
  • A matrix is invertible if and only if it is row equivalent to the identity matrix.
  • Matrices A and B are row equivalent if and only if there exists an invertible matrix P such that A=PB.[2]

See also edit

References edit

  1. ^ Lay 2005, p. 21, Example 4
  2. ^ Roman 2008, p. 9, Example 0.3
  • Axler, Sheldon Jay (1997), Linear Algebra Done Right (2nd ed.), Springer-Verlag, ISBN 0-387-98259-0
  • Lay, David C. (August 22, 2005), Linear Algebra and Its Applications (3rd ed.), Addison Wesley, ISBN 978-0-321-28713-7
  • Meyer, Carl D. (February 15, 2001), Matrix Analysis and Applied Linear Algebra, Society for Industrial and Applied Mathematics (SIAM), ISBN 978-0-89871-454-8, archived from the original on March 1, 2001
  • Poole, David (2006), Linear Algebra: A Modern Introduction (2nd ed.), Brooks/Cole, ISBN 0-534-99845-3
  • Anton, Howard (2005), Elementary Linear Algebra (Applications Version) (9th ed.), Wiley International
  • Leon, Steven J. (2006), Linear Algebra With Applications (7th ed.), Pearson Prentice Hall
  • Roman, Steven (2008). Advanced Linear Algebra. Graduate Texts in Mathematics. Vol. 135 (3rd ed.). Springer Science+Business Media, LLC. ISBN 978-0-387-72828-5.

External links edit