Wolfram Computation Meets Knowledge

Cross-Country Skiing by Speed

The distance covered cross-country skiing equals the skier's speed times time.

The distance covered cross-country skiing equals the skier's speed times time.

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["Cross-Country Skiing by Speed"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Cross-Country Skiing by Speed"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Cross-Country Skiing by Speed"], {QuantityVariable[
   "d","Distance"] -> None}]
Out[3]=

Publisher Information