Wolfram Computation Meets Knowledge

Rectangle Area

A rectangle is a quadrilateral with four right angles. Its area is the space within its borders.

Area equals length times width.

Formula

QuantityVariable["A", "Area"] == QuantityVariable["L", "Length"]*QuantityVariable["W", "Width"]

symbol description physical quantity
A area "Area"
L length "Length"
W width "Width"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Rectangle Area"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Rectangle Area"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject["Rectangle Area"], {QuantityVariable["A","Area"] -> 1,
   QuantityVariable["W","Width"] -> 1}]
Out[3]=

Publisher Information