Tensors are mathematical objects that give generalizations of vectors and matrices. In Mathematica, a tensor is represented as a set of lists, nested to a certain number of ...
Welcome to .NET/Link, a product that integrates Mathematica and Microsoft's .NET platform. .NET/Link lets you call .NET from Mathematica in a completely transparent way, and ...
Special-purpose multiprocessing hardware comes in two types, shared memory and distributed memory. In a shared-memory machine, all processors have access to a common main ...
VarianceTest[data] tests whether the variance of the data is one. VarianceTest[{data_1, data_2}] tests whether the variances of data_1 and data_2 are ...
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. ...
Widget["TextPanel"] represents a text panel.
Monte Carlo methods use randomly generated numbers or events to simulate random processes and estimate complicated results. For example, they are used to model financial ...
GIF
(Mathematica Import/Export Format) Registered MIME type: image/gif GIF raster image format. Commonly used for static and animated graphics on the web. GIF is an acronym for Graphics Interchange Format. Binary ...
BaselinePosition is an option that specifies where the baseline of an object is considered to be for purposes of alignment with surrounding text or other expressions.
FullForm[expr] prints as the full form of expr, with no special syntax.