Wolfram Computation Meets Knowledge

Elliptical Cylinder Mass

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

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

Formula

QuantityVariable["M", "Mass"] == Pi*QuantityVariable["a", "Length"]*QuantityVariable["b", "Length"]*QuantityVariable["L", "Length"]*QuantityVariable["ρ", "MassDensity"]

symbol description physical quantity
M mass "Mass"
a semimajor axis "Length"
b semiminor axis "Length"
L length "Length"
ρ mass density "MassDensity"

Forms

Examples

Get the resource:

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

Get the formula:

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

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Elliptical Cylinder Mass"], {QuantityVariable["L","Length"] -> 
   Quantity[1, "Meters"]}]
Out[3]=

Publisher Information