Question: Find Height and Plot a Cylinder

I'm still trying to get used to the commands. How do you find the height of a cylinder and plot to a graph?

Thanks in Advance.
 

Example: Using a Formula

 

Height of a Cylinder:

ex6v := 600

ex6r := 4

ex6h := ex6v/Pi(ex6r)^2

600/Pi(4)^2

(1.1)

``


 

Download heightofcylinder.mw

Please Wait...