Wolfram Computation Meets Knowledge

Rowing Machine Using Speed

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 equals the time times the speed.

Formula

QuantityVariable["d", "Distance"] == QuantityVariable["t", "Time"]*QuantityVariable["v", "Speed"]

symbol description physical quantity
d distance "Distance"
t time "Time"
v speed "Speed"

Forms

Examples

Get the resource:

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

Get the formula:

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

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Rowing Machine Using Speed"], {QuantityVariable["t","Time"] -> 
   None, QuantityVariable["d","Distance"] -> None}]
Out[3]=

Publisher Information