Mathematica has many matrix operations that support operations such as building, computing, and visualizing matrices. It also has a rich language for picking out parts of ...
FASTA
(Mathematica Import/Export Format) MIME type: chemical/seq-aa-fasta, chemical/seq-na-fasta FASTA molecular biology format. Standard format for storing and exchanging DNA and protein sequences. Plain text ...
GraphML
(Mathematica Import/Export Format) GraphML graph data format. Standard exchange for graphs. GraphML is an acronym derived from Graph Markup Language. XML-based format. Represents typed, attributed, directed, ...
GXL
(Mathematica Import/Export Format) GXL graph data format. Used for the storage and exchange of graphs. GXL is an acronym derived from Graph Exchange Language. XML-based format. Represents typed, attributed, ...
MOL
(Mathematica Import/Export Format) MIME type: chemical/x-mdl-molfile MDL molecule model files. Used in cheminformatics applications and on the web for storing and exchanging 3D molecule models. Plain text ...
Abs
(Built-in Mathematica Symbol) Abs[z] gives the absolute value of the real or complex number z.
DiscreteLQRegulatorGains[ss, {q, r}, \[Tau]] gives the optimal discrete-time state feedback gain matrix with sampling period \[Tau] for the continuous-time StateSpaceModel ...
FourierSequenceTransform[expr, n, \[Omega]] gives the Fourier sequence transform of expr.FourierSequenceTransform[expr, {n_1, n_2, ...}, {\[Omega]_1, \[Omega]_2, ...}] gives ...
GenomeData["gene"] gives the DNA sequence for the specified gene on the reference human genome.GenomeData["gene", " property"] gives the value of the specified property for ...
InverseFunction[f] represents the inverse of the function f, defined so that InverseFunction[f][y] gives the value of x for which f[x] is equal to y. InverseFunction[f, n, ...