WignerD
(Built-in Mathematica Symbol) WignerD[{j, m_1, m_2}, \[Psi], \[Theta], \[Phi]] gives the Wigner D-function D_m_1^m_2, j(\[Psi], \[Theta], \[Phi]).WignerD[{j, m_1, m_2}, \[Theta], \[Phi]] gives the Wigner ...
FrequencyModulation[f_c, {f_m, pd}, dur] creates a Sound object that is a frequency-modulated sinusoid, having carrier and modulating frequencies f_c and f_m, measured in ...
Catch
(Built-in Mathematica Symbol) Catch[expr] returns the argument of the first Throw generated in the evaluation of expr. Catch[expr, form] returns value from the first Throw[value, tag] for which form ...
Degree
(Built-in Mathematica Symbol) Degree gives the number of radians in one degree. It has a numerical value of \[Pi]/180.
MardiaKurtosisTest[data] tests whether data follows a MultinormalDistribution using the Mardia kurtosis test.MardiaKurtosisTest[data, " property"] returns the value of " ...
Work with Variables and Functions Work with Lists Work with Rules
JarqueBeraALMTest[data] tests whether data is normally distributed using the Jarque\[Dash]Bera ALM test.JarqueBeraALMTest[data, " property"] returns the value of " property".
Column
(Built-in Mathematica Symbol) Column[{expr_1, expr_2, ...}] is an object that formats with the expr_i arranged in a column, with expr_1 above expr_2, etc. Column[list, alignment] aligns each element ...
A "How to" describes how to carry out particular tasks with Mathematica, giving step-by-step instructions for common cases.
You may have noticed that there are two different ways to make assignments in Mathematica: lhs=rhs and lhs:=rhs. The basic difference between these forms is when the ...