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 : Exponential Functions.   Message List  
Reply | Forward Message #439 of 668 |

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





Wed Nov 26, 2008 11:14 am

xhungab
Offline Offline
Send Email Send Email

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

freeware http://groups.yahoo.com/group/mathc/ * Calculus : Exponential Functions. ************ Windows : Dev-C++ 4, Lcc-win32 Linux : gcc abc.c -lm Return ...
xhumga bernard
xhungab
Offline Send Email
Nov 26, 2008
11:15 am
Advanced

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