Wolfram Computation Meets Knowledge

Elliptical Machine Using Cadence

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 equals the product of the cadence, stride length and time.

Formula

QuantityVariable["d", "Distance"] == Quantity[1, IndependentUnit["strides"]^(-1)]*QuantityVariable["c", "StrideRate"]*QuantityVariable["sl", "Length"]*QuantityVariable["t", "Time"]

symbol description physical quantity
d distance "Distance"
c cadence "StrideRate"
sl stride length "Length"
t time "Time"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Elliptical Machine Using Cadence"]
Out[1]=

Get the formula:

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

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Elliptical Machine Using Cadence"], {QuantityVariable[
   "d","Distance"] -> None, QuantityVariable["t","Time"] -> None, 
  QuantityVariable["sl","Length"] -> None}]
Out[3]=

Publisher Information