FourierDST[list] finds the Fourier discrete sine transform of a list of real numbers.FourierDST[list, m] finds the Fourier discrete sine transform of type m.
FromContinuedFraction[list] reconstructs a number from the list of its continued fraction terms.
FrontEndExecute[expr] sends expr to be executed by the Mathematica front end.
HoldComplete[expr] shields expr completely from the standard Mathematica evaluation process, preventing even upvalues associated with expr from being used.
HoldFirst is an attribute which specifies that the first argument to a function is to be maintained in an unevaluated form.
InputString[] interactively reads in a character string. InputString[prompt] requests input, displaying prompt as a "prompt". InputString[prompt, init] in a notebook front ...
InverseZTransform[expr, z, n] gives the inverse Z transform of expr. InverseZTransform[expr, {z_1, z_2, ...}, {n_1, n_2, ...}] gives the multiple inverse Z transform of expr.
KroneckerProduct[m_1, m_2, ...] constructs the Kronecker product of the arrays m_i.
LinearProgramming[c, m, b] finds a vector x that minimizes the quantity c.x subject to the constraints m.x >= b and x >= 0. LinearProgramming[c, m, {{b_1, s_1}, {b_2, s_2}, ...
MachineNumberQ[expr] returns True if expr is a machine-precision real or complex number, and returns False otherwise.