Next: Data structures
Up: Other tools
Previous: Linear Diophantine equations
  Contents
Theorem 2
Smith Decomposition. If
is an
non-singular
integer matrix, there exist unimodular matrices
and
such
that:
is unique
and is called the Smith normal form of .
For example, consider the matrix:
Its Smith normal decomposition is:
where:
In [NRi00], and affine smith normal form has been
defined for affine matrices. The corresponding function in
Polylib is:
- void AffineSmith (Lattice *A, Lattice **U, Lattice **V, Lattice **Diag)
- :
compute the Smith normal form of a matrix
Sorin Olaru
2002-04-24