
    freeware                       xhunga@tiscali.fr

      Find the coefficients of a polynomial, conic, circle.

      You can see the result in Gnuplot.

  a)  Find the coefficients of a polynomial, 
      that passes through three, four, five points.    

  b)  Find the coefficients a, b, c, d, e of a conic,
          ax**2 + by**2 + cx + dy + e  = 0 
      that passes through  four points.  

  c)  Find the coefficients a, b, c, d  of a circle,
          a(x**2 + y**2) + bx + cy + d  = 0   
      that passes through  three points. 
 

      I have used gcc.2.9 (Dev-C++ 4), 
                  gcc.3.2 (v2DJGPP Rhide).



        The list of all  the programs : aaprogr.txt

        Save your work in a text file : aaasave.txt
        ShortName  For  The  Matrices : aashtnm.txt
