freeware
http://groups.yahoo.com/group/mathc/
* Calculus : Exponential Functions.
************
Windows : Dev-C++ 4, Lcc-win32
Linux : gcc abc.c -lm Return
a.out Return
************
* You can compile the *.c files directly without create a project.
************
Exponential Functions.
c01d_1a.c : a**x ( a>1)
c01d_1b.c : a**x (0<a<1)
c01d_2b.c : -2**x Reflect f1 through the x-axis.
c01d_2c.c : 3*(2**x) Verticaly strech f1 by factor 3.
c01d_2d.c : 2**(x+3) Shift f1 left 3 units.
c01d_2f.c : 2**(x-3) Shift f1 right 3 units.
c01d_2e.c : 2**x + 3 Vertically shift f1 up 3 units.
c01d_2g.c : 2**x - 3 Vertically shift f1 down 3 units.
c01d_2h.c : 2**(-x) Reflect f1 through the y-axis.
c01d_2i.c :(1/2)**x Reflect f1 through the y-axis. 2**
(-x) = (1/2)**x
c01d_2i.c : 2**(3-x) Shift f1 right 3 units, and
reflect through the line x = 3.
Natural Exponential Function.
c01d_3a.c : e**x
************
The members can try these links :
http://groups.yahoo.com/group/mathc/files/C/D/c01d.zip