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

        Find a number c in (r,s) that satisfies the mean value theorem for :
       
        c03e2A.c  : f : x-> x**2          +  1
        c03e2B.c  : f : x-> x**2 + 2*x    - 11 
        c03e2C.c  : f : x-> x**4 -   x**3 -  1

        c03d2E.c  : f : x-> x    + 4/x
        c03d2F.c  : f : x-> x**2 + 4/x

        c03d2H.c  : f : x-> exp(x)
        c03d2I.c  : f : x-> exp(x) + x**2
        c03d2J.c  : f : x-> exp(x) + sin(x)
        c03d2K.c  : f : x-> exp(x) + 1/x

        c03d2M.c  : f : x-> sin(x)
        c03d2N.c  : f : x-> cos(x)
