SynchronousUpdating is an option for Manipulate, Dynamic, and related functions that specifies whether or not to evaluate their contents synchronously.
TrackedSymbols is an option to Refresh, Manipulate, and related functions that specifies which symbols should trigger updates when their values are changed.
Trig
(Built-in Mathematica Symbol) Trig is an option for various polynomial manipulation functions that specifies whether trigonometric functions should be treated like polynomial elements.
$TimeZone gives the current time zone to assume for dates and times.
Numerical sums, products and integrals. Here is a numerical approximation to ∑_(i=1)^∞((1)/(i^3)). NIntegrate can handle singularities in the integration region.
TetGen is created by Hang Si, Research Group: Numerical Mathematics and Scientific Computing, Weierstrass Institute for Applied Analysis and Stochastics (WIAS), Berlin. More ...
FinancialDerivative[instrument, params, ambientparams] gives the value of the specified financial instrument.FinancialDerivative[instrument, params, ambientparams, prop] ...
SystemsModelParallelConnect[sys_1, sys_2] connects TransferFunctionModel or StateSpaceModel objects sys_1 and sys_2 in parallel.SystemsModelParallelConnect[sys_1, sys_2, ...
TabView
(Built-in Mathematica Symbol) TabView[{lbl_1 -> expr_1, lbl_2 -> expr_2, ...}] represents an object in which clicking the tab with label lbl_i displays expr_i. TabView[{lbl_1 -> expr_1, lbl_2 -> expr_2, ...
PairedBarChart[{y_1, y_2, ...}, {z_1, z_2, ...}] makes a paired bar chart with bar lengths y_1, y_2, ... and z_1, z_2, ..., respectively.PairedBarChart[{..., w_i[y_i, ...], ...