SQLCreateTable creates a new table in a database. An alternative, using raw SQL, is described in "Creating Tables with Raw SQL". If you find that the examples in this ...
DistributionChart[{data_1, data_2, ...}] makes a distribution chart with a distribution symbol for each data_i.DistributionChart[{..., w_i[data_i, ...], ..., w_j[data_j, ...
An integration rule computes an estimate of an integral over a region, typically using a weighted sum. In the context of NIntegrate usage, an integration rule object provides ...
RectangleChart3D[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] makes a 3D rectangle chart with bars of width x_i, depth y_i and height z_i. RectangleChart3D[{..., w_i[{x_i, y_i, ...
LeviCivitaTensor[d] gives the d-dimensional Levi-Civita totally antisymmetric tensor.
RealBlockDiagonalForm is an option for SchurDecomposition and related functions which specifies whether 2*2 blocks of real values should be used on matrix diagonals in place ...
Product
(Built-in Mathematica Symbol) Product[f, {i, i_max}] evaluates the product \[Product]i = 1 i_max f. Product[f, {i, i_min, i_max}] starts with i = i_min. Product[f, {i, i_min, i_max, di}] uses steps di. ...
A delay differential equation is a differential equation where the time derivatives at the current time depend on the solution and possibly its derivatives at previous times: ...
Widgets are the basic component of GUIs built with GUIKit. This tutorial discusses some of the basics of widgets and how they work. More detailed information on widgets can ...