<?xml version="1.0" encoding="UTF-8"?>

<record version="5" id="1617">
 <title>reduced row echelon form</title>
 <name>ReducedRowEchelonForm</name>
 <created>2002-01-26 10:29:38</created>
 <modified>2009-04-04 05:40:00</modified>
 <type>Definition</type>
 <creator id="2727" name="mathcam"/>
 <author id="2727" name="mathcam"/>
 <author id="124" name="imran"/>
 <classification>
	<category scheme="msc" code="15A06"/>
 </classification>
 <defines>
	<concept>Hermite normal form</concept>
 </defines>
 <related>
	<object name="RowEchelonForm"/>
	<object name="GaussianElimination"/>
	<object name="DeterminingRankOfMatrix"/>
 </related>
 <preamble>% this is the default PlanetMath preamble.  as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.

% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
%\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here</preamble>
 <content>For a matrix to be in \emph{reduced row echelon form} (or \emph{Hermite normal form}) it has to first satisfy the requirements to be in row echelon form and additionally satisfy the following requirements:

\begin{enumerate}
\item The first non-zero element in any row must be 1.
\item The first element of value 1 in any row must be the only non-zero value in its column.
\end{enumerate}
An example of a matrix in reduced row echelon form could be:
\begin{displaymath}
\left( \begin{array}{cccccccccc}
0 &amp; 1 &amp; 2 &amp; 6 &amp; 0 &amp; 1 &amp; 0 &amp; 0 &amp; 4 &amp; 0\\
0 &amp; 0 &amp; 0 &amp; 0 &amp; 1 &amp; 1 &amp; 0 &amp; 0 &amp; 1 &amp; 1\\
0 &amp; 0 &amp; 0 &amp; 0 &amp; 0 &amp; 0 &amp; 1 &amp; 0 &amp; 4 &amp; 1\\
0 &amp; 0 &amp; 0 &amp; 0 &amp; 0 &amp; 0 &amp; 0 &amp; 1 &amp; 2 &amp; 1\\
0 &amp; 0 &amp; 0 &amp; 0 &amp; 0 &amp; 0 &amp; 0 &amp; 0 &amp; 0 &amp; 0\\
\end{array}
\right)
\end{displaymath}</content>
</record>
