SmithNormalForm
Une librairie Maple pour calculer une Forme Normal de Smith approchée.
Author:
J. Saade
I - Introduction
References:
.
II - Download
and installation
Our package is available for download: SmithNormalForm.m
To install it, you must proceed as follows:
- Set up a directory to store your custom library as explained in Maple Programming Guide
- Copy the previous SmithNormalForm.m file in a directory called
"SmithNormalForm"
- Open Maple and read
read "the global path of the directory
SmithNormalForm.m";
example : read("/Users/saadejoelle/Desktop/SmithNormalForm/SmithNormalForm.m");
- After that type
savelib('SmithNormalForm');
- Type
restart; with(SmithNormalForm);
You must get the list of the functions contained in the package: [CharacPoly, NullSpaceSeries, RationalKernelDecomposition, SmithNormalFormSeries, getseries]
If you do not manage to install the package, then contact us.
III - The main procedures
- SmithNormalFormSeries
- NullSpaceSeries
- RationalKernelDecomposition
- Example session