Wolfram Computation Meets Knowledge

Elliptical Machine Using Speed

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 speed and time.

Formula

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

Forms

Examples

Get the resource:

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

Get the formula:

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

Use some values:

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

Publisher Information