QPochhammer[a, q, n] gives the q-Pochhammer symbol (a; q) n.QPochhammer[a, q] gives the q-Pochhammer symbol (a; q) \[Infinity].QPochhammer[q] gives the q-Pochhammer symbol ...
Slider2D[{x, y}] represents a 2D slider with settings x and y in the range 0 to 1. Slider2D[Dynamic[pt]] takes the setting to be the dynamically updated current value of pt, ...
SumConvergence[f, n] gives conditions for the sum \[Sum]_n^\[Infinity] f to be convergent.SumConvergence[f, {n_1, n_2, ...}] gives conditions for the multiple sum \[Sum]_n ...
Unequal
(Built-in Mathematica Symbol) lhs != rhs or lhs != rhs returns False if lhs and rhs are identical.
UnitStep[x] represents the unit step function, equal to 0 for x < 0 and 1 for x >= 0. UnitStep[x_1, x_2, ...] represents the multidimensional unit step function which is 1 ...
WaveletPhi[wave, x] gives the scaling function \[Phi](x) for the symbolic wavelet wave evaluated at x.WaveletPhi[wave] gives the scaling function as a pure function.
"Gauss–Newton" and "conjugate gradient" methods use derivatives. When Mathematica cannot compute symbolic derivatives, finite differences will be used. Computing derivatives ...
Code generation from Mathematica involves converting programs written in the Mathematica language into other languages and then supporting them so that they can be executed. ...
SymbolicC supports the various types of C operators. These are described in this section. First, you need to load the package. The following shows how to output to get infix ...
PropertyValue[name] gets a widget property value.PropertyValue[{target, name}] gets a widget property value, specifying the target widget.PropertyValue[{target, name, index}] ...