MIDI
(Mathematica Import/Export Format) MIME type: audio/midi Standard MIDI file format. Audio format. Used for controlling electronic musical instruments, computer sound cards, and sequencers. Stores a sequence of ...
AiryBiPrime[z] gives the derivative of the Airy function Bi^\[Prime] (z).
ArcCosh
(Built-in Mathematica Symbol) ArcCosh[z] gives the inverse hyperbolic cosine cosh -1 (z) of the complex number z.
BooleanMaxterms[k, n] represents the k\[Null]^th maxterm in n variables.BooleanMaxterms[{k_1, k_2, ...}, n] represents the conjunction of the maxterms ...
BooleanMinterms[k, n] represents the k\[Null]\[Null]^th minterm in n variables.BooleanMinterms[{k_1, k_2, ...}, n] represents the disjunction of the minterms ...
Cuboid
(Built-in Mathematica Symbol) Cuboid[{x_min, y_min, z_min}] is a three-dimensional graphics primitive that represents a unit cube, oriented parallel to the axes. Cuboid[{x_min, y_min, z_min}, {x_max, ...
DifferentialRoot[lde] represents a function that solves the linear differential equation specified by lde[y, x].
GaborWavelet[] represents a Gabor wavelet of frequency 6.GaborWavelet[w] represents a Gabor wavelet of frequency w.
HighlightGraph[g, {a_1, a_2, ...}] highlights the a_i that can be vertices, edges, or subgraphs of g.HighlightGraph[g, {..., w_j[a_j], ...}] highlights using the symbolic ...
IndependentEdgeSetQ[g, elist] yields True if the edge list elist is an independent edge set of the graph g, and False otherwise.