PatternSequence[p_1, p_2, ...] is a pattern object which represents a sequence of arguments matching p_1, p_2, ....
Unicode: F431. Alias: Esc == Esc. Infix operator with built-in evaluation rules. x y is by default interpreted as Equal[x,y] or x==y. \[Equal] is drawn longer than ...
Unicode: F523. Alias: Esc => Esc. Infix operator with built-in evaluation rules. x y is by default interpreted as Implies[x,y]. x y z groups as x (y z). Not the ...
NumberForm[expr, n] prints with approximate real numbers in expr given to n-digit precision.
TracePrint[expr] prints all expressions used in the evaluation of expr. TracePrint[expr, form] includes only those expressions which match form. TracePrint[expr, s] includes ...
AccountingForm[expr] prints with all numbers in expr given in standard accounting notation. AccountingForm[expr, n] prints with numbers given to n-digit precision.
Sparse representations of matrices are useful because they do not store every element. If one particular value appears very frequently it can be very advantageous to use a ...
You can ask for information about any object, whether it is built into Mathematica, has been read in from a Mathematica package, or has been introduced by you. Ways to get ...
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 ...
Integer8
(Mathematica Import/Export Format) Uniform sequence of signed 8-bit integers. Binary data format.