
 Try the examples in this order.

 (You can compile the *.c files directly without create a project)

    F : Fraction.
    I : Integer.
    P : Polynomials.
    V : Column, Row Vectors.

        * Linear combination in R**n                  :  lnearVI.c
        * Linear combination in Pn                    :  lnearPI.c  

        * Linear combination of two vectors in R**n   : lnear2RI.c
        * Linear combination of two vectors in Pn     : lnear2PI.c

        * Linear combination of three vectors in R**n : lnear3RI.c
        * Linear combination of three vectors in Pn   : lnear3PI.c

        * Vectors dependant or independant in R**n    : dpindpVF.c 
                                                        dpindpVI.c   
 
        * Vectors dependant or independant in Pn      : dpindpPF.c
                                                        dpindpPI.c  

        * Let S = {v1, v2, ... } be a basis of R**n.  :    ws_VI.c
          Find the coordinate vector of (w)s               ws_PI.c
 
        * Let S = {v1, v2, ...} be a basis of R**n.   :     w_VI.c   
          Let a vector(w)s.                                 w_PI.c
          Find the coordinate vector of w.              


