MATH 2421-001 -- Calculus III
Summer 2006 Semester
DPGraph Section 11.3
- Problem #10: graph3d( 0
<= z & z <= sqrt(r^2 + 1) & 0 <= r & r <= 4 )
Note that the inequalities use cylindrical coordinates (polar).
It is assumed that 0 <= theta <= 2*pi.
- Problem #12: graph3d( 0
<= z & z <= e^(-r) & 0 <= r & r <= 1 )
Send comments to: mkawai@math.cudenver.edu
Last modified on 17 July 2006.