LibraryFunction[args] represents a function that has been loaded from a Wolfram Library.
LiftingWaveletTransform[data] gives the lifting wavelet transform (LWT) of an array of data.LiftingWaveletTransform[data, wave] gives the lifting wavelet transform using the ...
LinearModelFit[{y_1, y_2, ...}, {f_1, f_2, ...}, x] constructs a linear model of the form \[Beta]_0 + \[Beta]_1 f_1 + \[Beta]_2 f_2 + ... that fits the y_i for successive x ...
LocatorAutoCreate is an option for LocatorPane, Manipulate, and related functions that specifies whether new locators should be created when clicking away from existing ...
MathieuGroupM11[] represents the sporadic simple Mathieu group M_11.
MeanFilter[image, r] filters image by replacing every value by the mean value in its range r neighborhood. MeanFilter[data, r] applies mean filtering to an array of data.
MemoryConstrained[expr, b] evaluates expr, stopping if more than b bytes of memory are requested. MemoryConstrained[expr, b, failexpr] returns failexpr if the memory ...
MouseAnnotation[] gives any mouse annotation associated with the expression at the current mouse position.
MultiedgeStyle is an option for GraphPlot and related functions that specifies how to draw multiple edges.
Names
(Built-in Mathematica Symbol) Names["string"] gives a list of the names of symbols which match the string. Names[patt] gives a list of names matching the arbitrary string pattern patt.