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
Solids of revolution.   Message List  
Reply | Forward Message #232 of 640 |

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

* Calculus : Solids of revolution.

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

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 volume V of the solid of revolution
generated by revolving R about the x-axis.
The region R bounded by the graph of f, the x-axis,
and the vertical lines x = a and x = b


c05b1A.c : f : x-> x**2 + 2
c05b1B.c : f : x-> sin(x)
c05b1C.c : f : x-> 1/x
c05b1D.c : f : x-> exp(x)
c05b1E.c : f : x-> log(x)


Compute the volume V of the solid of revolution
generated by revolving R about the x-axis.
The region R bounded by the graph of f, the graph g,
and the vertical lines x = a and x = b


c05b2A.c : g : x-> x**2 + 2 ; h : x-> x/2 + 1
c05b2B.c : g : x->-2*x**2 + 2 ; h : x-> -x**2 + 1
c05b2C.c : g : x-> sin(x) ; h : x-> x**2
c05b2D.c : g : x-> sqrt(x) ; h : x-> x**2
c05b2E.c : g : x-> exp(x) ; h : x-> cos(x)
c05b2F.c : g : x-> exp(x) ; h : x-> log(x)

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

The members can try these links :

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









Thu Jul 6, 2006 11:14 am

xhungab
Offline Offline
Send Email Send Email

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

freeware http://groups.yahoo.com/group/mathc/ * Calculus : Solids of revolution. ************ Windows : Dev-C++ 4 Linux : gcc abc.c -lm Return a.out...
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