After creating or editing an animation in Mathematica , you can export it for use in other programs. Mathematica can import and export animations in several formats.
DiscretePlot[expr, {n, n_max}] generates a plot of the values of expr when n runs from 1 to n_max.DiscretePlot[expr, {n, n_min, n_max}] generates a plot of the values of expr ...
EulerE
(Built-in Mathematica Symbol) EulerE[n] gives the Euler number E_n. EulerE[n, x] gives the Euler polynomial E_n (x).
MatrixPlot[m] generates a plot that gives a visual representation of the values of elements in a matrix.
DirichletCharacter[k, j, n] gives the Dirichlet character \[Chi] {k, j} (n) with modulus k and index j.
FontTracking is an option for Style and Cell that specifies how condensed or expanded you want the font in which text is rendered to be.
RadioButton[x, val] represents a radio button whose setting x is set to val when the button is clicked. RadioButton[x, val] is displayed as RadioButtonBox[0, {0}] when x is ...
SampleDepth is an option for sound primitives that specifies how many bits should be used to encode sound amplitude levels.
VertexCoordinates is an option to Graph and related functions that specifies the coordinates to use to place the center of vertices.