freeware
http://groups.yahoo.com/group/mathc/
* Calculus : Derivative:Newton2's method.
************
Windows : Dev-C++ 4
Linux : gcc abc.c -lm Return
a.out Return
************
* You can compile the *.c files directly without create a project.
************
c03g_1A.c : Compute sqrt(7).
c03g_2A.c : Compute sqrt(5).
c03g_3A.c : Compute sqrt(11).
c03g_4A.c : Find and draw the largest positive real root of "x**3 -
3x + 1"
c03g_4B.c : the smallest negative
c03g_4C.c : the intermediate
c03g_5A.c : Find and draw the largest positive real root of "x**4 -
x**2 + x - 2"
c03g_5B.c : the smallest
c03g_6A.c : Find and draw the intersection point of "x" and "cos(x)"
c03g_7A.c : Find and draw the first intersection point of "x**2"
and "cos(x)"
c03g_7B.c : the second
c03g_8A.c : Find and draw the intersection point of "sin(x)"
and "cos(x)"
c03g_8B.c : Another intersection point
************
The members can try these links :
http://groups.yahoo.com/group/mathc/files/C/D/c03g.zip