GIF
(Mathematica Import/Export Format) Registered MIME type: image/gif GIF raster image format. Commonly used for static and animated graphics on the web. GIF is an acronym for Graphics Interchange Format. Binary ...
JPEG
(Mathematica Import/Export Format) MIME type: image/jpeg JPEG raster image and compression format. Commonly used for photographic images by digital cameras and on the web. JPEG is an acronym for Joint ...
PICT
(Mathematica Import/Export Format) MIME type: image/pict Macintosh graphics format. Was the original metafile format of the Apple Macintosh. PICT is an acronym derived from Picture. Can store raster images and ...
FullForm[expr] prints as the full form of expr, with no special syntax.
PolarGridLines is an option for sector charts and polar plots that specifies polar grid lines.
LinkRankMatrix[g] returns the link rank of the graph g, in the form of a sparse matrix. The link rank of an edge u -> v is defined as the PageRanks of u, divided by the ...
For most differential equations, the results given by NDSolve are quite accurate. However, because its results are based on numerical sampling and error estimates, there can ...
BZIP2
(Mathematica Import/Export Format) MIME type: application/x-bzip2. BZIP2 compression method and file format. General-purpose lossless compression method. Occasionally used for archiving data on Unix systems ...
Characters["string"] gives a list of the characters in a string.
ColorSlider[color] represents a color slider currently set to the color corresponding to color.ColorSlider[Dynamic[color]] uses the dynamically updated current value of ...