You may want to export a graphic for use outside Mathematica . You have a large set of choices of raster and vector formats.
SampleRate is an option for sound primitives that specifies the number of samples per second to generate for sounds.
SphericalRegion is an option for three-dimensional graphics functions that specifies whether the final image should be scaled so that a sphere drawn around the ...
ImageChannels[image] gives the number of channels present in the data for the Image object image.
StirlingS1[n, m] gives the Stirling number of the first kind S_n^(m).
Basic plotting functions. This plots a graph of sin(x) as a function of x from 0 to 2π. You can plot functions that have singularities. Mathematica will try to choose ...
PermutationCycles[perm] gives a disjoint cycle representation of permutation perm.
Eigenvectors[m] gives a list of the eigenvectors of the square matrix m. Eigenvectors[{m, a}] gives the generalized eigenvectors of m with respect to a. Eigenvectors[m, k] ...
Mathematica 's interactive graphics capabilities let you determine the coordinates of a single point. You can also get arbitrary sequences of points and paths, and analyze ...
GatherBy[list, f] gathers into sublists each set of elements in list that gives the same value when f is applied.GatherBy[list, {f_1, f_2, ...}] gathers list into nested ...