Wolfram Computation Meets Knowledge

Cuboid Volume

The volume of a cuboid is the quantity of three-dimensional space enclosed by it.

Cuboid volume equals the product of the width, length and height of the cuboid.

Formula

QuantityVariable["V", "Volume"] == QuantityVariable["H", "Height"]*QuantityVariable["L", "Length"]*QuantityVariable["W", "Width"]

symbol description physical quantity
V volume "Volume"
H height "Height"
L length "Length"
W width "Width"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Cuboid Volume"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Cuboid Volume"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Cuboid Volume"], {QuantityVariable["V","Volume"] -> 
   Quantity[1, ("Centimeters")^3], 
  QuantityVariable["H","Height"] -> Quantity[0.1`, "Centimeters"], 
  QuantityVariable["W","Width"] -> Quantity[0.5`, "Centimeters"]}]
Out[3]=

Publisher Information