Wolfram Computation Meets Knowledge

Rowing Machine Using Pace

An indoor rower, or rowing machine, is a machine used to simulate the action of watercraft rowing for the purpose of exercise or training for rowing.

The distance rowed times the pace equals the time.

Formula

QuantityVariable["d", "Distance"]*QuantityVariable["P", "Slowness"] == QuantityVariable["t", "Time"]

symbol description physical quantity
d distance "Distance"
P pace "Slowness"
t time "Time"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Rowing Machine Using Pace"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Rowing Machine Using Pace"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Rowing Machine Using Pace"], {QuantityVariable["P","Slowness"] -> 
   None, QuantityVariable["t","Time"] -> None}]
Out[3]=

Publisher Information