
     freeware                       xhunga@tiscali.fr
  
     Vector space axioms on vectors and polynomials.
        
  a) Verify with numeric applications,
     some vector space axioms on (rows, 
     columns) vectors and  on polynomials.

        *        u + v = v + u          
        *  (u + v) + w = u + (v + w)
        *        0 + u = u + 0    = u        
        *     u + (-u) = (-u) + u = 0          
        *     k( u+ v) = ku + kv
        *    (k + l) u = ku + lu
        *       k (lu) = (kl) u

  b) The coefficients, integers or fractions, are randomly
     selected by the computer.

  c) The size of the vectors, are randomly selected by the 
     computer, but you can selecte  the size  if you want.
   
      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
