SphericalHarmonicY[l, m, \[Theta], \[Phi]] gives the spherical harmonic Y_l^m(\[Theta], \[Phi]).
NotebookPath is a global option that determines which directories are searched when a specified notebook is needed.
LimitsPositioningTokens is an option for selections that specifies a set of characters for which the option LimitsPositioning is set to True by default.
symbol::tag is a name for a message.
Solve
(Built-in Mathematica Symbol) Solve[expr, vars] attempts to solve the system expr of equations or inequalities for the variables vars. Solve[expr, vars, dom] solves over the domain dom. Common choices of ...
OpenCLFunctionLoad[prog, fun, argtypes, blockdims] loads fun from source code prog, returning an OpenCLFunction object.OpenCLFunctionLoad[{progfile}, fun, argtypes, ...
BoxLineStyle is an option for BoxWhiskerPlot which specifies styles to be applied to the lines drawn in the plot.
BSplineCurve[{pt_1, pt_2, ...}] is a graphics primitive that represents a non-uniform rational B-spline curve with control points pt_i.
Linear programming problems are optimization problems where the objective function and constraints are all linear. Mathematica has a collection of algorithms for solving ...
ImpliesQ[expr_1, expr_2] tests whether the expression expr_1 implies expr_2.