Mathc : The group of this work.
Algebra Linear, Calculus, Complex Matrices, Gnuplot. The other packages.

Tutorial : language c (version 1)

* You need a C compiler to compile the code (source).
* For this work, I use Dev-C++ 4, and DJGPP two freewares.
* You can also use Ch 4.0 released (C99). The Standard Edition is free in all platforms.
* The graphic interface is gnuplot.
* You can download this freeware here : Gnuplot Central.
* My work is also a Freeware.
* Windows, Linux.

A Book : The C programming language, by Brian W. Kernighan and Denis M. Ritchie.
t00a.zip : Compile your first programs.

t01a.zip : Draw a function with gnuplot.
t01b.zip : Why pointers on functions ?