LoopFreeGraphQ[g] yields True if the graph g has no self-loops, and False otherwise.
LowerCaseQ[string] yields True if all the characters in the string are lowercase letters, and yields False otherwise.
LQEstimatorGains[ss, {w, v}] gives the optimal estimator gain matrix for the StateSpaceModel object ss with process and measurement noise covariance matrices w and ...
LQRegulatorGains[ss, {q, r}] gives the optimal state feedback gain matrix for the StateSpaceModel object ss and the quadratic cost function with state and control weighting ...
LUDecomposition[m] generates a representation of the LU decomposition of a square matrix m.
MachinePrecision is a symbol used to indicate machine-number precision.
MakeBoxes[expr, form] is the low-level function used in Mathematica sessions to convert expressions into boxes. MakeBoxes[expr] is the function to convert expr to ...
MakeExpression[boxes, form] is the low-level function used in Mathematica sessions to construct expressions from boxes.
Manipulator[x] represents a manipulator with setting x in the range 0 to 1. Manipulator[Dynamic[x]] takes the setting to be the dynamically updated current value of x, with ...
MannWhitneyTest[{data_1, data_2}] tests whether the medians of data_1 and data_2 are equal.MannWhitneyTest[dspec, \[Mu]_0] tests the median difference against ...