DXF
(Mathematica Import/Export Format) MIME types: image/vnd.dxf, image/x-dxf AutoCAD DXF format. 3D geometry format. Commonly used for the exchange of CAD data. Plain text ASCII or binary format. DXF is an ...
MBOX
(Mathematica Import/Export Format) Unix mailbox format. Holds a collection of electronic mail messages. Native archive format of email clients such as Unix mail, Eudora, Mozilla, Netscape, and Thunderbird. ...
AspectRatio is an option for Graphics and related functions that specifies the ratio of height to width for a plot.
GeometricTransformation[g, tfun] represents the result of applying the transformation function tfun to the geometric objects corresponding to the primitives ...
InterpolationOrder is an option for Interpolation, as well as ListLinePlot, ListPlot3D, ListContourPlot, and related functions, that specifies what order of interpolation to ...
ListLineIntegralConvolutionPlot[{array, image}] generates a line integral convolution plot of image convolved with the vector field defined by an array of vector field ...
RandomSample[{e_1, e_2, ...}, n] gives a pseudorandom sample of n of the e_i.RandomSample[{w_1, w_2, ...} -> {e_1, e_2, ...}, n] gives a pseudorandom sample of n of the e_i ...
WordData["word", " property"] gives the specified property for the English word " word".WordData["word"] gives a list of full word specifications representing possible uses ...
Mathematica normally assumes that variables which appear in equations can stand for arbitrary complex numbers. But when you use Reduce, you can explicitly tell Mathematica ...
MathLink allows you to exchange data of any type with external programs. For more common types of data, you simply need to give appropriate :ArgumentTypes: or :ReturnType: ...