PageFooterLines is an option for notebooks that specifies whether a horizontal line is inserted at the bottom of each page when the notebook is printed.
PageHeaderLines is an option for notebooks that specifies whether a horizontal line is inserted at the top of each page when the notebook is printed.
PaulWavelet[] represents a Paul wavelet of order 4.PaulWavelet[n] represents a Paul wavelet of order n.
PermutationListQ[expr] returns True if expr is a valid permutation list and False otherwise.
Placed
(Built-in Mathematica Symbol) Placed[expr, pos] represents an expression expr placed at relative position pos in a chart or other display. Placed[{e_1, e_2, ...}, pos] places each of the e_i at a relative ...
Quiet
(Built-in Mathematica Symbol) Quiet[expr] evaluates expr "quietly", without actually outputting any messages generated.Quiet[expr, {s_1::t_1, s_2::t_2, ...}] quietens only the specified messages during ...
QuotientRemainder[m, n] gives a list of the quotient and remainder from division of m by n.
RandomPermutation[gr] gives a pseudorandom permutation in the permutation group gr.RandomPermutation[gr, n] gives a list of n pseudorandom permutations in the permutation ...
Record
(Built-in Mathematica Symbol) Record represents a record in Read, Find, and related functions.
ReflectionMatrix[v] gives the matrix that represents reflection of points in a mirror normal to the vector v.