volume of a rectangular parallelepiped

Calculus in processing ... please wait
The online calculator allows to calculate the volume of a rectangle from its length, its width and height.
volume_rectangle(`3;2;4`), returns 24

Volume of a rectangular parallelepiped

The online calculator allows to calculate the volume of a rectangle from its length, its width and height.


The calculator is able to calculate online the volume of a rectangular parallelepiped in other words to calculate the volume of a rectangular cuboid. The volume of a rectangular parallelepiped is given by the formula `(L*l*h)` where L represents the length, the width on one side and h the height. The volume calculator supports numeric but also literal expressions.

Calculating volume of a rectangular cuboid

The volume calculator is able to calculate the volume of a rectangular parallelepiped, from variables numeric, the exact and approximate results are returned.

Thus, calculating the volume of a rectangular cuuboid whose length is 3, the width is 2, and the height is 4 is done by entering the following formula volume_rectangle(`3;2;4`).

Symbolic calculation of the volume of a rectangular parallelepiped

The volume calculator is able to do symbolic calculations or literal calculation. To calculate for example, the volume of the rectangular parallelepiped of length x, width x+1, and height `x/2`, enter the following formula volume_rectangle(`x;1+x;x/2`) , after calculating the result is returned.

Syntax :

volume_rectangle(length;width;height)


Examples :

volume_rectangle(`3;2;4`), returns 24

See also
List of related calculators :