Refine
(Built-in Mathematica Symbol) Refine[expr, assum] gives the form of expr that would be obtained if symbols in it were replaced by explicit numerical expressions satisfying the assumptions assum. ...
Integer8
(Mathematica Import/Export Format) Uniform sequence of signed 8-bit integers. Binary data format.
All the functionality of NumericalMath`NIntegrateInterpolatingFunct`is now available in the newly created Function Approximations Package.
This section discusses commands that get information about database columns. If you find that the examples in this section do not work as shown, you may need to install or ...
StateSpaceTransform[ss, s_1] transforms the StateSpaceModel object ss using the similarity matrix s_1.StateSpaceTransform[ss, {s_1, s_2}] computes the transformation using ...
The CompilationTarget option of Compile specifies the target runtime system for the compiled function. The default setting is "MVM", which creates code for the traditional ...
GroupSetwiseStabilizer[group, {p_1, ..., p_n}] returns the subgroup of group for which the images of the points p_i are still in the list {p_1, ..., p_n}.
The CCompilerDriver package lets you work with C compilers that are installed on your computer. It lets you build executables, libraries, and object files from C source code. ...
SQLUpdate modifies data in a database. An alternative, using raw SQL, is described in "Updating Data with Raw SQL". If you find that the examples in this tutorial do not work ...
ActiveStyle is an option for Hyperlink and related constructs that specifies styles to add when the constructs are active, typically as a result of the mouse being over them.