
 a) I have put the code of the functions into the h file,
    to simplify the work.
 
    To compile file.c :   gcc -o file file.c 

 b) Use only signed integer with these functions.
    Small numbers : -9 < x < 9.
 
    Try the examples in this order.
                                                                  
               Resolve some nonlinear system of equations :
               ==========================================

      Presentation : see aaeqsyst.txt

      gdeq01.c    :  3x4                      gdeq03.c   :  5x6
      gdeq02.c    :  4x5                      gdeq04.c   :  5x6
         
      
       Application :                   
    
       appl01.c   :  aapplic1.txt              appl05.c   :  aapplic5.txt
       appl02.c   :  aapplic2.txt              appl06.c   :  aapplic6.txt
       appl03.c   :  aapplic3.txt              appl07.c   :  aapplic7.txt
       appl04.c   :  aapplic4.txt              appl08.c   :  aapplic8.txt
 