Wolfram Computation Meets Knowledge

Elliptical Cylinder Volume

An elliptical cylinder is a cylinder whose cross-section is an ellipse.

The volume of an elliptical cylinder equals the product of the semiminor and semimajor axes, the length of the cylinder and \[Pi].

Formula

QuantityVariable["V", "Volume"] == Pi*QuantityVariable["a", "Length"]*QuantityVariable["b", "Length"]*QuantityVariable["L", "Length"]

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Elliptical Cylinder Volume"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Elliptical Cylinder Volume"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Elliptical Cylinder Volume"], {QuantityVariable["a","Length"] -> 
   Quantity[2, "Meters"], 
  QuantityVariable["V","Volume"] -> Quantity[1000, "Liters"], 
  QuantityVariable["L","Length"] -> Quantity[1, "Meters"]}]
Out[3]=

Publisher Information