Longest
(Built-in Mathematica Symbol) Longest[p] is a pattern object that matches the longest sequence consistent with the pattern p.
$ModuleNumber gives the current serial number to be used for local variables that are created.
PolarTicks is an option for sector charts and polar plots that specifies tick marks for polar axes.
Column
(Built-in Mathematica Symbol) Column[{expr_1, expr_2, ...}] is an object that formats with the expr_i arranged in a column, with expr_1 above expr_2, etc. Column[list, alignment] aligns each element ...
OverBar
(Built-in Mathematica Symbol) OverBar[expr] displays with a bar over expr.
LogSeriesDistribution[\[Theta]] represents a logarithmic series distribution with parameter \[Theta].
AddEventHandler[obj@event, func] assigns the specified Mathematica function func to be called when the given event event fires.
Throw
(Built-in Mathematica Symbol) Throw[value] stops evaluation and returns value as the value of the nearest enclosing Catch. Throw[value, tag] is caught only by Catch[expr, form] where form is a pattern ...
Introduction to J/Link Calling Java from Mathematica Writing Java Programs That Use Mathematica
In some cases it is useful to split the differential system into subsystems and solve each subsystem using appropriate integration methods. Recombining the individual ...