PoincareSection is a setting for the option TrekGenerator that specifies that the Poincaré section for differential equations is used to generate treks.
ImageForwardTransformation[image, function] gives an image in which each pixel at position function[{x, y}] corresponds to the position {x, y} in ...
Mesh
(Built-in Mathematica Symbol) Mesh is an option for Plot3D, DensityPlot, and other plotting functions that specifies what mesh should be drawn.
NumericFunction is an attribute that can be assigned to a symbol f to indicate that f[arg_1, arg_2, ...] should be considered a numeric quantity whenever all the arg_i are ...
PolynomialExtendedGCD[poly_1, poly_2, x] gives the extended GCD of poly_1 and poly_2 treated as univariate polynomials in x.PolynomialExtendedGCD[poly_1, poly_2, x, Modulus ...
TreePlot[{v i 1 -> v j 1, v i 2 -> v j 2, ...}] generates a tree plot of the graph in which vertex v_ik is connected to vertex v_jk.TreePlot[{{v i 1 -> v j 1, lbl_1}, ...}] ...
WeightedAdjacencyMatrix[g] gives the adjacency matrix of edge weights of the graph g.
UniformDistribution[{min, max}] represents a continuous uniform statistical distribution giving values between min and max. UniformDistribution[] represents a uniform ...
PseudoDiameter[g] give the pseudo-diameter of the undirected graph g, and the two vertices that achieve this diameter.
GraphicsComplex[{pt_1, pt_2, ...}, data] represents a graphics complex in which coordinates given as integers i in graphics primitives in data are taken to be pt_i.