RankReductionViaLP
A Maple package for reducing the Poincaré rank of a linear differential system using linear programming
Author:
J. Saade
I - Introduction
This package computes a rank reduction of a linear differential system using linear programming. For more information see chapter 4 in https://tel.archives-ouvertes.fr/tel-02444014.
References:
https://tel.archives-ouvertes.fr/tel-02444014.
II - Download
and installation
Our package is available for download: RankReductionViaLP.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 RankReductionViaLP.m file in a directory called
"RankReductionViaLP"
- Open Maple and read
read "the global path of the directory
RankReductionViaLP.m";
example : read("/Users/saadejoelle/Desktop/RankReductionViaLP/RankReductionViaLP.m");
- After that type
savelib('RankReductionViaLP');
- Type
restart; with(RankReductionViaLP);
You must get the list of the functions contained in the package:
[EchelonneThePrincipalMatrixFunction, MinimalNormalizedPath, MinimalNormalizedPathLenght, PrincipalMatrix, PrincipalMatrixFunction, RankReductionLP, VolevicNumbers, VolevicWeightWithLinearProgram]
If you do not manage to install the package, then contact us.
III - The main procedures
(under construction)
- Example session