ColorFunction is an option for graphics functions that specifies a function to apply to determine colors of elements.
EdgeStyle is an option and property for Graph and related functions that specifies what style to use for edges.
GradientFilter[image, r] gives an image corresponding to the magnitude of the gradient of image, computed using discrete derivatives of a Gaussian of pixel radius ...
ImageDeconvolve[image, ker] gives a deconvolution of image using kernel ker.
JacobiP
(Built-in Mathematica Symbol) JacobiP[n, a, b, x] gives the Jacobi polynomial P_n^(a, b)(x).
Length
(Built-in Mathematica Symbol) Length[expr] gives the number of elements in expr.
StateFeedbackGains[ss, {p_1, p_2, ..., p_n}] gives the state feedback gain matrix for the StateSpaceModel object ss such that the poles of the closed-loop system are p_i.
TranslationTransform[v] gives a TransformationFunction that represents translation of points by a vector v.
VertexStyle is an option and property for Graph and related functions that specifies what style to use for vertices.
The built-in functions of Mathematica implement a very large number of algorithms from computer science and mathematics. Some of these algorithms are fairly old, but the vast ...