Wolfram Computation Meets Knowledge

Elliptical Machine Using Pace

An elliptical machine is a stationary exercise machine used to simulate stair climbing, walking or running without causing excessive pressure to the joints, hence decreasing the risk of impact injuries.

The effective distance traveled times the pace equals the time spent.

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["Elliptical Machine Using Pace"]
Out[1]=

Get the formula:

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

Use some values:

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

Publisher Information