ExpressionCell[expr] gives an expression cell that can appear in a Mathematica notebook. ExpressionCell[expr, " style"] gives an expression cell with the specified style.
FortranForm[expr] prints as a Fortran language version of expr.
FourierParameters is an option to Fourier and related functions that specifies the conventions to use in computing Fourier transforms.
FromDigits[list] constructs an integer from the list of its decimal digits. FromDigits[list, b] takes the digits to be given in base b. FromDigits["string"] constructs an ...
GroupElementPosition[group, g] returns the position of the element g in the list of elements of group.GroupElementPosition[group, {g_1, ..., g_n}] returns the list of ...
HermitianMatrixQ[m] tests whether m is a Hermitian matrix.
OutputControllabilityMatrix[ss] gives the output controllability matrix of the StateSpaceModel object ss.
PopupWindow[expr, contents] displays as expr, but pops up a window containing contents when clicked.
QuartileDeviation[list] gives the quartile deviation or semi-interquartile range of the elements in list.QuartileDeviation[dist] gives the quartile deviation or ...
RandomPrime[{i_min, i_max}] gives a pseudorandom prime number in the range i_min to i_max.RandomPrime[i_max] gives a pseudorandom prime number in the range 2 to ...