NEXUS
(Mathematica Import/Export Format) NEXUS phylogenetic file format. Commonly used for storage and exchange of phylogenetic data. Can store DNA and protein sequences, taxa distances, alignment scores, and ...
KernelMixtureDistribution[{x_1, x_2, ...}] represents a kernel mixture distribution based on the data values x_i.KernelMixtureDistribution[{{x_1, y_1, ...}, {x_2, y_2, ...}, ...
STL
(Mathematica Import/Export Format) MIME type: application/sla STL computer-aided design and manufacturing format. 3D geometry format. Commonly used for representing solid models in rapid prototyping systems. ...
JSON
(Mathematica Import/Export Format) MIME type: application/json. Data interchange format. Commonly used in web service implementations. Contains collections of unordered name-value pairs or ordered values. JSON ...
Simplifying with assumptions. Mathematica does not automatically simplify this, since it is only true for some values of x. Sqrt[x^2] is equal to x for x≥0, but not otherwise.
Mathematica is uniquely suited for processing symbolic expressions because of its powerful pattern-matching abilities and large collection of built-in structural manipulation ...
XLS
(Mathematica Import/Export Format) Registered MIME type: application/vnd.ms-excel Microsoft Excel spreadsheet file. XLS is an acronym derived from Excel Spreadsheet. Stores spreadsheet data and formulas.
Tally
(Built-in Mathematica Symbol) Tally[list] tallies the elements in list, listing all distinct elements together with their multiplicities.Tally[list, test] uses test to determine whether pairs of elements ...
LengthWhile[list, crit] gives the number of continuous elements e_i starting at the beginning of list for which crit[e_i] is True.
BMP
(Mathematica Import/Export Format) MIME type: image/bmp BMP Windows bitmap format. Raster image format. Native bitmap format of the Microsoft Windows operating system. BMP is an acronym derived from Bitmap. ...