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

<record version="1" id="5873">
 <title>example of Smith normal form</title>
 <name>ExampleOfSmithNormalForm</name>
 <created>2004-05-26 12:53:29</created>
 <modified>2004-05-26 12:53:29</modified>
 <type>Example</type>
<parent id="4611">Smith normal form</parent>
 <creator id="5079" name="aoh45"/>
 <author id="5079" name="aoh45"/>
 <classification>
	<category scheme="msc" code="13F10"/>
 </classification>
 <preamble>\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
%\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic}</preamble>
 <content>As an example, we will find the Smith normal form of the following matrix over the integers.
\begin{equation*}
\left(\begin{array}{ccc}
2  &amp; 4  &amp; 4  \\
-6 &amp; 6  &amp; 12 \\
10 &amp; -4 &amp; -16
\end{array}\right)
\end{equation*}
The following matrices are the intermediate steps as the algorithm is applied to the above matrix.

\begin{equation*}
\left(\begin{array}{ccc}
2  &amp; 0  &amp; 0  \\
-6 &amp; 18 &amp; 24 \\
10 &amp; -24&amp; -36
\end{array}\right)
\to
\left(\begin{array}{ccc}
2  &amp; 0  &amp; 0  \\
0  &amp; 18 &amp; 24 \\
0  &amp; -24&amp; -36
\end{array}\right)
\end{equation*}

\begin{equation*}
\to
\left(\begin{array}{ccc}
2  &amp; 0  &amp; 0  \\
0  &amp; 18 &amp; 24 \\
0  &amp; -6 &amp; -12
\end{array}\right)
\to
\left(\begin{array}{ccc}
2  &amp; 0  &amp; 0  \\
0  &amp; 6  &amp; 12 \\
0  &amp; 18 &amp; 24
\end{array}\right)
\end{equation*}

\begin{equation*}
\to
\left(\begin{array}{ccc}
2  &amp; 0  &amp; 0  \\
0  &amp; 6  &amp; 12 \\
0  &amp; 0  &amp; -12
\end{array}\right)
\to
\left(\begin{array}{ccc}
2  &amp; 0  &amp; 0  \\
0  &amp; 6  &amp; 0  \\
0  &amp; 0  &amp; 12
\end{array}\right)
\end{equation*}

So the Smith normal form is

\begin{equation*}
\left(\begin{array}{ccc}
2  &amp; 0  &amp; 0  \\
0  &amp; 6  &amp; 0  \\
0  &amp; 0  &amp; 12
\end{array}\right)
\end{equation*}

and the elementary divisors are $2$, $6$ and $12$.</content>
</record>
