EquationTrekker`
EquationTrekker`

TrekParameters

TrekParameters

is an option to EquationTrekker that specifies the dynamic parameters and their ranges.

Details and Options

  • To use TrekParameters, you first need to load the Equation Trekker Package using Needs["EquationTrekker`"].
  • A valid setting for TrekParameters is a list of rules of the form param->range, where range consists of a starting value and a range, {v,{vmin,vmax}}. The range specification may also consist of a single value v, which is equivalent to {v,{0,2v}}.