Setting
(Built-in Mathematica Symbol) Setting[expr] replaces control objects such as sliders or popup menus in expr by their settings.
The systems of equations that govern certain phenomena (in electrical circuits, chemical kinetics, etc.) contain a combination of differential equations and algebraic ...
In general, a system of ordinary differential equations (ODEs) can be expressed in the normal form, The derivatives of the dependent variables x are expressed explicitly in ...
Many large-scale applications of linear algebra involve matrices that have many elements, but comparatively few that are nonzero. You can represent such sparse matrices ...
ExponentialFamily is an option for GeneralizedLinearModelFit that specifies the exponential family for the model.
Mathematica uses a large number of original algorithms to provide automatic systemwide support for inequalities and inequality constraints. Whereas equations can often be ...
DatabaseLink supports SQL transactions and result sets. These features, useful for advanced users, help to maintain integrity of the data stored in your database as well as ...
BitSet
(Built-in Mathematica Symbol) BitSet[n, k] sets to 1 the bit corresponding to the coefficient of 2^k in the integer n.
SetOptions[s, name_1 -> value_1, name_2 -> value_2, ...] sets the specified default options for a symbol s. SetOptions[stream, ...] or SetOptions["name", ...] sets options ...
SetAttributes[s, attr] adds attr to the list of attributes of the symbol s.