PrivateNotebookOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for notebooks that specifies various low-level notebook settings.
Sound
(Built-in Mathematica Symbol) Sound[primitives] represents a sound. Sound[primitives, t] specifies that the sound should have duration t.Sound[primitives, {t_min, t_max}] specifies that the sound should ...
Sow
(Built-in Mathematica Symbol) Sow[e] specifies that e should be collected by the nearest enclosing Reap. Sow[e, tag] specifies that e should be collected by the nearest enclosing Reap whose pattern ...
String
(Built-in Mathematica Symbol) String is the head of a character string " text".
WaveletScalogram[wd] plots wavelet vector coefficients in a DiscreteWaveletData or ContinuousWaveletData object wd.WaveletScalogram[wd, wind] plots wavelet coefficients ...
The Lotka–Volterra system arises in mathematical biology and models the growth of animal species. Consider two species where Y_1(T) denotes the number of predators and Y_2(T) ...
XMethods.com is a website that lists publicly available web services. It is a great place for finding web services and advertising web services that you provide. This example ...
The C code generator can be used to create standalone executables that link to the Wolfram runtime library. This example creates a standalone C executable for a low-pass ...
Mathematica provides systemwide support for a large number of special characters. Each character has a name and a number of shortcut aliases. They are fully supported by the ...
Animate
(Built-in Mathematica Symbol) Animate[expr, {u, u_min, u_max}] generates an animation of expr in which u varies continuously from u_min to u_max. Animate[expr, {u, u_min, u_max, du}] takes u to vary in ...