|
SOLUTIONS
|
EQUATION TREKKER PACKAGE SYMBOL
InitializeGenerator
![]()
returns the trek generator
when called by EquationTrekker. The specific form of data depends on the trek generator gen.
returns a trek generator that does not use an independent variable.
DetailsDetails
- To use
, you first need to load the Equation Trekker Package using Needs["EquationTrekker`"]. - EquationTrekker[problem, dvars, {t, tmin, tmax}, TrekGenerator->{gen, subopts}] calls
to initialize the generator gen. - EquationTrekker[problem, dvars, None, TrekGenerator->{gen, subopts}] should be used when gen does not use an independent variable, in which case EquationTrekker will call
. - A new generator newgen can be created by giving the additional
definition,
. In addition, definitions for the following DownValues of the function
need to be given: -
newgen[data]["Variables"[]] list of variables newgen[data]["Display"[]] problem description to be displayed newgen[data]["DisplayMode"[]] the display mode, either
or 
newgen[data]["FormatTrek"[t0,dvars0,{tmin,tmax}]] information used to tag TrekData newgen[data]["ChangeParameters"[prules]] generator with data modified by new parameters newgen[data]["GenerateTrek"[dvars0,{t0,tmin,tmax}]] list of data points to plot, with initial point given by
and 
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
