freeware http://groups.yahoo.com/group/mathc/
* Calculus : y = a sin(bx+c) y = a cos(bx+c)
************
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.
************
Sinus Functions :
y = a sin(bx+c)
y = a sin(b(x+c/b))
One wave between zeros of the graph of the function.
sin(x) : [0,2*Pi]
The amplitude : |a|
c01g_1.c : a*sin(x)
The periode : 2*Pi/|b|
c01g_2.c : sin(b*x)
The phase shift : -c/b
c01g_3.c : sin(b*x+c)
************
Cosinus Functions :
y = a cos(bx+c)
y = a cos(b(x+c/b))
One wave between zeros of the graph of the function.
- cos(x) : [-Pi/2,3*Pi/2]
The amplitude : |a|
c01g_1.c : a*cos(x)
The periode : 2*Pi/|b|
c01g_2.c : cos(b*x)
The phase shift : -c/b
c01g_3.c : cos(b*x+c)
************
The members can try these links :
http://groups.yahoo.com/group/mathc/files/C/D/c01g.zip