Wolfram Computation Meets Knowledge

Bench Stepping

The step count is the number of steps completed by exercising with bench stepping.

The step count is the step rate multiplied by the time.

Formula

QuantityVariable["sc", "Step"] == QuantityVariable["sr", "StepRate"]*QuantityVariable["t", "Time"]

symbol description physical quantity
sc step count "Step"
sr step rate "StepRate"
t time "Time"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Bench Stepping"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Bench Stepping"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Bench Stepping"], {QuantityVariable["sr","StepRate"] -> None}]
Out[3]=

Publisher Information