Different kinds of vector and matrix multiplication. This multiplies each element of the vector by the scalar k. The "dot" operator gives the scalar product of two vectors.
Item
(Built-in Mathematica Symbol) Item[expr, options] represents an item within constructs such as Grid, Overlay, and Manipulate that displays with expr as the content, and with the specified options applied ...
GraphicsGrid[{{g_11, g_12, ...}, ...}] generates a graphic in which the g_ij are laid out in a two-dimensional grid.
Grid
(Built-in Mathematica Symbol) Grid[{{expr_11, expr_12, ...}, {expr_21, expr_22, ...}, ...}] is an object that formats with the expr_ij arranged in a two-dimensional grid.
AccountingForm[expr] prints with all numbers in expr given in standard accounting notation. AccountingForm[expr, n] prints with numbers given to n-digit precision.
ItemStyle is an option for Grid, Column, and related constructs that specifies styles to use for items.
RowReduce[m] gives the row-reduced form of the matrix m.
Descriptive statistics refers to properties of distributions, such as location, dispersion, and shape. The functions described here compute descriptive statistics of lists of ...
Radon
(Built-in Mathematica Symbol) Radon[image] gives an image representing the discrete Radon transform of image.Radon[image, {w, h}] specifies the width w and the height h of the resulting image.Radon[image, ...
SQLTableTypeNames[conn] returns the types of table supported in an SQL connection.