CellularAutomaton[rule, init, t] generates a list representing the evolution of the cellular automaton with the specified rule from initial condition init for t steps. ...
NewtonCotesError[n, f, a, b] gives the error in the elementary n-point Newton-Cotes quadrature formula for the function f on an interval from a to b.
NewtonCotesWeights[n, a, b] gives a list of the n pairs {x_i, w_i} of the elementary n-point Newton-Cotes formula for quadrature on the interval a to b, where w_i is the ...
PrimeQCertificateCheck[cert, n] gives True if cert is a valid certificate for the primality or compositeness of n, and False otherwise.
Mathematica's highly optimized architecture makes it easy to create programs that are both elegant and efficient. Its symbolic character lets you immediately run and test ...
Mathematica provides several convenient ways to find information about functions. In addition to searching the documentation or navigating the guide pages, you can access ...
Mathematica 's rich syntax uses different kinds of brackets and braces; familiarity with these aspects lets you read and program efficiently in Mathematica .
Byte
(Mathematica Import/Export Format) Sequence of bytes. Raw binary format. Equivalent to the UnsignedInteger8 format.
Sequence of unsigned 8-bit integers. Raw binary format. Equivalent to the Byte format.
Block
(Built-in Mathematica Symbol) Block[{x, y, ...}, expr] specifies that expr is to be evaluated with local values for the symbols x, y, .... Block[{x = x_0, ...}, expr] defines initial local values for x, ...