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
Integral. Area.   Message List  
Reply | Forward Message #233 of 640 |

freeware http://groups.yahoo.com/group/mathc/

* Calculus : Integral. Area.

************

Windows : Dev-C++ 4
Linux : gcc abc.c -lm Return
a.out Return

************

* You can compile the *.c files directly without create a project.

************

Compute the area A of the region bounded by
the graph of f, the x axis, x = a and x= b.

c05a1A.c : f : x-> sqrt(x)
c05a1B.c : f : x-> 1/sqrt(x)
c05a1C.c : f : x-> sin(x)
c05a1D.c : f : x-> exp(x)
c05a1E.c : f : x-> log(x)


Compute the area A of the region bounded by
the graph of g, the graph of h, x = a and x= b.


c05a2A.c : g : x-> sqrt(x) ; h : x-> x**2
c05a2B.c : g : x-> 6.-x**2 ; h : x-> 3-2*x
c05a2C.c : g : x-> x + 3 ; h : x-> x**2 + 1
c05a2D.c : g : x-> x - 1 ; h : x-> x**2 + 1
c05a2E.c : g : x-> 1/(x**2) ; h : x-> -x**2
c05a2F.c : g : x-> cos(x) ; h : x-> x**2
c05a2G.c : g : x-> cos(x) ; h : x-> sin(x)
c05a2H.c : g : x-> exp(x) ; h : x-> log(x)

************

The members can try these links :

http://groups.yahoo.com/group/mathc/files/C/D/c05a.zip










Thu Jul 6, 2006 11:12 am

xhungab
Offline Offline
Send Email Send Email

Forward
Message #233 of 640 |
Expand Messages Author Sort by Date

freeware http://groups.yahoo.com/group/mathc/ * Calculus : Integral. Area. ************ Windows : Dev-C++ 4 Linux : gcc abc.c -lm Return a.out Return ...
xhumga bernard
xhungab
Offline Send Email
Jul 6, 2006
11:31 am
Advanced

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