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

        
 f___1.h   : ***** SAVE THIS FILE AS "f.h" TO WORK WITH THE FILES "1" *****
 c03c1A.c  : Compute sqrt(7).

 f___2.h   : ***** SAVE THIS FILE AS "f.h" TO WORK WITH THE FILES "2" *****
 c03c2A.c  : Compute sqrt(5).

 f___3.h   : ***** SAVE THIS FILE AS "f.h" TO WORK WITH THE FILES "3" *****
 c03c3A.c  : Compute sqrt(11).



 f___4.h   : ***** SAVE THIS FILE AS "f.h" TO WORK WITH THE FILES "4" *****
 c03c4A.c  : Find and draw the largest  positive real root of "x**3 - 3x + 1"
 c03c4B.c  :               the smallest negative 
 c03c4C.c  :               the intermediate      

 f___5.h   : ***** SAVE THIS FILE AS "f.h" TO WORK WITH THE FILES "5" *****
 c03c5A.c  : Find and draw the largest positive  real root of "x**4 - x**2 + x - 2"
 c03c5B.c  :               the smallest 



 f___6.h   : ***** SAVE THIS FILE AS "f.h" TO WORK WITH THE FILES "6" *****
 c03c6A.c  : Find and draw the intersection point of "x" and "cos(x)"

 f___7.h   : ***** SAVE THIS FILE AS "f.h" TO WORK WITH THE FILES "7" *****
 c03c7A.c  : Find and draw the first intersection point of "x**2" and "cos(x)"
 c03c7B.c  :               the second      

 f___8.h   : ***** SAVE THIS FILE AS "f.h" TO WORK WITH THE FILES "8" *****
 c03c8A.c  : Find and draw the intersection point of "sin(x)" and "cos(x)"
 c03c8B.c  :           Another intersection point
