DominationLattice[n] returns a Hasse diagram of the partially ordered set on integer partitions of n in which p < q if q dominates p. The function takes two options: Type and ...
TAR
(Mathematica Import/Export Format) MIME types: application/tar and application/x-tar TAR archive file format. Combines collections of files in a single archive. Popular on Unix systems. Often used in ...
USGSDEM
(Mathematica Import/Export Format) USGS ASCII DEM files. Standard format for the distribution of terrain elevation data for the United States. United States Geological Survey (USGS) standard. DEM is an acronym ...
ZIP
(Mathematica Import/Export Format) Registered MIME type: application/zip Popular data compression and archival format. Used to reduce storage space and transfer times. Binary format. Can contain multiple ...
DynamicWrapper[e, expr] represents an object that displays as e, but dynamically updates the expression expr whenever that object is visible on screen.
ExtentMarkers is an option to DiscretePlot and DiscretePlot3D that specifies markers to draw at extent boundaries.
ExtractArchive[file] expands an archive file, saving its content into the current directory.ExtractArchive[file, dir] saves the content of an archive file into directory ...
MaxDetect[image] gives a binary image in which white pixels correspond to constant extended maxima in image.MaxDetect[image, h] finds extended maxima where the range of ...
WatershedComponents[image] computes the watershed transform of image, returning the result as a matrix in which positive integers label the catchment ...
AcyclicGraphQ[g] yields True if the graph g is an acyclic graph and False otherwise.