        Package FourierTrigSeries v0.41
        ===============================
        
Karel Srot, xsrot@math.muni.cz 
PhD student at Department of Mathematics at Masaryk University in Brno, Czech Republic
www.math.muni.cz/~xsrot/fourierseries


Package FourierTrigSeries provides new data structure for the representation of trigonometric 
series and few procedures to manipulate trigonometric series and to compute Fourier series. 
Package comes with it's own help file integrated into standard Maple environment.

I tried to make the usage of procedures similar to usage of standard Maple procedures. Some 
procedures and data structure are (for better understanding) similar (but not exactly the same) 
to OrthogonalSeries package so in many cases you can use the OrthogonalSeries package help files.


Technical informations:
=======================

Package FourierTrigSeries was tested in Maple 8, 9, 10 and 11. In other versions the 
package was not tested.


Installation instructions:
==========================

Linux (Unix) platform:
----------------------

Suppose that FourierTrigSeries files are stored in "/home/username/maple_modules/FourierTrigSeries".

1. Close all opened Maple sessions.
2. In your home directory (/home/username) create a text file ".mapleinit" with following content
     libname:=libname, "/home/username/maple_modules/FourierTrigSeries":
3. Start Maple session and try to load the module with command 
     with(FourierTrigSeries); 
   The command is case sensitive.


Windows platform:
-----------------

Suppose the Maple is installed in "c:\Program Files\Maple 10" and FourierTrigSeries module files 
are stored in "c:\Program Files\Maple 10\newmodules\fouriertrigseries".

1. Close all opened Maple sessions.
2. Create a plaintext file "maple.ini" in "c:\Program Files\Maple 10\Users" with following content
     libname:=libname, "c:/Program Files/Maple 10/newmodules/fouriertrigseries":
   I recommend to use doublequotes to enclose the directory path.
3. Start Maple session and try to load the module with command 
     with(FourierTrigSeries);
   The command is case sensitive.


More about installation of external modules can be found in Maple's help (see initialization files section in
helpfile to "maple" command).


Disclaimer:
===========

I'm not responsible for any damages caused by this software or by my bad 
english.
