Search the web
Sign In
New User? Sign Up
mathc · Math C language Numeric Symbolic TeX
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
[UpDate] Calculus : y = a sin(bx+c) y = a cos(bx+c)   Message List  
Reply | Forward Message #441 of 668 |
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





Fri Nov 28, 2008 11:35 am

xhungab
Offline Offline
Send Email Send Email

Forward
Message #441 of 668 |
Expand Messages Author Sort by Date

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...
xhumga bernard
xhungab
Offline Send Email
Nov 28, 2008
11:36 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help