RawData
(Built-in Mathematica Symbol) RawData[data] is a low-level representation of the contents of a cell in which Show Cell Expression has been toggled.
You can use files on your computer system to store definitions and results from Mathematica. The most general approach is to store everything as plain text that is ...
Mathematica can run its calculations on other computers that have Mathematica installed. Passing computations to other, potentially more powerful, machines can increase the ...
mcc
(Mathematica System Program) mcc options files MathLink template file compiler.
FindList["file", " text"] gives a list of lines in the file that contain the specified string. FindList["file", {"text_1", "text_2", ...}] gives a list of all lines that ...
Format
(Built-in Mathematica Symbol) Format[expr] prints as the formatted form of expr. Assigning values to Format[expr] defines print forms for expressions. Format[expr, form] gives a format for the specified ...
FormatType is an option for output streams, graphics, and functions such as Text that specifies the default format type to use when outputting expressions.
GroupCentralizer[group, g] returns the centralizer of the element g in group.
Mathematica can be used to make plots of functions. You give Mathematica a function, and it builds up a curve or surface by evaluating the function at many different points. ...