BarkatouReduction
A Maple package for the exponential parts of a linear differential system
Author:
J. Saade
I - Introduction
References:
An algorithm to compute the exponential part of a formal
fundamental matrix solution of a linear differential system (Barkatou, M. A.)
.
II - Download
and installation
Our package is available for download: BarkatouReduction.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 BarkatouReduction.m file in a directory called
"BarkatouReduction"
- Open Maple and read
read "the global path of the directory
BarkatouReduction.m";
example : read("/Users/saadejoelle/Desktop/BarkatouReductionP/BarkatouReduction.m");
- After that type
savelib('BarkatouReduction');
- Type
restart; with(BarkatouReduction);
- We also need to install the package SplittingLemma.m
You must get the list of the functions contained in the package:
[ExpPartsBarkatouReduction]
If you do not manage to install the package, then contact us.
III - The main procedures
- ExpPartsBarkatouReduction
Computes the exponential parts of a linear differential system using Barkatou's Algorithm.
- Example session