The Mathematica kernel provides the functions FourierTransform and InverseFourierTransform for computing the symbolic Fourier exponential transform and inverse transform. It ...
MiniMaxApproximation[expr, {x, {x_0, x_1}, m, n}] finds the rational polynomial function of x, with numerator order m and denominator order n, that gives a mini-max ...
EulerSum
(Numerical Calculus Package Symbol) EulerSum[f, {i, i_min, i_max}] gives a numerical approximation to the sum \[Sum]i = i_min i_max f using Euler's transformation.EulerSum[f, {i, i_min, i_max, di}] uses a step ...
StemExponent is an option for StemLeafPlot which specifies the integer power of 10 to be used as the stem unit.
ArcLengthFactor[{f_1, f_2, f_3}, t] gives the derivative of the arc length of the curve described by the parametrized curve coordinates {f_1, f_2, f_3} with respect to the ...
The graphics language of Mathematica is fully integrated with dynamic interactivity. This lets you create graphics that can respond to input devices in a variety of ways.
ArcCsc
(Built-in Mathematica Symbol) ArcCsc[z] gives the arc cosecant csc -1 (z) of the complex number z.
ArcSec
(Built-in Mathematica Symbol) ArcSec[z] gives the arc secant sec -1 (z) of the complex number z.
ColorSlider[color] represents a color slider currently set to the color corresponding to color.ColorSlider[Dynamic[color]] uses the dynamically updated current value of ...