MinimalPolynomial[s, x] gives the minimal polynomial in x for which the algebraic number s is a root.
Distribute[f[x_1, x_2, ...]] distributes f over Plus appearing in any of the x_i. Distribute[expr, g] distributes over g. Distribute[expr, g, f] performs the distribution ...
BDF
(Mathematica Import/Export Format) BDF physiological signal recordings format. Commonly used for the exchange and storage of medical time-series recordings. Application areas include electroencephalography, ...
EDF
(Mathematica Import/Export Format) EDF and EDF+ physiological signal recordings formats. Commonly used for the exchange and storage of medical time-series recordings. Application areas include ...
J/Link provides Mathematica users with the ability to interact with arbitrary Java classes directly from Mathematica. You can create objects and call methods directly in the ...
Mathematica can immediately export graphics and animations to online, print, and web formats, preserving dynamic annotation when possible. Mathematica also has powerful ...
StringDrop["string", n] gives " string" with its first n characters dropped. StringDrop["string", -n] gives " string" with its last n characters dropped. StringDrop["string", ...
Introduction to MathLink How MathLink Is Used Installing Existing MathLink-Compatible Programs
PadRight[list, n] makes a list of length n by padding list with zeros on the right. PadRight[list, n, x] pads by repeating the element x. PadRight[list, n, {x_1, x_2, ...}] ...
PartitionMap[f, list, n] applies f to list after partitioning into nonoverlapping sublists of length n. PartitionMap[f, list, n, d] applies f to sublists obtained by ...