ArrayPad[array, m] gives an array with m 0s of padding on every side. ArrayPad[array, m, padding] uses the specified padding.ArrayPad[array, {m, n}, ...] pads with m elements ...
Mathematica uses its symbolic architecture to provide a convenient modular framework for generating and managing messages, both in programs and interactive sessions.
Mathematica has uniquely flexible capabilities for processing large volumes of textual data. Most often data represented as a string is converted to lists or other constructs ...
$Messages gives the list of files and pipes to which message output is sent.
ListStreamDensityPlot[array] generates a stream density plot from a 2D array of vector and scalar field values {{vx_ij, vy_ij}, s_ij}. ListStreamDensityPlot[{{{x_1, y_1}, ...
Mathematica immediately allows you to do arithmetic not only with individual numbers, but also with arbitrary lists or arrays—as well as symbolic and algebraic forms. ...
Version 6.0 continued Mathematica's commitment to delivering the latest and most efficient algorithms for linear algebra, generalized to arbitrary precision and with full ...
The symbolic language paradigm of Mathematica takes the concept of variables and functions to a new level. In Mathematica a variable can not only stand for a value, but can ...
Mathematica's symbolic character allows a powerful unification of the notion of conditionals in programming and in mathematics.
Export
(Built-in Mathematica Symbol) Export["file. ext", expr] exports data to a file, converting it to the format corresponding to the file extension ext. Export[file, expr, " format"] exports data in the ...