You can enhance the appearance of 3D graphics in Mathematica by changing the direction and color of plot lighting. Lighting , an option for Graphics3D and related functions, ...
AlternativeHypothesis is an option for hypothesis testing functions like LocationTest that specifies the alternative hypothesis.
BlockRandom[expr] evaluates expr with all pseudorandom generators localized, so that uses of SeedRandom, RandomInteger, and related functions within the evaluation of expr do ...
Interval[{min, max}] represents the range of values between min and max. Interval[{min_1 , max_1}, {min_2 , max_2}, ...] represents the union of the ranges min_1 to max_1, ...
Quiet
(Built-in Mathematica Symbol) Quiet[expr] evaluates expr "quietly", without actually outputting any messages generated.Quiet[expr, {s_1::t_1, s_2::t_2, ...}] quietens only the specified messages during ...
$MaxExtraPrecision gives the maximum number of extra digits of precision to be used in functions such as N.
Primitives which can take multiple elements. Some primitives have multi-element forms that can be processed and rendered more quickly by the Mathematica front end than the ...
DatabaseLink provides a number of functions for connection to an SQL database. It also supports a resource mechanism that allows the details of how the connection is set up ...
DatabaseLink has functions for working with the tables of data in a database. It can create and drop tables, as well as fetch information about the organization of tables in ...
DatabaseLink is a toolkit for working with SQL databases built into Mathematica. It provides an industrial-strength, ready-made solution for integrating Mathematica with any ...