Functions of Several Variables
Friday, 10 August 2018
3:12 PM
The volume of a cylinder:
The function of the volume of a cylinder:
def f(r,h):
# r - radius
# h - height
return * r^2 * h
Find the dimensions of a closed cylindrical tank with a fixed given
value which has the minimum surface area
|
|||
|
![]() |
||
|
- radius
|
||
|
Created with Microsoft OneNote 2016.